From 6eb7c397b5b5a853d4305d3df87fb7fd19ee043a Mon Sep 17 00:00:00 2001 From: Elliot Condon Date: Tue, 12 Sep 2017 12:41:36 +0200 Subject: [PATCH] 5.6.2 --- acf.php | 5 +- assets/css/acf-global.css | 55 +- assets/css/acf-input.css | 215 +- assets/js/acf-input.js | 846 ++-- assets/js/acf-input.min.js | 6 +- includes/admin/views/field-group-field.php | 2 +- includes/admin/views/settings-tools.php | 2 +- includes/api/api-field-group.php | 32 +- includes/api/api-field.php | 141 +- includes/api/api-helpers.php | 47 +- includes/api/api-input.php | 40 + includes/fields/class-acf-field-file.php | 36 +- .../fields/class-acf-field-google-map.php | 26 +- includes/fields/class-acf-field-group.php | 4 +- includes/fields/class-acf-field-image.php | 29 +- includes/fields/class-acf-field-oembed.php | 13 +- includes/fields/class-acf-field-range.php | 206 + includes/fields/class-acf-field-taxonomy.php | 6 +- includes/fields/class-acf-field-wysiwyg.php | 2 +- includes/forms/form-customizer.php | 61 +- includes/forms/form-front.php | 1 + includes/forms/form-nav-menu.php | 2 +- includes/forms/form-widget.php | 2 +- .../locations/class-acf-location-nav-menu.php | 2 +- .../class-acf-location-post-template.php | 4 +- includes/updates.php | 8 +- .../class-acf-walker-nav-menu-edit.php | 2 +- includes/wpml.php | 65 +- lang/acf-fr_FR.mo | Bin 51708 -> 51980 bytes lang/acf-fr_FR.po | 1247 +++-- lang/acf-it_IT.mo | Bin 51048 -> 51090 bytes lang/acf-it_IT.po | 1206 ++--- lang/acf-ro_RO.mo | Bin 42249 -> 39698 bytes lang/acf-ro_RO.po | 3155 ++++++++----- lang/acf-ru_RU.mo | Bin 61698 -> 63260 bytes lang/acf-ru_RU.po | 1260 ++--- lang/acf-tr_TR.mo | Bin 35947 -> 51106 bytes lang/acf-tr_TR.po | 4178 ++++++++++------- pro/admin/admin-settings-updates.php | 16 +- pro/admin/views/html-settings-updates.php | 12 +- pro/assets/css/acf-pro-input.css | 2 +- pro/assets/js/acf-pro-input.js | 17 +- pro/assets/js/acf-pro-input.min.js | 2 +- pro/fields/class-acf-field-clone.php | 41 +- .../class-acf-field-flexible-content.php | 10 +- pro/fields/class-acf-field-gallery.php | 2 +- pro/fields/class-acf-field-repeater.php | 20 +- pro/options-page.php | 6 +- readme.txt | 14 + 49 files changed, 7491 insertions(+), 5557 deletions(-) create mode 100644 includes/fields/class-acf-field-range.php diff --git a/acf.php b/acf.php index dcb2ec3..c6063f4 100644 --- a/acf.php +++ b/acf.php @@ -3,7 +3,7 @@ Plugin Name: Advanced Custom Fields PRO Plugin URI: https://www.advancedcustomfields.com/ Description: Customise WordPress with powerful, professional and intuitive fields. -Version: 5.6.1 +Version: 5.6.2 Author: Elliot Condon Author URI: http://www.elliotcondon.com/ Copyright: Elliot Condon @@ -18,7 +18,7 @@ if( ! class_exists('acf') ) : class acf { // vars - var $version = '5.6.1'; + var $version = '5.6.2'; /* @@ -245,6 +245,7 @@ class acf { acf_include('includes/fields/class-acf-field-select.php'); acf_include('includes/fields/class-acf-field-checkbox.php'); acf_include('includes/fields/class-acf-field-radio.php'); + acf_include('includes/fields/class-acf-field-range.php'); acf_include('includes/fields/class-acf-field-true_false.php'); acf_include('includes/fields/class-acf-field-post_object.php'); acf_include('includes/fields/class-acf-field-page_link.php'); diff --git a/assets/css/acf-global.css b/assets/css/acf-global.css index 997cdf7..1e7dacd 100644 --- a/assets/css/acf-global.css +++ b/assets/css/acf-global.css @@ -177,9 +177,8 @@ img.acf-fw { color: #fff; padding: 5px 10px; position: absolute; - z-index: 999999; font-size: 12px; - z-index: 998; + z-index: 900000; /* tip */ /* positions */ } @@ -232,7 +231,7 @@ img.acf-fw { } /* confirm */ .acf-tooltip.-confirm { - z-index: 999; + z-index: 900001; } .acf-tooltip.-confirm a { text-decoration: none; @@ -937,7 +936,7 @@ html[dir="rtl"] .acf-columns-2 .acf-column-2 { *--------------------------------------------------------------------------------------------*/ #acf-popup { position: fixed; - z-index: 999999; + z-index: 900000; top: 0; left: 0; right: 0; @@ -1096,15 +1095,16 @@ html[dir="rtl"] #acf-popup .title .acf-icon { * *--------------------------------------------------------------------------------------------*/ .acf-hl[data-cols] { - margin-left: -8px; - margin-right: -8px; + margin-left: -10px; + margin-right: -10px; } .acf-hl[data-cols] > li { - padding: 0 8px; + padding: 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +/* sizes */ .acf-hl[data-cols="2"] > li { width: 50%; } @@ -1114,14 +1114,51 @@ html[dir="rtl"] #acf-popup .title .acf-icon { .acf-hl[data-cols="4"] > li { width: 25%; } +/* mobile */ +@media screen and (max-width: 782px) { + .acf-hl[data-cols] { + margin-left: 0; + margin-right: 0; + margin-top: -10px; + } + .acf-hl[data-cols] > li { + width: 100% !important; + padding: 10px 0 0; + } +} /*-------------------------------------------------------------------------------------------- * * misc * *--------------------------------------------------------------------------------------------*/ -.acf-actions li { +.acf-actions { + text-align: right; + z-index: 1; + /* hover */ + /* rtl */ +} +.acf-actions a { + margin-left: 4px; +} +.acf-actions.-hover { + position: absolute; + display: none; + top: 0; + right: 0; + padding: 5px; +} +html[dir="rtl"] .acf-actions a { + margin-left: 0; + margin-right: 4px; +} +html[dir="rtl"] .acf-actions.-hover { + right: auto; + left: 0; +} +/* ul compatibility */ +ul.acf-actions li { float: right; - margin-left: 5px; + margin-left: 4px; } /*-------------------------------------------------------------------------------------------- * diff --git a/assets/css/acf-input.css b/assets/css/acf-input.css index 8830cd9..92a884a 100644 --- a/assets/css/acf-input.css +++ b/assets/css/acf-input.css @@ -189,6 +189,7 @@ html[dir="rtl"] .acf-fields.-left > .acf-field > .acf-input { .acf-table tr.acf-field > td.acf-label, .acf-table tr.acf-field > td.acf-input { padding: 15px 12px; + margin: 0; } .acf-table tr.acf-field > td.acf-label { background: #F9F9F9; @@ -640,6 +641,9 @@ html[dir="rtl"] .select2-container.-acf .select2-choice .select2-arrow { border-color: #f7f7f7; visibility: visible !important; } +.select2-container .select2-dropdown { + z-index: 900000; +} /*--------------------------------------------------------------------------------------------- * * Link @@ -674,6 +678,12 @@ html[dir="rtl"] .select2-container.-acf .select2-choice .select2-arrow { .acf-link.-external .acf-icon.-link-ext { display: inline-block; } +#wp-link-backdrop { + z-index: 900000 !important; +} +#wp-link-wrap { + z-index: 900001 !important; +} /*--------------------------------------------------------------------------------------------- * * Radio @@ -729,8 +739,6 @@ html[dir="rtl"] ul.acf-radio-list input[type="radio"], html[dir="rtl"] ul.acf-checkbox-list input[type="radio"] { margin-left: 4px; margin-right: 0; - padding: 0; - margin: 0; } /*--------------------------------------------------------------------------------------------- * @@ -831,6 +839,10 @@ html[dir="rtl"] ul.acf-checkbox-list input[type="radio"] { position: relative; border: #DFDFDF solid 1px; background: #fff; + /* default is focused */ + /* -search */ + /* -value */ + /* -loading */ } .acf-google-map .title { position: relative; @@ -848,28 +860,20 @@ html[dir="rtl"] ul.acf-checkbox-list input[type="radio"] { font-family: inherit; cursor: text; } -.acf-google-map .title .actions { - position: absolute; - top: 0; - right: 0; -} -.acf-google-map .title a { - float: left; - margin: 6px 7px 0 0; - display: none; -} -.acf-google-map .title i { +.acf-google-map .title .acf-loading { position: absolute; top: 10px; right: 11px; display: none; } +.acf-google-map .title:hover .acf-actions { + display: block; +} .acf-google-map .canvas { height: 400px; } -/* default is focused */ .acf-google-map .title .acf-icon.-location { - display: block; + display: inline-block; } .acf-google-map .title .acf-icon.-cancel { display: none; @@ -877,17 +881,15 @@ html[dir="rtl"] ul.acf-checkbox-list input[type="radio"] { .acf-google-map .title .acf-icon.-search { display: none; } -/* -search */ .acf-google-map.-search .title .acf-icon.-location { display: none; } .acf-google-map.-search .title .acf-icon.-cancel { - display: block; + display: inline-block; } .acf-google-map.-search .title .acf-icon.-search { - display: block; + display: inline-block; } -/* -value */ .acf-google-map.-value .title .search { font-weight: bold; } @@ -895,17 +897,16 @@ html[dir="rtl"] ul.acf-checkbox-list input[type="radio"] { display: none; } .acf-google-map.-value .title .acf-icon.-cancel { - display: block; + display: inline-block; } .acf-google-map.-value .title .acf-icon.-search { display: none; } -/* -loading */ .acf-google-map.-loading .title a { display: none !important; } .acf-google-map.-loading .title i { - display: block; + display: inline-block; } /* autocomplete */ .pac-container { @@ -922,11 +923,6 @@ html[dir="rtl"] ul.acf-checkbox-list input[type="radio"] { padding: 5px 10px; cursor: pointer; } -/* rtl */ -html[dir="rtl"] .acf-google-map .title .acf-icon { - right: auto; - left: 7px; -} html[dir="rtl"] .pac-container .pac-item { text-align: right; } @@ -1145,7 +1141,7 @@ html[dir="rtl"] .acf-relationship .selection .values .acf-icon { box-shadow: none; } #mce_fullscreen_container { - z-index: 150005 !important; + z-index: 900000 !important; } /* WP < 4.1 */ .acf-editor-wrap .wp-switch-editor { @@ -1475,20 +1471,18 @@ html[dir="rtl"] .form-table > tbody > tr.acf-tab-wrap .acf-tab-group { height: auto; border: 0 none; } -.acf-oembed .title .acf-icon { - right: 7px; - top: 6px; - position: absolute; +.acf-oembed .title .acf-actions { + padding: 6px; +} +.acf-oembed .title:hover .acf-actions { + display: block; } .acf-oembed .canvas { position: relative; min-height: 250px; background: #F9F9F9; } -.acf-oembed.has-value .canvas { - min-height: 0; -} -.acf-oembed .canvas-media { +.acf-oembed .canvas .canvas-media { position: relative; z-index: 1; } @@ -1509,7 +1503,7 @@ html[dir="rtl"] .form-table > tbody > tr.acf-tab-wrap .acf-tab-group { font-size: 42px; color: #999; } -.acf-oembed .canvas-loading { +.acf-oembed .canvas .canvas-loading { position: absolute; top: 0; left: 0; @@ -1519,13 +1513,13 @@ html[dir="rtl"] .form-table > tbody > tr.acf-tab-wrap .acf-tab-group { display: none; z-index: 2; } -.acf-oembed .canvas-loading .acf-loading { +.acf-oembed .canvas .canvas-loading i { position: absolute; top: 50%; left: 50%; margin: -10px 0 0 -10px; } -.acf-oembed .canvas-error { +.acf-oembed .canvas .canvas-error { position: absolute; top: 50%; left: 0%; @@ -1534,11 +1528,14 @@ html[dir="rtl"] .form-table > tbody > tr.acf-tab-wrap .acf-tab-group { text-align: center; display: none; } -.acf-oembed .canvas-error p { +.acf-oembed .canvas .canvas-error p { padding: 8px; margin: 0; display: inline; } +.acf-oembed.has-value .canvas { + min-height: 0; +} /* states */ .acf-oembed .title-value { display: none; @@ -1580,19 +1577,26 @@ html[dir="rtl"] .form-table > tbody > tr.acf-tab-wrap .acf-tab-group { *--------------------------------------------------------------------------------------------*/ .acf-image-uploader { position: relative; + /* image wrap*/ + /* input */ + /* rtl */ } .acf-image-uploader:after { clear: both; content: ""; display: table; } -.acf-image-uploader .view { - float: left; - position: relative; - max-width: 100%; +.acf-image-uploader p { + margin: 0; } -.acf-image-uploader img { - width: 100%; +.acf-image-uploader .image-wrap { + position: relative; + float: left; + /* hover */ +} +.acf-image-uploader .image-wrap img { + max-width: 100%; + width: auto; height: auto; display: block; min-width: 30px; @@ -1600,30 +1604,21 @@ html[dir="rtl"] .form-table > tbody > tr.acf-tab-wrap .acf-tab-group { background: #f1f1f1; margin: 0; padding: 0; + /* svg */ +} +.acf-image-uploader .image-wrap img[src$=".svg"] { + min-height: 100px; + min-width: 100px; +} +.acf-image-uploader .image-wrap:hover .acf-actions { + display: block; } .acf-image-uploader input.button { width: auto; } -/* svg */ -.acf-image-uploader img[src$=".svg"] { - min-height: 100px; - min-width: 100px; -} -/* rtl */ -html[dir="rtl"] .acf-image-uploader .view { +html[dir="rtl"] .acf-image-uploader .image-wrap { float: right; } -/* -* Hover -*/ -.acf-image-uploader .acf-soh-target { - position: absolute; - top: 5px; - right: 5px; -} -.acf-image-uploader .acf-soh-target li { - margin: 0 0 0 4px; -} /*-------------------------------------------------------------------------------------------- * * File @@ -1631,6 +1626,11 @@ html[dir="rtl"] .acf-image-uploader .view { *--------------------------------------------------------------------------------------------*/ .acf-file-uploader { position: relative; + /* hover */ + /* rtl */ +} +.acf-file-uploader p { + margin: 0; } .acf-file-uploader .file-wrap { border: #DFDFDF solid 1px; @@ -1666,18 +1666,18 @@ html[dir="rtl"] .acf-image-uploader .view { .acf-file-uploader .file-info a { text-decoration: none; } -.acf-file-uploader .file-info ul { - position: absolute; - top: 5px; - right: 5px; - /* rtl */ +.acf-file-uploader:hover .acf-actions { + display: block; } -.acf-file-uploader .file-info ul li { - margin: 0 0 0 4px; +html[dir="rtl"] .acf-file-uploader .file-icon { + left: auto; + right: 0; + border-left: #E5E5E5 solid 1px; + border-right: none; } -html[dir="rtl"] .acf-file-uploader .file-info ul { - right: auto; - left: 5px; +html[dir="rtl"] .acf-file-uploader .file-info { + margin-right: 69px; + margin-left: 0; } /*--------------------------------------------------------------------------------------------- * @@ -1685,7 +1685,7 @@ html[dir="rtl"] .acf-file-uploader .file-info ul { * *---------------------------------------------------------------------------------------------*/ .acf-ui-datepicker .ui-datepicker { - z-index: 999999999 !important; + z-index: 900000 !important; } .acf-ui-datepicker .ui-datepicker .ui-widget-header a { cursor: pointer; @@ -1736,6 +1736,8 @@ html[dir="rtl"] .acf-file-uploader .file-info ul { *---------------------------------------------------------------------------------------------*/ .acf-taxonomy-field { position: relative; + /* hover */ + /* select */ } .acf-taxonomy-field .categorychecklist-holder { border: #DFDFDF solid 1px; @@ -1747,26 +1749,59 @@ html[dir="rtl"] .acf-file-uploader .file-info ul { margin: 0; padding: 10px; } -.acf-taxonomy-field ul.children { +.acf-taxonomy-field .acf-checkbox-list ul.children { padding-left: 18px; } -.acf-taxonomy-field .acf-icon { - position: absolute; - top: 7px; - right: 7px; - z-index: 1; +.acf-taxonomy-field:hover .acf-actions { + display: block; } -html[dir="rtl"] .acf-taxonomy-field .acf-icon { - right: auto; - left: 7px; +.acf-taxonomy-field[data-type="select"] .acf-actions { + padding: 0; + margin: -9px; } -.acf-taxonomy-field[data-type="select"] .acf-icon { - top: -9px; - right: -9px; +/*--------------------------------------------------------------------------------------------- +* +* Range +* +*---------------------------------------------------------------------------------------------*/ +.acf-range-wrap { + /* rtl */ } -html[dir="rtl"] .acf-taxonomy-field[data-type="select"] .acf-icon { - right: auto; - left: -9px; +.acf-range-wrap .acf-append, +.acf-range-wrap .acf-prepend { + display: inline-block; + vertical-align: middle; + line-height: 28px; + margin: 0 7px 0 0; +} +.acf-range-wrap .acf-append { + margin: 0 0 0 7px; +} +.acf-range-wrap input[type="range"] { + display: inline-block; + padding: 0; + margin: 0; + vertical-align: middle; + height: 28px; +} +.acf-range-wrap input[type="range"]:focus { + outline: none; +} +.acf-range-wrap input[type="number"] { + display: inline-block; + width: 50px; + margin-left: 10px; + vertical-align: middle; +} +html[dir="rtl"] .acf-range-wrap input[type="number"] { + margin-right: 10px; + margin-left: 0; +} +html[dir="rtl"] .acf-range-wrap .acf-append { + margin: 0 7px 0 0; +} +html[dir="rtl"] .acf-range-wrap .acf-prepend { + margin: 0 0 0 7px; } /*--------------------------------------------------------------------------------------------- * diff --git a/assets/js/acf-input.js b/assets/js/acf-input.js index be384db..9adba00 100644 --- a/assets/js/acf-input.js +++ b/assets/js/acf-input.js @@ -2831,13 +2831,24 @@ var acf; // add event $(document).on(event, context + ' ' + selector, function( e ){ - // append $el to event object - e.$el = $(this); - e.$field = acf.get_closest_field(e.$el, model.type); + // vars + var $el = $(this); + var $field = acf.get_closest_field( $el, model.type ); + + + // bail early if no field + if( !$field.length ) return; // focus - model.set('$field', e.$field); + if( !$field.is(model.$field) ) { + model.set('$field', $field); + } + + + // append to event + e.$el = $el; + e.$field = $field; // callback @@ -2851,9 +2862,7 @@ var acf; // callback if( typeof this.focus === 'function' ) { - this.focus(); - } }, @@ -8911,6 +8920,57 @@ var acf; })(jQuery); +(function($){ + + acf.fields.range = acf.field.extend({ + + type: 'range', + $el: null, + $range: null, + $input: null, + + events: { + 'input input': '_change', + 'change input': '_change' + }, + + focus: function(){ + + // get elements + this.$el = this.$field.find('.acf-range-wrap'); + this.$range = this.$el.children('input[type="range"]'); + this.$input = this.$el.children('input[type="number"]'); + + }, + + _change: function( e ){ + + // get value from changed element + var val = e.$el.val(); + var type = e.$el.attr('type'); + + + // allow for cleared value + val = val || 0; + + + // update sibling + if( type === 'range' ) { + + this.$input.val( val ); + + } else { + + this.$range.val( val ); + + } + + } + + }); + +})(jQuery); + (function($){ acf.fields.relationship = acf.field.extend({ @@ -9196,6 +9256,7 @@ var acf; // underline search match // consider removing due to bug where matched strings within HTML attributes caused incorrect results // Looks like Select2 v4 has moved away from highlighting results, so perhaps we should too +/* if( this.o.s ) { // vars @@ -9218,6 +9279,7 @@ var acf; }); } +*/ // append @@ -9960,12 +10022,6 @@ var acf; }, - remove_value: function( $select, value ){ - - this.do_function( 'remove_value', arguments ); - - }, - remove_value: function( $select, value ){ this.do_function( 'remove_value', arguments ); @@ -13186,13 +13242,17 @@ var acf; this.$el = this.$field.find('.wp-editor-wrap').last(); this.$textarea = this.$el.find('textarea'); + // get options - this.o = acf.get_data( this.$el ); - this.o.id = this.$textarea.attr('id'); + this.o = acf.get_data(this.$el, { + toolbar: '', + active: this.$el.hasClass('tmce-active'), + id: this.$textarea.attr('id') + }); }, - mousedown: function(e) { + mousedown: function(e){ // prevent default e.preventDefault(); @@ -13214,8 +13274,13 @@ var acf; if( this.$el.hasClass('delay') ) return; - // bail early if no tinyMCEPreInit (needed by both tinymce and quicktags) - if( typeof tinyMCEPreInit === 'undefined' ) return; + // vars + var args = { + tinymce: true, + quicktags: true, + toolbar: this.o.toolbar, + mode: this.o.active ? 'visual' : 'text', + }; // generate new id @@ -13231,403 +13296,80 @@ var acf; // swap this.$el.replaceWith( html ); - + // update id - this.o.id = new_id - + this.o.id = new_id; + // initialize - this.initialize_tinymce(); - this.initialize_quicktags(); + acf.tinymce.initialize( this.o.id, args, this.$field ); }, - initialize_tinymce: function(){ - - // bail early if no tinymce - if( typeof tinymce === 'undefined' ) return; - - - // bail early if no tinyMCEPreInit.mceInit - if( typeof tinyMCEPreInit.mceInit === 'undefined' ) return; - - - // vars - var mceInit = this.get_mceInit(); - - - // append - tinyMCEPreInit.mceInit[ mceInit.id ] = mceInit; - - - // bail early if not visual active - if( !this.$el.hasClass('tmce-active') ) return; - - - // initialize - try { - - // init - tinymce.init( mceInit ); - - - // vars - var ed = tinyMCE.get( mceInit.id ); - - - // action for 3rd party customization - acf.do_action('wysiwyg_tinymce_init', ed, ed.id, mceInit, this.$field); - - } catch(e){} - - }, - - initialize_quicktags: function(){ - - // bail early if no quicktags - if( typeof quicktags === 'undefined' ) return; - - - // bail early if no tinyMCEPreInit.qtInit - if( typeof tinyMCEPreInit.qtInit === 'undefined' ) return; - - - // vars - var qtInit = this.get_qtInit(); - - - // append - tinyMCEPreInit.qtInit[ qtInit.id ] = qtInit; - - - // initialize - try { - - // init - var qtag = quicktags( qtInit ); - - - // buttons - this._buttonsInit( qtag ); - - - // action for 3rd party customization - acf.do_action('wysiwyg_quicktags_init', qtag, qtag.id, qtInit, this.$field); - - } catch(e){} - - }, - - get_mceInit : function(){ - - // reference - var $field = this.$field; - - - // vars - var toolbar = this.get_toolbar( this.o.toolbar ), - mceInit = $.extend({}, tinyMCEPreInit.mceInit.acf_content); - - - // selector - mceInit.selector = '#' + this.o.id; - - - // id - mceInit.id = this.o.id; // tinymce v4 - mceInit.elements = this.o.id; // tinymce v3 - - - // toolbar - if( toolbar ) { - - var k = (tinymce.majorVersion < 4) ? 'theme_advanced_buttons' : 'toolbar'; - - for( var i = 1; i < 5; i++ ) { - - mceInit[ k + i ] = acf.isset(toolbar, i) ? toolbar[i] : ''; - - } - - } - - - // events - if( tinymce.majorVersion < 4 ) { - - mceInit.setup = function( ed ){ - - ed.onInit.add(function(ed, event) { - - // focus - $(ed.getBody()).on('focus', function(){ - - acf.validation.remove_error( $field ); - - }); - - $(ed.getBody()).on('blur', function(){ - - // update the hidden textarea - // - This fixes a bug when adding a taxonomy term as the form is not posted and the hidden textarea is never populated! - - // save to textarea - ed.save(); - - - // trigger change on textarea - $field.find('textarea').trigger('change'); - - }); - - }); - - }; - - } else { - - mceInit.setup = function( ed ){ - - ed.on('focus', function(e) { - - acf.validation.remove_error( $field ); - - }); - - ed.on('change', function(e) { - - // save to textarea - ed.save(); - - - $field.find('textarea').trigger('change'); - - }); - -/* - ed.on('blur', function(e) { - - // update the hidden textarea - // - This fixes a but when adding a taxonomy term as the form is not posted and the hidden textarea is never populated! - - // save to textarea - ed.save(); - - - // trigger change on textarea - $field.find('textarea').trigger('change'); - - }); -*/ - - /* -ed.on('ResizeEditor', function(e) { - // console.log(e); - }); -*/ - - }; - - } - - - // disable wp_autoresize_on (no solution yet for fixed toolbar) - mceInit.wp_autoresize_on = false; - - - // hook for 3rd party customization - mceInit = acf.apply_filters('wysiwyg_tinymce_settings', mceInit, mceInit.id, this.$field); - - - // return - return mceInit; - - }, - - get_qtInit : function(){ - - // vars - var qtInit = $.extend({}, tinyMCEPreInit.qtInit.acf_content); - - - // id - qtInit.id = this.o.id; - - - // hook for 3rd party customization - qtInit = acf.apply_filters('wysiwyg_quicktags_settings', qtInit, qtInit.id, this.$field); - - - // return - return qtInit; - - }, - - /* - * disable - * - * This function will disable the tinymce for a given field - * Note: txtarea_el is different from $textarea.val() and is the value that you see, not the value that you save. - * this allows text like <--more--> to wok instead of showing as an image when the tinymce is removed - * - * @type function - * @date 1/08/2014 - * @since 5.0.0 - * - * @param n/a - * @return n/a - */ - disable: function(){ - try { - - // vars - var ed = tinyMCE.get( this.o.id ) - - - // save - ed.save(); - - - // destroy editor - ed.destroy(); - - } catch(e) {} + acf.tinymce.destroy( this.o.id ); }, enable: function(){ - try { - - // bail early if html mode - if( this.$el.hasClass('tmce-active') ) { - - switchEditors.go( this.o.id, 'tmce'); - - } - - } catch(e) {} - - }, - - get_toolbar : function( name ){ - - // bail early if toolbar doesn't exist - if( typeof this.toolbars[ name ] !== 'undefined' ) { - - return this.toolbars[ name ]; - + if( this.o.active ) { + acf.tinymce.enable( this.o.id ); } - - // return - return false; - - }, - - - /* - * _buttonsInit - * - * This function will add the quicktags HTML to a WYSIWYG field. Normaly, this is added via quicktags on document ready, - * however, there is no support for 'append'. Source: wp-includes/js/quicktags.js:245 - * - * @type function - * @date 1/08/2014 - * @since 5.0.0 - * - * @param ed (object) quicktag object - * @return n/a - */ - - _buttonsInit: function( ed ) { - var defaults = ',strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,'; - - canvas = ed.canvas; - name = ed.name; - settings = ed.settings; - html = ''; - theButtons = {}; - use = ''; - - // set buttons - if ( settings.buttons ) { - use = ','+settings.buttons+','; - } - - for ( i in edButtons ) { - if ( !edButtons[i] ) { - continue; - } - - id = edButtons[i].id; - if ( use && defaults.indexOf( ',' + id + ',' ) !== -1 && use.indexOf( ',' + id + ',' ) === -1 ) { - continue; - } - - if ( !edButtons[i].instance || edButtons[i].instance === inst ) { - theButtons[id] = edButtons[i]; - - if ( edButtons[i].html ) { - html += edButtons[i].html(name + '_'); - } - } - } - - if ( use && use.indexOf(',fullscreen,') !== -1 ) { - theButtons.fullscreen = new qt.FullscreenButton(); - html += theButtons.fullscreen.html(name + '_'); - } - - - if ( 'rtl' === document.getElementsByTagName('html')[0].dir ) { - theButtons.textdirection = new qt.TextDirectionButton(); - html += theButtons.textdirection.html(name + '_'); - } - - ed.toolbar.innerHTML = html; - ed.theButtons = theButtons; - } }); /* - * wysiwyg_manager + * acf.tinymce * - * This model will handle validation of fields within a tab group + * description * * @type function - * @date 25/11/2015 - * @since 5.3.2 + * @date 18/8/17 + * @since 5.6.0 * * @param $post_id (int) * @return $post_id (int) */ - var acf_content = acf.model.extend({ + acf.tinymce = acf.model.extend({ - $div: null, + toolbars: {}, actions: { 'ready': 'ready' }, + + /* + * ready + * + * This function will move the acf-hidden-wp-editor and fix the activeEditor + * + * @type function + * @date 18/8/17 + * @since 5.6.0 + * + * @param $post_id (int) + * @return $post_id (int) + */ + ready: function(){ // vars - this.$div = $('#acf-hidden-wp-editor'); + var $div = $('#acf-hidden-wp-editor'); // bail early if doesn't exist - if( !this.$div.exists() ) return; + if( !$div.exists() ) return; // move to footer - this.$div.appendTo('body'); + $div.appendTo('body'); // bail early if no tinymce @@ -13655,9 +13397,370 @@ ed.on('ResizeEditor', function(e) { }); - } + }, + + + /* + * defaults + * + * This function will return default mce and qt settings + * + * @type function + * @date 18/8/17 + * @since 5.6.0 + * + * @param $post_id (int) + * @return $post_id (int) + */ + + defaults: function(){ + + // bail early if no tinyMCEPreInit + if( typeof tinyMCEPreInit === 'undefined' ) return false; + + + // vars + var defaults = { + tinymce: tinyMCEPreInit.mceInit.acf_content, + quicktags: tinyMCEPreInit.qtInit.acf_content + }; + + + // return + return defaults; + + }, + + + /* + * initialize + * + * This function will initialize the tinymce and quicktags instances + * + * @type function + * @date 18/8/17 + * @since 5.6.0 + * + * @param $post_id (int) + * @return $post_id (int) + */ + + initialize: function( id, args, $field ){ + + // defaults + args = args || {}; + $field = $field || null; + + + // merge + args = acf.parse_args(args, { + tinymce: true, + quicktags: true, + toolbar: 'full', + mode: 'visual', // visual,text + }); + + + // tinymce + if( args.tinymce ) { + this.initialize_tinymce( id, args, $field ); + } + + + // quicktags + if( args.quicktags ) { + this.initialize_quicktags( id, args, $field ); + } + + }, + + + /* + * initialize_tinymce + * + * This function will initialize the tinymce instance + * + * @type function + * @date 18/8/17 + * @since 5.6.0 + * + * @param $post_id (int) + * @return $post_id (int) + */ + + initialize_tinymce: function( id, args, $field ){ + + // vars + var $textarea = $('#'+id); + var defaults = this.defaults(); + var toolbars = this.toolbars; + + + // bail early + if( typeof tinymce === 'undefined' ) return false; + if( !defaults ) return false; + + + // check if exists + if( tinymce.get(id) ) { + return this.enable( id ); + } + + + // settings + init = $.extend( {}, defaults.tinymce, args.tinymce ); + init.id = id; + init.selector = '#' + id; + + + // toolbar + var toolbar = args.toolbar; + if( toolbar && typeof toolbars[toolbar] !== 'undefined' ) { + + for( var i = 1; i <= 4; i++ ) { + init[ 'toolbar' + i ] = toolbars[toolbar][i] || ''; + } + + } + + + // event + init.setup = function( ed ){ + + ed.on('focus', function(e) { + acf.validation.remove_error( $field ); + }); + + ed.on('change', function(e) { + ed.save(); // save to textarea + $textarea.trigger('change'); + }); + + $( ed.getWin() ).on('unload', function() { + acf.tinymce.remove( id ); + }); + + }; + + + // disable wp_autoresize_on (no solution yet for fixed toolbar) + init.wp_autoresize_on = false; + + + // hook for 3rd party customization + init = acf.apply_filters('wysiwyg_tinymce_settings', init, id, $field); + + + // z-index fix + if( acf.isset(tinymce,'ui','FloatPanel') ) { + tinymce.ui.FloatPanel.zIndex = 900000; + } + + + // store settings + tinyMCEPreInit.mceInit[ id ] = init; + + + // visual tab is active + if( args.mode == 'visual' ) { + + // init + tinymce.init( init ); + + + // get editor + var ed = tinymce.get( id ); + + + // action + acf.do_action('wysiwyg_tinymce_init', ed, ed.id, init, $field); + + } + + }, + + + /* + * initialize_quicktags + * + * This function will initialize the quicktags instance + * + * @type function + * @date 18/8/17 + * @since 5.6.0 + * + * @param $post_id (int) + * @return $post_id (int) + */ + + initialize_quicktags: function( id, args, $field ){ + + // vars + var defaults = this.defaults(); + + + // bail early + if( typeof quicktags === 'undefined' ) return false; + if( !defaults ) return false; + + + // settings + init = $.extend( {}, defaults.quicktags, args.quicktags ); + init.id = id; + + + // filter + init = acf.apply_filters('wysiwyg_quicktags_settings', init, init.id, $field); + + + // store settings + tinyMCEPreInit.qtInit[ id ] = init; + + + // init + var ed = quicktags( init ); + + + // generate HTML + this.build_quicktags( ed ); + + + // action for 3rd party customization + acf.do_action('wysiwyg_quicktags_init', ed, ed.id, init, $field); + + }, + + + /* + * build_quicktags + * + * This function will build the quicktags HTML + * + * @type function + * @date 18/8/17 + * @since 5.6.0 + * + * @param $post_id (int) + * @return $post_id (int) + */ + + build_quicktags: function( ed ){ + + var canvas, name, settings, theButtons, html, ed, id, i, use, + defaults = ',strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,'; + + canvas = ed.canvas; + name = ed.name; + settings = ed.settings; + html = ''; + theButtons = {}; + use = ''; + + // set buttons + if ( settings.buttons ) { + use = ','+settings.buttons+','; + } + + for ( i in edButtons ) { + if ( ! edButtons[i] ) { + continue; + } + + id = edButtons[i].id; + if ( use && defaults.indexOf( ',' + id + ',' ) !== -1 && use.indexOf( ',' + id + ',' ) === -1 ) { + continue; + } + + if ( ! edButtons[i].instance || edButtons[i].instance === instanceId ) { + theButtons[id] = edButtons[i]; + + if ( edButtons[i].html ) { + html += edButtons[i].html( name + '_' ); + } + } + } + + if ( use && use.indexOf(',dfw,') !== -1 ) { + theButtons.dfw = new QTags.DFWButton(); + html += theButtons.dfw.html( name + '_' ); + } + + if ( 'rtl' === document.getElementsByTagName( 'html' )[0].dir ) { + theButtons.textdirection = new QTags.TextDirectionButton(); + html += theButtons.textdirection.html( name + '_' ); + } + + ed.toolbar.innerHTML = html; + ed.theButtons = theButtons; + + if ( typeof jQuery !== 'undefined' ) { + jQuery( document ).triggerHandler( 'quicktags-init', [ ed ] ); + } + + }, + + disable: function( id ){ + + this.destroy( id ); + + }, + + destroy: function( id ){ + + this.destroy_tinymce( id ); + + }, + + destroy_tinymce: function( id ){ + + // bail early + if( typeof tinymce === 'undefined' ) return false; + + + // get editor + var ed = tinymce.get( id ); + + + // bail early if no editor + if( !ed ) return false; + + + // save + ed.save(); + + + // destroy editor + ed.destroy(); + + + // return + return true; + + }, + + enable: function( id ){ + + this.enable_tinymce( id ); + + }, + + enable_tinymce: function( id ){ + + // bail early + if( typeof switchEditors === 'undefined' ) return false; + + + // toggle + switchEditors.go( id, 'tmce'); + + + // return + return true; + + }, }); + })(jQuery); @@ -13676,6 +13779,7 @@ ed.on('ResizeEditor', function(e) { // @codekit-prepend "../js/acf-media.js"; // @codekit-prepend "../js/acf-oembed.js"; // @codekit-prepend "../js/acf-radio.js"; +// @codekit-prepend "../js/acf-range.js"; // @codekit-prepend "../js/acf-relationship.js"; // @codekit-prepend "../js/acf-select2.js"; // @codekit-prepend "../js/acf-select.js"; diff --git a/assets/js/acf-input.min.js b/assets/js/acf-input.min.js index 990b96f..08d28a6 100644 --- a/assets/js/acf-input.min.js +++ b/assets/js/acf-input.min.js @@ -1,3 +1,3 @@ -!function(e,t){"use strict";var i=function(){function e(){return u}function t(e,t,i,a){return"string"==typeof e&&"function"==typeof t&&(i=parseInt(i||10,10),l("actions",e,t,i,a)),f}function i(){var e=Array.prototype.slice.call(arguments),t=e.shift();return"string"==typeof t&&d("actions",t,e),f}function a(e,t){return"string"==typeof e&&r("actions",e,t),f}function n(e,t,i,a){return"string"==typeof e&&"function"==typeof t&&(i=parseInt(i||10,10),l("filters",e,t,i,a)),f}function s(){var e=Array.prototype.slice.call(arguments),t=e.shift();return"string"==typeof t?d("filters",t,e):f}function o(e,t){return"string"==typeof e&&r("filters",e,t),f}function r(e,t,i,a){if(u[e][t])if(i){var n=u[e][t],s;if(a)for(s=n.length;s--;){var o=n[s];o.callback===i&&o.context===a&&n.splice(s,1)}else for(s=n.length;s--;)n[s].callback===i&&n.splice(s,1)}else u[e][t]=[]}function l(e,t,i,a,n){var s={callback:i,priority:a,context:n},o=u[e][t];o?(o.push(s),o=c(o)):o=[s],u[e][t]=o}function c(e){for(var t,i,a,n=1,s=e.length;nt.priority;)e[i]=e[i-1],--i;e[i]=t}return e}function d(e,t,i){var a=u[e][t];if(!a)return"filters"===e&&i[0];var n=0,s=a.length;if("filters"===e)for(;n0},$.fn.outerHTML=function(){return $(this).get(0).outerHTML},acf={l10n:{},o:{},update:function(e,t){this.o[e]=t},get:function(e){return"undefined"!=typeof this.o[e]?this.o[e]:null},_e:function(e,t){t=t||!1;var i=this.l10n[e]||"";return t&&(i=i[t]||""),i},add_action:function(){for(var e=arguments[0].split(" "),t=e.length,i=0;ie.length?Array(1+(t-e.length)).join("0")+e:e};return this.php_js||(this.php_js={}),this.php_js.uniqidSeed||(this.php_js.uniqidSeed=Math.floor(123456789*Math.random())),this.php_js.uniqidSeed++,i=e,i+=a(parseInt((new Date).getTime()/1e3,10),8),i+=a(this.php_js.uniqidSeed,5),t&&(i+=(10*Math.random()).toFixed(8).toString()),i},serialize_form:function(){return this.serialize.apply(this,arguments)},serialize:function(e,t){t=t||"";var i={},a={},n=e.find("select, textarea, input").serializeArray();return $.each(n,function(e,n){var s=n.name,o=n.value;if(t){if(0!==s.indexOf(t))return;s=s.slice(t.length),"["==s.slice(0,1)&&(s=s.slice(1).replace("]",""))}"[]"===s.slice(-2)&&(s=s.slice(0,-2),"undefined"==typeof a[s]&&(a[s]=-1),a[s]++,s+="["+a[s]+"]"),i[s]=o}),i},disable:function(e,t){if(t=t||"",e.hasClass("acf-disabled"))return!1;if(e.prop("disabled",!0),t){var i=e.data("acf_disabled")||[],a=i.indexOf(t);a<0&&(i.push(t),e.data("acf_disabled",i))}return!0},enable:function(e,t){if(t=t||"",e.hasClass("acf-disabled"))return!1;var i=e.data("acf_disabled")||[];if(t){var a=i.indexOf(t);a>-1&&(i.splice(a,1),e.data("acf_disabled",i))}return!i.length&&(e.prop("disabled",!1),!0)},disable_el:function(e,t){t=t||"",e.find("select, textarea, input").each(function(){acf.disable($(this),t)})},disable_form:function(e,t){this.disable_el.apply(this,arguments)},enable_el:function(e,t){t=t||"",e.find("select, textarea, input").each(function(){acf.enable($(this),t)})},enable_form:function(e,t){this.enable_el.apply(this,arguments)},remove_tr:function(e,t){var i=e.height(),a=e.children().length;e.addClass("acf-remove-element"),setTimeout(function(){e.removeClass("acf-remove-element"),e.html(''),e.children("td").animate({height:0},250,function(){e.remove(),"function"==typeof t&&t()})},250)},remove_el:function(e,t,i){i=i||0;var a=e.height(),n=e.width(),s=e.css("margin"),o=e.outerHeight(!0);acf.do_action("remove",e),e.wrap('
');var r=e.parent();e.css({height:a,width:n,margin:s,position:"absolute"}),setTimeout(function(){r.css({opacity:0,height:i})},50),setTimeout(function(){r.remove(),"function"==typeof t&&t.apply(this,arguments)},301)},isset:function(){var e=arguments,t=e.length,a=null,n;if(0===t)throw new Error("Empty isset");for(a=e[0],i=1;i #acf-popup"),$popup.exists())return update_popup(e);var t=['
','
','

','
','
',"
",'
',"
"].join("");return $("body").append(t),$("#acf-popup").on("click",".bg, .acf-close-popup",function(e){e.preventDefault(),acf.close_popup()}),this.update_popup(e)},update_popup:function(e){return $popup=$("#acf-popup"),!!$popup.exists()&&(e=$.extend({},{title:"",content:"",width:0,height:0,loading:!1},e),e.title&&$popup.find(".title h3").html(e.title),e.content&&($inner=$popup.find(".inner:first"),$inner.html(e.content),acf.do_action("append",$inner),$inner.attr("style","position: relative;"),e.height=$inner.outerHeight(),$inner.removeAttr("style")),e.width&&$popup.find(".acf-popup-box").css({width:e.width,"margin-left":0-e.width/2}),e.height&&(e.height+=44,$popup.find(".acf-popup-box").css({height:e.height,"margin-top":0-e.height/2})),e.loading?$popup.find(".loading").show():$popup.find(".loading").hide(),$popup)},close_popup:function(){$popup=$("#acf-popup"),$popup.exists()&&$popup.remove()},update_user_setting:function(e,t){$.ajax({url:acf.get("ajaxurl"),dataType:"html",type:"post",data:acf.prepare_for_ajax({action:"acf/update_user_setting",name:e,value:t})})},prepare_for_ajax:function(e){var t={nonce:acf.get("nonce"),post_id:acf.get("post_id")};return $.each(e,function(e,i){$.isPlainObject(i)&&!$.isEmptyObject(i)?$.each(i,function(i,a){i+="";var n=i.indexOf("[");i=0==n?e+i:n>0?e+"["+i.slice(0,n)+"]"+i.slice(n):e+"["+i+"]",t[i]=a}):t[e]=i}),t=acf.apply_filters("prepare_for_ajax",t)},is_ajax_success:function(e){return!(!e||!e.success)},get_ajax_message:function(e){var t={text:"",type:"error"};return e?(e.success&&(t.type="success"),e.data&&e.data.message&&(t.text=e.data.message),e.data&&e.data.error&&(t.text=e.data.error),t):t},is_in_view:function(e){var t=e.offset().top,i=t+e.height();if(t===i)return!1;var a=$(window).scrollTop(),n=a+$(window).height();return i<=n&&t>=a},val:function(e,t){var i=e.val();e.val(t),t!=i&&e.trigger("change")},str_replace:function(e,t,i){return i.split(e).join(t)},str_sanitize:function(e){var t={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","ß":"s","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Ĉ":"C","ĉ":"c","Ċ":"C","ċ":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"D","đ":"d","Ē":"E","ē":"e","Ĕ":"E","ĕ":"e","Ė":"E","ė":"e","Ę":"E","ę":"e","Ě":"E","ě":"e","Ĝ":"G","ĝ":"g","Ğ":"G","ğ":"g","Ġ":"G","ġ":"g","Ģ":"G","ģ":"g","Ĥ":"H","ĥ":"h","Ħ":"H","ħ":"h","Ĩ":"I","ĩ":"i","Ī":"I","ī":"i","Ĭ":"I","ĭ":"i","Į":"I","į":"i","İ":"I","ı":"i","IJ":"IJ","ij":"ij","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","Ĺ":"L","ĺ":"l","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ŀ":"L","ŀ":"l","Ł":"l","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","ʼn":"n","Ō":"O","ō":"o","Ŏ":"O","ŏ":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ŗ":"R","ŗ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ŝ":"S","ŝ":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ŧ":"T","ŧ":"t","Ũ":"U","ũ":"u","Ū":"U","ū":"u","Ŭ":"U","ŭ":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ſ":"s","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Ǎ":"A","ǎ":"a","Ǐ":"I","ǐ":"i","Ǒ":"O","ǒ":"o","Ǔ":"U","ǔ":"u","Ǖ":"U","ǖ":"u","Ǘ":"U","ǘ":"u","Ǚ":"U","ǚ":"u","Ǜ":"U","ǜ":"u","Ǻ":"A","ǻ":"a","Ǽ":"AE","ǽ":"ae","Ǿ":"O","ǿ":"o"," ":"_","'":"","?":"","/":"","\\":"",".":"",",":"","`":"",">":"","<":"",'"':"","[":"","]":"","|":"","{":"","}":"","(":"",")":""},i=/\W/g,a=function(e){return"undefined"!=typeof t[e]?t[e]:e};return e=e.replace(i,a),e=e.toLowerCase()},addslashes:function(e){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},render_select:function(e,t){var i=e.val();e.html(""),t&&$.each(t,function(t,a){var n=e;a.group&&(n=e.find('optgroup[label="'+a.group+'"]'),n.exists()||(n=$(''),e.append(n))),n.append('"),i==a.value&&e.prop("selectedIndex",t)})},duplicate:function(e){"undefined"!=typeof e.length&&(e={$el:e}),e=acf.parse_args(e,{$el:!1,search:"",replace:"",before:function(e){},after:function(e,t){},append:function(e,t){e.after(t)}});var t=e.$el,i;e.search||(e.search=t.attr("data-id")),e.replace||(e.replace=acf.get_uniqid()),e.before.apply(this,[t]),acf.do_action("before_duplicate",t);var i=t.clone();return i.removeClass("acf-clone"),acf.do_action("remove",i),e.search&&(i.attr("data-id",e.replace),i.find('[id*="'+e.search+'"]').each(function(){$(this).attr("id",$(this).attr("id").replace(e.search,e.replace))}),i.find('[name*="'+e.search+'"]').each(function(){$(this).attr("name",$(this).attr("name").replace(e.search,e.replace))}),i.find('label[for*="'+e.search+'"]').each(function(){$(this).attr("for",$(this).attr("for").replace(e.search,e.replace))})),i.find(".ui-sortable").removeClass("ui-sortable"),acf.do_action("after_duplicate",t,i),e.after.apply(this,[t,i]),e.append.apply(this,[t,i]),setTimeout(function(){acf.do_action("append",i)},1),i},decode:function(e){return $("');e.before(t),this.active=!0,this.$node=e,this.$textarea=t;var i=this.atts();wpLink.open("acf-link-textarea",i.url,i.title,null),$("#wp-link-wrap").addClass("has-text-field")},reset:function(){this.active=!1,this.$textarea.remove(),this.$textarea=null,this.$node=null},_select:function(e,t){var i=this.inputs();i.title||(i.title=t.find(".item-title").text(),this.inputs(i),console.log(i))},_open:function(e){if(this.active){var t=this.atts();this.inputs(t)}},_close:function(e){this.active&&setTimeout(function(){acf.link.reset()},100)},_update:function(e){if(this.active){var t=this.inputs();this.atts(t)}}})}(jQuery),function($){acf.media=acf.model.extend({frames:[],mime_types:{},actions:{ready:"ready"},frame:function(){var e=this.frames.length-1;return!(e<0)&&this.frames[e]},destroy:function(e){e.detach(),e.dispose(),e=null,this.frames.pop()},popup:function(e){var t=acf.get("post_id"),i=!1;$.isNumeric(t)||(t=0);var a=acf.parse_args(e,{mode:"select",title:"",button:"",type:"",field:"",mime_types:"",library:"all",multiple:!1,attachment:0,post_id:t,select:function(){}});a.id&&(a.attachment=a.id);var i=this.new_media_frame(a);return this.frames.push(i),setTimeout(function(){i.open()},1),i},_get_media_frame_settings:function(e,t){return"select"===t.mode?e=this._get_select_frame_settings(e,t):"edit"===t.mode&&(e=this._get_edit_frame_settings(e,t)),e},_get_select_frame_settings:function(e,t){return t.type&&(e.library.type=t.type),"uploadedTo"===t.library&&(e.library.uploadedTo=t.post_id),e._button=acf._e("media","select"),e},_get_edit_frame_settings:function(e,t){return e.library.post__in=[t.attachment],e._button=acf._e("media","update"),e},_add_media_frame_events:function(e,t){return e.on("open",function(){this.$el.closest(".media-modal").addClass("acf-media-modal -"+t.mode)},e),e.on("content:render:edit-image",function(){var e=this.state().get("image"),t=new wp.media.view.EditImage({model:e,controller:this}).render();this.content.set(t),t.loadEditor()},e),e.on("toolbar:create:select",function(t){t.view=new wp.media.view.Toolbar.Select({text:e.options._button,controller:this})},e),e.on("select",function(){var i=e.state(),a=i.get("image"),n=i.get("selection");if(a)return void t.select.apply(e,[a,0]);if(n){var s=0;return void n.each(function(i){t.select.apply(e,[i,s]),s++})}}),e.on("close",function(){setTimeout(function(){acf.media.destroy(e)},500)}),"select"===t.mode?e=this._add_select_frame_events(e,t):"edit"===t.mode&&(e=this._add_edit_frame_events(e,t)),e},_add_select_frame_events:function(e,t){var i=this;return acf.isset(_wpPluploadSettings,"defaults","multipart_params")&&(_wpPluploadSettings.defaults.multipart_params._acfuploader=t.field,e.on("open",function(){delete _wpPluploadSettings.defaults.multipart_params._acfuploader})),e.on("content:activate:browse",function(){try{var a=e.content.get().toolbar,n=a.get("filters"),s=a.get("search")}catch(e){return}if("image"==t.type&&(n.filters.all.text=acf._e("image","all"),delete n.filters.audio,delete n.filters.video,$.each(n.filters,function(e,t){null===t.props.type&&(t.props.type="image")})),t.mime_types){var o=t.mime_types.split(" ").join("").split(".").join("").split(",");$.each(o,function(e,t){$.each(i.mime_types,function(e,i){if(e.indexOf(t)!==-1){var a={text:t,props:{status:null,type:i,uploadedTo:null,orderby:"date",order:"DESC"},priority:20};n.filters[i]=a}})})}"uploadedTo"==t.library&&(delete n.filters.unattached,delete n.filters.uploaded,n.$el.parent().append(''+acf._e("image","uploadedTo")+""),$.each(n.filters,function(e,i){i.props.uploadedTo=t.post_id})),$.each(n.filters,function(e,i){i.props._acfuploader=t.field}),s.model.attributes._acfuploader=t.field,"function"==typeof n.refresh&&n.refresh()}),e},_add_edit_frame_events:function(e,t){return e.on("open",function(){this.$el.closest(".media-modal").addClass("acf-expanded"),"browse"!=this.content.mode()&&this.content.mode("browse");var e=this.state(),i=e.get("selection"),a=wp.media.attachment(t.attachment);i.add(a)},e),e},new_media_frame:function(e){var t={title:e.title,multiple:e.multiple,library:{},states:[]};t=this._get_media_frame_settings(t,e);var i=wp.media.query(t.library);acf.isset(i,"mirroring","args")&&(i.mirroring.args._acfuploader=e.field),t.states=[new wp.media.controller.Library({library:i,multiple:t.multiple,title:t.title,priority:20,filterable:"all",editable:!0,allowLocalEdits:!0})],acf.isset(wp,"media","controller","EditImage")&&t.states.push(new wp.media.controller.EditImage);var a=wp.media(t);return a.acf=e,a=this._add_media_frame_events(a,e)},ready:function(){var e=acf.get("wp_version"),t=acf.get("browser"),i=acf.get("post_id");acf.isset(window,"wp","media","view","settings","post")&&$.isNumeric(i)&&(wp.media.view.settings.post.id=i),t&&$("body").addClass("browser-"+t),e&&(e+="",major=e.substr(0,1),$("body").addClass("major-"+major)),acf.isset(window,"wp","media","view")&&(this.customize_Attachment(),this.customize_AttachmentFiltersAll(),this.customize_AttachmentCompat())},customize_Attachment:function(){var e=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=e.extend({render:function(){var t=acf.media.frame(),i=acf.maybe_get(this,"model.attributes.acf_errors");return t&&i&&this.$el.addClass("acf-disabled"),e.prototype.render.apply(this,arguments)},toggleSelection:function(t){var i=this.collection,a=this.options.selection,n=this.model,s=a.single(),o=acf.media.frame(),r=acf.maybe_get(this,"model.attributes.acf_errors"),l=this.controller.$el.find(".media-frame-content .media-sidebar");if(l.children(".acf-selection-error").remove(),l.children().removeClass("acf-hidden"),o&&r){var c=acf.maybe_get(this,"model.attributes.filename","");return l.children().addClass("acf-hidden"),l.prepend(['
',''+acf._e("restricted")+"",''+c+"",''+r+"","
"].join("")),a.reset(),void a.single(n)}e.prototype.toggleSelection.apply(this,arguments)}})},customize_AttachmentFiltersAll:function(){wp.media.view.AttachmentFilters.All.prototype.refresh=function(){this.$el.html(_.chain(this.filters).map(function(e,t){return{el:$("").val(t).html(e.text)[0],priority:e.priority||50}},this).sortBy("priority").pluck("el").value())}},customize_AttachmentCompat:function(){var e=wp.media.view.AttachmentCompat;wp.media.view.AttachmentCompat=e.extend({add_acf_expand_button:function(){var e=this.$el.closest(".media-modal");if(!e.find(".media-frame-router .acf-expand-details").exists()){var t=$(['',''+acf._e("expand_details")+"",''+acf._e("collapse_details")+"",""].join(""));t.on("click",function(t){t.preventDefault(),e.hasClass("acf-expanded")?e.removeClass("acf-expanded"):e.addClass("acf-expanded")}),e.find(".media-frame-router").append(t)}},render:function(){if(this.ignore_render)return this;var t=this;return setTimeout(function(){t.add_acf_expand_button()},0),clearTimeout(acf.media.render_timout),acf.media.render_timout=setTimeout(function(){acf.do_action("append",t.$el)},50),e.prototype.render.apply(this,arguments)},dispose:function(){return acf.do_action("remove",this.$el),e.prototype.dispose.apply(this,arguments)},save:function(e){e&&e.preventDefault();var t=acf.serialize(this.$el);this.ignore_render=!0,this.model.saveCompat(t)}})}})}(jQuery),function($){acf.fields.oembed=acf.field.extend({type:"oembed",$el:null,events:{'click [data-name="search-button"]':"_search",'click [data-name="clear-button"]':"_clear",'click [data-name="value-title"]':"_edit",'keypress [data-name="search-input"]':"_keypress",'keyup [data-name="search-input"]':"_keyup",'blur [data-name="search-input"]':"_blur"},focus:function(){this.$el=this.$field.find(".acf-oembed"),this.$search=this.$el.find('[data-name="search-input"]'),this.$input=this.$el.find('[data-name="value-input"]'),this.$title=this.$el.find('[data-name="value-title"]'),this.$embed=this.$el.find('[data-name="value-embed"]'),this.o=acf.get_data(this.$el)},maybe_search:function(){var e=this.$input.val(),t=this.$search.val();return t?void(t!=e&&this.search()):void this.clear()},search:function(){var e=this.$search.val();"http"!=e.substr(0,4)&&(e="http://"+e,this.$search.val(e)),this.$el.addClass("is-loading");var t=acf.prepare_for_ajax({action:"acf/fields/oembed/search",s:e,field_key:this.$field.data("key")});this.$el.data("xhr")&&this.$el.data("xhr").abort();var i=$.ajax({url:acf.get("ajaxurl"),data:t,type:"post",dataType:"json",context:this,success:this.search_success});this.$el.data("xhr",i)},search_success:function(e){var t=this.$search.val();return this.$el.removeClass("is-loading"),e&&e.html?(this.$el.removeClass("has-error").addClass("has-value"),this.$input.val(t),this.$title.html(t),void this.$embed.html(e.html)):void this.$el.removeClass("has-value").addClass("has-error")},clear:function(){this.$el.removeClass("has-error has-value"),this.$el.find('[data-name="search-input"]').val(""),this.$input.val(""),this.$title.html(""),this.$embed.html("")},edit:function(){this.$el.addClass("is-editing"),this.$search.val(this.$title.text()).focus()},blur:function(e){this.$el.removeClass("is-editing"),this.maybe_search()},_search:function(e){this.search()},_clear:function(e){this.clear()},_edit:function(e){this.edit()},_keypress:function(e){13==e.which&&e.preventDefault()},_keyup:function(e){this.$search.val()&&this.maybe_search()},_blur:function(e){this.blur()}})}(jQuery),function($){acf.fields.radio=acf.field.extend({type:"radio",$ul:null,actions:{ready:"initialize",append:"initialize"},events:{'click input[type="radio"]':"click"},focus:function(){this.$ul=this.$field.find(".acf-radio-list"),this.o=acf.get_data(this.$ul)},initialize:function(){this.$ul.find(".selected input").prop("checked",!0)},click:function(e){var t=e.$el,i=t.parent("label"),a=i.hasClass("selected"),n=t.val();if(this.$ul.find(".selected").removeClass("selected"),i.addClass("selected"),this.o.allow_null&&a&&(e.$el.prop("checked",!1),i.removeClass("selected"),n=!1,e.$el.trigger("change")),this.o.other_choice){var s=this.$ul.find('input[type="text"]');"other"===n?s.prop("disabled",!1).attr("name",t.attr("name")):s.prop("disabled",!0).attr("name","")}}})}(jQuery),function($){acf.fields.relationship=acf.field.extend({type:"relationship",$el:null,$input:null,$filters:null,$choices:null,$values:null,actions:{ready:"initialize",append:"initialize"},events:{"keypress [data-filter]":"submit_filter","change [data-filter]":"change_filter","keyup [data-filter]":"change_filter","click .choices .acf-rel-item":"add_item",'click [data-name="remove_item"]':"remove_item"},focus:function(){this.$el=this.$field.find(".acf-relationship"),this.$input=this.$el.children('input[type="hidden"]'),this.$choices=this.$el.find(".choices"),this.$values=this.$el.find(".values"),this.o=acf.get_data(this.$el)},initialize:function(){var e=this,t=this.$field,i=this.$el,a=this.$input;this.$values.children(".list").sortable({items:"li",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,update:function(){a.trigger("change")}}),this.$choices.children(".list").scrollTop(0).on("scroll",function(a){if(!i.hasClass("is-loading")&&!i.hasClass("is-empty")&&Math.ceil($(this).scrollTop())+$(this).innerHeight()>=$(this).get(0).scrollHeight){var n=i.data("paged")||1;i.data("paged",n+1),e.set("$field",t).fetch()}}),this.fetch()},maybe_fetch:function(){var e=this,t=this.$field;this.o.timeout&&clearTimeout(this.o.timeout);var i=setTimeout(function(){e.doFocus(t),e.fetch()},300);this.$el.data("timeout",i)},fetch:function(){var e=this,t=this.$field;this.$el.addClass("is-loading"),this.o.xhr&&(this.o.xhr.abort(),this.o.xhr=!1),this.o.action="acf/fields/relationship/query",this.o.field_key=t.data("key"),this.o.post_id=acf.get("post_id");var i=acf.prepare_for_ajax(this.o);1==i.paged&&this.$choices.children(".list").html(""),this.$choices.find("ul:last").append('

'+acf._e("relationship","loading")+"

");var a=$.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",data:i,success:function(i){e.set("$field",t).render(i)}});this.$el.data("xhr",a)},render:function(e){if(this.$el.removeClass("is-loading is-empty"),this.$choices.find("p").remove(),!e||!e.results||!e.results.length)return this.$el.addClass("is-empty"),void(1==this.o.paged&&this.$choices.children(".list").append("

"+acf._e("relationship","empty")+"

"));var t=$(this.walker(e.results));if(this.$values.find(".acf-rel-item").each(function(){t.find('.acf-rel-item[data-id="'+$(this).data("id")+'"]').addClass("disabled")}),this.o.s){var i=this.o.s;i=acf.addslashes(i),t.find(".acf-rel-item").each(function(){var e=$(this).text(),t=e.replace(new RegExp("("+i+")","gi"),"$1");$(this).html($(this).html().replace(e,t))})}this.$choices.children(".list").append(t);var a="",n=null;this.$choices.find(".acf-rel-label").each(function(){return $(this).text()==a?(n.append($(this).siblings("ul").html()),void $(this).parent().remove()):(a=$(this).text(),void(n=$(this).siblings("ul")))})},walker:function(e){var t="";if($.isArray(e))for(var i in e)t+=this.walker(e[i]);else $.isPlainObject(e)&&(void 0!==e.children?(t+='
  • '+e.text+'
      ',t+=this.walker(e.children),t+="
  • "):t+='
  • '+e.text+"
  • ");return t},submit_filter:function(e){13==e.which&&e.preventDefault()},change_filter:function(e){var t=e.$el.val(),i=e.$el.data("filter");this.$el.data(i)!=t&&(this.$el.data(i,t),this.$el.data("paged",1),e.$el.is("select")?this.fetch():this.maybe_fetch())},add_item:function(e){if(this.o.max>0&&this.$values.find(".acf-rel-item").length>=this.o.max)return void alert(acf._e("relationship","max").replace("{max}",this.o.max));if(e.$el.hasClass("disabled"))return!1;e.$el.addClass("disabled");var t=["
  • ",'',''+e.$el.html(),'',"","
  • "].join("");this.$values.children(".list").append(t),this.$input.trigger("change"),acf.validation.remove_error(this.$field)},remove_item:function(e){var t=e.$el.parent(),i=t.data("id");t.parent("li").remove(),this.$choices.find('.acf-rel-item[data-id="'+i+'"]').removeClass("disabled"),this.$input.trigger("change")}})}(jQuery),function($){var e,t,i;e=acf.select2=acf.model.extend({version:0,version3:null,version4:null,actions:{"ready 1":"ready"},ready:function(){this.version=this.get_version(),this.do_function("ready")},get_version:function(){return acf.maybe_get(window,"Select2")?3:acf.maybe_get(window,"jQuery.fn.select2.amd")?4:0},do_function:function(e,t){t=t||[];var i="version"+this.version;return"undefined"!=typeof this[i]&&"undefined"!=typeof this[i][e]&&this[i][e].apply(this,t)},get_data:function(e,t){var i=this;return t=t||[],e.children().each(function(){var e=$(this);e.is("optgroup")?t.push({text:e.attr("label"),children:i.get_data(e)}):t.push({id:e.attr("value"),text:e.text()})}),t},decode_data:function(t){return t?($.each(t,function(i,a){t[i].text=acf.decode(a.text),"undefined"!=typeof a.children&&(t[i].children=e.decode_data(a.children))}),t):[]},count_data:function(e){var t=0;return e?($.each(e,function(e,i){t++,"undefined"!=typeof i.children&&(t+=i.children.length)}),t):t},get_ajax_data:function(e,t,i,a){var n=acf.prepare_for_ajax({action:e.ajax_action,field_key:e.key,s:t.term||"",paged:t.page||1});return n=acf.apply_filters("select2_ajax_data",n,e,i,a)},get_ajax_results:function(e,t){var i={results:[]};return e||(e=i),"undefined"==typeof e.results&&(i.results=e,e=i),e.results=this.decode_data(e.results),e=acf.apply_filters("select2_ajax_results",e,t)},get_value:function(e){var t=[],i=e.find("option:selected");return i.exists()?(i=i.sort(function(e,t){return+e.getAttribute("data-i")-+t.getAttribute("data-i")}),i.each(function(){var e=$(this);t.push({id:e.attr("value"),text:e.text(),$el:e})}),t):t},get_input_value:function(e){return e.val().split("||")},sync_input_value:function(e,t){e.val(t.val().join("||"))},add_option:function(e,t,i){e.find('option[value="'+t+'"]').length||e.append('")},select_option:function(e,t){e.find('option[value="'+t+'"]').prop("selected",!0),e.trigger("change")},unselect_option:function(e,t){e.find('option[value="'+t+'"]').prop("selected",!1),e.trigger("change")},init:function(e,t,i){this.do_function("init",arguments)},destroy:function(e){this.do_function("destroy",arguments)},add_value:function(e,t,i){this.do_function("add_value",arguments)},remove_value:function(e,t){this.do_function("remove_value",arguments)},remove_value:function(e,t){this.do_function("remove_value",arguments)}}),t=e.version3={ready:function(){var e=acf.get("locale"),t=acf.get("rtl");if(l10n=acf._e("select"),l10n){var i={formatMatches:function(e){return 1===e?l10n.matches_1:l10n.matches_n.replace("%d",e)},formatNoMatches:function(){return l10n.matches_0},formatAjaxError:function(){return l10n.load_fail},formatInputTooShort:function(e,t){var i=t-e.length;return 1===i?l10n.input_too_short_1:l10n.input_too_short_n.replace("%d",i)},formatInputTooLong:function(e,t){var i=e.length-t;return 1===i?l10n.input_too_long_1:l10n.input_too_long_n.replace("%d",i)},formatSelectionTooBig:function(e){return 1===e?l10n.selection_too_long_1:l10n.selection_too_long_n.replace("%d",e)},formatLoadMore:function(){return l10n.load_more},formatSearching:function(){return l10n.searching}};$.fn.select2.locales=acf.maybe_get(window,"jQuery.fn.select2.locales",{}),$.fn.select2.locales[e]=i,$.extend($.fn.select2.defaults,i)}},set_data:function(e,t){3==this.version&&(e=e.siblings("input")),e.select2("data",t)},append_data:function(e,t){3==this.version&&(e=e.siblings("input"));var i=e.select2("data")||[];i.push(t),e.select2("data",i)},init:function(i,a,n){a=a||{},n=n||null,a=$.extend({allow_null:!1,placeholder:"",multiple:!1,ajax:!1,ajax_action:""},a);var s=i.siblings("input");if(s.exists()){var o={width:"100%",containerCssClass:"-acf",allowClear:a.allow_null,placeholder:a.placeholder,multiple:a.multiple,separator:"||",data:[],escapeMarkup:function(e){return e},formatResult:function(e,t,i,a){var n=$.fn.select2.defaults.formatResult(e,t,i,a);return e.description&&(n+=' '+e.description+""),n}},r=this.get_value(i);if(a.multiple){var l=i.attr("name");o.formatSelection=function(e,t){var i='";return t.parent().append(i),e.text}}else r=acf.maybe_get(r,0,!1),!a.allow_null&&r&&s.val(r.id);a.allow_null&&i.find('option[value=""]').remove(),o.data=this.get_data(i),o.initSelection=function(e,t){t(r)},a.ajax&&(o.ajax={url:acf.get("ajaxurl"),dataType:"json",type:"post",cache:!1,quietMillis:250,data:function(t,i){var o={term:t,page:i};return e.get_ajax_data(a,o,s,n)},results:function(i,a){var n={page:a};return setTimeout(function(){t.merge_results()},1),e.get_ajax_results(i,n)}}),o.dropdownCss={"z-index":"999999999"},o.acf=a,o=acf.apply_filters("select2_args",o,i,a,n),s.select2(o);var c=s.select2("container");c.before(i),c.before(s),a.multiple&&c.find("ul.select2-choices").sortable({ -start:function(){s.select2("onSortStart")},stop:function(){s.select2("onSortEnd")}}),i.prop("disabled",!0).addClass("acf-disabled acf-hidden"),s.on("change",function(t){t.added&&e.add_option(i,t.added.id,t.added.text),e.select_option(i,t.val)}),acf.do_action("select2_init",s,o,a,n)}},merge_results:function(){var e="",t=null;$("#select2-drop .select2-result-with-children").each(function(){var i=$(this).children(".select2-result-label"),a=$(this).children(".select2-result-sub");return i.text()==e?(t.append(a.children()),void $(this).remove()):(e=i.text(),void(t=a))})},destroy:function(e){var t=e.siblings("input");t.data("select2")&&t.select2("destroy"),e.siblings(".select2-container").remove(),e.prop("disabled",!1).removeClass("acf-disabled acf-hidden"),t.attr("style","")},add_value:function(t,i,a){e.add_option(t,i,a),e.select_option(t,i);var n=t.siblings("input"),s={id:i,text:a};if(!t.data("multiple"))return n.select2("data",s);var o=n.select2("data")||[];return o.push(s),n.select2("data",o)},remove_value:function(t,i){e.unselect_option(t,i);var a=t.siblings("input"),n=a.select2("data");t.data("multiple")?(n=$.grep(n,function(e){return e.id!=i}),a.select2("data",n)):n&&n.id==i&&a.select2("data",null)}},i=e.version4={init:function(t,a,n){a=a||{},n=n||null,a=$.extend({allow_null:!1,placeholder:"",multiple:!1,ajax:!1,ajax_action:""},a);var s=t.siblings("input");if(s.exists()){var o={width:"100%",allowClear:a.allow_null,placeholder:a.placeholder,multiple:a.multiple,separator:"||",data:[],escapeMarkup:function(e){return e}},r=this.get_value(t);a.multiple?$.each(r,function(e,i){i.$el.detach().appendTo(t)}):r=acf.maybe_get(r,0,""),a.ajax?o.ajax={url:acf.get("ajaxurl"),delay:250,dataType:"json",type:"post",cache:!1,data:function(i){return e.get_ajax_data(a,i,t,n)},processResults:function(t,a){var n=e.get_ajax_results(t,a);return n.more&&(n.pagination={more:!0}),setTimeout(function(){i.merge_results()},1),n}}:(t.removeData("ajax"),t.removeAttr("data-ajax")),o=acf.apply_filters("select2_args",o,t,a,n),t.select2(o);var l=t.next(".select2-container");if(a.multiple){var c=l.find("ul");c.sortable({stop:function(e){c.find(".select2-selection__choice").each(function(){var e=$($(this).data("data").element);e.detach().appendTo(t),s.trigger("change")})}}),t.on("select2:select",function(e){var i=$(e.params.data.element);i.detach().appendTo(t)})}s.val(""),l.addClass("-acf"),acf.do_action("select2_init",t,o,a,n)}},merge_results:function(){var e=null,t=null;$('.select2-results__option[role="group"]').each(function(){var i=$(this).children("ul"),a=$(this).children("strong");return null!==t&&a.text()==t.text()?(e.append(i.children()),void $(this).remove()):(e=i,void(t=a))})},add_value:function(t,i,a){e.add_option(t,i,a),e.select_option(t,i)},remove_value:function(t,i){e.unselect_option(t,i)},destroy:function(e){e.data("select2")&&e.select2("destroy"),e.siblings(".select2-container").remove()}},acf.add_select2=function(t,i){e.init(t,i)},acf.remove_select2=function(t){e.destroy(t)}}(jQuery),function($){acf.fields.select=acf.field.extend({type:"select",$select:null,actions:{ready:"render",append:"render",remove:"remove"},focus:function(){this.$select=this.$field.find("select"),this.$select.exists()&&(this.o=acf.get_data(this.$select),this.o=acf.parse_args(this.o,{ajax_action:"acf/fields/"+this.type+"/query",key:this.$field.data("key")}))},render:function(){return!(!this.$select.exists()||!this.o.ui)&&void acf.select2.init(this.$select,this.o,this.$field)},remove:function(){return!(!this.$select.exists()||!this.o.ui)&&void acf.select2.destroy(this.$select)}}),acf.fields.user=acf.fields.select.extend({type:"user"}),acf.fields.post_object=acf.fields.select.extend({type:"post_object"}),acf.fields.page_link=acf.fields.select.extend({type:"page_link"})}(jQuery),function($){acf.fields.tab=acf.field.extend({type:"tab",$el:null,$wrap:null,actions:{prepare:"initialize",append:"initialize",hide:"hide",show:"show"},focus:function(){this.$el=this.$field.find(".acf-tab"),this.o=this.$el.data(),this.o.key=this.$field.data("key"),this.o.text=this.$el.html()},initialize:function(){this.$field.is("td")||e.add_tab(this.$field,this.o)},hide:function(e,t){if("conditional_logic"==t){var i=e.data("key"),a=e.prevAll(".acf-tab-wrap"),n=a.find('a[data-key="'+i+'"]'),s=n.parent();a.exists()&&(s.addClass("hidden-by-conditional-logic"),setTimeout(function(){e.nextUntil(".acf-field-tab",".acf-field").each(function(){$(this).hasClass("hidden-by-conditional-logic")||(acf.conditional_logic.hide_field($(this)),$(this).addClass("-hbcl-"+i))}),s.hasClass("active")&&a.find("li:not(.hidden-by-conditional-logic):first a").trigger("click")},0))}},show:function(e,t){if("conditional_logic"==t){var i=e.data("key"),a=e.prevAll(".acf-tab-wrap"),n=a.find('a[data-key="'+i+'"]'),s=n.parent();a.exists()&&(s.removeClass("hidden-by-conditional-logic"),setTimeout(function(){e.siblings(".acf-field.-hbcl-"+i).each(function(){acf.conditional_logic.show_field($(this)),$(this).removeClass("-hbcl-"+i)});var t=s.siblings(".active");t.exists()&&!t.hasClass("hidden-by-conditional-logic")||n.trigger("click")},0))}}});var e=acf.model.extend({actions:{"prepare 15":"render","append 15":"render","refresh 15":"render"},events:{"click .acf-tab-button":"_click"},render:function(e){$(".acf-tab-wrap",e).each(function(){var e=$(this),t=e.parent();if(e.find("li.active").exists()||e.find("li:not(.hidden-by-conditional-logic):first a").trigger("click"),t.hasClass("-sidebar")){var i=t.is("td")?"height":"min-height",a=e.position().top+e.children("ul").outerHeight(!0)-1;t.css(i,a)}})},add_group:function(e,t){var i=e.parent(),a="";return i.hasClass("acf-fields")&&"left"==t.placement?i.addClass("-sidebar"):t.placement="top",a=i.is("tbody")?'
      ':'
        ',$group=$(a),e.before($group),$group},add_tab:function(e,t){var i=e.siblings(".acf-tab-wrap").last();i.exists()?t.endpoint&&(i=this.add_group(e,t)):i=this.add_group(e,t);var a=$('
      • '+t.text+"
      • ");""===t.text&&a.hide(),i.find("ul").append(a),e.hasClass("hidden-by-conditional-logic")&&a.addClass("hidden-by-conditional-logic")},_click:function(e){e.preventDefault();var t=this,i=e.$el,a=i.closest(".acf-tab-wrap"),n=i.data("key"),s="";i.parent().addClass("active").siblings().removeClass("active"),a.nextUntil(".acf-tab-wrap",".acf-field").each(function(){var e=$(this);return("tab"!=e.data("type")||(s=e.data("key"),!e.hasClass("endpoint")))&&void(s===n?e.hasClass("hidden-by-tab")&&(e.removeClass("hidden-by-tab"),acf.do_action("show_field",$(this),"tab")):e.hasClass("hidden-by-tab")||(e.addClass("hidden-by-tab"),acf.do_action("hide_field",$(this),"tab")))}),acf.do_action("refresh",a.parent()),i.trigger("blur")}}),t=acf.model.extend({active:1,actions:{add_field_error:"add_field_error"},add_field_error:function(e){if(this.active&&e.hasClass("hidden-by-tab")){var t=this,i=e.prevAll(".acf-field-tab:first"),a=e.prevAll(".acf-tab-wrap:first");a.find('a[data-key="'+i.data("key")+'"]').trigger("click"),this.active=0,setTimeout(function(){t.active=1},1e3)}}})}(jQuery),function($){acf.fields.time_picker=acf.field.extend({type:"time_picker",$el:null,$input:null,$hidden:null,o:{},actions:{ready:"initialize",append:"initialize"},events:{'blur input[type="text"]':"blur"},focus:function(){this.$el=this.$field.find(".acf-time-picker"),this.$input=this.$el.find('input[type="text"]'),this.$hidden=this.$el.find('input[type="hidden"]'),this.o=acf.get_data(this.$el)},initialize:function(){if("undefined"!=typeof $.timepicker){var e={timeFormat:this.o.time_format,altField:this.$hidden,altFieldTimeOnly:!1,altTimeFormat:"HH:mm:ss",showButtonPanel:!0,controlType:"select",oneLine:!0,closeText:acf._e("date_time_picker","selectText")};e.onClose=function(e,t){var i=t.dpDiv,a=i.find(".ui-datepicker-close");if(!e&&a.is(":hover")){if(e=acf.maybe_get(t,"settings.timepicker.formattedTime"),!e)return;$.datepicker._setTime(t)}},e=acf.apply_filters("time_picker_args",e,this.$field),this.$input.timepicker(e),$("body > #ui-datepicker-div").exists()&&$("body > #ui-datepicker-div").wrap('
        '),acf.do_action("time_picker_init",this.$input,e,this.$field)}},blur:function(){this.$input.val()||this.$hidden.val("")}})}(jQuery),function($){acf.fields.true_false=acf.field.extend({type:"true_false",$switch:null,$input:null,actions:{prepare:"render",append:"render",show:"render"},events:{"change .acf-switch-input":"_change","focus .acf-switch-input":"_focus","blur .acf-switch-input":"_blur","keypress .acf-switch-input":"_keypress"},focus:function(){this.$input=this.$field.find(".acf-switch-input"),this.$switch=this.$field.find(".acf-switch")},render:function(){if(this.$switch.exists()){var e=this.$switch.children(".acf-switch-on"),t=this.$switch.children(".acf-switch-off");width=Math.max(e.width(),t.width()),width&&(e.css("min-width",width),t.css("min-width",width))}},on:function(){this.$input.prop("checked",!0),this.$switch.addClass("-on")},off:function(){this.$input.prop("checked",!1),this.$switch.removeClass("-on")},_change:function(e){var t=e.$el.prop("checked");t?this.on():this.off()},_focus:function(e){this.$switch.addClass("-focus")},_blur:function(e){this.$switch.removeClass("-focus")},_keypress:function(e){return 37===e.keyCode?this.off():39===e.keyCode?this.on():void 0}})}(jQuery),function($){acf.fields.taxonomy=acf.field.extend({type:"taxonomy",$el:null,actions:{ready:"render",append:"render",remove:"remove"},events:{'click a[data-name="add"]':"add_term"},focus:function(){this.$el=this.$field.find(".acf-taxonomy-field"),this.o=acf.get_data(this.$el),this.o.key=this.$field.data("key")},render:function(){var e=this.$field.find("select");if(e.exists()){var t=acf.get_data(e);t=acf.parse_args(t,{pagination:!0,ajax_action:"acf/fields/taxonomy/query",key:this.o.key}),acf.select2.init(e,t)}},remove:function(){var e=this.$field.find("select");return!!e.exists()&&void acf.select2.destroy(e)},add_term:function(e){var t=this;acf.open_popup({title:e.$el.attr("title")||e.$el.data("title"),loading:!0,height:220});var i=acf.prepare_for_ajax({action:"acf/fields/taxonomy/add_term",field_key:this.o.key});$.ajax({url:acf.get("ajaxurl"),data:i,type:"post",dataType:"html",success:function(e){t.add_term_confirm(e)}})},add_term_confirm:function(e){var t=this;acf.update_popup({content:e}),$('#acf-popup input[name="term_name"]').focus(),$("#acf-popup form").on("submit",function(e){e.preventDefault(),t.add_term_submit($(this))})},add_term_submit:function(e){var t=this,i=e.find(".acf-submit"),a=e.find('input[name="term_name"]'),n=e.find('select[name="term_parent"]');if(""===a.val())return a.focus(),!1;i.find("button").attr("disabled","disabled"),i.find(".acf-spinner").addClass("is-active");var s=acf.prepare_for_ajax({action:"acf/fields/taxonomy/add_term",field_key:this.o.key,term_name:a.val(),term_parent:n.exists()?n.val():0});$.ajax({url:acf.get("ajaxurl"),data:s,type:"post",dataType:"json",success:function(e){var n=acf.get_ajax_message(e);acf.is_ajax_success(e)&&(a.val(""),t.append_new_term(e.data)),n.text&&i.find("span").html(n.text)},complete:function(){i.find("button").removeAttr("disabled"),i.find(".acf-spinner").removeClass("is-active"),i.find("span").delay(1500).fadeOut(250,function(){$(this).html(""),$(this).show()}),a.focus()}})},append_new_term:function(e){var t={id:e.term_id,text:e.term_label};switch($('.acf-taxonomy-field[data-taxonomy="'+this.o.taxonomy+'"]').each(function(){var t=$(this).data("type");if("radio"==t||"checkbox"==t){var i=$(this).children('input[type="hidden"]'),a=$(this).find("ul:first"),n=i.attr("name");"checkbox"==t&&(n+="[]");var s=$(['
      • ',"","
      • "].join(""));if(e.term_parent){var o=a.find('li[data-id="'+e.term_parent+'"]');a=o.children("ul"),a.exists()||(a=$('
          '),o.append(a))}a.append(s)}}),$("#acf-popup #term_parent").each(function(){var t=$('");e.term_parent?$(this).children('option[value="'+e.term_parent+'"]').after(t):$(this).append(t)}),this.o.type){case"select":var i=this.$el.children("select");acf.select2.add_value(i,e.term_id,e.term_label);break;case"multi_select":var i=this.$el.children("select");acf.select2.add_value(i,e.term_id,e.term_label);break;case"checkbox":case"radio":var a=this.$el.find(".categorychecklist-holder"),n=a.find('li[data-id="'+e.term_id+'"]'),s=a.get(0).scrollTop+(n.offset().top-a.offset().top);n.find("input").prop("checked",!0),a.animate({scrollTop:s},"250")}}})}(jQuery),function($){acf.fields.url=acf.field.extend({type:"url",$input:null,actions:{ready:"render",append:"render"},events:{'keyup input[type="url"]':"render"},focus:function(){this.$input=this.$field.find('input[type="url"]')},is_valid:function(){var e=this.$input.val();if(e.indexOf("://")!==-1);else if(0!==e.indexOf("//"))return!1;return!0},render:function(){this.is_valid()?this.$input.parent().addClass("-valid"):this.$input.parent().removeClass("-valid")}})}(jQuery),function($){acf.validation=acf.model.extend({actions:{ready:"ready",append:"ready"},filters:{validation_complete:"validation_complete"},events:{"click #save-post":"click_ignore",'click [type="submit"]':"click_publish","submit form":"submit_form","click .acf-error-message a":"click_message"},active:1,ignore:0,busy:0,valid:!0,errors:[],error_class:"acf-error",message_class:"acf-error-message",$trigger:null,ready:function(e){e.find(".acf-field input").filter('[type="number"], [type="email"], [type="url"]').on("invalid",function(e){e.preventDefault(),acf.validation.errors.push({input:$(this).attr("name"),message:e.target.validationMessage}),acf.validation.fetch($(this).closest("form"))})},validation_complete:function(e,t){if(!this.errors.length)return e;e.valid=0,e.errors=e.errors||[];var a=[];if(e.errors.length)for(i in e.errors)a.push(e.errors[i].input);if(this.errors.length)for(i in this.errors){var n=this.errors[i];$.inArray(n.input,a)===-1&&e.errors.push(n)}return this.errors=[],e},click_message:function(e){e.preventDefault(),acf.remove_el(e.$el.parent())},click_ignore:function(e){this.ignore=1,this.$trigger=e.$el},click_publish:function(e){this.$trigger=e.$el},submit_form:function(e){if(!this.active)return!0;if(this.ignore)return this.ignore=0,!0;if(!e.$el.find("#acf-form-data").exists())return!0;var t=e.$el.find("#wp-preview");return t.exists()&&t.val()?(this.toggle(e.$el,"unlock"),!0):(e.preventDefault(),void this.fetch(e.$el))},toggle:function(e,t){t=t||"unlock";var i=null,a=null,n=$("#submitdiv");n.exists()||(n=$("#submitpost")),n.exists()||(n=e.find("p.submit").last()),n.exists()||(n=e.find(".acf-form-submit")),n.exists()||(n=e),i=n.find('input[type="submit"], .button'),a=n.find(".spinner, .acf-spinner"),this.hide_spinner(a),"unlock"==t?this.enable_submit(i):"lock"==t&&(this.disable_submit(i),this.show_spinner(a.last()))},fetch:function(e){if(this.busy)return!1;var t=this;acf.do_action("validation_begin");var i=acf.serialize(e);i.action="acf/validate_save_post",i=acf.prepare_for_ajax(i),this.busy=1,this.toggle(e,"lock"),$.ajax({url:acf.get("ajaxurl"),data:i,type:"post",dataType:"json",success:function(i){acf.is_ajax_success(i)&&t.fetch_success(e,i.data)},complete:function(){t.fetch_complete(e)}})},fetch_complete:function(e){if(this.busy=0,this.toggle(e,"unlock"),this.valid){this.ignore=1;var t=e.children(".acf-error-message");t.exists()&&(t.addClass("-success"),t.children("p").html(acf._e("validation_successful")),setTimeout(function(){acf.remove_el(t)},2e3)),e.find(".acf-postbox.acf-hidden").remove(),acf.do_action("submit",e),this.$trigger?this.$trigger.click():e.submit(),this.toggle(e,"lock")}},fetch_success:function(e,t){if(t=acf.apply_filters("validation_complete",t,e),!t||t.valid||!t.errors)return this.valid=!0,void acf.do_action("validation_success");acf.do_action("validation_failure"),this.valid=!1,this.$trigger=null;var i=null,a=0,n=acf._e("validation_failed");if(t.errors&&t.errors.length>0){for(var s in t.errors){var o=t.errors[s];if(o.input){var r=e.find('[name="'+o.input+'"]').first();if(r.exists()||(r=e.find('[name^="'+o.input+'"]').first()),r.exists()){a++;var l=acf.get_field_wrap(r);this.add_error(l,o.message),null===i&&(i=l)}}else n+=". "+o.message}1==a?n+=". "+acf._e("validation_failed_1"):a>1&&(n+=". "+acf._e("validation_failed_2").replace("%d",a))}var c=e.children(".acf-error-message");c.exists()||(c=$('

          '),e.prepend(c)),c.children("p").html(n),null===i&&(i=c),setTimeout(function(){$("html, body").animate({scrollTop:i.offset().top-$(window).height()/2},500)},1)},add_error:function(e,t){var i=this;e.addClass(this.error_class),void 0!==t&&(e.children(".acf-input").children("."+this.message_class).remove(),e.children(".acf-input").prepend('

          '+t+"

          "));var a=function(){i.remove_error(e),e.off("focus change","input, textarea, select",a)};e.on("focus change","input, textarea, select",a),acf.do_action("add_field_error",e)},remove_error:function(e){var t=e.children(".acf-input").children("."+this.message_class);e.removeClass(this.error_class),setTimeout(function(){acf.remove_el(t)},250),acf.do_action("remove_field_error",e)},add_warning:function(e,t){this.add_error(e,t),setTimeout(function(){acf.validation.remove_error(e)},1e3)},show_spinner:function(e){if(e.exists()){var t=acf.get("wp_version");parseFloat(t)>=4.2?e.addClass("is-active"):e.css("display","inline-block")}},hide_spinner:function(e){if(e.exists()){var t=acf.get("wp_version");parseFloat(t)>=4.2?e.removeClass("is-active"):e.css("display","none")}},disable_submit:function(e){e.exists()&&e.addClass("disabled button-disabled button-primary-disabled")},enable_submit:function(e){e.exists()&&e.removeClass("disabled button-disabled button-primary-disabled")}})}(jQuery),function($){acf.fields.wysiwyg=acf.field.extend({type:"wysiwyg",$el:null,$textarea:null,toolbars:{},events:{"mousedown .acf-editor-wrap.delay":"mousedown"},actions:{load:"initialize",append:"initialize",remove:"disable",sortstart:"disable",sortstop:"enable"},focus:function(){this.$el=this.$field.find(".wp-editor-wrap").last(),this.$textarea=this.$el.find("textarea"),this.o=acf.get_data(this.$el),this.o.id=this.$textarea.attr("id")},mousedown:function(e){e.preventDefault(),this.$el.removeClass("delay"),this.$el.find(".acf-editor-toolbar").remove(),this.initialize()},initialize:function(){if(!this.$el.hasClass("delay")&&"undefined"!=typeof tinyMCEPreInit){var e=this.o.id,t=acf.get_uniqid("acf-editor-"),i=this.$el.outerHTML();i=acf.str_replace(e,t,i),this.$el.replaceWith(i),this.o.id=t,this.initialize_tinymce(),this.initialize_quicktags()}},initialize_tinymce:function(){if("undefined"!=typeof tinymce&&"undefined"!=typeof tinyMCEPreInit.mceInit){var e=this.get_mceInit();if(tinyMCEPreInit.mceInit[e.id]=e,this.$el.hasClass("tmce-active"))try{tinymce.init(e);var t=tinyMCE.get(e.id);acf.do_action("wysiwyg_tinymce_init",t,t.id,e,this.$field)}catch(e){}}},initialize_quicktags:function(){if("undefined"!=typeof quicktags&&"undefined"!=typeof tinyMCEPreInit.qtInit){var e=this.get_qtInit();tinyMCEPreInit.qtInit[e.id]=e;try{var t=quicktags(e);this._buttonsInit(t),acf.do_action("wysiwyg_quicktags_init",t,t.id,e,this.$field)}catch(e){}}},get_mceInit:function(){var e=this.$field,t=this.get_toolbar(this.o.toolbar),i=$.extend({},tinyMCEPreInit.mceInit.acf_content);if(i.selector="#"+this.o.id,i.id=this.o.id,i.elements=this.o.id,t)for(var a=tinymce.majorVersion<4?"theme_advanced_buttons":"toolbar",n=1;n<5;n++)i[a+n]=acf.isset(t,n)?t[n]:"";return tinymce.majorVersion<4?i.setup=function(t){t.onInit.add(function(t,i){$(t.getBody()).on("focus",function(){acf.validation.remove_error(e)}),$(t.getBody()).on("blur",function(){t.save(),e.find("textarea").trigger("change")})})}:i.setup=function(t){t.on("focus",function(t){acf.validation.remove_error(e)}),t.on("change",function(i){t.save(),e.find("textarea").trigger("change")})},i.wp_autoresize_on=!1,i=acf.apply_filters("wysiwyg_tinymce_settings",i,i.id,this.$field)},get_qtInit:function(){var e=$.extend({},tinyMCEPreInit.qtInit.acf_content);return e.id=this.o.id,e=acf.apply_filters("wysiwyg_quicktags_settings",e,e.id,this.$field)},disable:function(){try{var e=tinyMCE.get(this.o.id);e.save(),e.destroy()}catch(e){}},enable:function(){try{this.$el.hasClass("tmce-active")&&switchEditors.go(this.o.id,"tmce")}catch(e){}},get_toolbar:function(e){return"undefined"!=typeof this.toolbars[e]&&this.toolbars[e]},_buttonsInit:function(e){var t=",strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,";canvas=e.canvas,name=e.name,settings=e.settings,html="",theButtons={},use="",settings.buttons&&(use=","+settings.buttons+",");for(i in edButtons)edButtons[i]&&(id=edButtons[i].id,use&&t.indexOf(","+id+",")!==-1&&use.indexOf(","+id+",")===-1||edButtons[i].instance&&edButtons[i].instance!==inst||(theButtons[id]=edButtons[i],edButtons[i].html&&(html+=edButtons[i].html(name+"_"))));use&&use.indexOf(",fullscreen,")!==-1&&(theButtons.fullscreen=new qt.FullscreenButton,html+=theButtons.fullscreen.html(name+"_")),"rtl"===document.getElementsByTagName("html")[0].dir&&(theButtons.textdirection=new qt.TextDirectionButton,html+=theButtons.textdirection.html(name+"_")),e.toolbar.innerHTML=html,e.theButtons=theButtons}});var e=acf.model.extend({$div:null,actions:{ready:"ready"},ready:function(){this.$div=$("#acf-hidden-wp-editor"),this.$div.exists()&&(this.$div.appendTo("body"),acf.isset(window,"tinymce","on")&&tinymce.on("AddEditor",function(e){var t=e.editor;"acf"===t.id.substr(0,3)&&(t=tinymce.editors.content||t,tinymce.activeEditor=t,wpActiveEditor=t.id)}))}})}(jQuery); \ No newline at end of file +!function(e,t){"use strict";var i=function(){function e(){return u}function t(e,t,i,a){return"string"==typeof e&&"function"==typeof t&&(i=parseInt(i||10,10),l("actions",e,t,i,a)),f}function i(){var e=Array.prototype.slice.call(arguments),t=e.shift();return"string"==typeof t&&d("actions",t,e),f}function a(e,t){return"string"==typeof e&&r("actions",e,t),f}function n(e,t,i,a){return"string"==typeof e&&"function"==typeof t&&(i=parseInt(i||10,10),l("filters",e,t,i,a)),f}function s(){var e=Array.prototype.slice.call(arguments),t=e.shift();return"string"==typeof t?d("filters",t,e):f}function o(e,t){return"string"==typeof e&&r("filters",e,t),f}function r(e,t,i,a){if(u[e][t])if(i){var n=u[e][t],s;if(a)for(s=n.length;s--;){var o=n[s];o.callback===i&&o.context===a&&n.splice(s,1)}else for(s=n.length;s--;)n[s].callback===i&&n.splice(s,1)}else u[e][t]=[]}function l(e,t,i,a,n){var s={callback:i,priority:a,context:n},o=u[e][t];o?(o.push(s),o=c(o)):o=[s],u[e][t]=o}function c(e){for(var t,i,a,n=1,s=e.length;nt.priority;)e[i]=e[i-1],--i;e[i]=t}return e}function d(e,t,i){var a=u[e][t];if(!a)return"filters"===e&&i[0];var n=0,s=a.length;if("filters"===e)for(;n0},$.fn.outerHTML=function(){return $(this).get(0).outerHTML},acf={l10n:{},o:{},update:function(e,t){this.o[e]=t},get:function(e){return"undefined"!=typeof this.o[e]?this.o[e]:null},_e:function(e,t){t=t||!1;var i=this.l10n[e]||"";return t&&(i=i[t]||""),i},add_action:function(){for(var e=arguments[0].split(" "),t=e.length,i=0;ie.length?Array(1+(t-e.length)).join("0")+e:e};return this.php_js||(this.php_js={}),this.php_js.uniqidSeed||(this.php_js.uniqidSeed=Math.floor(123456789*Math.random())),this.php_js.uniqidSeed++,i=e,i+=a(parseInt((new Date).getTime()/1e3,10),8),i+=a(this.php_js.uniqidSeed,5),t&&(i+=(10*Math.random()).toFixed(8).toString()),i},serialize_form:function(){return this.serialize.apply(this,arguments)},serialize:function(e,t){t=t||"";var i={},a={},n=e.find("select, textarea, input").serializeArray();return $.each(n,function(e,n){var s=n.name,o=n.value;if(t){if(0!==s.indexOf(t))return;s=s.slice(t.length),"["==s.slice(0,1)&&(s=s.slice(1).replace("]",""))}"[]"===s.slice(-2)&&(s=s.slice(0,-2),"undefined"==typeof a[s]&&(a[s]=-1),a[s]++,s+="["+a[s]+"]"),i[s]=o}),i},disable:function(e,t){if(t=t||"",e.hasClass("acf-disabled"))return!1;if(e.prop("disabled",!0),t){var i=e.data("acf_disabled")||[],a=i.indexOf(t);a<0&&(i.push(t),e.data("acf_disabled",i))}return!0},enable:function(e,t){if(t=t||"",e.hasClass("acf-disabled"))return!1;var i=e.data("acf_disabled")||[];if(t){var a=i.indexOf(t);a>-1&&(i.splice(a,1),e.data("acf_disabled",i))}return!i.length&&(e.prop("disabled",!1),!0)},disable_el:function(e,t){t=t||"",e.find("select, textarea, input").each(function(){acf.disable($(this),t)})},disable_form:function(e,t){this.disable_el.apply(this,arguments)},enable_el:function(e,t){t=t||"",e.find("select, textarea, input").each(function(){acf.enable($(this),t)})},enable_form:function(e,t){this.enable_el.apply(this,arguments)},remove_tr:function(e,t){var i=e.height(),a=e.children().length;e.addClass("acf-remove-element"),setTimeout(function(){e.removeClass("acf-remove-element"),e.html(''),e.children("td").animate({height:0},250,function(){e.remove(),"function"==typeof t&&t()})},250)},remove_el:function(e,t,i){i=i||0;var a=e.height(),n=e.width(),s=e.css("margin"),o=e.outerHeight(!0);acf.do_action("remove",e),e.wrap('
          ');var r=e.parent();e.css({height:a,width:n,margin:s,position:"absolute"}),setTimeout(function(){r.css({opacity:0,height:i})},50),setTimeout(function(){r.remove(),"function"==typeof t&&t.apply(this,arguments)},301)},isset:function(){var e=arguments,t=e.length,a=null,n;if(0===t)throw new Error("Empty isset");for(a=e[0],i=1;i #acf-popup"),$popup.exists())return update_popup(e);var t=['
          ','
          ','

          ','
          ','
          ',"
          ",'
          ',"
          "].join("");return $("body").append(t),$("#acf-popup").on("click",".bg, .acf-close-popup",function(e){e.preventDefault(),acf.close_popup()}),this.update_popup(e)},update_popup:function(e){return $popup=$("#acf-popup"),!!$popup.exists()&&(e=$.extend({},{title:"",content:"",width:0,height:0,loading:!1},e),e.title&&$popup.find(".title h3").html(e.title),e.content&&($inner=$popup.find(".inner:first"),$inner.html(e.content),acf.do_action("append",$inner),$inner.attr("style","position: relative;"),e.height=$inner.outerHeight(),$inner.removeAttr("style")),e.width&&$popup.find(".acf-popup-box").css({width:e.width,"margin-left":0-e.width/2}),e.height&&(e.height+=44,$popup.find(".acf-popup-box").css({height:e.height,"margin-top":0-e.height/2})),e.loading?$popup.find(".loading").show():$popup.find(".loading").hide(),$popup)},close_popup:function(){$popup=$("#acf-popup"),$popup.exists()&&$popup.remove()},update_user_setting:function(e,t){$.ajax({url:acf.get("ajaxurl"),dataType:"html",type:"post",data:acf.prepare_for_ajax({action:"acf/update_user_setting",name:e,value:t})})},prepare_for_ajax:function(e){var t={nonce:acf.get("nonce"),post_id:acf.get("post_id")};return $.each(e,function(e,i){$.isPlainObject(i)&&!$.isEmptyObject(i)?$.each(i,function(i,a){i+="";var n=i.indexOf("[");i=0==n?e+i:n>0?e+"["+i.slice(0,n)+"]"+i.slice(n):e+"["+i+"]",t[i]=a}):t[e]=i}),t=acf.apply_filters("prepare_for_ajax",t)},is_ajax_success:function(e){return!(!e||!e.success)},get_ajax_message:function(e){var t={text:"",type:"error"};return e?(e.success&&(t.type="success"),e.data&&e.data.message&&(t.text=e.data.message),e.data&&e.data.error&&(t.text=e.data.error),t):t},is_in_view:function(e){var t=e.offset().top,i=t+e.height();if(t===i)return!1;var a=$(window).scrollTop(),n=a+$(window).height();return i<=n&&t>=a},val:function(e,t){var i=e.val();e.val(t),t!=i&&e.trigger("change")},str_replace:function(e,t,i){return i.split(e).join(t)},str_sanitize:function(e){var t={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","ß":"s","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Ĉ":"C","ĉ":"c","Ċ":"C","ċ":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"D","đ":"d","Ē":"E","ē":"e","Ĕ":"E","ĕ":"e","Ė":"E","ė":"e","Ę":"E","ę":"e","Ě":"E","ě":"e","Ĝ":"G","ĝ":"g","Ğ":"G","ğ":"g","Ġ":"G","ġ":"g","Ģ":"G","ģ":"g","Ĥ":"H","ĥ":"h","Ħ":"H","ħ":"h","Ĩ":"I","ĩ":"i","Ī":"I","ī":"i","Ĭ":"I","ĭ":"i","Į":"I","į":"i","İ":"I","ı":"i","IJ":"IJ","ij":"ij","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","Ĺ":"L","ĺ":"l","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ŀ":"L","ŀ":"l","Ł":"l","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","ʼn":"n","Ō":"O","ō":"o","Ŏ":"O","ŏ":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ŗ":"R","ŗ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ŝ":"S","ŝ":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ŧ":"T","ŧ":"t","Ũ":"U","ũ":"u","Ū":"U","ū":"u","Ŭ":"U","ŭ":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ſ":"s","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Ǎ":"A","ǎ":"a","Ǐ":"I","ǐ":"i","Ǒ":"O","ǒ":"o","Ǔ":"U","ǔ":"u","Ǖ":"U","ǖ":"u","Ǘ":"U","ǘ":"u","Ǚ":"U","ǚ":"u","Ǜ":"U","ǜ":"u","Ǻ":"A","ǻ":"a","Ǽ":"AE","ǽ":"ae","Ǿ":"O","ǿ":"o"," ":"_","'":"","?":"","/":"","\\":"",".":"",",":"","`":"",">":"","<":"",'"':"","[":"","]":"","|":"","{":"","}":"","(":"",")":""},i=/\W/g,a=function(e){return"undefined"!=typeof t[e]?t[e]:e};return e=e.replace(i,a),e=e.toLowerCase()},addslashes:function(e){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")},render_select:function(e,t){var i=e.val();e.html(""),t&&$.each(t,function(t,a){var n=e;a.group&&(n=e.find('optgroup[label="'+a.group+'"]'),n.exists()||(n=$(''),e.append(n))),n.append('"),i==a.value&&e.prop("selectedIndex",t)})},duplicate:function(e){"undefined"!=typeof e.length&&(e={$el:e}),e=acf.parse_args(e,{$el:!1,search:"",replace:"",before:function(e){},after:function(e,t){},append:function(e,t){e.after(t)}});var t=e.$el,i;e.search||(e.search=t.attr("data-id")),e.replace||(e.replace=acf.get_uniqid()),e.before.apply(this,[t]),acf.do_action("before_duplicate",t);var i=t.clone();return i.removeClass("acf-clone"),acf.do_action("remove",i),e.search&&(i.attr("data-id",e.replace),i.find('[id*="'+e.search+'"]').each(function(){$(this).attr("id",$(this).attr("id").replace(e.search,e.replace))}),i.find('[name*="'+e.search+'"]').each(function(){$(this).attr("name",$(this).attr("name").replace(e.search,e.replace))}),i.find('label[for*="'+e.search+'"]').each(function(){$(this).attr("for",$(this).attr("for").replace(e.search,e.replace))})),i.find(".ui-sortable").removeClass("ui-sortable"),acf.do_action("after_duplicate",t,i),e.after.apply(this,[t,i]),e.append.apply(this,[t,i]),setTimeout(function(){acf.do_action("append",i)},1),i},decode:function(e){return $("');e.before(t),this.active=!0,this.$node=e,this.$textarea=t;var i=this.atts();wpLink.open("acf-link-textarea",i.url,i.title,null),$("#wp-link-wrap").addClass("has-text-field")},reset:function(){this.active=!1,this.$textarea.remove(),this.$textarea=null,this.$node=null},_select:function(e,t){var i=this.inputs();i.title||(i.title=t.find(".item-title").text(),this.inputs(i),console.log(i))},_open:function(e){if(this.active){var t=this.atts();this.inputs(t)}},_close:function(e){this.active&&setTimeout(function(){acf.link.reset()},100)},_update:function(e){if(this.active){var t=this.inputs();this.atts(t)}}})}(jQuery),function($){acf.media=acf.model.extend({frames:[],mime_types:{},actions:{ready:"ready"},frame:function(){var e=this.frames.length-1;return!(e<0)&&this.frames[e]},destroy:function(e){e.detach(),e.dispose(),e=null,this.frames.pop()},popup:function(e){var t=acf.get("post_id"),i=!1;$.isNumeric(t)||(t=0);var a=acf.parse_args(e,{mode:"select",title:"",button:"",type:"",field:"",mime_types:"",library:"all",multiple:!1,attachment:0,post_id:t,select:function(){}});a.id&&(a.attachment=a.id);var i=this.new_media_frame(a);return this.frames.push(i),setTimeout(function(){i.open()},1),i},_get_media_frame_settings:function(e,t){return"select"===t.mode?e=this._get_select_frame_settings(e,t):"edit"===t.mode&&(e=this._get_edit_frame_settings(e,t)),e},_get_select_frame_settings:function(e,t){return t.type&&(e.library.type=t.type),"uploadedTo"===t.library&&(e.library.uploadedTo=t.post_id),e._button=acf._e("media","select"),e},_get_edit_frame_settings:function(e,t){return e.library.post__in=[t.attachment],e._button=acf._e("media","update"),e},_add_media_frame_events:function(e,t){return e.on("open",function(){this.$el.closest(".media-modal").addClass("acf-media-modal -"+t.mode)},e),e.on("content:render:edit-image",function(){var e=this.state().get("image"),t=new wp.media.view.EditImage({model:e,controller:this}).render();this.content.set(t),t.loadEditor()},e),e.on("toolbar:create:select",function(t){t.view=new wp.media.view.Toolbar.Select({text:e.options._button,controller:this})},e),e.on("select",function(){var i=e.state(),a=i.get("image"),n=i.get("selection");if(a)return void t.select.apply(e,[a,0]);if(n){var s=0;return void n.each(function(i){t.select.apply(e,[i,s]),s++})}}),e.on("close",function(){setTimeout(function(){acf.media.destroy(e)},500)}),"select"===t.mode?e=this._add_select_frame_events(e,t):"edit"===t.mode&&(e=this._add_edit_frame_events(e,t)),e},_add_select_frame_events:function(e,t){var i=this;return acf.isset(_wpPluploadSettings,"defaults","multipart_params")&&(_wpPluploadSettings.defaults.multipart_params._acfuploader=t.field,e.on("open",function(){delete _wpPluploadSettings.defaults.multipart_params._acfuploader})),e.on("content:activate:browse",function(){try{var a=e.content.get().toolbar,n=a.get("filters"),s=a.get("search")}catch(e){return}if("image"==t.type&&(n.filters.all.text=acf._e("image","all"),delete n.filters.audio,delete n.filters.video,$.each(n.filters,function(e,t){null===t.props.type&&(t.props.type="image")})),t.mime_types){var o=t.mime_types.split(" ").join("").split(".").join("").split(",");$.each(o,function(e,t){$.each(i.mime_types,function(e,i){if(e.indexOf(t)!==-1){var a={text:t,props:{status:null,type:i,uploadedTo:null,orderby:"date",order:"DESC"},priority:20};n.filters[i]=a}})})}"uploadedTo"==t.library&&(delete n.filters.unattached,delete n.filters.uploaded,n.$el.parent().append(''+acf._e("image","uploadedTo")+""),$.each(n.filters,function(e,i){i.props.uploadedTo=t.post_id})),$.each(n.filters,function(e,i){i.props._acfuploader=t.field}),s.model.attributes._acfuploader=t.field,"function"==typeof n.refresh&&n.refresh()}),e},_add_edit_frame_events:function(e,t){return e.on("open",function(){this.$el.closest(".media-modal").addClass("acf-expanded"),"browse"!=this.content.mode()&&this.content.mode("browse");var e=this.state(),i=e.get("selection"),a=wp.media.attachment(t.attachment);i.add(a)},e),e},new_media_frame:function(e){var t={title:e.title,multiple:e.multiple,library:{},states:[]};t=this._get_media_frame_settings(t,e);var i=wp.media.query(t.library);acf.isset(i,"mirroring","args")&&(i.mirroring.args._acfuploader=e.field),t.states=[new wp.media.controller.Library({library:i,multiple:t.multiple,title:t.title,priority:20,filterable:"all",editable:!0,allowLocalEdits:!0})],acf.isset(wp,"media","controller","EditImage")&&t.states.push(new wp.media.controller.EditImage);var a=wp.media(t);return a.acf=e,a=this._add_media_frame_events(a,e)},ready:function(){var e=acf.get("wp_version"),t=acf.get("browser"),i=acf.get("post_id");acf.isset(window,"wp","media","view","settings","post")&&$.isNumeric(i)&&(wp.media.view.settings.post.id=i),t&&$("body").addClass("browser-"+t),e&&(e+="",major=e.substr(0,1),$("body").addClass("major-"+major)),acf.isset(window,"wp","media","view")&&(this.customize_Attachment(),this.customize_AttachmentFiltersAll(),this.customize_AttachmentCompat())},customize_Attachment:function(){var e=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=e.extend({render:function(){var t=acf.media.frame(),i=acf.maybe_get(this,"model.attributes.acf_errors");return t&&i&&this.$el.addClass("acf-disabled"),e.prototype.render.apply(this,arguments)},toggleSelection:function(t){var i=this.collection,a=this.options.selection,n=this.model,s=a.single(),o=acf.media.frame(),r=acf.maybe_get(this,"model.attributes.acf_errors"),l=this.controller.$el.find(".media-frame-content .media-sidebar");if(l.children(".acf-selection-error").remove(),l.children().removeClass("acf-hidden"),o&&r){var c=acf.maybe_get(this,"model.attributes.filename","");return l.children().addClass("acf-hidden"),l.prepend(['
          ',''+acf._e("restricted")+"",''+c+"",''+r+"","
          "].join("")),a.reset(),void a.single(n)}e.prototype.toggleSelection.apply(this,arguments)}})},customize_AttachmentFiltersAll:function(){wp.media.view.AttachmentFilters.All.prototype.refresh=function(){this.$el.html(_.chain(this.filters).map(function(e,t){return{el:$("").val(t).html(e.text)[0],priority:e.priority||50}},this).sortBy("priority").pluck("el").value())}},customize_AttachmentCompat:function(){var e=wp.media.view.AttachmentCompat;wp.media.view.AttachmentCompat=e.extend({add_acf_expand_button:function(){var e=this.$el.closest(".media-modal");if(!e.find(".media-frame-router .acf-expand-details").exists()){var t=$(['',''+acf._e("expand_details")+"",''+acf._e("collapse_details")+"",""].join(""));t.on("click",function(t){t.preventDefault(),e.hasClass("acf-expanded")?e.removeClass("acf-expanded"):e.addClass("acf-expanded")}),e.find(".media-frame-router").append(t)}},render:function(){if(this.ignore_render)return this;var t=this;return setTimeout(function(){t.add_acf_expand_button()},0),clearTimeout(acf.media.render_timout),acf.media.render_timout=setTimeout(function(){acf.do_action("append",t.$el)},50),e.prototype.render.apply(this,arguments)},dispose:function(){return acf.do_action("remove",this.$el),e.prototype.dispose.apply(this,arguments)},save:function(e){e&&e.preventDefault();var t=acf.serialize(this.$el);this.ignore_render=!0,this.model.saveCompat(t)}})}})}(jQuery),function($){acf.fields.oembed=acf.field.extend({type:"oembed",$el:null,events:{'click [data-name="search-button"]':"_search",'click [data-name="clear-button"]':"_clear",'click [data-name="value-title"]':"_edit",'keypress [data-name="search-input"]':"_keypress",'keyup [data-name="search-input"]':"_keyup",'blur [data-name="search-input"]':"_blur"},focus:function(){this.$el=this.$field.find(".acf-oembed"),this.$search=this.$el.find('[data-name="search-input"]'),this.$input=this.$el.find('[data-name="value-input"]'),this.$title=this.$el.find('[data-name="value-title"]'),this.$embed=this.$el.find('[data-name="value-embed"]'),this.o=acf.get_data(this.$el)},maybe_search:function(){var e=this.$input.val(),t=this.$search.val();return t?void(t!=e&&this.search()):void this.clear()},search:function(){var e=this.$search.val();"http"!=e.substr(0,4)&&(e="http://"+e,this.$search.val(e)),this.$el.addClass("is-loading");var t=acf.prepare_for_ajax({action:"acf/fields/oembed/search",s:e,field_key:this.$field.data("key")});this.$el.data("xhr")&&this.$el.data("xhr").abort();var i=$.ajax({url:acf.get("ajaxurl"),data:t,type:"post",dataType:"json",context:this,success:this.search_success});this.$el.data("xhr",i)},search_success:function(e){var t=this.$search.val();return this.$el.removeClass("is-loading"),e&&e.html?(this.$el.removeClass("has-error").addClass("has-value"),this.$input.val(t),this.$title.html(t),void this.$embed.html(e.html)):void this.$el.removeClass("has-value").addClass("has-error")},clear:function(){this.$el.removeClass("has-error has-value"),this.$el.find('[data-name="search-input"]').val(""),this.$input.val(""),this.$title.html(""),this.$embed.html("")},edit:function(){this.$el.addClass("is-editing"),this.$search.val(this.$title.text()).focus()},blur:function(e){this.$el.removeClass("is-editing"),this.maybe_search()},_search:function(e){this.search()},_clear:function(e){this.clear()},_edit:function(e){this.edit()},_keypress:function(e){13==e.which&&e.preventDefault()},_keyup:function(e){this.$search.val()&&this.maybe_search()},_blur:function(e){this.blur()}})}(jQuery),function($){acf.fields.radio=acf.field.extend({type:"radio",$ul:null,actions:{ready:"initialize",append:"initialize"},events:{'click input[type="radio"]':"click"},focus:function(){this.$ul=this.$field.find(".acf-radio-list"),this.o=acf.get_data(this.$ul)},initialize:function(){this.$ul.find(".selected input").prop("checked",!0)},click:function(e){var t=e.$el,i=t.parent("label"),a=i.hasClass("selected"),n=t.val();if(this.$ul.find(".selected").removeClass("selected"),i.addClass("selected"),this.o.allow_null&&a&&(e.$el.prop("checked",!1),i.removeClass("selected"),n=!1,e.$el.trigger("change")),this.o.other_choice){var s=this.$ul.find('input[type="text"]');"other"===n?s.prop("disabled",!1).attr("name",t.attr("name")):s.prop("disabled",!0).attr("name","")}}})}(jQuery),function($){acf.fields.range=acf.field.extend({type:"range",$el:null,$range:null,$input:null,events:{"input input":"_change","change input":"_change"},focus:function(){this.$el=this.$field.find(".acf-range-wrap"),this.$range=this.$el.children('input[type="range"]'),this.$input=this.$el.children('input[type="number"]')},_change:function(e){var t=e.$el.val(),i=e.$el.attr("type");t=t||0,"range"===i?this.$input.val(t):this.$range.val(t)}})}(jQuery),function($){acf.fields.relationship=acf.field.extend({type:"relationship",$el:null,$input:null,$filters:null,$choices:null,$values:null,actions:{ready:"initialize",append:"initialize"},events:{"keypress [data-filter]":"submit_filter","change [data-filter]":"change_filter","keyup [data-filter]":"change_filter","click .choices .acf-rel-item":"add_item",'click [data-name="remove_item"]':"remove_item"},focus:function(){this.$el=this.$field.find(".acf-relationship"),this.$input=this.$el.children('input[type="hidden"]'),this.$choices=this.$el.find(".choices"),this.$values=this.$el.find(".values"),this.o=acf.get_data(this.$el)},initialize:function(){var e=this,t=this.$field,i=this.$el,a=this.$input;this.$values.children(".list").sortable({items:"li",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,update:function(){a.trigger("change")}}),this.$choices.children(".list").scrollTop(0).on("scroll",function(a){if(!i.hasClass("is-loading")&&!i.hasClass("is-empty")&&Math.ceil($(this).scrollTop())+$(this).innerHeight()>=$(this).get(0).scrollHeight){var n=i.data("paged")||1;i.data("paged",n+1),e.set("$field",t).fetch()}}),this.fetch()},maybe_fetch:function(){var e=this,t=this.$field;this.o.timeout&&clearTimeout(this.o.timeout);var i=setTimeout(function(){e.doFocus(t),e.fetch()},300);this.$el.data("timeout",i)},fetch:function(){var e=this,t=this.$field;this.$el.addClass("is-loading"),this.o.xhr&&(this.o.xhr.abort(),this.o.xhr=!1),this.o.action="acf/fields/relationship/query",this.o.field_key=t.data("key"),this.o.post_id=acf.get("post_id");var i=acf.prepare_for_ajax(this.o);1==i.paged&&this.$choices.children(".list").html(""),this.$choices.find("ul:last").append('

          '+acf._e("relationship","loading")+"

          ");var a=$.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",data:i,success:function(i){e.set("$field",t).render(i)}});this.$el.data("xhr",a)},render:function(e){if(this.$el.removeClass("is-loading is-empty"),this.$choices.find("p").remove(),!e||!e.results||!e.results.length)return this.$el.addClass("is-empty"),void(1==this.o.paged&&this.$choices.children(".list").append("

          "+acf._e("relationship","empty")+"

          "));var t=$(this.walker(e.results));this.$values.find(".acf-rel-item").each(function(){t.find('.acf-rel-item[data-id="'+$(this).data("id")+'"]').addClass("disabled")}),this.$choices.children(".list").append(t);var i="",a=null;this.$choices.find(".acf-rel-label").each(function(){return $(this).text()==i?(a.append($(this).siblings("ul").html()),void $(this).parent().remove()):(i=$(this).text(),void(a=$(this).siblings("ul")))})},walker:function(e){var t="";if($.isArray(e))for(var i in e)t+=this.walker(e[i]);else $.isPlainObject(e)&&(void 0!==e.children?(t+='
        • '+e.text+'
            ',t+=this.walker(e.children),t+="
        • "):t+='
        • '+e.text+"
        • ");return t},submit_filter:function(e){13==e.which&&e.preventDefault()},change_filter:function(e){var t=e.$el.val(),i=e.$el.data("filter");this.$el.data(i)!=t&&(this.$el.data(i,t),this.$el.data("paged",1),e.$el.is("select")?this.fetch():this.maybe_fetch())},add_item:function(e){if(this.o.max>0&&this.$values.find(".acf-rel-item").length>=this.o.max)return void alert(acf._e("relationship","max").replace("{max}",this.o.max));if(e.$el.hasClass("disabled"))return!1;e.$el.addClass("disabled");var t=["
        • ",'',''+e.$el.html(),'',"","
        • "].join("");this.$values.children(".list").append(t),this.$input.trigger("change"),acf.validation.remove_error(this.$field)},remove_item:function(e){var t=e.$el.parent(),i=t.data("id");t.parent("li").remove(),this.$choices.find('.acf-rel-item[data-id="'+i+'"]').removeClass("disabled"),this.$input.trigger("change")}})}(jQuery),function($){var e,t,i;e=acf.select2=acf.model.extend({version:0,version3:null,version4:null,actions:{"ready 1":"ready"},ready:function(){this.version=this.get_version(),this.do_function("ready")},get_version:function(){return acf.maybe_get(window,"Select2")?3:acf.maybe_get(window,"jQuery.fn.select2.amd")?4:0},do_function:function(e,t){t=t||[];var i="version"+this.version;return"undefined"!=typeof this[i]&&"undefined"!=typeof this[i][e]&&this[i][e].apply(this,t)},get_data:function(e,t){var i=this;return t=t||[],e.children().each(function(){var e=$(this);e.is("optgroup")?t.push({text:e.attr("label"),children:i.get_data(e)}):t.push({id:e.attr("value"),text:e.text()})}),t},decode_data:function(t){return t?($.each(t,function(i,a){t[i].text=acf.decode(a.text),"undefined"!=typeof a.children&&(t[i].children=e.decode_data(a.children))}),t):[]},count_data:function(e){var t=0;return e?($.each(e,function(e,i){t++,"undefined"!=typeof i.children&&(t+=i.children.length)}),t):t},get_ajax_data:function(e,t,i,a){var n=acf.prepare_for_ajax({action:e.ajax_action,field_key:e.key,s:t.term||"",paged:t.page||1});return n=acf.apply_filters("select2_ajax_data",n,e,i,a)},get_ajax_results:function(e,t){var i={results:[]};return e||(e=i),"undefined"==typeof e.results&&(i.results=e,e=i),e.results=this.decode_data(e.results),e=acf.apply_filters("select2_ajax_results",e,t)},get_value:function(e){var t=[],i=e.find("option:selected");return i.exists()?(i=i.sort(function(e,t){return+e.getAttribute("data-i")-+t.getAttribute("data-i")}),i.each(function(){var e=$(this);t.push({id:e.attr("value"),text:e.text(),$el:e})}),t):t},get_input_value:function(e){return e.val().split("||")},sync_input_value:function(e,t){e.val(t.val().join("||"))},add_option:function(e,t,i){e.find('option[value="'+t+'"]').length||e.append('")},select_option:function(e,t){e.find('option[value="'+t+'"]').prop("selected",!0),e.trigger("change")},unselect_option:function(e,t){e.find('option[value="'+t+'"]').prop("selected",!1),e.trigger("change")},init:function(e,t,i){this.do_function("init",arguments)},destroy:function(e){this.do_function("destroy",arguments)},add_value:function(e,t,i){this.do_function("add_value",arguments)},remove_value:function(e,t){this.do_function("remove_value",arguments)}}),t=e.version3={ready:function(){var e=acf.get("locale"),t=acf.get("rtl");if(l10n=acf._e("select"),l10n){var i={formatMatches:function(e){return 1===e?l10n.matches_1:l10n.matches_n.replace("%d",e)},formatNoMatches:function(){return l10n.matches_0},formatAjaxError:function(){return l10n.load_fail},formatInputTooShort:function(e,t){var i=t-e.length;return 1===i?l10n.input_too_short_1:l10n.input_too_short_n.replace("%d",i)},formatInputTooLong:function(e,t){var i=e.length-t;return 1===i?l10n.input_too_long_1:l10n.input_too_long_n.replace("%d",i)},formatSelectionTooBig:function(e){return 1===e?l10n.selection_too_long_1:l10n.selection_too_long_n.replace("%d",e)},formatLoadMore:function(){return l10n.load_more},formatSearching:function(){return l10n.searching}};$.fn.select2.locales=acf.maybe_get(window,"jQuery.fn.select2.locales",{}),$.fn.select2.locales[e]=i,$.extend($.fn.select2.defaults,i)}},set_data:function(e,t){3==this.version&&(e=e.siblings("input")),e.select2("data",t)},append_data:function(e,t){3==this.version&&(e=e.siblings("input"));var i=e.select2("data")||[];i.push(t),e.select2("data",i)},init:function(i,a,n){a=a||{},n=n||null,a=$.extend({allow_null:!1,placeholder:"",multiple:!1,ajax:!1,ajax_action:""},a);var s=i.siblings("input");if(s.exists()){var o={width:"100%",containerCssClass:"-acf",allowClear:a.allow_null,placeholder:a.placeholder,multiple:a.multiple,separator:"||",data:[],escapeMarkup:function(e){return e},formatResult:function(e,t,i,a){var n=$.fn.select2.defaults.formatResult(e,t,i,a);return e.description&&(n+=' '+e.description+""),n}},r=this.get_value(i);if(a.multiple){var l=i.attr("name");o.formatSelection=function(e,t){var i='";return t.parent().append(i),e.text}}else r=acf.maybe_get(r,0,!1),!a.allow_null&&r&&s.val(r.id);a.allow_null&&i.find('option[value=""]').remove(),o.data=this.get_data(i),o.initSelection=function(e,t){t(r)},a.ajax&&(o.ajax={url:acf.get("ajaxurl"),dataType:"json",type:"post",cache:!1,quietMillis:250,data:function(t,i){var o={term:t,page:i};return e.get_ajax_data(a,o,s,n)},results:function(i,a){var n={page:a};return setTimeout(function(){t.merge_results()},1),e.get_ajax_results(i,n)}}),o.dropdownCss={ +"z-index":"999999999"},o.acf=a,o=acf.apply_filters("select2_args",o,i,a,n),s.select2(o);var c=s.select2("container");c.before(i),c.before(s),a.multiple&&c.find("ul.select2-choices").sortable({start:function(){s.select2("onSortStart")},stop:function(){s.select2("onSortEnd")}}),i.prop("disabled",!0).addClass("acf-disabled acf-hidden"),s.on("change",function(t){t.added&&e.add_option(i,t.added.id,t.added.text),e.select_option(i,t.val)}),acf.do_action("select2_init",s,o,a,n)}},merge_results:function(){var e="",t=null;$("#select2-drop .select2-result-with-children").each(function(){var i=$(this).children(".select2-result-label"),a=$(this).children(".select2-result-sub");return i.text()==e?(t.append(a.children()),void $(this).remove()):(e=i.text(),void(t=a))})},destroy:function(e){var t=e.siblings("input");t.data("select2")&&t.select2("destroy"),e.siblings(".select2-container").remove(),e.prop("disabled",!1).removeClass("acf-disabled acf-hidden"),t.attr("style","")},add_value:function(t,i,a){e.add_option(t,i,a),e.select_option(t,i);var n=t.siblings("input"),s={id:i,text:a};if(!t.data("multiple"))return n.select2("data",s);var o=n.select2("data")||[];return o.push(s),n.select2("data",o)},remove_value:function(t,i){e.unselect_option(t,i);var a=t.siblings("input"),n=a.select2("data");t.data("multiple")?(n=$.grep(n,function(e){return e.id!=i}),a.select2("data",n)):n&&n.id==i&&a.select2("data",null)}},i=e.version4={init:function(t,a,n){a=a||{},n=n||null,a=$.extend({allow_null:!1,placeholder:"",multiple:!1,ajax:!1,ajax_action:""},a);var s=t.siblings("input");if(s.exists()){var o={width:"100%",allowClear:a.allow_null,placeholder:a.placeholder,multiple:a.multiple,separator:"||",data:[],escapeMarkup:function(e){return e}},r=this.get_value(t);a.multiple?$.each(r,function(e,i){i.$el.detach().appendTo(t)}):r=acf.maybe_get(r,0,""),a.ajax?o.ajax={url:acf.get("ajaxurl"),delay:250,dataType:"json",type:"post",cache:!1,data:function(i){return e.get_ajax_data(a,i,t,n)},processResults:function(t,a){var n=e.get_ajax_results(t,a);return n.more&&(n.pagination={more:!0}),setTimeout(function(){i.merge_results()},1),n}}:(t.removeData("ajax"),t.removeAttr("data-ajax")),o=acf.apply_filters("select2_args",o,t,a,n),t.select2(o);var l=t.next(".select2-container");if(a.multiple){var c=l.find("ul");c.sortable({stop:function(e){c.find(".select2-selection__choice").each(function(){var e=$($(this).data("data").element);e.detach().appendTo(t),s.trigger("change")})}}),t.on("select2:select",function(e){var i=$(e.params.data.element);i.detach().appendTo(t)})}s.val(""),l.addClass("-acf"),acf.do_action("select2_init",t,o,a,n)}},merge_results:function(){var e=null,t=null;$('.select2-results__option[role="group"]').each(function(){var i=$(this).children("ul"),a=$(this).children("strong");return null!==t&&a.text()==t.text()?(e.append(i.children()),void $(this).remove()):(e=i,void(t=a))})},add_value:function(t,i,a){e.add_option(t,i,a),e.select_option(t,i)},remove_value:function(t,i){e.unselect_option(t,i)},destroy:function(e){e.data("select2")&&e.select2("destroy"),e.siblings(".select2-container").remove()}},acf.add_select2=function(t,i){e.init(t,i)},acf.remove_select2=function(t){e.destroy(t)}}(jQuery),function($){acf.fields.select=acf.field.extend({type:"select",$select:null,actions:{ready:"render",append:"render",remove:"remove"},focus:function(){this.$select=this.$field.find("select"),this.$select.exists()&&(this.o=acf.get_data(this.$select),this.o=acf.parse_args(this.o,{ajax_action:"acf/fields/"+this.type+"/query",key:this.$field.data("key")}))},render:function(){return!(!this.$select.exists()||!this.o.ui)&&void acf.select2.init(this.$select,this.o,this.$field)},remove:function(){return!(!this.$select.exists()||!this.o.ui)&&void acf.select2.destroy(this.$select)}}),acf.fields.user=acf.fields.select.extend({type:"user"}),acf.fields.post_object=acf.fields.select.extend({type:"post_object"}),acf.fields.page_link=acf.fields.select.extend({type:"page_link"})}(jQuery),function($){acf.fields.tab=acf.field.extend({type:"tab",$el:null,$wrap:null,actions:{prepare:"initialize",append:"initialize",hide:"hide",show:"show"},focus:function(){this.$el=this.$field.find(".acf-tab"),this.o=this.$el.data(),this.o.key=this.$field.data("key"),this.o.text=this.$el.html()},initialize:function(){this.$field.is("td")||e.add_tab(this.$field,this.o)},hide:function(e,t){if("conditional_logic"==t){var i=e.data("key"),a=e.prevAll(".acf-tab-wrap"),n=a.find('a[data-key="'+i+'"]'),s=n.parent();a.exists()&&(s.addClass("hidden-by-conditional-logic"),setTimeout(function(){e.nextUntil(".acf-field-tab",".acf-field").each(function(){$(this).hasClass("hidden-by-conditional-logic")||(acf.conditional_logic.hide_field($(this)),$(this).addClass("-hbcl-"+i))}),s.hasClass("active")&&a.find("li:not(.hidden-by-conditional-logic):first a").trigger("click")},0))}},show:function(e,t){if("conditional_logic"==t){var i=e.data("key"),a=e.prevAll(".acf-tab-wrap"),n=a.find('a[data-key="'+i+'"]'),s=n.parent();a.exists()&&(s.removeClass("hidden-by-conditional-logic"),setTimeout(function(){e.siblings(".acf-field.-hbcl-"+i).each(function(){acf.conditional_logic.show_field($(this)),$(this).removeClass("-hbcl-"+i)});var t=s.siblings(".active");t.exists()&&!t.hasClass("hidden-by-conditional-logic")||n.trigger("click")},0))}}});var e=acf.model.extend({actions:{"prepare 15":"render","append 15":"render","refresh 15":"render"},events:{"click .acf-tab-button":"_click"},render:function(e){$(".acf-tab-wrap",e).each(function(){var e=$(this),t=e.parent();if(e.find("li.active").exists()||e.find("li:not(.hidden-by-conditional-logic):first a").trigger("click"),t.hasClass("-sidebar")){var i=t.is("td")?"height":"min-height",a=e.position().top+e.children("ul").outerHeight(!0)-1;t.css(i,a)}})},add_group:function(e,t){var i=e.parent(),a="";return i.hasClass("acf-fields")&&"left"==t.placement?i.addClass("-sidebar"):t.placement="top",a=i.is("tbody")?'
            ':'
              ',$group=$(a),e.before($group),$group},add_tab:function(e,t){var i=e.siblings(".acf-tab-wrap").last();i.exists()?t.endpoint&&(i=this.add_group(e,t)):i=this.add_group(e,t);var a=$('
            • '+t.text+"
            • ");""===t.text&&a.hide(),i.find("ul").append(a),e.hasClass("hidden-by-conditional-logic")&&a.addClass("hidden-by-conditional-logic")},_click:function(e){e.preventDefault();var t=this,i=e.$el,a=i.closest(".acf-tab-wrap"),n=i.data("key"),s="";i.parent().addClass("active").siblings().removeClass("active"),a.nextUntil(".acf-tab-wrap",".acf-field").each(function(){var e=$(this);return("tab"!=e.data("type")||(s=e.data("key"),!e.hasClass("endpoint")))&&void(s===n?e.hasClass("hidden-by-tab")&&(e.removeClass("hidden-by-tab"),acf.do_action("show_field",$(this),"tab")):e.hasClass("hidden-by-tab")||(e.addClass("hidden-by-tab"),acf.do_action("hide_field",$(this),"tab")))}),acf.do_action("refresh",a.parent()),i.trigger("blur")}}),t=acf.model.extend({active:1,actions:{add_field_error:"add_field_error"},add_field_error:function(e){if(this.active&&e.hasClass("hidden-by-tab")){var t=this,i=e.prevAll(".acf-field-tab:first"),a=e.prevAll(".acf-tab-wrap:first");a.find('a[data-key="'+i.data("key")+'"]').trigger("click"),this.active=0,setTimeout(function(){t.active=1},1e3)}}})}(jQuery),function($){acf.fields.time_picker=acf.field.extend({type:"time_picker",$el:null,$input:null,$hidden:null,o:{},actions:{ready:"initialize",append:"initialize"},events:{'blur input[type="text"]':"blur"},focus:function(){this.$el=this.$field.find(".acf-time-picker"),this.$input=this.$el.find('input[type="text"]'),this.$hidden=this.$el.find('input[type="hidden"]'),this.o=acf.get_data(this.$el)},initialize:function(){if("undefined"!=typeof $.timepicker){var e={timeFormat:this.o.time_format,altField:this.$hidden,altFieldTimeOnly:!1,altTimeFormat:"HH:mm:ss",showButtonPanel:!0,controlType:"select",oneLine:!0,closeText:acf._e("date_time_picker","selectText")};e.onClose=function(e,t){var i=t.dpDiv,a=i.find(".ui-datepicker-close");if(!e&&a.is(":hover")){if(e=acf.maybe_get(t,"settings.timepicker.formattedTime"),!e)return;$.datepicker._setTime(t)}},e=acf.apply_filters("time_picker_args",e,this.$field),this.$input.timepicker(e),$("body > #ui-datepicker-div").exists()&&$("body > #ui-datepicker-div").wrap('
              '),acf.do_action("time_picker_init",this.$input,e,this.$field)}},blur:function(){this.$input.val()||this.$hidden.val("")}})}(jQuery),function($){acf.fields.true_false=acf.field.extend({type:"true_false",$switch:null,$input:null,actions:{prepare:"render",append:"render",show:"render"},events:{"change .acf-switch-input":"_change","focus .acf-switch-input":"_focus","blur .acf-switch-input":"_blur","keypress .acf-switch-input":"_keypress"},focus:function(){this.$input=this.$field.find(".acf-switch-input"),this.$switch=this.$field.find(".acf-switch")},render:function(){if(this.$switch.exists()){var e=this.$switch.children(".acf-switch-on"),t=this.$switch.children(".acf-switch-off");width=Math.max(e.width(),t.width()),width&&(e.css("min-width",width),t.css("min-width",width))}},on:function(){this.$input.prop("checked",!0),this.$switch.addClass("-on")},off:function(){this.$input.prop("checked",!1),this.$switch.removeClass("-on")},_change:function(e){var t=e.$el.prop("checked");t?this.on():this.off()},_focus:function(e){this.$switch.addClass("-focus")},_blur:function(e){this.$switch.removeClass("-focus")},_keypress:function(e){return 37===e.keyCode?this.off():39===e.keyCode?this.on():void 0}})}(jQuery),function($){acf.fields.taxonomy=acf.field.extend({type:"taxonomy",$el:null,actions:{ready:"render",append:"render",remove:"remove"},events:{'click a[data-name="add"]':"add_term"},focus:function(){this.$el=this.$field.find(".acf-taxonomy-field"),this.o=acf.get_data(this.$el),this.o.key=this.$field.data("key")},render:function(){var e=this.$field.find("select");if(e.exists()){var t=acf.get_data(e);t=acf.parse_args(t,{pagination:!0,ajax_action:"acf/fields/taxonomy/query",key:this.o.key}),acf.select2.init(e,t)}},remove:function(){var e=this.$field.find("select");return!!e.exists()&&void acf.select2.destroy(e)},add_term:function(e){var t=this;acf.open_popup({title:e.$el.attr("title")||e.$el.data("title"),loading:!0,height:220});var i=acf.prepare_for_ajax({action:"acf/fields/taxonomy/add_term",field_key:this.o.key});$.ajax({url:acf.get("ajaxurl"),data:i,type:"post",dataType:"html",success:function(e){t.add_term_confirm(e)}})},add_term_confirm:function(e){var t=this;acf.update_popup({content:e}),$('#acf-popup input[name="term_name"]').focus(),$("#acf-popup form").on("submit",function(e){e.preventDefault(),t.add_term_submit($(this))})},add_term_submit:function(e){var t=this,i=e.find(".acf-submit"),a=e.find('input[name="term_name"]'),n=e.find('select[name="term_parent"]');if(""===a.val())return a.focus(),!1;i.find("button").attr("disabled","disabled"),i.find(".acf-spinner").addClass("is-active");var s=acf.prepare_for_ajax({action:"acf/fields/taxonomy/add_term",field_key:this.o.key,term_name:a.val(),term_parent:n.exists()?n.val():0});$.ajax({url:acf.get("ajaxurl"),data:s,type:"post",dataType:"json",success:function(e){var n=acf.get_ajax_message(e);acf.is_ajax_success(e)&&(a.val(""),t.append_new_term(e.data)),n.text&&i.find("span").html(n.text)},complete:function(){i.find("button").removeAttr("disabled"),i.find(".acf-spinner").removeClass("is-active"),i.find("span").delay(1500).fadeOut(250,function(){$(this).html(""),$(this).show()}),a.focus()}})},append_new_term:function(e){var t={id:e.term_id,text:e.term_label};switch($('.acf-taxonomy-field[data-taxonomy="'+this.o.taxonomy+'"]').each(function(){var t=$(this).data("type");if("radio"==t||"checkbox"==t){var i=$(this).children('input[type="hidden"]'),a=$(this).find("ul:first"),n=i.attr("name");"checkbox"==t&&(n+="[]");var s=$(['
            • ',"","
            • "].join(""));if(e.term_parent){var o=a.find('li[data-id="'+e.term_parent+'"]');a=o.children("ul"),a.exists()||(a=$('
                '),o.append(a))}a.append(s)}}),$("#acf-popup #term_parent").each(function(){var t=$('");e.term_parent?$(this).children('option[value="'+e.term_parent+'"]').after(t):$(this).append(t)}),this.o.type){case"select":var i=this.$el.children("select");acf.select2.add_value(i,e.term_id,e.term_label);break;case"multi_select":var i=this.$el.children("select");acf.select2.add_value(i,e.term_id,e.term_label);break;case"checkbox":case"radio":var a=this.$el.find(".categorychecklist-holder"),n=a.find('li[data-id="'+e.term_id+'"]'),s=a.get(0).scrollTop+(n.offset().top-a.offset().top);n.find("input").prop("checked",!0),a.animate({scrollTop:s},"250")}}})}(jQuery),function($){acf.fields.url=acf.field.extend({type:"url",$input:null,actions:{ready:"render",append:"render"},events:{'keyup input[type="url"]':"render"},focus:function(){this.$input=this.$field.find('input[type="url"]')},is_valid:function(){var e=this.$input.val();if(e.indexOf("://")!==-1);else if(0!==e.indexOf("//"))return!1;return!0},render:function(){this.is_valid()?this.$input.parent().addClass("-valid"):this.$input.parent().removeClass("-valid")}})}(jQuery),function($){acf.validation=acf.model.extend({actions:{ready:"ready",append:"ready"},filters:{validation_complete:"validation_complete"},events:{"click #save-post":"click_ignore",'click [type="submit"]':"click_publish","submit form":"submit_form","click .acf-error-message a":"click_message"},active:1,ignore:0,busy:0,valid:!0,errors:[],error_class:"acf-error",message_class:"acf-error-message",$trigger:null,ready:function(e){e.find(".acf-field input").filter('[type="number"], [type="email"], [type="url"]').on("invalid",function(e){e.preventDefault(),acf.validation.errors.push({input:$(this).attr("name"),message:e.target.validationMessage}),acf.validation.fetch($(this).closest("form"))})},validation_complete:function(e,t){if(!this.errors.length)return e;e.valid=0,e.errors=e.errors||[];var a=[];if(e.errors.length)for(i in e.errors)a.push(e.errors[i].input);if(this.errors.length)for(i in this.errors){var n=this.errors[i];$.inArray(n.input,a)===-1&&e.errors.push(n)}return this.errors=[],e},click_message:function(e){e.preventDefault(),acf.remove_el(e.$el.parent())},click_ignore:function(e){this.ignore=1,this.$trigger=e.$el},click_publish:function(e){this.$trigger=e.$el},submit_form:function(e){if(!this.active)return!0;if(this.ignore)return this.ignore=0,!0;if(!e.$el.find("#acf-form-data").exists())return!0;var t=e.$el.find("#wp-preview");return t.exists()&&t.val()?(this.toggle(e.$el,"unlock"),!0):(e.preventDefault(),void this.fetch(e.$el))},toggle:function(e,t){t=t||"unlock";var i=null,a=null,n=$("#submitdiv");n.exists()||(n=$("#submitpost")),n.exists()||(n=e.find("p.submit").last()),n.exists()||(n=e.find(".acf-form-submit")),n.exists()||(n=e),i=n.find('input[type="submit"], .button'),a=n.find(".spinner, .acf-spinner"),this.hide_spinner(a),"unlock"==t?this.enable_submit(i):"lock"==t&&(this.disable_submit(i),this.show_spinner(a.last()))},fetch:function(e){if(this.busy)return!1;var t=this;acf.do_action("validation_begin");var i=acf.serialize(e);i.action="acf/validate_save_post",i=acf.prepare_for_ajax(i),this.busy=1,this.toggle(e,"lock"),$.ajax({url:acf.get("ajaxurl"),data:i,type:"post",dataType:"json",success:function(i){acf.is_ajax_success(i)&&t.fetch_success(e,i.data)},complete:function(){t.fetch_complete(e)}})},fetch_complete:function(e){if(this.busy=0,this.toggle(e,"unlock"),this.valid){this.ignore=1;var t=e.children(".acf-error-message");t.exists()&&(t.addClass("-success"),t.children("p").html(acf._e("validation_successful")),setTimeout(function(){acf.remove_el(t)},2e3)),e.find(".acf-postbox.acf-hidden").remove(),acf.do_action("submit",e),this.$trigger?this.$trigger.click():e.submit(),this.toggle(e,"lock")}},fetch_success:function(e,t){if(t=acf.apply_filters("validation_complete",t,e),!t||t.valid||!t.errors)return this.valid=!0,void acf.do_action("validation_success");acf.do_action("validation_failure"),this.valid=!1,this.$trigger=null;var i=null,a=0,n=acf._e("validation_failed");if(t.errors&&t.errors.length>0){for(var s in t.errors){var o=t.errors[s];if(o.input){var r=e.find('[name="'+o.input+'"]').first();if(r.exists()||(r=e.find('[name^="'+o.input+'"]').first()),r.exists()){a++;var l=acf.get_field_wrap(r);this.add_error(l,o.message),null===i&&(i=l)}}else n+=". "+o.message}1==a?n+=". "+acf._e("validation_failed_1"):a>1&&(n+=". "+acf._e("validation_failed_2").replace("%d",a))}var c=e.children(".acf-error-message");c.exists()||(c=$('

                '),e.prepend(c)),c.children("p").html(n),null===i&&(i=c),setTimeout(function(){$("html, body").animate({scrollTop:i.offset().top-$(window).height()/2},500)},1)},add_error:function(e,t){var i=this;e.addClass(this.error_class),void 0!==t&&(e.children(".acf-input").children("."+this.message_class).remove(),e.children(".acf-input").prepend('

                '+t+"

                "));var a=function(){i.remove_error(e),e.off("focus change","input, textarea, select",a)};e.on("focus change","input, textarea, select",a),acf.do_action("add_field_error",e)},remove_error:function(e){var t=e.children(".acf-input").children("."+this.message_class);e.removeClass(this.error_class),setTimeout(function(){acf.remove_el(t)},250),acf.do_action("remove_field_error",e)},add_warning:function(e,t){this.add_error(e,t),setTimeout(function(){acf.validation.remove_error(e)},1e3)},show_spinner:function(e){if(e.exists()){var t=acf.get("wp_version");parseFloat(t)>=4.2?e.addClass("is-active"):e.css("display","inline-block")}},hide_spinner:function(e){if(e.exists()){var t=acf.get("wp_version");parseFloat(t)>=4.2?e.removeClass("is-active"):e.css("display","none")}},disable_submit:function(e){e.exists()&&e.addClass("disabled button-disabled button-primary-disabled")},enable_submit:function(e){e.exists()&&e.removeClass("disabled button-disabled button-primary-disabled")}})}(jQuery),function($){acf.fields.wysiwyg=acf.field.extend({type:"wysiwyg",$el:null,$textarea:null,toolbars:{},events:{"mousedown .acf-editor-wrap.delay":"mousedown"},actions:{load:"initialize",append:"initialize",remove:"disable",sortstart:"disable",sortstop:"enable"},focus:function(){this.$el=this.$field.find(".wp-editor-wrap").last(),this.$textarea=this.$el.find("textarea"),this.o=acf.get_data(this.$el,{toolbar:"",active:this.$el.hasClass("tmce-active"),id:this.$textarea.attr("id")})},mousedown:function(e){e.preventDefault(),this.$el.removeClass("delay"),this.$el.find(".acf-editor-toolbar").remove(),this.initialize()},initialize:function(){if(!this.$el.hasClass("delay")){var e={tinymce:!0,quicktags:!0,toolbar:this.o.toolbar,mode:this.o.active?"visual":"text"},t=this.o.id,i=acf.get_uniqid("acf-editor-"),a=this.$el.outerHTML();a=acf.str_replace(t,i,a),this.$el.replaceWith(a),this.o.id=i,acf.tinymce.initialize(this.o.id,e,this.$field)}},disable:function(){acf.tinymce.destroy(this.o.id)},enable:function(){this.o.active&&acf.tinymce.enable(this.o.id)}}),acf.tinymce=acf.model.extend({toolbars:{},actions:{ready:"ready"},ready:function(){var e=$("#acf-hidden-wp-editor");e.exists()&&(e.appendTo("body"),acf.isset(window,"tinymce","on")&&tinymce.on("AddEditor",function(e){var t=e.editor;"acf"===t.id.substr(0,3)&&(t=tinymce.editors.content||t,tinymce.activeEditor=t,wpActiveEditor=t.id)}))},defaults:function(){if("undefined"==typeof tinyMCEPreInit)return!1;var e={tinymce:tinyMCEPreInit.mceInit.acf_content,quicktags:tinyMCEPreInit.qtInit.acf_content};return e},initialize:function(e,t,i){t=t||{},i=i||null,t=acf.parse_args(t,{tinymce:!0,quicktags:!0,toolbar:"full",mode:"visual"}),t.tinymce&&this.initialize_tinymce(e,t,i),t.quicktags&&this.initialize_quicktags(e,t,i)},initialize_tinymce:function(e,t,i){var a=$("#"+e),n=this.defaults(),s=this.toolbars;if("undefined"==typeof tinymce)return!1;if(!n)return!1;if(tinymce.get(e))return this.enable(e);init=$.extend({},n.tinymce,t.tinymce),init.id=e,init.selector="#"+e;var o=t.toolbar;if(o&&"undefined"!=typeof s[o])for(var r=1;r<=4;r++)init["toolbar"+r]=s[o][r]||"";if(init.setup=function(t){t.on("focus",function(e){acf.validation.remove_error(i)}),t.on("change",function(e){t.save(),a.trigger("change")}),$(t.getWin()).on("unload",function(){acf.tinymce.remove(e)})},init.wp_autoresize_on=!1,init=acf.apply_filters("wysiwyg_tinymce_settings",init,e,i),acf.isset(tinymce,"ui","FloatPanel")&&(tinymce.ui.FloatPanel.zIndex=9e5),tinyMCEPreInit.mceInit[e]=init,"visual"==t.mode){tinymce.init(init);var l=tinymce.get(e);acf.do_action("wysiwyg_tinymce_init",l,l.id,init,i)}},initialize_quicktags:function(e,t,i){var a=this.defaults();if("undefined"==typeof quicktags)return!1;if(!a)return!1;init=$.extend({},a.quicktags,t.quicktags),init.id=e,init=acf.apply_filters("wysiwyg_quicktags_settings",init,init.id,i),tinyMCEPreInit.qtInit[e]=init;var n=quicktags(init);this.build_quicktags(n),acf.do_action("wysiwyg_quicktags_init",n,n.id,init,i)},build_quicktags:function(e){var t,i,a,n,s,e,o,r,l,c=",strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,";t=e.canvas,i=e.name,a=e.settings,s="",n={},l="",a.buttons&&(l=","+a.buttons+",");for(r in edButtons)edButtons[r]&&(o=edButtons[r].id,l&&c.indexOf(","+o+",")!==-1&&l.indexOf(","+o+",")===-1||edButtons[r].instance&&edButtons[r].instance!==instanceId||(n[o]=edButtons[r],edButtons[r].html&&(s+=edButtons[r].html(i+"_"))));l&&l.indexOf(",dfw,")!==-1&&(n.dfw=new QTags.DFWButton,s+=n.dfw.html(i+"_")),"rtl"===document.getElementsByTagName("html")[0].dir&&(n.textdirection=new QTags.TextDirectionButton,s+=n.textdirection.html(i+"_")),e.toolbar.innerHTML=s,e.theButtons=n,"undefined"!=typeof jQuery&&jQuery(document).triggerHandler("quicktags-init",[e])},disable:function(e){this.destroy(e)},destroy:function(e){this.destroy_tinymce(e)},destroy_tinymce:function(e){if("undefined"==typeof tinymce)return!1;var t=tinymce.get(e);return!!t&&(t.save(),t.destroy(),!0)},enable:function(e){this.enable_tinymce(e)},enable_tinymce:function(e){return"undefined"!=typeof switchEditors&&(switchEditors.go(e,"tmce"),!0)}})}(jQuery); \ No newline at end of file diff --git a/includes/admin/views/field-group-field.php b/includes/admin/views/field-group-field.php index 1471f1e..7bc1e69 100644 --- a/includes/admin/views/field-group-field.php +++ b/includes/admin/views/field-group-field.php @@ -133,7 +133,7 @@ $atts['class'] = str_replace('_', '-', $atts['class']); acf_render_field_wrap(array( 'label' => __('Wrapper Attributes','acf'), 'instructions' => '', - 'type' => 'text', + 'type' => 'number', 'name' => 'width', 'prefix' => $field['prefix'] . '[wrapper]', 'value' => $field['wrapper']['width'], diff --git a/includes/admin/views/settings-tools.php b/includes/admin/views/settings-tools.php index 34232a7..4e838ca 100644 --- a/includes/admin/views/settings-tools.php +++ b/includes/admin/views/settings-tools.php @@ -19,7 +19,7 @@ if( $field_groups ) { foreach( $field_groups as $field_group ) { - $field['choices'][ $field_group['key'] ] = $field_group['title']; + $field['choices'][ $field_group['key'] ] = esc_html( $field_group['title'] ); } diff --git a/includes/api/api-field-group.php b/includes/api/api-field-group.php index 51b8fd3..1432cdb 100644 --- a/includes/api/api-field-group.php +++ b/includes/api/api-field-group.php @@ -23,7 +23,7 @@ function acf_is_field_group_key( $key = '' ) { if( is_numeric($key) ) return false; - // look for 'field_' prefix + // look for 'group_' prefix if( substr($key, 0, 6) === 'group_' ) return true; @@ -52,8 +52,16 @@ function acf_is_field_group_key( $key = '' ) { function acf_get_valid_field_group( $field_group = false ) { + // $field_group must be an array + if( !is_array($field_group) ) $field_group = array(); + + + // bail ealry if already valid + if( !empty($field_group['_valid']) ) return $field_group; + + // parse in defaults - $field_group = wp_parse_args( $field_group, array( + $field_group = wp_parse_args($field_group, array( 'ID' => 0, 'key' => '', 'title' => '', @@ -65,11 +73,16 @@ function acf_get_valid_field_group( $field_group = false ) { 'label_placement' => 'top', 'instruction_placement' => 'label', 'hide_on_screen' => array(), - 'active' => 1, // Added in 5.2.9 - 'description' => '' // Added in 5.2.9 + 'active' => 1, // Added in 5.2.9 + 'description' => '', // Added in 5.2.9 + '_valid' => 0, // Added in 5.6.2 )); + // field is now valid + $field_group['_valid'] = 1; + + // filter $field_group = apply_filters('acf/validate_field_group', $field_group); @@ -622,7 +635,8 @@ function acf_update_field_group( $field_group = array() ) { 'title', 'menu_order', 'fields', - 'active' + 'active', + '_valid' )); @@ -648,6 +662,11 @@ function acf_update_field_group( $field_group = array() ) { add_filter( 'wp_unique_post_slug', 'acf_update_field_group_wp_unique_post_slug', 100, 6 ); + // slash data + // - WP expects all data to be slashed and will unslash it (fixes '\' character issues) + $save = wp_slash( $save ); + + // update the field group and update the ID if( $field_group['ID'] ) { @@ -1233,7 +1252,8 @@ function acf_prepare_field_group_for_export( $field_group ) { // extract some args $extract = acf_extract_vars($field_group, array( 'ID', - 'local' // local may have added 'php' or 'json' + 'local', // local may have added 'php' or 'json' + '_valid', )); diff --git a/includes/api/api-field.php b/includes/api/api-field.php index b02bda4..700a149 100644 --- a/includes/api/api-field.php +++ b/includes/api/api-field.php @@ -1213,69 +1213,62 @@ function acf_update_field( $field = false, $specific = false ) { // serialize for DB $data = maybe_serialize( $data ); - - - // save - $save = array( - 'ID' => $extract['ID'], - 'post_status' => 'publish', - 'post_type' => 'acf-field', - 'post_title' => $extract['label'], - 'post_name' => $extract['key'], - 'post_excerpt' => $extract['name'], - 'post_content' => $data, - 'post_parent' => $extract['parent'], - 'menu_order' => $extract['menu_order'], - ); - - - // $specific - if( !empty($specific) ) { - - // prepend ID - array_unshift( $specific, 'ID' ); - - - // vars - $_save = $save; - - - // reset - $save = array(); - - - // appen data - foreach( $specific as $key ) { - - $save[ $key ] = $_save[ $key ]; - - } - - } - - - // allow fields to contain the same name + + + // save + $save = array( + 'ID' => $extract['ID'], + 'post_status' => 'publish', + 'post_type' => 'acf-field', + 'post_title' => $extract['label'], + 'post_name' => $extract['key'], + 'post_excerpt' => $extract['name'], + 'post_content' => $data, + 'post_parent' => $extract['parent'], + 'menu_order' => $extract['menu_order'], + ); + + + // specific + if( acf_is_array($specific) ) { + + // append ID + $specific[] = 'ID'; + + + // get sub array + $save = acf_get_sub_array( $save, $specific ); + + } + + + // allow fields to contain the same name add_filter( 'wp_unique_post_slug', 'acf_update_field_wp_unique_post_slug', 100, 6 ); - // update the field and update the ID - if( $field['ID'] ) { - - wp_update_post( $save ); - - } else { - - $field['ID'] = wp_insert_post( $save ); - - } - - - // clear cache - acf_delete_cache("get_field/key={$field['key']}"); + // slash data + // - WP expects all data to be slashed and will unslash it (fixes '\' character issues) + $save = wp_slash( $save ); - // return - return $field; + // update the field and update the ID + if( $field['ID'] ) { + + wp_update_post( $save ); + + } else { + + $field['ID'] = wp_insert_post( $save ); + + } + + + // clear cache + acf_delete_cache("get_field/key={$field['key']}"); + + + // return + return $field; } @@ -1944,4 +1937,36 @@ function acf_maybe_get_sub_field( $selectors, $post_id = false, $strict = true ) } +/* +* acf_prefix_fields +* +* This funtion will safely change the prefix for an array of fields +* Needed to allow clone field to continue working on nave menu item and widget forms +* +* @type function +* @date 5/9/17 +* @since 5.6.0 +* +* @param $post_id (int) +* @return $post_id (int) +*/ + +function acf_prefix_fields( &$fields, $prefix = 'acf' ) { + + // loop + foreach( $fields as &$field ) { + + // replace 'acf' with $prefix + $field['prefix'] = substr_replace($field['prefix'], $prefix, 0, 3); + + } + + + // return + return $fields; + +} + + + ?> diff --git a/includes/api/api-helpers.php b/includes/api/api-helpers.php index 9d05ee5..9197fee 100644 --- a/includes/api/api-helpers.php +++ b/includes/api/api-helpers.php @@ -2476,7 +2476,7 @@ function acf_decode_choices( $string = '', $array_keys = false ) { * @return $post_id (int) */ -function acf_str_replace( $string, $search_replace ) { +function acf_str_replace( $string = '', $search_replace = array() ) { // vars $ignore = array(); @@ -3973,10 +3973,10 @@ function acf_validate_attachment( $attachment, $field, $context = 'prepare' ) { // filter for 3rd party customization - $errors = apply_filters("acf/validate_attachment", $errors, $file, $attachment, $field); - $errors = apply_filters("acf/validate_attachment/type={$field['type']}", $errors, $file, $attachment, $field ); - $errors = apply_filters("acf/validate_attachment/name={$field['name']}", $errors, $file, $attachment, $field ); - $errors = apply_filters("acf/validate_attachment/key={$field['key']}", $errors, $file, $attachment, $field ); + $errors = apply_filters("acf/validate_attachment", $errors, $file, $attachment, $field, $context); + $errors = apply_filters("acf/validate_attachment/type={$field['type']}", $errors, $file, $attachment, $field, $context ); + $errors = apply_filters("acf/validate_attachment/name={$field['name']}", $errors, $file, $attachment, $field, $context ); + $errors = apply_filters("acf/validate_attachment/key={$field['key']}", $errors, $file, $attachment, $field, $context ); // return @@ -5091,4 +5091,39 @@ function acf_decrypt( $data = '' ) { } -?> +/* +* acf_get_post_templates +* +* This function will return an array of all post templates (including parent theme templates) +* +* @type function +* @date 29/8/17 +* @since 5.6.2 +* +* @param n/a +* @return (array) +*/ + +function acf_get_post_templates() { + + // vars + $post_types = acf_get_post_types(); + $post_templates = array(); + + + // loop + foreach( $post_types as $post_type ) { + $post_templates[ $post_type ] = wp_get_theme()->get_page_templates(null, $post_type); + } + + + // remove empty templates + $post_templates = array_filter( $post_templates ); + + + // return + return $post_templates; + +} + +?> \ No newline at end of file diff --git a/includes/api/api-input.php b/includes/api/api-input.php index f8c82e7..73fd0a2 100644 --- a/includes/api/api-input.php +++ b/includes/api/api-input.php @@ -460,6 +460,46 @@ function acf_test_esc_html( $string = '' ) { */ +/* +* acf_get_file_input +* +* This function will return HTML for a file input +* +* @type function +* @date 3/02/2014 +* @since 5.0.0 +* +* @param $atts +* @return (string) +*/ + +function acf_get_file_input( $atts = array() ) { + + $atts['type'] = 'file'; + return acf_get_text_input( $atts ); + +} + + +/* +* acf_file_input +* +* This function will output HTML for a file input +* +* @type function +* @date 3/02/2014 +* @since 5.0.0 +* +* @param $atts +* @return n/a +*/ + +function acf_file_input( $atts = array() ) { + + echo acf_get_file_input( $atts ); + +} + /* * acf_esc_attr diff --git a/includes/fields/class-acf-field-file.php b/includes/fields/class-acf-field-file.php index 605db01..b88a448 100644 --- a/includes/fields/class-acf-field-file.php +++ b/includes/fields/class-acf-field-file.php @@ -65,9 +65,7 @@ class acf_field_file extends acf_field { // enqueue if( $uploader == 'wp' ) { - acf_enqueue_uploader(); - } @@ -108,55 +106,53 @@ class acf_field_file extends acf_field { // url exists if( $o['url'] ) { - $div['class'] .= ' has-value'; - } } ?> -
                > +
                > $field['name'], 'value' => $field['value'], 'data-name' => 'id' )); ?> -
                +
                - +

                - +

                : - +

                : - +

                - -
                  - -
                • - -
                • -
                +
                +
                +
                -

                +

                -

                +

                diff --git a/includes/fields/class-acf-field-google-map.php b/includes/fields/class-acf-field-google-map.php index f422c0f..6fbcc48 100644 --- a/includes/fields/class-acf-field-google-map.php +++ b/includes/fields/class-acf-field-google-map.php @@ -60,9 +60,7 @@ class acf_field_google_map extends acf_field { // validate value if( empty($field['value']) ) { - $field['value'] = array(); - } @@ -78,9 +76,7 @@ class acf_field_google_map extends acf_field { foreach( $this->default_values as $k => $v ) { if( empty($field[ $k ]) ) { - $field[ $k ] = $v; - } } @@ -98,34 +94,32 @@ class acf_field_google_map extends acf_field { // has value if( $field['value']['address'] ) { - $atts['class'] .= ' -value'; - } ?>
                >
                - $v ): ?> - - + $v ): + acf_hidden_input(array( 'name' => $field['name'].'['.$k.']', 'value' => $v, 'class' => 'input-'.$k )); + endforeach; ?>
                -
                +
                -
                - "> - "> - "> +
                + ">">">
                - " value="" /> + " value="" />
                -
                +
                > $field['name'], 'value' => $field['value'] )); ?> -
                > - <?php echo $alt; ?> -
                  - -
                • - -
                • -
                +
                style=""> + <?php echo esc_attr($alt); ?> +
                + +
                -
                +
                -

                +

                -

                +

                diff --git a/includes/fields/class-acf-field-oembed.php b/includes/fields/class-acf-field-oembed.php index 29f96fc..1452c08 100644 --- a/includes/fields/class-acf-field-oembed.php +++ b/includes/fields/class-acf-field-oembed.php @@ -208,21 +208,20 @@ class acf_field_oembed extends acf_field { ?>
                > -
                - -
                -
                + $field['name'], 'value' => $field['value'], 'data-name' => 'value-input' )); ?> +
                -

                +

                - +
                + +
                diff --git a/includes/fields/class-acf-field-range.php b/includes/fields/class-acf-field-range.php new file mode 100644 index 0000000..67f744f --- /dev/null +++ b/includes/fields/class-acf-field-range.php @@ -0,0 +1,206 @@ +name = 'range'; + $this->label = __("Range",'acf'); + $this->defaults = array( + 'default_value' => '', + 'min' => '', + 'max' => '', + 'step' => '', + 'prepend' => '', + 'append' => '' + ); + + } + + + /* + * render_field() + * + * Create the HTML interface for your field + * + * @param $field - an array holding all the field's data + * + * @type action + * @since 3.6 + * @date 23/01/13 + */ + + function render_field( $field ) { + + // vars + $atts = array(); + $keys = array( 'type', 'id', 'class', 'name', 'value', 'min', 'max', 'step' ); + $keys2 = array( 'readonly', 'disabled' ); + $html = ''; + + + // step + if( !$field['step'] ) $field['step'] = 1; + + + // min / max + if( !$field['min'] ) $field['min'] = 0; + if( !$field['max'] ) $field['max'] = 100; + + + // value + if( !is_numeric($field['value']) ) { + $field['value'] = 0; + } + + + // atts + foreach( $keys as $k ) { + if( isset($field[ $k ]) ) $atts[ $k ] = $field[ $k ]; + } + + + // atts2 + foreach( $keys2 as $k ) { + if( !empty($field[ $k ]) ) $atts[ $k ] = $k; + } + + + // open + $html .= '
                '; + + + // prepend + if( $field['prepend'] !== '' ) { + $html .= '
                ' . acf_esc_html($field['prepend']) . '
                '; + } + + + // range + $html .= acf_get_text_input( $atts ); + + + // input + $html .= acf_get_text_input(array( + 'type' => 'number', + 'id' => $atts['id'] . '-alt', + 'value' => $atts['value'] + )); + + + // append + if( $field['append'] !== '' ) { + $html .= '
                ' . acf_esc_html($field['append']) . '
                '; + } + + + // close + $html .= '
                '; + + + // return + echo $html; + + } + + + /* + * render_field_settings() + * + * Create extra options for your field. This is rendered when editing a field. + * The value of $field['name'] can be used (like bellow) to save extra data to the $field + * + * @type action + * @since 3.6 + * @date 23/01/13 + * + * @param $field - an array holding all the field's data + */ + + function render_field_settings( $field ) { + + // default_value + acf_render_field_setting( $field, array( + 'label' => __('Default Value','acf'), + 'instructions' => __('Appears when creating a new post','acf'), + 'type' => 'number', + 'name' => 'default_value', + )); + + + // min + acf_render_field_setting( $field, array( + 'label' => __('Minimum Value','acf'), + 'instructions' => '', + 'type' => 'number', + 'name' => 'min', + 'placeholder' => '0' + )); + + + // max + acf_render_field_setting( $field, array( + 'label' => __('Maximum Value','acf'), + 'instructions' => '', + 'type' => 'number', + 'name' => 'max', + 'placeholder' => '100' + )); + + + // step + acf_render_field_setting( $field, array( + 'label' => __('Step Size','acf'), + 'instructions' => '', + 'type' => 'number', + 'name' => 'step', + 'placeholder' => '1' + )); + + + // prepend + acf_render_field_setting( $field, array( + 'label' => __('Prepend','acf'), + 'instructions' => __('Appears before the input','acf'), + 'type' => 'text', + 'name' => 'prepend', + )); + + + // append + acf_render_field_setting( $field, array( + 'label' => __('Append','acf'), + 'instructions' => __('Appears after the input','acf'), + 'type' => 'text', + 'name' => 'append', + )); + + } + + +} + + +// initialize +acf_register_field_type( 'acf_field_range' ); + +endif; // class_exists check + +?> \ No newline at end of file diff --git a/includes/fields/class-acf-field-taxonomy.php b/includes/fields/class-acf-field-taxonomy.php index 6904daa..32a8ebd 100644 --- a/includes/fields/class-acf-field-taxonomy.php +++ b/includes/fields/class-acf-field-taxonomy.php @@ -566,7 +566,7 @@ class acf_field_taxonomy extends acf_field { // vars $div = array( - 'class' => 'acf-taxonomy-field acf-soh', + 'class' => 'acf-taxonomy-field', 'data-save' => $field['save_terms'], 'data-type' => $field['field_type'], 'data-taxonomy' => $field['taxonomy'] @@ -579,7 +579,9 @@ class acf_field_taxonomy extends acf_field { ?>
                > cap->manage_terms) ): ?> - +
                + +
                settings();` * * @type function * @date 22/03/2016 @@ -145,10 +146,10 @@ class acf_form_customizer { * @return $value (mixed) */ - function get_customizer_widgets( $customizer ) { + function settings( $customizer ) { // vars - $widgets = array(); + $data = array(); $settings = $customizer->settings(); @@ -157,36 +158,44 @@ class acf_form_customizer { // loop over settings - foreach( array_keys($settings) as $i ) { + foreach( $settings as $setting ) { // vars - $setting = $settings[ $i ]; + $id = $setting->id; - // bail ealry if not widget - if( substr($setting->id, 0, 7) !== 'widget_' ) continue; + // verify settings type + if( substr($id, 0, 6) == 'widget' || substr($id, 0, 7) == 'nav_menu' ) { + // allow + } else { + continue; + } // get value $value = $setting->post_value(); + // bail early if no acf + if( !is_array($value) || !isset($value['acf']) ) continue; + + // set data - $setting->acf = acf_maybe_get($value, 'acf'); + $setting->acf = $value['acf']; // append - $widgets[] = $setting; + $data[] = $setting; } - // bail ealry if no preview values - if( empty($widgets) ) return false; + // bail ealry if no settings + if( empty($data) ) return false; // return - return $widgets; + return $data; } @@ -207,7 +216,7 @@ class acf_form_customizer { function customize_preview_init( $customizer ) { // get customizer settings (widgets) - $settings = $customizer->settings(); + $settings = $this->settings( $customizer ); // bail ealry if no settings @@ -217,17 +226,13 @@ class acf_form_customizer { // append values foreach( $settings as $setting ) { - // get $_POST value - $value = $setting->post_value(); - - - // bail early if no acf - if( !isset($value['acf']) ) continue; + // get acf data + $data = $setting->acf; // append acf_value to preview_values - $this->preview_values[ $value['acf']['post_id'] ] = $value['acf']['values']; - $this->preview_fields[ $value['acf']['post_id'] ] = $value['acf']['fields']; + $this->preview_values[ $data['post_id'] ] = $data['values']; + $this->preview_fields[ $data['post_id'] ] = $data['fields']; } @@ -298,7 +303,7 @@ class acf_form_customizer { function customize_save( $customizer ) { // get customizer settings (widgets) - $settings = $customizer->settings(); + $settings = $this->settings( $customizer ); // bail ealry if no settings @@ -308,16 +313,12 @@ class acf_form_customizer { // append values foreach( $settings as $setting ) { - // get $_POST value - $value = $setting->post_value(); - - - // bail early if no acf - if( !isset($value['acf']) ) continue; + // get acf data + $data = $setting->acf; // save acf data - acf_save_post( $value['acf']['post_id'], $value['acf']['values'] ); + acf_save_post( $data['post_id'], $data['values'] ); // remove [acf] data from saved widget array diff --git a/includes/forms/form-front.php b/includes/forms/form-front.php index 3b0bf59..0290ad7 100644 --- a/includes/forms/form-front.php +++ b/includes/forms/form-front.php @@ -301,6 +301,7 @@ class acf_form_front { } + // save if( $save['ID'] ) { wp_update_post( $save ); diff --git a/includes/forms/form-nav-menu.php b/includes/forms/form-nav-menu.php index 325ac58..60fda5c 100644 --- a/includes/forms/form-nav-menu.php +++ b/includes/forms/form-nav-menu.php @@ -149,7 +149,7 @@ class acf_form_nav_menu { // set var - $acf_menu = $menu_id; + $acf_menu = (int) $menu_id; // include walker diff --git a/includes/forms/form-widget.php b/includes/forms/form-widget.php index 31fa872..4491cc4 100644 --- a/includes/forms/form-widget.php +++ b/includes/forms/form-widget.php @@ -178,7 +178,7 @@ class acf_form_widget { // change prefix - foreach( $fields as &$field ) $field['prefix'] = $prefix; + acf_prefix_fields( $fields, $prefix ); // render diff --git a/includes/locations/class-acf-location-nav-menu.php b/includes/locations/class-acf-location-nav-menu.php index a25543a..1e873f9 100644 --- a/includes/locations/class-acf-location-nav-menu.php +++ b/includes/locations/class-acf-location-nav-menu.php @@ -67,7 +67,7 @@ class acf_location_nav_menu extends acf_location { // if location matches, update value - if( $menu_locations[$location] === $nav_menu ) { + if( $menu_locations[$location] == $nav_menu ) { $nav_menu = $rule['value']; diff --git a/includes/locations/class-acf-location-post-template.php b/includes/locations/class-acf-location-post-template.php index 8f31a06..53c4ab1 100644 --- a/includes/locations/class-acf-location-post-template.php +++ b/includes/locations/class-acf-location-post-template.php @@ -95,7 +95,7 @@ class acf_location_post_template extends acf_location { // get templates (WP 4.7) if( acf_version_compare('wp', '>=', '4.7') ) { - $templates = wp_get_theme()->get_post_templates(); + $templates = acf_get_post_templates(); } @@ -155,7 +155,7 @@ class acf_location_post_template extends acf_location { // get templates (WP 4.7) if( acf_version_compare('wp', '>=', '4.7') ) { - $templates = wp_get_theme()->get_post_templates(); + $templates = acf_get_post_templates(); $choices = array_merge($choices, $templates); } diff --git a/includes/updates.php b/includes/updates.php index 9cdd44d..84f4afa 100644 --- a/includes/updates.php +++ b/includes/updates.php @@ -7,7 +7,7 @@ if( ! class_exists('acf_updates') ) : class acf_updates { // vars - var $version = '2.0', + var $version = '2.1', $plugins = array(), $updates = false, $dev = 0; @@ -193,6 +193,12 @@ class acf_updates { $response = $this->request('v2/plugins/get-info?p='.$id); + // ensure response is expected JSON array (not string) + if( is_string($response) ) { + $response = new WP_Error( 'server_error', esc_html($response) ); + } + + // update transient set_transient($transient_name, $response, HOUR_IN_SECONDS ); diff --git a/includes/walkers/class-acf-walker-nav-menu-edit.php b/includes/walkers/class-acf-walker-nav-menu-edit.php index 7b368b4..3f5fcd2 100644 --- a/includes/walkers/class-acf-walker-nav-menu-edit.php +++ b/includes/walkers/class-acf-walker-nav-menu-edit.php @@ -111,7 +111,7 @@ class ACF_Walker_Nav_Menu_Edit extends Walker_Nav_Menu_Edit { // change prefix - foreach( $fields as &$field ) $field['prefix'] = $prefix; + acf_prefix_fields( $fields, $prefix ); // render diff --git a/includes/wpml.php b/includes/wpml.php index 9ffc97a..3de4955 100644 --- a/includes/wpml.php +++ b/includes/wpml.php @@ -39,6 +39,10 @@ class acf_wpml_compatibility { add_action('acf/input/form_data', array($this, 'acf_input_form_data'), 10, 1); + // always prevent 'acf-field' from being translated + add_filter('get_translatable_documents', array($this, 'get_translatable_documents')); + + // bail early if not transaltable if( !$this->is_translatable() ) return; @@ -73,26 +77,31 @@ class acf_wpml_compatibility { function is_translatable() { // global - global $sitepress, $sitepress_settings; + global $sitepress; // vars - $post_types = acf_maybe_get($sitepress_settings, 'custom_posts_sync_option', array()); + $post_types = $sitepress->get_setting('custom_posts_sync_option'); + + + // bail early if no post types + if( !acf_is_array($post_types) ) return false; + + + // always prevent 'acf-field' from being translated + $post_types['acf-field'] = 0; + $sitepress->set_setting('custom_posts_sync_option', $post_types); // return true if acf-field-group is translatable if( !empty($post_types['acf-field-group']) ) { - return true; - } // return true if acf is translatable, and acf-field-group does not yet exist if( !empty($post_types['acf']) && !isset($post_types['acf-field-group']) ) { - return true; - } @@ -118,12 +127,15 @@ class acf_wpml_compatibility { function update_500() { // global - global $sitepress, $sitepress_settings; + global $sitepress; // vars - $icl_settings = array(); - $post_types = $sitepress_settings['custom_posts_sync_option']; + $post_types = $sitepress->get_setting('custom_posts_sync_option'); + + + // bail early if no post types + if( !acf_is_array($post_types) ) return false; // post type has changed from 'acf' to 'acf-field-group' @@ -134,12 +146,8 @@ class acf_wpml_compatibility { } - // add to icl settings - $icl_settings['custom_posts_sync_option'] = $post_types; - - - // save - $sitepress->save_settings( $icl_settings ); + // update + $sitepress->set_setting('custom_posts_sync_option', $post_types); } @@ -160,7 +168,7 @@ class acf_wpml_compatibility { function update_500_field_group($field_group, $ofg) { // global - global $wpdb, $sitepress; + global $wpdb; // get translation rows (old acf4 and new acf5) @@ -473,6 +481,31 @@ class acf_wpml_compatibility { } + + /* + * get_translatable_documents + * + * This filter will remove 'acf-field' from the available post types for translation + * + * @type function + * @date 17/8/17 + * @since 5.6.0 + * + * @param $post_id (int) + * @return $post_id (int) + */ + + function get_translatable_documents( $icl_post_types ) { + + // unset + unset( $icl_post_types['acf-field'] ); + + + // return + return $icl_post_types; + + } + } new acf_wpml_compatibility(); diff --git a/lang/acf-fr_FR.mo b/lang/acf-fr_FR.mo index 309f3126110d8dc199d4357224a6fafd1ded3085..a05ec4632092287244c71c2537d0bac013d0f0c9 100644 GIT binary patch delta 14070 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 ZvF6v%yhhs>6wbSJ;zysnPfj=R{2vCB@L2!= diff --git a/lang/acf-fr_FR.po b/lang/acf-fr_FR.po index 6d0b55d..21b8a33 100644 --- a/lang/acf-fr_FR.po +++ b/lang/acf-fr_FR.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: Advanced Custom Fields Pro v5.2.9\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" -"POT-Creation-Date: 2017-06-27 15:34+1000\n" -"PO-Revision-Date: 2017-06-27 15:34+1000\n" +"POT-Creation-Date: 2017-08-16 10:05+1000\n" +"PO-Revision-Date: 2017-08-16 10:12+1000\n" "Last-Translator: Elliot Condon \n" "Language-Team: Dysign \n" "Language: fr_FR\n" @@ -28,111 +28,111 @@ msgid "Advanced Custom Fields" msgstr "Advanced Custom Fields" # @ acf -#: acf.php:355 includes/admin/admin.php:117 +#: acf.php:358 includes/admin/admin.php:117 msgid "Field Groups" msgstr "Groupes de champs" # @ acf -#: acf.php:356 +#: acf.php:359 msgid "Field Group" msgstr "Groupe de champs" # @ acf -#: acf.php:357 acf.php:389 includes/admin/admin.php:118 -#: pro/fields/class-acf-field-flexible-content.php:574 +#: acf.php:360 acf.php:392 includes/admin/admin.php:118 +#: pro/fields/class-acf-field-flexible-content.php:559 msgid "Add New" msgstr "Ajouter" # @ acf -#: acf.php:358 +#: acf.php:361 msgid "Add New Field Group" msgstr "Nouveau groupe de champs" # @ acf -#: acf.php:359 +#: acf.php:362 msgid "Edit Field Group" msgstr "Modifier le groupe de champs" # @ acf -#: acf.php:360 +#: acf.php:363 msgid "New Field Group" msgstr "Nouveau groupe de champs" # @ default -#: acf.php:361 +#: acf.php:364 msgid "View Field Group" msgstr "Voir le groupe de champs" # @ default -#: acf.php:362 +#: acf.php:365 msgid "Search Field Groups" msgstr "Rechercher un groupe de champs" # @ default -#: acf.php:363 +#: acf.php:366 msgid "No Field Groups found" msgstr "Aucun groupe de champs trouvé" # @ default -#: acf.php:364 +#: acf.php:367 msgid "No Field Groups found in Trash" msgstr "Aucun groupe de champs trouvé dans la corbeille" # @ acf -#: acf.php:387 includes/admin/admin-field-group.php:182 +#: acf.php:390 includes/admin/admin-field-group.php:182 #: includes/admin/admin-field-group.php:275 #: includes/admin/admin-field-groups.php:510 -#: pro/fields/class-acf-field-clone.php:857 +#: pro/fields/class-acf-field-clone.php:823 msgid "Fields" msgstr "Champs" # @ acf -#: acf.php:388 +#: acf.php:391 msgid "Field" msgstr "Champ" # @ acf -#: acf.php:390 +#: acf.php:393 msgid "Add New Field" msgstr "Ajouter un champ" # @ acf -#: acf.php:391 +#: acf.php:394 msgid "Edit Field" msgstr "Modifier le champ" # @ acf -#: acf.php:392 includes/admin/views/field-group-fields.php:41 +#: acf.php:395 includes/admin/views/field-group-fields.php:41 #: includes/admin/views/settings-info.php:105 msgid "New Field" msgstr "Nouveau champ" # @ acf -#: acf.php:393 +#: acf.php:396 msgid "View Field" msgstr "Voir le champ" # @ default -#: acf.php:394 +#: acf.php:397 msgid "Search Fields" msgstr "Rechercher des champs" # @ default -#: acf.php:395 +#: acf.php:398 msgid "No Fields found" msgstr "Aucun champ trouvé" # @ default -#: acf.php:396 +#: acf.php:399 msgid "No Fields found in Trash" msgstr "Aucun champ trouvé dans la corbeille" -#: acf.php:435 includes/admin/admin-field-group.php:390 +#: acf.php:438 includes/admin/admin-field-group.php:390 #: includes/admin/admin-field-groups.php:567 msgid "Inactive" msgstr "Inactif" -#: acf.php:440 +#: acf.php:443 #, php-format msgid "Inactive (%s)" msgid_plural "Inactive (%s)" @@ -202,7 +202,7 @@ msgid "Field group title is required" msgstr "Veuillez indiquer un titre pour le groupe de champs" #: includes/admin/admin-field-group.php:273 -#: includes/api/api-field-group.php:732 +#: includes/api/api-field-group.php:737 msgid "copy" msgstr "copie" @@ -211,7 +211,7 @@ msgstr "copie" #: includes/admin/views/field-group-field-conditional-logic.php:154 #: includes/admin/views/field-group-locations.php:29 #: includes/admin/views/html-location-group.php:3 -#: includes/api/api-helpers.php:3970 +#: includes/api/api-helpers.php:3964 msgid "or" msgstr "ou" @@ -238,7 +238,7 @@ msgstr "" msgid "Null" msgstr "Vide" -#: includes/admin/admin-field-group.php:281 includes/input.php:257 +#: includes/admin/admin-field-group.php:281 includes/input.php:258 msgid "The changes you made will be lost if you navigate away from this page" msgstr "Les modifications seront perdues si vous quittez cette page" @@ -321,7 +321,7 @@ msgid "Sync available" msgstr "Synchronisation disponible" #: includes/admin/admin-field-groups.php:507 includes/forms/form-front.php:38 -#: pro/fields/class-acf-field-gallery.php:370 +#: pro/fields/class-acf-field-gallery.php:355 msgid "Title" msgstr "Titre" @@ -330,7 +330,7 @@ msgstr "Titre" #: includes/admin/views/field-group-options.php:96 #: includes/admin/views/install-network.php:21 #: includes/admin/views/install-network.php:29 -#: pro/fields/class-acf-field-gallery.php:397 +#: pro/fields/class-acf-field-gallery.php:382 msgid "Description" msgstr "Description" @@ -363,10 +363,8 @@ msgid "Resources" msgstr "Ressources" #: includes/admin/admin-field-groups.php:619 -#, fuzzy msgid "Website" -msgstr "" -"Ce site utilise des Add-ons premium qui nécessitent d'être téléchargés." +msgstr "Site web" #: includes/admin/admin-field-groups.php:620 msgid "Documentation" @@ -377,9 +375,8 @@ msgid "Support" msgstr "Support" #: includes/admin/admin-field-groups.php:623 -#, fuzzy msgid "Pro" -msgstr "Advanced Custom Fields Pro" +msgstr "Pro" #: includes/admin/admin-field-groups.php:628 #, php-format @@ -394,13 +391,13 @@ msgstr "Dupliquer cet élément" #: includes/admin/admin-field-groups.php:668 #: includes/admin/admin-field-groups.php:684 #: includes/admin/views/field-group-field.php:49 -#: pro/fields/class-acf-field-flexible-content.php:573 +#: pro/fields/class-acf-field-flexible-content.php:558 msgid "Duplicate" msgstr "Dupliquer" #: includes/admin/admin-field-groups.php:701 -#: includes/fields/class-acf-field-google-map.php:132 -#: includes/fields/class-acf-field-relationship.php:737 +#: includes/fields/class-acf-field-google-map.php:118 +#: includes/fields/class-acf-field-relationship.php:656 msgid "Search" msgstr "Rechercher" @@ -425,9 +422,8 @@ msgstr "" # @ acf #: includes/admin/admin-field-groups.php:798 -#, fuzzy msgid "Bulk Actions" -msgstr "Actions de groupe" +msgstr "Actions en vrac" # @ acf #: includes/admin/admin.php:113 @@ -485,7 +481,7 @@ msgstr "Aucun groupe de champs n'est sélectionné" # @ acf #: includes/admin/settings-tools.php:184 -#: includes/fields/class-acf-field-file.php:174 +#: includes/fields/class-acf-field-file.php:159 msgid "No file selected" msgstr "Aucun fichier sélectionné" @@ -517,12 +513,12 @@ msgid "Show this field if" msgstr "Montrer ce champ si" #: includes/admin/views/field-group-field-conditional-logic.php:103 -#: includes/locations.php:243 +#: includes/locations.php:247 msgid "is equal to" msgstr "est égal à" #: includes/admin/views/field-group-field-conditional-logic.php:104 -#: includes/locations.php:244 +#: includes/locations.php:248 msgid "is not equal to" msgstr "n‘est pas égal à" @@ -538,8 +534,8 @@ msgid "Add rule group" msgstr "Ajouter une règle" #: includes/admin/views/field-group-field.php:41 -#: pro/fields/class-acf-field-flexible-content.php:420 -#: pro/fields/class-acf-field-repeater.php:358 +#: pro/fields/class-acf-field-flexible-content.php:405 +#: pro/fields/class-acf-field-repeater.php:302 msgid "Drag to reorder" msgstr "Faites glisser pour réorganiser" @@ -551,9 +547,9 @@ msgstr "Modifier ce champ" # @ acf #: includes/admin/views/field-group-field.php:48 -#: includes/fields/class-acf-field-image.php:140 -#: includes/fields/class-acf-field-link.php:152 -#: pro/fields/class-acf-field-gallery.php:357 +#: includes/fields/class-acf-field-image.php:125 +#: includes/fields/class-acf-field-link.php:139 +#: pro/fields/class-acf-field-gallery.php:342 msgid "Edit" msgstr "Modifier" @@ -577,7 +573,7 @@ msgstr "Supprimer ce champ" # @ acf #: includes/admin/views/field-group-field.php:51 -#: pro/fields/class-acf-field-flexible-content.php:572 +#: pro/fields/class-acf-field-flexible-content.php:557 msgid "Delete" msgstr "Supprimer" @@ -608,7 +604,7 @@ msgstr "Type de champ" # @ acf #: includes/admin/views/field-group-field.php:101 -#: includes/fields/class-acf-field-tab.php:102 +#: includes/fields/class-acf-field-tab.php:88 msgid "Instructions" msgstr "Instructions" @@ -650,24 +646,23 @@ msgstr "Ordre" # @ acf #: includes/admin/views/field-group-fields.php:5 -#: includes/fields/class-acf-field-checkbox.php:317 -#: includes/fields/class-acf-field-radio.php:321 -#: includes/fields/class-acf-field-select.php:530 -#: pro/fields/class-acf-field-flexible-content.php:599 +#: includes/fields/class-acf-field-checkbox.php:415 +#: includes/fields/class-acf-field-radio.php:306 +#: includes/fields/class-acf-field-select.php:432 +#: pro/fields/class-acf-field-flexible-content.php:584 msgid "Label" msgstr "Intitulé" # @ acf #: includes/admin/views/field-group-fields.php:6 -#: includes/fields/class-acf-field-taxonomy.php:970 -#: pro/fields/class-acf-field-flexible-content.php:612 +#: includes/fields/class-acf-field-taxonomy.php:957 +#: pro/fields/class-acf-field-flexible-content.php:597 msgid "Name" msgstr "Nom" #: includes/admin/views/field-group-fields.php:7 -#, fuzzy msgid "Key" -msgstr "Code de licence" +msgstr "Identificateur" # @ acf #: includes/admin/views/field-group-fields.php:8 @@ -737,12 +732,12 @@ msgid "Label placement" msgstr "Emplacement de l'intitulé" #: includes/admin/views/field-group-options.php:62 -#: includes/fields/class-acf-field-tab.php:116 +#: includes/fields/class-acf-field-tab.php:102 msgid "Top aligned" msgstr "Aligné en haut" #: includes/admin/views/field-group-options.php:63 -#: includes/fields/class-acf-field-tab.php:117 +#: includes/fields/class-acf-field-tab.php:103 msgid "Left Aligned" msgstr "Aligné à gauche" @@ -838,7 +833,7 @@ msgstr "Attributs de la page" # @ acf #: includes/admin/views/field-group-options.php:126 -#: includes/fields/class-acf-field-relationship.php:751 +#: includes/fields/class-acf-field-relationship.php:670 msgid "Featured Image" msgstr "Image à la Une" @@ -921,25 +916,25 @@ msgstr "Migration des données vers la version %s" # @ acf #: includes/admin/views/install-notice.php:8 -#: pro/fields/class-acf-field-repeater.php:36 +#: pro/fields/class-acf-field-repeater.php:25 msgid "Repeater" msgstr "Répéteur" # @ acf #: includes/admin/views/install-notice.php:9 -#: pro/fields/class-acf-field-flexible-content.php:36 +#: pro/fields/class-acf-field-flexible-content.php:25 msgid "Flexible Content" msgstr "Contenu flexible" # @ acf #: includes/admin/views/install-notice.php:10 -#: pro/fields/class-acf-field-gallery.php:36 +#: pro/fields/class-acf-field-gallery.php:25 msgid "Gallery" msgstr "Galerie" # @ acf #: includes/admin/views/install-notice.php:11 -#: pro/locations/class-acf-location-options-page.php:13 +#: pro/locations/class-acf-location-options-page.php:26 msgid "Options Page" msgstr "Page d‘options" @@ -1251,7 +1246,7 @@ msgstr "" # @ acf #: includes/admin/views/settings-info.php:144 -#: includes/fields/class-acf-field-page_link.php:36 +#: includes/fields/class-acf-field-page_link.php:25 msgid "Page Link" msgstr "Lien vers page ou article" @@ -1347,7 +1342,7 @@ msgstr "" # @ acf #: includes/admin/views/settings-tools.php:77 -#: includes/fields/class-acf-field-file.php:46 +#: includes/fields/class-acf-field-file.php:35 msgid "Select File" msgstr "Sélectionner un fichier" @@ -1372,50 +1367,50 @@ msgid "Full Size" msgstr "Taille originale" # @ acf -#: includes/api/api-helpers.php:1248 includes/api/api-helpers.php:1837 -#: pro/fields/class-acf-field-clone.php:1042 +#: includes/api/api-helpers.php:1248 includes/api/api-helpers.php:1831 +#: pro/fields/class-acf-field-clone.php:1008 msgid "(no title)" msgstr "(aucun titre)" -#: includes/api/api-helpers.php:1874 -#: includes/fields/class-acf-field-page_link.php:284 -#: includes/fields/class-acf-field-post_object.php:283 -#: includes/fields/class-acf-field-taxonomy.php:992 +#: includes/api/api-helpers.php:1868 +#: includes/fields/class-acf-field-page_link.php:269 +#: includes/fields/class-acf-field-post_object.php:268 +#: includes/fields/class-acf-field-taxonomy.php:979 msgid "Parent" msgstr "Parent" -#: includes/api/api-helpers.php:3891 +#: includes/api/api-helpers.php:3885 #, php-format msgid "Image width must be at least %dpx." msgstr "L'image doit mesurer au moins %dpx de largeur" -#: includes/api/api-helpers.php:3896 +#: includes/api/api-helpers.php:3890 #, php-format msgid "Image width must not exceed %dpx." msgstr "L'image ne doit pas dépasser %dpx de largeur" -#: includes/api/api-helpers.php:3912 +#: includes/api/api-helpers.php:3906 #, php-format msgid "Image height must be at least %dpx." msgstr "L'image doit mesurer au moins %dpx de hauteur" -#: includes/api/api-helpers.php:3917 +#: includes/api/api-helpers.php:3911 #, php-format msgid "Image height must not exceed %dpx." msgstr "L'image ne doit pas dépasser %dpx de hauteur" -#: includes/api/api-helpers.php:3935 +#: includes/api/api-helpers.php:3929 #, php-format msgid "File size must be at least %s." msgstr "Le poids de l'image doit être d'au moins %s." -#: includes/api/api-helpers.php:3940 +#: includes/api/api-helpers.php:3934 #, php-format msgid "File size must must not exceed %s." msgstr "Le poids de l'image ne peut pas dépasser %s." # @ acf -#: includes/api/api-helpers.php:3974 +#: includes/api/api-helpers.php:3968 #, php-format msgid "File type must be %s." msgstr "Le type de fichier doit être %s." @@ -1443,996 +1438,995 @@ msgid "jQuery" msgstr "jQuery" # @ acf -#: includes/fields.php:149 includes/fields/class-acf-field-checkbox.php:286 -#: includes/fields/class-acf-field-group.php:485 -#: includes/fields/class-acf-field-radio.php:300 -#: pro/fields/class-acf-field-clone.php:889 -#: pro/fields/class-acf-field-flexible-content.php:569 -#: pro/fields/class-acf-field-flexible-content.php:618 -#: pro/fields/class-acf-field-repeater.php:514 +#: includes/fields.php:149 includes/fields/class-acf-field-checkbox.php:384 +#: includes/fields/class-acf-field-group.php:477 +#: includes/fields/class-acf-field-radio.php:285 +#: pro/fields/class-acf-field-clone.php:855 +#: pro/fields/class-acf-field-flexible-content.php:554 +#: pro/fields/class-acf-field-flexible-content.php:603 +#: pro/fields/class-acf-field-repeater.php:458 msgid "Layout" msgstr "Disposition" # @ acf -#: includes/fields.php:305 +#: includes/fields.php:326 msgid "Field type does not exist" msgstr "Ce type de champ n‘existe pas !" -#: includes/fields.php:305 -#, fuzzy +#: includes/fields.php:326 msgid "Unknown" -msgstr "Champ inconnu" +msgstr "inconnu" # @ acf -#: includes/fields/class-acf-field-checkbox.php:36 -#: includes/fields/class-acf-field-taxonomy.php:786 +#: includes/fields/class-acf-field-checkbox.php:25 +#: includes/fields/class-acf-field-taxonomy.php:773 msgid "Checkbox" msgstr "Case à cocher" -#: includes/fields/class-acf-field-checkbox.php:150 +#: includes/fields/class-acf-field-checkbox.php:154 msgid "Toggle All" msgstr "Tout masquer/afficher" -#: includes/fields/class-acf-field-checkbox.php:207 +#: includes/fields/class-acf-field-checkbox.php:221 msgid "Add new choice" msgstr "Ajouter un choix" # @ acf -#: includes/fields/class-acf-field-checkbox.php:246 -#: includes/fields/class-acf-field-radio.php:250 -#: includes/fields/class-acf-field-select.php:466 +#: includes/fields/class-acf-field-checkbox.php:344 +#: includes/fields/class-acf-field-radio.php:235 +#: includes/fields/class-acf-field-select.php:368 msgid "Choices" msgstr "Choix" -#: includes/fields/class-acf-field-checkbox.php:247 -#: includes/fields/class-acf-field-radio.php:251 -#: includes/fields/class-acf-field-select.php:467 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "Enter each choice on a new line." msgstr "Indiquez une valeur par ligne" -#: includes/fields/class-acf-field-checkbox.php:247 -#: includes/fields/class-acf-field-radio.php:251 -#: includes/fields/class-acf-field-select.php:467 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "For more control, you may specify both a value and label like this:" msgstr "" "Pour un contrôle plus poussé, vous pouvez spécifier la valeur et le libellé " "de cette manière :" -#: includes/fields/class-acf-field-checkbox.php:247 -#: includes/fields/class-acf-field-radio.php:251 -#: includes/fields/class-acf-field-select.php:467 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "red : Red" msgstr "rouge : Rouge" -#: includes/fields/class-acf-field-checkbox.php:255 +#: includes/fields/class-acf-field-checkbox.php:353 msgid "Allow Custom" msgstr "Permettra une valeur personnalisée" -#: includes/fields/class-acf-field-checkbox.php:260 +#: includes/fields/class-acf-field-checkbox.php:358 msgid "Allow 'custom' values to be added" msgstr "Permet l’ajout d’une valeur personnalisée" -#: includes/fields/class-acf-field-checkbox.php:266 +#: includes/fields/class-acf-field-checkbox.php:364 msgid "Save Custom" msgstr "Enregistrer la valeur personnalisée" -#: includes/fields/class-acf-field-checkbox.php:271 +#: includes/fields/class-acf-field-checkbox.php:369 msgid "Save 'custom' values to the field's choices" msgstr "Enregistre la valeur personnalisée dans les choix du champs" # @ acf -#: includes/fields/class-acf-field-checkbox.php:277 -#: includes/fields/class-acf-field-color_picker.php:146 -#: includes/fields/class-acf-field-email.php:133 -#: includes/fields/class-acf-field-number.php:145 -#: includes/fields/class-acf-field-radio.php:291 -#: includes/fields/class-acf-field-select.php:475 -#: includes/fields/class-acf-field-text.php:142 -#: includes/fields/class-acf-field-textarea.php:139 -#: includes/fields/class-acf-field-true_false.php:150 -#: includes/fields/class-acf-field-url.php:114 -#: includes/fields/class-acf-field-wysiwyg.php:436 +#: includes/fields/class-acf-field-checkbox.php:375 +#: includes/fields/class-acf-field-color_picker.php:131 +#: includes/fields/class-acf-field-email.php:114 +#: includes/fields/class-acf-field-number.php:123 +#: includes/fields/class-acf-field-radio.php:276 +#: includes/fields/class-acf-field-select.php:377 +#: includes/fields/class-acf-field-text.php:115 +#: includes/fields/class-acf-field-textarea.php:98 +#: includes/fields/class-acf-field-true_false.php:135 +#: includes/fields/class-acf-field-url.php:96 +#: includes/fields/class-acf-field-wysiwyg.php:421 msgid "Default Value" msgstr "Valeur par défaut" -#: includes/fields/class-acf-field-checkbox.php:278 -#: includes/fields/class-acf-field-select.php:476 +#: includes/fields/class-acf-field-checkbox.php:376 +#: includes/fields/class-acf-field-select.php:378 msgid "Enter each default value on a new line" msgstr "Entrez chaque valeur par défaut sur une nouvelle ligne" -#: includes/fields/class-acf-field-checkbox.php:292 -#: includes/fields/class-acf-field-radio.php:306 +#: includes/fields/class-acf-field-checkbox.php:390 +#: includes/fields/class-acf-field-radio.php:291 msgid "Vertical" msgstr "Vertical" -#: includes/fields/class-acf-field-checkbox.php:293 -#: includes/fields/class-acf-field-radio.php:307 +#: includes/fields/class-acf-field-checkbox.php:391 +#: includes/fields/class-acf-field-radio.php:292 msgid "Horizontal" msgstr "Horizontal" -#: includes/fields/class-acf-field-checkbox.php:300 +#: includes/fields/class-acf-field-checkbox.php:398 msgid "Toggle" msgstr "Intervertir" -#: includes/fields/class-acf-field-checkbox.php:301 +#: includes/fields/class-acf-field-checkbox.php:399 msgid "Prepend an extra checkbox to toggle all choices" msgstr "Ajouter une case à cocher au début pour intervertir tous les choix" # @ acf -#: includes/fields/class-acf-field-checkbox.php:310 -#: includes/fields/class-acf-field-file.php:219 -#: includes/fields/class-acf-field-image.php:206 -#: includes/fields/class-acf-field-link.php:180 -#: includes/fields/class-acf-field-radio.php:314 -#: includes/fields/class-acf-field-taxonomy.php:839 +#: includes/fields/class-acf-field-checkbox.php:408 +#: includes/fields/class-acf-field-file.php:204 +#: includes/fields/class-acf-field-image.php:191 +#: includes/fields/class-acf-field-link.php:166 +#: includes/fields/class-acf-field-radio.php:299 +#: includes/fields/class-acf-field-taxonomy.php:826 msgid "Return Value" msgstr "Valeur affichée dans le template" -#: includes/fields/class-acf-field-checkbox.php:311 -#: includes/fields/class-acf-field-file.php:220 -#: includes/fields/class-acf-field-image.php:207 -#: includes/fields/class-acf-field-link.php:181 -#: includes/fields/class-acf-field-radio.php:315 +#: includes/fields/class-acf-field-checkbox.php:409 +#: includes/fields/class-acf-field-file.php:205 +#: includes/fields/class-acf-field-image.php:192 +#: includes/fields/class-acf-field-link.php:167 +#: includes/fields/class-acf-field-radio.php:300 msgid "Specify the returned value on front end" msgstr "Spécifier la valeur retournée sur le site" -#: includes/fields/class-acf-field-checkbox.php:316 -#: includes/fields/class-acf-field-radio.php:320 -#: includes/fields/class-acf-field-select.php:529 +#: includes/fields/class-acf-field-checkbox.php:414 +#: includes/fields/class-acf-field-radio.php:305 +#: includes/fields/class-acf-field-select.php:431 msgid "Value" msgstr "Valeur" -#: includes/fields/class-acf-field-checkbox.php:318 -#: includes/fields/class-acf-field-radio.php:322 -#: includes/fields/class-acf-field-select.php:531 +#: includes/fields/class-acf-field-checkbox.php:416 +#: includes/fields/class-acf-field-radio.php:307 +#: includes/fields/class-acf-field-select.php:433 msgid "Both (Array)" msgstr "Les deux (tableau)" # @ acf -#: includes/fields/class-acf-field-color_picker.php:36 +#: includes/fields/class-acf-field-color_picker.php:25 msgid "Color Picker" msgstr "Couleur" -#: includes/fields/class-acf-field-color_picker.php:83 +#: includes/fields/class-acf-field-color_picker.php:68 msgid "Clear" msgstr "Effacer" # @ acf -#: includes/fields/class-acf-field-color_picker.php:84 +#: includes/fields/class-acf-field-color_picker.php:69 msgid "Default" msgstr "Valeur par défaut" # @ acf -#: includes/fields/class-acf-field-color_picker.php:85 +#: includes/fields/class-acf-field-color_picker.php:70 msgid "Select Color" msgstr "Couleur" -#: includes/fields/class-acf-field-color_picker.php:86 +#: includes/fields/class-acf-field-color_picker.php:71 msgid "Current Color" msgstr "Couleur actuelle" # @ acf -#: includes/fields/class-acf-field-date_picker.php:36 +#: includes/fields/class-acf-field-date_picker.php:25 msgid "Date Picker" msgstr "Date" -#: includes/fields/class-acf-field-date_picker.php:44 +#: includes/fields/class-acf-field-date_picker.php:33 msgctxt "Date Picker JS closeText" msgid "Done" msgstr "Valider" -#: includes/fields/class-acf-field-date_picker.php:45 +#: includes/fields/class-acf-field-date_picker.php:34 msgctxt "Date Picker JS currentText" msgid "Today" msgstr "Aujourd’hui" -#: includes/fields/class-acf-field-date_picker.php:46 +#: includes/fields/class-acf-field-date_picker.php:35 msgctxt "Date Picker JS nextText" msgid "Next" msgstr "Suivant" -#: includes/fields/class-acf-field-date_picker.php:47 +#: includes/fields/class-acf-field-date_picker.php:36 msgctxt "Date Picker JS prevText" msgid "Prev" msgstr "Précédent" -#: includes/fields/class-acf-field-date_picker.php:48 +#: includes/fields/class-acf-field-date_picker.php:37 msgctxt "Date Picker JS weekHeader" msgid "Wk" msgstr "Sem" # @ acf -#: includes/fields/class-acf-field-date_picker.php:223 -#: includes/fields/class-acf-field-date_time_picker.php:197 -#: includes/fields/class-acf-field-time_picker.php:127 +#: includes/fields/class-acf-field-date_picker.php:207 +#: includes/fields/class-acf-field-date_time_picker.php:181 +#: includes/fields/class-acf-field-time_picker.php:109 msgid "Display Format" msgstr "Format dans l’administration" -#: includes/fields/class-acf-field-date_picker.php:224 -#: includes/fields/class-acf-field-date_time_picker.php:198 -#: includes/fields/class-acf-field-time_picker.php:128 +#: includes/fields/class-acf-field-date_picker.php:208 +#: includes/fields/class-acf-field-date_time_picker.php:182 +#: includes/fields/class-acf-field-time_picker.php:110 msgid "The format displayed when editing a post" msgstr "" "Format affiché lors de l’édition d’un article depuis l’interface " "d’administration" -#: includes/fields/class-acf-field-date_picker.php:232 -#: includes/fields/class-acf-field-date_picker.php:263 -#: includes/fields/class-acf-field-date_time_picker.php:207 -#: includes/fields/class-acf-field-date_time_picker.php:224 -#: includes/fields/class-acf-field-time_picker.php:135 -#: includes/fields/class-acf-field-time_picker.php:150 +#: includes/fields/class-acf-field-date_picker.php:216 +#: includes/fields/class-acf-field-date_picker.php:247 +#: includes/fields/class-acf-field-date_time_picker.php:191 +#: includes/fields/class-acf-field-date_time_picker.php:208 +#: includes/fields/class-acf-field-time_picker.php:117 +#: includes/fields/class-acf-field-time_picker.php:132 #, fuzzy msgid "Custom:" -msgstr "Advanced Custom Fields" +msgstr "Permettra une valeur personnalisée" -#: includes/fields/class-acf-field-date_picker.php:242 +#: includes/fields/class-acf-field-date_picker.php:226 msgid "Save Format" msgstr "Enregistrer le format" -#: includes/fields/class-acf-field-date_picker.php:243 +#: includes/fields/class-acf-field-date_picker.php:227 msgid "The format used when saving a value" msgstr "Le format enregistré" # @ acf -#: includes/fields/class-acf-field-date_picker.php:253 -#: includes/fields/class-acf-field-date_time_picker.php:214 -#: includes/fields/class-acf-field-post_object.php:447 -#: includes/fields/class-acf-field-relationship.php:778 -#: includes/fields/class-acf-field-select.php:524 -#: includes/fields/class-acf-field-time_picker.php:142 +#: includes/fields/class-acf-field-date_picker.php:237 +#: includes/fields/class-acf-field-date_time_picker.php:198 +#: includes/fields/class-acf-field-post_object.php:432 +#: includes/fields/class-acf-field-relationship.php:697 +#: includes/fields/class-acf-field-select.php:426 +#: includes/fields/class-acf-field-time_picker.php:124 msgid "Return Format" msgstr "Format dans le modèle" -#: includes/fields/class-acf-field-date_picker.php:254 -#: includes/fields/class-acf-field-date_time_picker.php:215 -#: includes/fields/class-acf-field-time_picker.php:143 +#: includes/fields/class-acf-field-date_picker.php:238 +#: includes/fields/class-acf-field-date_time_picker.php:199 +#: includes/fields/class-acf-field-time_picker.php:125 msgid "The format returned via template functions" msgstr "Valeur retournée dans le modèle sur le site." -#: includes/fields/class-acf-field-date_picker.php:272 -#: includes/fields/class-acf-field-date_time_picker.php:231 +#: includes/fields/class-acf-field-date_picker.php:256 +#: includes/fields/class-acf-field-date_time_picker.php:215 msgid "Week Starts On" msgstr "Les semaines commencent le" -#: includes/fields/class-acf-field-date_time_picker.php:36 +#: includes/fields/class-acf-field-date_time_picker.php:25 msgid "Date Time Picker" msgstr "Date et Heure" -#: includes/fields/class-acf-field-date_time_picker.php:44 +#: includes/fields/class-acf-field-date_time_picker.php:33 msgctxt "Date Time Picker JS timeOnlyTitle" msgid "Choose Time" msgstr "Choix de l’heure" -#: includes/fields/class-acf-field-date_time_picker.php:45 +#: includes/fields/class-acf-field-date_time_picker.php:34 msgctxt "Date Time Picker JS timeText" msgid "Time" msgstr "Heure" -#: includes/fields/class-acf-field-date_time_picker.php:46 +#: includes/fields/class-acf-field-date_time_picker.php:35 msgctxt "Date Time Picker JS hourText" msgid "Hour" msgstr "Heure" -#: includes/fields/class-acf-field-date_time_picker.php:47 +#: includes/fields/class-acf-field-date_time_picker.php:36 msgctxt "Date Time Picker JS minuteText" msgid "Minute" msgstr "Minute" -#: includes/fields/class-acf-field-date_time_picker.php:48 +#: includes/fields/class-acf-field-date_time_picker.php:37 msgctxt "Date Time Picker JS secondText" msgid "Second" msgstr "Seconde" -#: includes/fields/class-acf-field-date_time_picker.php:49 +#: includes/fields/class-acf-field-date_time_picker.php:38 msgctxt "Date Time Picker JS millisecText" msgid "Millisecond" msgstr "Milliseconde" -#: includes/fields/class-acf-field-date_time_picker.php:50 +#: includes/fields/class-acf-field-date_time_picker.php:39 msgctxt "Date Time Picker JS microsecText" msgid "Microsecond" msgstr "Microseconde" -#: includes/fields/class-acf-field-date_time_picker.php:51 +#: includes/fields/class-acf-field-date_time_picker.php:40 msgctxt "Date Time Picker JS timezoneText" msgid "Time Zone" msgstr "Fuseau horaire" -#: includes/fields/class-acf-field-date_time_picker.php:52 +#: includes/fields/class-acf-field-date_time_picker.php:41 msgctxt "Date Time Picker JS currentText" msgid "Now" msgstr "Maintenant" -#: includes/fields/class-acf-field-date_time_picker.php:53 +#: includes/fields/class-acf-field-date_time_picker.php:42 msgctxt "Date Time Picker JS closeText" msgid "Done" msgstr "Valider" -#: includes/fields/class-acf-field-date_time_picker.php:54 +#: includes/fields/class-acf-field-date_time_picker.php:43 msgctxt "Date Time Picker JS selectText" msgid "Select" msgstr "Valider" -#: includes/fields/class-acf-field-date_time_picker.php:56 +#: includes/fields/class-acf-field-date_time_picker.php:45 msgctxt "Date Time Picker JS amText" msgid "AM" msgstr "AM" -#: includes/fields/class-acf-field-date_time_picker.php:57 +#: includes/fields/class-acf-field-date_time_picker.php:46 msgctxt "Date Time Picker JS amTextShort" msgid "A" msgstr "A" -#: includes/fields/class-acf-field-date_time_picker.php:60 +#: includes/fields/class-acf-field-date_time_picker.php:49 msgctxt "Date Time Picker JS pmText" msgid "PM" msgstr "PM" -#: includes/fields/class-acf-field-date_time_picker.php:61 +#: includes/fields/class-acf-field-date_time_picker.php:50 msgctxt "Date Time Picker JS pmTextShort" msgid "P" msgstr "P" -#: includes/fields/class-acf-field-email.php:36 +#: includes/fields/class-acf-field-email.php:25 msgid "Email" msgstr "Mail" -#: includes/fields/class-acf-field-email.php:134 -#: includes/fields/class-acf-field-number.php:146 -#: includes/fields/class-acf-field-radio.php:292 -#: includes/fields/class-acf-field-text.php:143 -#: includes/fields/class-acf-field-textarea.php:140 -#: includes/fields/class-acf-field-url.php:115 -#: includes/fields/class-acf-field-wysiwyg.php:437 +#: includes/fields/class-acf-field-email.php:115 +#: includes/fields/class-acf-field-number.php:124 +#: includes/fields/class-acf-field-radio.php:277 +#: includes/fields/class-acf-field-text.php:116 +#: includes/fields/class-acf-field-textarea.php:99 +#: includes/fields/class-acf-field-url.php:97 +#: includes/fields/class-acf-field-wysiwyg.php:422 msgid "Appears when creating a new post" msgstr "Valeur affichée à la création d'un article" -#: includes/fields/class-acf-field-email.php:142 -#: includes/fields/class-acf-field-number.php:154 -#: includes/fields/class-acf-field-password.php:134 -#: includes/fields/class-acf-field-text.php:151 -#: includes/fields/class-acf-field-textarea.php:148 -#: includes/fields/class-acf-field-url.php:123 +#: includes/fields/class-acf-field-email.php:123 +#: includes/fields/class-acf-field-number.php:132 +#: includes/fields/class-acf-field-password.php:71 +#: includes/fields/class-acf-field-text.php:124 +#: includes/fields/class-acf-field-textarea.php:107 +#: includes/fields/class-acf-field-url.php:105 msgid "Placeholder Text" msgstr "Texte de substitution" -#: includes/fields/class-acf-field-email.php:143 -#: includes/fields/class-acf-field-number.php:155 -#: includes/fields/class-acf-field-password.php:135 -#: includes/fields/class-acf-field-text.php:152 -#: includes/fields/class-acf-field-textarea.php:149 -#: includes/fields/class-acf-field-url.php:124 +#: includes/fields/class-acf-field-email.php:124 +#: includes/fields/class-acf-field-number.php:133 +#: includes/fields/class-acf-field-password.php:72 +#: includes/fields/class-acf-field-text.php:125 +#: includes/fields/class-acf-field-textarea.php:108 +#: includes/fields/class-acf-field-url.php:106 msgid "Appears within the input" msgstr "Apparait dans le champ (placeholder)" -#: includes/fields/class-acf-field-email.php:151 -#: includes/fields/class-acf-field-number.php:163 -#: includes/fields/class-acf-field-password.php:143 -#: includes/fields/class-acf-field-text.php:160 +#: includes/fields/class-acf-field-email.php:132 +#: includes/fields/class-acf-field-number.php:141 +#: includes/fields/class-acf-field-password.php:80 +#: includes/fields/class-acf-field-text.php:133 msgid "Prepend" msgstr "Ajouter avant" -#: includes/fields/class-acf-field-email.php:152 -#: includes/fields/class-acf-field-number.php:164 -#: includes/fields/class-acf-field-password.php:144 -#: includes/fields/class-acf-field-text.php:161 +#: includes/fields/class-acf-field-email.php:133 +#: includes/fields/class-acf-field-number.php:142 +#: includes/fields/class-acf-field-password.php:81 +#: includes/fields/class-acf-field-text.php:134 msgid "Appears before the input" msgstr "Apparait avant le champ" -#: includes/fields/class-acf-field-email.php:160 -#: includes/fields/class-acf-field-number.php:172 -#: includes/fields/class-acf-field-password.php:152 -#: includes/fields/class-acf-field-text.php:169 +#: includes/fields/class-acf-field-email.php:141 +#: includes/fields/class-acf-field-number.php:150 +#: includes/fields/class-acf-field-password.php:89 +#: includes/fields/class-acf-field-text.php:142 msgid "Append" msgstr "Ajouter après" -#: includes/fields/class-acf-field-email.php:161 -#: includes/fields/class-acf-field-number.php:173 -#: includes/fields/class-acf-field-password.php:153 -#: includes/fields/class-acf-field-text.php:170 +#: includes/fields/class-acf-field-email.php:142 +#: includes/fields/class-acf-field-number.php:151 +#: includes/fields/class-acf-field-password.php:90 +#: includes/fields/class-acf-field-text.php:143 msgid "Appears after the input" msgstr "Apparait après le champ" # @ acf -#: includes/fields/class-acf-field-file.php:36 +#: includes/fields/class-acf-field-file.php:25 msgid "File" msgstr "Fichier" # @ acf -#: includes/fields/class-acf-field-file.php:47 +#: includes/fields/class-acf-field-file.php:36 msgid "Edit File" msgstr "Modifier le fichier" # @ acf -#: includes/fields/class-acf-field-file.php:48 +#: includes/fields/class-acf-field-file.php:37 msgid "Update File" msgstr "Mettre à jour le fichier" -#: includes/fields/class-acf-field-file.php:49 -#: includes/fields/class-acf-field-image.php:54 includes/media.php:57 -#: pro/fields/class-acf-field-gallery.php:55 +#: includes/fields/class-acf-field-file.php:38 +#: includes/fields/class-acf-field-image.php:43 includes/media.php:57 +#: pro/fields/class-acf-field-gallery.php:44 msgid "Uploaded to this post" msgstr "Liés à cette publication" # @ acf -#: includes/fields/class-acf-field-file.php:145 +#: includes/fields/class-acf-field-file.php:130 msgid "File name" msgstr "Nom du fichier" # @ acf -#: includes/fields/class-acf-field-file.php:149 -#: includes/fields/class-acf-field-file.php:252 -#: includes/fields/class-acf-field-file.php:263 -#: includes/fields/class-acf-field-image.php:266 -#: includes/fields/class-acf-field-image.php:295 -#: pro/fields/class-acf-field-gallery.php:705 -#: pro/fields/class-acf-field-gallery.php:734 +#: includes/fields/class-acf-field-file.php:134 +#: includes/fields/class-acf-field-file.php:237 +#: includes/fields/class-acf-field-file.php:248 +#: includes/fields/class-acf-field-image.php:251 +#: includes/fields/class-acf-field-image.php:280 +#: pro/fields/class-acf-field-gallery.php:690 +#: pro/fields/class-acf-field-gallery.php:719 msgid "File size" msgstr "Taille du fichier" # @ acf -#: includes/fields/class-acf-field-file.php:174 +#: includes/fields/class-acf-field-file.php:159 msgid "Add File" msgstr "Ajouter un fichier" -#: includes/fields/class-acf-field-file.php:225 +#: includes/fields/class-acf-field-file.php:210 msgid "File Array" msgstr "Données du fichier (array)" # @ acf -#: includes/fields/class-acf-field-file.php:226 +#: includes/fields/class-acf-field-file.php:211 msgid "File URL" msgstr "URL du fichier" # @ acf -#: includes/fields/class-acf-field-file.php:227 +#: includes/fields/class-acf-field-file.php:212 msgid "File ID" msgstr "ID du Fichier" -#: includes/fields/class-acf-field-file.php:234 -#: includes/fields/class-acf-field-image.php:231 -#: pro/fields/class-acf-field-gallery.php:670 +#: includes/fields/class-acf-field-file.php:219 +#: includes/fields/class-acf-field-image.php:216 +#: pro/fields/class-acf-field-gallery.php:655 msgid "Library" msgstr "Médias" -#: includes/fields/class-acf-field-file.php:235 -#: includes/fields/class-acf-field-image.php:232 -#: pro/fields/class-acf-field-gallery.php:671 +#: includes/fields/class-acf-field-file.php:220 +#: includes/fields/class-acf-field-image.php:217 +#: pro/fields/class-acf-field-gallery.php:656 msgid "Limit the media library choice" msgstr "Limiter le choix de la médiathèque" -#: includes/fields/class-acf-field-file.php:240 -#: includes/fields/class-acf-field-image.php:237 -#: includes/locations/class-acf-location-attachment.php:105 -#: includes/locations/class-acf-location-comment.php:83 -#: includes/locations/class-acf-location-nav-menu.php:106 -#: includes/locations/class-acf-location-taxonomy.php:83 -#: includes/locations/class-acf-location-user-form.php:91 -#: includes/locations/class-acf-location-user-role.php:108 -#: includes/locations/class-acf-location-widget.php:87 -#: pro/fields/class-acf-field-gallery.php:676 +#: includes/fields/class-acf-field-file.php:225 +#: includes/fields/class-acf-field-image.php:222 +#: includes/locations/class-acf-location-attachment.php:101 +#: includes/locations/class-acf-location-comment.php:79 +#: includes/locations/class-acf-location-nav-menu.php:102 +#: includes/locations/class-acf-location-taxonomy.php:79 +#: includes/locations/class-acf-location-user-form.php:87 +#: includes/locations/class-acf-location-user-role.php:111 +#: includes/locations/class-acf-location-widget.php:83 +#: pro/fields/class-acf-field-gallery.php:661 msgid "All" msgstr "Tous" -#: includes/fields/class-acf-field-file.php:241 -#: includes/fields/class-acf-field-image.php:238 -#: pro/fields/class-acf-field-gallery.php:677 +#: includes/fields/class-acf-field-file.php:226 +#: includes/fields/class-acf-field-image.php:223 +#: pro/fields/class-acf-field-gallery.php:662 msgid "Uploaded to post" msgstr "Liés à cet article" # @ acf -#: includes/fields/class-acf-field-file.php:248 -#: includes/fields/class-acf-field-image.php:245 -#: pro/fields/class-acf-field-gallery.php:684 +#: includes/fields/class-acf-field-file.php:233 +#: includes/fields/class-acf-field-image.php:230 +#: pro/fields/class-acf-field-gallery.php:669 msgid "Minimum" msgstr "Minimum" -#: includes/fields/class-acf-field-file.php:249 -#: includes/fields/class-acf-field-file.php:260 +#: includes/fields/class-acf-field-file.php:234 +#: includes/fields/class-acf-field-file.php:245 msgid "Restrict which files can be uploaded" msgstr "Restreindre l'import de fichiers" # @ acf -#: includes/fields/class-acf-field-file.php:259 -#: includes/fields/class-acf-field-image.php:274 -#: pro/fields/class-acf-field-gallery.php:713 +#: includes/fields/class-acf-field-file.php:244 +#: includes/fields/class-acf-field-image.php:259 +#: pro/fields/class-acf-field-gallery.php:698 msgid "Maximum" msgstr "Maximum" -#: includes/fields/class-acf-field-file.php:270 -#: includes/fields/class-acf-field-image.php:303 -#: pro/fields/class-acf-field-gallery.php:742 +#: includes/fields/class-acf-field-file.php:255 +#: includes/fields/class-acf-field-image.php:288 +#: pro/fields/class-acf-field-gallery.php:727 msgid "Allowed file types" msgstr "Types de fichiers autorisés" -#: includes/fields/class-acf-field-file.php:271 -#: includes/fields/class-acf-field-image.php:304 -#: pro/fields/class-acf-field-gallery.php:743 +#: includes/fields/class-acf-field-file.php:256 +#: includes/fields/class-acf-field-image.php:289 +#: pro/fields/class-acf-field-gallery.php:728 msgid "Comma separated list. Leave blank for all types" msgstr "" "Listez les extensions autorisées en les séparant par une virgule. Laissez " "vide pour autoriser toutes les extensions" -#: includes/fields/class-acf-field-google-map.php:36 +#: includes/fields/class-acf-field-google-map.php:25 msgid "Google Map" msgstr "Google Map" # @ acf -#: includes/fields/class-acf-field-google-map.php:51 +#: includes/fields/class-acf-field-google-map.php:40 msgid "Locating" msgstr "Localiser" -#: includes/fields/class-acf-field-google-map.php:52 +#: includes/fields/class-acf-field-google-map.php:41 msgid "Sorry, this browser does not support geolocation" msgstr "Désolé, ce navigateur ne prend pas en charge la géolocalisation" # @ acf -#: includes/fields/class-acf-field-google-map.php:133 +#: includes/fields/class-acf-field-google-map.php:119 msgid "Clear location" msgstr "Effacer la position" -#: includes/fields/class-acf-field-google-map.php:134 +#: includes/fields/class-acf-field-google-map.php:120 msgid "Find current location" msgstr "Trouver l'emplacement actuel" -#: includes/fields/class-acf-field-google-map.php:137 +#: includes/fields/class-acf-field-google-map.php:123 msgid "Search for address..." msgstr "Rechercher une adresse" -#: includes/fields/class-acf-field-google-map.php:167 -#: includes/fields/class-acf-field-google-map.php:178 +#: includes/fields/class-acf-field-google-map.php:153 +#: includes/fields/class-acf-field-google-map.php:164 msgid "Center" msgstr "Centre" -#: includes/fields/class-acf-field-google-map.php:168 -#: includes/fields/class-acf-field-google-map.php:179 +#: includes/fields/class-acf-field-google-map.php:154 +#: includes/fields/class-acf-field-google-map.php:165 msgid "Center the initial map" msgstr "Position géographique du centre de la carte" -#: includes/fields/class-acf-field-google-map.php:190 +#: includes/fields/class-acf-field-google-map.php:176 msgid "Zoom" msgstr "Zoom" -#: includes/fields/class-acf-field-google-map.php:191 +#: includes/fields/class-acf-field-google-map.php:177 msgid "Set the initial zoom level" msgstr "Définir le niveau de zoom (0 : monde ; 14 : ville ; 21 : rue)" -#: includes/fields/class-acf-field-google-map.php:200 -#: includes/fields/class-acf-field-image.php:257 -#: includes/fields/class-acf-field-image.php:286 -#: includes/fields/class-acf-field-oembed.php:297 -#: pro/fields/class-acf-field-gallery.php:696 -#: pro/fields/class-acf-field-gallery.php:725 +#: includes/fields/class-acf-field-google-map.php:186 +#: includes/fields/class-acf-field-image.php:242 +#: includes/fields/class-acf-field-image.php:271 +#: includes/fields/class-acf-field-oembed.php:282 +#: pro/fields/class-acf-field-gallery.php:681 +#: pro/fields/class-acf-field-gallery.php:710 msgid "Height" msgstr "Hauteur" -#: includes/fields/class-acf-field-google-map.php:201 +#: includes/fields/class-acf-field-google-map.php:187 msgid "Customise the map height" msgstr "Personnaliser la hauteur de la carte" # @ acf -#: includes/fields/class-acf-field-group.php:36 +#: includes/fields/class-acf-field-group.php:25 #, fuzzy msgid "Group" msgstr "Nouveau groupe de champs" # @ acf -#: includes/fields/class-acf-field-group.php:469 -#: pro/fields/class-acf-field-repeater.php:453 +#: includes/fields/class-acf-field-group.php:461 +#: pro/fields/class-acf-field-repeater.php:397 msgid "Sub Fields" msgstr "Sous champs" -#: includes/fields/class-acf-field-group.php:486 -#: pro/fields/class-acf-field-clone.php:890 +#: includes/fields/class-acf-field-group.php:478 +#: pro/fields/class-acf-field-clone.php:856 msgid "Specify the style used to render the selected fields" msgstr "Définit le style utilisé pour générer les champs sélectionnés" -#: includes/fields/class-acf-field-group.php:491 -#: pro/fields/class-acf-field-clone.php:895 -#: pro/fields/class-acf-field-flexible-content.php:629 -#: pro/fields/class-acf-field-repeater.php:522 +#: includes/fields/class-acf-field-group.php:483 +#: pro/fields/class-acf-field-clone.php:861 +#: pro/fields/class-acf-field-flexible-content.php:614 +#: pro/fields/class-acf-field-repeater.php:466 msgid "Block" msgstr "Bloc" -#: includes/fields/class-acf-field-group.php:492 -#: pro/fields/class-acf-field-clone.php:896 -#: pro/fields/class-acf-field-flexible-content.php:628 -#: pro/fields/class-acf-field-repeater.php:521 +#: includes/fields/class-acf-field-group.php:484 +#: pro/fields/class-acf-field-clone.php:862 +#: pro/fields/class-acf-field-flexible-content.php:613 +#: pro/fields/class-acf-field-repeater.php:465 msgid "Table" msgstr "Tableau" -#: includes/fields/class-acf-field-group.php:493 -#: pro/fields/class-acf-field-clone.php:897 -#: pro/fields/class-acf-field-flexible-content.php:630 -#: pro/fields/class-acf-field-repeater.php:523 +#: includes/fields/class-acf-field-group.php:485 +#: pro/fields/class-acf-field-clone.php:863 +#: pro/fields/class-acf-field-flexible-content.php:615 +#: pro/fields/class-acf-field-repeater.php:467 msgid "Row" msgstr "Rangée" # @ acf -#: includes/fields/class-acf-field-image.php:36 +#: includes/fields/class-acf-field-image.php:25 msgid "Image" msgstr "Image" # acf -#: includes/fields/class-acf-field-image.php:51 +#: includes/fields/class-acf-field-image.php:40 msgid "Select Image" msgstr "Sélectionner l‘image" # @ acf -#: includes/fields/class-acf-field-image.php:52 -#: pro/fields/class-acf-field-gallery.php:53 +#: includes/fields/class-acf-field-image.php:41 +#: pro/fields/class-acf-field-gallery.php:42 msgid "Edit Image" msgstr "Modifier l'image" # @ acf -#: includes/fields/class-acf-field-image.php:53 -#: pro/fields/class-acf-field-gallery.php:54 +#: includes/fields/class-acf-field-image.php:42 +#: pro/fields/class-acf-field-gallery.php:43 msgid "Update Image" msgstr "Mettre à jour" # @ acf -#: includes/fields/class-acf-field-image.php:55 +#: includes/fields/class-acf-field-image.php:44 msgid "All images" msgstr "Toutes les images" # @ acf -#: includes/fields/class-acf-field-image.php:142 -#: includes/fields/class-acf-field-link.php:153 includes/input.php:267 -#: pro/fields/class-acf-field-gallery.php:358 -#: pro/fields/class-acf-field-gallery.php:546 +#: includes/fields/class-acf-field-image.php:127 +#: includes/fields/class-acf-field-link.php:140 includes/input.php:269 +#: pro/fields/class-acf-field-gallery.php:343 +#: pro/fields/class-acf-field-gallery.php:531 msgid "Remove" msgstr "Enlever" # @ acf -#: includes/fields/class-acf-field-image.php:158 +#: includes/fields/class-acf-field-image.php:143 msgid "No image selected" msgstr "Aucune image sélectionnée" # @ acf -#: includes/fields/class-acf-field-image.php:158 +#: includes/fields/class-acf-field-image.php:143 msgid "Add Image" msgstr "Ajouter une image" # @ acf -#: includes/fields/class-acf-field-image.php:212 +#: includes/fields/class-acf-field-image.php:197 msgid "Image Array" msgstr "Données de l'image (array)" # @ acf -#: includes/fields/class-acf-field-image.php:213 +#: includes/fields/class-acf-field-image.php:198 msgid "Image URL" msgstr "URL de l‘image" # @ acf -#: includes/fields/class-acf-field-image.php:214 +#: includes/fields/class-acf-field-image.php:199 msgid "Image ID" msgstr "ID de l‘image" # @ acf -#: includes/fields/class-acf-field-image.php:221 +#: includes/fields/class-acf-field-image.php:206 msgid "Preview Size" msgstr "Taille de prévisualisation" -#: includes/fields/class-acf-field-image.php:222 +#: includes/fields/class-acf-field-image.php:207 msgid "Shown when entering data" msgstr "Côté interface d'administration" -#: includes/fields/class-acf-field-image.php:246 -#: includes/fields/class-acf-field-image.php:275 -#: pro/fields/class-acf-field-gallery.php:685 -#: pro/fields/class-acf-field-gallery.php:714 +#: includes/fields/class-acf-field-image.php:231 +#: includes/fields/class-acf-field-image.php:260 +#: pro/fields/class-acf-field-gallery.php:670 +#: pro/fields/class-acf-field-gallery.php:699 msgid "Restrict which images can be uploaded" msgstr "Restreindre les images téléversées" -#: includes/fields/class-acf-field-image.php:249 -#: includes/fields/class-acf-field-image.php:278 -#: includes/fields/class-acf-field-oembed.php:286 -#: pro/fields/class-acf-field-gallery.php:688 -#: pro/fields/class-acf-field-gallery.php:717 +#: includes/fields/class-acf-field-image.php:234 +#: includes/fields/class-acf-field-image.php:263 +#: includes/fields/class-acf-field-oembed.php:271 +#: pro/fields/class-acf-field-gallery.php:673 +#: pro/fields/class-acf-field-gallery.php:702 msgid "Width" msgstr "Largeur" # @ acf -#: includes/fields/class-acf-field-link.php:36 +#: includes/fields/class-acf-field-link.php:25 #, fuzzy msgid "Link" msgstr "Lien vers page ou article" # @ acf -#: includes/fields/class-acf-field-link.php:146 +#: includes/fields/class-acf-field-link.php:133 #, fuzzy msgid "Select Link" msgstr "Sélectionner un fichier" -#: includes/fields/class-acf-field-link.php:151 +#: includes/fields/class-acf-field-link.php:138 msgid "Opens in a new window/tab" msgstr "" -#: includes/fields/class-acf-field-link.php:186 +#: includes/fields/class-acf-field-link.php:172 #, fuzzy msgid "Link Array" msgstr "Données du fichier (array)" # @ acf -#: includes/fields/class-acf-field-link.php:187 +#: includes/fields/class-acf-field-link.php:173 #, fuzzy msgid "Link URL" msgstr "URL du fichier" # @ acf -#: includes/fields/class-acf-field-message.php:36 -#: includes/fields/class-acf-field-message.php:115 -#: includes/fields/class-acf-field-true_false.php:141 +#: includes/fields/class-acf-field-message.php:25 +#: includes/fields/class-acf-field-message.php:101 +#: includes/fields/class-acf-field-true_false.php:126 msgid "Message" msgstr "Message" # @ acf -#: includes/fields/class-acf-field-message.php:124 -#: includes/fields/class-acf-field-textarea.php:176 +#: includes/fields/class-acf-field-message.php:110 +#: includes/fields/class-acf-field-textarea.php:135 msgid "New Lines" msgstr "Nouvelles lignes" -#: includes/fields/class-acf-field-message.php:125 -#: includes/fields/class-acf-field-textarea.php:177 +#: includes/fields/class-acf-field-message.php:111 +#: includes/fields/class-acf-field-textarea.php:136 msgid "Controls how new lines are rendered" msgstr "Comment sont interprétés les sauts de lignes" -#: includes/fields/class-acf-field-message.php:129 -#: includes/fields/class-acf-field-textarea.php:181 +#: includes/fields/class-acf-field-message.php:115 +#: includes/fields/class-acf-field-textarea.php:140 msgid "Automatically add paragraphs" msgstr "Ajouter des paragraphes automatiquement" -#: includes/fields/class-acf-field-message.php:130 -#: includes/fields/class-acf-field-textarea.php:182 +#: includes/fields/class-acf-field-message.php:116 +#: includes/fields/class-acf-field-textarea.php:141 msgid "Automatically add <br>" msgstr "Ajouter <br> automatiquement" # @ acf -#: includes/fields/class-acf-field-message.php:131 -#: includes/fields/class-acf-field-textarea.php:183 +#: includes/fields/class-acf-field-message.php:117 +#: includes/fields/class-acf-field-textarea.php:142 msgid "No Formatting" msgstr "Pas de formatage" -#: includes/fields/class-acf-field-message.php:138 +#: includes/fields/class-acf-field-message.php:124 msgid "Escape HTML" msgstr "Autoriser le code HTML" -#: includes/fields/class-acf-field-message.php:139 +#: includes/fields/class-acf-field-message.php:125 msgid "Allow HTML markup to display as visible text instead of rendering" msgstr "Permettre l'affichage du code HTML à l'écran au lieu de l'interpréter" -#: includes/fields/class-acf-field-number.php:36 +#: includes/fields/class-acf-field-number.php:25 msgid "Number" msgstr "Nombre" -#: includes/fields/class-acf-field-number.php:181 +#: includes/fields/class-acf-field-number.php:159 msgid "Minimum Value" msgstr "Valeur minimale" # @ acf -#: includes/fields/class-acf-field-number.php:190 +#: includes/fields/class-acf-field-number.php:168 msgid "Maximum Value" msgstr "Valeur maximale" -#: includes/fields/class-acf-field-number.php:199 +#: includes/fields/class-acf-field-number.php:177 msgid "Step Size" msgstr "Pas" -#: includes/fields/class-acf-field-number.php:237 +#: includes/fields/class-acf-field-number.php:215 msgid "Value must be a number" msgstr "La valeur doit être un nombre" -#: includes/fields/class-acf-field-number.php:255 +#: includes/fields/class-acf-field-number.php:233 #, php-format msgid "Value must be equal to or higher than %d" msgstr "La valeur doit être être supérieure ou égale à %d" -#: includes/fields/class-acf-field-number.php:263 +#: includes/fields/class-acf-field-number.php:241 #, php-format msgid "Value must be equal to or lower than %d" msgstr "La valeur doit être inférieure ou égale à %d" -#: includes/fields/class-acf-field-oembed.php:36 +#: includes/fields/class-acf-field-oembed.php:25 msgid "oEmbed" msgstr "oEmbed" -#: includes/fields/class-acf-field-oembed.php:237 +#: includes/fields/class-acf-field-oembed.php:222 msgid "Enter URL" msgstr "Entrez l'URL" -#: includes/fields/class-acf-field-oembed.php:250 -#: includes/fields/class-acf-field-taxonomy.php:904 +#: includes/fields/class-acf-field-oembed.php:235 +#: includes/fields/class-acf-field-taxonomy.php:891 msgid "Error." msgstr "Erreur." -#: includes/fields/class-acf-field-oembed.php:250 +#: includes/fields/class-acf-field-oembed.php:235 msgid "No embed found for the given URL." msgstr "Aucune instruction d'intégration trouvée à cette adresse." -#: includes/fields/class-acf-field-oembed.php:283 -#: includes/fields/class-acf-field-oembed.php:294 +#: includes/fields/class-acf-field-oembed.php:268 +#: includes/fields/class-acf-field-oembed.php:279 msgid "Embed Size" msgstr "Dimensions" -#: includes/fields/class-acf-field-page_link.php:192 +#: includes/fields/class-acf-field-page_link.php:177 msgid "Archives" msgstr "Archives" -#: includes/fields/class-acf-field-page_link.php:500 -#: includes/fields/class-acf-field-post_object.php:399 -#: includes/fields/class-acf-field-relationship.php:704 +#: includes/fields/class-acf-field-page_link.php:485 +#: includes/fields/class-acf-field-post_object.php:384 +#: includes/fields/class-acf-field-relationship.php:623 msgid "Filter by Post Type" msgstr "Filtrer par type de publication" -#: includes/fields/class-acf-field-page_link.php:508 -#: includes/fields/class-acf-field-post_object.php:407 -#: includes/fields/class-acf-field-relationship.php:712 +#: includes/fields/class-acf-field-page_link.php:493 +#: includes/fields/class-acf-field-post_object.php:392 +#: includes/fields/class-acf-field-relationship.php:631 msgid "All post types" msgstr "Tous les types de publication" # @ acf -#: includes/fields/class-acf-field-page_link.php:514 -#: includes/fields/class-acf-field-post_object.php:413 -#: includes/fields/class-acf-field-relationship.php:718 +#: includes/fields/class-acf-field-page_link.php:499 +#: includes/fields/class-acf-field-post_object.php:398 +#: includes/fields/class-acf-field-relationship.php:637 msgid "Filter by Taxonomy" msgstr "Filtrer par taxonomie" -#: includes/fields/class-acf-field-page_link.php:522 -#: includes/fields/class-acf-field-post_object.php:421 -#: includes/fields/class-acf-field-relationship.php:726 +#: includes/fields/class-acf-field-page_link.php:507 +#: includes/fields/class-acf-field-post_object.php:406 +#: includes/fields/class-acf-field-relationship.php:645 msgid "All taxonomies" msgstr "Toutes les taxonomies" # @ acf -#: includes/fields/class-acf-field-page_link.php:528 -#: includes/fields/class-acf-field-post_object.php:427 -#: includes/fields/class-acf-field-radio.php:259 -#: includes/fields/class-acf-field-select.php:484 -#: includes/fields/class-acf-field-taxonomy.php:799 -#: includes/fields/class-acf-field-user.php:423 +#: includes/fields/class-acf-field-page_link.php:513 +#: includes/fields/class-acf-field-post_object.php:412 +#: includes/fields/class-acf-field-radio.php:244 +#: includes/fields/class-acf-field-select.php:386 +#: includes/fields/class-acf-field-taxonomy.php:786 +#: includes/fields/class-acf-field-user.php:408 msgid "Allow Null?" msgstr "Autoriser une valeur vide ?" -#: includes/fields/class-acf-field-page_link.php:538 +#: includes/fields/class-acf-field-page_link.php:523 msgid "Allow Archives URLs" msgstr "Afficher les pages d’archives" # @ acf -#: includes/fields/class-acf-field-page_link.php:548 -#: includes/fields/class-acf-field-post_object.php:437 -#: includes/fields/class-acf-field-select.php:494 -#: includes/fields/class-acf-field-user.php:433 +#: includes/fields/class-acf-field-page_link.php:533 +#: includes/fields/class-acf-field-post_object.php:422 +#: includes/fields/class-acf-field-select.php:396 +#: includes/fields/class-acf-field-user.php:418 msgid "Select multiple values?" msgstr "Plusieurs valeurs possibles ?" -#: includes/fields/class-acf-field-password.php:36 +#: includes/fields/class-acf-field-password.php:25 msgid "Password" msgstr "Mot de passe" # @ acf -#: includes/fields/class-acf-field-post_object.php:36 -#: includes/fields/class-acf-field-post_object.php:452 -#: includes/fields/class-acf-field-relationship.php:783 +#: includes/fields/class-acf-field-post_object.php:25 +#: includes/fields/class-acf-field-post_object.php:437 +#: includes/fields/class-acf-field-relationship.php:702 msgid "Post Object" msgstr "Objet 'article'" # @ acf -#: includes/fields/class-acf-field-post_object.php:453 -#: includes/fields/class-acf-field-relationship.php:784 +#: includes/fields/class-acf-field-post_object.php:438 +#: includes/fields/class-acf-field-relationship.php:703 msgid "Post ID" msgstr "ID de l'article" # @ acf -#: includes/fields/class-acf-field-radio.php:36 +#: includes/fields/class-acf-field-radio.php:25 msgid "Radio Button" msgstr "Bouton radio" -#: includes/fields/class-acf-field-radio.php:269 +#: includes/fields/class-acf-field-radio.php:254 msgid "Other" msgstr "Champ \"Autre\"" -#: includes/fields/class-acf-field-radio.php:274 +#: includes/fields/class-acf-field-radio.php:259 msgid "Add 'other' choice to allow for custom values" msgstr "Ajouter 'autre' pour autoriser une valeur personnalisée" -#: includes/fields/class-acf-field-radio.php:280 +#: includes/fields/class-acf-field-radio.php:265 msgid "Save Other" msgstr "Enregistrer " -#: includes/fields/class-acf-field-radio.php:285 +#: includes/fields/class-acf-field-radio.php:270 msgid "Save 'other' values to the field's choices" msgstr "Enregistrer 'autre' en tant que choix" # @ acf -#: includes/fields/class-acf-field-relationship.php:36 +#: includes/fields/class-acf-field-relationship.php:25 msgid "Relationship" msgstr "Relation" -#: includes/fields/class-acf-field-relationship.php:48 +#: includes/fields/class-acf-field-relationship.php:37 msgid "Minimum values reached ( {min} values )" msgstr "Nombre minimum de valeurs atteint ({min} valeurs)" -#: includes/fields/class-acf-field-relationship.php:49 +#: includes/fields/class-acf-field-relationship.php:38 msgid "Maximum values reached ( {max} values )" msgstr "Nombre maximal de valeurs atteint ({max} valeurs)" -#: includes/fields/class-acf-field-relationship.php:50 +#: includes/fields/class-acf-field-relationship.php:39 msgid "Loading" msgstr "Chargement" -#: includes/fields/class-acf-field-relationship.php:51 +#: includes/fields/class-acf-field-relationship.php:40 msgid "No matches found" msgstr "Aucun résultat" -#: includes/fields/class-acf-field-relationship.php:585 -msgid "Search..." -msgstr "Rechercher" - -#: includes/fields/class-acf-field-relationship.php:594 +#: includes/fields/class-acf-field-relationship.php:423 msgid "Select post type" msgstr "Choisissez le type de publication" # @ acf -#: includes/fields/class-acf-field-relationship.php:607 +#: includes/fields/class-acf-field-relationship.php:449 msgid "Select taxonomy" msgstr "Choisissez la taxonomie" -#: includes/fields/class-acf-field-relationship.php:732 +#: includes/fields/class-acf-field-relationship.php:539 +msgid "Search..." +msgstr "Rechercher" + +#: includes/fields/class-acf-field-relationship.php:651 msgid "Filters" msgstr "Filtres" # @ acf -#: includes/fields/class-acf-field-relationship.php:738 +#: includes/fields/class-acf-field-relationship.php:657 #: includes/locations/class-acf-location-post-type.php:27 msgid "Post Type" msgstr "Type de publication" # @ acf -#: includes/fields/class-acf-field-relationship.php:739 -#: includes/fields/class-acf-field-taxonomy.php:36 -#: includes/fields/class-acf-field-taxonomy.php:769 +#: includes/fields/class-acf-field-relationship.php:658 +#: includes/fields/class-acf-field-taxonomy.php:28 +#: includes/fields/class-acf-field-taxonomy.php:756 msgid "Taxonomy" msgstr "Taxonomie" -#: includes/fields/class-acf-field-relationship.php:746 +#: includes/fields/class-acf-field-relationship.php:665 msgid "Elements" msgstr "Éléments" -#: includes/fields/class-acf-field-relationship.php:747 +#: includes/fields/class-acf-field-relationship.php:666 msgid "Selected elements will be displayed in each result" msgstr "Les éléments sélectionnés seront affichés dans chaque résultat" # @ acf -#: includes/fields/class-acf-field-relationship.php:758 +#: includes/fields/class-acf-field-relationship.php:677 msgid "Minimum posts" msgstr "Minimum d'articles sélectionnables" # @ acf -#: includes/fields/class-acf-field-relationship.php:767 +#: includes/fields/class-acf-field-relationship.php:686 msgid "Maximum posts" msgstr "Maximum d'articles sélectionnables" -#: includes/fields/class-acf-field-relationship.php:871 -#: pro/fields/class-acf-field-gallery.php:815 +#: includes/fields/class-acf-field-relationship.php:790 +#: pro/fields/class-acf-field-gallery.php:800 #, php-format msgid "%s requires at least %s selection" msgid_plural "%s requires at least %s selections" msgstr[0] "%s requiert au moins %s sélection" msgstr[1] "%s requiert au moins %s sélections" -#: includes/fields/class-acf-field-select.php:36 -#: includes/fields/class-acf-field-taxonomy.php:791 +#: includes/fields/class-acf-field-select.php:25 +#: includes/fields/class-acf-field-taxonomy.php:778 msgctxt "noun" msgid "Select" msgstr "Sélection" -#: includes/fields/class-acf-field-select.php:49 +#: includes/fields/class-acf-field-select.php:38 msgctxt "Select2 JS matches_1" msgid "One result is available, press enter to select it." msgstr "Un résultat disponible, appuyez sur Entrée pour le sélectionner." -#: includes/fields/class-acf-field-select.php:50 +#: includes/fields/class-acf-field-select.php:39 #, php-format msgctxt "Select2 JS matches_n" msgid "%d results are available, use up and down arrow keys to navigate." @@ -2440,87 +2434,87 @@ msgstr "" "%d résultats sont disponibles, utilisez les flèches haut et bas pour " "naviguer parmi les résultats." -#: includes/fields/class-acf-field-select.php:51 +#: includes/fields/class-acf-field-select.php:40 msgctxt "Select2 JS matches_0" msgid "No matches found" msgstr "Aucun résultat trouvé" -#: includes/fields/class-acf-field-select.php:52 +#: includes/fields/class-acf-field-select.php:41 msgctxt "Select2 JS input_too_short_1" msgid "Please enter 1 or more characters" msgstr "Veuillez saisir au minimum 1 caractère" -#: includes/fields/class-acf-field-select.php:53 +#: includes/fields/class-acf-field-select.php:42 #, php-format msgctxt "Select2 JS input_too_short_n" msgid "Please enter %d or more characters" msgstr "Veuillez saisir au minimum %d caractères" -#: includes/fields/class-acf-field-select.php:54 +#: includes/fields/class-acf-field-select.php:43 msgctxt "Select2 JS input_too_long_1" msgid "Please delete 1 character" msgstr "Veuillez retirer 1 caractère" -#: includes/fields/class-acf-field-select.php:55 +#: includes/fields/class-acf-field-select.php:44 #, php-format msgctxt "Select2 JS input_too_long_n" msgid "Please delete %d characters" msgstr "Veuillez retirer %d caractères" -#: includes/fields/class-acf-field-select.php:56 +#: includes/fields/class-acf-field-select.php:45 msgctxt "Select2 JS selection_too_long_1" msgid "You can only select 1 item" msgstr "Vous ne pouvez sélectionner qu’un seul élément" -#: includes/fields/class-acf-field-select.php:57 +#: includes/fields/class-acf-field-select.php:46 #, php-format msgctxt "Select2 JS selection_too_long_n" msgid "You can only select %d items" msgstr "Vous ne pouvez sélectionner que %d éléments" -#: includes/fields/class-acf-field-select.php:58 +#: includes/fields/class-acf-field-select.php:47 msgctxt "Select2 JS load_more" msgid "Loading more results…" msgstr "Chargement de résultats supplémentaires…" -#: includes/fields/class-acf-field-select.php:59 +#: includes/fields/class-acf-field-select.php:48 msgctxt "Select2 JS searching" msgid "Searching…" msgstr "Recherche en cours…" -#: includes/fields/class-acf-field-select.php:60 +#: includes/fields/class-acf-field-select.php:49 msgctxt "Select2 JS load_fail" msgid "Loading failed" msgstr "Echec du chargement" -#: includes/fields/class-acf-field-select.php:270 includes/media.php:54 +#: includes/fields/class-acf-field-select.php:255 includes/media.php:54 msgctxt "verb" msgid "Select" msgstr "Choisir" # @ acf -#: includes/fields/class-acf-field-select.php:504 -#: includes/fields/class-acf-field-true_false.php:159 +#: includes/fields/class-acf-field-select.php:406 +#: includes/fields/class-acf-field-true_false.php:144 msgid "Stylised UI" msgstr "Interface avancée" -#: includes/fields/class-acf-field-select.php:514 +#: includes/fields/class-acf-field-select.php:416 msgid "Use AJAX to lazy load choices?" msgstr "Utiliser AJAX pour charger les choix (lazy load) ?" -#: includes/fields/class-acf-field-select.php:525 +#: includes/fields/class-acf-field-select.php:427 msgid "Specify the value returned" msgstr "Définie la valeur retournée" -#: includes/fields/class-acf-field-separator.php:36 +#: includes/fields/class-acf-field-separator.php:25 msgid "Separator" msgstr "" -#: includes/fields/class-acf-field-tab.php:36 +#: includes/fields/class-acf-field-tab.php:25 msgid "Tab" msgstr "Onglet" -#: includes/fields/class-acf-field-tab.php:96 +#: includes/fields/class-acf-field-tab.php:82 msgid "" "The tab field will display incorrectly when added to a Table style repeater " "field or flexible content field layout" @@ -2528,7 +2522,7 @@ msgstr "" "Le champ onglet ne s'affichera pas correctement quand il est ajouté à un " "champ répéteur en disposition table ou dans un champ à disposition flexible" -#: includes/fields/class-acf-field-tab.php:97 +#: includes/fields/class-acf-field-tab.php:83 msgid "" "Use \"Tab Fields\" to better organize your edit screen by grouping fields " "together." @@ -2536,7 +2530,7 @@ msgstr "" "Utilisez les \"Onglets\" pour mieux organiser votre écran d'édition de " "contenu en groupant ensemble les champs." -#: includes/fields/class-acf-field-tab.php:98 +#: includes/fields/class-acf-field-tab.php:84 msgid "" "All fields following this \"tab field\" (or until another \"tab field\" is " "defined) will be grouped together using this field's label as the tab " @@ -2545,257 +2539,257 @@ msgstr "" "Tous les champs listés sous cet \"onglet\" (ou jusqu'au prochain \"onglet" "\") apparaitront regroupés sur la page d'édition." -#: includes/fields/class-acf-field-tab.php:112 +#: includes/fields/class-acf-field-tab.php:98 msgid "Placement" msgstr "Emplacement" -#: includes/fields/class-acf-field-tab.php:124 +#: includes/fields/class-acf-field-tab.php:110 msgid "End-point" msgstr "Fin de série" -#: includes/fields/class-acf-field-tab.php:125 +#: includes/fields/class-acf-field-tab.php:111 msgid "Use this field as an end-point and start a new group of tabs" msgstr "Le prochain onglet sera disposé à la ligne" -#: includes/fields/class-acf-field-taxonomy.php:719 -#: includes/fields/class-acf-field-true_false.php:95 -#: includes/fields/class-acf-field-true_false.php:184 includes/input.php:266 +#: includes/fields/class-acf-field-taxonomy.php:706 +#: includes/fields/class-acf-field-true_false.php:80 +#: includes/fields/class-acf-field-true_false.php:169 includes/input.php:268 #: pro/admin/views/html-settings-updates.php:103 msgid "No" msgstr "Non" -#: includes/fields/class-acf-field-taxonomy.php:738 +#: includes/fields/class-acf-field-taxonomy.php:725 msgid "None" msgstr "Aucun" # @ acf -#: includes/fields/class-acf-field-taxonomy.php:770 +#: includes/fields/class-acf-field-taxonomy.php:757 msgid "Select the taxonomy to be displayed" msgstr "Choisissez la taxonomie à afficher" -#: includes/fields/class-acf-field-taxonomy.php:779 +#: includes/fields/class-acf-field-taxonomy.php:766 msgid "Appearance" msgstr "Apparence" # @ acf -#: includes/fields/class-acf-field-taxonomy.php:780 +#: includes/fields/class-acf-field-taxonomy.php:767 msgid "Select the appearance of this field" msgstr "Personnaliser l'apparence de champ" # @ acf -#: includes/fields/class-acf-field-taxonomy.php:785 +#: includes/fields/class-acf-field-taxonomy.php:772 msgid "Multiple Values" msgstr "Valeurs multiples" # @ acf -#: includes/fields/class-acf-field-taxonomy.php:787 +#: includes/fields/class-acf-field-taxonomy.php:774 msgid "Multi Select" msgstr "Sélecteur multiple" -#: includes/fields/class-acf-field-taxonomy.php:789 +#: includes/fields/class-acf-field-taxonomy.php:776 msgid "Single Value" msgstr "Valeur seule" # @ acf -#: includes/fields/class-acf-field-taxonomy.php:790 +#: includes/fields/class-acf-field-taxonomy.php:777 msgid "Radio Buttons" msgstr "Boutons radio" # @ acf -#: includes/fields/class-acf-field-taxonomy.php:809 +#: includes/fields/class-acf-field-taxonomy.php:796 msgid "Create Terms" msgstr "Créer des termes" -#: includes/fields/class-acf-field-taxonomy.php:810 +#: includes/fields/class-acf-field-taxonomy.php:797 msgid "Allow new terms to be created whilst editing" msgstr "Autoriser la création de nouveaux termes pendant l'édition" -#: includes/fields/class-acf-field-taxonomy.php:819 +#: includes/fields/class-acf-field-taxonomy.php:806 msgid "Save Terms" msgstr "Enregistrer les termes" -#: includes/fields/class-acf-field-taxonomy.php:820 +#: includes/fields/class-acf-field-taxonomy.php:807 msgid "Connect selected terms to the post" msgstr "Lier les termes sélectionnés à l'article" -#: includes/fields/class-acf-field-taxonomy.php:829 +#: includes/fields/class-acf-field-taxonomy.php:816 msgid "Load Terms" msgstr "Charger les termes" -#: includes/fields/class-acf-field-taxonomy.php:830 +#: includes/fields/class-acf-field-taxonomy.php:817 msgid "Load value from posts terms" msgstr "Charger une valeur depuis les termes" # @ acf -#: includes/fields/class-acf-field-taxonomy.php:844 +#: includes/fields/class-acf-field-taxonomy.php:831 msgid "Term Object" msgstr "Objet Terme" -#: includes/fields/class-acf-field-taxonomy.php:845 +#: includes/fields/class-acf-field-taxonomy.php:832 msgid "Term ID" msgstr "ID du terme" -#: includes/fields/class-acf-field-taxonomy.php:904 +#: includes/fields/class-acf-field-taxonomy.php:891 #, php-format msgid "User unable to add new %s" msgstr "Utilisateur incapable d'ajouter un nouveau %s" -#: includes/fields/class-acf-field-taxonomy.php:917 +#: includes/fields/class-acf-field-taxonomy.php:904 #, php-format msgid "%s already exists" msgstr "%s existe déjà" -#: includes/fields/class-acf-field-taxonomy.php:958 +#: includes/fields/class-acf-field-taxonomy.php:945 #, php-format msgid "%s added" msgstr "%s Ajouté" # @ acf -#: includes/fields/class-acf-field-taxonomy.php:1003 +#: includes/fields/class-acf-field-taxonomy.php:990 msgid "Add" msgstr "Ajouter" # @ acf -#: includes/fields/class-acf-field-text.php:36 +#: includes/fields/class-acf-field-text.php:25 msgid "Text" msgstr "Texte" -#: includes/fields/class-acf-field-text.php:178 -#: includes/fields/class-acf-field-textarea.php:157 +#: includes/fields/class-acf-field-text.php:151 +#: includes/fields/class-acf-field-textarea.php:116 msgid "Character Limit" msgstr "Limite de caractères" -#: includes/fields/class-acf-field-text.php:179 -#: includes/fields/class-acf-field-textarea.php:158 +#: includes/fields/class-acf-field-text.php:152 +#: includes/fields/class-acf-field-textarea.php:117 msgid "Leave blank for no limit" msgstr "Laisser vide pour illimité" # @ acf -#: includes/fields/class-acf-field-textarea.php:36 +#: includes/fields/class-acf-field-textarea.php:25 msgid "Text Area" msgstr "Zone de texte" -#: includes/fields/class-acf-field-textarea.php:166 +#: includes/fields/class-acf-field-textarea.php:125 msgid "Rows" msgstr "Lignes" -#: includes/fields/class-acf-field-textarea.php:167 +#: includes/fields/class-acf-field-textarea.php:126 msgid "Sets the textarea height" msgstr "Hauteur du champ" -#: includes/fields/class-acf-field-time_picker.php:36 +#: includes/fields/class-acf-field-time_picker.php:25 msgid "Time Picker" msgstr "Heure" # @ acf -#: includes/fields/class-acf-field-true_false.php:36 +#: includes/fields/class-acf-field-true_false.php:25 msgid "True / False" msgstr "Vrai / Faux" -#: includes/fields/class-acf-field-true_false.php:94 -#: includes/fields/class-acf-field-true_false.php:174 includes/input.php:265 +#: includes/fields/class-acf-field-true_false.php:79 +#: includes/fields/class-acf-field-true_false.php:159 includes/input.php:267 #: pro/admin/views/html-settings-updates.php:93 msgid "Yes" msgstr "Oui" -#: includes/fields/class-acf-field-true_false.php:142 +#: includes/fields/class-acf-field-true_false.php:127 msgid "Displays text alongside the checkbox" msgstr "Affiche le texte aux côtés de la case à cocher" -#: includes/fields/class-acf-field-true_false.php:170 +#: includes/fields/class-acf-field-true_false.php:155 msgid "On Text" msgstr "Texte côté « Actif »" -#: includes/fields/class-acf-field-true_false.php:171 +#: includes/fields/class-acf-field-true_false.php:156 msgid "Text shown when active" msgstr "Text affiché lorsqu’il est actif" -#: includes/fields/class-acf-field-true_false.php:180 +#: includes/fields/class-acf-field-true_false.php:165 msgid "Off Text" msgstr "Texte côté « Inactif »" -#: includes/fields/class-acf-field-true_false.php:181 +#: includes/fields/class-acf-field-true_false.php:166 msgid "Text shown when inactive" msgstr "Texte affiché lorsqu’il est désactivé" -#: includes/fields/class-acf-field-url.php:36 +#: includes/fields/class-acf-field-url.php:25 msgid "Url" msgstr "URL" -#: includes/fields/class-acf-field-url.php:165 +#: includes/fields/class-acf-field-url.php:147 msgid "Value must be a valid URL" msgstr "La valeur doit être une URL valide" -#: includes/fields/class-acf-field-user.php:36 includes/locations.php:95 +#: includes/fields/class-acf-field-user.php:25 includes/locations.php:95 msgid "User" msgstr "Utilisateur" -#: includes/fields/class-acf-field-user.php:408 +#: includes/fields/class-acf-field-user.php:393 msgid "Filter by role" msgstr "Filtrer par rôle" -#: includes/fields/class-acf-field-user.php:416 +#: includes/fields/class-acf-field-user.php:401 msgid "All user roles" msgstr "Tous les rôles utilisateurs" # @ acf -#: includes/fields/class-acf-field-wysiwyg.php:36 +#: includes/fields/class-acf-field-wysiwyg.php:25 msgid "Wysiwyg Editor" msgstr "Éditeur WYSIWYG" -#: includes/fields/class-acf-field-wysiwyg.php:385 +#: includes/fields/class-acf-field-wysiwyg.php:370 msgid "Visual" msgstr "Visuel" # @ acf -#: includes/fields/class-acf-field-wysiwyg.php:386 +#: includes/fields/class-acf-field-wysiwyg.php:371 msgctxt "Name for the Text editor tab (formerly HTML)" msgid "Text" msgstr "Texte" -#: includes/fields/class-acf-field-wysiwyg.php:392 +#: includes/fields/class-acf-field-wysiwyg.php:377 msgid "Click to initialize TinyMCE" msgstr "Cliquez pour initialiser TinyMCE" -#: includes/fields/class-acf-field-wysiwyg.php:445 +#: includes/fields/class-acf-field-wysiwyg.php:430 msgid "Tabs" msgstr "Onglets" -#: includes/fields/class-acf-field-wysiwyg.php:450 +#: includes/fields/class-acf-field-wysiwyg.php:435 msgid "Visual & Text" msgstr "Visuel & Texte brut" -#: includes/fields/class-acf-field-wysiwyg.php:451 +#: includes/fields/class-acf-field-wysiwyg.php:436 msgid "Visual Only" msgstr "Éditeur visuel seulement" # @ acf -#: includes/fields/class-acf-field-wysiwyg.php:452 +#: includes/fields/class-acf-field-wysiwyg.php:437 msgid "Text Only" msgstr "Texte brut seulement" # @ acf -#: includes/fields/class-acf-field-wysiwyg.php:459 +#: includes/fields/class-acf-field-wysiwyg.php:444 msgid "Toolbar" msgstr "Barre d‘outils" # @ acf -#: includes/fields/class-acf-field-wysiwyg.php:469 +#: includes/fields/class-acf-field-wysiwyg.php:454 msgid "Show Media Upload Buttons?" msgstr "Afficher les boutons d‘ajout de médias ?" -#: includes/fields/class-acf-field-wysiwyg.php:479 +#: includes/fields/class-acf-field-wysiwyg.php:464 msgid "Delay initialization?" msgstr "Retarder l’initialisation ?" -#: includes/fields/class-acf-field-wysiwyg.php:480 +#: includes/fields/class-acf-field-wysiwyg.php:465 msgid "TinyMCE will not be initalized until field is clicked" msgstr "" "TinyMCE ne sera pas automatiquement initialisé si cette option est activée" # @ acf #: includes/forms/form-comment.php:166 includes/forms/form-post.php:303 -#: pro/admin/admin-options-page.php:304 +#: pro/admin/admin-options-page.php:308 msgid "Edit field group" msgstr "Modifier le groupe de champs" @@ -2805,7 +2799,7 @@ msgstr "Valider l’email" # @ acf #: includes/forms/form-front.php:103 -#: pro/fields/class-acf-field-gallery.php:588 pro/options-page.php:81 +#: pro/fields/class-acf-field-gallery.php:573 pro/options-page.php:81 msgid "Update" msgstr "Mise à jour" @@ -2818,39 +2812,44 @@ msgstr "Article mis à jour" msgid "Spam Detected" msgstr "Spam repéré" -#: includes/input.php:258 +#: includes/input.php:259 msgid "Expand Details" msgstr "Afficher les détails" -#: includes/input.php:259 +#: includes/input.php:260 msgid "Collapse Details" msgstr "Masquer les détails" -#: includes/input.php:260 +#: includes/input.php:261 msgid "Validation successful" msgstr "Validé avec succès" -#: includes/input.php:261 includes/validation.php:285 +#: includes/input.php:262 includes/validation.php:285 #: includes/validation.php:296 msgid "Validation failed" msgstr "Echec de la validation" -#: includes/input.php:262 +#: includes/input.php:263 msgid "1 field requires attention" msgstr "1 champ requiert votre attention" -#: includes/input.php:263 +#: includes/input.php:264 #, php-format msgid "%d fields require attention" msgstr "%d champs requièrent votre attention" -#: includes/input.php:264 +#: includes/input.php:265 msgid "Restricted" msgstr "Limité" -#: includes/input.php:268 +# @ acf +#: includes/input.php:266 +msgid "Are you sure?" +msgstr "Êtes-vous sûr ?" + +#: includes/input.php:270 msgid "Cancel" -msgstr "" +msgstr "Annuler" # @ acf #: includes/locations.php:93 includes/locations/class-acf-location-post.php:27 @@ -2871,7 +2870,7 @@ msgstr "Formulaires" msgid "Attachment" msgstr "Média (photo, fichier…)" -#: includes/locations/class-acf-location-attachment.php:113 +#: includes/locations/class-acf-location-attachment.php:109 #, php-format msgid "All %s formats" msgstr "" @@ -2885,7 +2884,7 @@ msgstr "Commentaires" msgid "Current User Role" msgstr "Rôle utilisateur actuel" -#: includes/locations/class-acf-location-current-user-role.php:114 +#: includes/locations/class-acf-location-current-user-role.php:110 msgid "Super Admin" msgstr "Super Administrateur" @@ -2893,15 +2892,15 @@ msgstr "Super Administrateur" msgid "Current User" msgstr "Utilisateur actuel" -#: includes/locations/class-acf-location-current-user.php:101 +#: includes/locations/class-acf-location-current-user.php:97 msgid "Logged in" msgstr "Connecté" -#: includes/locations/class-acf-location-current-user.php:102 +#: includes/locations/class-acf-location-current-user.php:98 msgid "Viewing front end" msgstr "Depuis le site" -#: includes/locations/class-acf-location-current-user.php:103 +#: includes/locations/class-acf-location-current-user.php:99 msgid "Viewing back end" msgstr "Depuis l'interface d'administration" @@ -2914,12 +2913,12 @@ msgid "Menu" msgstr "" # @ acf -#: includes/locations/class-acf-location-nav-menu.php:113 +#: includes/locations/class-acf-location-nav-menu.php:109 #, fuzzy msgid "Menu Locations" msgstr "Assigner ce groupe de champs" -#: includes/locations/class-acf-location-nav-menu.php:123 +#: includes/locations/class-acf-location-nav-menu.php:119 msgid "Menus" msgstr "" @@ -2933,8 +2932,8 @@ msgid "Page Template" msgstr "Modèle de page" # @ acf -#: includes/locations/class-acf-location-page-template.php:102 -#: includes/locations/class-acf-location-post-template.php:156 +#: includes/locations/class-acf-location-page-template.php:98 +#: includes/locations/class-acf-location-post-template.php:151 msgid "Default Template" msgstr "Modèle de base" @@ -2943,23 +2942,23 @@ msgstr "Modèle de base" msgid "Page Type" msgstr "Type de page" -#: includes/locations/class-acf-location-page-type.php:149 +#: includes/locations/class-acf-location-page-type.php:145 msgid "Front Page" msgstr "Page d'accueil" -#: includes/locations/class-acf-location-page-type.php:150 +#: includes/locations/class-acf-location-page-type.php:146 msgid "Posts Page" msgstr "Page des articles" -#: includes/locations/class-acf-location-page-type.php:151 +#: includes/locations/class-acf-location-page-type.php:147 msgid "Top Level Page (no parent)" msgstr "Page de haut niveau (sans descendant)" -#: includes/locations/class-acf-location-page-type.php:152 +#: includes/locations/class-acf-location-page-type.php:148 msgid "Parent Page (has children)" msgstr "Page parente (avec page enfant)" -#: includes/locations/class-acf-location-page-type.php:153 +#: includes/locations/class-acf-location-page-type.php:149 msgid "Child Page (has parent)" msgstr "Page enfant (avec parent)" @@ -2982,7 +2981,7 @@ msgstr "Statut de l'article" msgid "Post Taxonomy" msgstr "Taxonomie" -#: includes/locations/class-acf-location-post-template.php:29 +#: includes/locations/class-acf-location-post-template.php:27 #, fuzzy msgid "Post Template" msgstr "Modèle de page" @@ -2997,11 +2996,11 @@ msgstr "Termes de taxonomie" msgid "User Form" msgstr "Formulaire utilisateur" -#: includes/locations/class-acf-location-user-form.php:92 +#: includes/locations/class-acf-location-user-form.php:88 msgid "Add / Edit" msgstr "Ajouter / Modifier" -#: includes/locations/class-acf-location-user-form.php:93 +#: includes/locations/class-acf-location-user-form.php:89 msgid "Register" msgstr "Inscription" @@ -3036,12 +3035,12 @@ msgstr "La valeur %s est requise" msgid "Advanced Custom Fields PRO" msgstr "Advanced Custom Fields PRO" -#: pro/admin/admin-options-page.php:196 +#: pro/admin/admin-options-page.php:200 msgid "Publish" msgstr "Publier" # @ default -#: pro/admin/admin-options-page.php:202 +#: pro/admin/admin-options-page.php:206 #, php-format msgid "" "No Custom Field Groups found for this options page. Create a " @@ -3126,297 +3125,297 @@ msgstr "Vérifier à nouveau" msgid "Upgrade Notice" msgstr "Améliorations" -#: pro/fields/class-acf-field-clone.php:36 +#: pro/fields/class-acf-field-clone.php:25 msgctxt "noun" msgid "Clone" msgstr "Clone" -#: pro/fields/class-acf-field-clone.php:858 +#: pro/fields/class-acf-field-clone.php:824 msgid "Select one or more fields you wish to clone" msgstr "Sélectionnez un ou plusieurs champs à cloner" # @ acf -#: pro/fields/class-acf-field-clone.php:875 +#: pro/fields/class-acf-field-clone.php:841 msgid "Display" msgstr "Format d'affichage" -#: pro/fields/class-acf-field-clone.php:876 +#: pro/fields/class-acf-field-clone.php:842 msgid "Specify the style used to render the clone field" msgstr "Définit le style utilisé pour générer le champ dupliqué" -#: pro/fields/class-acf-field-clone.php:881 +#: pro/fields/class-acf-field-clone.php:847 msgid "Group (displays selected fields in a group within this field)" msgstr "" "Groupe (affiche les champs sélectionnés dans un groupe à l’intérieur de ce " "champ) " -#: pro/fields/class-acf-field-clone.php:882 +#: pro/fields/class-acf-field-clone.php:848 msgid "Seamless (replaces this field with selected fields)" msgstr "Remplace ce champ par les champs sélectionnés" -#: pro/fields/class-acf-field-clone.php:903 +#: pro/fields/class-acf-field-clone.php:869 #, php-format msgid "Labels will be displayed as %s" msgstr "Les libellés seront affichés en tant que %s" -#: pro/fields/class-acf-field-clone.php:906 +#: pro/fields/class-acf-field-clone.php:872 msgid "Prefix Field Labels" msgstr "Préfixer les libellés de champs" -#: pro/fields/class-acf-field-clone.php:917 +#: pro/fields/class-acf-field-clone.php:883 #, php-format msgid "Values will be saved as %s" msgstr "Les valeurs seront enregistrées en tant que %s" -#: pro/fields/class-acf-field-clone.php:920 +#: pro/fields/class-acf-field-clone.php:886 msgid "Prefix Field Names" msgstr "Préfixer les noms de champs" -#: pro/fields/class-acf-field-clone.php:1038 +#: pro/fields/class-acf-field-clone.php:1004 msgid "Unknown field" msgstr "Champ inconnu" -#: pro/fields/class-acf-field-clone.php:1077 +#: pro/fields/class-acf-field-clone.php:1043 msgid "Unknown field group" msgstr "Groupe de champ inconnu" -#: pro/fields/class-acf-field-clone.php:1081 +#: pro/fields/class-acf-field-clone.php:1047 #, php-format msgid "All fields from %s field group" msgstr "Tous les champs du groupe %s" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:42 -#: pro/fields/class-acf-field-repeater.php:230 -#: pro/fields/class-acf-field-repeater.php:534 +#: pro/fields/class-acf-field-flexible-content.php:31 +#: pro/fields/class-acf-field-repeater.php:174 +#: pro/fields/class-acf-field-repeater.php:478 msgid "Add Row" msgstr "Ajouter un élément" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:45 +#: pro/fields/class-acf-field-flexible-content.php:34 msgid "layout" msgstr "Disposition" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:46 +#: pro/fields/class-acf-field-flexible-content.php:35 msgid "layouts" msgstr "Dispositions" -#: pro/fields/class-acf-field-flexible-content.php:47 +#: pro/fields/class-acf-field-flexible-content.php:36 msgid "remove {layout}?" msgstr "retirer {layout} ?" -#: pro/fields/class-acf-field-flexible-content.php:48 +#: pro/fields/class-acf-field-flexible-content.php:37 msgid "This field requires at least {min} {identifier}" msgstr "Ce champ requiert au moins {min} {identifier}" -#: pro/fields/class-acf-field-flexible-content.php:49 +#: pro/fields/class-acf-field-flexible-content.php:38 msgid "This field has a limit of {max} {identifier}" msgstr "Ce champ a une limite de {max} {identifier}" -#: pro/fields/class-acf-field-flexible-content.php:50 +#: pro/fields/class-acf-field-flexible-content.php:39 msgid "This field requires at least {min} {label} {identifier}" msgstr "Ce champ requiert au moins {min} {label} {identifier}" -#: pro/fields/class-acf-field-flexible-content.php:51 +#: pro/fields/class-acf-field-flexible-content.php:40 msgid "Maximum {label} limit reached ({max} {identifier})" msgstr "Nombre maximal de {label} atteint ({max} {identifier})" -#: pro/fields/class-acf-field-flexible-content.php:52 +#: pro/fields/class-acf-field-flexible-content.php:41 msgid "{available} {label} {identifier} available (max {max})" msgstr "{available} {label} {identifier} disponible (max {max})" -#: pro/fields/class-acf-field-flexible-content.php:53 +#: pro/fields/class-acf-field-flexible-content.php:42 msgid "{required} {label} {identifier} required (min {min})" msgstr "{required} {label} {identifier} required (min {min})" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:54 +#: pro/fields/class-acf-field-flexible-content.php:43 msgid "Flexible Content requires at least 1 layout" msgstr "Le contenu flexible nécessite au moins une disposition" -#: pro/fields/class-acf-field-flexible-content.php:288 +#: pro/fields/class-acf-field-flexible-content.php:273 #, php-format msgid "Click the \"%s\" button below to start creating your layout" msgstr "" "Cliquez sur le bouton \"%s\" ci-dessous pour créer votre première disposition" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:423 +#: pro/fields/class-acf-field-flexible-content.php:408 msgid "Add layout" msgstr "Disposition" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:424 +#: pro/fields/class-acf-field-flexible-content.php:409 msgid "Remove layout" msgstr "Retirer la disposition" -#: pro/fields/class-acf-field-flexible-content.php:425 -#: pro/fields/class-acf-field-repeater.php:360 +#: pro/fields/class-acf-field-flexible-content.php:410 +#: pro/fields/class-acf-field-repeater.php:304 msgid "Click to toggle" msgstr "Cliquer pour intervertir" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:571 +#: pro/fields/class-acf-field-flexible-content.php:556 msgid "Reorder Layout" msgstr "Réorganiser la disposition" -#: pro/fields/class-acf-field-flexible-content.php:571 +#: pro/fields/class-acf-field-flexible-content.php:556 msgid "Reorder" msgstr "Réorganiser" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:572 +#: pro/fields/class-acf-field-flexible-content.php:557 msgid "Delete Layout" msgstr "Supprimer la disposition" -#: pro/fields/class-acf-field-flexible-content.php:573 +#: pro/fields/class-acf-field-flexible-content.php:558 msgid "Duplicate Layout" msgstr "Dupliquer la disposition" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:574 +#: pro/fields/class-acf-field-flexible-content.php:559 msgid "Add New Layout" msgstr "Ajouter une disposition" -#: pro/fields/class-acf-field-flexible-content.php:645 +#: pro/fields/class-acf-field-flexible-content.php:630 msgid "Min" msgstr "Min" -#: pro/fields/class-acf-field-flexible-content.php:658 +#: pro/fields/class-acf-field-flexible-content.php:643 msgid "Max" msgstr "Max" -#: pro/fields/class-acf-field-flexible-content.php:685 -#: pro/fields/class-acf-field-repeater.php:530 +#: pro/fields/class-acf-field-flexible-content.php:670 +#: pro/fields/class-acf-field-repeater.php:474 msgid "Button Label" msgstr "Intitulé du bouton" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:694 +#: pro/fields/class-acf-field-flexible-content.php:679 msgid "Minimum Layouts" msgstr "Nombre minimum de dispositions" # @ acf -#: pro/fields/class-acf-field-flexible-content.php:703 +#: pro/fields/class-acf-field-flexible-content.php:688 msgid "Maximum Layouts" msgstr "Nombre maximum de dispositions" # @ acf -#: pro/fields/class-acf-field-gallery.php:52 +#: pro/fields/class-acf-field-gallery.php:41 msgid "Add Image to Gallery" msgstr "Ajouter l'image à la galerie" -#: pro/fields/class-acf-field-gallery.php:56 +#: pro/fields/class-acf-field-gallery.php:45 msgid "Maximum selection reached" msgstr "Nombre de sélections maximales atteint" -#: pro/fields/class-acf-field-gallery.php:336 +#: pro/fields/class-acf-field-gallery.php:321 msgid "Length" msgstr "Longueur" -#: pro/fields/class-acf-field-gallery.php:379 +#: pro/fields/class-acf-field-gallery.php:364 msgid "Caption" msgstr "Légende" -#: pro/fields/class-acf-field-gallery.php:388 +#: pro/fields/class-acf-field-gallery.php:373 msgid "Alt Text" msgstr "Texte alternatif" -#: pro/fields/class-acf-field-gallery.php:559 +#: pro/fields/class-acf-field-gallery.php:544 msgid "Add to gallery" msgstr "Ajouter à la galerie" # @ acf -#: pro/fields/class-acf-field-gallery.php:563 +#: pro/fields/class-acf-field-gallery.php:548 msgid "Bulk actions" msgstr "Actions de groupe" -#: pro/fields/class-acf-field-gallery.php:564 +#: pro/fields/class-acf-field-gallery.php:549 msgid "Sort by date uploaded" msgstr "Ranger par date d'import" -#: pro/fields/class-acf-field-gallery.php:565 +#: pro/fields/class-acf-field-gallery.php:550 msgid "Sort by date modified" msgstr "Ranger par date de modification" # @ acf -#: pro/fields/class-acf-field-gallery.php:566 +#: pro/fields/class-acf-field-gallery.php:551 msgid "Sort by title" msgstr "Ranger par titre" -#: pro/fields/class-acf-field-gallery.php:567 +#: pro/fields/class-acf-field-gallery.php:552 msgid "Reverse current order" msgstr "Inverser l'ordre actuel" # @ acf -#: pro/fields/class-acf-field-gallery.php:585 +#: pro/fields/class-acf-field-gallery.php:570 msgid "Close" msgstr "Appliquer" # @ acf -#: pro/fields/class-acf-field-gallery.php:639 +#: pro/fields/class-acf-field-gallery.php:624 msgid "Minimum Selection" msgstr "Minimum d'images" # @ acf -#: pro/fields/class-acf-field-gallery.php:648 +#: pro/fields/class-acf-field-gallery.php:633 msgid "Maximum Selection" msgstr "Maximum d'images" -#: pro/fields/class-acf-field-gallery.php:657 +#: pro/fields/class-acf-field-gallery.php:642 msgid "Insert" msgstr "Insérer" -#: pro/fields/class-acf-field-gallery.php:658 +#: pro/fields/class-acf-field-gallery.php:643 msgid "Specify where new attachments are added" msgstr "Définir comment les images sont insérées" -#: pro/fields/class-acf-field-gallery.php:662 +#: pro/fields/class-acf-field-gallery.php:647 msgid "Append to the end" msgstr "Insérer à la fin" -#: pro/fields/class-acf-field-gallery.php:663 +#: pro/fields/class-acf-field-gallery.php:648 msgid "Prepend to the beginning" msgstr "Insérer au début" -#: pro/fields/class-acf-field-repeater.php:47 +#: pro/fields/class-acf-field-repeater.php:36 msgid "Minimum rows reached ({min} rows)" msgstr "Nombre minimal d'éléments atteint ({min} éléments)" -#: pro/fields/class-acf-field-repeater.php:48 +#: pro/fields/class-acf-field-repeater.php:37 msgid "Maximum rows reached ({max} rows)" msgstr "Nombre maximal d'éléments atteint ({max} éléments)" # @ acf -#: pro/fields/class-acf-field-repeater.php:405 +#: pro/fields/class-acf-field-repeater.php:349 msgid "Add row" msgstr "Ajouter un élément" # @ acf -#: pro/fields/class-acf-field-repeater.php:406 +#: pro/fields/class-acf-field-repeater.php:350 msgid "Remove row" msgstr "Retirer l'élément" -#: pro/fields/class-acf-field-repeater.php:483 +#: pro/fields/class-acf-field-repeater.php:427 msgid "Collapsed" msgstr "Refermé" -#: pro/fields/class-acf-field-repeater.php:484 +#: pro/fields/class-acf-field-repeater.php:428 msgid "Select a sub field to show when row is collapsed" msgstr "Choisir un sous champ à montrer lorsque la ligne est refermée" # @ acf -#: pro/fields/class-acf-field-repeater.php:494 +#: pro/fields/class-acf-field-repeater.php:438 msgid "Minimum Rows" msgstr "Nombre minimum d'éléments" # @ acf -#: pro/fields/class-acf-field-repeater.php:504 +#: pro/fields/class-acf-field-repeater.php:448 msgid "Maximum Rows" msgstr "Nombre maximum d'éléments" -#: pro/locations/class-acf-location-options-page.php:70 +#: pro/locations/class-acf-location-options-page.php:79 msgid "No options pages exist" msgstr "Aucune page d'option créée" diff --git a/lang/acf-it_IT.mo b/lang/acf-it_IT.mo index 92038bc886923275a27ea97ab7e7542f0139dd4e..12d02dc114e23f2b6b965d93a40434fd06c4ecab 100644 GIT binary patch delta 14247 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 diff --git a/lang/acf-it_IT.po b/lang/acf-it_IT.po index bf4e9b1..315b228 100644 --- a/lang/acf-it_IT.po +++ b/lang/acf-it_IT.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: Advanced Custom Fields Pro v5.2.9\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" -"POT-Creation-Date: 2017-06-28 13:20+0200\n" -"PO-Revision-Date: 2017-06-28 13:28+0200\n" +"POT-Creation-Date: 2017-08-08 20:25+0200\n" +"PO-Revision-Date: 2017-08-08 20:34+0200\n" "Last-Translator: Elliot Condon \n" "Language-Team: Elliot Condon \n" "Language: it_IT\n" @@ -27,109 +27,109 @@ msgstr "" msgid "Advanced Custom Fields" msgstr "Campi Personalizzati Avanzati" -#: acf.php:355 includes/admin/admin.php:117 +#: acf.php:358 includes/admin/admin.php:117 msgid "Field Groups" msgstr "Field Group" -#: acf.php:356 +#: acf.php:359 msgid "Field Group" msgstr "Field Group" -#: acf.php:357 acf.php:389 includes/admin/admin.php:118 -#: pro/fields/class-acf-field-flexible-content.php:574 +#: acf.php:360 acf.php:392 includes/admin/admin.php:118 +#: pro/fields/class-acf-field-flexible-content.php:559 msgid "Add New" msgstr "Aggiungi Nuovo" -#: acf.php:358 +#: acf.php:361 msgid "Add New Field Group" msgstr "" "Aggiungi Nuovo \n" "Field Group" -#: acf.php:359 +#: acf.php:362 msgid "Edit Field Group" msgstr "" "Modifica \n" "Field Group" -#: acf.php:360 +#: acf.php:363 msgid "New Field Group" msgstr "" "Nuovo \n" "Field Group" -#: acf.php:361 +#: acf.php:364 msgid "View Field Group" msgstr "" "Visualizza \n" "Field Group" -#: acf.php:362 +#: acf.php:365 msgid "Search Field Groups" msgstr "" "Cerca \n" "Field Group" -#: acf.php:363 +#: acf.php:366 msgid "No Field Groups found" msgstr "" "Nessun \n" "Field Group\n" " Trovato" -#: acf.php:364 +#: acf.php:367 msgid "No Field Groups found in Trash" msgstr "" "Nessun \n" "Field Group\n" " trovato nel cestino" -#: acf.php:387 includes/admin/admin-field-group.php:182 +#: acf.php:390 includes/admin/admin-field-group.php:182 #: includes/admin/admin-field-group.php:275 #: includes/admin/admin-field-groups.php:510 -#: pro/fields/class-acf-field-clone.php:857 +#: pro/fields/class-acf-field-clone.php:823 msgid "Fields" msgstr "Campi" -#: acf.php:388 +#: acf.php:391 msgid "Field" msgstr "Campo" -#: acf.php:390 +#: acf.php:393 msgid "Add New Field" msgstr "Aggiungi Nuovo Campo" -#: acf.php:391 +#: acf.php:394 msgid "Edit Field" msgstr "Modifica Campo" -#: acf.php:392 includes/admin/views/field-group-fields.php:41 +#: acf.php:395 includes/admin/views/field-group-fields.php:41 #: includes/admin/views/settings-info.php:105 msgid "New Field" msgstr "Nuovo Campo" -#: acf.php:393 +#: acf.php:396 msgid "View Field" msgstr "Visualizza Campo" -#: acf.php:394 +#: acf.php:397 msgid "Search Fields" msgstr "Ricerca Campi" -#: acf.php:395 +#: acf.php:398 msgid "No Fields found" msgstr "Nessun Campo trovato" -#: acf.php:396 +#: acf.php:399 msgid "No Fields found in Trash" msgstr "Nessun Campo trovato nel cestino" -#: acf.php:435 includes/admin/admin-field-group.php:390 +#: acf.php:438 includes/admin/admin-field-group.php:390 #: includes/admin/admin-field-groups.php:567 msgid "Inactive" msgstr "Inattivo" -#: acf.php:440 +#: acf.php:443 #, php-format msgid "Inactive (%s)" msgid_plural "Inactive (%s)" @@ -241,7 +241,7 @@ msgstr "" msgid "Null" msgstr "Nullo" -#: includes/admin/admin-field-group.php:281 includes/input.php:257 +#: includes/admin/admin-field-group.php:281 includes/input.php:258 msgid "The changes you made will be lost if you navigate away from this page" msgstr "" "Le modifiche effettuate verranno cancellate se si esce da questa pagina" @@ -325,7 +325,7 @@ msgid "Sync available" msgstr "Sync disponibile" #: includes/admin/admin-field-groups.php:507 includes/forms/form-front.php:38 -#: pro/fields/class-acf-field-gallery.php:370 +#: pro/fields/class-acf-field-gallery.php:355 msgid "Title" msgstr "Titolo" @@ -333,7 +333,7 @@ msgstr "Titolo" #: includes/admin/views/field-group-options.php:96 #: includes/admin/views/install-network.php:21 #: includes/admin/views/install-network.php:29 -#: pro/fields/class-acf-field-gallery.php:397 +#: pro/fields/class-acf-field-gallery.php:382 msgid "Description" msgstr "Descrizione" @@ -389,13 +389,13 @@ msgstr "Duplica questo elemento" #: includes/admin/admin-field-groups.php:668 #: includes/admin/admin-field-groups.php:684 #: includes/admin/views/field-group-field.php:49 -#: pro/fields/class-acf-field-flexible-content.php:573 +#: pro/fields/class-acf-field-flexible-content.php:558 msgid "Duplicate" msgstr "Duplica" #: includes/admin/admin-field-groups.php:701 -#: includes/fields/class-acf-field-google-map.php:132 -#: includes/fields/class-acf-field-relationship.php:737 +#: includes/fields/class-acf-field-google-map.php:118 +#: includes/fields/class-acf-field-relationship.php:656 msgid "Search" msgstr "Ricerca" @@ -476,7 +476,7 @@ msgstr "" " selezionato" #: includes/admin/settings-tools.php:184 -#: includes/fields/class-acf-field-file.php:174 +#: includes/fields/class-acf-field-file.php:159 msgid "No file selected" msgstr "Nessun file selezionato" @@ -508,12 +508,12 @@ msgid "Show this field if" msgstr "Mostra questo Campo se" #: includes/admin/views/field-group-field-conditional-logic.php:103 -#: includes/locations.php:243 +#: includes/locations.php:247 msgid "is equal to" msgstr "è uguale a" #: includes/admin/views/field-group-field-conditional-logic.php:104 -#: includes/locations.php:244 +#: includes/locations.php:248 msgid "is not equal to" msgstr "non è uguale a" @@ -528,8 +528,8 @@ msgid "Add rule group" msgstr "Aggiungi gruppo di regole" #: includes/admin/views/field-group-field.php:41 -#: pro/fields/class-acf-field-flexible-content.php:420 -#: pro/fields/class-acf-field-repeater.php:358 +#: pro/fields/class-acf-field-flexible-content.php:405 +#: pro/fields/class-acf-field-repeater.php:302 msgid "Drag to reorder" msgstr "Trascinare per riordinare" @@ -539,9 +539,9 @@ msgid "Edit field" msgstr "Modifica Campo" #: includes/admin/views/field-group-field.php:48 -#: includes/fields/class-acf-field-image.php:140 -#: includes/fields/class-acf-field-link.php:152 -#: pro/fields/class-acf-field-gallery.php:357 +#: includes/fields/class-acf-field-image.php:125 +#: includes/fields/class-acf-field-link.php:139 +#: pro/fields/class-acf-field-gallery.php:342 msgid "Edit" msgstr "Modifica" @@ -562,7 +562,7 @@ msgid "Delete field" msgstr "Cancella Campo" #: includes/admin/views/field-group-field.php:51 -#: pro/fields/class-acf-field-flexible-content.php:572 +#: pro/fields/class-acf-field-flexible-content.php:557 msgid "Delete" msgstr "Cancella" @@ -587,7 +587,7 @@ msgid "Field Type" msgstr "Tipo di Campo" #: includes/admin/views/field-group-field.php:101 -#: includes/fields/class-acf-field-tab.php:102 +#: includes/fields/class-acf-field-tab.php:88 msgid "Instructions" msgstr "Istruzioni" @@ -625,16 +625,16 @@ msgid "Order" msgstr "Ordinamento" #: includes/admin/views/field-group-fields.php:5 -#: includes/fields/class-acf-field-checkbox.php:317 -#: includes/fields/class-acf-field-radio.php:321 -#: includes/fields/class-acf-field-select.php:443 -#: pro/fields/class-acf-field-flexible-content.php:599 +#: includes/fields/class-acf-field-checkbox.php:415 +#: includes/fields/class-acf-field-radio.php:306 +#: includes/fields/class-acf-field-select.php:432 +#: pro/fields/class-acf-field-flexible-content.php:584 msgid "Label" msgstr "Etichetta" #: includes/admin/views/field-group-fields.php:6 -#: includes/fields/class-acf-field-taxonomy.php:970 -#: pro/fields/class-acf-field-flexible-content.php:612 +#: includes/fields/class-acf-field-taxonomy.php:957 +#: pro/fields/class-acf-field-flexible-content.php:597 msgid "Name" msgstr "Nome" @@ -703,12 +703,12 @@ msgid "Label placement" msgstr "Posizionamento etichette" #: includes/admin/views/field-group-options.php:62 -#: includes/fields/class-acf-field-tab.php:116 +#: includes/fields/class-acf-field-tab.php:102 msgid "Top aligned" msgstr "Allineamento in alto" #: includes/admin/views/field-group-options.php:63 -#: includes/fields/class-acf-field-tab.php:117 +#: includes/fields/class-acf-field-tab.php:103 msgid "Left Aligned" msgstr "Allineamento a sinistra" @@ -796,7 +796,7 @@ msgid "Page Attributes" msgstr "Atrributi Pagina" #: includes/admin/views/field-group-options.php:126 -#: includes/fields/class-acf-field-relationship.php:751 +#: includes/fields/class-acf-field-relationship.php:670 msgid "Featured Image" msgstr "Immagine di presentazione" @@ -882,22 +882,22 @@ msgid "Upgrading data to version %s" msgstr "Aggiornamento dati alla versione %s" #: includes/admin/views/install-notice.php:8 -#: pro/fields/class-acf-field-repeater.php:36 +#: pro/fields/class-acf-field-repeater.php:25 msgid "Repeater" msgstr "Ripetitore" #: includes/admin/views/install-notice.php:9 -#: pro/fields/class-acf-field-flexible-content.php:36 +#: pro/fields/class-acf-field-flexible-content.php:25 msgid "Flexible Content" msgstr "Contenuto Flessibile" #: includes/admin/views/install-notice.php:10 -#: pro/fields/class-acf-field-gallery.php:36 +#: pro/fields/class-acf-field-gallery.php:25 msgid "Gallery" msgstr "Galleria" #: includes/admin/views/install-notice.php:11 -#: pro/locations/class-acf-location-options-page.php:13 +#: pro/locations/class-acf-location-options-page.php:26 msgid "Options Page" msgstr "Pagina Opzioni" @@ -1199,7 +1199,7 @@ msgstr "" "gruppi e genitori" #: includes/admin/views/settings-info.php:144 -#: includes/fields/class-acf-field-page_link.php:36 +#: includes/fields/class-acf-field-page_link.php:25 msgid "Page Link" msgstr "Link Pagina" @@ -1298,7 +1298,7 @@ msgstr "" "." #: includes/admin/views/settings-tools.php:77 -#: includes/fields/class-acf-field-file.php:46 +#: includes/fields/class-acf-field-file.php:35 msgid "Select File" msgstr "Seleziona File" @@ -1323,14 +1323,14 @@ msgid "Full Size" msgstr "Dimensione piena" #: includes/api/api-helpers.php:1248 includes/api/api-helpers.php:1831 -#: pro/fields/class-acf-field-clone.php:1042 +#: pro/fields/class-acf-field-clone.php:1008 msgid "(no title)" msgstr "(nessun titolo)" #: includes/api/api-helpers.php:1868 -#: includes/fields/class-acf-field-page_link.php:284 -#: includes/fields/class-acf-field-post_object.php:283 -#: includes/fields/class-acf-field-taxonomy.php:992 +#: includes/fields/class-acf-field-page_link.php:269 +#: includes/fields/class-acf-field-post_object.php:268 +#: includes/fields/class-acf-field-taxonomy.php:979 msgid "Parent" msgstr "Genitore" @@ -1389,1014 +1389,1014 @@ msgstr "Relazionale" msgid "jQuery" msgstr "jQuery" -#: includes/fields.php:149 includes/fields/class-acf-field-checkbox.php:286 -#: includes/fields/class-acf-field-group.php:485 -#: includes/fields/class-acf-field-radio.php:300 -#: pro/fields/class-acf-field-clone.php:889 -#: pro/fields/class-acf-field-flexible-content.php:569 -#: pro/fields/class-acf-field-flexible-content.php:618 -#: pro/fields/class-acf-field-repeater.php:514 +#: includes/fields.php:149 includes/fields/class-acf-field-checkbox.php:384 +#: includes/fields/class-acf-field-group.php:477 +#: includes/fields/class-acf-field-radio.php:285 +#: pro/fields/class-acf-field-clone.php:855 +#: pro/fields/class-acf-field-flexible-content.php:554 +#: pro/fields/class-acf-field-flexible-content.php:603 +#: pro/fields/class-acf-field-repeater.php:458 msgid "Layout" msgstr "Layout" -#: includes/fields.php:305 +#: includes/fields.php:326 msgid "Field type does not exist" msgstr "Il tipo di Campo non esiste" -#: includes/fields.php:305 +#: includes/fields.php:326 msgid "Unknown" msgstr "Sconosciuto" -#: includes/fields/class-acf-field-checkbox.php:36 -#: includes/fields/class-acf-field-taxonomy.php:786 +#: includes/fields/class-acf-field-checkbox.php:25 +#: includes/fields/class-acf-field-taxonomy.php:773 msgid "Checkbox" msgstr "Checkbox" -#: includes/fields/class-acf-field-checkbox.php:150 +#: includes/fields/class-acf-field-checkbox.php:154 msgid "Toggle All" msgstr "Seleziona tutti" -#: includes/fields/class-acf-field-checkbox.php:207 +#: includes/fields/class-acf-field-checkbox.php:221 msgid "Add new choice" msgstr "Aggiungi nuova scelta" -#: includes/fields/class-acf-field-checkbox.php:246 -#: includes/fields/class-acf-field-radio.php:250 -#: includes/fields/class-acf-field-select.php:379 +#: includes/fields/class-acf-field-checkbox.php:344 +#: includes/fields/class-acf-field-radio.php:235 +#: includes/fields/class-acf-field-select.php:368 msgid "Choices" msgstr "Scelte" -#: includes/fields/class-acf-field-checkbox.php:247 -#: includes/fields/class-acf-field-radio.php:251 -#: includes/fields/class-acf-field-select.php:380 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "Enter each choice on a new line." msgstr "Immettere ogni scelta su una nuova linea." -#: includes/fields/class-acf-field-checkbox.php:247 -#: includes/fields/class-acf-field-radio.php:251 -#: includes/fields/class-acf-field-select.php:380 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "For more control, you may specify both a value and label like this:" msgstr "" "Per un maggiore controllo, è possibile specificare sia un valore ed " "etichetta in questo modo:" -#: includes/fields/class-acf-field-checkbox.php:247 -#: includes/fields/class-acf-field-radio.php:251 -#: includes/fields/class-acf-field-select.php:380 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "red : Red" msgstr "rosso : Rosso" -#: includes/fields/class-acf-field-checkbox.php:255 +#: includes/fields/class-acf-field-checkbox.php:353 msgid "Allow Custom" msgstr "Consenti Personalizzato" -#: includes/fields/class-acf-field-checkbox.php:260 +#: includes/fields/class-acf-field-checkbox.php:358 msgid "Allow 'custom' values to be added" msgstr "Consenti valori 'personalizzati' da aggiungere" -#: includes/fields/class-acf-field-checkbox.php:266 +#: includes/fields/class-acf-field-checkbox.php:364 msgid "Save Custom" msgstr "Salva Personalizzato" -#: includes/fields/class-acf-field-checkbox.php:271 +#: includes/fields/class-acf-field-checkbox.php:369 msgid "Save 'custom' values to the field's choices" msgstr "Salvare i valori 'personalizzati' per le scelte del campo" -#: includes/fields/class-acf-field-checkbox.php:277 -#: includes/fields/class-acf-field-color_picker.php:146 -#: includes/fields/class-acf-field-email.php:133 -#: includes/fields/class-acf-field-number.php:145 -#: includes/fields/class-acf-field-radio.php:291 -#: includes/fields/class-acf-field-select.php:388 -#: includes/fields/class-acf-field-text.php:142 -#: includes/fields/class-acf-field-textarea.php:139 -#: includes/fields/class-acf-field-true_false.php:150 -#: includes/fields/class-acf-field-url.php:114 -#: includes/fields/class-acf-field-wysiwyg.php:436 +#: includes/fields/class-acf-field-checkbox.php:375 +#: includes/fields/class-acf-field-color_picker.php:131 +#: includes/fields/class-acf-field-email.php:114 +#: includes/fields/class-acf-field-number.php:123 +#: includes/fields/class-acf-field-radio.php:276 +#: includes/fields/class-acf-field-select.php:377 +#: includes/fields/class-acf-field-text.php:115 +#: includes/fields/class-acf-field-textarea.php:98 +#: includes/fields/class-acf-field-true_false.php:135 +#: includes/fields/class-acf-field-url.php:96 +#: includes/fields/class-acf-field-wysiwyg.php:421 msgid "Default Value" msgstr "Valore di default" -#: includes/fields/class-acf-field-checkbox.php:278 -#: includes/fields/class-acf-field-select.php:389 +#: includes/fields/class-acf-field-checkbox.php:376 +#: includes/fields/class-acf-field-select.php:378 msgid "Enter each default value on a new line" msgstr "Immettere ogni valore di default su una nuova linea" -#: includes/fields/class-acf-field-checkbox.php:292 -#: includes/fields/class-acf-field-radio.php:306 +#: includes/fields/class-acf-field-checkbox.php:390 +#: includes/fields/class-acf-field-radio.php:291 msgid "Vertical" msgstr "Verticale" -#: includes/fields/class-acf-field-checkbox.php:293 -#: includes/fields/class-acf-field-radio.php:307 +#: includes/fields/class-acf-field-checkbox.php:391 +#: includes/fields/class-acf-field-radio.php:292 msgid "Horizontal" msgstr "Orizzontale" -#: includes/fields/class-acf-field-checkbox.php:300 +#: includes/fields/class-acf-field-checkbox.php:398 msgid "Toggle" msgstr "Toggle" -#: includes/fields/class-acf-field-checkbox.php:301 +#: includes/fields/class-acf-field-checkbox.php:399 msgid "Prepend an extra checkbox to toggle all choices" msgstr "Inserisci un Checkbox extra per poter selezionare tutte le opzioni" -#: includes/fields/class-acf-field-checkbox.php:310 -#: includes/fields/class-acf-field-file.php:219 -#: includes/fields/class-acf-field-image.php:206 -#: includes/fields/class-acf-field-link.php:180 -#: includes/fields/class-acf-field-radio.php:314 -#: includes/fields/class-acf-field-taxonomy.php:839 +#: includes/fields/class-acf-field-checkbox.php:408 +#: includes/fields/class-acf-field-file.php:204 +#: includes/fields/class-acf-field-image.php:191 +#: includes/fields/class-acf-field-link.php:166 +#: includes/fields/class-acf-field-radio.php:299 +#: includes/fields/class-acf-field-taxonomy.php:826 msgid "Return Value" msgstr "Valore di ritorno" -#: includes/fields/class-acf-field-checkbox.php:311 -#: includes/fields/class-acf-field-file.php:220 -#: includes/fields/class-acf-field-image.php:207 -#: includes/fields/class-acf-field-link.php:181 -#: includes/fields/class-acf-field-radio.php:315 +#: includes/fields/class-acf-field-checkbox.php:409 +#: includes/fields/class-acf-field-file.php:205 +#: includes/fields/class-acf-field-image.php:192 +#: includes/fields/class-acf-field-link.php:167 +#: includes/fields/class-acf-field-radio.php:300 msgid "Specify the returned value on front end" msgstr "Specificare il valore restituito sul front-end" -#: includes/fields/class-acf-field-checkbox.php:316 -#: includes/fields/class-acf-field-radio.php:320 -#: includes/fields/class-acf-field-select.php:442 +#: includes/fields/class-acf-field-checkbox.php:414 +#: includes/fields/class-acf-field-radio.php:305 +#: includes/fields/class-acf-field-select.php:431 msgid "Value" msgstr "Valore" -#: includes/fields/class-acf-field-checkbox.php:318 -#: includes/fields/class-acf-field-radio.php:322 -#: includes/fields/class-acf-field-select.php:444 +#: includes/fields/class-acf-field-checkbox.php:416 +#: includes/fields/class-acf-field-radio.php:307 +#: includes/fields/class-acf-field-select.php:433 msgid "Both (Array)" msgstr "Entrambi (Array)" -#: includes/fields/class-acf-field-color_picker.php:36 +#: includes/fields/class-acf-field-color_picker.php:25 msgid "Color Picker" msgstr "Selettore colore" -#: includes/fields/class-acf-field-color_picker.php:83 +#: includes/fields/class-acf-field-color_picker.php:68 msgid "Clear" msgstr "Chiaro" -#: includes/fields/class-acf-field-color_picker.php:84 +#: includes/fields/class-acf-field-color_picker.php:69 msgid "Default" msgstr "Default" -#: includes/fields/class-acf-field-color_picker.php:85 +#: includes/fields/class-acf-field-color_picker.php:70 msgid "Select Color" msgstr "Seleziona colore" -#: includes/fields/class-acf-field-color_picker.php:86 +#: includes/fields/class-acf-field-color_picker.php:71 msgid "Current Color" msgstr "Colore Corrente" -#: includes/fields/class-acf-field-date_picker.php:36 +#: includes/fields/class-acf-field-date_picker.php:25 msgid "Date Picker" msgstr "Selettore data" -#: includes/fields/class-acf-field-date_picker.php:44 +#: includes/fields/class-acf-field-date_picker.php:33 msgctxt "Date Picker JS closeText" msgid "Done" msgstr "Fatto" -#: includes/fields/class-acf-field-date_picker.php:45 +#: includes/fields/class-acf-field-date_picker.php:34 msgctxt "Date Picker JS currentText" msgid "Today" msgstr "Oggi" -#: includes/fields/class-acf-field-date_picker.php:46 +#: includes/fields/class-acf-field-date_picker.php:35 msgctxt "Date Picker JS nextText" msgid "Next" msgstr "Prossimo" -#: includes/fields/class-acf-field-date_picker.php:47 +#: includes/fields/class-acf-field-date_picker.php:36 msgctxt "Date Picker JS prevText" msgid "Prev" msgstr "Precedente" -#: includes/fields/class-acf-field-date_picker.php:48 +#: includes/fields/class-acf-field-date_picker.php:37 msgctxt "Date Picker JS weekHeader" msgid "Wk" msgstr "Sett" -#: includes/fields/class-acf-field-date_picker.php:223 -#: includes/fields/class-acf-field-date_time_picker.php:197 -#: includes/fields/class-acf-field-time_picker.php:127 +#: includes/fields/class-acf-field-date_picker.php:207 +#: includes/fields/class-acf-field-date_time_picker.php:181 +#: includes/fields/class-acf-field-time_picker.php:109 msgid "Display Format" msgstr "Formato di visualizzazione" -#: includes/fields/class-acf-field-date_picker.php:224 -#: includes/fields/class-acf-field-date_time_picker.php:198 -#: includes/fields/class-acf-field-time_picker.php:128 +#: includes/fields/class-acf-field-date_picker.php:208 +#: includes/fields/class-acf-field-date_time_picker.php:182 +#: includes/fields/class-acf-field-time_picker.php:110 msgid "The format displayed when editing a post" msgstr "Il formato visualizzato durante la modifica di un post" -#: includes/fields/class-acf-field-date_picker.php:232 -#: includes/fields/class-acf-field-date_picker.php:263 -#: includes/fields/class-acf-field-date_time_picker.php:207 -#: includes/fields/class-acf-field-date_time_picker.php:224 -#: includes/fields/class-acf-field-time_picker.php:135 -#: includes/fields/class-acf-field-time_picker.php:150 +#: includes/fields/class-acf-field-date_picker.php:216 +#: includes/fields/class-acf-field-date_picker.php:247 +#: includes/fields/class-acf-field-date_time_picker.php:191 +#: includes/fields/class-acf-field-date_time_picker.php:208 +#: includes/fields/class-acf-field-time_picker.php:117 +#: includes/fields/class-acf-field-time_picker.php:132 msgid "Custom:" msgstr "Personalizzato:" -#: includes/fields/class-acf-field-date_picker.php:242 +#: includes/fields/class-acf-field-date_picker.php:226 msgid "Save Format" msgstr "Salva Formato" -#: includes/fields/class-acf-field-date_picker.php:243 +#: includes/fields/class-acf-field-date_picker.php:227 msgid "The format used when saving a value" msgstr "Il formato utilizzato durante il salvataggio di un valore" -#: includes/fields/class-acf-field-date_picker.php:253 -#: includes/fields/class-acf-field-date_time_picker.php:214 -#: includes/fields/class-acf-field-post_object.php:447 -#: includes/fields/class-acf-field-relationship.php:778 -#: includes/fields/class-acf-field-select.php:437 -#: includes/fields/class-acf-field-time_picker.php:142 +#: includes/fields/class-acf-field-date_picker.php:237 +#: includes/fields/class-acf-field-date_time_picker.php:198 +#: includes/fields/class-acf-field-post_object.php:432 +#: includes/fields/class-acf-field-relationship.php:697 +#: includes/fields/class-acf-field-select.php:426 +#: includes/fields/class-acf-field-time_picker.php:124 msgid "Return Format" msgstr "Formato di ritorno" -#: includes/fields/class-acf-field-date_picker.php:254 -#: includes/fields/class-acf-field-date_time_picker.php:215 -#: includes/fields/class-acf-field-time_picker.php:143 +#: includes/fields/class-acf-field-date_picker.php:238 +#: includes/fields/class-acf-field-date_time_picker.php:199 +#: includes/fields/class-acf-field-time_picker.php:125 msgid "The format returned via template functions" msgstr "Il formato restituito tramite funzioni template" -#: includes/fields/class-acf-field-date_picker.php:272 -#: includes/fields/class-acf-field-date_time_picker.php:231 +#: includes/fields/class-acf-field-date_picker.php:256 +#: includes/fields/class-acf-field-date_time_picker.php:215 msgid "Week Starts On" msgstr "La settimana inizia il" -#: includes/fields/class-acf-field-date_time_picker.php:36 +#: includes/fields/class-acf-field-date_time_picker.php:25 msgid "Date Time Picker" msgstr "Selettore data/ora" -#: includes/fields/class-acf-field-date_time_picker.php:44 +#: includes/fields/class-acf-field-date_time_picker.php:33 msgctxt "Date Time Picker JS timeOnlyTitle" msgid "Choose Time" msgstr "Scegli tempo" -#: includes/fields/class-acf-field-date_time_picker.php:45 +#: includes/fields/class-acf-field-date_time_picker.php:34 msgctxt "Date Time Picker JS timeText" msgid "Time" msgstr "Orario" -#: includes/fields/class-acf-field-date_time_picker.php:46 +#: includes/fields/class-acf-field-date_time_picker.php:35 msgctxt "Date Time Picker JS hourText" msgid "Hour" msgstr "Ore" -#: includes/fields/class-acf-field-date_time_picker.php:47 +#: includes/fields/class-acf-field-date_time_picker.php:36 msgctxt "Date Time Picker JS minuteText" msgid "Minute" msgstr "Minuto" -#: includes/fields/class-acf-field-date_time_picker.php:48 +#: includes/fields/class-acf-field-date_time_picker.php:37 msgctxt "Date Time Picker JS secondText" msgid "Second" msgstr "Secondo" -#: includes/fields/class-acf-field-date_time_picker.php:49 +#: includes/fields/class-acf-field-date_time_picker.php:38 msgctxt "Date Time Picker JS millisecText" msgid "Millisecond" msgstr "Millisecondo" -#: includes/fields/class-acf-field-date_time_picker.php:50 +#: includes/fields/class-acf-field-date_time_picker.php:39 msgctxt "Date Time Picker JS microsecText" msgid "Microsecond" msgstr "Microsecondo" -#: includes/fields/class-acf-field-date_time_picker.php:51 +#: includes/fields/class-acf-field-date_time_picker.php:40 msgctxt "Date Time Picker JS timezoneText" msgid "Time Zone" msgstr "Fuso orario" -#: includes/fields/class-acf-field-date_time_picker.php:52 +#: includes/fields/class-acf-field-date_time_picker.php:41 msgctxt "Date Time Picker JS currentText" msgid "Now" msgstr "Ora" -#: includes/fields/class-acf-field-date_time_picker.php:53 +#: includes/fields/class-acf-field-date_time_picker.php:42 msgctxt "Date Time Picker JS closeText" msgid "Done" msgstr "Fatto" -#: includes/fields/class-acf-field-date_time_picker.php:54 +#: includes/fields/class-acf-field-date_time_picker.php:43 msgctxt "Date Time Picker JS selectText" msgid "Select" msgstr "Seleziona" -#: includes/fields/class-acf-field-date_time_picker.php:56 +#: includes/fields/class-acf-field-date_time_picker.php:45 msgctxt "Date Time Picker JS amText" msgid "AM" msgstr "AM" -#: includes/fields/class-acf-field-date_time_picker.php:57 +#: includes/fields/class-acf-field-date_time_picker.php:46 msgctxt "Date Time Picker JS amTextShort" msgid "A" msgstr "A" -#: includes/fields/class-acf-field-date_time_picker.php:60 +#: includes/fields/class-acf-field-date_time_picker.php:49 msgctxt "Date Time Picker JS pmText" msgid "PM" msgstr "PM" -#: includes/fields/class-acf-field-date_time_picker.php:61 +#: includes/fields/class-acf-field-date_time_picker.php:50 msgctxt "Date Time Picker JS pmTextShort" msgid "P" msgstr "P" -#: includes/fields/class-acf-field-email.php:36 +#: includes/fields/class-acf-field-email.php:25 msgid "Email" msgstr "Email" -#: includes/fields/class-acf-field-email.php:134 -#: includes/fields/class-acf-field-number.php:146 -#: includes/fields/class-acf-field-radio.php:292 -#: includes/fields/class-acf-field-text.php:143 -#: includes/fields/class-acf-field-textarea.php:140 -#: includes/fields/class-acf-field-url.php:115 -#: includes/fields/class-acf-field-wysiwyg.php:437 +#: includes/fields/class-acf-field-email.php:115 +#: includes/fields/class-acf-field-number.php:124 +#: includes/fields/class-acf-field-radio.php:277 +#: includes/fields/class-acf-field-text.php:116 +#: includes/fields/class-acf-field-textarea.php:99 +#: includes/fields/class-acf-field-url.php:97 +#: includes/fields/class-acf-field-wysiwyg.php:422 msgid "Appears when creating a new post" msgstr "Appare quando si crea un nuovo post" -#: includes/fields/class-acf-field-email.php:142 -#: includes/fields/class-acf-field-number.php:154 -#: includes/fields/class-acf-field-password.php:134 -#: includes/fields/class-acf-field-text.php:151 -#: includes/fields/class-acf-field-textarea.php:148 -#: includes/fields/class-acf-field-url.php:123 +#: includes/fields/class-acf-field-email.php:123 +#: includes/fields/class-acf-field-number.php:132 +#: includes/fields/class-acf-field-password.php:71 +#: includes/fields/class-acf-field-text.php:124 +#: includes/fields/class-acf-field-textarea.php:107 +#: includes/fields/class-acf-field-url.php:105 msgid "Placeholder Text" msgstr "Testo segnaposto" -#: includes/fields/class-acf-field-email.php:143 -#: includes/fields/class-acf-field-number.php:155 -#: includes/fields/class-acf-field-password.php:135 -#: includes/fields/class-acf-field-text.php:152 -#: includes/fields/class-acf-field-textarea.php:149 -#: includes/fields/class-acf-field-url.php:124 +#: includes/fields/class-acf-field-email.php:124 +#: includes/fields/class-acf-field-number.php:133 +#: includes/fields/class-acf-field-password.php:72 +#: includes/fields/class-acf-field-text.php:125 +#: includes/fields/class-acf-field-textarea.php:108 +#: includes/fields/class-acf-field-url.php:106 msgid "Appears within the input" msgstr "Appare nella finestra di input" -#: includes/fields/class-acf-field-email.php:151 -#: includes/fields/class-acf-field-number.php:163 -#: includes/fields/class-acf-field-password.php:143 -#: includes/fields/class-acf-field-text.php:160 +#: includes/fields/class-acf-field-email.php:132 +#: includes/fields/class-acf-field-number.php:141 +#: includes/fields/class-acf-field-password.php:80 +#: includes/fields/class-acf-field-text.php:133 msgid "Prepend" msgstr "Anteponi" -#: includes/fields/class-acf-field-email.php:152 -#: includes/fields/class-acf-field-number.php:164 -#: includes/fields/class-acf-field-password.php:144 -#: includes/fields/class-acf-field-text.php:161 +#: includes/fields/class-acf-field-email.php:133 +#: includes/fields/class-acf-field-number.php:142 +#: includes/fields/class-acf-field-password.php:81 +#: includes/fields/class-acf-field-text.php:134 msgid "Appears before the input" msgstr "Appare prima dell'input" -#: includes/fields/class-acf-field-email.php:160 -#: includes/fields/class-acf-field-number.php:172 -#: includes/fields/class-acf-field-password.php:152 -#: includes/fields/class-acf-field-text.php:169 +#: includes/fields/class-acf-field-email.php:141 +#: includes/fields/class-acf-field-number.php:150 +#: includes/fields/class-acf-field-password.php:89 +#: includes/fields/class-acf-field-text.php:142 msgid "Append" msgstr "Accodare" -#: includes/fields/class-acf-field-email.php:161 -#: includes/fields/class-acf-field-number.php:173 -#: includes/fields/class-acf-field-password.php:153 -#: includes/fields/class-acf-field-text.php:170 +#: includes/fields/class-acf-field-email.php:142 +#: includes/fields/class-acf-field-number.php:151 +#: includes/fields/class-acf-field-password.php:90 +#: includes/fields/class-acf-field-text.php:143 msgid "Appears after the input" msgstr "Accodare dopo l'input" -#: includes/fields/class-acf-field-file.php:36 +#: includes/fields/class-acf-field-file.php:25 msgid "File" msgstr "File" -#: includes/fields/class-acf-field-file.php:47 +#: includes/fields/class-acf-field-file.php:36 msgid "Edit File" msgstr "Modifica File" -#: includes/fields/class-acf-field-file.php:48 +#: includes/fields/class-acf-field-file.php:37 msgid "Update File" msgstr "Aggiorna File" -#: includes/fields/class-acf-field-file.php:49 -#: includes/fields/class-acf-field-image.php:54 includes/media.php:57 -#: pro/fields/class-acf-field-gallery.php:55 +#: includes/fields/class-acf-field-file.php:38 +#: includes/fields/class-acf-field-image.php:43 includes/media.php:57 +#: pro/fields/class-acf-field-gallery.php:44 msgid "Uploaded to this post" msgstr "Caricato in questo Post" -#: includes/fields/class-acf-field-file.php:145 +#: includes/fields/class-acf-field-file.php:130 msgid "File name" msgstr "Nome file" -#: includes/fields/class-acf-field-file.php:149 -#: includes/fields/class-acf-field-file.php:252 -#: includes/fields/class-acf-field-file.php:263 -#: includes/fields/class-acf-field-image.php:266 -#: includes/fields/class-acf-field-image.php:295 -#: pro/fields/class-acf-field-gallery.php:705 -#: pro/fields/class-acf-field-gallery.php:734 +#: includes/fields/class-acf-field-file.php:134 +#: includes/fields/class-acf-field-file.php:237 +#: includes/fields/class-acf-field-file.php:248 +#: includes/fields/class-acf-field-image.php:251 +#: includes/fields/class-acf-field-image.php:280 +#: pro/fields/class-acf-field-gallery.php:690 +#: pro/fields/class-acf-field-gallery.php:719 msgid "File size" msgstr "Dimensione File" -#: includes/fields/class-acf-field-file.php:174 +#: includes/fields/class-acf-field-file.php:159 msgid "Add File" msgstr "Aggiungi file" -#: includes/fields/class-acf-field-file.php:225 +#: includes/fields/class-acf-field-file.php:210 msgid "File Array" msgstr "File Array" -#: includes/fields/class-acf-field-file.php:226 +#: includes/fields/class-acf-field-file.php:211 msgid "File URL" msgstr "File URL" -#: includes/fields/class-acf-field-file.php:227 +#: includes/fields/class-acf-field-file.php:212 msgid "File ID" msgstr "File ID" -#: includes/fields/class-acf-field-file.php:234 -#: includes/fields/class-acf-field-image.php:231 -#: pro/fields/class-acf-field-gallery.php:670 +#: includes/fields/class-acf-field-file.php:219 +#: includes/fields/class-acf-field-image.php:216 +#: pro/fields/class-acf-field-gallery.php:655 msgid "Library" msgstr "Libreria" -#: includes/fields/class-acf-field-file.php:235 -#: includes/fields/class-acf-field-image.php:232 -#: pro/fields/class-acf-field-gallery.php:671 +#: includes/fields/class-acf-field-file.php:220 +#: includes/fields/class-acf-field-image.php:217 +#: pro/fields/class-acf-field-gallery.php:656 msgid "Limit the media library choice" msgstr "Limitare la scelta alla libreria multimediale" -#: includes/fields/class-acf-field-file.php:240 -#: includes/fields/class-acf-field-image.php:237 -#: includes/locations/class-acf-location-attachment.php:105 -#: includes/locations/class-acf-location-comment.php:83 -#: includes/locations/class-acf-location-nav-menu.php:106 -#: includes/locations/class-acf-location-taxonomy.php:83 -#: includes/locations/class-acf-location-user-form.php:91 -#: includes/locations/class-acf-location-user-role.php:108 -#: includes/locations/class-acf-location-widget.php:87 -#: pro/fields/class-acf-field-gallery.php:676 +#: includes/fields/class-acf-field-file.php:225 +#: includes/fields/class-acf-field-image.php:222 +#: includes/locations/class-acf-location-attachment.php:101 +#: includes/locations/class-acf-location-comment.php:79 +#: includes/locations/class-acf-location-nav-menu.php:102 +#: includes/locations/class-acf-location-taxonomy.php:79 +#: includes/locations/class-acf-location-user-form.php:87 +#: includes/locations/class-acf-location-user-role.php:111 +#: includes/locations/class-acf-location-widget.php:83 +#: pro/fields/class-acf-field-gallery.php:661 msgid "All" msgstr "Tutti" -#: includes/fields/class-acf-field-file.php:241 -#: includes/fields/class-acf-field-image.php:238 -#: pro/fields/class-acf-field-gallery.php:677 +#: includes/fields/class-acf-field-file.php:226 +#: includes/fields/class-acf-field-image.php:223 +#: pro/fields/class-acf-field-gallery.php:662 msgid "Uploaded to post" msgstr "Caricato al post" -#: includes/fields/class-acf-field-file.php:248 -#: includes/fields/class-acf-field-image.php:245 -#: pro/fields/class-acf-field-gallery.php:684 +#: includes/fields/class-acf-field-file.php:233 +#: includes/fields/class-acf-field-image.php:230 +#: pro/fields/class-acf-field-gallery.php:669 msgid "Minimum" msgstr "Minimo" -#: includes/fields/class-acf-field-file.php:249 -#: includes/fields/class-acf-field-file.php:260 +#: includes/fields/class-acf-field-file.php:234 +#: includes/fields/class-acf-field-file.php:245 msgid "Restrict which files can be uploaded" msgstr "Limita i tipi di File che possono essere caricati" -#: includes/fields/class-acf-field-file.php:259 -#: includes/fields/class-acf-field-image.php:274 -#: pro/fields/class-acf-field-gallery.php:713 +#: includes/fields/class-acf-field-file.php:244 +#: includes/fields/class-acf-field-image.php:259 +#: pro/fields/class-acf-field-gallery.php:698 msgid "Maximum" msgstr "Massimo" -#: includes/fields/class-acf-field-file.php:270 -#: includes/fields/class-acf-field-image.php:303 -#: pro/fields/class-acf-field-gallery.php:742 +#: includes/fields/class-acf-field-file.php:255 +#: includes/fields/class-acf-field-image.php:288 +#: pro/fields/class-acf-field-gallery.php:727 msgid "Allowed file types" msgstr "Tipologie File permesse" -#: includes/fields/class-acf-field-file.php:271 -#: includes/fields/class-acf-field-image.php:304 -#: pro/fields/class-acf-field-gallery.php:743 +#: includes/fields/class-acf-field-file.php:256 +#: includes/fields/class-acf-field-image.php:289 +#: pro/fields/class-acf-field-gallery.php:728 msgid "Comma separated list. Leave blank for all types" msgstr "Lista separata da virgole. Lascia bianco per tutti i tipi" -#: includes/fields/class-acf-field-google-map.php:36 +#: includes/fields/class-acf-field-google-map.php:25 msgid "Google Map" msgstr "Google Map" -#: includes/fields/class-acf-field-google-map.php:51 +#: includes/fields/class-acf-field-google-map.php:40 msgid "Locating" msgstr "Localizzazione" -#: includes/fields/class-acf-field-google-map.php:52 +#: includes/fields/class-acf-field-google-map.php:41 msgid "Sorry, this browser does not support geolocation" msgstr "Spiacente, questo browser non supporta la geolocalizzazione" -#: includes/fields/class-acf-field-google-map.php:133 +#: includes/fields/class-acf-field-google-map.php:119 msgid "Clear location" msgstr "Pulisci posizione" -#: includes/fields/class-acf-field-google-map.php:134 +#: includes/fields/class-acf-field-google-map.php:120 msgid "Find current location" msgstr "Trova posizione corrente" -#: includes/fields/class-acf-field-google-map.php:137 +#: includes/fields/class-acf-field-google-map.php:123 msgid "Search for address..." msgstr "Cerca per indirizzo..." -#: includes/fields/class-acf-field-google-map.php:167 -#: includes/fields/class-acf-field-google-map.php:178 +#: includes/fields/class-acf-field-google-map.php:153 +#: includes/fields/class-acf-field-google-map.php:164 msgid "Center" msgstr "Centro" -#: includes/fields/class-acf-field-google-map.php:168 -#: includes/fields/class-acf-field-google-map.php:179 +#: includes/fields/class-acf-field-google-map.php:154 +#: includes/fields/class-acf-field-google-map.php:165 msgid "Center the initial map" msgstr "Centrare la mappa iniziale" -#: includes/fields/class-acf-field-google-map.php:190 +#: includes/fields/class-acf-field-google-map.php:176 msgid "Zoom" msgstr "Zoom" -#: includes/fields/class-acf-field-google-map.php:191 +#: includes/fields/class-acf-field-google-map.php:177 msgid "Set the initial zoom level" msgstr "Imposta il livello di zoom iniziale" -#: includes/fields/class-acf-field-google-map.php:200 -#: includes/fields/class-acf-field-image.php:257 -#: includes/fields/class-acf-field-image.php:286 -#: includes/fields/class-acf-field-oembed.php:297 -#: pro/fields/class-acf-field-gallery.php:696 -#: pro/fields/class-acf-field-gallery.php:725 +#: includes/fields/class-acf-field-google-map.php:186 +#: includes/fields/class-acf-field-image.php:242 +#: includes/fields/class-acf-field-image.php:271 +#: includes/fields/class-acf-field-oembed.php:282 +#: pro/fields/class-acf-field-gallery.php:681 +#: pro/fields/class-acf-field-gallery.php:710 msgid "Height" msgstr "Altezza" -#: includes/fields/class-acf-field-google-map.php:201 +#: includes/fields/class-acf-field-google-map.php:187 msgid "Customise the map height" msgstr "Personalizza l'altezza della mappa iniziale" -#: includes/fields/class-acf-field-group.php:36 +#: includes/fields/class-acf-field-group.php:25 msgid "Group" msgstr "Gruppo" -#: includes/fields/class-acf-field-group.php:469 -#: pro/fields/class-acf-field-repeater.php:453 +#: includes/fields/class-acf-field-group.php:461 +#: pro/fields/class-acf-field-repeater.php:397 msgid "Sub Fields" msgstr "Campi Sub" -#: includes/fields/class-acf-field-group.php:486 -#: pro/fields/class-acf-field-clone.php:890 +#: includes/fields/class-acf-field-group.php:478 +#: pro/fields/class-acf-field-clone.php:856 msgid "Specify the style used to render the selected fields" msgstr "Specificare lo stile utilizzato per il rendering dei campi selezionati" -#: includes/fields/class-acf-field-group.php:491 -#: pro/fields/class-acf-field-clone.php:895 -#: pro/fields/class-acf-field-flexible-content.php:629 -#: pro/fields/class-acf-field-repeater.php:522 +#: includes/fields/class-acf-field-group.php:483 +#: pro/fields/class-acf-field-clone.php:861 +#: pro/fields/class-acf-field-flexible-content.php:614 +#: pro/fields/class-acf-field-repeater.php:466 msgid "Block" msgstr "Blocco" -#: includes/fields/class-acf-field-group.php:492 -#: pro/fields/class-acf-field-clone.php:896 -#: pro/fields/class-acf-field-flexible-content.php:628 -#: pro/fields/class-acf-field-repeater.php:521 +#: includes/fields/class-acf-field-group.php:484 +#: pro/fields/class-acf-field-clone.php:862 +#: pro/fields/class-acf-field-flexible-content.php:613 +#: pro/fields/class-acf-field-repeater.php:465 msgid "Table" msgstr "Tabella" -#: includes/fields/class-acf-field-group.php:493 -#: pro/fields/class-acf-field-clone.php:897 -#: pro/fields/class-acf-field-flexible-content.php:630 -#: pro/fields/class-acf-field-repeater.php:523 +#: includes/fields/class-acf-field-group.php:485 +#: pro/fields/class-acf-field-clone.php:863 +#: pro/fields/class-acf-field-flexible-content.php:615 +#: pro/fields/class-acf-field-repeater.php:467 msgid "Row" msgstr "Riga" -#: includes/fields/class-acf-field-image.php:36 +#: includes/fields/class-acf-field-image.php:25 msgid "Image" msgstr "Immagine" -#: includes/fields/class-acf-field-image.php:51 +#: includes/fields/class-acf-field-image.php:40 msgid "Select Image" msgstr "Seleziona Immagine" -#: includes/fields/class-acf-field-image.php:52 -#: pro/fields/class-acf-field-gallery.php:53 +#: includes/fields/class-acf-field-image.php:41 +#: pro/fields/class-acf-field-gallery.php:42 msgid "Edit Image" msgstr "Modifica Immagine" -#: includes/fields/class-acf-field-image.php:53 -#: pro/fields/class-acf-field-gallery.php:54 +#: includes/fields/class-acf-field-image.php:42 +#: pro/fields/class-acf-field-gallery.php:43 msgid "Update Image" msgstr "Aggiorna Immagine" -#: includes/fields/class-acf-field-image.php:55 +#: includes/fields/class-acf-field-image.php:44 msgid "All images" msgstr "Tutte le immagini" -#: includes/fields/class-acf-field-image.php:142 -#: includes/fields/class-acf-field-link.php:153 includes/input.php:267 -#: pro/fields/class-acf-field-gallery.php:358 -#: pro/fields/class-acf-field-gallery.php:546 +#: includes/fields/class-acf-field-image.php:127 +#: includes/fields/class-acf-field-link.php:140 includes/input.php:269 +#: pro/fields/class-acf-field-gallery.php:343 +#: pro/fields/class-acf-field-gallery.php:531 msgid "Remove" msgstr "Rimuovi" -#: includes/fields/class-acf-field-image.php:158 +#: includes/fields/class-acf-field-image.php:143 msgid "No image selected" msgstr "Nessun immagine selezionata" -#: includes/fields/class-acf-field-image.php:158 +#: includes/fields/class-acf-field-image.php:143 msgid "Add Image" msgstr "Aggiungi Immagine" -#: includes/fields/class-acf-field-image.php:212 +#: includes/fields/class-acf-field-image.php:197 msgid "Image Array" msgstr "Array Immagine" -#: includes/fields/class-acf-field-image.php:213 +#: includes/fields/class-acf-field-image.php:198 msgid "Image URL" msgstr "URL Immagine" -#: includes/fields/class-acf-field-image.php:214 +#: includes/fields/class-acf-field-image.php:199 msgid "Image ID" msgstr "ID Immagine" -#: includes/fields/class-acf-field-image.php:221 +#: includes/fields/class-acf-field-image.php:206 msgid "Preview Size" msgstr "Dimensione Anteprima" -#: includes/fields/class-acf-field-image.php:222 +#: includes/fields/class-acf-field-image.php:207 msgid "Shown when entering data" msgstr "Mostrato durante l'immissione dei dati" -#: includes/fields/class-acf-field-image.php:246 -#: includes/fields/class-acf-field-image.php:275 -#: pro/fields/class-acf-field-gallery.php:685 -#: pro/fields/class-acf-field-gallery.php:714 +#: includes/fields/class-acf-field-image.php:231 +#: includes/fields/class-acf-field-image.php:260 +#: pro/fields/class-acf-field-gallery.php:670 +#: pro/fields/class-acf-field-gallery.php:699 msgid "Restrict which images can be uploaded" msgstr "Limita i tipi di immagine che possono essere caricati" -#: includes/fields/class-acf-field-image.php:249 -#: includes/fields/class-acf-field-image.php:278 -#: includes/fields/class-acf-field-oembed.php:286 -#: pro/fields/class-acf-field-gallery.php:688 -#: pro/fields/class-acf-field-gallery.php:717 +#: includes/fields/class-acf-field-image.php:234 +#: includes/fields/class-acf-field-image.php:263 +#: includes/fields/class-acf-field-oembed.php:271 +#: pro/fields/class-acf-field-gallery.php:673 +#: pro/fields/class-acf-field-gallery.php:702 msgid "Width" msgstr "Larghezza" -#: includes/fields/class-acf-field-link.php:36 +#: includes/fields/class-acf-field-link.php:25 msgid "Link" msgstr "Link" -#: includes/fields/class-acf-field-link.php:146 +#: includes/fields/class-acf-field-link.php:133 msgid "Select Link" msgstr "Seleziona Link" -#: includes/fields/class-acf-field-link.php:151 +#: includes/fields/class-acf-field-link.php:138 msgid "Opens in a new window/tab" msgstr "Apri in una nuova scheda/finestra" -#: includes/fields/class-acf-field-link.php:186 +#: includes/fields/class-acf-field-link.php:172 msgid "Link Array" msgstr "Link Array" -#: includes/fields/class-acf-field-link.php:187 +#: includes/fields/class-acf-field-link.php:173 msgid "Link URL" msgstr "Link URL" -#: includes/fields/class-acf-field-message.php:36 -#: includes/fields/class-acf-field-message.php:115 -#: includes/fields/class-acf-field-true_false.php:141 +#: includes/fields/class-acf-field-message.php:25 +#: includes/fields/class-acf-field-message.php:101 +#: includes/fields/class-acf-field-true_false.php:126 msgid "Message" msgstr "Messaggio" -#: includes/fields/class-acf-field-message.php:124 -#: includes/fields/class-acf-field-textarea.php:176 +#: includes/fields/class-acf-field-message.php:110 +#: includes/fields/class-acf-field-textarea.php:135 msgid "New Lines" msgstr "Nuove Linee" -#: includes/fields/class-acf-field-message.php:125 -#: includes/fields/class-acf-field-textarea.php:177 +#: includes/fields/class-acf-field-message.php:111 +#: includes/fields/class-acf-field-textarea.php:136 msgid "Controls how new lines are rendered" msgstr "Controlla come le nuove linee sono renderizzate" -#: includes/fields/class-acf-field-message.php:129 -#: includes/fields/class-acf-field-textarea.php:181 +#: includes/fields/class-acf-field-message.php:115 +#: includes/fields/class-acf-field-textarea.php:140 msgid "Automatically add paragraphs" msgstr "Aggiungi automaticamente paragrafi" -#: includes/fields/class-acf-field-message.php:130 -#: includes/fields/class-acf-field-textarea.php:182 +#: includes/fields/class-acf-field-message.php:116 +#: includes/fields/class-acf-field-textarea.php:141 msgid "Automatically add <br>" msgstr "Aggiungi automaticamente <br>" -#: includes/fields/class-acf-field-message.php:131 -#: includes/fields/class-acf-field-textarea.php:183 +#: includes/fields/class-acf-field-message.php:117 +#: includes/fields/class-acf-field-textarea.php:142 msgid "No Formatting" msgstr "Nessuna formattazione" -#: includes/fields/class-acf-field-message.php:138 +#: includes/fields/class-acf-field-message.php:124 msgid "Escape HTML" msgstr "Escape HTML" -#: includes/fields/class-acf-field-message.php:139 +#: includes/fields/class-acf-field-message.php:125 msgid "Allow HTML markup to display as visible text instead of rendering" msgstr "Visualizza HTML come testo" -#: includes/fields/class-acf-field-number.php:36 +#: includes/fields/class-acf-field-number.php:25 msgid "Number" msgstr "Numero" -#: includes/fields/class-acf-field-number.php:181 +#: includes/fields/class-acf-field-number.php:159 msgid "Minimum Value" msgstr "Valore Minimo" -#: includes/fields/class-acf-field-number.php:190 +#: includes/fields/class-acf-field-number.php:168 msgid "Maximum Value" msgstr "Valore Massimo" -#: includes/fields/class-acf-field-number.php:199 +#: includes/fields/class-acf-field-number.php:177 msgid "Step Size" msgstr "Step Dimensione" -#: includes/fields/class-acf-field-number.php:237 +#: includes/fields/class-acf-field-number.php:215 msgid "Value must be a number" msgstr "Il valore deve essere un numero" -#: includes/fields/class-acf-field-number.php:255 +#: includes/fields/class-acf-field-number.php:233 #, php-format msgid "Value must be equal to or higher than %d" msgstr "Il valore deve essere uguale o superiore a %d" -#: includes/fields/class-acf-field-number.php:263 +#: includes/fields/class-acf-field-number.php:241 #, php-format msgid "Value must be equal to or lower than %d" msgstr "Il valore deve essere uguale o inferiore a %d" -#: includes/fields/class-acf-field-oembed.php:36 +#: includes/fields/class-acf-field-oembed.php:25 msgid "oEmbed" msgstr "oEmbed" -#: includes/fields/class-acf-field-oembed.php:237 +#: includes/fields/class-acf-field-oembed.php:222 msgid "Enter URL" msgstr "Inserisci URL" -#: includes/fields/class-acf-field-oembed.php:250 -#: includes/fields/class-acf-field-taxonomy.php:904 +#: includes/fields/class-acf-field-oembed.php:235 +#: includes/fields/class-acf-field-taxonomy.php:891 msgid "Error." msgstr "Errore." -#: includes/fields/class-acf-field-oembed.php:250 +#: includes/fields/class-acf-field-oembed.php:235 msgid "No embed found for the given URL." msgstr "Nessun embed trovato per l'URL specificato." -#: includes/fields/class-acf-field-oembed.php:283 -#: includes/fields/class-acf-field-oembed.php:294 +#: includes/fields/class-acf-field-oembed.php:268 +#: includes/fields/class-acf-field-oembed.php:279 msgid "Embed Size" msgstr "Dimensione Embed" -#: includes/fields/class-acf-field-page_link.php:192 +#: includes/fields/class-acf-field-page_link.php:177 msgid "Archives" msgstr "Archivi" -#: includes/fields/class-acf-field-page_link.php:500 -#: includes/fields/class-acf-field-post_object.php:399 -#: includes/fields/class-acf-field-relationship.php:704 +#: includes/fields/class-acf-field-page_link.php:485 +#: includes/fields/class-acf-field-post_object.php:384 +#: includes/fields/class-acf-field-relationship.php:623 msgid "Filter by Post Type" msgstr "Filtra per tipo di Post" -#: includes/fields/class-acf-field-page_link.php:508 -#: includes/fields/class-acf-field-post_object.php:407 -#: includes/fields/class-acf-field-relationship.php:712 +#: includes/fields/class-acf-field-page_link.php:493 +#: includes/fields/class-acf-field-post_object.php:392 +#: includes/fields/class-acf-field-relationship.php:631 msgid "All post types" msgstr "Tutti i tipi di post" -#: includes/fields/class-acf-field-page_link.php:514 -#: includes/fields/class-acf-field-post_object.php:413 -#: includes/fields/class-acf-field-relationship.php:718 +#: includes/fields/class-acf-field-page_link.php:499 +#: includes/fields/class-acf-field-post_object.php:398 +#: includes/fields/class-acf-field-relationship.php:637 msgid "Filter by Taxonomy" msgstr "Fitra per tassonomia" -#: includes/fields/class-acf-field-page_link.php:522 -#: includes/fields/class-acf-field-post_object.php:421 -#: includes/fields/class-acf-field-relationship.php:726 +#: includes/fields/class-acf-field-page_link.php:507 +#: includes/fields/class-acf-field-post_object.php:406 +#: includes/fields/class-acf-field-relationship.php:645 msgid "All taxonomies" msgstr "Tutte le Tassonomie" -#: includes/fields/class-acf-field-page_link.php:528 -#: includes/fields/class-acf-field-post_object.php:427 -#: includes/fields/class-acf-field-radio.php:259 -#: includes/fields/class-acf-field-select.php:397 -#: includes/fields/class-acf-field-taxonomy.php:799 -#: includes/fields/class-acf-field-user.php:423 +#: includes/fields/class-acf-field-page_link.php:513 +#: includes/fields/class-acf-field-post_object.php:412 +#: includes/fields/class-acf-field-radio.php:244 +#: includes/fields/class-acf-field-select.php:386 +#: includes/fields/class-acf-field-taxonomy.php:786 +#: includes/fields/class-acf-field-user.php:408 msgid "Allow Null?" msgstr "Consenti Nullo?" -#: includes/fields/class-acf-field-page_link.php:538 +#: includes/fields/class-acf-field-page_link.php:523 msgid "Allow Archives URLs" msgstr "Consentire URL degli Archivi" -#: includes/fields/class-acf-field-page_link.php:548 -#: includes/fields/class-acf-field-post_object.php:437 -#: includes/fields/class-acf-field-select.php:407 -#: includes/fields/class-acf-field-user.php:433 +#: includes/fields/class-acf-field-page_link.php:533 +#: includes/fields/class-acf-field-post_object.php:422 +#: includes/fields/class-acf-field-select.php:396 +#: includes/fields/class-acf-field-user.php:418 msgid "Select multiple values?" msgstr "Selezionare più valori?" -#: includes/fields/class-acf-field-password.php:36 +#: includes/fields/class-acf-field-password.php:25 msgid "Password" msgstr "Password" -#: includes/fields/class-acf-field-post_object.php:36 -#: includes/fields/class-acf-field-post_object.php:452 -#: includes/fields/class-acf-field-relationship.php:783 +#: includes/fields/class-acf-field-post_object.php:25 +#: includes/fields/class-acf-field-post_object.php:437 +#: includes/fields/class-acf-field-relationship.php:702 msgid "Post Object" msgstr "Oggetto Post" -#: includes/fields/class-acf-field-post_object.php:453 -#: includes/fields/class-acf-field-relationship.php:784 +#: includes/fields/class-acf-field-post_object.php:438 +#: includes/fields/class-acf-field-relationship.php:703 msgid "Post ID" msgstr "ID Post" -#: includes/fields/class-acf-field-radio.php:36 +#: includes/fields/class-acf-field-radio.php:25 msgid "Radio Button" msgstr "Bottone Radio" -#: includes/fields/class-acf-field-radio.php:269 +#: includes/fields/class-acf-field-radio.php:254 msgid "Other" msgstr "Altro" -#: includes/fields/class-acf-field-radio.php:274 +#: includes/fields/class-acf-field-radio.php:259 msgid "Add 'other' choice to allow for custom values" msgstr "Aggiungi scelta 'altro' per consentire valori personalizzati" -#: includes/fields/class-acf-field-radio.php:280 +#: includes/fields/class-acf-field-radio.php:265 msgid "Save Other" msgstr "Salva Altro" -#: includes/fields/class-acf-field-radio.php:285 +#: includes/fields/class-acf-field-radio.php:270 msgid "Save 'other' values to the field's choices" msgstr "Salvare i valori 'altri' alle scelte di campo" -#: includes/fields/class-acf-field-relationship.php:36 +#: includes/fields/class-acf-field-relationship.php:25 msgid "Relationship" msgstr "Relazioni" -#: includes/fields/class-acf-field-relationship.php:48 +#: includes/fields/class-acf-field-relationship.php:37 msgid "Minimum values reached ( {min} values )" msgstr "Valori minimi raggiunti ( valori {min} )" -#: includes/fields/class-acf-field-relationship.php:49 +#: includes/fields/class-acf-field-relationship.php:38 msgid "Maximum values reached ( {max} values )" msgstr "Valori massimi raggiunti ( valori {max} )" -#: includes/fields/class-acf-field-relationship.php:50 +#: includes/fields/class-acf-field-relationship.php:39 msgid "Loading" msgstr "Caricamento" -#: includes/fields/class-acf-field-relationship.php:51 +#: includes/fields/class-acf-field-relationship.php:40 msgid "No matches found" msgstr "Nessun risultato" -#: includes/fields/class-acf-field-relationship.php:585 -msgid "Search..." -msgstr "Ricerca ..." - -#: includes/fields/class-acf-field-relationship.php:594 +#: includes/fields/class-acf-field-relationship.php:423 msgid "Select post type" msgstr "Seleziona Post Type" -#: includes/fields/class-acf-field-relationship.php:607 +#: includes/fields/class-acf-field-relationship.php:449 msgid "Select taxonomy" msgstr "Seleziona Tassonomia" -#: includes/fields/class-acf-field-relationship.php:732 +#: includes/fields/class-acf-field-relationship.php:539 +msgid "Search..." +msgstr "Ricerca ..." + +#: includes/fields/class-acf-field-relationship.php:651 msgid "Filters" msgstr "Filtri" -#: includes/fields/class-acf-field-relationship.php:738 +#: includes/fields/class-acf-field-relationship.php:657 #: includes/locations/class-acf-location-post-type.php:27 msgid "Post Type" msgstr "Tipo Post" -#: includes/fields/class-acf-field-relationship.php:739 -#: includes/fields/class-acf-field-taxonomy.php:36 -#: includes/fields/class-acf-field-taxonomy.php:769 +#: includes/fields/class-acf-field-relationship.php:658 +#: includes/fields/class-acf-field-taxonomy.php:28 +#: includes/fields/class-acf-field-taxonomy.php:756 msgid "Taxonomy" msgstr "Tassonomie" -#: includes/fields/class-acf-field-relationship.php:746 +#: includes/fields/class-acf-field-relationship.php:665 msgid "Elements" msgstr "Elementi" -#: includes/fields/class-acf-field-relationship.php:747 +#: includes/fields/class-acf-field-relationship.php:666 msgid "Selected elements will be displayed in each result" msgstr "Gli elementi selezionati verranno visualizzati in ogni risultato" -#: includes/fields/class-acf-field-relationship.php:758 +#: includes/fields/class-acf-field-relationship.php:677 msgid "Minimum posts" msgstr "Post minimi" -#: includes/fields/class-acf-field-relationship.php:767 +#: includes/fields/class-acf-field-relationship.php:686 msgid "Maximum posts" msgstr "Post massimi" -#: includes/fields/class-acf-field-relationship.php:871 -#: pro/fields/class-acf-field-gallery.php:815 +#: includes/fields/class-acf-field-relationship.php:790 +#: pro/fields/class-acf-field-gallery.php:800 #, php-format msgid "%s requires at least %s selection" msgid_plural "%s requires at least %s selections" msgstr[0] "%s richiede la selezione di almeno %s" msgstr[1] "%s richiede le selezioni di almeno %s" -#: includes/fields/class-acf-field-select.php:36 -#: includes/fields/class-acf-field-taxonomy.php:791 +#: includes/fields/class-acf-field-select.php:25 +#: includes/fields/class-acf-field-taxonomy.php:778 msgctxt "noun" msgid "Select" msgstr "Seleziona" -#: includes/fields/class-acf-field-select.php:49 +#: includes/fields/class-acf-field-select.php:38 msgctxt "Select2 JS matches_1" msgid "One result is available, press enter to select it." msgstr "Un risultato disponibile, premi invio per selezionarlo." -#: includes/fields/class-acf-field-select.php:50 +#: includes/fields/class-acf-field-select.php:39 #, php-format msgctxt "Select2 JS matches_n" msgid "%d results are available, use up and down arrow keys to navigate." msgstr "%d risultati disponibili, usa i tasti freccia su e giù per scorrere." -#: includes/fields/class-acf-field-select.php:51 +#: includes/fields/class-acf-field-select.php:40 msgctxt "Select2 JS matches_0" msgid "No matches found" msgstr "Nessun riscontro trovato" -#: includes/fields/class-acf-field-select.php:52 +#: includes/fields/class-acf-field-select.php:41 msgctxt "Select2 JS input_too_short_1" msgid "Please enter 1 or more characters" msgstr "Per favore inserire 1 o più caratteri" -#: includes/fields/class-acf-field-select.php:53 +#: includes/fields/class-acf-field-select.php:42 #, php-format msgctxt "Select2 JS input_too_short_n" msgid "Please enter %d or more characters" msgstr "Inserisci %d o più caratteri" -#: includes/fields/class-acf-field-select.php:54 +#: includes/fields/class-acf-field-select.php:43 msgctxt "Select2 JS input_too_long_1" msgid "Please delete 1 character" msgstr "Per favore cancella 1 carattere" -#: includes/fields/class-acf-field-select.php:55 +#: includes/fields/class-acf-field-select.php:44 #, php-format msgctxt "Select2 JS input_too_long_n" msgid "Please delete %d characters" msgstr "Cancellare %d caratteri" -#: includes/fields/class-acf-field-select.php:56 +#: includes/fields/class-acf-field-select.php:45 msgctxt "Select2 JS selection_too_long_1" msgid "You can only select 1 item" msgstr "Puoi selezionare solo 1 elemento" -#: includes/fields/class-acf-field-select.php:57 +#: includes/fields/class-acf-field-select.php:46 #, php-format msgctxt "Select2 JS selection_too_long_n" msgid "You can only select %d items" msgstr "È possibile selezionare solo %d elementi" -#: includes/fields/class-acf-field-select.php:58 +#: includes/fields/class-acf-field-select.php:47 msgctxt "Select2 JS load_more" msgid "Loading more results…" msgstr "Caricamento altri risultati…" -#: includes/fields/class-acf-field-select.php:59 +#: includes/fields/class-acf-field-select.php:48 msgctxt "Select2 JS searching" msgid "Searching…" msgstr "Cercando…" -#: includes/fields/class-acf-field-select.php:60 +#: includes/fields/class-acf-field-select.php:49 msgctxt "Select2 JS load_fail" msgid "Loading failed" msgstr "Caricamento fallito" -#: includes/fields/class-acf-field-select.php:266 includes/media.php:54 +#: includes/fields/class-acf-field-select.php:255 includes/media.php:54 msgctxt "verb" msgid "Select" msgstr "Seleziona" -#: includes/fields/class-acf-field-select.php:417 -#: includes/fields/class-acf-field-true_false.php:159 +#: includes/fields/class-acf-field-select.php:406 +#: includes/fields/class-acf-field-true_false.php:144 msgid "Stylised UI" msgstr "UI stilizzata" -#: includes/fields/class-acf-field-select.php:427 +#: includes/fields/class-acf-field-select.php:416 msgid "Use AJAX to lazy load choices?" msgstr "Usa AJAX per le scelte di carico lazy?" -#: includes/fields/class-acf-field-select.php:438 +#: includes/fields/class-acf-field-select.php:427 msgid "Specify the value returned" msgstr "Specificare il valore restituito" -#: includes/fields/class-acf-field-separator.php:36 +#: includes/fields/class-acf-field-separator.php:25 msgid "Separator" msgstr "Separatore" -#: includes/fields/class-acf-field-tab.php:36 +#: includes/fields/class-acf-field-tab.php:25 msgid "Tab" msgstr "Scheda" -#: includes/fields/class-acf-field-tab.php:96 +#: includes/fields/class-acf-field-tab.php:82 msgid "" "The tab field will display incorrectly when added to a Table style repeater " "field or flexible content field layout" @@ -2404,7 +2404,7 @@ msgstr "" "Il campo scheda visualizzerà correttamente quando aggiunto a un campo " "ripetitore stile di tabella o disposizione flessibile in campo dei contenuti" -#: includes/fields/class-acf-field-tab.php:97 +#: includes/fields/class-acf-field-tab.php:83 msgid "" "Use \"Tab Fields\" to better organize your edit screen by grouping fields " "together." @@ -2412,7 +2412,7 @@ msgstr "" "Usa \"Campi Scheda\" per organizzare al meglio la vostra schermata di " "modifica raggruppando i campi insieme." -#: includes/fields/class-acf-field-tab.php:98 +#: includes/fields/class-acf-field-tab.php:84 msgid "" "All fields following this \"tab field\" (or until another \"tab field\" is " "defined) will be grouped together using this field's label as the tab " @@ -2422,242 +2422,242 @@ msgstr "" "tab \" viene definito) verranno raggruppati utilizzando l'etichetta di " "questo campo come intestazione scheda." -#: includes/fields/class-acf-field-tab.php:112 +#: includes/fields/class-acf-field-tab.php:98 msgid "Placement" msgstr "Posizione" -#: includes/fields/class-acf-field-tab.php:124 +#: includes/fields/class-acf-field-tab.php:110 msgid "End-point" msgstr "Punto finale" -#: includes/fields/class-acf-field-tab.php:125 +#: includes/fields/class-acf-field-tab.php:111 msgid "Use this field as an end-point and start a new group of tabs" msgstr "" "Utilizzare questo campo come un punto finale e iniziare un nuovo gruppo di " "schede" -#: includes/fields/class-acf-field-taxonomy.php:719 -#: includes/fields/class-acf-field-true_false.php:95 -#: includes/fields/class-acf-field-true_false.php:184 includes/input.php:266 +#: includes/fields/class-acf-field-taxonomy.php:706 +#: includes/fields/class-acf-field-true_false.php:80 +#: includes/fields/class-acf-field-true_false.php:169 includes/input.php:268 #: pro/admin/views/html-settings-updates.php:103 msgid "No" msgstr "No" -#: includes/fields/class-acf-field-taxonomy.php:738 +#: includes/fields/class-acf-field-taxonomy.php:725 msgid "None" msgstr "Nessuno" -#: includes/fields/class-acf-field-taxonomy.php:770 +#: includes/fields/class-acf-field-taxonomy.php:757 msgid "Select the taxonomy to be displayed" msgstr "Seleziona la Tassonomia da mostrare" -#: includes/fields/class-acf-field-taxonomy.php:779 +#: includes/fields/class-acf-field-taxonomy.php:766 msgid "Appearance" msgstr "Aspetto" -#: includes/fields/class-acf-field-taxonomy.php:780 +#: includes/fields/class-acf-field-taxonomy.php:767 msgid "Select the appearance of this field" msgstr "Seleziona l'aspetto per questo Campo" -#: includes/fields/class-acf-field-taxonomy.php:785 +#: includes/fields/class-acf-field-taxonomy.php:772 msgid "Multiple Values" msgstr "Valori Multipli" -#: includes/fields/class-acf-field-taxonomy.php:787 +#: includes/fields/class-acf-field-taxonomy.php:774 msgid "Multi Select" msgstr "Selezione Multipla" -#: includes/fields/class-acf-field-taxonomy.php:789 +#: includes/fields/class-acf-field-taxonomy.php:776 msgid "Single Value" msgstr "Valore Singolo" -#: includes/fields/class-acf-field-taxonomy.php:790 +#: includes/fields/class-acf-field-taxonomy.php:777 msgid "Radio Buttons" msgstr "Bottoni Radio" -#: includes/fields/class-acf-field-taxonomy.php:809 +#: includes/fields/class-acf-field-taxonomy.php:796 msgid "Create Terms" msgstr "Crea Termini" -#: includes/fields/class-acf-field-taxonomy.php:810 +#: includes/fields/class-acf-field-taxonomy.php:797 msgid "Allow new terms to be created whilst editing" msgstr "Abilita la creazione di nuovi Termini" -#: includes/fields/class-acf-field-taxonomy.php:819 +#: includes/fields/class-acf-field-taxonomy.php:806 msgid "Save Terms" msgstr "Salva Termini" -#: includes/fields/class-acf-field-taxonomy.php:820 +#: includes/fields/class-acf-field-taxonomy.php:807 msgid "Connect selected terms to the post" msgstr "Collega i Termini selezionati al Post" -#: includes/fields/class-acf-field-taxonomy.php:829 +#: includes/fields/class-acf-field-taxonomy.php:816 msgid "Load Terms" msgstr "Carica Termini" -#: includes/fields/class-acf-field-taxonomy.php:830 +#: includes/fields/class-acf-field-taxonomy.php:817 msgid "Load value from posts terms" msgstr "Carica valori dai Termini del Post" -#: includes/fields/class-acf-field-taxonomy.php:844 +#: includes/fields/class-acf-field-taxonomy.php:831 msgid "Term Object" msgstr "Oggetto Termine" -#: includes/fields/class-acf-field-taxonomy.php:845 +#: includes/fields/class-acf-field-taxonomy.php:832 msgid "Term ID" msgstr "ID Termine" -#: includes/fields/class-acf-field-taxonomy.php:904 +#: includes/fields/class-acf-field-taxonomy.php:891 #, php-format msgid "User unable to add new %s" msgstr "Utente non abilitato ad aggiungere %s" -#: includes/fields/class-acf-field-taxonomy.php:917 +#: includes/fields/class-acf-field-taxonomy.php:904 #, php-format msgid "%s already exists" msgstr "%s esiste già" -#: includes/fields/class-acf-field-taxonomy.php:958 +#: includes/fields/class-acf-field-taxonomy.php:945 #, php-format msgid "%s added" msgstr "%s aggiunto" -#: includes/fields/class-acf-field-taxonomy.php:1003 +#: includes/fields/class-acf-field-taxonomy.php:990 msgid "Add" msgstr "Aggiungi" -#: includes/fields/class-acf-field-text.php:36 +#: includes/fields/class-acf-field-text.php:25 msgid "Text" msgstr "Testo" -#: includes/fields/class-acf-field-text.php:178 -#: includes/fields/class-acf-field-textarea.php:157 +#: includes/fields/class-acf-field-text.php:151 +#: includes/fields/class-acf-field-textarea.php:116 msgid "Character Limit" msgstr "Limite Carattere" -#: includes/fields/class-acf-field-text.php:179 -#: includes/fields/class-acf-field-textarea.php:158 +#: includes/fields/class-acf-field-text.php:152 +#: includes/fields/class-acf-field-textarea.php:117 msgid "Leave blank for no limit" msgstr "Lasciare vuoto per nessun limite" -#: includes/fields/class-acf-field-textarea.php:36 +#: includes/fields/class-acf-field-textarea.php:25 msgid "Text Area" msgstr "Area di Testo" -#: includes/fields/class-acf-field-textarea.php:166 +#: includes/fields/class-acf-field-textarea.php:125 msgid "Rows" msgstr "Righe" -#: includes/fields/class-acf-field-textarea.php:167 +#: includes/fields/class-acf-field-textarea.php:126 msgid "Sets the textarea height" -msgstr "Imposta le righr dell'area di testo" +msgstr "Imposta le righe dell'area di testo" -#: includes/fields/class-acf-field-time_picker.php:36 +#: includes/fields/class-acf-field-time_picker.php:25 msgid "Time Picker" msgstr "Selettore di tempo" -#: includes/fields/class-acf-field-true_false.php:36 +#: includes/fields/class-acf-field-true_false.php:25 msgid "True / False" msgstr "Vero / Falso" -#: includes/fields/class-acf-field-true_false.php:94 -#: includes/fields/class-acf-field-true_false.php:174 includes/input.php:265 +#: includes/fields/class-acf-field-true_false.php:79 +#: includes/fields/class-acf-field-true_false.php:159 includes/input.php:267 #: pro/admin/views/html-settings-updates.php:93 msgid "Yes" msgstr "Si" -#: includes/fields/class-acf-field-true_false.php:142 +#: includes/fields/class-acf-field-true_false.php:127 msgid "Displays text alongside the checkbox" msgstr "Visualizza il testo a fianco alla casella di controllo" -#: includes/fields/class-acf-field-true_false.php:170 +#: includes/fields/class-acf-field-true_false.php:155 msgid "On Text" msgstr "Testo Attivo" -#: includes/fields/class-acf-field-true_false.php:171 +#: includes/fields/class-acf-field-true_false.php:156 msgid "Text shown when active" msgstr "Testo visualizzato quando è attivo" -#: includes/fields/class-acf-field-true_false.php:180 +#: includes/fields/class-acf-field-true_false.php:165 msgid "Off Text" msgstr "Testo Disattivo" -#: includes/fields/class-acf-field-true_false.php:181 +#: includes/fields/class-acf-field-true_false.php:166 msgid "Text shown when inactive" msgstr "Testo mostrato quando inattivo" -#: includes/fields/class-acf-field-url.php:36 +#: includes/fields/class-acf-field-url.php:25 msgid "Url" msgstr "Url" -#: includes/fields/class-acf-field-url.php:165 +#: includes/fields/class-acf-field-url.php:147 msgid "Value must be a valid URL" msgstr "Il valore deve essere una URL valida" -#: includes/fields/class-acf-field-user.php:36 includes/locations.php:95 +#: includes/fields/class-acf-field-user.php:25 includes/locations.php:95 msgid "User" msgstr "Utente" -#: includes/fields/class-acf-field-user.php:408 +#: includes/fields/class-acf-field-user.php:393 msgid "Filter by role" msgstr "Filtra per ruolo" -#: includes/fields/class-acf-field-user.php:416 +#: includes/fields/class-acf-field-user.php:401 msgid "All user roles" msgstr "Tutti i ruoli utente" -#: includes/fields/class-acf-field-wysiwyg.php:36 +#: includes/fields/class-acf-field-wysiwyg.php:25 msgid "Wysiwyg Editor" msgstr "Editor Wysiwyg" -#: includes/fields/class-acf-field-wysiwyg.php:385 +#: includes/fields/class-acf-field-wysiwyg.php:370 msgid "Visual" msgstr "Visuale" -#: includes/fields/class-acf-field-wysiwyg.php:386 +#: includes/fields/class-acf-field-wysiwyg.php:371 msgctxt "Name for the Text editor tab (formerly HTML)" msgid "Text" msgstr "Testo" -#: includes/fields/class-acf-field-wysiwyg.php:392 +#: includes/fields/class-acf-field-wysiwyg.php:377 msgid "Click to initialize TinyMCE" msgstr "Clicca per inizializzare TinyMCE" -#: includes/fields/class-acf-field-wysiwyg.php:445 +#: includes/fields/class-acf-field-wysiwyg.php:430 msgid "Tabs" msgstr "Schede" -#: includes/fields/class-acf-field-wysiwyg.php:450 +#: includes/fields/class-acf-field-wysiwyg.php:435 msgid "Visual & Text" msgstr "Visuale e Testuale" -#: includes/fields/class-acf-field-wysiwyg.php:451 +#: includes/fields/class-acf-field-wysiwyg.php:436 msgid "Visual Only" msgstr "Solo Visuale" -#: includes/fields/class-acf-field-wysiwyg.php:452 +#: includes/fields/class-acf-field-wysiwyg.php:437 msgid "Text Only" msgstr "Solo Testuale" -#: includes/fields/class-acf-field-wysiwyg.php:459 +#: includes/fields/class-acf-field-wysiwyg.php:444 msgid "Toolbar" msgstr "Toolbar" -#: includes/fields/class-acf-field-wysiwyg.php:469 +#: includes/fields/class-acf-field-wysiwyg.php:454 msgid "Show Media Upload Buttons?" msgstr "Mostra Bottoni caricamento Media?" -#: includes/fields/class-acf-field-wysiwyg.php:479 +#: includes/fields/class-acf-field-wysiwyg.php:464 msgid "Delay initialization?" msgstr "Ritardo inizializzazione?" -#: includes/fields/class-acf-field-wysiwyg.php:480 +#: includes/fields/class-acf-field-wysiwyg.php:465 msgid "TinyMCE will not be initalized until field is clicked" msgstr "" "TinyMCE non sarà inizializzato fino a quando il campo non viene cliccato" #: includes/forms/form-comment.php:166 includes/forms/form-post.php:303 -#: pro/admin/admin-options-page.php:304 +#: pro/admin/admin-options-page.php:308 msgid "Edit field group" msgstr "Modifica Field Group" @@ -2665,7 +2665,7 @@ msgstr "Modifica Field Group" msgid "Validate Email" msgstr "Valida Email" -#: includes/forms/form-front.php:103 pro/fields/class-acf-field-gallery.php:588 +#: includes/forms/form-front.php:103 pro/fields/class-acf-field-gallery.php:573 #: pro/options-page.php:81 msgid "Update" msgstr "Aggiorna" @@ -2678,37 +2678,41 @@ msgstr "Post aggiornato" msgid "Spam Detected" msgstr "Spam Rilevato" -#: includes/input.php:258 +#: includes/input.php:259 msgid "Expand Details" msgstr "Espandi Dettagli" -#: includes/input.php:259 +#: includes/input.php:260 msgid "Collapse Details" msgstr "Chiudi Dettagli" -#: includes/input.php:260 +#: includes/input.php:261 msgid "Validation successful" msgstr "Validazione avvenuta con successo" -#: includes/input.php:261 includes/validation.php:285 +#: includes/input.php:262 includes/validation.php:285 #: includes/validation.php:296 msgid "Validation failed" msgstr "Validazione fallita" -#: includes/input.php:262 +#: includes/input.php:263 msgid "1 field requires attention" msgstr "1 Campo necessita di attenzioni" -#: includes/input.php:263 +#: includes/input.php:264 #, php-format msgid "%d fields require attention" msgstr "%d Campi necessitano di attenzioni" -#: includes/input.php:264 +#: includes/input.php:265 msgid "Restricted" msgstr "Limitato" -#: includes/input.php:268 +#: includes/input.php:266 +msgid "Are you sure?" +msgstr "Sei sicuro?" + +#: includes/input.php:270 msgid "Cancel" msgstr "Annulla" @@ -2728,7 +2732,7 @@ msgstr "Moduli" msgid "Attachment" msgstr "Allegato" -#: includes/locations/class-acf-location-attachment.php:113 +#: includes/locations/class-acf-location-attachment.php:109 #, php-format msgid "All %s formats" msgstr "Tutti i formati %s" @@ -2741,7 +2745,7 @@ msgstr "Commento" msgid "Current User Role" msgstr "Ruolo Utente corrente" -#: includes/locations/class-acf-location-current-user-role.php:114 +#: includes/locations/class-acf-location-current-user-role.php:110 msgid "Super Admin" msgstr "Super Admin" @@ -2749,15 +2753,15 @@ msgstr "Super Admin" msgid "Current User" msgstr "Utente corrente" -#: includes/locations/class-acf-location-current-user.php:101 +#: includes/locations/class-acf-location-current-user.php:97 msgid "Logged in" msgstr "Autenticato" -#: includes/locations/class-acf-location-current-user.php:102 +#: includes/locations/class-acf-location-current-user.php:98 msgid "Viewing front end" msgstr "Visualizzando Frond-end" -#: includes/locations/class-acf-location-current-user.php:103 +#: includes/locations/class-acf-location-current-user.php:99 msgid "Viewing back end" msgstr "Visualizzando Back-end" @@ -2769,11 +2773,11 @@ msgstr "Menu Elemento" msgid "Menu" msgstr "Menu" -#: includes/locations/class-acf-location-nav-menu.php:113 +#: includes/locations/class-acf-location-nav-menu.php:109 msgid "Menu Locations" msgstr "Posizione Menu" -#: includes/locations/class-acf-location-nav-menu.php:123 +#: includes/locations/class-acf-location-nav-menu.php:119 msgid "Menus" msgstr "Menu" @@ -2785,8 +2789,8 @@ msgstr "Genitore Pagina" msgid "Page Template" msgstr "Template Pagina" -#: includes/locations/class-acf-location-page-template.php:102 -#: includes/locations/class-acf-location-post-template.php:156 +#: includes/locations/class-acf-location-page-template.php:98 +#: includes/locations/class-acf-location-post-template.php:151 msgid "Default Template" msgstr "Template Default" @@ -2794,23 +2798,23 @@ msgstr "Template Default" msgid "Page Type" msgstr "Tipo di Pagina" -#: includes/locations/class-acf-location-page-type.php:149 +#: includes/locations/class-acf-location-page-type.php:145 msgid "Front Page" msgstr "Pagina Principale" -#: includes/locations/class-acf-location-page-type.php:150 +#: includes/locations/class-acf-location-page-type.php:146 msgid "Posts Page" msgstr "Pagina Post" -#: includes/locations/class-acf-location-page-type.php:151 +#: includes/locations/class-acf-location-page-type.php:147 msgid "Top Level Page (no parent)" msgstr "Pagina di primo livello (no Genitori)" -#: includes/locations/class-acf-location-page-type.php:152 +#: includes/locations/class-acf-location-page-type.php:148 msgid "Parent Page (has children)" msgstr "Pagina Genitore (ha Figli)" -#: includes/locations/class-acf-location-page-type.php:153 +#: includes/locations/class-acf-location-page-type.php:149 msgid "Child Page (has parent)" msgstr "Pagina Figlio (ha Genitore)" @@ -2830,7 +2834,7 @@ msgstr "Stato Post" msgid "Post Taxonomy" msgstr "Tassonomia Post" -#: includes/locations/class-acf-location-post-template.php:29 +#: includes/locations/class-acf-location-post-template.php:27 msgid "Post Template" msgstr "Template Post" @@ -2842,11 +2846,11 @@ msgstr "Termine Tassonomia" msgid "User Form" msgstr "Form Utente" -#: includes/locations/class-acf-location-user-form.php:92 +#: includes/locations/class-acf-location-user-form.php:88 msgid "Add / Edit" msgstr "Aggiungi / Modifica" -#: includes/locations/class-acf-location-user-form.php:93 +#: includes/locations/class-acf-location-user-form.php:89 msgid "Register" msgstr "Registra" @@ -2878,11 +2882,11 @@ msgstr "Il valore %s è richiesto" msgid "Advanced Custom Fields PRO" msgstr "Advanced Custom Fields PRO" -#: pro/admin/admin-options-page.php:196 +#: pro/admin/admin-options-page.php:200 msgid "Publish" msgstr "Pubblica" -#: pro/admin/admin-options-page.php:202 +#: pro/admin/admin-options-page.php:206 #, php-format msgid "" "No Custom Field Groups found for this options page. Create a " @@ -2959,275 +2963,275 @@ msgstr "Ricontrollare" msgid "Upgrade Notice" msgstr "Avviso di Aggiornamento" -#: pro/fields/class-acf-field-clone.php:36 +#: pro/fields/class-acf-field-clone.php:25 msgctxt "noun" msgid "Clone" msgstr "Clona" -#: pro/fields/class-acf-field-clone.php:858 +#: pro/fields/class-acf-field-clone.php:824 msgid "Select one or more fields you wish to clone" msgstr "Selezionare uno o più campi che si desidera clonare" -#: pro/fields/class-acf-field-clone.php:875 +#: pro/fields/class-acf-field-clone.php:841 msgid "Display" msgstr "Visualizza" -#: pro/fields/class-acf-field-clone.php:876 +#: pro/fields/class-acf-field-clone.php:842 msgid "Specify the style used to render the clone field" msgstr "Specificare lo stile utilizzato per il rendering del campo clona" -#: pro/fields/class-acf-field-clone.php:881 +#: pro/fields/class-acf-field-clone.php:847 msgid "Group (displays selected fields in a group within this field)" msgstr "" "Gruppo (Visualizza campi selezionati in un gruppo all'interno di questo " "campo)" -#: pro/fields/class-acf-field-clone.php:882 +#: pro/fields/class-acf-field-clone.php:848 msgid "Seamless (replaces this field with selected fields)" msgstr "Senza interruzione (sostituisce questo campo con i campi selezionati)" -#: pro/fields/class-acf-field-clone.php:903 +#: pro/fields/class-acf-field-clone.php:869 #, php-format msgid "Labels will be displayed as %s" msgstr "Etichette verranno visualizzate come %s" -#: pro/fields/class-acf-field-clone.php:906 +#: pro/fields/class-acf-field-clone.php:872 msgid "Prefix Field Labels" msgstr "Prefisso Etichetta Campo" -#: pro/fields/class-acf-field-clone.php:917 +#: pro/fields/class-acf-field-clone.php:883 #, php-format msgid "Values will be saved as %s" msgstr "I valori verranno salvati come %s" -#: pro/fields/class-acf-field-clone.php:920 +#: pro/fields/class-acf-field-clone.php:886 msgid "Prefix Field Names" msgstr "Prefisso Nomi Campo" -#: pro/fields/class-acf-field-clone.php:1038 +#: pro/fields/class-acf-field-clone.php:1004 msgid "Unknown field" msgstr "Campo sconosciuto" -#: pro/fields/class-acf-field-clone.php:1077 +#: pro/fields/class-acf-field-clone.php:1043 msgid "Unknown field group" msgstr "Field Group sconosciuto" -#: pro/fields/class-acf-field-clone.php:1081 +#: pro/fields/class-acf-field-clone.php:1047 #, php-format msgid "All fields from %s field group" msgstr "Tutti i campi dal %s field group" -#: pro/fields/class-acf-field-flexible-content.php:42 -#: pro/fields/class-acf-field-repeater.php:230 -#: pro/fields/class-acf-field-repeater.php:534 +#: pro/fields/class-acf-field-flexible-content.php:31 +#: pro/fields/class-acf-field-repeater.php:174 +#: pro/fields/class-acf-field-repeater.php:478 msgid "Add Row" msgstr "Aggiungi Riga" -#: pro/fields/class-acf-field-flexible-content.php:45 +#: pro/fields/class-acf-field-flexible-content.php:34 msgid "layout" msgstr "layout" -#: pro/fields/class-acf-field-flexible-content.php:46 +#: pro/fields/class-acf-field-flexible-content.php:35 msgid "layouts" msgstr "layout" -#: pro/fields/class-acf-field-flexible-content.php:47 +#: pro/fields/class-acf-field-flexible-content.php:36 msgid "remove {layout}?" msgstr "rimuovi {layout}?" -#: pro/fields/class-acf-field-flexible-content.php:48 +#: pro/fields/class-acf-field-flexible-content.php:37 msgid "This field requires at least {min} {identifier}" msgstr "Questo campoQuesto campo richiede almeno {min} {identifier}" -#: pro/fields/class-acf-field-flexible-content.php:49 +#: pro/fields/class-acf-field-flexible-content.php:38 msgid "This field has a limit of {max} {identifier}" msgstr "Questo campo ha un limite di {max} {identifier}" -#: pro/fields/class-acf-field-flexible-content.php:50 +#: pro/fields/class-acf-field-flexible-content.php:39 msgid "This field requires at least {min} {label} {identifier}" msgstr "Questo campo richiede almeno {min} {label} {identifier}" -#: pro/fields/class-acf-field-flexible-content.php:51 +#: pro/fields/class-acf-field-flexible-content.php:40 msgid "Maximum {label} limit reached ({max} {identifier})" msgstr "Massimo {label} limite raggiunto ({max} {identifier})" -#: pro/fields/class-acf-field-flexible-content.php:52 +#: pro/fields/class-acf-field-flexible-content.php:41 msgid "{available} {label} {identifier} available (max {max})" msgstr "{available} {label} {identifier} disponibile (max {max})" -#: pro/fields/class-acf-field-flexible-content.php:53 +#: pro/fields/class-acf-field-flexible-content.php:42 msgid "{required} {label} {identifier} required (min {min})" msgstr "{required} {label} {identifier} richiesto (min {min})" -#: pro/fields/class-acf-field-flexible-content.php:54 +#: pro/fields/class-acf-field-flexible-content.php:43 msgid "Flexible Content requires at least 1 layout" msgstr "Flexible Content richiede almeno 1 layout" -#: pro/fields/class-acf-field-flexible-content.php:288 +#: pro/fields/class-acf-field-flexible-content.php:273 #, php-format msgid "Click the \"%s\" button below to start creating your layout" msgstr "Clicca il bottone \"%s\" qui sotto per iniziare a creare il layout" -#: pro/fields/class-acf-field-flexible-content.php:423 +#: pro/fields/class-acf-field-flexible-content.php:408 msgid "Add layout" msgstr "Aggiungi Layout" -#: pro/fields/class-acf-field-flexible-content.php:424 +#: pro/fields/class-acf-field-flexible-content.php:409 msgid "Remove layout" msgstr "Rimuovi Layout" -#: pro/fields/class-acf-field-flexible-content.php:425 -#: pro/fields/class-acf-field-repeater.php:360 +#: pro/fields/class-acf-field-flexible-content.php:410 +#: pro/fields/class-acf-field-repeater.php:304 msgid "Click to toggle" msgstr "Clicca per alternare" -#: pro/fields/class-acf-field-flexible-content.php:571 +#: pro/fields/class-acf-field-flexible-content.php:556 msgid "Reorder Layout" msgstr "Riordina Layout" -#: pro/fields/class-acf-field-flexible-content.php:571 +#: pro/fields/class-acf-field-flexible-content.php:556 msgid "Reorder" msgstr "Riordina" -#: pro/fields/class-acf-field-flexible-content.php:572 +#: pro/fields/class-acf-field-flexible-content.php:557 msgid "Delete Layout" msgstr "Cancella Layout" -#: pro/fields/class-acf-field-flexible-content.php:573 +#: pro/fields/class-acf-field-flexible-content.php:558 msgid "Duplicate Layout" msgstr "Duplica Layout" -#: pro/fields/class-acf-field-flexible-content.php:574 +#: pro/fields/class-acf-field-flexible-content.php:559 msgid "Add New Layout" msgstr "Aggiungi Nuovo Layout" -#: pro/fields/class-acf-field-flexible-content.php:645 +#: pro/fields/class-acf-field-flexible-content.php:630 msgid "Min" msgstr "Min" -#: pro/fields/class-acf-field-flexible-content.php:658 +#: pro/fields/class-acf-field-flexible-content.php:643 msgid "Max" msgstr "Max" -#: pro/fields/class-acf-field-flexible-content.php:685 -#: pro/fields/class-acf-field-repeater.php:530 +#: pro/fields/class-acf-field-flexible-content.php:670 +#: pro/fields/class-acf-field-repeater.php:474 msgid "Button Label" msgstr "Etichetta Bottone" -#: pro/fields/class-acf-field-flexible-content.php:694 +#: pro/fields/class-acf-field-flexible-content.php:679 msgid "Minimum Layouts" msgstr "Layout Minimi" -#: pro/fields/class-acf-field-flexible-content.php:703 +#: pro/fields/class-acf-field-flexible-content.php:688 msgid "Maximum Layouts" msgstr "Layout Massimi" -#: pro/fields/class-acf-field-gallery.php:52 +#: pro/fields/class-acf-field-gallery.php:41 msgid "Add Image to Gallery" msgstr "Aggiungi Immagine alla Galleria" -#: pro/fields/class-acf-field-gallery.php:56 +#: pro/fields/class-acf-field-gallery.php:45 msgid "Maximum selection reached" msgstr "Selezione massima raggiunta" -#: pro/fields/class-acf-field-gallery.php:336 +#: pro/fields/class-acf-field-gallery.php:321 msgid "Length" msgstr "Lunghezza" -#: pro/fields/class-acf-field-gallery.php:379 +#: pro/fields/class-acf-field-gallery.php:364 msgid "Caption" msgstr "Didascalia" -#: pro/fields/class-acf-field-gallery.php:388 +#: pro/fields/class-acf-field-gallery.php:373 msgid "Alt Text" msgstr "Testo Alt" -#: pro/fields/class-acf-field-gallery.php:559 +#: pro/fields/class-acf-field-gallery.php:544 msgid "Add to gallery" msgstr "Aggiungi a Galleria" -#: pro/fields/class-acf-field-gallery.php:563 +#: pro/fields/class-acf-field-gallery.php:548 msgid "Bulk actions" msgstr "Azioni in blocco" -#: pro/fields/class-acf-field-gallery.php:564 +#: pro/fields/class-acf-field-gallery.php:549 msgid "Sort by date uploaded" msgstr "Ordina per aggiornamento data" -#: pro/fields/class-acf-field-gallery.php:565 +#: pro/fields/class-acf-field-gallery.php:550 msgid "Sort by date modified" msgstr "Ordina per data modifica" -#: pro/fields/class-acf-field-gallery.php:566 +#: pro/fields/class-acf-field-gallery.php:551 msgid "Sort by title" msgstr "Ordina per titolo" -#: pro/fields/class-acf-field-gallery.php:567 +#: pro/fields/class-acf-field-gallery.php:552 msgid "Reverse current order" msgstr "Ordine corrente inversa" -#: pro/fields/class-acf-field-gallery.php:585 +#: pro/fields/class-acf-field-gallery.php:570 msgid "Close" msgstr "Chiudi" -#: pro/fields/class-acf-field-gallery.php:639 +#: pro/fields/class-acf-field-gallery.php:624 msgid "Minimum Selection" msgstr "Seleziona Minima" -#: pro/fields/class-acf-field-gallery.php:648 +#: pro/fields/class-acf-field-gallery.php:633 msgid "Maximum Selection" msgstr "Seleziona Massima" -#: pro/fields/class-acf-field-gallery.php:657 +#: pro/fields/class-acf-field-gallery.php:642 msgid "Insert" msgstr "Inserisci" -#: pro/fields/class-acf-field-gallery.php:658 +#: pro/fields/class-acf-field-gallery.php:643 msgid "Specify where new attachments are added" msgstr "Specificare dove vengono aggiunti nuovi allegati" -#: pro/fields/class-acf-field-gallery.php:662 +#: pro/fields/class-acf-field-gallery.php:647 msgid "Append to the end" msgstr "Aggiungere alla fine" -#: pro/fields/class-acf-field-gallery.php:663 +#: pro/fields/class-acf-field-gallery.php:648 msgid "Prepend to the beginning" msgstr "Anteporre all'inizio" -#: pro/fields/class-acf-field-repeater.php:47 +#: pro/fields/class-acf-field-repeater.php:36 msgid "Minimum rows reached ({min} rows)" msgstr "Righe minime raggiunte ({min} righe)" -#: pro/fields/class-acf-field-repeater.php:48 +#: pro/fields/class-acf-field-repeater.php:37 msgid "Maximum rows reached ({max} rows)" msgstr "Righe massime raggiunte ({max} righe)" -#: pro/fields/class-acf-field-repeater.php:405 +#: pro/fields/class-acf-field-repeater.php:349 msgid "Add row" msgstr "Aggiungi riga" -#: pro/fields/class-acf-field-repeater.php:406 +#: pro/fields/class-acf-field-repeater.php:350 msgid "Remove row" msgstr "Rimuovi riga" -#: pro/fields/class-acf-field-repeater.php:483 +#: pro/fields/class-acf-field-repeater.php:427 msgid "Collapsed" msgstr "Collassata" -#: pro/fields/class-acf-field-repeater.php:484 +#: pro/fields/class-acf-field-repeater.php:428 msgid "Select a sub field to show when row is collapsed" msgstr "" "Selezionare un campo secondario da visualizzare quando la riga è collassata" -#: pro/fields/class-acf-field-repeater.php:494 +#: pro/fields/class-acf-field-repeater.php:438 msgid "Minimum Rows" msgstr "Righe Minime" -#: pro/fields/class-acf-field-repeater.php:504 +#: pro/fields/class-acf-field-repeater.php:448 msgid "Maximum Rows" msgstr "Righe Massime" -#: pro/locations/class-acf-location-options-page.php:70 +#: pro/locations/class-acf-location-options-page.php:79 msgid "No options pages exist" msgstr "Nessuna Pagina Opzioni esistente" diff --git a/lang/acf-ro_RO.mo b/lang/acf-ro_RO.mo index 67ebcac6f845099be56146a00af0d9e4cf8b67cf..970f380a3ed67d4b940cc032084841fa9aae609c 100644 GIT binary patch delta 11291 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 delta 13520 zcmb8#2Y3|K-pBDtLJ5Qth|;7CHIxuYC{kk(qzQsj1Sz^nCdr1)ZrJQnl|`x`ps)yt zSZE^FSJrkFR0t|I6l`#9AY$(#B8t4<-_GG)uHNT;o_C(-&*z*oGiT2EpEI-Iy{n!` zT=Gg{&ZpFHp{Cu2##+&9JQQ*bjT*3><(lyZ}#OZLHbRvZ`Yf zOu@F;8M_)CY)5?!_QmJ1n`K3;KPgPqg_-URE3pOjJ-7vrV{csA$+D{Ai^v$Q{m8A> z$EXL_n2&q02Da@={#EEkK{L7(m9p_z2mPjfE~_4vwH^^b=|`C0^_>k`(~piz9eEAZbd!l zF4Th`K;8HRYNXF%C43##@j<)*kE8a)Y1F{ddbp`?iF#m1RC^Al;T5R<@=*Onrc%%Y zr=f1R5w&)!O#24oHgkRlDy0>urFzYrKZv^TL$vX8Y=g|IkohMLIt#?z*~GG8rast&5ZHpYHfPw)Rk z3QB3YIk5<@qP{VHfn}XQy-q27g_>YnREGnxAx=QeD2)B^dQ@tkMGdF|HNpL;483bS zg2{USzcLL!V^iv9P+!2teb}jZ2`VFFPy_X%GIc$w`W@ClH??$~=kD>

                ' . $version . '

                ' . $text; + return '

                ' . esc_html($version) . '

                ' . acf_esc_html($text); } @@ -283,6 +283,12 @@ class acf_admin_settings_updates { $response = acf_updates()->request('v2/plugins/activate?p=pro', $post); + // ensure response is expected JSON array (not string) + if( is_string($response) ) { + $response = new WP_Error( 'server_error', esc_html($response) ); + } + + // error if( is_wp_error($response) ) { @@ -345,6 +351,12 @@ class acf_admin_settings_updates { $response = acf_updates()->request('v2/plugins/deactivate?p=pro', $post); + // ensure response is expected JSON array (not string) + if( is_string($response) ) { + $response = new WP_Error( 'server_error', esc_html($response) ); + } + + // error if( is_wp_error($response) ) { diff --git a/pro/admin/views/html-settings-updates.php b/pro/admin/views/html-settings-updates.php index 6549d18..4beb66d 100644 --- a/pro/admin/views/html-settings-updates.php +++ b/pro/admin/views/html-settings-updates.php @@ -1,9 +1,5 @@ - + @@ -80,7 +76,7 @@ $readonly = $active ? 1 : 0; - + @@ -111,7 +107,7 @@ $readonly = $active ? 1 : 0; - + @@ -121,7 +117,7 @@ $readonly = $active ? 1 : 0; - + diff --git a/pro/assets/css/acf-pro-input.css b/pro/assets/css/acf-pro-input.css index 08ea4fa..2812f3d 100644 --- a/pro/assets/css/acf-pro-input.css +++ b/pro/assets/css/acf-pro-input.css @@ -256,7 +256,7 @@ body.browser-msie .acf-repeater .acf-row-handle .acf-icon.-minus { padding: 7px 0; position: absolute; font-size: 13px; - z-index: 9999; + z-index: 900000; min-width: 135px; /* tip */ /* positions */ diff --git a/pro/assets/js/acf-pro-input.js b/pro/assets/js/acf-pro-input.js index 11bdb43..353e958 100644 --- a/pro/assets/js/acf-pro-input.js +++ b/pro/assets/js/acf-pro-input.js @@ -26,8 +26,8 @@ // vars this.$el = this.$field.find('.acf-repeater:first'); - this.$input = this.$field.find('input:first'); - this.$table = this.$field.find('table:first'); + this.$input = this.$el.children('input'); + this.$table = this.$el.children('table'); this.$tbody = this.$table.children('tbody'); this.$clone = this.$tbody.children('tr.acf-clone'); @@ -74,6 +74,10 @@ render: function(){ + // vars + var $button = this.$el.find('> .acf-actions .button'); + + // update order numbers this.$tbody.children().each(function(i){ @@ -97,11 +101,11 @@ // row limit reached if( this.o.max > 0 && this.count() >= this.o.max ) { - this.$el.find('> .acf-actions .button').addClass('disabled'); + $button.addClass('disabled'); } else { - this.$el.find('> .acf-actions .button').removeClass('disabled'); + $button.removeClass('disabled'); } @@ -446,6 +450,7 @@ // vars var self = this; + var $button = this.$el.find('> .acf-actions .button'); // update order numbers @@ -471,11 +476,11 @@ // row limit reached if( this.o.max > 0 && this.count() >= this.o.max ) { - this.$el.find('> .acf-actions .button').addClass('disabled'); + $button.addClass('disabled'); } else { - this.$el.find('> .acf-actions .button').removeClass('disabled'); + $button.removeClass('disabled'); } diff --git a/pro/assets/js/acf-pro-input.min.js b/pro/assets/js/acf-pro-input.min.js index 62a3c62..4b4ae19 100644 --- a/pro/assets/js/acf-pro-input.min.js +++ b/pro/assets/js/acf-pro-input.min.js @@ -1 +1 @@ -!function($){acf.fields.repeater=acf.field.extend({type:"repeater",$el:null,$input:null,$table:null,$tbody:null,$clone:null,actions:{ready:"initialize",append:"initialize",show:"show"},events:{'click a[data-event="add-row"]':"_add",'click a[data-event="remove-row"]':"_remove",'click a[data-event="collapse-row"]':"_collapse","mouseenter td.order":"_mouseenter"},focus:function(){this.$el=this.$field.find(".acf-repeater:first"),this.$input=this.$field.find("input:first"),this.$table=this.$field.find("table:first"),this.$tbody=this.$table.children("tbody"),this.$clone=this.$tbody.children("tr.acf-clone"),this.o=acf.get_data(this.$el,{min:0,max:0}),this.o.min=parseInt(this.o.min),this.o.max=parseInt(this.o.max)},initialize:function(){acf.disable_form(this.$clone,"repeater"),this.render()},show:function(){this.$tbody.find(".acf-field:visible").each(function(){acf.do_action("show_field",$(this))})},count:function(){return this.$tbody.children().length-1},render:function(){this.$tbody.children().each(function(e){$(this).find("> td.order > span").html(e+1)}),0==this.count()?this.$el.addClass("-empty"):this.$el.removeClass("-empty"),this.o.max>0&&this.count()>=this.o.max?this.$el.find("> .acf-actions .button").addClass("disabled"):this.$el.find("> .acf-actions .button").removeClass("disabled")},add:function(e){if(e=e||this.$clone,this.o.max>0&&this.count()>=this.o.max)return alert(acf._e("repeater","max").replace("{max}",this.o.max)),!1;var t=this.$field;return $el=acf.duplicate(this.$clone),$el.removeClass("acf-clone"),acf.enable_form($el,"repeater"),e.before($el),this.doFocus(t),this.render(),acf.validation.remove_error(this.$field),this.sync(),$el},remove:function(e){var t=this;return this.count()<=this.o.min?(alert(acf._e("repeater","min").replace("{min}",this.o.min)),!1):(acf.do_action("remove",e),void acf.remove_tr(e,function(){t.$input.trigger("change"),t.render(),t.sync(),acf.do_action("refresh",t.$field)}))},sync:function(){var e="collapsed_"+this.$field.data("key"),t=[];this.$tbody.children().each(function(e){$(this).hasClass("-collapsed")&&t.push(e)}),acf.update_user_setting(e,t.join(","))},_mouseenter:function(e){if(!this.$tbody.hasClass("ui-sortable")&&1!=this.o.max){var t=this;this.$tbody.sortable({items:"> tr",handle:"> td.order",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,start:function(e,t){acf.do_action("sortstart",t.item,t.placeholder)},stop:function(e,a){t.render(),acf.do_action("sortstop",a.item,a.placeholder)},update:function(e,a){t.$input.trigger("change")}})}},_add:function(e){$row=!1,e.$el.hasClass("acf-icon")&&($row=e.$el.closest(".acf-row")),this.add($row)},_remove:function(e){var t=this,a=e.$el.closest(".acf-row");a.addClass("-hover"),acf.tooltip.confirm_remove(e.$el,function(e){a.removeClass("-hover"),e&&t.remove(a)})},_collapse:function(e){var t=e.$el.closest(".acf-row"),a=this.$field;t.hasClass("-collapsed")?(t.removeClass("-collapsed"),acf.do_action("show",t,"collapse")):(t.addClass("-collapsed"),acf.do_action("hide",t,"collapse")),this.set("$field",a).sync(),acf.do_action("refresh",this.$field)}})}(jQuery),function($){acf.fields.flexible_content=acf.field.extend({type:"flexible_content",$el:null,$input:null,$values:null,$clones:null,actions:{ready:"initialize",append:"initialize",show:"show"},events:{'click [data-name="add-layout"]':"_open",'click [data-name="remove-layout"]':"_remove",'click [data-name="collapse-layout"]':"_collapse","mouseenter .acf-fc-layout-handle":"_mouseenter"},focus:function(){this.$el=this.$field.find(".acf-flexible-content:first"),this.$input=this.$el.children("input"),this.$values=this.$el.children(".values"),this.$clones=this.$el.children(".clones"),this.o=acf.get_data(this.$el),this.o.min=this.o.min||0,this.o.max=this.o.max||0},count:function(){return this.$values.children(".layout").length},initialize:function(){acf.disable_form(this.$clones,"flexible_content"),this.render()},show:function(){this.$values.find(".acf-field:visible").each(function(){acf.do_action("show_field",$(this))})},render:function(){var e=this;this.$values.children(".layout").each(function(e){$(this).find("> .acf-fc-layout-handle .acf-fc-layout-order").html(e+1)}),0==this.count()?this.$el.addClass("empty"):this.$el.removeClass("empty"),this.o.max>0&&this.count()>=this.o.max?this.$el.find("> .acf-actions .button").addClass("disabled"):this.$el.find("> .acf-actions .button").removeClass("disabled")},render_layout_title:function(e){var t=e.children("input"),a=t.attr("name").replace("[acf_fc_layout]",""),i={action:"acf/fields/flexible_content/layout_title",field_key:this.$field.data("key"),i:e.index(),layout:t.val(),value:acf.serialize(e,a)};$.ajax({url:acf.get("ajaxurl"),data:acf.prepare_for_ajax(i),dataType:"html",type:"post",success:function(t){t&&e.find("> .acf-fc-layout-handle").html(t)}})},validate_add:function(e){e=e||"";var t=this.o.max,a=this.count();if(t&&a>=t){var i=1==t?"layout":"layouts",l=acf._e("flexible_content","max");return l=l.replace("{max}",t),l=l.replace("{identifier}",acf._e("flexible_content",i)),alert(l),!1}if(e){var n=$(this.$el.children(".tmpl-popup").html()),s=n.find('[data-layout="'+e+'"]'),c=parseInt(s.attr("data-max")),o=this.$values.children('.layout[data-layout="'+e+'"]').length;if(c>0&&o>=c){var i=1==c?"layout":"layouts",l=acf._e("flexible_content","max_layout");return l=l.replace("{max}",o),l=l.replace("{label}",'"'+s.text()+'"'),l=l.replace("{identifier}",acf._e("flexible_content",i)),alert(l),!1}}return!0},validate_remove:function(e){e=e||"";var t=this.o.min,a=this.count();if(t>0&&a<=t){var i=1==t?"layout":"layouts",l=acf._e("flexible_content","min")+", "+acf._e("flexible_content","remove");return l=l.replace("{min}",t),l=l.replace("{identifier}",acf._e("flexible_content",i)),l=l.replace("{layout}",acf._e("flexible_content","layout")),confirm(l)}if(e){var n=$(this.$el.children(".tmpl-popup").html()),s=n.find('[data-layout="'+e+'"]'),c=parseInt(s.attr("data-min")),o=this.$values.children('.layout[data-layout="'+e+'"]').length;if(c>0&&o<=c){var i=1==c?"layout":"layouts",l=acf._e("flexible_content","min_layout")+", "+acf._e("flexible_content","remove");return l=l.replace("{min}",o),l=l.replace("{label}",'"'+s.text()+'"'),l=l.replace("{identifier}",acf._e("flexible_content",i)),l=l.replace("{layout}",acf._e("flexible_content","layout")),confirm(l)}}return!0},sync:function(){var e="collapsed_"+this.$field.data("key"),t=[];this.$values.children(".layout").each(function(e){$(this).hasClass("-collapsed")&&t.push(e)}),acf.update_user_setting(e,t.join(","))},add:function(e,t){if(t=t||!1,!this.validate_add(e))return!1;var a=this.$field,i=this.$clones.children('.layout[data-layout="'+e+'"]');$el=acf.duplicate(i),acf.enable_form($el,"flexible_content"),this.$el.children(".no-value-message").hide(),t?t.before($el):this.$values.append($el),this.doFocus(a),this.render(),acf.validation.remove_error(this.$field),this.sync()},_mouseenter:function(e){if(!this.$values.hasClass("ui-sortable")&&1!=this.o.max){var t=this;this.$values.sortable({items:"> .layout",handle:"> .acf-fc-layout-handle",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,start:function(e,t){acf.do_action("sortstart",t.item,t.placeholder)},stop:function(e,a){t.render(),acf.do_action("sortstop",a.item,a.placeholder)},update:function(e,a){t.$input.trigger("change")}})}},_open:function(e){if(!this.validate_add())return!1;var t=this,a=$(this.$el.children(".tmpl-popup").html()),i={};this.$values.children(".layout").each(function(){var e=$(this).data("layout");i[e]=i[e]?i[e]+1:1}),a.find("a").each(function(){var e=$(this),t=e.data("min")||0,a=e.data("max")||0,l=e.data("layout"),n=i[l]||0;if(a&&n>=a)return void e.addClass("disabled");if(t){var s=t-n,c=acf._e("flexible_content","required"),o=1==s?"layout":"layouts",c=c.replace("{required}",s);if(c=c.replace("{min}",t),c=c.replace("{label} ",""),c=c.replace("{identifier}",acf._e("flexible_content",o)),s>0){var r=$('').attr("title",c).text(s);e.append(r)}}});var l=null;e.$el.hasClass("acf-icon")&&(l=e.$el.closest(".layout"),l.addClass("-open")),$("body").append(a),this.position_popup(a,e.$el);var n=function(e,i){e.preventDefault(),e.stopImmediatePropagation(),a.off("click","a",s),$("body").off("click",c),a.remove(),null!==l&&l.removeClass("-open"),null!==i&&t.add(i,l)},s=function(e){n(e,$(this).attr("data-layout"))},c=function(e){n(e,null)};a.on("click","a",s),$("body").on("click",c)},position_popup:function(e,t){var a=10;target_w=t.outerWidth(),target_h=t.outerHeight(),target_t=t.offset().top,target_l=t.offset().left,popup_w=e.outerWidth(),popup_h=e.outerHeight();var i=target_t-popup_h,l=target_l+target_w/2-popup_w/2;i-$(window).scrollTop()$(window).width()&&(e.addClass("-left"),l=target_l+target_w-popup_w),e.css({top:i,left:l})},_remove:function(e){console.log("flex _remove");var t=this,a=e.$el.closest(".layout");a.addClass("-open"),acf.tooltip.confirm_remove(e.$el,function(e){e?t.remove_layout(a):a.removeClass("-open")})},remove_layout:function(e){var t=this;if(this.validate_remove(e.attr("data-layout"))){var a=null,i=0;1==this.count()&&(a=this.$el.children(".no-value-message"),i=a.outerHeight()),acf.remove_el(e,function(){null!==a&&a.show(),t.render(),t.$input.trigger("change"),t.sync()},i)}},_collapse:function(e){var t=e.$el.closest(".layout"),a=t.hasClass("-collapsed"),i=a?"show":"hide";this.render_layout_title(t),t.toggleClass("-collapsed"),this.sync(),acf.do_action(i,t,"collapse")}})}(jQuery),function($){acf.fields.gallery=acf.field.extend({type:"gallery",$el:null,$main:null,$side:null,$attachments:null,$input:null,actions:{ready:"initialize",append:"initialize",show:"resize"},events:{"click .acf-gallery-attachment":"_select","click .acf-gallery-add":"_add","click .acf-gallery-remove":"_remove","click .acf-gallery-close":"_close","change .acf-gallery-sort":"_sort","click .acf-gallery-edit":"_edit","click .acf-gallery-update":"_update","change .acf-gallery-side input":"_update","change .acf-gallery-side textarea":"_update","change .acf-gallery-side select":"_update"},focus:function(){this.$el=this.$field.find(".acf-gallery:first"),this.$main=this.$el.children(".acf-gallery-main"),this.$side=this.$el.children(".acf-gallery-side"),this.$attachments=this.$main.children(".acf-gallery-attachments"),this.$input=this.$el.find("input:first"),this.o=acf.get_data(this.$el),this.o.min=this.o.min||0,this.o.max=this.o.max||0},initialize:function(){var e=this,t=this.$field;this.$attachments.unbind("sortable").sortable({items:".acf-gallery-attachment",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,start:function(e,t){t.placeholder.html(t.item.html()),t.placeholder.removeAttr("style"),acf.do_action("sortstart",t.item,t.placeholder)},stop:function(e,t){acf.do_action("sortstop",t.item,t.placeholder)}}),this.$el.unbind("resizable").resizable({handles:"s",minHeight:200,stop:function(e,t){acf.update_user_setting("gallery_height",t.size.height)}}),$(window).on("resize",function(){e.set("$field",t).resize()}),this.render(),this.resize()},resize:function(){for(var e=100,t=175,a=4,i=this.$el.width(),l=4;l<20;l++){var n=i/l;if(e0&&this.count()>=this.o.max?t.addClass("disabled"):t.removeClass("disabled"),this.count()?e.removeClass("disabled"):e.addClass("disabled")},open_sidebar:function(){this.$el.addClass("sidebar-open"),this.$main.find(".acf-gallery-sort").hide();var e=this.$el.width()/3;e=parseInt(e),e=Math.max(e,350),this.$side.children(".acf-gallery-side-inner").css({width:e-1}),this.$side.animate({width:e-1},250),this.$main.animate({right:e},250)},_close:function(e){this.close_sidebar()},close_sidebar:function(){this.$el.removeClass("sidebar-open");var e=this.$el.find(".acf-gallery-sort");this.get_attachment("active").removeClass("active"),this.$side.find("input, textarea, select").attr("disabled","disabled"),this.$main.animate({right:0},250),this.$side.animate({width:0},250,function(){e.show(),$(this).find(".acf-gallery-side-data").html("")})},count:function(){return this.get_attachments().length},get_attachments:function(){return this.$attachments.children(".acf-gallery-attachment")},get_value:function(){var e=[];return this.get_attachments().each(function(){e.push($(this).data("id"))}),e},get_attachment:function(e){return e=e||0,e="active"===e?".active":'[data-id="'+e+'"]',this.$attachments.children(".acf-gallery-attachment"+e)},render_attachment:function(e){e=this.prepare(e);var t=this.get_attachment(e.id),a=t.find(".margin"),i=t.find("img"),l=t.find(".filename"),n=t.find('input[type="hidden"]'),s=e.url;"image"==e.type?l.remove():(s=acf.maybe_get(e,"thumb.src"),l.text(e.filename)),s||(s=acf._e("media","default_icon"),t.addClass("-icon")),i.attr({src:s,alt:e.alt,title:e.title}),acf.val(n,e.id)},_add:function(e){if(this.o.max>0&&this.count()>=this.o.max)return void acf.validation.add_warning(this.$field,acf._e("gallery","max"));var t=this,a=this.$field;this.get_attachments().each(function(){});var i=acf.media.popup({title:acf._e("gallery","select"),mode:"select",type:"",field:this.$field.data("key"),multiple:"add",library:this.o.library,mime_types:this.o.mime_types,selected:this.get_value(),select:function(e,i){t.set("$field",a).add_attachment(e,i)}})},add_attachment:function(e,t){if(t=t||0,e=this.prepare(e),!(this.o.max>0&&this.count()>=this.o.max||this.get_attachment(e.id).exists())){var a=this.$el.find('input[type="hidden"]:first').attr("name"),i=['"].join(""),l=$(i);if(this.$attachments.append(l),"prepend"===this.o.insert){var n=this.$attachments.children(":eq("+t+")");n.exists()&&n.before(l)}this.render_attachment(e),this.render(),this.$input.trigger("change")}},_select:function(e){var t=e.$el.data("id");this.select_attachment(t)},select_attachment:function(e){var t=this.get_attachment(e);t.hasClass("active")||(this.$side.find(":focus").trigger("blur"),this.get_attachment("active").removeClass("active"),t.addClass("active"),this.fetch(e),this.open_sidebar())},prepare:function(e){if(e=e||{},e._valid)return e;var t={id:"",url:"",alt:"",title:"",filename:""};return e.id&&(t=e.attributes,t.url=acf.maybe_get(t,"sizes.medium.url",t.url)),t._valid=!0,t},fetch:function(e){var t={action:"acf/fields/gallery/get_attachment",field_key:this.$field.data("key"),id:e};if(this.$el.data("xhr")&&this.$el.data("xhr").abort(),"string"==typeof e&&0===e.indexOf("_")){var a=this.get_attachment(e).find('input[type="hidden"]').val();a=$.parseJSON(a),t.attachment=a}var i=$.ajax({url:acf.get("ajaxurl"),dataType:"html",type:"post",cache:!1,data:acf.prepare_for_ajax(t),context:this,success:this.fetch_success});this.$el.data("xhr",i)},fetch_success:function(e){if(e){var t=this.$side.find(".acf-gallery-side-data");t.html(e),t.find(".compat-field-acf-form-data").remove();var a=t.find("> .compat-attachment-fields > tbody > tr").detach();t.find("> table.form-table > tbody").append(a),t.find("> .compat-attachment-fields").remove(),acf.do_action("append",t)}},_sort:function(e){var t=e.$el.val();if(t){var a={action:"acf/fields/gallery/get_sort_order",field_key:this.$field.data("key"),ids:[],sort:t};this.get_attachments().each(function(){var e=$(this).attr("data-id");e&&a.ids.push(e)});var i=$.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",cache:!1,data:acf.prepare_for_ajax(a),context:this,success:this._sort_success})}},_sort_success:function(e){if(acf.is_ajax_success(e)){e.data.reverse();for(i in e.data){var t=e.data[i],a=this.get_attachment(t);this.$attachments.prepend(a)}}},_update:function(){var e=this.$side.find(".acf-gallery-update"),t=this.$side.find(".acf-gallery-edit"),a=this.$side.find(".acf-gallery-side-data"),i=t.data("id"),l=acf.serialize(a);return!e.attr("disabled")&&(e.attr("disabled","disabled"),e.before(''),l.action="acf/fields/gallery/update_attachment",void $.ajax({url:acf.get("ajaxurl"),data:acf.prepare_for_ajax(l),type:"post",dataType:"json",complete:function(t){e.removeAttr("disabled"),e.prev(".acf-loading").remove()}}))},_remove:function(e){e.stopPropagation();var t=e.$el.data("id");this.remove_attachment(t)},remove_attachment:function(e){this.close_sidebar(),this.get_attachment(e).remove(),this.render(),this.$input.trigger("change")},_edit:function(e){var t=e.$el.data("id");this.edit_attachment(t)},edit_attachment:function(e){var t=this,a=this.$field,i=acf.media.popup({mode:"edit",title:acf._e("image","edit"),button:acf._e("image","update"),attachment:e,select:function(i){t.set("$field",a).render_attachment(i),t.fetch(e)}})}});var e=acf.model.extend({actions:{ready:"ready",validation_begin:"validation_begin",validation_failure:"validation_failure"},ready:function(){acf.isset(window,"wp","media","view")&&this.customize_Attachment()},validation_begin:function(){$(".acf-gallery-side-data").each(function(){acf.disable_form($(this),"gallery")})},validation_failure:function(){$(".acf-gallery-side-data").each(function(){acf.enable_form($(this),"gallery")})},customize_Attachment:function(){var e=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=e.extend({render:function(){var t=acf.media.frame(),a=acf.maybe_get(t,"acf.selected"),i=acf.maybe_get(this,"model.attributes.id");return a&&a.indexOf(i)>-1&&this.$el.addClass("acf-selected"),e.prototype.render.apply(this,arguments)}})}})}(jQuery); \ No newline at end of file +!function($){acf.fields.repeater=acf.field.extend({type:"repeater",$el:null,$input:null,$table:null,$tbody:null,$clone:null,actions:{ready:"initialize",append:"initialize",show:"show"},events:{'click a[data-event="add-row"]':"_add",'click a[data-event="remove-row"]':"_remove",'click a[data-event="collapse-row"]':"_collapse","mouseenter td.order":"_mouseenter"},focus:function(){this.$el=this.$field.find(".acf-repeater:first"),this.$input=this.$el.children("input"),this.$table=this.$el.children("table"),this.$tbody=this.$table.children("tbody"),this.$clone=this.$tbody.children("tr.acf-clone"),this.o=acf.get_data(this.$el,{min:0,max:0}),this.o.min=parseInt(this.o.min),this.o.max=parseInt(this.o.max)},initialize:function(){acf.disable_form(this.$clone,"repeater"),this.render()},show:function(){this.$tbody.find(".acf-field:visible").each(function(){acf.do_action("show_field",$(this))})},count:function(){return this.$tbody.children().length-1},render:function(){var e=this.$el.find("> .acf-actions .button");this.$tbody.children().each(function(e){$(this).find("> td.order > span").html(e+1)}),0==this.count()?this.$el.addClass("-empty"):this.$el.removeClass("-empty"),this.o.max>0&&this.count()>=this.o.max?e.addClass("disabled"):e.removeClass("disabled")},add:function(e){if(e=e||this.$clone,this.o.max>0&&this.count()>=this.o.max)return alert(acf._e("repeater","max").replace("{max}",this.o.max)),!1;var t=this.$field;return $el=acf.duplicate(this.$clone),$el.removeClass("acf-clone"),acf.enable_form($el,"repeater"),e.before($el),this.doFocus(t),this.render(),acf.validation.remove_error(this.$field),this.sync(),$el},remove:function(e){var t=this;return this.count()<=this.o.min?(alert(acf._e("repeater","min").replace("{min}",this.o.min)),!1):(acf.do_action("remove",e),void acf.remove_tr(e,function(){t.$input.trigger("change"),t.render(),t.sync(),acf.do_action("refresh",t.$field)}))},sync:function(){var e="collapsed_"+this.$field.data("key"),t=[];this.$tbody.children().each(function(e){$(this).hasClass("-collapsed")&&t.push(e)}),acf.update_user_setting(e,t.join(","))},_mouseenter:function(e){if(!this.$tbody.hasClass("ui-sortable")&&1!=this.o.max){var t=this;this.$tbody.sortable({items:"> tr",handle:"> td.order",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,start:function(e,t){acf.do_action("sortstart",t.item,t.placeholder)},stop:function(e,a){t.render(),acf.do_action("sortstop",a.item,a.placeholder)},update:function(e,a){t.$input.trigger("change")}})}},_add:function(e){$row=!1,e.$el.hasClass("acf-icon")&&($row=e.$el.closest(".acf-row")),this.add($row)},_remove:function(e){var t=this,a=e.$el.closest(".acf-row");a.addClass("-hover"),acf.tooltip.confirm_remove(e.$el,function(e){a.removeClass("-hover"),e&&t.remove(a)})},_collapse:function(e){var t=e.$el.closest(".acf-row"),a=this.$field;t.hasClass("-collapsed")?(t.removeClass("-collapsed"),acf.do_action("show",t,"collapse")):(t.addClass("-collapsed"),acf.do_action("hide",t,"collapse")),this.set("$field",a).sync(),acf.do_action("refresh",this.$field)}})}(jQuery),function($){acf.fields.flexible_content=acf.field.extend({type:"flexible_content",$el:null,$input:null,$values:null,$clones:null,actions:{ready:"initialize",append:"initialize",show:"show"},events:{'click [data-name="add-layout"]':"_open",'click [data-name="remove-layout"]':"_remove",'click [data-name="collapse-layout"]':"_collapse","mouseenter .acf-fc-layout-handle":"_mouseenter"},focus:function(){this.$el=this.$field.find(".acf-flexible-content:first"),this.$input=this.$el.children("input"),this.$values=this.$el.children(".values"),this.$clones=this.$el.children(".clones"),this.o=acf.get_data(this.$el),this.o.min=this.o.min||0,this.o.max=this.o.max||0},count:function(){return this.$values.children(".layout").length},initialize:function(){acf.disable_form(this.$clones,"flexible_content"),this.render()},show:function(){this.$values.find(".acf-field:visible").each(function(){acf.do_action("show_field",$(this))})},render:function(){var e=this,t=this.$el.find("> .acf-actions .button");this.$values.children(".layout").each(function(e){$(this).find("> .acf-fc-layout-handle .acf-fc-layout-order").html(e+1)}),0==this.count()?this.$el.addClass("empty"):this.$el.removeClass("empty"),this.o.max>0&&this.count()>=this.o.max?t.addClass("disabled"):t.removeClass("disabled")},render_layout_title:function(e){var t=e.children("input"),a=t.attr("name").replace("[acf_fc_layout]",""),i={action:"acf/fields/flexible_content/layout_title",field_key:this.$field.data("key"),i:e.index(),layout:t.val(),value:acf.serialize(e,a)};$.ajax({url:acf.get("ajaxurl"),data:acf.prepare_for_ajax(i),dataType:"html",type:"post",success:function(t){t&&e.find("> .acf-fc-layout-handle").html(t)}})},validate_add:function(e){e=e||"";var t=this.o.max,a=this.count();if(t&&a>=t){var i=1==t?"layout":"layouts",l=acf._e("flexible_content","max");return l=l.replace("{max}",t),l=l.replace("{identifier}",acf._e("flexible_content",i)),alert(l),!1}if(e){var n=$(this.$el.children(".tmpl-popup").html()),s=n.find('[data-layout="'+e+'"]'),c=parseInt(s.attr("data-max")),o=this.$values.children('.layout[data-layout="'+e+'"]').length;if(c>0&&o>=c){var i=1==c?"layout":"layouts",l=acf._e("flexible_content","max_layout");return l=l.replace("{max}",o),l=l.replace("{label}",'"'+s.text()+'"'),l=l.replace("{identifier}",acf._e("flexible_content",i)),alert(l),!1}}return!0},validate_remove:function(e){e=e||"";var t=this.o.min,a=this.count();if(t>0&&a<=t){var i=1==t?"layout":"layouts",l=acf._e("flexible_content","min")+", "+acf._e("flexible_content","remove");return l=l.replace("{min}",t),l=l.replace("{identifier}",acf._e("flexible_content",i)),l=l.replace("{layout}",acf._e("flexible_content","layout")),confirm(l)}if(e){var n=$(this.$el.children(".tmpl-popup").html()),s=n.find('[data-layout="'+e+'"]'),c=parseInt(s.attr("data-min")),o=this.$values.children('.layout[data-layout="'+e+'"]').length;if(c>0&&o<=c){var i=1==c?"layout":"layouts",l=acf._e("flexible_content","min_layout")+", "+acf._e("flexible_content","remove");return l=l.replace("{min}",o),l=l.replace("{label}",'"'+s.text()+'"'),l=l.replace("{identifier}",acf._e("flexible_content",i)),l=l.replace("{layout}",acf._e("flexible_content","layout")),confirm(l)}}return!0},sync:function(){var e="collapsed_"+this.$field.data("key"),t=[];this.$values.children(".layout").each(function(e){$(this).hasClass("-collapsed")&&t.push(e)}),acf.update_user_setting(e,t.join(","))},add:function(e,t){if(t=t||!1,!this.validate_add(e))return!1;var a=this.$field,i=this.$clones.children('.layout[data-layout="'+e+'"]');$el=acf.duplicate(i),acf.enable_form($el,"flexible_content"),this.$el.children(".no-value-message").hide(),t?t.before($el):this.$values.append($el),this.doFocus(a),this.render(),acf.validation.remove_error(this.$field),this.sync()},_mouseenter:function(e){if(!this.$values.hasClass("ui-sortable")&&1!=this.o.max){var t=this;this.$values.sortable({items:"> .layout",handle:"> .acf-fc-layout-handle",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,start:function(e,t){acf.do_action("sortstart",t.item,t.placeholder)},stop:function(e,a){t.render(),acf.do_action("sortstop",a.item,a.placeholder)},update:function(e,a){t.$input.trigger("change")}})}},_open:function(e){if(!this.validate_add())return!1;var t=this,a=$(this.$el.children(".tmpl-popup").html()),i={};this.$values.children(".layout").each(function(){var e=$(this).data("layout");i[e]=i[e]?i[e]+1:1}),a.find("a").each(function(){var e=$(this),t=e.data("min")||0,a=e.data("max")||0,l=e.data("layout"),n=i[l]||0;if(a&&n>=a)return void e.addClass("disabled");if(t){var s=t-n,c=acf._e("flexible_content","required"),o=1==s?"layout":"layouts",c=c.replace("{required}",s);if(c=c.replace("{min}",t),c=c.replace("{label} ",""),c=c.replace("{identifier}",acf._e("flexible_content",o)),s>0){var r=$('').attr("title",c).text(s);e.append(r)}}});var l=null;e.$el.hasClass("acf-icon")&&(l=e.$el.closest(".layout"),l.addClass("-open")),$("body").append(a),this.position_popup(a,e.$el);var n=function(e,i){e.preventDefault(),e.stopImmediatePropagation(),a.off("click","a",s),$("body").off("click",c),a.remove(),null!==l&&l.removeClass("-open"),null!==i&&t.add(i,l)},s=function(e){n(e,$(this).attr("data-layout"))},c=function(e){n(e,null)};a.on("click","a",s),$("body").on("click",c)},position_popup:function(e,t){var a=10;target_w=t.outerWidth(),target_h=t.outerHeight(),target_t=t.offset().top,target_l=t.offset().left,popup_w=e.outerWidth(),popup_h=e.outerHeight();var i=target_t-popup_h,l=target_l+target_w/2-popup_w/2;i-$(window).scrollTop()$(window).width()&&(e.addClass("-left"),l=target_l+target_w-popup_w),e.css({top:i,left:l})},_remove:function(e){console.log("flex _remove");var t=this,a=e.$el.closest(".layout");a.addClass("-open"),acf.tooltip.confirm_remove(e.$el,function(e){e?t.remove_layout(a):a.removeClass("-open")})},remove_layout:function(e){var t=this;if(this.validate_remove(e.attr("data-layout"))){var a=null,i=0;1==this.count()&&(a=this.$el.children(".no-value-message"),i=a.outerHeight()),acf.remove_el(e,function(){null!==a&&a.show(),t.render(),t.$input.trigger("change"),t.sync()},i)}},_collapse:function(e){var t=e.$el.closest(".layout"),a=t.hasClass("-collapsed"),i=a?"show":"hide";this.render_layout_title(t),t.toggleClass("-collapsed"),this.sync(),acf.do_action(i,t,"collapse")}})}(jQuery),function($){acf.fields.gallery=acf.field.extend({type:"gallery",$el:null,$main:null,$side:null,$attachments:null,$input:null,actions:{ready:"initialize",append:"initialize",show:"resize"},events:{"click .acf-gallery-attachment":"_select","click .acf-gallery-add":"_add","click .acf-gallery-remove":"_remove","click .acf-gallery-close":"_close","change .acf-gallery-sort":"_sort","click .acf-gallery-edit":"_edit","click .acf-gallery-update":"_update","change .acf-gallery-side input":"_update","change .acf-gallery-side textarea":"_update","change .acf-gallery-side select":"_update"},focus:function(){this.$el=this.$field.find(".acf-gallery:first"),this.$main=this.$el.children(".acf-gallery-main"),this.$side=this.$el.children(".acf-gallery-side"),this.$attachments=this.$main.children(".acf-gallery-attachments"),this.$input=this.$el.find("input:first"),this.o=acf.get_data(this.$el),this.o.min=this.o.min||0,this.o.max=this.o.max||0},initialize:function(){var e=this,t=this.$field;this.$attachments.unbind("sortable").sortable({items:".acf-gallery-attachment",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,start:function(e,t){t.placeholder.html(t.item.html()),t.placeholder.removeAttr("style"),acf.do_action("sortstart",t.item,t.placeholder)},stop:function(e,t){acf.do_action("sortstop",t.item,t.placeholder)}}),this.$el.unbind("resizable").resizable({handles:"s",minHeight:200,stop:function(e,t){acf.update_user_setting("gallery_height",t.size.height)}}),$(window).on("resize",function(){e.set("$field",t).resize()}),this.render(),this.resize()},resize:function(){for(var e=100,t=175,a=4,i=this.$el.width(),l=4;l<20;l++){var n=i/l;if(e0&&this.count()>=this.o.max?t.addClass("disabled"):t.removeClass("disabled"),this.count()?e.removeClass("disabled"):e.addClass("disabled")},open_sidebar:function(){this.$el.addClass("sidebar-open"),this.$main.find(".acf-gallery-sort").hide();var e=this.$el.width()/3;e=parseInt(e),e=Math.max(e,350),this.$side.children(".acf-gallery-side-inner").css({width:e-1}),this.$side.animate({width:e-1},250),this.$main.animate({right:e},250)},_close:function(e){this.close_sidebar()},close_sidebar:function(){this.$el.removeClass("sidebar-open");var e=this.$el.find(".acf-gallery-sort");this.get_attachment("active").removeClass("active"),this.$side.find("input, textarea, select").attr("disabled","disabled"),this.$main.animate({right:0},250),this.$side.animate({width:0},250,function(){e.show(),$(this).find(".acf-gallery-side-data").html("")})},count:function(){return this.get_attachments().length},get_attachments:function(){return this.$attachments.children(".acf-gallery-attachment")},get_value:function(){var e=[];return this.get_attachments().each(function(){e.push($(this).data("id"))}),e},get_attachment:function(e){return e=e||0,e="active"===e?".active":'[data-id="'+e+'"]',this.$attachments.children(".acf-gallery-attachment"+e)},render_attachment:function(e){e=this.prepare(e);var t=this.get_attachment(e.id),a=t.find(".margin"),i=t.find("img"),l=t.find(".filename"),n=t.find('input[type="hidden"]'),s=e.url;"image"==e.type?l.remove():(s=acf.maybe_get(e,"thumb.src"),l.text(e.filename)),s||(s=acf._e("media","default_icon"),t.addClass("-icon")),i.attr({src:s,alt:e.alt,title:e.title}),acf.val(n,e.id)},_add:function(e){if(this.o.max>0&&this.count()>=this.o.max)return void acf.validation.add_warning(this.$field,acf._e("gallery","max"));var t=this,a=this.$field;this.get_attachments().each(function(){});var i=acf.media.popup({title:acf._e("gallery","select"),mode:"select",type:"",field:this.$field.data("key"),multiple:"add",library:this.o.library,mime_types:this.o.mime_types,selected:this.get_value(),select:function(e,i){t.set("$field",a).add_attachment(e,i)}})},add_attachment:function(e,t){if(t=t||0,e=this.prepare(e),!(this.o.max>0&&this.count()>=this.o.max||this.get_attachment(e.id).exists())){var a=this.$el.find('input[type="hidden"]:first').attr("name"),i=['"].join(""),l=$(i);if(this.$attachments.append(l),"prepend"===this.o.insert){var n=this.$attachments.children(":eq("+t+")");n.exists()&&n.before(l)}this.render_attachment(e),this.render(),this.$input.trigger("change")}},_select:function(e){var t=e.$el.data("id");this.select_attachment(t)},select_attachment:function(e){var t=this.get_attachment(e);t.hasClass("active")||(this.$side.find(":focus").trigger("blur"),this.get_attachment("active").removeClass("active"),t.addClass("active"),this.fetch(e),this.open_sidebar())},prepare:function(e){if(e=e||{},e._valid)return e;var t={id:"",url:"",alt:"",title:"",filename:""};return e.id&&(t=e.attributes,t.url=acf.maybe_get(t,"sizes.medium.url",t.url)),t._valid=!0,t},fetch:function(e){var t={action:"acf/fields/gallery/get_attachment",field_key:this.$field.data("key"),id:e};if(this.$el.data("xhr")&&this.$el.data("xhr").abort(),"string"==typeof e&&0===e.indexOf("_")){var a=this.get_attachment(e).find('input[type="hidden"]').val();a=$.parseJSON(a),t.attachment=a}var i=$.ajax({url:acf.get("ajaxurl"),dataType:"html",type:"post",cache:!1,data:acf.prepare_for_ajax(t),context:this,success:this.fetch_success});this.$el.data("xhr",i)},fetch_success:function(e){if(e){var t=this.$side.find(".acf-gallery-side-data");t.html(e),t.find(".compat-field-acf-form-data").remove();var a=t.find("> .compat-attachment-fields > tbody > tr").detach();t.find("> table.form-table > tbody").append(a),t.find("> .compat-attachment-fields").remove(),acf.do_action("append",t)}},_sort:function(e){var t=e.$el.val();if(t){var a={action:"acf/fields/gallery/get_sort_order",field_key:this.$field.data("key"),ids:[],sort:t};this.get_attachments().each(function(){var e=$(this).attr("data-id");e&&a.ids.push(e)});var i=$.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",cache:!1,data:acf.prepare_for_ajax(a),context:this,success:this._sort_success})}},_sort_success:function(e){if(acf.is_ajax_success(e)){e.data.reverse();for(i in e.data){var t=e.data[i],a=this.get_attachment(t);this.$attachments.prepend(a)}}},_update:function(){var e=this.$side.find(".acf-gallery-update"),t=this.$side.find(".acf-gallery-edit"),a=this.$side.find(".acf-gallery-side-data"),i=t.data("id"),l=acf.serialize(a);return!e.attr("disabled")&&(e.attr("disabled","disabled"),e.before(''),l.action="acf/fields/gallery/update_attachment",void $.ajax({url:acf.get("ajaxurl"),data:acf.prepare_for_ajax(l),type:"post",dataType:"json",complete:function(t){e.removeAttr("disabled"),e.prev(".acf-loading").remove()}}))},_remove:function(e){e.stopPropagation();var t=e.$el.data("id");this.remove_attachment(t)},remove_attachment:function(e){this.close_sidebar(),this.get_attachment(e).remove(),this.render(),this.$input.trigger("change")},_edit:function(e){var t=e.$el.data("id");this.edit_attachment(t)},edit_attachment:function(e){var t=this,a=this.$field,i=acf.media.popup({mode:"edit",title:acf._e("image","edit"),button:acf._e("image","update"),attachment:e,select:function(i){t.set("$field",a).render_attachment(i),t.fetch(e)}})}});var e=acf.model.extend({actions:{ready:"ready",validation_begin:"validation_begin",validation_failure:"validation_failure"},ready:function(){acf.isset(window,"wp","media","view")&&this.customize_Attachment()},validation_begin:function(){$(".acf-gallery-side-data").each(function(){acf.disable_form($(this),"gallery")})},validation_failure:function(){$(".acf-gallery-side-data").each(function(){acf.enable_form($(this),"gallery")})},customize_Attachment:function(){var e=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=e.extend({render:function(){var t=acf.media.frame(),a=acf.maybe_get(t,"acf.selected"),i=acf.maybe_get(this,"model.attributes.id");return a&&a.indexOf(i)>-1&&this.$el.addClass("acf-selected"),e.prototype.render.apply(this,arguments)}})}})}(jQuery); \ No newline at end of file diff --git a/pro/fields/class-acf-field-clone.php b/pro/fields/class-acf-field-clone.php index e399f42..715ddd9 100644 --- a/pro/fields/class-acf-field-clone.php +++ b/pro/fields/class-acf-field-clone.php @@ -291,29 +291,11 @@ class acf_field_clone extends acf_field { // - only used for parent seamless fields. Block or sub field's prefix will be overriden which also works $field['prefix'] = $clone_field['prefix'] . '[' . $clone_field['key'] . ']'; - -/* - // old (removed) - // a seamless clone field replaces itself with it's sub fields. Because of this, the clone field doesn't exist during the 'update_value' function - // - because of this, the field prefix does not need to reference all clone fields, only the last one that exists (this one) - // modify prefix allowing clone field to save sub fields - // - only used for parent seamless fields. Block or sub field's prefix will be overriden which also works - // - allways add prefix to beginning (allows cloned clone fields to work correctly - seamless) - - $pos = strpos($field['prefix'], '['); - $new = '[' . $clone_field['key'] . ']'; + // modify parent + $field['parent'] = $clone_field['parent']; - // inject - if( $pos !== false ) { - $field['prefix'] = substr_replace($field['prefix'], $new, $pos, 0); - // append - } else { - $field['prefix'] .= $new; - } - -*/ - + // label_format if( $clone_field['prefix_label'] ) { @@ -351,11 +333,13 @@ class acf_field_clone extends acf_field { // type specific // note: seamless clone fields will not be triggered +/* if( $field['type'] == 'clone' ) { $field = $this->acf_clone_clone_field( $field, $clone_field ); } +*/ // return @@ -386,8 +370,8 @@ class acf_field_clone extends acf_field { // - commented out. This may not be neccessary due to new line 315 if( $field['prefix_name'] ) { - $clone_field['name'] = $field['_name']; - $clone_field['_name'] = $field['_name']; + //$field['name'] = $clone_field['_name']; + //$field['_name'] = $clone_field['_name']; } @@ -400,7 +384,7 @@ class acf_field_clone extends acf_field { foreach( $field['sub_fields'] as &$sub_field ) { // clone - $sub_field = acf_clone_field( $sub_field, $clone_field ); + $sub_field = acf_clone_field( $sub_field, $field ); } @@ -457,7 +441,6 @@ class acf_field_clone extends acf_field { } - // return return $field; @@ -1272,11 +1255,13 @@ class acf_field_clone extends acf_field { function acf_prepare_field( $field ) { // bail ealry if not cloned - if( empty($field['__key']) ) return $field; + if( empty($field['_clone']) ) return $field; - // restore - $field['key'] = $field['__key']; + // restore key + if( isset($field['__key']) ) { + $field['key'] = $field['__key']; + } // return diff --git a/pro/fields/class-acf-field-flexible-content.php b/pro/fields/class-acf-field-flexible-content.php index 031e175..78e2fd0 100644 --- a/pro/fields/class-acf-field-flexible-content.php +++ b/pro/fields/class-acf-field-flexible-content.php @@ -305,11 +305,9 @@ class acf_field_flexible_content extends acf_field { endif; ?>

                bE)QE@SJvbJV@K;pF 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 QfY1GY@qO_`*RG%azx<|jtpET3 diff --git a/lang/acf-ro_RO.po b/lang/acf-ro_RO.po index 51dab11..201df6f 100644 --- a/lang/acf-ro_RO.po +++ b/lang/acf-ro_RO.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: Advanced Custom Fields Pro v5.2.9\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" -"POT-Creation-Date: 2015-08-11 23:42+0200\n" -"PO-Revision-Date: 2016-11-03 17:12+1000\n" +"POT-Creation-Date: 2017-08-01 13:31+1000\n" +"PO-Revision-Date: 2017-08-25 20:10+0300\n" "Last-Translator: Elliot Condon \n" "Language-Team: Elliot Condon \n" "Language: ro_RO\n" @@ -12,7 +12,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" "2:1));\n" -"X-Generator: Poedit 1.8.1\n" +"X-Generator: Poedit 2.0.3\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" @@ -27,279 +27,227 @@ msgstr "" msgid "Advanced Custom Fields" msgstr "Câmpuri Personalizate Avansate" -#: acf.php:205 admin/admin.php:61 +#: acf.php:354 includes/admin/admin.php:117 msgid "Field Groups" msgstr "Grupuri de câmpuri" -#: acf.php:206 +#: acf.php:355 msgid "Field Group" msgstr "Grup de câmp" -#: acf.php:207 acf.php:239 admin/admin.php:62 -#: pro/fields/flexible-content.php:517 +#: acf.php:356 acf.php:388 includes/admin/admin.php:118 +#: pro/fields/class-acf-field-flexible-content.php:559 msgid "Add New" msgstr "Adaungă" -#: acf.php:208 +#: acf.php:357 msgid "Add New Field Group" msgstr "Adaugă un nou grup de câmpuri" -#: acf.php:209 +#: acf.php:358 msgid "Edit Field Group" msgstr "Editează grupul" -#: acf.php:210 +#: acf.php:359 msgid "New Field Group" msgstr "Grup de câmp nou" -#: acf.php:211 +#: acf.php:360 msgid "View Field Group" msgstr "Vizulaizează grupul de câmp" -#: acf.php:212 +#: acf.php:361 msgid "Search Field Groups" msgstr "Caută în grupurile de câmp" -#: acf.php:213 +#: acf.php:362 msgid "No Field Groups found" msgstr "Nu s-a găsit nici un câmp de grupuri" -#: acf.php:214 +#: acf.php:363 msgid "No Field Groups found in Trash" msgstr "Nu s-a găsit nici un câmp de grupuri în coșul de gunoi" -#: acf.php:237 admin/field-group.php:182 admin/field-group.php:213 -#: admin/field-groups.php:519 +#: acf.php:386 includes/admin/admin-field-group.php:182 +#: includes/admin/admin-field-group.php:275 +#: includes/admin/admin-field-groups.php:510 +#: pro/fields/class-acf-field-clone.php:823 msgid "Fields" msgstr "Câmpuri" -#: acf.php:238 +#: acf.php:387 msgid "Field" msgstr "Câmp" -#: acf.php:240 +#: acf.php:389 msgid "Add New Field" msgstr "Adaugă un nou câmp" -#: acf.php:241 +#: acf.php:390 msgid "Edit Field" msgstr "Editează câmpul" -#: acf.php:242 admin/views/field-group-fields.php:18 -#: admin/views/settings-info.php:111 +#: acf.php:391 includes/admin/views/field-group-fields.php:41 +#: includes/admin/views/settings-info.php:105 msgid "New Field" msgstr "Câmp nou" -#: acf.php:243 +#: acf.php:392 msgid "View Field" msgstr "Vizualizează câmpul" -#: acf.php:244 +#: acf.php:393 msgid "Search Fields" msgstr "Caută câmpuri" -#: acf.php:245 +#: acf.php:394 msgid "No Fields found" msgstr "Nu s-au găsit câmpuri" -#: acf.php:246 +#: acf.php:395 msgid "No Fields found in Trash" msgstr "Nu s-a găsit nici un câmp în coșul de gunoi" -#: acf.php:268 admin/field-group.php:283 admin/field-groups.php:583 -#: admin/views/field-group-options.php:18 -msgid "Disabled" +#: acf.php:434 includes/admin/admin-field-group.php:390 +#: includes/admin/admin-field-groups.php:567 +msgid "Inactive" msgstr "" -#: acf.php:273 +#: acf.php:439 #, php-format -msgid "Disabled (%s)" -msgid_plural "Disabled (%s)" +msgid "Inactive (%s)" +msgid_plural "Inactive (%s)" msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: admin/admin.php:57 admin/views/field-group-options.php:120 -msgid "Custom Fields" -msgstr "Câmpuri Personalizate" - -#: admin/field-group.php:68 admin/field-group.php:69 admin/field-group.php:71 +#: includes/admin/admin-field-group.php:68 +#: includes/admin/admin-field-group.php:69 +#: includes/admin/admin-field-group.php:71 msgid "Field group updated." msgstr "Grup actualizat." -#: admin/field-group.php:70 +#: includes/admin/admin-field-group.php:70 msgid "Field group deleted." msgstr "Grup șters." -#: admin/field-group.php:73 +#: includes/admin/admin-field-group.php:73 msgid "Field group published." msgstr "Grup publicat." -#: admin/field-group.php:74 +#: includes/admin/admin-field-group.php:74 msgid "Field group saved." msgstr "Grup salvat." -#: admin/field-group.php:75 +#: includes/admin/admin-field-group.php:75 msgid "Field group submitted." msgstr "Grup trimis." -#: admin/field-group.php:76 +#: includes/admin/admin-field-group.php:76 msgid "Field group scheduled for." msgstr "Grup programat pentru." -#: admin/field-group.php:77 +#: includes/admin/admin-field-group.php:77 msgid "Field group draft updated." msgstr "Ciorna grup actualizat." -#: admin/field-group.php:176 -msgid "Move to trash. Are you sure?" -msgstr "Mută în coșul de gunoi. Ești sigur?" - -#: admin/field-group.php:177 -msgid "checked" -msgstr "marcat" - -#: admin/field-group.php:178 -msgid "No toggle fields available" -msgstr "Nu sunt câmpuri de comutare disponibile" - -#: admin/field-group.php:179 -msgid "Field group title is required" -msgstr "Titlul grupului este obligatoriu" - -#: admin/field-group.php:180 api/api-field-group.php:607 -msgid "copy" -msgstr "copie" - -#: admin/field-group.php:181 -#: admin/views/field-group-field-conditional-logic.php:67 -#: admin/views/field-group-field-conditional-logic.php:162 -#: admin/views/field-group-locations.php:23 -#: admin/views/field-group-locations.php:131 api/api-helpers.php:3262 -msgid "or" -msgstr "sau" - -#: admin/field-group.php:183 -msgid "Parent fields" -msgstr "Câpuri parinte" - -#: admin/field-group.php:184 -msgid "Sibling fields" -msgstr "Câmpuri copil" - -#: admin/field-group.php:185 -msgid "Move Custom Field" -msgstr "Mută câmpul personalizat" - -#: admin/field-group.php:186 -msgid "This field cannot be moved until its changes have been saved" -msgstr "Acest câmp nu poate fi mutat decât după salvarea modificărilor" - -#: admin/field-group.php:187 -msgid "Null" -msgstr "Gol" - -#: admin/field-group.php:188 core/input.php:128 -msgid "The changes you made will be lost if you navigate away from this page" -msgstr "Modificările făcute vor fi pierdute dacă nu salvați" - -#: admin/field-group.php:189 -msgid "The string \"field_\" may not be used at the start of a field name" -msgstr "Textul \"field_\" nu poate fi folosit la începutul denumirii unui câmp" - -#: admin/field-group.php:214 +#: includes/admin/admin-field-group.php:183 msgid "Location" msgstr "Locația" -#: admin/field-group.php:215 +#: includes/admin/admin-field-group.php:184 msgid "Settings" msgstr "" -#: admin/field-group.php:253 +#: includes/admin/admin-field-group.php:269 +msgid "Move to trash. Are you sure?" +msgstr "Mută în coșul de gunoi. Ești sigur?" + +#: includes/admin/admin-field-group.php:270 +msgid "checked" +msgstr "marcat" + +#: includes/admin/admin-field-group.php:271 +msgid "No toggle fields available" +msgstr "Nu sunt câmpuri de comutare disponibile" + +#: includes/admin/admin-field-group.php:272 +msgid "Field group title is required" +msgstr "Titlul grupului este obligatoriu" + +#: includes/admin/admin-field-group.php:273 +#: includes/api/api-field-group.php:732 +msgid "copy" +msgstr "copie" + +#: includes/admin/admin-field-group.php:274 +#: includes/admin/views/field-group-field-conditional-logic.php:54 +#: includes/admin/views/field-group-field-conditional-logic.php:154 +#: includes/admin/views/field-group-locations.php:29 +#: includes/admin/views/html-location-group.php:3 +#: includes/api/api-helpers.php:3964 +msgid "or" +msgstr "sau" + +#: includes/admin/admin-field-group.php:276 +msgid "Parent fields" +msgstr "Câpuri parinte" + +#: includes/admin/admin-field-group.php:277 +msgid "Sibling fields" +msgstr "Câmpuri copil" + +#: includes/admin/admin-field-group.php:278 +msgid "Move Custom Field" +msgstr "Mută câmpul personalizat" + +#: includes/admin/admin-field-group.php:279 +msgid "This field cannot be moved until its changes have been saved" +msgstr "Acest câmp nu poate fi mutat decât după salvarea modificărilor" + +#: includes/admin/admin-field-group.php:280 +msgid "Null" +msgstr "Gol" + +#: includes/admin/admin-field-group.php:281 includes/input.php:258 +msgid "The changes you made will be lost if you navigate away from this page" +msgstr "Modificările făcute vor fi pierdute dacă nu salvați" + +#: includes/admin/admin-field-group.php:282 +msgid "The string \"field_\" may not be used at the start of a field name" +msgstr "Textul \"field_\" nu poate fi folosit la începutul denumirii unui câmp" + +#: includes/admin/admin-field-group.php:360 msgid "Field Keys" msgstr "" -#: admin/field-group.php:283 admin/views/field-group-options.php:17 +#: includes/admin/admin-field-group.php:390 +#: includes/admin/views/field-group-options.php:9 msgid "Active" msgstr "" -#: admin/field-group.php:744 -msgid "Front Page" -msgstr "Pagina principală" - -#: admin/field-group.php:745 -msgid "Posts Page" -msgstr "Pagina Articolelor" - -#: admin/field-group.php:746 -msgid "Top Level Page (no parent)" -msgstr "Pagina primului nivel (fără părinte)" - -#: admin/field-group.php:747 -msgid "Parent Page (has children)" -msgstr "Pagina părinte (are succesori)" - -#: admin/field-group.php:748 -msgid "Child Page (has parent)" -msgstr "Pagina Succesor (are părinte)" - -#: admin/field-group.php:764 -msgid "Default Template" -msgstr "Format Implicit" - -#: admin/field-group.php:786 -msgid "Logged in" -msgstr "Autentifiat" - -#: admin/field-group.php:787 -msgid "Viewing front end" -msgstr "Vezi front-end" - -#: admin/field-group.php:788 -msgid "Viewing back end" -msgstr "Vezi back-end" - -#: admin/field-group.php:807 -msgid "Super Admin" -msgstr "Super Admin" - -#: admin/field-group.php:818 admin/field-group.php:826 -#: admin/field-group.php:840 admin/field-group.php:847 -#: admin/field-group.php:862 admin/field-group.php:872 fields/file.php:235 -#: fields/image.php:226 pro/fields/gallery.php:653 -msgid "All" -msgstr "Toate" - -#: admin/field-group.php:827 -msgid "Add / Edit" -msgstr "Adaugă / Editează" - -#: admin/field-group.php:828 -msgid "Register" -msgstr "Înregistrează" - -#: admin/field-group.php:1059 +#: includes/admin/admin-field-group.php:801 msgid "Move Complete." msgstr "Mutare Completă." -#: admin/field-group.php:1060 +#: includes/admin/admin-field-group.php:802 #, php-format msgid "The %s field can now be found in the %s field group" msgstr "Acest %s câmp acum poate fi găsit în %s grupul de câmpuri" -#: admin/field-group.php:1062 +#: includes/admin/admin-field-group.php:803 msgid "Close Window" msgstr "Închide Fereastra" -#: admin/field-group.php:1097 +#: includes/admin/admin-field-group.php:844 msgid "Please select the destination for this field" msgstr "Selectează destinația pentru acest câmp" -#: admin/field-group.php:1104 +#: includes/admin/admin-field-group.php:851 msgid "Move Field" msgstr "Mută Câmpul" -#: admin/field-groups.php:74 +#: includes/admin/admin-field-groups.php:74 #, php-format msgid "Active (%s)" msgid_plural "Active (%s)" @@ -307,12 +255,12 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: admin/field-groups.php:142 +#: includes/admin/admin-field-groups.php:142 #, php-format msgid "Field group duplicated. %s" msgstr "Grupul de câmpuri a fost duplicat. %s" -#: admin/field-groups.php:146 +#: includes/admin/admin-field-groups.php:146 #, php-format msgid "%s field group duplicated." msgid_plural "%s field groups duplicated." @@ -320,12 +268,12 @@ msgstr[0] "%s grupul de câmpuri a fost duplicat." msgstr[1] "%s grupurile de câmpuri au fost duplicate." msgstr[2] "%s grupurile de câmpuri au fost duplicate." -#: admin/field-groups.php:228 +#: includes/admin/admin-field-groups.php:227 #, php-format msgid "Field group synchronised. %s" msgstr "Grupul de câmpuri a fost sincronizat. %s" -#: admin/field-groups.php:232 +#: includes/admin/admin-field-groups.php:231 #, php-format msgid "%s field group synchronised." msgid_plural "%s field groups synchronised." @@ -333,334 +281,331 @@ msgstr[0] "%s grupul de câmpuri a fost sincronizat." msgstr[1] "%s grupurile de câmpuri au fost sincronizate." msgstr[2] "%s grupurile de câmpuri au fost sincronizate." -#: admin/field-groups.php:403 admin/field-groups.php:573 +#: includes/admin/admin-field-groups.php:394 +#: includes/admin/admin-field-groups.php:557 msgid "Sync available" msgstr "Sincronizare disponibilă" -#: admin/field-groups.php:516 +#: includes/admin/admin-field-groups.php:507 includes/forms/form-front.php:38 +#: pro/fields/class-acf-field-gallery.php:355 msgid "Title" msgstr "Titlu" -#: admin/field-groups.php:517 admin/views/field-group-options.php:98 -#: admin/views/update-network.php:20 admin/views/update-network.php:28 +#: includes/admin/admin-field-groups.php:508 +#: includes/admin/views/field-group-options.php:96 +#: includes/admin/views/install-network.php:21 +#: includes/admin/views/install-network.php:29 +#: pro/fields/class-acf-field-gallery.php:382 msgid "Description" msgstr "" -#: admin/field-groups.php:518 admin/views/field-group-options.php:10 +#: includes/admin/admin-field-groups.php:509 msgid "Status" msgstr "" -#: admin/field-groups.php:616 admin/settings-info.php:76 -#: pro/admin/views/settings-updates.php:111 +#. Description of the plugin/theme +#: includes/admin/admin-field-groups.php:607 +msgid "Customise WordPress with powerful, professional and intuitive fields." +msgstr "" + +#: includes/admin/admin-field-groups.php:609 +#: includes/admin/settings-info.php:76 +#: pro/admin/views/html-settings-updates.php:111 msgid "Changelog" msgstr "Catalog schimbări" -#: admin/field-groups.php:617 -msgid "See what's new in" -msgstr "Vezi ce este nou în" +#: includes/admin/admin-field-groups.php:614 +#, php-format +msgid "See what's new in version %s." +msgstr "" -#: admin/field-groups.php:617 -msgid "version" -msgstr "versiunea" - -#: admin/field-groups.php:619 +#: includes/admin/admin-field-groups.php:617 msgid "Resources" msgstr "Resurse" -#: admin/field-groups.php:621 -msgid "Getting Started" -msgstr "Pentru început" +#: includes/admin/admin-field-groups.php:619 +msgid "Website" +msgstr "" -#: admin/field-groups.php:622 pro/admin/settings-updates.php:73 -#: pro/admin/views/settings-updates.php:17 -msgid "Updates" -msgstr "Actualizări" +#: includes/admin/admin-field-groups.php:620 +msgid "Documentation" +msgstr "" -#: admin/field-groups.php:623 -msgid "Field Types" -msgstr "Tiurile Câmpului" +#: includes/admin/admin-field-groups.php:621 +msgid "Support" +msgstr "" -#: admin/field-groups.php:624 -msgid "Functions" -msgstr "Funcții" +#: includes/admin/admin-field-groups.php:623 +msgid "Pro" +msgstr "" -#: admin/field-groups.php:625 -msgid "Actions" -msgstr "Acțiuni" +#: includes/admin/admin-field-groups.php:628 +#, php-format +msgid "Thank you for creating with ACF." +msgstr "" -#: admin/field-groups.php:626 fields/relationship.php:718 -msgid "Filters" -msgstr "Filtre" - -#: admin/field-groups.php:627 -msgid "'How to' guides" -msgstr "Ghiduri 'Cum să...'" - -#: admin/field-groups.php:628 -msgid "Tutorials" -msgstr "Tutoriale" - -#: admin/field-groups.php:633 -msgid "Created by" -msgstr "Creat de" - -#: admin/field-groups.php:673 +#: includes/admin/admin-field-groups.php:668 msgid "Duplicate this item" msgstr "Copiază acest item" -#: admin/field-groups.php:673 admin/field-groups.php:685 -#: admin/views/field-group-field.php:58 pro/fields/flexible-content.php:516 +#: includes/admin/admin-field-groups.php:668 +#: includes/admin/admin-field-groups.php:684 +#: includes/admin/views/field-group-field.php:49 +#: pro/fields/class-acf-field-flexible-content.php:558 msgid "Duplicate" msgstr "Copiază" -#: admin/field-groups.php:724 +#: includes/admin/admin-field-groups.php:701 +#: includes/fields/class-acf-field-google-map.php:118 +#: includes/fields/class-acf-field-relationship.php:656 +msgid "Search" +msgstr "Caută" + +#: includes/admin/admin-field-groups.php:760 #, php-format msgid "Select %s" msgstr "Selectează %s" -#: admin/field-groups.php:730 +#: includes/admin/admin-field-groups.php:768 msgid "Synchronise field group" msgstr "Sincronizare grup de câmpuri" -#: admin/field-groups.php:730 admin/field-groups.php:750 +#: includes/admin/admin-field-groups.php:768 +#: includes/admin/admin-field-groups.php:798 msgid "Sync" msgstr "Sincronizare" -#: admin/settings-addons.php:51 admin/views/settings-addons.php:9 -msgid "Add-ons" -msgstr "Suplimente" - -#: admin/settings-addons.php:87 -msgid "Error. Could not load add-ons list" -msgstr "Eroare. Lista de suplimente nu poate fi încărcată" - -#: admin/settings-info.php:50 -msgid "Info" -msgstr "Informații" - -#: admin/settings-info.php:75 -msgid "What's New" -msgstr "Ce este nou" - -#: admin/settings-tools.php:54 admin/views/settings-tools-export.php:9 -#: admin/views/settings-tools.php:31 -msgid "Tools" +#: includes/admin/admin-field-groups.php:780 +msgid "Apply" msgstr "" -#: admin/settings-tools.php:151 admin/settings-tools.php:365 -msgid "No field groups selected" -msgstr "Nu a fost selectat nici un grup de câmpuri" - -#: admin/settings-tools.php:188 -msgid "No file selected" -msgstr "Nu a fost selectat nici un fișier" - -#: admin/settings-tools.php:201 -msgid "Error uploading file. Please try again" -msgstr "Eroare la încărcarea fișierului. Încearcă din nou" - -#: admin/settings-tools.php:210 -msgid "Incorrect file type" -msgstr "Tipul fișierului este incorect" - -#: admin/settings-tools.php:227 -msgid "Import file empty" -msgstr "Fișierul import este gol" - -#: admin/settings-tools.php:323 -#, php-format -msgid "Success. Import tool added %s field groups: %s" -msgstr "Suces. Unealta import a adaugat %s grupuri de câmpuri: %s" - -#: admin/settings-tools.php:332 -#, php-format -msgid "" -"Warning. Import tool detected %s field groups already exist and have " -"been ignored: %s" -msgstr "" -"Atenție. Unealta import a detectat %s grupuri de câmpuri care exista " -"deja și a ignorat: %s" - -#: admin/update.php:113 -msgid "Upgrade ACF" +#: includes/admin/admin-field-groups.php:798 +msgid "Bulk Actions" msgstr "" -#: admin/update.php:143 -msgid "Review sites & upgrade" -msgstr "" +#: includes/admin/admin.php:113 +#: includes/admin/views/field-group-options.php:118 +msgid "Custom Fields" +msgstr "Câmpuri Personalizate" -#: admin/update.php:298 -msgid "Upgrade" -msgstr "Îmbunătățire" - -#: admin/update.php:328 +#: includes/admin/install-network.php:88 includes/admin/install.php:70 +#: includes/admin/install.php:121 msgid "Upgrade Database" msgstr "" -#: admin/views/field-group-field-conditional-logic.php:29 +#: includes/admin/install-network.php:140 +msgid "Review sites & upgrade" +msgstr "" + +#: includes/admin/install.php:187 +msgid "Error validating request" +msgstr "" + +#: includes/admin/install.php:210 includes/admin/views/install.php:105 +msgid "No updates available." +msgstr "" + +#: includes/admin/settings-addons.php:51 +#: includes/admin/views/settings-addons.php:3 +msgid "Add-ons" +msgstr "Suplimente" + +#: includes/admin/settings-addons.php:87 +msgid "Error. Could not load add-ons list" +msgstr "Eroare. Lista de suplimente nu poate fi încărcată" + +#: includes/admin/settings-info.php:50 +msgid "Info" +msgstr "Informații" + +#: includes/admin/settings-info.php:75 +msgid "What's New" +msgstr "Ce este nou" + +#: includes/admin/settings-tools.php:50 +#: includes/admin/views/settings-tools-export.php:19 +#: includes/admin/views/settings-tools.php:31 +msgid "Tools" +msgstr "" + +#: includes/admin/settings-tools.php:147 includes/admin/settings-tools.php:380 +msgid "No field groups selected" +msgstr "Nu a fost selectat nici un grup de câmpuri" + +#: includes/admin/settings-tools.php:184 +#: includes/fields/class-acf-field-file.php:159 +msgid "No file selected" +msgstr "Nu a fost selectat nici un fișier" + +#: includes/admin/settings-tools.php:197 +msgid "Error uploading file. Please try again" +msgstr "Eroare la încărcarea fișierului. Încearcă din nou" + +#: includes/admin/settings-tools.php:206 +msgid "Incorrect file type" +msgstr "Tipul fișierului este incorect" + +#: includes/admin/settings-tools.php:223 +msgid "Import file empty" +msgstr "Fișierul import este gol" + +#: includes/admin/settings-tools.php:331 +#, php-format +msgid "Imported 1 field group" +msgid_plural "Imported %s field groups" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: includes/admin/views/field-group-field-conditional-logic.php:28 msgid "Conditional Logic" msgstr "Condiție Logică" -#: admin/views/field-group-field-conditional-logic.php:40 -#: admin/views/field-group-field.php:137 fields/checkbox.php:246 -#: fields/message.php:117 fields/page_link.php:568 fields/page_link.php:582 -#: fields/post_object.php:434 fields/post_object.php:448 fields/select.php:411 -#: fields/select.php:425 fields/select.php:439 fields/select.php:453 -#: fields/tab.php:172 fields/taxonomy.php:770 fields/taxonomy.php:784 -#: fields/taxonomy.php:798 fields/taxonomy.php:812 fields/user.php:457 -#: fields/user.php:471 fields/wysiwyg.php:384 -#: pro/admin/views/settings-updates.php:93 -msgid "Yes" -msgstr "Da" - -#: admin/views/field-group-field-conditional-logic.php:41 -#: admin/views/field-group-field.php:138 fields/checkbox.php:247 -#: fields/message.php:118 fields/page_link.php:569 fields/page_link.php:583 -#: fields/post_object.php:435 fields/post_object.php:449 fields/select.php:412 -#: fields/select.php:426 fields/select.php:440 fields/select.php:454 -#: fields/tab.php:173 fields/taxonomy.php:685 fields/taxonomy.php:771 -#: fields/taxonomy.php:785 fields/taxonomy.php:799 fields/taxonomy.php:813 -#: fields/user.php:458 fields/user.php:472 fields/wysiwyg.php:385 -#: pro/admin/views/settings-updates.php:103 -msgid "No" -msgstr "Nu" - -#: admin/views/field-group-field-conditional-logic.php:65 +#: includes/admin/views/field-group-field-conditional-logic.php:54 msgid "Show this field if" msgstr "Arată acest câmp dacă" -#: admin/views/field-group-field-conditional-logic.php:111 -#: admin/views/field-group-locations.php:88 +#: includes/admin/views/field-group-field-conditional-logic.php:103 +#: includes/locations.php:247 msgid "is equal to" msgstr "este egal cu" -#: admin/views/field-group-field-conditional-logic.php:112 -#: admin/views/field-group-locations.php:89 +#: includes/admin/views/field-group-field-conditional-logic.php:104 +#: includes/locations.php:248 msgid "is not equal to" msgstr "nu este egal cu" -#: admin/views/field-group-field-conditional-logic.php:149 -#: admin/views/field-group-locations.php:118 +#: includes/admin/views/field-group-field-conditional-logic.php:141 +#: includes/admin/views/html-location-rule.php:80 msgid "and" msgstr "și" -#: admin/views/field-group-field-conditional-logic.php:164 -#: admin/views/field-group-locations.php:133 +#: includes/admin/views/field-group-field-conditional-logic.php:156 +#: includes/admin/views/field-group-locations.php:31 msgid "Add rule group" msgstr "Adaugă grup de reguli" -#: admin/views/field-group-field.php:54 admin/views/field-group-field.php:57 +#: includes/admin/views/field-group-field.php:41 +#: pro/fields/class-acf-field-flexible-content.php:405 +#: pro/fields/class-acf-field-repeater.php:302 +msgid "Drag to reorder" +msgstr "Trage pentru a reordona" + +#: includes/admin/views/field-group-field.php:45 +#: includes/admin/views/field-group-field.php:48 msgid "Edit field" msgstr "Editează câmp" -#: admin/views/field-group-field.php:57 pro/fields/gallery.php:355 +#: includes/admin/views/field-group-field.php:48 +#: includes/fields/class-acf-field-image.php:125 +#: includes/fields/class-acf-field-link.php:139 +#: pro/fields/class-acf-field-gallery.php:342 msgid "Edit" msgstr "Editeză" -#: admin/views/field-group-field.php:58 +#: includes/admin/views/field-group-field.php:49 msgid "Duplicate field" msgstr "Copiază câmp" -#: admin/views/field-group-field.php:59 +#: includes/admin/views/field-group-field.php:50 msgid "Move field to another group" msgstr "Mută acest câmp în alt grup" -#: admin/views/field-group-field.php:59 +#: includes/admin/views/field-group-field.php:50 msgid "Move" msgstr "Mută" -#: admin/views/field-group-field.php:60 +#: includes/admin/views/field-group-field.php:51 msgid "Delete field" msgstr "Șterge câmp" -#: admin/views/field-group-field.php:60 pro/fields/flexible-content.php:515 +#: includes/admin/views/field-group-field.php:51 +#: pro/fields/class-acf-field-flexible-content.php:557 msgid "Delete" msgstr "Șterge" -#: admin/views/field-group-field.php:68 fields/oembed.php:212 -#: fields/taxonomy.php:886 -msgid "Error" -msgstr "Eroare" - -#: fields/oembed.php:220 fields/taxonomy.php:900 -msgid "Error." -msgstr "Eroare." - -#: admin/views/field-group-field.php:68 -msgid "Field type does not exist" -msgstr "Tipul câmpului nu există" - -#: admin/views/field-group-field.php:81 +#: includes/admin/views/field-group-field.php:67 msgid "Field Label" msgstr "Etichetă Câmp" -#: admin/views/field-group-field.php:82 +#: includes/admin/views/field-group-field.php:68 msgid "This is the name which will appear on the EDIT page" msgstr "Acesta este numele care va apărea în pagina de editare" -#: admin/views/field-group-field.php:93 +#: includes/admin/views/field-group-field.php:78 msgid "Field Name" msgstr "Nume Câmp" -#: admin/views/field-group-field.php:94 +#: includes/admin/views/field-group-field.php:79 msgid "Single word, no spaces. Underscores and dashes allowed" msgstr "" "Un singur cuvânt, fără spații. Caracterele _ (underscore) și - (minus) sunt " "permise" -#: admin/views/field-group-field.php:105 +#: includes/admin/views/field-group-field.php:89 msgid "Field Type" msgstr "Tipul Câmpului" -#: admin/views/field-group-field.php:118 fields/tab.php:143 +#: includes/admin/views/field-group-field.php:101 +#: includes/fields/class-acf-field-tab.php:88 msgid "Instructions" msgstr "Instrucțiuni" -#: admin/views/field-group-field.php:119 +#: includes/admin/views/field-group-field.php:102 msgid "Instructions for authors. Shown when submitting data" msgstr "Instrucțiuni pentru autor. Sunt afișate când se adaugă valori" -#: admin/views/field-group-field.php:130 +#: includes/admin/views/field-group-field.php:111 msgid "Required?" msgstr "Obligatoriu?" -#: admin/views/field-group-field.php:158 +#: includes/admin/views/field-group-field.php:134 msgid "Wrapper Attributes" msgstr "Atributele Wrapper-ului" -#: admin/views/field-group-field.php:164 +#: includes/admin/views/field-group-field.php:140 msgid "width" msgstr "lățime" -#: admin/views/field-group-field.php:178 +#: includes/admin/views/field-group-field.php:155 msgid "class" msgstr "clasă" -#: admin/views/field-group-field.php:191 +#: includes/admin/views/field-group-field.php:168 msgid "id" msgstr "id" -#: admin/views/field-group-field.php:203 +#: includes/admin/views/field-group-field.php:180 msgid "Close Field" msgstr "Închide Câmpul" -#: admin/views/field-group-fields.php:29 +#: includes/admin/views/field-group-fields.php:4 msgid "Order" msgstr "Ordine" -#: admin/views/field-group-fields.php:30 pro/fields/flexible-content.php:541 +#: includes/admin/views/field-group-fields.php:5 +#: includes/fields/class-acf-field-checkbox.php:415 +#: includes/fields/class-acf-field-radio.php:306 +#: includes/fields/class-acf-field-select.php:432 +#: pro/fields/class-acf-field-flexible-content.php:584 msgid "Label" msgstr "Etichetă" -#: admin/views/field-group-fields.php:31 pro/fields/flexible-content.php:554 +#: includes/admin/views/field-group-fields.php:6 +#: includes/fields/class-acf-field-taxonomy.php:957 +#: pro/fields/class-acf-field-flexible-content.php:597 msgid "Name" msgstr "Nume" -#: admin/views/field-group-fields.php:32 +#: includes/admin/views/field-group-fields.php:7 +msgid "Key" +msgstr "" + +#: includes/admin/views/field-group-fields.php:8 msgid "Type" msgstr "Tip" -#: admin/views/field-group-fields.php:44 +#: includes/admin/views/field-group-fields.php:14 msgid "" "No fields. Click the + Add Field button to create your " "first field." @@ -668,19 +613,15 @@ msgstr "" "Nici un câmp. Click pe butonul + Adaugă Câmp pentru a crea " "primul câmp." -#: admin/views/field-group-fields.php:51 -msgid "Drag and drop to reorder" -msgstr "Trage și eliberează pentru a ordona" - -#: admin/views/field-group-fields.php:54 +#: includes/admin/views/field-group-fields.php:31 msgid "+ Add Field" msgstr "+ Adaugă Câmp" -#: admin/views/field-group-locations.php:5 +#: includes/admin/views/field-group-locations.php:9 msgid "Rules" msgstr "Reguli" -#: admin/views/field-group-locations.php:6 +#: includes/admin/views/field-group-locations.php:10 msgid "" "Create a set of rules to determine which edit screens will use these " "advanced custom fields" @@ -688,167 +629,83 @@ msgstr "" "Crează un set de reguli pentru a determina unde vor fi afișate aceste " "câmpuri avansate personalizate" -#: admin/views/field-group-locations.php:21 -msgid "Show this field group if" -msgstr "Arată acest grup de câmpuri dacă" - -#: admin/views/field-group-locations.php:41 -#: admin/views/field-group-locations.php:47 -msgid "Post" -msgstr "Articol" - -#: admin/views/field-group-locations.php:42 fields/relationship.php:724 -msgid "Post Type" -msgstr "Tipul Articolului" - -#: admin/views/field-group-locations.php:43 -msgid "Post Status" -msgstr "Starea Articolui" - -#: admin/views/field-group-locations.php:44 -msgid "Post Format" -msgstr "Formatul Articolului" - -#: admin/views/field-group-locations.php:45 -msgid "Post Category" -msgstr "Categoria Articolului" - -#: admin/views/field-group-locations.php:46 -msgid "Post Taxonomy" -msgstr "Taxonomia Articolului" - -#: admin/views/field-group-locations.php:49 -#: admin/views/field-group-locations.php:53 -msgid "Page" -msgstr "Pagina" - -#: admin/views/field-group-locations.php:50 -msgid "Page Template" -msgstr "Macheta Pagini" - -#: admin/views/field-group-locations.php:51 -msgid "Page Type" -msgstr "Tipul Pagini" - -#: admin/views/field-group-locations.php:52 -msgid "Page Parent" -msgstr "Pagina Părinte" - -#: admin/views/field-group-locations.php:55 fields/user.php:36 -msgid "User" -msgstr "Utilizatorul" - -#: admin/views/field-group-locations.php:56 -msgid "Current User" -msgstr "Utilizatorul Curent" - -#: admin/views/field-group-locations.php:57 -msgid "Current User Role" -msgstr "Rolul Utilizatorului Curent" - -#: admin/views/field-group-locations.php:58 -msgid "User Form" -msgstr "Formularul Utilizatorului" - -#: admin/views/field-group-locations.php:59 -msgid "User Role" -msgstr "Rolul Utilizatorului" - -#: admin/views/field-group-locations.php:61 pro/admin/options-page.php:48 -msgid "Forms" -msgstr "Formulare" - -#: admin/views/field-group-locations.php:62 -msgid "Attachment" -msgstr "Atașament" - -#: admin/views/field-group-locations.php:63 -msgid "Taxonomy Term" -msgstr "Termenul Taxonomiei" - -#: admin/views/field-group-locations.php:64 -msgid "Comment" -msgstr "Comentariu" - -#: admin/views/field-group-locations.php:65 -msgid "Widget" -msgstr "Piesă" - -#: admin/views/field-group-options.php:25 +#: includes/admin/views/field-group-options.php:23 msgid "Style" msgstr "Stil" -#: admin/views/field-group-options.php:32 +#: includes/admin/views/field-group-options.php:30 msgid "Standard (WP metabox)" msgstr "Standard (asemănător WP, folosește metabox-uri)" -#: admin/views/field-group-options.php:33 +#: includes/admin/views/field-group-options.php:31 msgid "Seamless (no metabox)" msgstr "Seamless (fără metabox-uri)" -#: admin/views/field-group-options.php:40 +#: includes/admin/views/field-group-options.php:38 msgid "Position" msgstr "Poziție" -#: admin/views/field-group-options.php:47 +#: includes/admin/views/field-group-options.php:45 msgid "High (after title)" msgstr "Mare (după titlul aricolului / paginii)" -#: admin/views/field-group-options.php:48 +#: includes/admin/views/field-group-options.php:46 msgid "Normal (after content)" msgstr "Normal (dupa conținutul articolului / paginii)" -#: admin/views/field-group-options.php:49 +#: includes/admin/views/field-group-options.php:47 msgid "Side" msgstr "Lateral" -#: admin/views/field-group-options.php:57 +#: includes/admin/views/field-group-options.php:55 msgid "Label placement" msgstr "Poziționarea etichetei" -#: admin/views/field-group-options.php:64 fields/tab.php:159 +#: includes/admin/views/field-group-options.php:62 +#: includes/fields/class-acf-field-tab.php:102 msgid "Top aligned" msgstr "Aliniere Sus" -#: admin/views/field-group-options.php:65 fields/tab.php:160 +#: includes/admin/views/field-group-options.php:63 +#: includes/fields/class-acf-field-tab.php:103 msgid "Left Aligned" msgstr "Aliniere Stanga" -#: admin/views/field-group-options.php:72 +#: includes/admin/views/field-group-options.php:70 msgid "Instruction placement" msgstr "Plasamentul instrucțiunilor" -#: admin/views/field-group-options.php:79 +#: includes/admin/views/field-group-options.php:77 msgid "Below labels" msgstr "Sub etichete" -#: admin/views/field-group-options.php:80 +#: includes/admin/views/field-group-options.php:78 msgid "Below fields" msgstr "Sub câmpuri" -#: admin/views/field-group-options.php:87 +#: includes/admin/views/field-group-options.php:85 msgid "Order No." msgstr "Nr. crt." -#: admin/views/field-group-options.php:88 +#: includes/admin/views/field-group-options.php:86 msgid "Field groups with a lower order will appear first" msgstr "" -#: admin/views/field-group-options.php:99 +#: includes/admin/views/field-group-options.php:97 msgid "Shown in field group list" msgstr "" -#: admin/views/field-group-options.php:109 +#: includes/admin/views/field-group-options.php:107 msgid "Hide on screen" msgstr "Ascunde pe ecran" -#: admin/views/field-group-options.php:110 +#: includes/admin/views/field-group-options.php:108 msgid "Select items to hide them from the edit screen." msgstr "" "Selectează ce opțiuni să fie ascune din ecranul de editare al " "articolului sau al paginii." -#: admin/views/field-group-options.php:110 +#: includes/admin/views/field-group-options.php:108 msgid "" "If multiple field groups appear on an edit screen, the first field group's " "options will be used (the one with the lowest order number)" @@ -857,75 +714,189 @@ msgstr "" "grupuri de câmpuri, atunci opțiunile primul grup de câmpuri vor fi folosite " "(cel cu numărul de ordine cel mai mic)" -#: admin/views/field-group-options.php:117 +#: includes/admin/views/field-group-options.php:115 msgid "Permalink" msgstr "Legătură permanentă" -#: admin/views/field-group-options.php:118 +#: includes/admin/views/field-group-options.php:116 msgid "Content Editor" msgstr "Editorul de conținut" -#: admin/views/field-group-options.php:119 +#: includes/admin/views/field-group-options.php:117 msgid "Excerpt" msgstr "Descriere scurtă" -#: admin/views/field-group-options.php:121 +#: includes/admin/views/field-group-options.php:119 msgid "Discussion" msgstr "Discuții" -#: admin/views/field-group-options.php:122 +#: includes/admin/views/field-group-options.php:120 msgid "Comments" msgstr "Comentarii" -#: admin/views/field-group-options.php:123 +#: includes/admin/views/field-group-options.php:121 msgid "Revisions" msgstr "Revizii" -#: admin/views/field-group-options.php:124 +#: includes/admin/views/field-group-options.php:122 msgid "Slug" msgstr "Slug" -#: admin/views/field-group-options.php:125 +#: includes/admin/views/field-group-options.php:123 msgid "Author" msgstr "Autor" -#: admin/views/field-group-options.php:126 +#: includes/admin/views/field-group-options.php:124 msgid "Format" msgstr "Format" -#: admin/views/field-group-options.php:127 +#: includes/admin/views/field-group-options.php:125 msgid "Page Attributes" msgstr "Atributele Paginii" -#: admin/views/field-group-options.php:128 fields/relationship.php:737 +#: includes/admin/views/field-group-options.php:126 +#: includes/fields/class-acf-field-relationship.php:670 msgid "Featured Image" msgstr "Imagine Reprezentativă" -#: admin/views/field-group-options.php:129 +#: includes/admin/views/field-group-options.php:127 msgid "Categories" msgstr "Categorii" -#: admin/views/field-group-options.php:130 +#: includes/admin/views/field-group-options.php:128 msgid "Tags" msgstr "Etichete" -#: admin/views/field-group-options.php:131 +#: includes/admin/views/field-group-options.php:129 msgid "Send Trackbacks" msgstr "Trackback-uri" -#: admin/views/settings-addons.php:23 +#: includes/admin/views/html-location-group.php:3 +msgid "Show this field group if" +msgstr "Arată acest grup de câmpuri dacă" + +#: includes/admin/views/install-network.php:4 +msgid "Upgrade Sites" +msgstr "" + +#: includes/admin/views/install-network.php:9 +#: includes/admin/views/install.php:3 +msgid "Advanced Custom Fields Database Upgrade" +msgstr "" + +#: includes/admin/views/install-network.php:11 +#, php-format +msgid "" +"The following sites require a DB upgrade. Check the ones you want to update " +"and then click %s." +msgstr "" + +#: includes/admin/views/install-network.php:20 +#: includes/admin/views/install-network.php:28 +msgid "Site" +msgstr "" + +#: includes/admin/views/install-network.php:48 +#, php-format +msgid "Site requires database upgrade from %s to %s" +msgstr "" + +#: includes/admin/views/install-network.php:50 +msgid "Site is up to date" +msgstr "" + +#: includes/admin/views/install-network.php:63 +#, php-format +msgid "" +"Database Upgrade complete. Return to network dashboard" +msgstr "" + +#: includes/admin/views/install-network.php:102 +#: includes/admin/views/install-notice.php:42 +msgid "" +"It is strongly recommended that you backup your database before proceeding. " +"Are you sure you wish to run the updater now?" +msgstr "" +"Este puternic recomandat să faceți o copie de siguranța a bazei de date " +"înainte de a începe procesul de actualizare. Ești sigur că vrei să începi " +"actualizarea acum?" + +#: includes/admin/views/install-network.php:158 +msgid "Upgrade complete" +msgstr "" + +#: includes/admin/views/install-network.php:162 +#: includes/admin/views/install.php:9 +#, php-format +msgid "Upgrading data to version %s" +msgstr "Actualizarea datelor la versiunea %s" + +#: includes/admin/views/install-notice.php:8 +#: pro/fields/class-acf-field-repeater.php:25 +msgid "Repeater" +msgstr "Repeater" + +#: includes/admin/views/install-notice.php:9 +#: pro/fields/class-acf-field-flexible-content.php:25 +msgid "Flexible Content" +msgstr "Conținut Flexibil" + +#: includes/admin/views/install-notice.php:10 +#: pro/fields/class-acf-field-gallery.php:25 +msgid "Gallery" +msgstr "Galerie" + +#: includes/admin/views/install-notice.php:11 +#: pro/locations/class-acf-location-options-page.php:26 +msgid "Options Page" +msgstr "Pagina de Opțiuni" + +#: includes/admin/views/install-notice.php:26 +msgid "Database Upgrade Required" +msgstr "Actualizare bazei de date este necesară" + +#: includes/admin/views/install-notice.php:28 +#, php-format +msgid "Thank you for updating to %s v%s!" +msgstr "Îți mulțumim pentru actualizarea făcută la %s v%s!" + +#: includes/admin/views/install-notice.php:28 +msgid "" +"Before you start using the new awesome features, please update your database " +"to the newest version." +msgstr "" +"Înainte de a începe să folosești uimitoarele funcții noi, te rungăm să " +"actualizezi baza de date la o versiune mai recentă." + +#: includes/admin/views/install-notice.php:31 +#, php-format +msgid "" +"Please also ensure any premium add-ons (%s) have first been updated to the " +"latest version." +msgstr "" + +#: includes/admin/views/install.php:7 +msgid "Reading upgrade tasks..." +msgstr "Citirea sarcinilor necesare pentru actualizare..." + +#: includes/admin/views/install.php:11 +#, php-format +msgid "Database Upgrade complete. See what's new" +msgstr "" + +#: includes/admin/views/settings-addons.php:17 msgid "Download & Install" msgstr "Descarcă & Instalează" -#: admin/views/settings-addons.php:42 +#: includes/admin/views/settings-addons.php:36 msgid "Installed" msgstr "Instalat" -#: admin/views/settings-info.php:9 +#: includes/admin/views/settings-info.php:3 msgid "Welcome to Advanced Custom Fields" msgstr "Bine ai venit la Câmpuri Personalizate Avansate" -#: admin/views/settings-info.php:10 +#: includes/admin/views/settings-info.php:4 #, php-format msgid "" "Thank you for updating! ACF %s is bigger and better than ever before. We " @@ -934,15 +905,15 @@ msgstr "" "Iți mulțumim pentru actualizare! ACF %s a devenit mai mare și mai bun. " "Sperăm să-ți placă." -#: admin/views/settings-info.php:23 +#: includes/admin/views/settings-info.php:17 msgid "A smoother custom field experience" msgstr "O folosire mai ușoara a câmpurilor personalizate." -#: admin/views/settings-info.php:28 +#: includes/admin/views/settings-info.php:22 msgid "Improved Usability" msgstr "Folosire Facilă" -#: admin/views/settings-info.php:29 +#: includes/admin/views/settings-info.php:23 msgid "" "Including the popular Select2 library has improved both usability and speed " "across a number of field types including post object, page link, taxonomy " @@ -952,11 +923,11 @@ msgstr "" "pentru un număr ridicat de tipuri de câmpuri care includ, obiectele articol, " "legătura paginii, taxonomia și selecția. " -#: admin/views/settings-info.php:33 +#: includes/admin/views/settings-info.php:27 msgid "Improved Design" msgstr "Design îmbunătățit" -#: admin/views/settings-info.php:34 +#: includes/admin/views/settings-info.php:28 msgid "" "Many fields have undergone a visual refresh to make ACF look better than " "ever! Noticeable changes are seen on the gallery, relationship and oEmbed " @@ -966,11 +937,11 @@ msgstr "" "mai ușor de folosit! Schimbările pot fi văzute în special, la câmpurile " "Galerie, Relații și oEmbed(nou)!" -#: admin/views/settings-info.php:38 +#: includes/admin/views/settings-info.php:32 msgid "Improved Data" msgstr "Tipuri de Date imbunătățite" -#: admin/views/settings-info.php:39 +#: includes/admin/views/settings-info.php:33 msgid "" "Redesigning the data architecture has allowed sub fields to live " "independently from their parents. This allows you to drag and drop fields in " @@ -980,20 +951,20 @@ msgstr "" "independente de câmpurile părinte. Acest lucru vă permite să trageți și să " "eliberați câmpurile în și în afara câmpurilor părinte!" -#: admin/views/settings-info.php:45 +#: includes/admin/views/settings-info.php:39 msgid "Goodbye Add-ons. Hello PRO" msgstr "La revedere Add-onuri. Salut PRO" -#: admin/views/settings-info.php:50 +#: includes/admin/views/settings-info.php:44 msgid "Introducing ACF PRO" msgstr "Introducere în ACF PRO" -#: admin/views/settings-info.php:51 +#: includes/admin/views/settings-info.php:45 msgid "" "We're changing the way premium functionality is delivered in an exciting way!" msgstr "Am schimbat modul în care funcționalitatea premium este transmisă!" -#: admin/views/settings-info.php:52 +#: includes/admin/views/settings-info.php:46 #, php-format msgid "" "All 4 premium add-ons have been combined into a new Pro " @@ -1004,11 +975,11 @@ msgstr "" "\">Versiune PRO a ACF. Putând alege licența personală sau licența de " "developer, funcționalitatea premium este acum mai accesibilă ca niciodată!" -#: admin/views/settings-info.php:56 +#: includes/admin/views/settings-info.php:50 msgid "Powerful Features" msgstr "Caracteristici puternice" -#: admin/views/settings-info.php:57 +#: includes/admin/views/settings-info.php:51 msgid "" "ACF PRO contains powerful features such as repeatable data, flexible content " "layouts, a beautiful gallery field and the ability to create extra admin " @@ -1018,16 +989,16 @@ msgstr "" "de conținut flexibil, un frumos câmp pentru galerie și puterea de a crea " "pagini administrative de opțiuni!" -#: admin/views/settings-info.php:58 +#: includes/admin/views/settings-info.php:52 #, php-format msgid "Read more about ACF PRO features." msgstr "Citește mai mult despre Caracteristicile ACF PRO." -#: admin/views/settings-info.php:62 +#: includes/admin/views/settings-info.php:56 msgid "Easy Upgrading" msgstr "Actualizare ușoară" -#: admin/views/settings-info.php:63 +#: includes/admin/views/settings-info.php:57 #, php-format msgid "" "To help make upgrading easy, login to your store account " @@ -1036,7 +1007,7 @@ msgstr "" "Pentru a facilita actualizarea într-un mod ușor, intră în " "contul tău și obține o copie gratis a ACF PRO!" -#: admin/views/settings-info.php:64 +#: includes/admin/views/settings-info.php:58 #, php-format msgid "" "We also wrote an upgrade guide to answer any questions, " @@ -1048,43 +1019,43 @@ msgstr "" "te rog sa contactezi echipa noastră de suport, folosind help " "desk" -#: admin/views/settings-info.php:72 +#: includes/admin/views/settings-info.php:66 msgid "Under the Hood" msgstr "Sub capată" -#: admin/views/settings-info.php:77 +#: includes/admin/views/settings-info.php:71 msgid "Smarter field settings" msgstr "Setări deștepte ale câmpurilor" -#: admin/views/settings-info.php:78 +#: includes/admin/views/settings-info.php:72 msgid "ACF now saves its field settings as individual post objects" msgstr "" "ACF salvează acum setările câmpurilor ca fiind obiecte de tip articol " "individuale" -#: admin/views/settings-info.php:82 +#: includes/admin/views/settings-info.php:76 msgid "More AJAX" msgstr "Mai mult AJAX" -#: admin/views/settings-info.php:83 +#: includes/admin/views/settings-info.php:77 msgid "More fields use AJAX powered search to speed up page loading" msgstr "" "Mai multe câmpuri folosesc puterea de căutare AJAX pentru a micșora timpul " "de încărcare al paginii" -#: admin/views/settings-info.php:87 +#: includes/admin/views/settings-info.php:81 msgid "Local JSON" msgstr "JSON local" -#: admin/views/settings-info.php:88 +#: includes/admin/views/settings-info.php:82 msgid "New auto export to JSON feature improves speed" msgstr "Noua funcționalitate de auto import în JSON îmbunătățește viteza" -#: admin/views/settings-info.php:94 +#: includes/admin/views/settings-info.php:88 msgid "Better version control" msgstr "Un control mai bun al versiunii" -#: admin/views/settings-info.php:95 +#: includes/admin/views/settings-info.php:89 msgid "" "New auto export to JSON feature allows field settings to be version " "controlled" @@ -1092,41 +1063,41 @@ msgstr "" "Noua funcționalitate de auto export în JSON permite ca setările câmpurilor " "să fie ”version controlled”" -#: admin/views/settings-info.php:99 +#: includes/admin/views/settings-info.php:93 msgid "Swapped XML for JSON" msgstr "Am schimbat XML în favoarea JSON" -#: admin/views/settings-info.php:100 +#: includes/admin/views/settings-info.php:94 msgid "Import / Export now uses JSON in favour of XML" msgstr "Importul / Exportul folosește acum JSON în defavoarea XML" -#: admin/views/settings-info.php:104 +#: includes/admin/views/settings-info.php:98 msgid "New Forms" msgstr "Noi formulare" -#: admin/views/settings-info.php:105 +#: includes/admin/views/settings-info.php:99 msgid "Fields can now be mapped to comments, widgets and all user forms!" msgstr "" "Câmpurile pot fi acum mapate la comentarii, widget-uri sau orice alt " "formular creat de user!" -#: admin/views/settings-info.php:112 +#: includes/admin/views/settings-info.php:106 msgid "A new field for embedding content has been added" msgstr "Un nou câmp pentru încorporarea conținutului a fost adaugat" -#: admin/views/settings-info.php:116 +#: includes/admin/views/settings-info.php:110 msgid "New Gallery" msgstr "Galerie Nouă" -#: admin/views/settings-info.php:117 +#: includes/admin/views/settings-info.php:111 msgid "The gallery field has undergone a much needed facelift" msgstr "Câmpul Galierie a suferit un facelift bine meritat" -#: admin/views/settings-info.php:121 +#: includes/admin/views/settings-info.php:115 msgid "New Settings" msgstr "Configurări noi" -#: admin/views/settings-info.php:122 +#: includes/admin/views/settings-info.php:116 msgid "" "Field group settings have been added for label placement and instruction " "placement" @@ -1134,40 +1105,40 @@ msgstr "" "Setările grupului de câmpuri a fost adăugat pentru poziționarea etichitelor " "și a instrucțiunilor" -#: admin/views/settings-info.php:128 +#: includes/admin/views/settings-info.php:122 msgid "Better Front End Forms" msgstr "Formulare Front End mai bune" -#: admin/views/settings-info.php:129 +#: includes/admin/views/settings-info.php:123 msgid "acf_form() can now create a new post on submission" msgstr "" "acf_form() poate crea acum un nou articol odată ce cererea a fost trimisă" -#: admin/views/settings-info.php:133 +#: includes/admin/views/settings-info.php:127 msgid "Better Validation" msgstr "O validare mai bună" -#: admin/views/settings-info.php:134 +#: includes/admin/views/settings-info.php:128 msgid "Form validation is now done via PHP + AJAX in favour of only JS" msgstr "" "Validarea formularelor se face acum via PHP + AJAX în defavoarea numai JS" -#: admin/views/settings-info.php:138 +#: includes/admin/views/settings-info.php:132 msgid "Relationship Field" msgstr "Câmp de realționare" -#: admin/views/settings-info.php:139 +#: includes/admin/views/settings-info.php:133 msgid "" "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)" msgstr "" "Setările noului câmp de relaționare pentru Filtre (Caută, Tipul Articolului, " "Taxonomie)" -#: admin/views/settings-info.php:145 +#: includes/admin/views/settings-info.php:139 msgid "Moving Fields" msgstr "Câmpuri care pot fi mutate" -#: admin/views/settings-info.php:146 +#: includes/admin/views/settings-info.php:140 msgid "" "New field group functionality allows you to move a field between groups & " "parents" @@ -1175,19 +1146,20 @@ msgstr "" "Noua funcționalitate a grupului de câmpuri îți permite acum să muți " "câmpurile între grupuri" -#: admin/views/settings-info.php:150 fields/page_link.php:36 +#: includes/admin/views/settings-info.php:144 +#: includes/fields/class-acf-field-page_link.php:25 msgid "Page Link" msgstr "Legătura Paginii" -#: admin/views/settings-info.php:151 +#: includes/admin/views/settings-info.php:145 msgid "New archives group in page_link field selection" msgstr "Noua arhivă de grup în selecția page_link " -#: admin/views/settings-info.php:155 +#: includes/admin/views/settings-info.php:149 msgid "Better Options Pages" msgstr "Opțiuni mai bune pentru Pagini" -#: admin/views/settings-info.php:156 +#: includes/admin/views/settings-info.php:150 msgid "" "New functions for options page allow creation of both parent and child menu " "pages" @@ -1195,16 +1167,16 @@ msgstr "" "Noile funcții pentru opțiunile pagini îți permite acum create de pagini " "meniu și submeniuri" -#: admin/views/settings-info.php:165 +#: includes/admin/views/settings-info.php:159 #, php-format msgid "We think you'll love the changes in %s." msgstr "Credem că vei îndrăgi shimbările în %s." -#: admin/views/settings-tools-export.php:13 +#: includes/admin/views/settings-tools-export.php:23 msgid "Export Field Groups to PHP" msgstr "Exportă Grupurile de Câmpuri în PHP" -#: admin/views/settings-tools-export.php:17 +#: includes/admin/views/settings-tools-export.php:27 msgid "" "The following code can be used to register a local version of the selected " "field group(s). A local field group can provide many benefits such as faster " @@ -1219,15 +1191,15 @@ msgstr "" "nu trebuie decât să copiați și să inserați următorul bloc de cod în fișierul " "functions.php al temei sau să-l includeți într-un fișier extern." -#: admin/views/settings-tools.php:5 +#: includes/admin/views/settings-tools.php:5 msgid "Select Field Groups" msgstr "Selectați Grupurile de Câmpuri" -#: admin/views/settings-tools.php:35 +#: includes/admin/views/settings-tools.php:35 msgid "Export Field Groups" msgstr "Exportați Grupurile de Câmputri" -#: admin/views/settings-tools.php:38 +#: includes/admin/views/settings-tools.php:38 msgid "" "Select the field groups you would like to export and then select your export " "method. Use the download button to export to a .json file which you can then " @@ -1240,19 +1212,19 @@ msgstr "" "altă instalare a ACF. Folosiți butonul Generare pentru a exporta totul în " "cod PHP, pe care îl puteți pune apoi in tema voastră." -#: admin/views/settings-tools.php:50 +#: includes/admin/views/settings-tools.php:50 msgid "Download export file" msgstr "Descarcă fișierul de export" -#: admin/views/settings-tools.php:51 +#: includes/admin/views/settings-tools.php:51 msgid "Generate export code" msgstr "Generează codul de export" -#: admin/views/settings-tools.php:64 +#: includes/admin/views/settings-tools.php:64 msgid "Import Field Groups" msgstr "Importă Grupurile de câmpuri" -#: admin/views/settings-tools.php:67 +#: includes/admin/views/settings-tools.php:67 msgid "" "Select the Advanced Custom Fields JSON file you would like to import. When " "you click the import button below, ACF will import the field groups." @@ -1260,773 +1232,1109 @@ msgstr "" "Alege fișierul JSON ACF pe care dorești să-l imporți. Când vei apăsa butonul " "import de mai jos, ACF v-a importa toate grupurile de câmpuri." -#: admin/views/settings-tools.php:77 fields/file.php:46 +#: includes/admin/views/settings-tools.php:77 +#: includes/fields/class-acf-field-file.php:35 msgid "Select File" msgstr "Selectează fișierul" -#: admin/views/settings-tools.php:86 +#: includes/admin/views/settings-tools.php:86 msgid "Import" msgstr "Importă" -#: admin/views/update-network.php:8 admin/views/update.php:8 -msgid "Advanced Custom Fields Database Upgrade" -msgstr "" - -#: admin/views/update-network.php:10 -msgid "" -"The following sites require a DB upgrade. Check the ones you want to update " -"and then click “Upgrade Database”." -msgstr "" - -#: admin/views/update-network.php:19 admin/views/update-network.php:27 -msgid "Site" -msgstr "" - -#: admin/views/update-network.php:47 -#, php-format -msgid "Site requires database upgrade from %s to %s" -msgstr "" - -#: admin/views/update-network.php:49 -msgid "Site is up to date" -msgstr "" - -#: admin/views/update-network.php:62 admin/views/update.php:16 -msgid "Database Upgrade complete. Return to network dashboard" -msgstr "" - -#: admin/views/update-network.php:101 admin/views/update-notice.php:35 -msgid "" -"It is strongly recommended that you backup your database before proceeding. " -"Are you sure you wish to run the updater now?" -msgstr "" -"Este puternic recomandat să faceți o copie de siguranța a bazei de date " -"înainte de a începe procesul de actualizare. Ești sigur că vrei să începi " -"actualizarea acum?" - -#: admin/views/update-network.php:157 -msgid "Upgrade complete" -msgstr "" - -#: admin/views/update-network.php:161 -msgid "Upgrading data to" -msgstr "" - -#: admin/views/update-notice.php:23 -msgid "Database Upgrade Required" -msgstr "Actualizare bazei de date este necesară" - -#: admin/views/update-notice.php:25 -#, php-format -msgid "Thank you for updating to %s v%s!" -msgstr "Îți mulțumim pentru actualizarea făcută la %s v%s!" - -#: admin/views/update-notice.php:25 -msgid "" -"Before you start using the new awesome features, please update your database " -"to the newest version." -msgstr "" -"Înainte de a începe să folosești uimitoarele funcții noi, te rungăm să " -"actualizezi baza de date la o versiune mai recentă." - -#: admin/views/update.php:12 -msgid "Reading upgrade tasks..." -msgstr "Citirea sarcinilor necesare pentru actualizare..." - -#: admin/views/update.php:14 -#, php-format -msgid "Upgrading data to version %s" -msgstr "Actualizarea datelor la versiunea %s" - -#: admin/views/update.php:16 -msgid "See what's new" -msgstr "Află ce este nou" - -#: admin/views/update.php:110 -msgid "No updates available." -msgstr "" - -#: api/api-helpers.php:821 +#: includes/api/api-helpers.php:856 msgid "Thumbnail" msgstr "Miniatură" -#: api/api-helpers.php:822 +#: includes/api/api-helpers.php:857 msgid "Medium" msgstr "Mediu" -#: api/api-helpers.php:823 +#: includes/api/api-helpers.php:858 msgid "Large" msgstr "Mare" -#: api/api-helpers.php:871 +#: includes/api/api-helpers.php:907 msgid "Full Size" msgstr "Marime completă" -#: api/api-helpers.php:1581 +#: includes/api/api-helpers.php:1248 includes/api/api-helpers.php:1831 +#: pro/fields/class-acf-field-clone.php:1008 msgid "(no title)" msgstr "(fără titlu)" -#: api/api-helpers.php:3183 +#: includes/api/api-helpers.php:1868 +#: includes/fields/class-acf-field-page_link.php:269 +#: includes/fields/class-acf-field-post_object.php:268 +#: includes/fields/class-acf-field-taxonomy.php:979 +msgid "Parent" +msgstr "" + +#: includes/api/api-helpers.php:3885 #, php-format msgid "Image width must be at least %dpx." msgstr "Lățimea imaginii trebuie să fie cel puțin %dpx." -#: api/api-helpers.php:3188 +#: includes/api/api-helpers.php:3890 #, php-format msgid "Image width must not exceed %dpx." msgstr "Lățimea imaginii nu trebuie să depășească %dpx." -#: api/api-helpers.php:3204 +#: includes/api/api-helpers.php:3906 #, php-format msgid "Image height must be at least %dpx." msgstr "Înălțimea imaginii trebuie să fie cel puțin %dpx." -#: api/api-helpers.php:3209 +#: includes/api/api-helpers.php:3911 #, php-format msgid "Image height must not exceed %dpx." msgstr "Înălțimea imaginii nu trebuie să depășească %dpx." -#: api/api-helpers.php:3227 +#: includes/api/api-helpers.php:3929 #, php-format msgid "File size must be at least %s." msgstr "Mărimea fișierului trebuie să fie cel puțin %s." -#: api/api-helpers.php:3232 +#: includes/api/api-helpers.php:3934 #, php-format msgid "File size must must not exceed %s." msgstr "Mărimea fișierului nu trebuie să depășească %s." -#: api/api-helpers.php:3266 +#: includes/api/api-helpers.php:3968 #, php-format msgid "File type must be %s." msgstr "Tipul fișierului trebuie să fie %s." -#: api/api-template.php:1289 pro/fields/gallery.php:564 -msgid "Update" -msgstr "Actualizează" - -#: api/api-template.php:1290 -msgid "Post updated" -msgstr "Articol Actualizat" - -#: core/field.php:131 +#: includes/fields.php:144 msgid "Basic" msgstr "De bază" -#: core/field.php:132 +#: includes/fields.php:145 includes/forms/form-front.php:47 msgid "Content" msgstr "Conținut" -#: core/field.php:133 +#: includes/fields.php:146 msgid "Choice" msgstr "Alegere" -#: core/field.php:134 +#: includes/fields.php:147 msgid "Relational" msgstr "Relațional" -#: core/field.php:135 +#: includes/fields.php:148 msgid "jQuery" msgstr "jQuery" -#: core/field.php:136 fields/checkbox.php:226 fields/radio.php:231 -#: pro/fields/flexible-content.php:512 pro/fields/repeater.php:392 +#: includes/fields.php:149 includes/fields/class-acf-field-checkbox.php:384 +#: includes/fields/class-acf-field-group.php:472 +#: includes/fields/class-acf-field-radio.php:285 +#: pro/fields/class-acf-field-clone.php:855 +#: pro/fields/class-acf-field-flexible-content.php:554 +#: pro/fields/class-acf-field-flexible-content.php:603 +#: pro/fields/class-acf-field-repeater.php:458 msgid "Layout" msgstr "Schemă" -#: core/input.php:129 -msgid "Expand Details" -msgstr "Extinde Detaliile" +#: includes/fields.php:326 +msgid "Field type does not exist" +msgstr "Tipul câmpului nu există" -#: core/input.php:130 -msgid "Collapse Details" -msgstr "Închide Detaliile" - -#: core/input.php:131 -msgid "Validation successful" -msgstr "Validare a fost făcută cu succes" - -#: core/input.php:132 -msgid "Validation failed" -msgstr "Validarea a eșuat" - -#: core/input.php:133 -msgid "1 field requires attention" +#: includes/fields.php:326 +msgid "Unknown" msgstr "" -#: core/input.php:134 -#, php-format -msgid "%d fields require attention" -msgstr "" - -#: core/input.php:135 -msgid "Restricted" -msgstr "" - -#: core/input.php:533 -#, php-format -msgid "%s value is required" -msgstr "%s valoarea este obligatorie" - -#: fields/checkbox.php:36 fields/taxonomy.php:752 +#: includes/fields/class-acf-field-checkbox.php:25 +#: includes/fields/class-acf-field-taxonomy.php:773 msgid "Checkbox" msgstr "Checkbox" -#: fields/checkbox.php:144 +#: includes/fields/class-acf-field-checkbox.php:154 msgid "Toggle All" msgstr "Comută tot" -#: fields/checkbox.php:208 fields/radio.php:193 fields/select.php:388 +#: includes/fields/class-acf-field-checkbox.php:221 +msgid "Add new choice" +msgstr "" + +#: includes/fields/class-acf-field-checkbox.php:344 +#: includes/fields/class-acf-field-radio.php:235 +#: includes/fields/class-acf-field-select.php:368 msgid "Choices" msgstr "Alegere" -#: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "Enter each choice on a new line." msgstr "Pune fiecare alegere pe o linie nouă." -#: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "For more control, you may specify both a value and label like this:" msgstr "" "Pentru un mai bun control, poți specifica o valoare și o etichetă ca de " "exemplu:" -#: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "red : Red" msgstr "roșu : Roșu" -#: fields/checkbox.php:217 fields/color_picker.php:158 fields/email.php:124 -#: fields/number.php:150 fields/radio.php:222 fields/select.php:397 -#: fields/text.php:148 fields/textarea.php:145 fields/true_false.php:115 -#: fields/url.php:117 fields/wysiwyg.php:345 +#: includes/fields/class-acf-field-checkbox.php:353 +msgid "Allow Custom" +msgstr "" + +#: includes/fields/class-acf-field-checkbox.php:358 +msgid "Allow 'custom' values to be added" +msgstr "" + +#: includes/fields/class-acf-field-checkbox.php:364 +msgid "Save Custom" +msgstr "" + +#: includes/fields/class-acf-field-checkbox.php:369 +msgid "Save 'custom' values to the field's choices" +msgstr "" + +#: includes/fields/class-acf-field-checkbox.php:375 +#: includes/fields/class-acf-field-color_picker.php:131 +#: includes/fields/class-acf-field-email.php:114 +#: includes/fields/class-acf-field-number.php:123 +#: includes/fields/class-acf-field-radio.php:276 +#: includes/fields/class-acf-field-select.php:377 +#: includes/fields/class-acf-field-text.php:115 +#: includes/fields/class-acf-field-textarea.php:98 +#: includes/fields/class-acf-field-true_false.php:135 +#: includes/fields/class-acf-field-url.php:96 +#: includes/fields/class-acf-field-wysiwyg.php:421 msgid "Default Value" msgstr "Valoare implicită" -#: fields/checkbox.php:218 fields/select.php:398 +#: includes/fields/class-acf-field-checkbox.php:376 +#: includes/fields/class-acf-field-select.php:378 msgid "Enter each default value on a new line" msgstr "Introdu fiecare valoare implicită pe o linie nouă" -#: fields/checkbox.php:232 fields/radio.php:237 +#: includes/fields/class-acf-field-checkbox.php:390 +#: includes/fields/class-acf-field-radio.php:291 msgid "Vertical" msgstr "Vertical" -#: fields/checkbox.php:233 fields/radio.php:238 +#: includes/fields/class-acf-field-checkbox.php:391 +#: includes/fields/class-acf-field-radio.php:292 msgid "Horizontal" msgstr "Orizontal" -#: fields/checkbox.php:240 +#: includes/fields/class-acf-field-checkbox.php:398 msgid "Toggle" msgstr "" -#: fields/checkbox.php:241 +#: includes/fields/class-acf-field-checkbox.php:399 msgid "Prepend an extra checkbox to toggle all choices" msgstr "" -#: fields/color_picker.php:36 -msgid "Color Picker" -msgstr "Alege Culoarea" - -#: fields/color_picker.php:94 -msgid "Clear" -msgstr "Curăță" - -#: fields/color_picker.php:95 -msgid "Default" -msgstr "Implicit" - -#: fields/color_picker.php:96 -msgid "Select Color" -msgstr "Alege Culoarea" - -#: fields/date_picker.php:36 -msgid "Date Picker" -msgstr "Alege data calendaristică" - -#: fields/date_picker.php:72 -msgid "Done" -msgstr "Terminare" - -#: fields/date_picker.php:73 -msgid "Today" -msgstr "Azi" - -#: fields/date_picker.php:76 -msgid "Show a different month" -msgstr "Arată o altă lună" - -#: fields/date_picker.php:149 -msgid "Display Format" -msgstr "Formatul de Afișare" - -#: fields/date_picker.php:150 -msgid "The format displayed when editing a post" -msgstr "Formatul afișat în momentul editării unui articol" - -#: fields/date_picker.php:164 -msgid "Return format" -msgstr "Fromatul rezultat" - -#: fields/date_picker.php:165 -msgid "The format returned via template functions" -msgstr "Formatul rezultat via funcțiilor șablon" - -#: fields/date_picker.php:180 -msgid "Week Starts On" -msgstr "Săptămâna începe în ziua de" - -#: fields/email.php:36 -msgid "Email" -msgstr "Adresă de email" - -#: fields/email.php:125 fields/number.php:151 fields/radio.php:223 -#: fields/text.php:149 fields/textarea.php:146 fields/url.php:118 -#: fields/wysiwyg.php:346 -msgid "Appears when creating a new post" -msgstr "Apare cănd creați un articol nou" - -#: fields/email.php:133 fields/number.php:159 fields/password.php:137 -#: fields/text.php:157 fields/textarea.php:154 fields/url.php:126 -msgid "Placeholder Text" -msgstr "Textul afișat ca placeholder" - -#: fields/email.php:134 fields/number.php:160 fields/password.php:138 -#: fields/text.php:158 fields/textarea.php:155 fields/url.php:127 -msgid "Appears within the input" -msgstr "Apare în intrare" - -#: fields/email.php:142 fields/number.php:168 fields/password.php:146 -#: fields/text.php:166 -msgid "Prepend" -msgstr "Prefixează" - -#: fields/email.php:143 fields/number.php:169 fields/password.php:147 -#: fields/text.php:167 -msgid "Appears before the input" -msgstr "Apare înainte de intrare" - -#: fields/email.php:151 fields/number.php:177 fields/password.php:155 -#: fields/text.php:175 -msgid "Append" -msgstr "Adaugă" - -#: fields/email.php:152 fields/number.php:178 fields/password.php:156 -#: fields/text.php:176 -msgid "Appears after the input" -msgstr "Apare după intrare" - -#: fields/file.php:36 -msgid "File" -msgstr "Fișier" - -#: fields/file.php:47 -msgid "Edit File" -msgstr "Editează fișierul" - -#: fields/file.php:48 -msgid "Update File" -msgstr "Actualizează fișierul" - -#: fields/file.php:49 pro/fields/gallery.php:55 -msgid "uploaded to this post" -msgstr "încărcate la acest articol" - -#: fields/file.php:142 -msgid "File Name" -msgstr "Numele fișierului" - -#: fields/file.php:146 -msgid "File Size" -msgstr "Mărimea fișierului" - -#: fields/file.php:169 -msgid "No File selected" -msgstr "Nu a fost selectat nici un fișier" - -#: fields/file.php:169 -msgid "Add File" -msgstr "Adaugă fișier" - -#: fields/file.php:214 fields/image.php:195 fields/taxonomy.php:821 +#: includes/fields/class-acf-field-checkbox.php:408 +#: includes/fields/class-acf-field-file.php:204 +#: includes/fields/class-acf-field-image.php:191 +#: includes/fields/class-acf-field-link.php:166 +#: includes/fields/class-acf-field-radio.php:299 +#: includes/fields/class-acf-field-taxonomy.php:826 msgid "Return Value" msgstr "Valoarea returnată" -#: fields/file.php:215 fields/image.php:196 +#: includes/fields/class-acf-field-checkbox.php:409 +#: includes/fields/class-acf-field-file.php:205 +#: includes/fields/class-acf-field-image.php:192 +#: includes/fields/class-acf-field-link.php:167 +#: includes/fields/class-acf-field-radio.php:300 msgid "Specify the returned value on front end" msgstr "Specificați valoarea returnată în front end" -#: fields/file.php:220 -msgid "File Array" -msgstr "Mulțime de fișier" +#: includes/fields/class-acf-field-checkbox.php:414 +#: includes/fields/class-acf-field-radio.php:305 +#: includes/fields/class-acf-field-select.php:431 +msgid "Value" +msgstr "" -#: fields/file.php:221 -msgid "File URL" -msgstr "Cale Fișier" +#: includes/fields/class-acf-field-checkbox.php:416 +#: includes/fields/class-acf-field-radio.php:307 +#: includes/fields/class-acf-field-select.php:433 +msgid "Both (Array)" +msgstr "" -#: fields/file.php:222 -msgid "File ID" -msgstr "ID Fișier" +#: includes/fields/class-acf-field-color_picker.php:25 +msgid "Color Picker" +msgstr "Alege Culoarea" -#: fields/file.php:229 fields/image.php:220 pro/fields/gallery.php:647 -msgid "Library" -msgstr "Librărie" +#: includes/fields/class-acf-field-color_picker.php:68 +msgid "Clear" +msgstr "Curăță" -#: fields/file.php:230 fields/image.php:221 pro/fields/gallery.php:648 -msgid "Limit the media library choice" -msgstr "Limitați alegerea librăriei media" +#: includes/fields/class-acf-field-color_picker.php:69 +msgid "Default" +msgstr "Implicit" -#: fields/file.php:236 fields/image.php:227 pro/fields/gallery.php:654 -msgid "Uploaded to post" -msgstr "Încărcate pentru acest articol" +#: includes/fields/class-acf-field-color_picker.php:70 +msgid "Select Color" +msgstr "Alege Culoarea" -#: fields/file.php:243 fields/image.php:234 pro/fields/gallery.php:661 -msgid "Minimum" -msgstr "Minim" +#: includes/fields/class-acf-field-color_picker.php:71 +msgid "Current Color" +msgstr "" -#: fields/file.php:244 fields/file.php:255 -msgid "Restrict which files can be uploaded" -msgstr "Restricționați ce tipuri de fișiere pot fi încărcate" +#: includes/fields/class-acf-field-date_picker.php:25 +msgid "Date Picker" +msgstr "Alege data calendaristică" -#: fields/file.php:247 fields/file.php:258 fields/image.php:257 -#: fields/image.php:290 pro/fields/gallery.php:684 pro/fields/gallery.php:717 -msgid "File size" -msgstr "Mărime fișier" +#: includes/fields/class-acf-field-date_picker.php:33 +msgctxt "Date Picker JS closeText" +msgid "Done" +msgstr "" -#: fields/file.php:254 fields/image.php:267 pro/fields/gallery.php:694 -msgid "Maximum" -msgstr "Maxim" +#: includes/fields/class-acf-field-date_picker.php:34 +msgctxt "Date Picker JS currentText" +msgid "Today" +msgstr "" -#: fields/file.php:265 fields/image.php:300 pro/fields/gallery.php:727 -msgid "Allowed file types" -msgstr "Tipuri de fișiere permise" +#: includes/fields/class-acf-field-date_picker.php:35 +msgctxt "Date Picker JS nextText" +msgid "Next" +msgstr "" -#: fields/file.php:266 fields/image.php:301 pro/fields/gallery.php:728 -msgid "Comma separated list. Leave blank for all types" -msgstr "Listă separată prin virgulă. Lăsați liber pentru toate tipurile" +#: includes/fields/class-acf-field-date_picker.php:36 +msgctxt "Date Picker JS prevText" +msgid "Prev" +msgstr "" -#: fields/google-map.php:36 -msgid "Google Map" -msgstr "Hartă Google" +#: includes/fields/class-acf-field-date_picker.php:37 +msgctxt "Date Picker JS weekHeader" +msgid "Wk" +msgstr "" -#: fields/google-map.php:51 -msgid "Locating" -msgstr "Localizare" +#: includes/fields/class-acf-field-date_picker.php:207 +#: includes/fields/class-acf-field-date_time_picker.php:181 +#: includes/fields/class-acf-field-time_picker.php:109 +msgid "Display Format" +msgstr "Formatul de Afișare" -#: fields/google-map.php:52 -msgid "Sorry, this browser does not support geolocation" -msgstr "Ne pare rău, acest broswer nu suportă geo locația" +#: includes/fields/class-acf-field-date_picker.php:208 +#: includes/fields/class-acf-field-date_time_picker.php:182 +#: includes/fields/class-acf-field-time_picker.php:110 +msgid "The format displayed when editing a post" +msgstr "Formatul afișat în momentul editării unui articol" -#: fields/google-map.php:135 -msgid "Clear location" -msgstr "Sterge Locația" +#: includes/fields/class-acf-field-date_picker.php:216 +#: includes/fields/class-acf-field-date_picker.php:247 +#: includes/fields/class-acf-field-date_time_picker.php:191 +#: includes/fields/class-acf-field-date_time_picker.php:208 +#: includes/fields/class-acf-field-time_picker.php:117 +#: includes/fields/class-acf-field-time_picker.php:132 +msgid "Custom:" +msgstr "" -#: fields/google-map.php:140 -msgid "Find current location" -msgstr "Găsește locația curentă" +#: includes/fields/class-acf-field-date_picker.php:226 +msgid "Save Format" +msgstr "" -#: fields/google-map.php:141 -msgid "Search for address..." -msgstr "Caută adresa..." +#: includes/fields/class-acf-field-date_picker.php:227 +msgid "The format used when saving a value" +msgstr "" -#: fields/google-map.php:173 fields/google-map.php:184 -msgid "Center" -msgstr "Centru" +#: includes/fields/class-acf-field-date_picker.php:237 +#: includes/fields/class-acf-field-date_time_picker.php:198 +#: includes/fields/class-acf-field-post_object.php:432 +#: includes/fields/class-acf-field-relationship.php:697 +#: includes/fields/class-acf-field-select.php:426 +#: includes/fields/class-acf-field-time_picker.php:124 +msgid "Return Format" +msgstr "Formatul Returnat" -#: fields/google-map.php:174 fields/google-map.php:185 -msgid "Center the initial map" -msgstr "Centrează harta inițială" +#: includes/fields/class-acf-field-date_picker.php:238 +#: includes/fields/class-acf-field-date_time_picker.php:199 +#: includes/fields/class-acf-field-time_picker.php:125 +msgid "The format returned via template functions" +msgstr "Formatul rezultat via funcțiilor șablon" -#: fields/google-map.php:198 -msgid "Zoom" -msgstr "Zoom" +#: includes/fields/class-acf-field-date_picker.php:256 +#: includes/fields/class-acf-field-date_time_picker.php:215 +msgid "Week Starts On" +msgstr "Săptămâna începe în ziua de" -#: fields/google-map.php:199 -msgid "Set the initial zoom level" -msgstr "Setează nivelul de zoom inițial" +#: includes/fields/class-acf-field-date_time_picker.php:25 +msgid "Date Time Picker" +msgstr "" -#: fields/google-map.php:208 fields/image.php:246 fields/image.php:279 -#: fields/oembed.php:262 pro/fields/gallery.php:673 pro/fields/gallery.php:706 -msgid "Height" -msgstr "Înălțime" +#: includes/fields/class-acf-field-date_time_picker.php:33 +msgctxt "Date Time Picker JS timeOnlyTitle" +msgid "Choose Time" +msgstr "" -#: fields/google-map.php:209 -msgid "Customise the map height" -msgstr "Personalizați înălțimea hărții" +#: includes/fields/class-acf-field-date_time_picker.php:34 +msgctxt "Date Time Picker JS timeText" +msgid "Time" +msgstr "" -#: fields/image.php:36 -msgid "Image" -msgstr "Imagine" +#: includes/fields/class-acf-field-date_time_picker.php:35 +msgctxt "Date Time Picker JS hourText" +msgid "Hour" +msgstr "" -#: fields/image.php:51 -msgid "Select Image" -msgstr "Alege imaginea" +#: includes/fields/class-acf-field-date_time_picker.php:36 +msgctxt "Date Time Picker JS minuteText" +msgid "Minute" +msgstr "" -#: fields/image.php:52 pro/fields/gallery.php:53 -msgid "Edit Image" -msgstr "Editează imaginea" +#: includes/fields/class-acf-field-date_time_picker.php:37 +msgctxt "Date Time Picker JS secondText" +msgid "Second" +msgstr "" -#: fields/image.php:53 pro/fields/gallery.php:54 -msgid "Update Image" -msgstr "Actualizează imaginea" +#: includes/fields/class-acf-field-date_time_picker.php:38 +msgctxt "Date Time Picker JS millisecText" +msgid "Millisecond" +msgstr "" -#: fields/image.php:54 +#: includes/fields/class-acf-field-date_time_picker.php:39 +msgctxt "Date Time Picker JS microsecText" +msgid "Microsecond" +msgstr "" + +#: includes/fields/class-acf-field-date_time_picker.php:40 +msgctxt "Date Time Picker JS timezoneText" +msgid "Time Zone" +msgstr "" + +#: includes/fields/class-acf-field-date_time_picker.php:41 +msgctxt "Date Time Picker JS currentText" +msgid "Now" +msgstr "" + +#: includes/fields/class-acf-field-date_time_picker.php:42 +msgctxt "Date Time Picker JS closeText" +msgid "Done" +msgstr "" + +#: includes/fields/class-acf-field-date_time_picker.php:43 +msgctxt "Date Time Picker JS selectText" +msgid "Select" +msgstr "" + +#: includes/fields/class-acf-field-date_time_picker.php:45 +msgctxt "Date Time Picker JS amText" +msgid "AM" +msgstr "" + +#: includes/fields/class-acf-field-date_time_picker.php:46 +msgctxt "Date Time Picker JS amTextShort" +msgid "A" +msgstr "" + +#: includes/fields/class-acf-field-date_time_picker.php:49 +msgctxt "Date Time Picker JS pmText" +msgid "PM" +msgstr "" + +#: includes/fields/class-acf-field-date_time_picker.php:50 +msgctxt "Date Time Picker JS pmTextShort" +msgid "P" +msgstr "" + +#: includes/fields/class-acf-field-email.php:25 +msgid "Email" +msgstr "Adresă de email" + +#: includes/fields/class-acf-field-email.php:115 +#: includes/fields/class-acf-field-number.php:124 +#: includes/fields/class-acf-field-radio.php:277 +#: includes/fields/class-acf-field-text.php:116 +#: includes/fields/class-acf-field-textarea.php:99 +#: includes/fields/class-acf-field-url.php:97 +#: includes/fields/class-acf-field-wysiwyg.php:422 +msgid "Appears when creating a new post" +msgstr "Apare cănd creați un articol nou" + +#: includes/fields/class-acf-field-email.php:123 +#: includes/fields/class-acf-field-number.php:132 +#: includes/fields/class-acf-field-password.php:71 +#: includes/fields/class-acf-field-text.php:124 +#: includes/fields/class-acf-field-textarea.php:107 +#: includes/fields/class-acf-field-url.php:105 +msgid "Placeholder Text" +msgstr "Textul afișat ca placeholder" + +#: includes/fields/class-acf-field-email.php:124 +#: includes/fields/class-acf-field-number.php:133 +#: includes/fields/class-acf-field-password.php:72 +#: includes/fields/class-acf-field-text.php:125 +#: includes/fields/class-acf-field-textarea.php:108 +#: includes/fields/class-acf-field-url.php:106 +msgid "Appears within the input" +msgstr "Apare în intrare" + +#: includes/fields/class-acf-field-email.php:132 +#: includes/fields/class-acf-field-number.php:141 +#: includes/fields/class-acf-field-password.php:80 +#: includes/fields/class-acf-field-text.php:133 +msgid "Prepend" +msgstr "Prefixează" + +#: includes/fields/class-acf-field-email.php:133 +#: includes/fields/class-acf-field-number.php:142 +#: includes/fields/class-acf-field-password.php:81 +#: includes/fields/class-acf-field-text.php:134 +msgid "Appears before the input" +msgstr "Apare înainte de intrare" + +#: includes/fields/class-acf-field-email.php:141 +#: includes/fields/class-acf-field-number.php:150 +#: includes/fields/class-acf-field-password.php:89 +#: includes/fields/class-acf-field-text.php:142 +msgid "Append" +msgstr "Adaugă" + +#: includes/fields/class-acf-field-email.php:142 +#: includes/fields/class-acf-field-number.php:151 +#: includes/fields/class-acf-field-password.php:90 +#: includes/fields/class-acf-field-text.php:143 +msgid "Appears after the input" +msgstr "Apare după intrare" + +#: includes/fields/class-acf-field-file.php:25 +msgid "File" +msgstr "Fișier" + +#: includes/fields/class-acf-field-file.php:36 +msgid "Edit File" +msgstr "Editează fișierul" + +#: includes/fields/class-acf-field-file.php:37 +msgid "Update File" +msgstr "Actualizează fișierul" + +#: includes/fields/class-acf-field-file.php:38 +#: includes/fields/class-acf-field-image.php:43 includes/media.php:57 +#: pro/fields/class-acf-field-gallery.php:44 msgid "Uploaded to this post" msgstr "Încărcate pentru acest articol" -#: fields/image.php:55 +#: includes/fields/class-acf-field-file.php:130 +msgid "File name" +msgstr "" + +#: includes/fields/class-acf-field-file.php:134 +#: includes/fields/class-acf-field-file.php:237 +#: includes/fields/class-acf-field-file.php:248 +#: includes/fields/class-acf-field-image.php:251 +#: includes/fields/class-acf-field-image.php:280 +#: pro/fields/class-acf-field-gallery.php:690 +#: pro/fields/class-acf-field-gallery.php:719 +msgid "File size" +msgstr "Mărime fișier" + +#: includes/fields/class-acf-field-file.php:159 +msgid "Add File" +msgstr "Adaugă fișier" + +#: includes/fields/class-acf-field-file.php:210 +msgid "File Array" +msgstr "Mulțime de fișier" + +#: includes/fields/class-acf-field-file.php:211 +msgid "File URL" +msgstr "Cale Fișier" + +#: includes/fields/class-acf-field-file.php:212 +msgid "File ID" +msgstr "ID Fișier" + +#: includes/fields/class-acf-field-file.php:219 +#: includes/fields/class-acf-field-image.php:216 +#: pro/fields/class-acf-field-gallery.php:655 +msgid "Library" +msgstr "Librărie" + +#: includes/fields/class-acf-field-file.php:220 +#: includes/fields/class-acf-field-image.php:217 +#: pro/fields/class-acf-field-gallery.php:656 +msgid "Limit the media library choice" +msgstr "Limitați alegerea librăriei media" + +#: includes/fields/class-acf-field-file.php:225 +#: includes/fields/class-acf-field-image.php:222 +#: includes/locations/class-acf-location-attachment.php:101 +#: includes/locations/class-acf-location-comment.php:79 +#: includes/locations/class-acf-location-nav-menu.php:102 +#: includes/locations/class-acf-location-taxonomy.php:79 +#: includes/locations/class-acf-location-user-form.php:87 +#: includes/locations/class-acf-location-user-role.php:104 +#: includes/locations/class-acf-location-widget.php:83 +#: pro/fields/class-acf-field-gallery.php:661 +msgid "All" +msgstr "Toate" + +#: includes/fields/class-acf-field-file.php:226 +#: includes/fields/class-acf-field-image.php:223 +#: pro/fields/class-acf-field-gallery.php:662 +msgid "Uploaded to post" +msgstr "Încărcate pentru acest articol" + +#: includes/fields/class-acf-field-file.php:233 +#: includes/fields/class-acf-field-image.php:230 +#: pro/fields/class-acf-field-gallery.php:669 +msgid "Minimum" +msgstr "Minim" + +#: includes/fields/class-acf-field-file.php:234 +#: includes/fields/class-acf-field-file.php:245 +msgid "Restrict which files can be uploaded" +msgstr "Restricționați ce tipuri de fișiere pot fi încărcate" + +#: includes/fields/class-acf-field-file.php:244 +#: includes/fields/class-acf-field-image.php:259 +#: pro/fields/class-acf-field-gallery.php:698 +msgid "Maximum" +msgstr "Maxim" + +#: includes/fields/class-acf-field-file.php:255 +#: includes/fields/class-acf-field-image.php:288 +#: pro/fields/class-acf-field-gallery.php:727 +msgid "Allowed file types" +msgstr "Tipuri de fișiere permise" + +#: includes/fields/class-acf-field-file.php:256 +#: includes/fields/class-acf-field-image.php:289 +#: pro/fields/class-acf-field-gallery.php:728 +msgid "Comma separated list. Leave blank for all types" +msgstr "Listă separată prin virgulă. Lăsați liber pentru toate tipurile" + +#: includes/fields/class-acf-field-google-map.php:25 +msgid "Google Map" +msgstr "Hartă Google" + +#: includes/fields/class-acf-field-google-map.php:40 +msgid "Locating" +msgstr "Localizare" + +#: includes/fields/class-acf-field-google-map.php:41 +msgid "Sorry, this browser does not support geolocation" +msgstr "Ne pare rău, acest broswer nu suportă geo locația" + +#: includes/fields/class-acf-field-google-map.php:119 +msgid "Clear location" +msgstr "Sterge Locația" + +#: includes/fields/class-acf-field-google-map.php:120 +msgid "Find current location" +msgstr "Găsește locația curentă" + +#: includes/fields/class-acf-field-google-map.php:123 +msgid "Search for address..." +msgstr "Caută adresa..." + +#: includes/fields/class-acf-field-google-map.php:153 +#: includes/fields/class-acf-field-google-map.php:164 +msgid "Center" +msgstr "Centru" + +#: includes/fields/class-acf-field-google-map.php:154 +#: includes/fields/class-acf-field-google-map.php:165 +msgid "Center the initial map" +msgstr "Centrează harta inițială" + +#: includes/fields/class-acf-field-google-map.php:176 +msgid "Zoom" +msgstr "Zoom" + +#: includes/fields/class-acf-field-google-map.php:177 +msgid "Set the initial zoom level" +msgstr "Setează nivelul de zoom inițial" + +#: includes/fields/class-acf-field-google-map.php:186 +#: includes/fields/class-acf-field-image.php:242 +#: includes/fields/class-acf-field-image.php:271 +#: includes/fields/class-acf-field-oembed.php:282 +#: pro/fields/class-acf-field-gallery.php:681 +#: pro/fields/class-acf-field-gallery.php:710 +msgid "Height" +msgstr "Înălțime" + +#: includes/fields/class-acf-field-google-map.php:187 +msgid "Customise the map height" +msgstr "Personalizați înălțimea hărții" + +#: includes/fields/class-acf-field-group.php:25 +msgid "Group" +msgstr "" + +#: includes/fields/class-acf-field-group.php:456 +#: pro/fields/class-acf-field-repeater.php:397 +msgid "Sub Fields" +msgstr "Sub câmpuri" + +#: includes/fields/class-acf-field-group.php:473 +#: pro/fields/class-acf-field-clone.php:856 +msgid "Specify the style used to render the selected fields" +msgstr "" + +#: includes/fields/class-acf-field-group.php:478 +#: pro/fields/class-acf-field-clone.php:861 +#: pro/fields/class-acf-field-flexible-content.php:614 +#: pro/fields/class-acf-field-repeater.php:466 +msgid "Block" +msgstr "Bloc" + +#: includes/fields/class-acf-field-group.php:479 +#: pro/fields/class-acf-field-clone.php:862 +#: pro/fields/class-acf-field-flexible-content.php:613 +#: pro/fields/class-acf-field-repeater.php:465 +msgid "Table" +msgstr "Tabel" + +#: includes/fields/class-acf-field-group.php:480 +#: pro/fields/class-acf-field-clone.php:863 +#: pro/fields/class-acf-field-flexible-content.php:615 +#: pro/fields/class-acf-field-repeater.php:467 +msgid "Row" +msgstr "Linie" + +#: includes/fields/class-acf-field-image.php:25 +msgid "Image" +msgstr "Imagine" + +#: includes/fields/class-acf-field-image.php:40 +msgid "Select Image" +msgstr "Alege imaginea" + +#: includes/fields/class-acf-field-image.php:41 +#: pro/fields/class-acf-field-gallery.php:42 +msgid "Edit Image" +msgstr "Editează imaginea" + +#: includes/fields/class-acf-field-image.php:42 +#: pro/fields/class-acf-field-gallery.php:43 +msgid "Update Image" +msgstr "Actualizează imaginea" + +#: includes/fields/class-acf-field-image.php:44 msgid "All images" msgstr "Toate imaginiile" -#: fields/image.php:147 +#: includes/fields/class-acf-field-image.php:127 +#: includes/fields/class-acf-field-link.php:140 includes/input.php:269 +#: pro/fields/class-acf-field-gallery.php:343 +#: pro/fields/class-acf-field-gallery.php:531 +msgid "Remove" +msgstr "Înlătură" + +#: includes/fields/class-acf-field-image.php:143 msgid "No image selected" msgstr "Nu ai selectat nici o imagine" -#: fields/image.php:147 +#: includes/fields/class-acf-field-image.php:143 msgid "Add Image" msgstr "Adaugă o imagine" -#: fields/image.php:201 +#: includes/fields/class-acf-field-image.php:197 msgid "Image Array" msgstr "Mulțime de imagini" -#: fields/image.php:202 +#: includes/fields/class-acf-field-image.php:198 msgid "Image URL" msgstr "URL-ul imaginii" -#: fields/image.php:203 +#: includes/fields/class-acf-field-image.php:199 msgid "Image ID" msgstr "ID-ul imaginii" -#: fields/image.php:210 pro/fields/gallery.php:637 +#: includes/fields/class-acf-field-image.php:206 msgid "Preview Size" msgstr "Dimensiunea previzualizării" -#: fields/image.php:211 pro/fields/gallery.php:638 +#: includes/fields/class-acf-field-image.php:207 msgid "Shown when entering data" msgstr "Afișat la introducerea datelor" -#: fields/image.php:235 fields/image.php:268 pro/fields/gallery.php:662 -#: pro/fields/gallery.php:695 +#: includes/fields/class-acf-field-image.php:231 +#: includes/fields/class-acf-field-image.php:260 +#: pro/fields/class-acf-field-gallery.php:670 +#: pro/fields/class-acf-field-gallery.php:699 msgid "Restrict which images can be uploaded" msgstr "Restricționează care imagini pot fi încărcate" -#: fields/image.php:238 fields/image.php:271 fields/oembed.php:251 -#: pro/fields/gallery.php:665 pro/fields/gallery.php:698 +#: includes/fields/class-acf-field-image.php:234 +#: includes/fields/class-acf-field-image.php:263 +#: includes/fields/class-acf-field-oembed.php:271 +#: pro/fields/class-acf-field-gallery.php:673 +#: pro/fields/class-acf-field-gallery.php:702 msgid "Width" msgstr "Lățime" -#: fields/message.php:36 fields/message.php:103 fields/true_false.php:106 +#: includes/fields/class-acf-field-link.php:25 +msgid "Link" +msgstr "" + +#: includes/fields/class-acf-field-link.php:133 +msgid "Select Link" +msgstr "" + +#: includes/fields/class-acf-field-link.php:138 +msgid "Opens in a new window/tab" +msgstr "" + +#: includes/fields/class-acf-field-link.php:172 +msgid "Link Array" +msgstr "" + +#: includes/fields/class-acf-field-link.php:173 +msgid "Link URL" +msgstr "" + +#: includes/fields/class-acf-field-message.php:25 +#: includes/fields/class-acf-field-message.php:101 +#: includes/fields/class-acf-field-true_false.php:126 msgid "Message" msgstr "Mesaj" -#: fields/message.php:104 -msgid "Please note that all text will first be passed through the wp function " -msgstr "" -"Vă rugăm să rețineți că toate textele vor fi mai întâi trecute prin funcția " -"wp" +#: includes/fields/class-acf-field-message.php:110 +#: includes/fields/class-acf-field-textarea.php:135 +msgid "New Lines" +msgstr "Linii Noi" -#: fields/message.php:112 +#: includes/fields/class-acf-field-message.php:111 +#: includes/fields/class-acf-field-textarea.php:136 +msgid "Controls how new lines are rendered" +msgstr "Controlează cum sunt redate noile linii" + +#: includes/fields/class-acf-field-message.php:115 +#: includes/fields/class-acf-field-textarea.php:140 +msgid "Automatically add paragraphs" +msgstr "Adaugă automat paragrafe" + +#: includes/fields/class-acf-field-message.php:116 +#: includes/fields/class-acf-field-textarea.php:141 +msgid "Automatically add <br>" +msgstr "Adaugă automat <br>" + +#: includes/fields/class-acf-field-message.php:117 +#: includes/fields/class-acf-field-textarea.php:142 +msgid "No Formatting" +msgstr "Nici o Formater" + +#: includes/fields/class-acf-field-message.php:124 msgid "Escape HTML" msgstr "Scăpare HTML" -#: fields/message.php:113 +#: includes/fields/class-acf-field-message.php:125 msgid "Allow HTML markup to display as visible text instead of rendering" msgstr "" "Permite markup-ului HTML să fie afișat că text vizibil în loc să fie " "interpretat" -#: fields/number.php:36 +#: includes/fields/class-acf-field-number.php:25 msgid "Number" msgstr "Număr" -#: fields/number.php:186 +#: includes/fields/class-acf-field-number.php:159 msgid "Minimum Value" msgstr "Valoare minimă" -#: fields/number.php:195 +#: includes/fields/class-acf-field-number.php:168 msgid "Maximum Value" msgstr "Valoare maximă" -#: fields/number.php:204 +#: includes/fields/class-acf-field-number.php:177 msgid "Step Size" msgstr "Mărime pas" -#: fields/number.php:242 +#: includes/fields/class-acf-field-number.php:215 msgid "Value must be a number" msgstr "Valoarea trebuie să fie un număr" -#: fields/number.php:260 +#: includes/fields/class-acf-field-number.php:233 #, php-format msgid "Value must be equal to or higher than %d" msgstr "Valoarea trebuie să fie egală sau mai mare decât %d" -#: fields/number.php:268 +#: includes/fields/class-acf-field-number.php:241 #, php-format msgid "Value must be equal to or lower than %d" msgstr "Valoarea trebuie să fie egală sau mai mică decât %d" -#: fields/oembed.php:36 +#: includes/fields/class-acf-field-oembed.php:25 msgid "oEmbed" msgstr "oEmbed" -#: fields/oembed.php:199 +#: includes/fields/class-acf-field-oembed.php:222 msgid "Enter URL" msgstr "Introduceți URL" -#: fields/oembed.php:212 +#: includes/fields/class-acf-field-oembed.php:235 +#: includes/fields/class-acf-field-taxonomy.php:891 +msgid "Error." +msgstr "Eroare." + +#: includes/fields/class-acf-field-oembed.php:235 msgid "No embed found for the given URL." msgstr "Nu a fost găsit nici un oembed pentru URL introdus." -#: fields/oembed.php:248 fields/oembed.php:259 +#: includes/fields/class-acf-field-oembed.php:268 +#: includes/fields/class-acf-field-oembed.php:279 msgid "Embed Size" msgstr "Marimea Embed" -#: fields/page_link.php:206 +#: includes/fields/class-acf-field-page_link.php:177 msgid "Archives" msgstr "Arhive" -#: fields/page_link.php:535 fields/post_object.php:401 -#: fields/relationship.php:690 +#: includes/fields/class-acf-field-page_link.php:485 +#: includes/fields/class-acf-field-post_object.php:384 +#: includes/fields/class-acf-field-relationship.php:623 msgid "Filter by Post Type" msgstr "Filtur dupa Tipul Articolului" -#: fields/page_link.php:543 fields/post_object.php:409 -#: fields/relationship.php:698 +#: includes/fields/class-acf-field-page_link.php:493 +#: includes/fields/class-acf-field-post_object.php:392 +#: includes/fields/class-acf-field-relationship.php:631 msgid "All post types" msgstr "Toate Tipurile Articolului" -#: fields/page_link.php:549 fields/post_object.php:415 -#: fields/relationship.php:704 +#: includes/fields/class-acf-field-page_link.php:499 +#: includes/fields/class-acf-field-post_object.php:398 +#: includes/fields/class-acf-field-relationship.php:637 msgid "Filter by Taxonomy" msgstr "Filtru după Taxonomie" -#: fields/page_link.php:557 fields/post_object.php:423 -#: fields/relationship.php:712 +#: includes/fields/class-acf-field-page_link.php:507 +#: includes/fields/class-acf-field-post_object.php:406 +#: includes/fields/class-acf-field-relationship.php:645 msgid "All taxonomies" msgstr "Toate Taxonomiile" -#: fields/page_link.php:563 fields/post_object.php:429 fields/select.php:406 -#: fields/taxonomy.php:765 fields/user.php:452 +#: includes/fields/class-acf-field-page_link.php:513 +#: includes/fields/class-acf-field-post_object.php:412 +#: includes/fields/class-acf-field-radio.php:244 +#: includes/fields/class-acf-field-select.php:386 +#: includes/fields/class-acf-field-taxonomy.php:786 +#: includes/fields/class-acf-field-user.php:408 msgid "Allow Null?" msgstr "Permite valori nule?" -#: fields/page_link.php:577 fields/post_object.php:443 fields/select.php:420 -#: fields/user.php:466 +#: includes/fields/class-acf-field-page_link.php:523 +msgid "Allow Archives URLs" +msgstr "" + +#: includes/fields/class-acf-field-page_link.php:533 +#: includes/fields/class-acf-field-post_object.php:422 +#: includes/fields/class-acf-field-select.php:396 +#: includes/fields/class-acf-field-user.php:418 msgid "Select multiple values?" msgstr "Permite selecția de valori multiple?" -#: fields/password.php:36 +#: includes/fields/class-acf-field-password.php:25 msgid "Password" msgstr "Parolă" -#: fields/post_object.php:36 fields/post_object.php:462 -#: fields/relationship.php:769 +#: includes/fields/class-acf-field-post_object.php:25 +#: includes/fields/class-acf-field-post_object.php:437 +#: includes/fields/class-acf-field-relationship.php:702 msgid "Post Object" msgstr "Obiect Articol" -#: fields/post_object.php:457 fields/relationship.php:764 -msgid "Return Format" -msgstr "Formatul Returnat" - -#: fields/post_object.php:463 fields/relationship.php:770 +#: includes/fields/class-acf-field-post_object.php:438 +#: includes/fields/class-acf-field-relationship.php:703 msgid "Post ID" msgstr "ID-ul Articolului" -#: fields/radio.php:36 +#: includes/fields/class-acf-field-radio.php:25 msgid "Radio Button" msgstr "Buton Radio" -#: fields/radio.php:202 +#: includes/fields/class-acf-field-radio.php:254 msgid "Other" msgstr "Altceva" -#: fields/radio.php:206 +#: includes/fields/class-acf-field-radio.php:259 msgid "Add 'other' choice to allow for custom values" msgstr "Adaugă 'Altceva' pentru a permite o valoare personalizată" -#: fields/radio.php:212 +#: includes/fields/class-acf-field-radio.php:265 msgid "Save Other" msgstr "Salvează Altceva" -#: fields/radio.php:216 +#: includes/fields/class-acf-field-radio.php:270 msgid "Save 'other' values to the field's choices" msgstr "Salvează valoarea 'Altceva' la opțiunile câmpului" -#: fields/relationship.php:36 +#: includes/fields/class-acf-field-relationship.php:25 msgid "Relationship" msgstr "Relație" -#: fields/relationship.php:48 +#: includes/fields/class-acf-field-relationship.php:37 msgid "Minimum values reached ( {min} values )" msgstr "" -#: fields/relationship.php:49 +#: includes/fields/class-acf-field-relationship.php:38 msgid "Maximum values reached ( {max} values )" msgstr "Valorile maxime atinse ( {max} valori )" -#: fields/relationship.php:50 +#: includes/fields/class-acf-field-relationship.php:39 msgid "Loading" msgstr "Se încarcă" -#: fields/relationship.php:51 +#: includes/fields/class-acf-field-relationship.php:40 msgid "No matches found" msgstr "Nici un rezultat" -#: fields/relationship.php:571 -msgid "Search..." -msgstr "Caută..." - -#: fields/relationship.php:580 +#: includes/fields/class-acf-field-relationship.php:423 msgid "Select post type" msgstr "Alegeți tipul articolului" -#: fields/relationship.php:593 +#: includes/fields/class-acf-field-relationship.php:449 msgid "Select taxonomy" msgstr "Alegeți taxonomia" -#: fields/relationship.php:723 -msgid "Search" -msgstr "Caută" +#: includes/fields/class-acf-field-relationship.php:539 +msgid "Search..." +msgstr "Caută..." -#: fields/relationship.php:725 fields/taxonomy.php:36 fields/taxonomy.php:735 +#: includes/fields/class-acf-field-relationship.php:651 +msgid "Filters" +msgstr "Filtre" + +#: includes/fields/class-acf-field-relationship.php:657 +#: includes/locations/class-acf-location-post-type.php:27 +msgid "Post Type" +msgstr "Tipul Articolului" + +#: includes/fields/class-acf-field-relationship.php:658 +#: includes/fields/class-acf-field-taxonomy.php:28 +#: includes/fields/class-acf-field-taxonomy.php:756 msgid "Taxonomy" msgstr "Taxonomie" -#: fields/relationship.php:732 +#: includes/fields/class-acf-field-relationship.php:665 msgid "Elements" msgstr "Elemente" -#: fields/relationship.php:733 +#: includes/fields/class-acf-field-relationship.php:666 msgid "Selected elements will be displayed in each result" msgstr "Elementele selectate vor apărea în fiecare rezultat" -#: fields/relationship.php:744 +#: includes/fields/class-acf-field-relationship.php:677 msgid "Minimum posts" msgstr "" -#: fields/relationship.php:753 +#: includes/fields/class-acf-field-relationship.php:686 msgid "Maximum posts" msgstr "Numărul maxim de articole" -#: fields/select.php:36 fields/select.php:174 fields/taxonomy.php:757 -msgid "Select" -msgstr "Selectează" +#: includes/fields/class-acf-field-relationship.php:790 +#: pro/fields/class-acf-field-gallery.php:800 +#, php-format +msgid "%s requires at least %s selection" +msgid_plural "%s requires at least %s selections" +msgstr[0] "%s necesită cel puțin %s selectie" +msgstr[1] "%s necesită cel puțin %s selecții" +msgstr[2] "%s necesită cel puțin %s selecții" -#: fields/select.php:434 +#: includes/fields/class-acf-field-select.php:25 +#: includes/fields/class-acf-field-taxonomy.php:778 +msgctxt "noun" +msgid "Select" +msgstr "" + +#: includes/fields/class-acf-field-select.php:38 +msgctxt "Select2 JS matches_1" +msgid "One result is available, press enter to select it." +msgstr "" + +#: includes/fields/class-acf-field-select.php:39 +#, php-format +msgctxt "Select2 JS matches_n" +msgid "%d results are available, use up and down arrow keys to navigate." +msgstr "" + +#: includes/fields/class-acf-field-select.php:40 +msgctxt "Select2 JS matches_0" +msgid "No matches found" +msgstr "" + +#: includes/fields/class-acf-field-select.php:41 +msgctxt "Select2 JS input_too_short_1" +msgid "Please enter 1 or more characters" +msgstr "" + +#: includes/fields/class-acf-field-select.php:42 +#, php-format +msgctxt "Select2 JS input_too_short_n" +msgid "Please enter %d or more characters" +msgstr "" + +#: includes/fields/class-acf-field-select.php:43 +msgctxt "Select2 JS input_too_long_1" +msgid "Please delete 1 character" +msgstr "" + +#: includes/fields/class-acf-field-select.php:44 +#, php-format +msgctxt "Select2 JS input_too_long_n" +msgid "Please delete %d characters" +msgstr "" + +#: includes/fields/class-acf-field-select.php:45 +msgctxt "Select2 JS selection_too_long_1" +msgid "You can only select 1 item" +msgstr "" + +#: includes/fields/class-acf-field-select.php:46 +#, php-format +msgctxt "Select2 JS selection_too_long_n" +msgid "You can only select %d items" +msgstr "" + +#: includes/fields/class-acf-field-select.php:47 +msgctxt "Select2 JS load_more" +msgid "Loading more results…" +msgstr "" + +#: includes/fields/class-acf-field-select.php:48 +msgctxt "Select2 JS searching" +msgid "Searching…" +msgstr "" + +#: includes/fields/class-acf-field-select.php:49 +msgctxt "Select2 JS load_fail" +msgid "Loading failed" +msgstr "" + +#: includes/fields/class-acf-field-select.php:255 includes/media.php:54 +msgctxt "verb" +msgid "Select" +msgstr "" + +#: includes/fields/class-acf-field-select.php:406 +#: includes/fields/class-acf-field-true_false.php:144 msgid "Stylised UI" msgstr "UI stilizat" -#: fields/select.php:448 +#: includes/fields/class-acf-field-select.php:416 msgid "Use AJAX to lazy load choices?" msgstr "Folosiți AJAX pentru a încărca alegerile în modul ”Lazy Load”?" -#: fields/tab.php:36 +#: includes/fields/class-acf-field-select.php:427 +msgid "Specify the value returned" +msgstr "" + +#: includes/fields/class-acf-field-separator.php:25 +msgid "Separator" +msgstr "" + +#: includes/fields/class-acf-field-tab.php:25 msgid "Tab" msgstr "Tab" -#: fields/tab.php:128 -msgid "Warning" -msgstr "Atenție" - -#: fields/tab.php:133 +#: includes/fields/class-acf-field-tab.php:82 msgid "" "The tab field will display incorrectly when added to a Table style repeater " "field or flexible content field layout" @@ -2034,7 +2342,7 @@ msgstr "" "Câmpul Tab nu va fi afișat corect când vei adauga un Câmp de tipul Tabel de " "stiluri repetitiv sau un Câmp de tipul Schemă de Conținut Flexibil" -#: fields/tab.php:146 +#: includes/fields/class-acf-field-tab.php:83 msgid "" "Use \"Tab Fields\" to better organize your edit screen by grouping fields " "together." @@ -2042,7 +2350,7 @@ msgstr "" "Folosește \"Tab Fields\" pentru o mai ușoară organizare și grupare a " "câmpurilor." -#: fields/tab.php:148 +#: includes/fields/class-acf-field-tab.php:84 msgid "" "All fields following this \"tab field\" (or until another \"tab field\" is " "defined) will be grouped together using this field's label as the tab " @@ -2052,565 +2360,956 @@ msgstr "" "alt \"tab field\" este definit) vor fi grupate împreună folosind eticheta " "acestui câmp ca fiind Titlul Tabului." -#: fields/tab.php:155 +#: includes/fields/class-acf-field-tab.php:98 msgid "Placement" msgstr "Plasament" -#: fields/tab.php:167 +#: includes/fields/class-acf-field-tab.php:110 msgid "End-point" msgstr "" -#: fields/tab.php:168 +#: includes/fields/class-acf-field-tab.php:111 msgid "Use this field as an end-point and start a new group of tabs" msgstr "" -#: fields/taxonomy.php:565 -#, php-format -msgid "Add new %s " -msgstr "" +#: includes/fields/class-acf-field-taxonomy.php:706 +#: includes/fields/class-acf-field-true_false.php:80 +#: includes/fields/class-acf-field-true_false.php:169 includes/input.php:268 +#: pro/admin/views/html-settings-updates.php:103 +msgid "No" +msgstr "Nu" -#: fields/taxonomy.php:704 +#: includes/fields/class-acf-field-taxonomy.php:725 msgid "None" msgstr "Nici unul" -#: fields/taxonomy.php:736 +#: includes/fields/class-acf-field-taxonomy.php:757 msgid "Select the taxonomy to be displayed" msgstr "" -#: fields/taxonomy.php:745 +#: includes/fields/class-acf-field-taxonomy.php:766 msgid "Appearance" msgstr "" -#: fields/taxonomy.php:746 +#: includes/fields/class-acf-field-taxonomy.php:767 msgid "Select the appearance of this field" msgstr "" -#: fields/taxonomy.php:751 +#: includes/fields/class-acf-field-taxonomy.php:772 msgid "Multiple Values" msgstr "Valori multiple" -#: fields/taxonomy.php:753 +#: includes/fields/class-acf-field-taxonomy.php:774 msgid "Multi Select" msgstr "Selectie multiplă" -#: fields/taxonomy.php:755 +#: includes/fields/class-acf-field-taxonomy.php:776 msgid "Single Value" msgstr "O singură valoare" -#: fields/taxonomy.php:756 +#: includes/fields/class-acf-field-taxonomy.php:777 msgid "Radio Buttons" msgstr "Butoane radio" -#: fields/taxonomy.php:779 +#: includes/fields/class-acf-field-taxonomy.php:796 msgid "Create Terms" msgstr "" -#: fields/taxonomy.php:780 +#: includes/fields/class-acf-field-taxonomy.php:797 msgid "Allow new terms to be created whilst editing" msgstr "" -#: fields/taxonomy.php:793 +#: includes/fields/class-acf-field-taxonomy.php:806 msgid "Save Terms" msgstr "" -#: fields/taxonomy.php:794 +#: includes/fields/class-acf-field-taxonomy.php:807 msgid "Connect selected terms to the post" msgstr "" -#: fields/taxonomy.php:807 +#: includes/fields/class-acf-field-taxonomy.php:816 msgid "Load Terms" msgstr "" -#: fields/taxonomy.php:808 +#: includes/fields/class-acf-field-taxonomy.php:817 msgid "Load value from posts terms" msgstr "" -#: fields/taxonomy.php:826 +#: includes/fields/class-acf-field-taxonomy.php:831 msgid "Term Object" msgstr "Obiectul Termen" -#: fields/taxonomy.php:827 +#: includes/fields/class-acf-field-taxonomy.php:832 msgid "Term ID" msgstr "ID-ul Termenului" -#: fields/taxonomy.php:886 +#: includes/fields/class-acf-field-taxonomy.php:891 #, php-format msgid "User unable to add new %s" msgstr "" -#: fields/taxonomy.php:899 +#: includes/fields/class-acf-field-taxonomy.php:904 #, php-format msgid "%s already exists" msgstr "" -#: fields/taxonomy.php:940 +#: includes/fields/class-acf-field-taxonomy.php:945 #, php-format msgid "%s added" msgstr "" -#: fields/taxonomy.php:985 +#: includes/fields/class-acf-field-taxonomy.php:990 msgid "Add" msgstr "" -#: fields/text.php:36 +#: includes/fields/class-acf-field-text.php:25 msgid "Text" msgstr "Text" -#: fields/text.php:184 fields/textarea.php:163 +#: includes/fields/class-acf-field-text.php:151 +#: includes/fields/class-acf-field-textarea.php:116 msgid "Character Limit" msgstr "Limită de caractere" -#: fields/text.php:185 fields/textarea.php:164 +#: includes/fields/class-acf-field-text.php:152 +#: includes/fields/class-acf-field-textarea.php:117 msgid "Leave blank for no limit" msgstr "Lasă gol pentru a nu a avea o limită" -#: fields/textarea.php:36 +#: includes/fields/class-acf-field-textarea.php:25 msgid "Text Area" msgstr "Zonă de Text" -#: fields/textarea.php:172 +#: includes/fields/class-acf-field-textarea.php:125 msgid "Rows" msgstr "Linii" -#: fields/textarea.php:173 +#: includes/fields/class-acf-field-textarea.php:126 msgid "Sets the textarea height" msgstr "Setează înălțimea zonei de text" -#: fields/textarea.php:182 -msgid "New Lines" -msgstr "Linii Noi" +#: includes/fields/class-acf-field-time_picker.php:25 +msgid "Time Picker" +msgstr "" -#: fields/textarea.php:183 -msgid "Controls how new lines are rendered" -msgstr "Controlează cum sunt redate noile linii" - -#: fields/textarea.php:187 -msgid "Automatically add paragraphs" -msgstr "Adaugă automat paragrafe" - -#: fields/textarea.php:188 -msgid "Automatically add <br>" -msgstr "Adaugă automat <br>" - -#: fields/textarea.php:189 -msgid "No Formatting" -msgstr "Nici o Formater" - -#: fields/true_false.php:36 +#: includes/fields/class-acf-field-true_false.php:25 msgid "True / False" msgstr "Adevărat / False" -#: fields/true_false.php:107 -msgid "eg. Show extra content" -msgstr "ex. Arată extra conținut" +#: includes/fields/class-acf-field-true_false.php:79 +#: includes/fields/class-acf-field-true_false.php:159 includes/input.php:267 +#: pro/admin/views/html-settings-updates.php:93 +msgid "Yes" +msgstr "Da" -#: fields/url.php:36 +#: includes/fields/class-acf-field-true_false.php:127 +msgid "Displays text alongside the checkbox" +msgstr "" + +#: includes/fields/class-acf-field-true_false.php:155 +msgid "On Text" +msgstr "" + +#: includes/fields/class-acf-field-true_false.php:156 +msgid "Text shown when active" +msgstr "" + +#: includes/fields/class-acf-field-true_false.php:165 +msgid "Off Text" +msgstr "" + +#: includes/fields/class-acf-field-true_false.php:166 +msgid "Text shown when inactive" +msgstr "" + +#: includes/fields/class-acf-field-url.php:25 msgid "Url" msgstr "Url" -#: fields/url.php:160 +#: includes/fields/class-acf-field-url.php:147 msgid "Value must be a valid URL" msgstr "Valoarea trebuie să fie un URL valid" -#: fields/user.php:437 +#: includes/fields/class-acf-field-user.php:25 includes/locations.php:95 +msgid "User" +msgstr "Utilizatorul" + +#: includes/fields/class-acf-field-user.php:393 msgid "Filter by role" msgstr "Filtrează după rol" -#: fields/user.php:445 +#: includes/fields/class-acf-field-user.php:401 msgid "All user roles" msgstr "Toate rolurile de utilizator" -#: fields/wysiwyg.php:37 +#: includes/fields/class-acf-field-wysiwyg.php:25 msgid "Wysiwyg Editor" msgstr "Editor Wysiwyg " -#: fields/wysiwyg.php:297 +#: includes/fields/class-acf-field-wysiwyg.php:370 msgid "Visual" msgstr "Visual" -#: fields/wysiwyg.php:298 +#: includes/fields/class-acf-field-wysiwyg.php:371 msgctxt "Name for the Text editor tab (formerly HTML)" msgid "Text" -msgstr "Text [ Numele tabului editorului de Text ()]" +msgstr "Text" -#: fields/wysiwyg.php:354 +#: includes/fields/class-acf-field-wysiwyg.php:377 +msgid "Click to initialize TinyMCE" +msgstr "" + +#: includes/fields/class-acf-field-wysiwyg.php:430 msgid "Tabs" msgstr "Taburi" -#: fields/wysiwyg.php:359 +#: includes/fields/class-acf-field-wysiwyg.php:435 msgid "Visual & Text" msgstr "Vizual & Text" -#: fields/wysiwyg.php:360 +#: includes/fields/class-acf-field-wysiwyg.php:436 msgid "Visual Only" msgstr "Doar Vizual" -#: fields/wysiwyg.php:361 +#: includes/fields/class-acf-field-wysiwyg.php:437 msgid "Text Only" msgstr "Doar Text" -#: fields/wysiwyg.php:368 +#: includes/fields/class-acf-field-wysiwyg.php:444 msgid "Toolbar" msgstr "Bară de instrumente" -#: fields/wysiwyg.php:378 +#: includes/fields/class-acf-field-wysiwyg.php:454 msgid "Show Media Upload Buttons?" msgstr "Arată Butoanele de Încărcare a fișierelor Media" -#: forms/post.php:297 pro/admin/options-page.php:373 +#: includes/fields/class-acf-field-wysiwyg.php:464 +msgid "Delay initialization?" +msgstr "" + +#: includes/fields/class-acf-field-wysiwyg.php:465 +msgid "TinyMCE will not be initalized until field is clicked" +msgstr "" + +#: includes/forms/form-comment.php:166 includes/forms/form-post.php:303 +#: pro/admin/admin-options-page.php:304 msgid "Edit field group" msgstr "Editează Grupul de Câmpuri" -#: pro/acf-pro.php:24 +#: includes/forms/form-front.php:55 +msgid "Validate Email" +msgstr "" + +#: includes/forms/form-front.php:103 pro/fields/class-acf-field-gallery.php:573 +#: pro/options-page.php:81 +msgid "Update" +msgstr "Actualizează" + +#: includes/forms/form-front.php:104 +msgid "Post updated" +msgstr "Articol Actualizat" + +#: includes/forms/form-front.php:229 +msgid "Spam Detected" +msgstr "" + +#: includes/input.php:259 +msgid "Expand Details" +msgstr "Extinde Detaliile" + +#: includes/input.php:260 +msgid "Collapse Details" +msgstr "Închide Detaliile" + +#: includes/input.php:261 +msgid "Validation successful" +msgstr "Validare a fost făcută cu succes" + +#: includes/input.php:262 includes/validation.php:285 +#: includes/validation.php:296 +msgid "Validation failed" +msgstr "Validarea a eșuat" + +#: includes/input.php:263 +msgid "1 field requires attention" +msgstr "" + +#: includes/input.php:264 +#, php-format +msgid "%d fields require attention" +msgstr "" + +#: includes/input.php:265 +msgid "Restricted" +msgstr "" + +#: includes/input.php:266 +msgid "Are you sure?" +msgstr "" + +#: includes/input.php:270 +msgid "Cancel" +msgstr "" + +#: includes/locations.php:93 includes/locations/class-acf-location-post.php:27 +msgid "Post" +msgstr "Articol" + +#: includes/locations.php:94 includes/locations/class-acf-location-page.php:27 +msgid "Page" +msgstr "Pagina" + +#: includes/locations.php:96 +msgid "Forms" +msgstr "Formulare" + +#: includes/locations/class-acf-location-attachment.php:27 +msgid "Attachment" +msgstr "Atașament" + +#: includes/locations/class-acf-location-attachment.php:109 +#, php-format +msgid "All %s formats" +msgstr "" + +#: includes/locations/class-acf-location-comment.php:27 +msgid "Comment" +msgstr "Comentariu" + +#: includes/locations/class-acf-location-current-user-role.php:27 +msgid "Current User Role" +msgstr "Rolul Utilizatorului Curent" + +#: includes/locations/class-acf-location-current-user-role.php:110 +msgid "Super Admin" +msgstr "Super Admin" + +#: includes/locations/class-acf-location-current-user.php:27 +msgid "Current User" +msgstr "Utilizatorul Curent" + +#: includes/locations/class-acf-location-current-user.php:97 +msgid "Logged in" +msgstr "Autentifiat" + +#: includes/locations/class-acf-location-current-user.php:98 +msgid "Viewing front end" +msgstr "Vezi front-end" + +#: includes/locations/class-acf-location-current-user.php:99 +msgid "Viewing back end" +msgstr "Vezi back-end" + +#: includes/locations/class-acf-location-nav-menu-item.php:27 +msgid "Menu Item" +msgstr "" + +#: includes/locations/class-acf-location-nav-menu.php:27 +msgid "Menu" +msgstr "" + +#: includes/locations/class-acf-location-nav-menu.php:109 +msgid "Menu Locations" +msgstr "" + +#: includes/locations/class-acf-location-nav-menu.php:119 +msgid "Menus" +msgstr "" + +#: includes/locations/class-acf-location-page-parent.php:27 +msgid "Page Parent" +msgstr "Pagina Părinte" + +#: includes/locations/class-acf-location-page-template.php:27 +msgid "Page Template" +msgstr "Macheta Pagini" + +#: includes/locations/class-acf-location-page-template.php:98 +#: includes/locations/class-acf-location-post-template.php:151 +msgid "Default Template" +msgstr "Format Implicit" + +#: includes/locations/class-acf-location-page-type.php:27 +msgid "Page Type" +msgstr "Tipul Pagini" + +#: includes/locations/class-acf-location-page-type.php:145 +msgid "Front Page" +msgstr "Pagina principală" + +#: includes/locations/class-acf-location-page-type.php:146 +msgid "Posts Page" +msgstr "Pagina Articolelor" + +#: includes/locations/class-acf-location-page-type.php:147 +msgid "Top Level Page (no parent)" +msgstr "Pagina primului nivel (fără părinte)" + +#: includes/locations/class-acf-location-page-type.php:148 +msgid "Parent Page (has children)" +msgstr "Pagina părinte (are succesori)" + +#: includes/locations/class-acf-location-page-type.php:149 +msgid "Child Page (has parent)" +msgstr "Pagina Succesor (are părinte)" + +#: includes/locations/class-acf-location-post-category.php:27 +msgid "Post Category" +msgstr "Categoria Articolului" + +#: includes/locations/class-acf-location-post-format.php:27 +msgid "Post Format" +msgstr "Formatul Articolului" + +#: includes/locations/class-acf-location-post-status.php:27 +msgid "Post Status" +msgstr "Starea Articolui" + +#: includes/locations/class-acf-location-post-taxonomy.php:27 +msgid "Post Taxonomy" +msgstr "Taxonomia Articolului" + +#: includes/locations/class-acf-location-post-template.php:27 +msgid "Post Template" +msgstr "" + +#: includes/locations/class-acf-location-taxonomy.php:27 +msgid "Taxonomy Term" +msgstr "Termenul Taxonomiei" + +#: includes/locations/class-acf-location-user-form.php:27 +msgid "User Form" +msgstr "Formularul Utilizatorului" + +#: includes/locations/class-acf-location-user-form.php:88 +msgid "Add / Edit" +msgstr "Adaugă / Editează" + +#: includes/locations/class-acf-location-user-form.php:89 +msgid "Register" +msgstr "Înregistrează" + +#: includes/locations/class-acf-location-user-role.php:27 +msgid "User Role" +msgstr "Rolul Utilizatorului" + +#: includes/locations/class-acf-location-widget.php:27 +msgid "Widget" +msgstr "Piesă" + +#: includes/media.php:55 +msgctxt "verb" +msgid "Edit" +msgstr "" + +#: includes/media.php:56 +msgctxt "verb" +msgid "Update" +msgstr "" + +#: includes/validation.php:364 +#, php-format +msgid "%s value is required" +msgstr "%s valoarea este obligatorie" + +#. Plugin Name of the plugin/theme +#: pro/acf-pro.php:28 msgid "Advanced Custom Fields PRO" msgstr "Câmpuri Avansate Personalizate PRO" -#: pro/acf-pro.php:175 -msgid "Flexible Content requires at least 1 layout" -msgstr "Conținutul Flexibil necesită cel puțin 1 schemă" - -#: pro/admin/options-page.php:48 -msgid "Options Page" -msgstr "Pagina de Opțiuni" - -#: pro/admin/options-page.php:83 -msgid "No options pages exist" -msgstr "Nu există nicio pagină de opțiuni" - -#: pro/admin/options-page.php:298 -msgid "Options Updated" -msgstr "Opțiunile au fost actualizate" - -#: pro/admin/options-page.php:304 -msgid "No Custom Field Groups found for this options page. Create a Custom Field Group" -msgstr "Nu a fost găsit nici un grup de câmpuri personalizate. Creează un Grup de Câmpuri Personalizat" - -#: pro/admin/settings-updates.php:137 -msgid "Error. Could not connect to update server" -msgstr "Eroare. Conexiunea cu servărul a fost pierdută" - -#: pro/admin/settings-updates.php:267 pro/admin/settings-updates.php:338 -msgid "Connection Error. Sorry, please try again" -msgstr "Eroare de conexiune. Îmi pare rău, încearcă mai târziu" - -#: pro/admin/views/options-page.php:48 +#: pro/admin/admin-options-page.php:196 msgid "Publish" msgstr "Publică" -#: pro/admin/views/options-page.php:54 -msgid "Save Options" -msgstr "Salvează Opțiuni" +#: pro/admin/admin-options-page.php:202 +#, php-format +msgid "" +"No Custom Field Groups found for this options page. Create a " +"Custom Field Group" +msgstr "" +"Nu a fost găsit nici un grup de câmpuri personalizate. Creează un Grup de Câmpuri Personalizat" -#: pro/admin/views/settings-updates.php:11 +#: pro/admin/admin-settings-updates.php:78 +msgid "Error. Could not connect to update server" +msgstr "Eroare. Conexiunea cu servărul a fost pierdută" + +#: pro/admin/admin-settings-updates.php:162 +#: pro/admin/views/html-settings-updates.php:17 +msgid "Updates" +msgstr "Actualizări" + +#: pro/admin/views/html-settings-updates.php:11 msgid "Deactivate License" msgstr "Dezactivează Licența" -#: pro/admin/views/settings-updates.php:11 +#: pro/admin/views/html-settings-updates.php:11 msgid "Activate License" msgstr "Activează Licența" -#: pro/admin/views/settings-updates.php:21 -msgid "License" -msgstr "Licență" +#: pro/admin/views/html-settings-updates.php:21 +msgid "License Information" +msgstr "" -#: pro/admin/views/settings-updates.php:24 +#: pro/admin/views/html-settings-updates.php:24 +#, php-format msgid "" "To unlock updates, please enter your license key below. If you don't have a " -"licence key, please see" +"licence key, please see details & pricing." msgstr "" -"Pentru a permite actualizări, te rog să introduci codul de activare în " -"câmpul de mai jos. Dacă nu deții un cod de activare, te rog vizitează" -#: pro/admin/views/settings-updates.php:24 -msgid "details & pricing" -msgstr "detalii & prețuri" - -#: pro/admin/views/settings-updates.php:33 +#: pro/admin/views/html-settings-updates.php:33 msgid "License Key" msgstr "Cod de activare" -#: pro/admin/views/settings-updates.php:65 +#: pro/admin/views/html-settings-updates.php:65 msgid "Update Information" msgstr "Actualizează infromațiile" -#: pro/admin/views/settings-updates.php:72 +#: pro/admin/views/html-settings-updates.php:72 msgid "Current Version" msgstr "Versiunea curentă" -#: pro/admin/views/settings-updates.php:80 +#: pro/admin/views/html-settings-updates.php:80 msgid "Latest Version" msgstr "Ultima versiune" -#: pro/admin/views/settings-updates.php:88 +#: pro/admin/views/html-settings-updates.php:88 msgid "Update Available" msgstr "Sunt disponibile actualizări" -#: pro/admin/views/settings-updates.php:96 +#: pro/admin/views/html-settings-updates.php:96 msgid "Update Plugin" msgstr "Actualizează Modulul" -#: pro/admin/views/settings-updates.php:98 +#: pro/admin/views/html-settings-updates.php:98 msgid "Please enter your license key above to unlock updates" msgstr "" "Te rog sa introduci codul de activare în câmpul de mai sus pentru a permite " "actualizări" -#: pro/admin/views/settings-updates.php:104 +#: pro/admin/views/html-settings-updates.php:104 msgid "Check Again" msgstr "Verifică din nou" -#: pro/admin/views/settings-updates.php:121 +#: pro/admin/views/html-settings-updates.php:121 msgid "Upgrade Notice" msgstr "Anunț Actualizări" -#: pro/api/api-options-page.php:22 pro/api/api-options-page.php:23 -msgid "Options" -msgstr "Opțiuni" - -#: pro/core/updates.php:186 -#, php-format -msgid "" -"To enable updates, please enter your license key on the Updates page. If you don't have a licence key, please see details & pricing" +#: pro/fields/class-acf-field-clone.php:25 +msgctxt "noun" +msgid "Clone" msgstr "" -"Pentru a activa actualizările, te rog să introduci codul de activare pe " -"pagina Actualizări. Dacă nu ai un cod de activare, te rog " -"sa vizitezi pagina detalii & prețuri" -#: pro/fields/flexible-content.php:36 -msgid "Flexible Content" -msgstr "Conținut Flexibil" +#: pro/fields/class-acf-field-clone.php:824 +msgid "Select one or more fields you wish to clone" +msgstr "" -#: pro/fields/flexible-content.php:42 pro/fields/repeater.php:43 +#: pro/fields/class-acf-field-clone.php:841 +msgid "Display" +msgstr "Arată" + +#: pro/fields/class-acf-field-clone.php:842 +msgid "Specify the style used to render the clone field" +msgstr "" + +#: pro/fields/class-acf-field-clone.php:847 +msgid "Group (displays selected fields in a group within this field)" +msgstr "" + +#: pro/fields/class-acf-field-clone.php:848 +msgid "Seamless (replaces this field with selected fields)" +msgstr "" + +#: pro/fields/class-acf-field-clone.php:869 +#, php-format +msgid "Labels will be displayed as %s" +msgstr "" + +#: pro/fields/class-acf-field-clone.php:872 +msgid "Prefix Field Labels" +msgstr "" + +#: pro/fields/class-acf-field-clone.php:883 +#, php-format +msgid "Values will be saved as %s" +msgstr "" + +#: pro/fields/class-acf-field-clone.php:886 +msgid "Prefix Field Names" +msgstr "" + +#: pro/fields/class-acf-field-clone.php:1004 +msgid "Unknown field" +msgstr "" + +#: pro/fields/class-acf-field-clone.php:1043 +msgid "Unknown field group" +msgstr "" + +#: pro/fields/class-acf-field-clone.php:1047 +#, php-format +msgid "All fields from %s field group" +msgstr "" + +#: pro/fields/class-acf-field-flexible-content.php:31 +#: pro/fields/class-acf-field-repeater.php:174 +#: pro/fields/class-acf-field-repeater.php:478 msgid "Add Row" msgstr "Adaugă o linie nouă" -#: pro/fields/flexible-content.php:45 +#: pro/fields/class-acf-field-flexible-content.php:34 msgid "layout" msgstr "schemă" -#: pro/fields/flexible-content.php:46 +#: pro/fields/class-acf-field-flexible-content.php:35 msgid "layouts" msgstr "scheme" -#: pro/fields/flexible-content.php:47 +#: pro/fields/class-acf-field-flexible-content.php:36 msgid "remove {layout}?" msgstr "înlătură {layout}?" -#: pro/fields/flexible-content.php:48 +#: pro/fields/class-acf-field-flexible-content.php:37 msgid "This field requires at least {min} {identifier}" msgstr "Acest câmp necesită cel puțin {min} {identifier}" -#: pro/fields/flexible-content.php:49 +#: pro/fields/class-acf-field-flexible-content.php:38 msgid "This field has a limit of {max} {identifier}" msgstr "Acest câmp are o limită de {max} {identifier}" -#: pro/fields/flexible-content.php:50 +#: pro/fields/class-acf-field-flexible-content.php:39 msgid "This field requires at least {min} {label} {identifier}" msgstr "Acest câmp necesită cel puțin {min} {label} {identifier}" -#: pro/fields/flexible-content.php:51 +#: pro/fields/class-acf-field-flexible-content.php:40 msgid "Maximum {label} limit reached ({max} {identifier})" msgstr "Numărul maxim de {label} a fost atins ({max} {identifier})" -#: pro/fields/flexible-content.php:52 +#: pro/fields/class-acf-field-flexible-content.php:41 msgid "{available} {label} {identifier} available (max {max})" msgstr "{available} {label} {identifier} disponibile (max {max})" -#: pro/fields/flexible-content.php:53 +#: pro/fields/class-acf-field-flexible-content.php:42 msgid "{required} {label} {identifier} required (min {min})" msgstr "{required} {label} {identifier} obligatoriu (min {min})" -#: pro/fields/flexible-content.php:211 +#: pro/fields/class-acf-field-flexible-content.php:43 +msgid "Flexible Content requires at least 1 layout" +msgstr "Conținutul Flexibil necesită cel puțin 1 schemă" + +#: pro/fields/class-acf-field-flexible-content.php:273 #, php-format msgid "Click the \"%s\" button below to start creating your layout" msgstr "Apasă butonul \"%s\" de mai jos pentru a începe să îți creezi schema" -#: pro/fields/flexible-content.php:369 +#: pro/fields/class-acf-field-flexible-content.php:408 msgid "Add layout" msgstr "Adaugă Schema" -#: pro/fields/flexible-content.php:372 +#: pro/fields/class-acf-field-flexible-content.php:409 msgid "Remove layout" msgstr "Înlătură Schema" -#: pro/fields/flexible-content.php:514 +#: pro/fields/class-acf-field-flexible-content.php:410 +#: pro/fields/class-acf-field-repeater.php:304 +msgid "Click to toggle" +msgstr "" + +#: pro/fields/class-acf-field-flexible-content.php:556 msgid "Reorder Layout" msgstr "Reordonează Schema" -#: pro/fields/flexible-content.php:514 +#: pro/fields/class-acf-field-flexible-content.php:556 msgid "Reorder" msgstr "Reordonează" -#: pro/fields/flexible-content.php:515 +#: pro/fields/class-acf-field-flexible-content.php:557 msgid "Delete Layout" msgstr "Șterge Schema" -#: pro/fields/flexible-content.php:516 +#: pro/fields/class-acf-field-flexible-content.php:558 msgid "Duplicate Layout" msgstr "Copiază Schema" -#: pro/fields/flexible-content.php:517 +#: pro/fields/class-acf-field-flexible-content.php:559 msgid "Add New Layout" msgstr "Adaugă o Nouă Schemă" -#: pro/fields/flexible-content.php:561 -msgid "Display" -msgstr "Arată" - -#: pro/fields/flexible-content.php:572 pro/fields/repeater.php:399 -msgid "Table" -msgstr "Tabel" - -#: pro/fields/flexible-content.php:573 pro/fields/repeater.php:400 -msgid "Block" -msgstr "Bloc" - -#: pro/fields/flexible-content.php:574 pro/fields/repeater.php:401 -msgid "Row" -msgstr "Linie" - -#: pro/fields/flexible-content.php:589 +#: pro/fields/class-acf-field-flexible-content.php:630 msgid "Min" msgstr "Min" -#: pro/fields/flexible-content.php:602 +#: pro/fields/class-acf-field-flexible-content.php:643 msgid "Max" msgstr "Max" -#: pro/fields/flexible-content.php:630 pro/fields/repeater.php:408 +#: pro/fields/class-acf-field-flexible-content.php:670 +#: pro/fields/class-acf-field-repeater.php:474 msgid "Button Label" msgstr "Buton Etichetă" -#: pro/fields/flexible-content.php:639 +#: pro/fields/class-acf-field-flexible-content.php:679 msgid "Minimum Layouts" msgstr "Scheme Minime" -#: pro/fields/flexible-content.php:648 +#: pro/fields/class-acf-field-flexible-content.php:688 msgid "Maximum Layouts" msgstr "Scheme Maxime" -#: pro/fields/gallery.php:36 -msgid "Gallery" -msgstr "Galerie" - -#: pro/fields/gallery.php:52 +#: pro/fields/class-acf-field-gallery.php:41 msgid "Add Image to Gallery" msgstr "Adaugă imagini în Galerie" -#: pro/fields/gallery.php:56 +#: pro/fields/class-acf-field-gallery.php:45 msgid "Maximum selection reached" msgstr "Selecția maximă atinsă" -#: pro/fields/gallery.php:335 +#: pro/fields/class-acf-field-gallery.php:321 msgid "Length" msgstr "Lungime" -#: pro/fields/gallery.php:355 -msgid "Remove" -msgstr "Înlătură" +#: pro/fields/class-acf-field-gallery.php:364 +msgid "Caption" +msgstr "" -#: pro/fields/gallery.php:535 +#: pro/fields/class-acf-field-gallery.php:373 +msgid "Alt Text" +msgstr "Text alternativ" + +#: pro/fields/class-acf-field-gallery.php:544 msgid "Add to gallery" msgstr "Adaugă în galerie" -#: pro/fields/gallery.php:539 +#: pro/fields/class-acf-field-gallery.php:548 msgid "Bulk actions" msgstr "Acțiuni în masă" -#: pro/fields/gallery.php:540 +#: pro/fields/class-acf-field-gallery.php:549 msgid "Sort by date uploaded" msgstr "Sortează după data încărcării" -#: pro/fields/gallery.php:541 +#: pro/fields/class-acf-field-gallery.php:550 msgid "Sort by date modified" msgstr "Sortează după data modficării" -#: pro/fields/gallery.php:542 +#: pro/fields/class-acf-field-gallery.php:551 msgid "Sort by title" msgstr "Sortează după titlu" -#: pro/fields/gallery.php:543 +#: pro/fields/class-acf-field-gallery.php:552 msgid "Reverse current order" msgstr "Inversează ordinea curentă" -#: pro/fields/gallery.php:561 +#: pro/fields/class-acf-field-gallery.php:570 msgid "Close" msgstr "Închide" -#: pro/fields/gallery.php:619 +#: pro/fields/class-acf-field-gallery.php:624 msgid "Minimum Selection" msgstr "Selecție minimă" -#: pro/fields/gallery.php:628 +#: pro/fields/class-acf-field-gallery.php:633 msgid "Maximum Selection" msgstr "Selecție maximă" -#: pro/fields/gallery.php:809 -#, php-format -msgid "%s requires at least %s selection" -msgid_plural "%s requires at least %s selections" -msgstr[0] "%s necesită cel puțin %s selectie" -msgstr[1] "%s necesită cel puțin %s selecții" -msgstr[2] "%s necesită cel puțin %s selecții" +#: pro/fields/class-acf-field-gallery.php:642 +msgid "Insert" +msgstr "" -#: pro/fields/repeater.php:36 -msgid "Repeater" -msgstr "Repeater" +#: pro/fields/class-acf-field-gallery.php:643 +msgid "Specify where new attachments are added" +msgstr "" -#: pro/fields/repeater.php:46 +#: pro/fields/class-acf-field-gallery.php:647 +msgid "Append to the end" +msgstr "Adaugă la sfârșit" + +#: pro/fields/class-acf-field-gallery.php:648 +msgid "Prepend to the beginning" +msgstr "Adaugă la început" + +#: pro/fields/class-acf-field-repeater.php:36 msgid "Minimum rows reached ({min} rows)" msgstr "Numărul minim de linii a fost atins ({min} rows)" -#: pro/fields/repeater.php:47 +#: pro/fields/class-acf-field-repeater.php:37 msgid "Maximum rows reached ({max} rows)" msgstr "Numărul maxim de linii a fost atins ({max} rows)" -#: pro/fields/repeater.php:259 -msgid "Drag to reorder" -msgstr "Trage pentru a reordona" - -#: pro/fields/repeater.php:301 +#: pro/fields/class-acf-field-repeater.php:349 msgid "Add row" msgstr "Adaugă linie" -#: pro/fields/repeater.php:302 +#: pro/fields/class-acf-field-repeater.php:350 msgid "Remove row" msgstr "Înlătură linie" -#: pro/fields/repeater.php:350 -msgid "Sub Fields" -msgstr "Sub câmpuri" +#: pro/fields/class-acf-field-repeater.php:427 +msgid "Collapsed" +msgstr "" -#: pro/fields/repeater.php:372 +#: pro/fields/class-acf-field-repeater.php:428 +msgid "Select a sub field to show when row is collapsed" +msgstr "" + +#: pro/fields/class-acf-field-repeater.php:438 msgid "Minimum Rows" msgstr "Numărul minim de Linii" -#: pro/fields/repeater.php:382 +#: pro/fields/class-acf-field-repeater.php:448 msgid "Maximum Rows" msgstr "Numărul maxim de Linii" -#. Plugin Name of the plugin/theme -msgid "Advanced Custom Fields Pro" +#: pro/locations/class-acf-location-options-page.php:79 +msgid "No options pages exist" +msgstr "Nu există nicio pagină de opțiuni" + +#: pro/options-page.php:51 +msgid "Options" +msgstr "Opțiuni" + +#: pro/options-page.php:82 +msgid "Options Updated" +msgstr "Opțiunile au fost actualizate" + +#: pro/updates.php:97 +#, php-format +msgid "" +"To enable updates, please enter your license key on the Updates page. If you don't have a licence key, please see details & pricing." msgstr "" #. Plugin URI of the plugin/theme -msgid "http://www.advancedcustomfields.com/" -msgstr "" - -#. Description of the plugin/theme -msgid "Customise WordPress with powerful, professional and intuitive fields." +msgid "https://www.advancedcustomfields.com/" msgstr "" #. Author of the plugin/theme -msgid "elliot condon" +msgid "Elliot Condon" msgstr "" #. Author URI of the plugin/theme msgid "http://www.elliotcondon.com/" msgstr "" +#~ msgid "See what's new in" +#~ msgstr "Vezi ce este nou în" + +#~ msgid "version" +#~ msgstr "versiunea" + +#~ msgid "Getting Started" +#~ msgstr "Pentru început" + +#~ msgid "Field Types" +#~ msgstr "Tiurile Câmpului" + +#~ msgid "Functions" +#~ msgstr "Funcții" + +#~ msgid "Actions" +#~ msgstr "Acțiuni" + +#~ msgid "'How to' guides" +#~ msgstr "Ghiduri 'Cum să...'" + +#~ msgid "Tutorials" +#~ msgstr "Tutoriale" + +#~ msgid "Created by" +#~ msgstr "Creat de" + +#~ msgid "Success. Import tool added %s field groups: %s" +#~ msgstr "Suces. Unealta import a adaugat %s grupuri de câmpuri: %s" + +#~ msgid "" +#~ "Warning. Import tool detected %s field groups already exist and " +#~ "have been ignored: %s" +#~ msgstr "" +#~ "Atenție. Unealta import a detectat %s grupuri de câmpuri care " +#~ "exista deja și a ignorat: %s" + +#~ msgid "Upgrade" +#~ msgstr "Îmbunătățire" + +#~ msgid "Error" +#~ msgstr "Eroare" + +#~ msgid "Drag and drop to reorder" +#~ msgstr "Trage și eliberează pentru a ordona" + +#~ msgid "See what's new" +#~ msgstr "Află ce este nou" + +#~ msgid "Done" +#~ msgstr "Terminare" + +#~ msgid "Today" +#~ msgstr "Azi" + +#~ msgid "Show a different month" +#~ msgstr "Arată o altă lună" + +#~ msgid "Return format" +#~ msgstr "Fromatul rezultat" + +#~ msgid "uploaded to this post" +#~ msgstr "încărcate la acest articol" + +#~ msgid "File Name" +#~ msgstr "Numele fișierului" + +#~ msgid "File Size" +#~ msgstr "Mărimea fișierului" + +#~ msgid "No File selected" +#~ msgstr "Nu a fost selectat nici un fișier" + +#~ msgid "" +#~ "Please note that all text will first be passed through the wp function " +#~ msgstr "" +#~ "Vă rugăm să rețineți că toate textele vor fi mai întâi trecute prin " +#~ "funcția wp" + +#~ msgid "Select" +#~ msgstr "Selectează" + +#~ msgid "Warning" +#~ msgstr "Atenție" + +#~ msgid "eg. Show extra content" +#~ msgstr "ex. Arată extra conținut" + +#~ msgid "Connection Error. Sorry, please try again" +#~ msgstr "Eroare de conexiune. Îmi pare rău, încearcă mai târziu" + +#~ msgid "Save Options" +#~ msgstr "Salvează Opțiuni" + +#~ msgid "License" +#~ msgstr "Licență" + +#~ msgid "" +#~ "To unlock updates, please enter your license key below. If you don't have " +#~ "a licence key, please see" +#~ msgstr "" +#~ "Pentru a permite actualizări, te rog să introduci codul de activare în " +#~ "câmpul de mai jos. Dacă nu deții un cod de activare, te rog vizitează" + +#~ msgid "details & pricing" +#~ msgstr "detalii & prețuri" + +#~ msgid "" +#~ "To enable updates, please enter your license key on the Updates page. If you don't have a licence key, please see details & pricing" +#~ msgstr "" +#~ "Pentru a activa actualizările, te rog să introduci codul de activare pe " +#~ "pagina Actualizări. Dacă nu ai un cod de activare, te " +#~ "rog sa vizitezi pagina detalii & prețuri" + #~ msgid "Hide / Show All" #~ msgstr "Selectează / Deselectează tot" diff --git a/lang/acf-ru_RU.mo b/lang/acf-ru_RU.mo index 1e4518ffbc0e68fc698d9ed46a3ee8003c7bea6e..accf4aaeed560639703d4b3ebc7743bc31e34b06 100644 GIT binary patch delta 14917 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 Zm5=8Sa`(7+CY$@y8)LJ(*F2aQ@W0cKNW=gD diff --git a/lang/acf-ru_RU.po b/lang/acf-ru_RU.po index 844da9e..e87326a 100644 --- a/lang/acf-ru_RU.po +++ b/lang/acf-ru_RU.po @@ -2,15 +2,15 @@ msgid "" msgstr "" "Project-Id-Version: Advanced Custom Fields Pro v5.2.9\n" "Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n" -"POT-Creation-Date: 2017-06-27 15:30+1000\n" -"PO-Revision-Date: 2017-06-27 15:30+1000\n" +"POT-Creation-Date: 2017-08-26 20:06+0300\n" +"PO-Revision-Date: 2017-08-26 20:07+0300\n" "Last-Translator: Elliot Condon \n" "Language-Team: \n" "Language: ru_RU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.1\n" +"X-Generator: Poedit 1.8.7\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Poedit-SourceCharset: UTF-8\n" @@ -24,97 +24,98 @@ msgstr "" "X-Poedit-SearchPathExcluded-0: *.js\n" #: acf.php:63 +#, fuzzy msgid "Advanced Custom Fields" msgstr "Advanced Custom Fields" -#: acf.php:355 includes/admin/admin.php:117 +#: acf.php:358 includes/admin/admin.php:117 msgid "Field Groups" msgstr "Группы полей" -#: acf.php:356 +#: acf.php:359 msgid "Field Group" msgstr "Группа полей" -#: acf.php:357 acf.php:389 includes/admin/admin.php:118 -#: pro/fields/class-acf-field-flexible-content.php:574 +#: acf.php:360 acf.php:392 includes/admin/admin.php:118 +#: pro/fields/class-acf-field-flexible-content.php:559 msgid "Add New" msgstr "Добавить" -#: acf.php:358 +#: acf.php:361 msgid "Add New Field Group" msgstr "Создание новой группы полей" -#: acf.php:359 +#: acf.php:362 msgid "Edit Field Group" msgstr "Редактирование группы полей" -#: acf.php:360 +#: acf.php:363 msgid "New Field Group" msgstr "Новая группа полей" -#: acf.php:361 +#: acf.php:364 msgid "View Field Group" msgstr "Просмотреть группу полей" -#: acf.php:362 +#: acf.php:365 msgid "Search Field Groups" msgstr "Поиск групп полей" -#: acf.php:363 +#: acf.php:366 msgid "No Field Groups found" msgstr "Группы полей не найдены." -#: acf.php:364 +#: acf.php:367 msgid "No Field Groups found in Trash" msgstr "Группы полей не найдены в корзине." -#: acf.php:387 includes/admin/admin-field-group.php:182 +#: acf.php:390 includes/admin/admin-field-group.php:182 #: includes/admin/admin-field-group.php:275 #: includes/admin/admin-field-groups.php:510 -#: pro/fields/class-acf-field-clone.php:857 +#: pro/fields/class-acf-field-clone.php:823 msgid "Fields" msgstr "Поля" -#: acf.php:388 +#: acf.php:391 msgid "Field" msgstr "Поле" -#: acf.php:390 +#: acf.php:393 msgid "Add New Field" msgstr "Добавить новое поле" -#: acf.php:391 +#: acf.php:394 msgid "Edit Field" msgstr "Изменить поле" -#: acf.php:392 includes/admin/views/field-group-fields.php:41 +#: acf.php:395 includes/admin/views/field-group-fields.php:41 #: includes/admin/views/settings-info.php:105 msgid "New Field" msgstr "Новое поле" -#: acf.php:393 +#: acf.php:396 msgid "View Field" msgstr "Просмотреть поле" -#: acf.php:394 +#: acf.php:397 msgid "Search Fields" msgstr "Поиск полей" -#: acf.php:395 +#: acf.php:398 msgid "No Fields found" msgstr "Поля не найдены" -#: acf.php:396 +#: acf.php:399 msgid "No Fields found in Trash" msgstr "Поля не найдены в Корзине" -#: acf.php:435 includes/admin/admin-field-group.php:390 +#: acf.php:438 includes/admin/admin-field-group.php:390 #: includes/admin/admin-field-groups.php:567 #, fuzzy msgid "Inactive" msgstr "Активные" -#: acf.php:440 +#: acf.php:443 #, fuzzy, php-format msgid "Inactive (%s)" msgid_plural "Inactive (%s)" @@ -187,7 +188,7 @@ msgstr "копировать" #: includes/admin/views/field-group-field-conditional-logic.php:154 #: includes/admin/views/field-group-locations.php:29 #: includes/admin/views/html-location-group.php:3 -#: includes/api/api-helpers.php:3970 +#: includes/api/api-helpers.php:3964 msgid "or" msgstr "или" @@ -211,7 +212,7 @@ msgstr "Это поле не может быть перемещено до со msgid "Null" msgstr "null" -#: includes/admin/admin-field-group.php:281 includes/input.php:257 +#: includes/admin/admin-field-group.php:281 includes/input.php:258 msgid "The changes you made will be lost if you navigate away from this page" msgstr "Внесенные вами изменения будут утеряны, если вы покинете эту страницу" @@ -289,7 +290,7 @@ msgid "Sync available" msgstr "Синхронизация доступна" #: includes/admin/admin-field-groups.php:507 includes/forms/form-front.php:38 -#: pro/fields/class-acf-field-gallery.php:370 +#: pro/fields/class-acf-field-gallery.php:355 msgid "Title" msgstr "Заголовок" @@ -297,7 +298,7 @@ msgstr "Заголовок" #: includes/admin/views/field-group-options.php:96 #: includes/admin/views/install-network.php:21 #: includes/admin/views/install-network.php:29 -#: pro/fields/class-acf-field-gallery.php:397 +#: pro/fields/class-acf-field-gallery.php:382 msgid "Description" msgstr "Описание" @@ -358,13 +359,13 @@ msgstr "Дублировать элемент" #: includes/admin/admin-field-groups.php:668 #: includes/admin/admin-field-groups.php:684 #: includes/admin/views/field-group-field.php:49 -#: pro/fields/class-acf-field-flexible-content.php:573 +#: pro/fields/class-acf-field-flexible-content.php:558 msgid "Duplicate" msgstr "Дублировать" #: includes/admin/admin-field-groups.php:701 -#: includes/fields/class-acf-field-google-map.php:132 -#: includes/fields/class-acf-field-relationship.php:737 +#: includes/fields/class-acf-field-google-map.php:118 +#: includes/fields/class-acf-field-relationship.php:656 msgid "Search" msgstr "Поиск" @@ -384,7 +385,7 @@ msgstr "Синхронизация" #: includes/admin/admin-field-groups.php:780 msgid "Apply" -msgstr "" +msgstr "Применить" #: includes/admin/admin-field-groups.php:798 #, fuzzy @@ -441,7 +442,7 @@ msgid "No field groups selected" msgstr "Группы полей не выбраны" #: includes/admin/settings-tools.php:184 -#: includes/fields/class-acf-field-file.php:174 +#: includes/fields/class-acf-field-file.php:159 msgid "No file selected" msgstr "Файл не выбран" @@ -474,12 +475,12 @@ msgid "Show this field if" msgstr "Показывать это поле, если" #: includes/admin/views/field-group-field-conditional-logic.php:103 -#: includes/locations.php:243 +#: includes/locations.php:247 msgid "is equal to" msgstr "равно" #: includes/admin/views/field-group-field-conditional-logic.php:104 -#: includes/locations.php:244 +#: includes/locations.php:248 msgid "is not equal to" msgstr "не равно" @@ -494,8 +495,8 @@ msgid "Add rule group" msgstr "Добавить группу условий" #: includes/admin/views/field-group-field.php:41 -#: pro/fields/class-acf-field-flexible-content.php:420 -#: pro/fields/class-acf-field-repeater.php:358 +#: pro/fields/class-acf-field-flexible-content.php:405 +#: pro/fields/class-acf-field-repeater.php:302 msgid "Drag to reorder" msgstr "Потяните для изменения порядка" @@ -505,9 +506,9 @@ msgid "Edit field" msgstr "Редактировать поле" #: includes/admin/views/field-group-field.php:48 -#: includes/fields/class-acf-field-image.php:140 -#: includes/fields/class-acf-field-link.php:152 -#: pro/fields/class-acf-field-gallery.php:357 +#: includes/fields/class-acf-field-image.php:125 +#: includes/fields/class-acf-field-link.php:139 +#: pro/fields/class-acf-field-gallery.php:342 msgid "Edit" msgstr "Редактировать" @@ -528,7 +529,7 @@ msgid "Delete field" msgstr "Удалить поле" #: includes/admin/views/field-group-field.php:51 -#: pro/fields/class-acf-field-flexible-content.php:572 +#: pro/fields/class-acf-field-flexible-content.php:557 msgid "Delete" msgstr "Удалить" @@ -553,7 +554,7 @@ msgid "Field Type" msgstr "Тип поля" #: includes/admin/views/field-group-field.php:101 -#: includes/fields/class-acf-field-tab.php:102 +#: includes/fields/class-acf-field-tab.php:88 msgid "Instructions" msgstr "Инструкции" @@ -590,16 +591,16 @@ msgid "Order" msgstr "Сортировка" #: includes/admin/views/field-group-fields.php:5 -#: includes/fields/class-acf-field-checkbox.php:317 -#: includes/fields/class-acf-field-radio.php:321 -#: includes/fields/class-acf-field-select.php:530 -#: pro/fields/class-acf-field-flexible-content.php:599 +#: includes/fields/class-acf-field-checkbox.php:415 +#: includes/fields/class-acf-field-radio.php:306 +#: includes/fields/class-acf-field-select.php:432 +#: pro/fields/class-acf-field-flexible-content.php:584 msgid "Label" msgstr "Ярлык" #: includes/admin/views/field-group-fields.php:6 -#: includes/fields/class-acf-field-taxonomy.php:970 -#: pro/fields/class-acf-field-flexible-content.php:612 +#: includes/fields/class-acf-field-taxonomy.php:957 +#: pro/fields/class-acf-field-flexible-content.php:597 msgid "Name" msgstr "Имя" @@ -669,12 +670,12 @@ msgid "Label placement" msgstr "Расположение меток" #: includes/admin/views/field-group-options.php:62 -#: includes/fields/class-acf-field-tab.php:116 +#: includes/fields/class-acf-field-tab.php:102 msgid "Top aligned" msgstr "Вверху" #: includes/admin/views/field-group-options.php:63 -#: includes/fields/class-acf-field-tab.php:117 +#: includes/fields/class-acf-field-tab.php:103 msgid "Left Aligned" msgstr "Слева" @@ -763,7 +764,7 @@ msgid "Page Attributes" msgstr "Атрибуты страницы" #: includes/admin/views/field-group-options.php:126 -#: includes/fields/class-acf-field-relationship.php:751 +#: includes/fields/class-acf-field-relationship.php:670 msgid "Featured Image" msgstr "Миниатюра записи" @@ -843,22 +844,22 @@ msgid "Upgrading data to version %s" msgstr "Обновление данных до версии %s" #: includes/admin/views/install-notice.php:8 -#: pro/fields/class-acf-field-repeater.php:36 +#: pro/fields/class-acf-field-repeater.php:25 msgid "Repeater" msgstr "Повторитель" #: includes/admin/views/install-notice.php:9 -#: pro/fields/class-acf-field-flexible-content.php:36 +#: pro/fields/class-acf-field-flexible-content.php:25 msgid "Flexible Content" msgstr "Гибкое содержание" #: includes/admin/views/install-notice.php:10 -#: pro/fields/class-acf-field-gallery.php:36 +#: pro/fields/class-acf-field-gallery.php:25 msgid "Gallery" msgstr "Галерея" #: includes/admin/views/install-notice.php:11 -#: pro/locations/class-acf-location-options-page.php:13 +#: pro/locations/class-acf-location-options-page.php:26 msgid "Options Page" msgstr "Страница с опциями" @@ -885,6 +886,8 @@ msgid "" "Please also ensure any premium add-ons (%s) have first been updated to the " "latest version." msgstr "" +"Пожалуйста, убедитесь, что все премиум дополнения (%s) обновлены до " +"последней версии." #: includes/admin/views/install.php:7 msgid "Reading upgrade tasks..." @@ -1153,7 +1156,7 @@ msgstr "" "родительскими полями" #: includes/admin/views/settings-info.php:144 -#: includes/fields/class-acf-field-page_link.php:36 +#: includes/fields/class-acf-field-page_link.php:25 msgid "Page Link" msgstr "Ссылка на страницу" @@ -1235,7 +1238,7 @@ msgid "" msgstr "Выберите файл конфигурации в формате JSON для импорта групп полей" #: includes/admin/views/settings-tools.php:77 -#: includes/fields/class-acf-field-file.php:46 +#: includes/fields/class-acf-field-file.php:35 msgid "Select File" msgstr "Выбрать файл" @@ -1259,49 +1262,49 @@ msgstr "Большой" msgid "Full Size" msgstr "Полный" -#: includes/api/api-helpers.php:1248 includes/api/api-helpers.php:1837 -#: pro/fields/class-acf-field-clone.php:1042 +#: includes/api/api-helpers.php:1248 includes/api/api-helpers.php:1831 +#: pro/fields/class-acf-field-clone.php:1008 msgid "(no title)" msgstr "(нет заголовка)" -#: includes/api/api-helpers.php:1874 -#: includes/fields/class-acf-field-page_link.php:284 -#: includes/fields/class-acf-field-post_object.php:283 -#: includes/fields/class-acf-field-taxonomy.php:992 +#: includes/api/api-helpers.php:1868 +#: includes/fields/class-acf-field-page_link.php:269 +#: includes/fields/class-acf-field-post_object.php:268 +#: includes/fields/class-acf-field-taxonomy.php:979 msgid "Parent" msgstr "Родитель" -#: includes/api/api-helpers.php:3891 +#: includes/api/api-helpers.php:3885 #, php-format msgid "Image width must be at least %dpx." msgstr "Изображение не должно быть уже чем %d пикселей." -#: includes/api/api-helpers.php:3896 +#: includes/api/api-helpers.php:3890 #, php-format msgid "Image width must not exceed %dpx." msgstr "Изображение не должно быть шире чем %d пикселей." -#: includes/api/api-helpers.php:3912 +#: includes/api/api-helpers.php:3906 #, php-format msgid "Image height must be at least %dpx." msgstr "Изображение должно иметь высоту как минимум %d пикселей." -#: includes/api/api-helpers.php:3917 +#: includes/api/api-helpers.php:3911 #, php-format msgid "Image height must not exceed %dpx." msgstr "Изображение должно иметь высоту не более чем %d пикселей." -#: includes/api/api-helpers.php:3935 +#: includes/api/api-helpers.php:3929 #, php-format msgid "File size must be at least %s." msgstr "Размер файла должен быть не менее чем %s." -#: includes/api/api-helpers.php:3940 +#: includes/api/api-helpers.php:3934 #, php-format msgid "File size must must not exceed %s." msgstr "Размер файла должен быть не более чем %s." -#: includes/api/api-helpers.php:3974 +#: includes/api/api-helpers.php:3968 #, php-format msgid "File type must be %s." msgstr "Файл должен иметь тип: %s." @@ -1326,930 +1329,930 @@ msgstr "Отношение" msgid "jQuery" msgstr "jQuery" -#: includes/fields.php:149 includes/fields/class-acf-field-checkbox.php:286 -#: includes/fields/class-acf-field-group.php:485 -#: includes/fields/class-acf-field-radio.php:300 -#: pro/fields/class-acf-field-clone.php:889 -#: pro/fields/class-acf-field-flexible-content.php:569 -#: pro/fields/class-acf-field-flexible-content.php:618 -#: pro/fields/class-acf-field-repeater.php:514 +#: includes/fields.php:149 includes/fields/class-acf-field-checkbox.php:384 +#: includes/fields/class-acf-field-group.php:477 +#: includes/fields/class-acf-field-radio.php:285 +#: pro/fields/class-acf-field-clone.php:855 +#: pro/fields/class-acf-field-flexible-content.php:554 +#: pro/fields/class-acf-field-flexible-content.php:603 +#: pro/fields/class-acf-field-repeater.php:458 msgid "Layout" msgstr "Разметка" -#: includes/fields.php:305 +#: includes/fields.php:326 msgid "Field type does not exist" msgstr "Тип поля не существует" -#: includes/fields.php:305 +#: includes/fields.php:326 #, fuzzy msgid "Unknown" msgstr "Неизвестная группа полей" -#: includes/fields/class-acf-field-checkbox.php:36 -#: includes/fields/class-acf-field-taxonomy.php:786 +#: includes/fields/class-acf-field-checkbox.php:25 +#: includes/fields/class-acf-field-taxonomy.php:773 msgid "Checkbox" msgstr "Флажок (checkbox)" -#: includes/fields/class-acf-field-checkbox.php:150 +#: includes/fields/class-acf-field-checkbox.php:154 msgid "Toggle All" msgstr "Выбрать все" -#: includes/fields/class-acf-field-checkbox.php:207 +#: includes/fields/class-acf-field-checkbox.php:221 #, fuzzy msgid "Add new choice" msgstr "Добавить новое поле" -#: includes/fields/class-acf-field-checkbox.php:246 -#: includes/fields/class-acf-field-radio.php:250 -#: includes/fields/class-acf-field-select.php:466 +#: includes/fields/class-acf-field-checkbox.php:344 +#: includes/fields/class-acf-field-radio.php:235 +#: includes/fields/class-acf-field-select.php:368 msgid "Choices" msgstr "Варианты" -#: includes/fields/class-acf-field-checkbox.php:247 -#: includes/fields/class-acf-field-radio.php:251 -#: includes/fields/class-acf-field-select.php:467 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "Enter each choice on a new line." msgstr "Введите каждый вариант выбора на новую строку." -#: includes/fields/class-acf-field-checkbox.php:247 -#: includes/fields/class-acf-field-radio.php:251 -#: includes/fields/class-acf-field-select.php:467 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "For more control, you may specify both a value and label like this:" msgstr "" "Для большего контроля, вы можете ввести значение и ярлык по следующему " "формату:" -#: includes/fields/class-acf-field-checkbox.php:247 -#: includes/fields/class-acf-field-radio.php:251 -#: includes/fields/class-acf-field-select.php:467 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "red : Red" msgstr "red : Красный" -#: includes/fields/class-acf-field-checkbox.php:255 +#: includes/fields/class-acf-field-checkbox.php:353 #, fuzzy msgid "Allow Custom" msgstr "" "Обновлен мета-ящик местоположения, чтобы теперь разрешать запросы " "пользовательского местоположения" -#: includes/fields/class-acf-field-checkbox.php:260 +#: includes/fields/class-acf-field-checkbox.php:358 msgid "Allow 'custom' values to be added" -msgstr "" +msgstr "Разрешить добавление настраиваемых значений" -#: includes/fields/class-acf-field-checkbox.php:266 +#: includes/fields/class-acf-field-checkbox.php:364 #, fuzzy msgid "Save Custom" msgstr "Переместить поле" -#: includes/fields/class-acf-field-checkbox.php:271 +#: includes/fields/class-acf-field-checkbox.php:369 #, fuzzy msgid "Save 'custom' values to the field's choices" msgstr "Сохранить настраиваемые значения для поля выбора" -#: includes/fields/class-acf-field-checkbox.php:277 -#: includes/fields/class-acf-field-color_picker.php:146 -#: includes/fields/class-acf-field-email.php:133 -#: includes/fields/class-acf-field-number.php:145 -#: includes/fields/class-acf-field-radio.php:291 -#: includes/fields/class-acf-field-select.php:475 -#: includes/fields/class-acf-field-text.php:142 -#: includes/fields/class-acf-field-textarea.php:139 -#: includes/fields/class-acf-field-true_false.php:150 -#: includes/fields/class-acf-field-url.php:114 -#: includes/fields/class-acf-field-wysiwyg.php:436 +#: includes/fields/class-acf-field-checkbox.php:375 +#: includes/fields/class-acf-field-color_picker.php:131 +#: includes/fields/class-acf-field-email.php:114 +#: includes/fields/class-acf-field-number.php:123 +#: includes/fields/class-acf-field-radio.php:276 +#: includes/fields/class-acf-field-select.php:377 +#: includes/fields/class-acf-field-text.php:115 +#: includes/fields/class-acf-field-textarea.php:98 +#: includes/fields/class-acf-field-true_false.php:135 +#: includes/fields/class-acf-field-url.php:96 +#: includes/fields/class-acf-field-wysiwyg.php:421 msgid "Default Value" msgstr "Значение по умолчанию" -#: includes/fields/class-acf-field-checkbox.php:278 -#: includes/fields/class-acf-field-select.php:476 +#: includes/fields/class-acf-field-checkbox.php:376 +#: includes/fields/class-acf-field-select.php:378 msgid "Enter each default value on a new line" msgstr "Введите каждое значение на новую строку." -#: includes/fields/class-acf-field-checkbox.php:292 -#: includes/fields/class-acf-field-radio.php:306 +#: includes/fields/class-acf-field-checkbox.php:390 +#: includes/fields/class-acf-field-radio.php:291 msgid "Vertical" msgstr "Вертикальная" -#: includes/fields/class-acf-field-checkbox.php:293 -#: includes/fields/class-acf-field-radio.php:307 +#: includes/fields/class-acf-field-checkbox.php:391 +#: includes/fields/class-acf-field-radio.php:292 msgid "Horizontal" msgstr "Горизонтальная" -#: includes/fields/class-acf-field-checkbox.php:300 +#: includes/fields/class-acf-field-checkbox.php:398 msgid "Toggle" msgstr "Переключить" -#: includes/fields/class-acf-field-checkbox.php:301 +#: includes/fields/class-acf-field-checkbox.php:399 msgid "Prepend an extra checkbox to toggle all choices" msgstr "Добавить чекбокс для переключения всех чекбоксов" -#: includes/fields/class-acf-field-checkbox.php:310 -#: includes/fields/class-acf-field-file.php:219 -#: includes/fields/class-acf-field-image.php:206 -#: includes/fields/class-acf-field-link.php:180 -#: includes/fields/class-acf-field-radio.php:314 -#: includes/fields/class-acf-field-taxonomy.php:839 +#: includes/fields/class-acf-field-checkbox.php:408 +#: includes/fields/class-acf-field-file.php:204 +#: includes/fields/class-acf-field-image.php:191 +#: includes/fields/class-acf-field-link.php:166 +#: includes/fields/class-acf-field-radio.php:299 +#: includes/fields/class-acf-field-taxonomy.php:826 msgid "Return Value" msgstr "Возвращаемое значение" -#: includes/fields/class-acf-field-checkbox.php:311 -#: includes/fields/class-acf-field-file.php:220 -#: includes/fields/class-acf-field-image.php:207 -#: includes/fields/class-acf-field-link.php:181 -#: includes/fields/class-acf-field-radio.php:315 +#: includes/fields/class-acf-field-checkbox.php:409 +#: includes/fields/class-acf-field-file.php:205 +#: includes/fields/class-acf-field-image.php:192 +#: includes/fields/class-acf-field-link.php:167 +#: includes/fields/class-acf-field-radio.php:300 msgid "Specify the returned value on front end" msgstr "Укажите возвращаемое значение для поля" -#: includes/fields/class-acf-field-checkbox.php:316 -#: includes/fields/class-acf-field-radio.php:320 -#: includes/fields/class-acf-field-select.php:529 +#: includes/fields/class-acf-field-checkbox.php:414 +#: includes/fields/class-acf-field-radio.php:305 +#: includes/fields/class-acf-field-select.php:431 msgid "Value" msgstr "Значение" -#: includes/fields/class-acf-field-checkbox.php:318 -#: includes/fields/class-acf-field-radio.php:322 -#: includes/fields/class-acf-field-select.php:531 +#: includes/fields/class-acf-field-checkbox.php:416 +#: includes/fields/class-acf-field-radio.php:307 +#: includes/fields/class-acf-field-select.php:433 msgid "Both (Array)" msgstr "Оба (массив)" -#: includes/fields/class-acf-field-color_picker.php:36 +#: includes/fields/class-acf-field-color_picker.php:25 msgid "Color Picker" msgstr "Цвет" -#: includes/fields/class-acf-field-color_picker.php:83 +#: includes/fields/class-acf-field-color_picker.php:68 msgid "Clear" msgstr "Очистить" -#: includes/fields/class-acf-field-color_picker.php:84 +#: includes/fields/class-acf-field-color_picker.php:69 msgid "Default" msgstr "По умолчанию" -#: includes/fields/class-acf-field-color_picker.php:85 +#: includes/fields/class-acf-field-color_picker.php:70 msgid "Select Color" msgstr "Выберите цвет" -#: includes/fields/class-acf-field-color_picker.php:86 +#: includes/fields/class-acf-field-color_picker.php:71 msgid "Current Color" msgstr "Текущий цвет" -#: includes/fields/class-acf-field-date_picker.php:36 +#: includes/fields/class-acf-field-date_picker.php:25 msgid "Date Picker" msgstr "Дата" -#: includes/fields/class-acf-field-date_picker.php:44 +#: includes/fields/class-acf-field-date_picker.php:33 msgctxt "Date Picker JS closeText" msgid "Done" msgstr "Готово" -#: includes/fields/class-acf-field-date_picker.php:45 +#: includes/fields/class-acf-field-date_picker.php:34 msgctxt "Date Picker JS currentText" msgid "Today" msgstr "Сегодня" -#: includes/fields/class-acf-field-date_picker.php:46 +#: includes/fields/class-acf-field-date_picker.php:35 msgctxt "Date Picker JS nextText" msgid "Next" msgstr "Дальше" -#: includes/fields/class-acf-field-date_picker.php:47 +#: includes/fields/class-acf-field-date_picker.php:36 msgctxt "Date Picker JS prevText" msgid "Prev" msgstr "Назад" -#: includes/fields/class-acf-field-date_picker.php:48 +#: includes/fields/class-acf-field-date_picker.php:37 msgctxt "Date Picker JS weekHeader" msgid "Wk" msgstr "Неделя" -#: includes/fields/class-acf-field-date_picker.php:223 -#: includes/fields/class-acf-field-date_time_picker.php:197 -#: includes/fields/class-acf-field-time_picker.php:127 +#: includes/fields/class-acf-field-date_picker.php:207 +#: includes/fields/class-acf-field-date_time_picker.php:181 +#: includes/fields/class-acf-field-time_picker.php:109 msgid "Display Format" msgstr "Отображаемый формат" -#: includes/fields/class-acf-field-date_picker.php:224 -#: includes/fields/class-acf-field-date_time_picker.php:198 -#: includes/fields/class-acf-field-time_picker.php:128 +#: includes/fields/class-acf-field-date_picker.php:208 +#: includes/fields/class-acf-field-date_time_picker.php:182 +#: includes/fields/class-acf-field-time_picker.php:110 msgid "The format displayed when editing a post" msgstr "Формат во время редактирования поля" -#: includes/fields/class-acf-field-date_picker.php:232 -#: includes/fields/class-acf-field-date_picker.php:263 -#: includes/fields/class-acf-field-date_time_picker.php:207 -#: includes/fields/class-acf-field-date_time_picker.php:224 -#: includes/fields/class-acf-field-time_picker.php:135 -#: includes/fields/class-acf-field-time_picker.php:150 +#: includes/fields/class-acf-field-date_picker.php:216 +#: includes/fields/class-acf-field-date_picker.php:247 +#: includes/fields/class-acf-field-date_time_picker.php:191 +#: includes/fields/class-acf-field-date_time_picker.php:208 +#: includes/fields/class-acf-field-time_picker.php:117 +#: includes/fields/class-acf-field-time_picker.php:132 #, fuzzy msgid "Custom:" msgstr "Группы полей" -#: includes/fields/class-acf-field-date_picker.php:242 +#: includes/fields/class-acf-field-date_picker.php:226 #, fuzzy msgid "Save Format" msgstr "Сохранить формат" -#: includes/fields/class-acf-field-date_picker.php:243 +#: includes/fields/class-acf-field-date_picker.php:227 #, fuzzy msgid "The format used when saving a value" msgstr "Формат во время редактирования поля" -#: includes/fields/class-acf-field-date_picker.php:253 -#: includes/fields/class-acf-field-date_time_picker.php:214 -#: includes/fields/class-acf-field-post_object.php:447 -#: includes/fields/class-acf-field-relationship.php:778 -#: includes/fields/class-acf-field-select.php:524 -#: includes/fields/class-acf-field-time_picker.php:142 +#: includes/fields/class-acf-field-date_picker.php:237 +#: includes/fields/class-acf-field-date_time_picker.php:198 +#: includes/fields/class-acf-field-post_object.php:432 +#: includes/fields/class-acf-field-relationship.php:697 +#: includes/fields/class-acf-field-select.php:426 +#: includes/fields/class-acf-field-time_picker.php:124 msgid "Return Format" msgstr "Возвращаемый формат" -#: includes/fields/class-acf-field-date_picker.php:254 -#: includes/fields/class-acf-field-date_time_picker.php:215 -#: includes/fields/class-acf-field-time_picker.php:143 +#: includes/fields/class-acf-field-date_picker.php:238 +#: includes/fields/class-acf-field-date_time_picker.php:199 +#: includes/fields/class-acf-field-time_picker.php:125 msgid "The format returned via template functions" msgstr "Формат возвращаемого значения" -#: includes/fields/class-acf-field-date_picker.php:272 -#: includes/fields/class-acf-field-date_time_picker.php:231 +#: includes/fields/class-acf-field-date_picker.php:256 +#: includes/fields/class-acf-field-date_time_picker.php:215 msgid "Week Starts On" msgstr "День начала недели" -#: includes/fields/class-acf-field-date_time_picker.php:36 +#: includes/fields/class-acf-field-date_time_picker.php:25 msgid "Date Time Picker" msgstr "Дата и время" -#: includes/fields/class-acf-field-date_time_picker.php:44 +#: includes/fields/class-acf-field-date_time_picker.php:33 msgctxt "Date Time Picker JS timeOnlyTitle" msgid "Choose Time" msgstr "Выберите время" -#: includes/fields/class-acf-field-date_time_picker.php:45 +#: includes/fields/class-acf-field-date_time_picker.php:34 msgctxt "Date Time Picker JS timeText" msgid "Time" msgstr "Время" -#: includes/fields/class-acf-field-date_time_picker.php:46 +#: includes/fields/class-acf-field-date_time_picker.php:35 msgctxt "Date Time Picker JS hourText" msgid "Hour" msgstr "Час" -#: includes/fields/class-acf-field-date_time_picker.php:47 +#: includes/fields/class-acf-field-date_time_picker.php:36 msgctxt "Date Time Picker JS minuteText" msgid "Minute" msgstr "Минута" -#: includes/fields/class-acf-field-date_time_picker.php:48 +#: includes/fields/class-acf-field-date_time_picker.php:37 msgctxt "Date Time Picker JS secondText" msgid "Second" msgstr "Секунда" -#: includes/fields/class-acf-field-date_time_picker.php:49 +#: includes/fields/class-acf-field-date_time_picker.php:38 msgctxt "Date Time Picker JS millisecText" msgid "Millisecond" msgstr "Миллисекунда" -#: includes/fields/class-acf-field-date_time_picker.php:50 +#: includes/fields/class-acf-field-date_time_picker.php:39 msgctxt "Date Time Picker JS microsecText" msgid "Microsecond" msgstr "Микросекунда" -#: includes/fields/class-acf-field-date_time_picker.php:51 +#: includes/fields/class-acf-field-date_time_picker.php:40 msgctxt "Date Time Picker JS timezoneText" msgid "Time Zone" msgstr "Часовой пояс" -#: includes/fields/class-acf-field-date_time_picker.php:52 +#: includes/fields/class-acf-field-date_time_picker.php:41 msgctxt "Date Time Picker JS currentText" msgid "Now" msgstr "Сейчас" -#: includes/fields/class-acf-field-date_time_picker.php:53 +#: includes/fields/class-acf-field-date_time_picker.php:42 msgctxt "Date Time Picker JS closeText" msgid "Done" msgstr "Готово" -#: includes/fields/class-acf-field-date_time_picker.php:54 +#: includes/fields/class-acf-field-date_time_picker.php:43 msgctxt "Date Time Picker JS selectText" msgid "Select" msgstr "Выбрать" -#: includes/fields/class-acf-field-date_time_picker.php:56 +#: includes/fields/class-acf-field-date_time_picker.php:45 msgctxt "Date Time Picker JS amText" msgid "AM" msgstr "ДП" -#: includes/fields/class-acf-field-date_time_picker.php:57 +#: includes/fields/class-acf-field-date_time_picker.php:46 msgctxt "Date Time Picker JS amTextShort" msgid "A" msgstr "Д" -#: includes/fields/class-acf-field-date_time_picker.php:60 +#: includes/fields/class-acf-field-date_time_picker.php:49 msgctxt "Date Time Picker JS pmText" msgid "PM" msgstr "ПП" -#: includes/fields/class-acf-field-date_time_picker.php:61 +#: includes/fields/class-acf-field-date_time_picker.php:50 msgctxt "Date Time Picker JS pmTextShort" msgid "P" msgstr "П" -#: includes/fields/class-acf-field-email.php:36 +#: includes/fields/class-acf-field-email.php:25 msgid "Email" msgstr "E-mail" -#: includes/fields/class-acf-field-email.php:134 -#: includes/fields/class-acf-field-number.php:146 -#: includes/fields/class-acf-field-radio.php:292 -#: includes/fields/class-acf-field-text.php:143 -#: includes/fields/class-acf-field-textarea.php:140 -#: includes/fields/class-acf-field-url.php:115 -#: includes/fields/class-acf-field-wysiwyg.php:437 +#: includes/fields/class-acf-field-email.php:115 +#: includes/fields/class-acf-field-number.php:124 +#: includes/fields/class-acf-field-radio.php:277 +#: includes/fields/class-acf-field-text.php:116 +#: includes/fields/class-acf-field-textarea.php:99 +#: includes/fields/class-acf-field-url.php:97 +#: includes/fields/class-acf-field-wysiwyg.php:422 msgid "Appears when creating a new post" msgstr "Заполняются при создании новой записи" -#: includes/fields/class-acf-field-email.php:142 -#: includes/fields/class-acf-field-number.php:154 -#: includes/fields/class-acf-field-password.php:134 -#: includes/fields/class-acf-field-text.php:151 -#: includes/fields/class-acf-field-textarea.php:148 -#: includes/fields/class-acf-field-url.php:123 +#: includes/fields/class-acf-field-email.php:123 +#: includes/fields/class-acf-field-number.php:132 +#: includes/fields/class-acf-field-password.php:71 +#: includes/fields/class-acf-field-text.php:124 +#: includes/fields/class-acf-field-textarea.php:107 +#: includes/fields/class-acf-field-url.php:105 msgid "Placeholder Text" msgstr "Текст заглушки" -#: includes/fields/class-acf-field-email.php:143 -#: includes/fields/class-acf-field-number.php:155 -#: includes/fields/class-acf-field-password.php:135 -#: includes/fields/class-acf-field-text.php:152 -#: includes/fields/class-acf-field-textarea.php:149 -#: includes/fields/class-acf-field-url.php:124 +#: includes/fields/class-acf-field-email.php:124 +#: includes/fields/class-acf-field-number.php:133 +#: includes/fields/class-acf-field-password.php:72 +#: includes/fields/class-acf-field-text.php:125 +#: includes/fields/class-acf-field-textarea.php:108 +#: includes/fields/class-acf-field-url.php:106 msgid "Appears within the input" msgstr "Появляется перед полем ввода" -#: includes/fields/class-acf-field-email.php:151 -#: includes/fields/class-acf-field-number.php:163 -#: includes/fields/class-acf-field-password.php:143 -#: includes/fields/class-acf-field-text.php:160 +#: includes/fields/class-acf-field-email.php:132 +#: includes/fields/class-acf-field-number.php:141 +#: includes/fields/class-acf-field-password.php:80 +#: includes/fields/class-acf-field-text.php:133 msgid "Prepend" msgstr "Текст перед полем" -#: includes/fields/class-acf-field-email.php:152 -#: includes/fields/class-acf-field-number.php:164 -#: includes/fields/class-acf-field-password.php:144 -#: includes/fields/class-acf-field-text.php:161 +#: includes/fields/class-acf-field-email.php:133 +#: includes/fields/class-acf-field-number.php:142 +#: includes/fields/class-acf-field-password.php:81 +#: includes/fields/class-acf-field-text.php:134 msgid "Appears before the input" msgstr "Текст перед полем ввода" -#: includes/fields/class-acf-field-email.php:160 -#: includes/fields/class-acf-field-number.php:172 -#: includes/fields/class-acf-field-password.php:152 -#: includes/fields/class-acf-field-text.php:169 +#: includes/fields/class-acf-field-email.php:141 +#: includes/fields/class-acf-field-number.php:150 +#: includes/fields/class-acf-field-password.php:89 +#: includes/fields/class-acf-field-text.php:142 msgid "Append" msgstr "Текст после поля" -#: includes/fields/class-acf-field-email.php:161 -#: includes/fields/class-acf-field-number.php:173 -#: includes/fields/class-acf-field-password.php:153 -#: includes/fields/class-acf-field-text.php:170 +#: includes/fields/class-acf-field-email.php:142 +#: includes/fields/class-acf-field-number.php:151 +#: includes/fields/class-acf-field-password.php:90 +#: includes/fields/class-acf-field-text.php:143 msgid "Appears after the input" msgstr "Текст после поля ввода" -#: includes/fields/class-acf-field-file.php:36 +#: includes/fields/class-acf-field-file.php:25 msgid "File" msgstr "Файл" -#: includes/fields/class-acf-field-file.php:47 +#: includes/fields/class-acf-field-file.php:36 msgid "Edit File" msgstr "Изменить файл" -#: includes/fields/class-acf-field-file.php:48 +#: includes/fields/class-acf-field-file.php:37 msgid "Update File" msgstr "Обновить файл" -#: includes/fields/class-acf-field-file.php:49 -#: includes/fields/class-acf-field-image.php:54 includes/media.php:57 -#: pro/fields/class-acf-field-gallery.php:55 +#: includes/fields/class-acf-field-file.php:38 +#: includes/fields/class-acf-field-image.php:43 includes/media.php:57 +#: pro/fields/class-acf-field-gallery.php:44 msgid "Uploaded to this post" msgstr "Загружено для этой записи" -#: includes/fields/class-acf-field-file.php:145 +#: includes/fields/class-acf-field-file.php:130 msgid "File name" msgstr "Имя файла" -#: includes/fields/class-acf-field-file.php:149 -#: includes/fields/class-acf-field-file.php:252 -#: includes/fields/class-acf-field-file.php:263 -#: includes/fields/class-acf-field-image.php:266 -#: includes/fields/class-acf-field-image.php:295 -#: pro/fields/class-acf-field-gallery.php:705 -#: pro/fields/class-acf-field-gallery.php:734 +#: includes/fields/class-acf-field-file.php:134 +#: includes/fields/class-acf-field-file.php:237 +#: includes/fields/class-acf-field-file.php:248 +#: includes/fields/class-acf-field-image.php:251 +#: includes/fields/class-acf-field-image.php:280 +#: pro/fields/class-acf-field-gallery.php:690 +#: pro/fields/class-acf-field-gallery.php:719 msgid "File size" msgstr "Размер файла" -#: includes/fields/class-acf-field-file.php:174 +#: includes/fields/class-acf-field-file.php:159 msgid "Add File" msgstr "Добавить файл" -#: includes/fields/class-acf-field-file.php:225 +#: includes/fields/class-acf-field-file.php:210 msgid "File Array" msgstr "Массив" -#: includes/fields/class-acf-field-file.php:226 +#: includes/fields/class-acf-field-file.php:211 msgid "File URL" msgstr "Ссылка на файл" -#: includes/fields/class-acf-field-file.php:227 +#: includes/fields/class-acf-field-file.php:212 msgid "File ID" msgstr "ID файла" -#: includes/fields/class-acf-field-file.php:234 -#: includes/fields/class-acf-field-image.php:231 -#: pro/fields/class-acf-field-gallery.php:670 +#: includes/fields/class-acf-field-file.php:219 +#: includes/fields/class-acf-field-image.php:216 +#: pro/fields/class-acf-field-gallery.php:655 msgid "Library" msgstr "Библиотека" -#: includes/fields/class-acf-field-file.php:235 -#: includes/fields/class-acf-field-image.php:232 -#: pro/fields/class-acf-field-gallery.php:671 +#: includes/fields/class-acf-field-file.php:220 +#: includes/fields/class-acf-field-image.php:217 +#: pro/fields/class-acf-field-gallery.php:656 msgid "Limit the media library choice" msgstr "Ограничение количества выбранных элементов" -#: includes/fields/class-acf-field-file.php:240 -#: includes/fields/class-acf-field-image.php:237 -#: includes/locations/class-acf-location-attachment.php:105 -#: includes/locations/class-acf-location-comment.php:83 -#: includes/locations/class-acf-location-nav-menu.php:106 -#: includes/locations/class-acf-location-taxonomy.php:83 -#: includes/locations/class-acf-location-user-form.php:91 -#: includes/locations/class-acf-location-user-role.php:108 -#: includes/locations/class-acf-location-widget.php:87 -#: pro/fields/class-acf-field-gallery.php:676 +#: includes/fields/class-acf-field-file.php:225 +#: includes/fields/class-acf-field-image.php:222 +#: includes/locations/class-acf-location-attachment.php:101 +#: includes/locations/class-acf-location-comment.php:79 +#: includes/locations/class-acf-location-nav-menu.php:102 +#: includes/locations/class-acf-location-taxonomy.php:79 +#: includes/locations/class-acf-location-user-form.php:87 +#: includes/locations/class-acf-location-user-role.php:111 +#: includes/locations/class-acf-location-widget.php:83 +#: pro/fields/class-acf-field-gallery.php:661 msgid "All" msgstr "Все" -#: includes/fields/class-acf-field-file.php:241 -#: includes/fields/class-acf-field-image.php:238 -#: pro/fields/class-acf-field-gallery.php:677 +#: includes/fields/class-acf-field-file.php:226 +#: includes/fields/class-acf-field-image.php:223 +#: pro/fields/class-acf-field-gallery.php:662 msgid "Uploaded to post" msgstr "Загружено в запись" -#: includes/fields/class-acf-field-file.php:248 -#: includes/fields/class-acf-field-image.php:245 -#: pro/fields/class-acf-field-gallery.php:684 +#: includes/fields/class-acf-field-file.php:233 +#: includes/fields/class-acf-field-image.php:230 +#: pro/fields/class-acf-field-gallery.php:669 msgid "Minimum" msgstr "Минимум" -#: includes/fields/class-acf-field-file.php:249 -#: includes/fields/class-acf-field-file.php:260 +#: includes/fields/class-acf-field-file.php:234 +#: includes/fields/class-acf-field-file.php:245 msgid "Restrict which files can be uploaded" msgstr "Ограничить файлы, которые могут быть загружены" -#: includes/fields/class-acf-field-file.php:259 -#: includes/fields/class-acf-field-image.php:274 -#: pro/fields/class-acf-field-gallery.php:713 +#: includes/fields/class-acf-field-file.php:244 +#: includes/fields/class-acf-field-image.php:259 +#: pro/fields/class-acf-field-gallery.php:698 msgid "Maximum" msgstr "Максимум" -#: includes/fields/class-acf-field-file.php:270 -#: includes/fields/class-acf-field-image.php:303 -#: pro/fields/class-acf-field-gallery.php:742 +#: includes/fields/class-acf-field-file.php:255 +#: includes/fields/class-acf-field-image.php:288 +#: pro/fields/class-acf-field-gallery.php:727 msgid "Allowed file types" msgstr "Допустимые типы файлов" -#: includes/fields/class-acf-field-file.php:271 -#: includes/fields/class-acf-field-image.php:304 -#: pro/fields/class-acf-field-gallery.php:743 +#: includes/fields/class-acf-field-file.php:256 +#: includes/fields/class-acf-field-image.php:289 +#: pro/fields/class-acf-field-gallery.php:728 msgid "Comma separated list. Leave blank for all types" msgstr "" "Для разделения типов файлов используйте запятые. Оставьте поле пустым для " "разрешения загрузки всех файлов" -#: includes/fields/class-acf-field-google-map.php:36 +#: includes/fields/class-acf-field-google-map.php:25 msgid "Google Map" msgstr "Расположение на карте" -#: includes/fields/class-acf-field-google-map.php:51 +#: includes/fields/class-acf-field-google-map.php:40 msgid "Locating" msgstr "Определение местоположение" -#: includes/fields/class-acf-field-google-map.php:52 +#: includes/fields/class-acf-field-google-map.php:41 msgid "Sorry, this browser does not support geolocation" msgstr "Извините, но ваш браузер не поддерживает определение местоположения" -#: includes/fields/class-acf-field-google-map.php:133 +#: includes/fields/class-acf-field-google-map.php:119 msgid "Clear location" msgstr "Очистить местоположение" -#: includes/fields/class-acf-field-google-map.php:134 +#: includes/fields/class-acf-field-google-map.php:120 msgid "Find current location" msgstr "Определить текущее местоположение" -#: includes/fields/class-acf-field-google-map.php:137 +#: includes/fields/class-acf-field-google-map.php:123 msgid "Search for address..." msgstr "Поиск по адресу..." -#: includes/fields/class-acf-field-google-map.php:167 -#: includes/fields/class-acf-field-google-map.php:178 +#: includes/fields/class-acf-field-google-map.php:153 +#: includes/fields/class-acf-field-google-map.php:164 msgid "Center" msgstr "Центрировать" -#: includes/fields/class-acf-field-google-map.php:168 -#: includes/fields/class-acf-field-google-map.php:179 +#: includes/fields/class-acf-field-google-map.php:154 +#: includes/fields/class-acf-field-google-map.php:165 msgid "Center the initial map" msgstr "Центрировать изначальную карту" -#: includes/fields/class-acf-field-google-map.php:190 +#: includes/fields/class-acf-field-google-map.php:176 msgid "Zoom" msgstr "Масштаб" -#: includes/fields/class-acf-field-google-map.php:191 +#: includes/fields/class-acf-field-google-map.php:177 msgid "Set the initial zoom level" msgstr "Укажите начальный масштаб" -#: includes/fields/class-acf-field-google-map.php:200 -#: includes/fields/class-acf-field-image.php:257 -#: includes/fields/class-acf-field-image.php:286 -#: includes/fields/class-acf-field-oembed.php:297 -#: pro/fields/class-acf-field-gallery.php:696 -#: pro/fields/class-acf-field-gallery.php:725 +#: includes/fields/class-acf-field-google-map.php:186 +#: includes/fields/class-acf-field-image.php:242 +#: includes/fields/class-acf-field-image.php:271 +#: includes/fields/class-acf-field-oembed.php:282 +#: pro/fields/class-acf-field-gallery.php:681 +#: pro/fields/class-acf-field-gallery.php:710 msgid "Height" msgstr "Высота" -#: includes/fields/class-acf-field-google-map.php:201 +#: includes/fields/class-acf-field-google-map.php:187 msgid "Customise the map height" msgstr "Настройка высоты карты" -#: includes/fields/class-acf-field-group.php:36 +#: includes/fields/class-acf-field-group.php:25 #, fuzzy msgid "Group" msgstr "Группа полей" -#: includes/fields/class-acf-field-group.php:469 -#: pro/fields/class-acf-field-repeater.php:453 +#: includes/fields/class-acf-field-group.php:461 +#: pro/fields/class-acf-field-repeater.php:397 msgid "Sub Fields" msgstr "Вложенные поля" -#: includes/fields/class-acf-field-group.php:486 -#: pro/fields/class-acf-field-clone.php:890 +#: includes/fields/class-acf-field-group.php:478 +#: pro/fields/class-acf-field-clone.php:856 msgid "Specify the style used to render the selected fields" msgstr "Укажите способ отображения клонированных полей" -#: includes/fields/class-acf-field-group.php:491 -#: pro/fields/class-acf-field-clone.php:895 -#: pro/fields/class-acf-field-flexible-content.php:629 -#: pro/fields/class-acf-field-repeater.php:522 +#: includes/fields/class-acf-field-group.php:483 +#: pro/fields/class-acf-field-clone.php:861 +#: pro/fields/class-acf-field-flexible-content.php:614 +#: pro/fields/class-acf-field-repeater.php:466 msgid "Block" msgstr "Блок" -#: includes/fields/class-acf-field-group.php:492 -#: pro/fields/class-acf-field-clone.php:896 -#: pro/fields/class-acf-field-flexible-content.php:628 -#: pro/fields/class-acf-field-repeater.php:521 +#: includes/fields/class-acf-field-group.php:484 +#: pro/fields/class-acf-field-clone.php:862 +#: pro/fields/class-acf-field-flexible-content.php:613 +#: pro/fields/class-acf-field-repeater.php:465 msgid "Table" msgstr "Таблица" -#: includes/fields/class-acf-field-group.php:493 -#: pro/fields/class-acf-field-clone.php:897 -#: pro/fields/class-acf-field-flexible-content.php:630 -#: pro/fields/class-acf-field-repeater.php:523 +#: includes/fields/class-acf-field-group.php:485 +#: pro/fields/class-acf-field-clone.php:863 +#: pro/fields/class-acf-field-flexible-content.php:615 +#: pro/fields/class-acf-field-repeater.php:467 msgid "Row" msgstr "Строка" -#: includes/fields/class-acf-field-image.php:36 +#: includes/fields/class-acf-field-image.php:25 msgid "Image" msgstr "Изображение" -#: includes/fields/class-acf-field-image.php:51 +#: includes/fields/class-acf-field-image.php:40 msgid "Select Image" msgstr "Выбрать изображение" -#: includes/fields/class-acf-field-image.php:52 -#: pro/fields/class-acf-field-gallery.php:53 +#: includes/fields/class-acf-field-image.php:41 +#: pro/fields/class-acf-field-gallery.php:42 msgid "Edit Image" msgstr "Редактировать изображение" -#: includes/fields/class-acf-field-image.php:53 -#: pro/fields/class-acf-field-gallery.php:54 +#: includes/fields/class-acf-field-image.php:42 +#: pro/fields/class-acf-field-gallery.php:43 msgid "Update Image" msgstr "Обновить изображение" -#: includes/fields/class-acf-field-image.php:55 +#: includes/fields/class-acf-field-image.php:44 msgid "All images" msgstr "Все изображения" -#: includes/fields/class-acf-field-image.php:142 -#: includes/fields/class-acf-field-link.php:153 includes/input.php:267 -#: pro/fields/class-acf-field-gallery.php:358 -#: pro/fields/class-acf-field-gallery.php:546 +#: includes/fields/class-acf-field-image.php:127 +#: includes/fields/class-acf-field-link.php:140 includes/input.php:269 +#: pro/fields/class-acf-field-gallery.php:343 +#: pro/fields/class-acf-field-gallery.php:531 msgid "Remove" msgstr "Убрать" -#: includes/fields/class-acf-field-image.php:158 +#: includes/fields/class-acf-field-image.php:143 msgid "No image selected" msgstr "Изображение не выбрано" -#: includes/fields/class-acf-field-image.php:158 +#: includes/fields/class-acf-field-image.php:143 msgid "Add Image" msgstr "Добавить изображение" -#: includes/fields/class-acf-field-image.php:212 +#: includes/fields/class-acf-field-image.php:197 msgid "Image Array" msgstr "Массив изображения" -#: includes/fields/class-acf-field-image.php:213 +#: includes/fields/class-acf-field-image.php:198 msgid "Image URL" msgstr "Ссылка на изображение" -#: includes/fields/class-acf-field-image.php:214 +#: includes/fields/class-acf-field-image.php:199 msgid "Image ID" msgstr "ID изображения" -#: includes/fields/class-acf-field-image.php:221 +#: includes/fields/class-acf-field-image.php:206 msgid "Preview Size" msgstr "Размер изображения" -#: includes/fields/class-acf-field-image.php:222 +#: includes/fields/class-acf-field-image.php:207 msgid "Shown when entering data" msgstr "Размер отображаемого изображения при редактировании" -#: includes/fields/class-acf-field-image.php:246 -#: includes/fields/class-acf-field-image.php:275 -#: pro/fields/class-acf-field-gallery.php:685 -#: pro/fields/class-acf-field-gallery.php:714 +#: includes/fields/class-acf-field-image.php:231 +#: includes/fields/class-acf-field-image.php:260 +#: pro/fields/class-acf-field-gallery.php:670 +#: pro/fields/class-acf-field-gallery.php:699 msgid "Restrict which images can be uploaded" msgstr "Ограничить изображения, которые могут быть загружены" -#: includes/fields/class-acf-field-image.php:249 -#: includes/fields/class-acf-field-image.php:278 -#: includes/fields/class-acf-field-oembed.php:286 -#: pro/fields/class-acf-field-gallery.php:688 -#: pro/fields/class-acf-field-gallery.php:717 +#: includes/fields/class-acf-field-image.php:234 +#: includes/fields/class-acf-field-image.php:263 +#: includes/fields/class-acf-field-oembed.php:271 +#: pro/fields/class-acf-field-gallery.php:673 +#: pro/fields/class-acf-field-gallery.php:702 msgid "Width" msgstr "Ширина" -#: includes/fields/class-acf-field-link.php:36 +#: includes/fields/class-acf-field-link.php:25 #, fuzzy msgid "Link" msgstr "Добавлена ​​опция «Тип сообщения» в поле «Ссылка страницы»" -#: includes/fields/class-acf-field-link.php:146 +#: includes/fields/class-acf-field-link.php:133 #, fuzzy msgid "Select Link" msgstr "Выбрать файл" -#: includes/fields/class-acf-field-link.php:151 +#: includes/fields/class-acf-field-link.php:138 msgid "Opens in a new window/tab" -msgstr "" +msgstr "Открывается в новом окне/вкладке" -#: includes/fields/class-acf-field-link.php:186 +#: includes/fields/class-acf-field-link.php:172 #, fuzzy msgid "Link Array" msgstr "Массив" -#: includes/fields/class-acf-field-link.php:187 +#: includes/fields/class-acf-field-link.php:173 #, fuzzy msgid "Link URL" msgstr "Ссылка на файл" -#: includes/fields/class-acf-field-message.php:36 -#: includes/fields/class-acf-field-message.php:115 -#: includes/fields/class-acf-field-true_false.php:141 +#: includes/fields/class-acf-field-message.php:25 +#: includes/fields/class-acf-field-message.php:101 +#: includes/fields/class-acf-field-true_false.php:126 msgid "Message" msgstr "Сообщение" -#: includes/fields/class-acf-field-message.php:124 -#: includes/fields/class-acf-field-textarea.php:176 +#: includes/fields/class-acf-field-message.php:110 +#: includes/fields/class-acf-field-textarea.php:135 msgid "New Lines" msgstr "Перевод строк" -#: includes/fields/class-acf-field-message.php:125 -#: includes/fields/class-acf-field-textarea.php:177 +#: includes/fields/class-acf-field-message.php:111 +#: includes/fields/class-acf-field-textarea.php:136 msgid "Controls how new lines are rendered" msgstr "Способ перевода строк" -#: includes/fields/class-acf-field-message.php:129 -#: includes/fields/class-acf-field-textarea.php:181 +#: includes/fields/class-acf-field-message.php:115 +#: includes/fields/class-acf-field-textarea.php:140 msgid "Automatically add paragraphs" msgstr "Автоматически добавлять параграфы" -#: includes/fields/class-acf-field-message.php:130 -#: includes/fields/class-acf-field-textarea.php:182 +#: includes/fields/class-acf-field-message.php:116 +#: includes/fields/class-acf-field-textarea.php:141 msgid "Automatically add <br>" msgstr "Автоматически добавлять <br>" -#: includes/fields/class-acf-field-message.php:131 -#: includes/fields/class-acf-field-textarea.php:183 +#: includes/fields/class-acf-field-message.php:117 +#: includes/fields/class-acf-field-textarea.php:142 msgid "No Formatting" msgstr "Без форматирования" -#: includes/fields/class-acf-field-message.php:138 +#: includes/fields/class-acf-field-message.php:124 msgid "Escape HTML" msgstr "Очистка HTML" -#: includes/fields/class-acf-field-message.php:139 +#: includes/fields/class-acf-field-message.php:125 msgid "Allow HTML markup to display as visible text instead of rendering" msgstr "" "Преобразовывать HTML-теги в соответствующие комбинации символов для " "отображения в виде текста" -#: includes/fields/class-acf-field-number.php:36 +#: includes/fields/class-acf-field-number.php:25 msgid "Number" msgstr "Число" -#: includes/fields/class-acf-field-number.php:181 +#: includes/fields/class-acf-field-number.php:159 msgid "Minimum Value" msgstr "Минимальное значение" -#: includes/fields/class-acf-field-number.php:190 +#: includes/fields/class-acf-field-number.php:168 msgid "Maximum Value" msgstr "Максимальное значение" -#: includes/fields/class-acf-field-number.php:199 +#: includes/fields/class-acf-field-number.php:177 msgid "Step Size" msgstr "Шаг изменения" -#: includes/fields/class-acf-field-number.php:237 +#: includes/fields/class-acf-field-number.php:215 msgid "Value must be a number" msgstr "Значение должно быть числом" -#: includes/fields/class-acf-field-number.php:255 +#: includes/fields/class-acf-field-number.php:233 #, php-format msgid "Value must be equal to or higher than %d" msgstr "Значение должно быть равным или больше чем %d" -#: includes/fields/class-acf-field-number.php:263 +#: includes/fields/class-acf-field-number.php:241 #, php-format msgid "Value must be equal to or lower than %d" msgstr "Значение должно быть равным или меньшим чем %d" -#: includes/fields/class-acf-field-oembed.php:36 +#: includes/fields/class-acf-field-oembed.php:25 msgid "oEmbed" msgstr "Медиа" -#: includes/fields/class-acf-field-oembed.php:237 +#: includes/fields/class-acf-field-oembed.php:222 msgid "Enter URL" msgstr "Введите адрес ссылки" -#: includes/fields/class-acf-field-oembed.php:250 -#: includes/fields/class-acf-field-taxonomy.php:904 +#: includes/fields/class-acf-field-oembed.php:235 +#: includes/fields/class-acf-field-taxonomy.php:891 msgid "Error." msgstr "Ошибка." -#: includes/fields/class-acf-field-oembed.php:250 +#: includes/fields/class-acf-field-oembed.php:235 msgid "No embed found for the given URL." msgstr "По указанной вами ссылке медиаконтент не обнаружен." -#: includes/fields/class-acf-field-oembed.php:283 -#: includes/fields/class-acf-field-oembed.php:294 +#: includes/fields/class-acf-field-oembed.php:268 +#: includes/fields/class-acf-field-oembed.php:279 msgid "Embed Size" msgstr "Размер медиа" -#: includes/fields/class-acf-field-page_link.php:192 +#: includes/fields/class-acf-field-page_link.php:177 msgid "Archives" msgstr "Архивы" -#: includes/fields/class-acf-field-page_link.php:500 -#: includes/fields/class-acf-field-post_object.php:399 -#: includes/fields/class-acf-field-relationship.php:704 +#: includes/fields/class-acf-field-page_link.php:485 +#: includes/fields/class-acf-field-post_object.php:384 +#: includes/fields/class-acf-field-relationship.php:623 msgid "Filter by Post Type" msgstr "Фильтрация по типу записей" -#: includes/fields/class-acf-field-page_link.php:508 -#: includes/fields/class-acf-field-post_object.php:407 -#: includes/fields/class-acf-field-relationship.php:712 +#: includes/fields/class-acf-field-page_link.php:493 +#: includes/fields/class-acf-field-post_object.php:392 +#: includes/fields/class-acf-field-relationship.php:631 msgid "All post types" msgstr "Все типы записей" -#: includes/fields/class-acf-field-page_link.php:514 -#: includes/fields/class-acf-field-post_object.php:413 -#: includes/fields/class-acf-field-relationship.php:718 +#: includes/fields/class-acf-field-page_link.php:499 +#: includes/fields/class-acf-field-post_object.php:398 +#: includes/fields/class-acf-field-relationship.php:637 msgid "Filter by Taxonomy" msgstr "Фильтрация по таксономии" -#: includes/fields/class-acf-field-page_link.php:522 -#: includes/fields/class-acf-field-post_object.php:421 -#: includes/fields/class-acf-field-relationship.php:726 +#: includes/fields/class-acf-field-page_link.php:507 +#: includes/fields/class-acf-field-post_object.php:406 +#: includes/fields/class-acf-field-relationship.php:645 msgid "All taxonomies" msgstr "Все таксономии" -#: includes/fields/class-acf-field-page_link.php:528 -#: includes/fields/class-acf-field-post_object.php:427 -#: includes/fields/class-acf-field-radio.php:259 -#: includes/fields/class-acf-field-select.php:484 -#: includes/fields/class-acf-field-taxonomy.php:799 -#: includes/fields/class-acf-field-user.php:423 +#: includes/fields/class-acf-field-page_link.php:513 +#: includes/fields/class-acf-field-post_object.php:412 +#: includes/fields/class-acf-field-radio.php:244 +#: includes/fields/class-acf-field-select.php:386 +#: includes/fields/class-acf-field-taxonomy.php:786 +#: includes/fields/class-acf-field-user.php:408 msgid "Allow Null?" msgstr "Разрешить пусто значение?" -#: includes/fields/class-acf-field-page_link.php:538 +#: includes/fields/class-acf-field-page_link.php:523 msgid "Allow Archives URLs" msgstr "Рвзрешить ссылки на архивы" -#: includes/fields/class-acf-field-page_link.php:548 -#: includes/fields/class-acf-field-post_object.php:437 -#: includes/fields/class-acf-field-select.php:494 -#: includes/fields/class-acf-field-user.php:433 +#: includes/fields/class-acf-field-page_link.php:533 +#: includes/fields/class-acf-field-post_object.php:422 +#: includes/fields/class-acf-field-select.php:396 +#: includes/fields/class-acf-field-user.php:418 msgid "Select multiple values?" msgstr "Выбрать несколько значений?" -#: includes/fields/class-acf-field-password.php:36 +#: includes/fields/class-acf-field-password.php:25 msgid "Password" msgstr "Пароль" -#: includes/fields/class-acf-field-post_object.php:36 -#: includes/fields/class-acf-field-post_object.php:452 -#: includes/fields/class-acf-field-relationship.php:783 +#: includes/fields/class-acf-field-post_object.php:25 +#: includes/fields/class-acf-field-post_object.php:437 +#: includes/fields/class-acf-field-relationship.php:702 msgid "Post Object" msgstr "Одна запись" -#: includes/fields/class-acf-field-post_object.php:453 -#: includes/fields/class-acf-field-relationship.php:784 +#: includes/fields/class-acf-field-post_object.php:438 +#: includes/fields/class-acf-field-relationship.php:703 msgid "Post ID" msgstr "ID записи" -#: includes/fields/class-acf-field-radio.php:36 +#: includes/fields/class-acf-field-radio.php:25 msgid "Radio Button" msgstr "Переключатель (radio)" -#: includes/fields/class-acf-field-radio.php:269 +#: includes/fields/class-acf-field-radio.php:254 msgid "Other" msgstr "Другое" -#: includes/fields/class-acf-field-radio.php:274 +#: includes/fields/class-acf-field-radio.php:259 msgid "Add 'other' choice to allow for custom values" msgstr "Выберите значение \"Другое\", чтобы разрешить настраиваемые значения" -#: includes/fields/class-acf-field-radio.php:280 +#: includes/fields/class-acf-field-radio.php:265 msgid "Save Other" msgstr "Сохранить значения" -#: includes/fields/class-acf-field-radio.php:285 +#: includes/fields/class-acf-field-radio.php:270 msgid "Save 'other' values to the field's choices" msgstr "Сохранить настраиваемые значения для поля выбора" -#: includes/fields/class-acf-field-relationship.php:36 +#: includes/fields/class-acf-field-relationship.php:25 msgid "Relationship" msgstr "Записи" -#: includes/fields/class-acf-field-relationship.php:48 +#: includes/fields/class-acf-field-relationship.php:37 msgid "Minimum values reached ( {min} values )" msgstr "Минимальное количество значений достигнуто ({min} значений)" -#: includes/fields/class-acf-field-relationship.php:49 +#: includes/fields/class-acf-field-relationship.php:38 msgid "Maximum values reached ( {max} values )" msgstr "Максимальное количество значений достигнуто ({max} значений)" -#: includes/fields/class-acf-field-relationship.php:50 +#: includes/fields/class-acf-field-relationship.php:39 msgid "Loading" msgstr "Загрузка" -#: includes/fields/class-acf-field-relationship.php:51 +#: includes/fields/class-acf-field-relationship.php:40 msgid "No matches found" msgstr "Совпадения не найдены" -#: includes/fields/class-acf-field-relationship.php:585 -msgid "Search..." -msgstr "Поиск..." - -#: includes/fields/class-acf-field-relationship.php:594 +#: includes/fields/class-acf-field-relationship.php:423 msgid "Select post type" msgstr "Выберите тип записи" -#: includes/fields/class-acf-field-relationship.php:607 +#: includes/fields/class-acf-field-relationship.php:449 msgid "Select taxonomy" msgstr "Выберите таксономию" -#: includes/fields/class-acf-field-relationship.php:732 +#: includes/fields/class-acf-field-relationship.php:539 +msgid "Search..." +msgstr "Поиск..." + +#: includes/fields/class-acf-field-relationship.php:651 msgid "Filters" msgstr "Фильтры" -#: includes/fields/class-acf-field-relationship.php:738 +#: includes/fields/class-acf-field-relationship.php:657 #: includes/locations/class-acf-location-post-type.php:27 msgid "Post Type" msgstr "Тип записи" -#: includes/fields/class-acf-field-relationship.php:739 -#: includes/fields/class-acf-field-taxonomy.php:36 -#: includes/fields/class-acf-field-taxonomy.php:769 +#: includes/fields/class-acf-field-relationship.php:658 +#: includes/fields/class-acf-field-taxonomy.php:28 +#: includes/fields/class-acf-field-taxonomy.php:756 msgid "Taxonomy" msgstr "Таксономия" -#: includes/fields/class-acf-field-relationship.php:746 +#: includes/fields/class-acf-field-relationship.php:665 msgid "Elements" msgstr "Элементы" -#: includes/fields/class-acf-field-relationship.php:747 +#: includes/fields/class-acf-field-relationship.php:666 msgid "Selected elements will be displayed in each result" msgstr "Выбранные элементы будут отображены в каждом результате." -#: includes/fields/class-acf-field-relationship.php:758 +#: includes/fields/class-acf-field-relationship.php:677 msgid "Minimum posts" msgstr "Минимум записей" -#: includes/fields/class-acf-field-relationship.php:767 +#: includes/fields/class-acf-field-relationship.php:686 msgid "Maximum posts" msgstr "Максимум записей" -#: includes/fields/class-acf-field-relationship.php:871 -#: pro/fields/class-acf-field-gallery.php:815 +#: includes/fields/class-acf-field-relationship.php:790 +#: pro/fields/class-acf-field-gallery.php:800 #, php-format msgid "%s requires at least %s selection" msgid_plural "%s requires at least %s selections" @@ -2257,103 +2260,103 @@ msgstr[0] "%s требует выбрать как минимум %s значе msgstr[1] "%s требует выбрать как минимум %s значения" msgstr[2] "%s требует выбрать как минимум %s значений" -#: includes/fields/class-acf-field-select.php:36 -#: includes/fields/class-acf-field-taxonomy.php:791 +#: includes/fields/class-acf-field-select.php:25 +#: includes/fields/class-acf-field-taxonomy.php:778 msgctxt "noun" msgid "Select" msgstr "Выбор (select)" -#: includes/fields/class-acf-field-select.php:49 +#: includes/fields/class-acf-field-select.php:38 msgctxt "Select2 JS matches_1" msgid "One result is available, press enter to select it." msgstr "Доступно одно значение, нажмите Enter для его выбора." -#: includes/fields/class-acf-field-select.php:50 +#: includes/fields/class-acf-field-select.php:39 #, php-format msgctxt "Select2 JS matches_n" msgid "%d results are available, use up and down arrow keys to navigate." msgstr "%d значений доступно, используйте клавиши вверх и вниз для навигации." -#: includes/fields/class-acf-field-select.php:51 +#: includes/fields/class-acf-field-select.php:40 msgctxt "Select2 JS matches_0" msgid "No matches found" msgstr "Подходящие значения не найдены" -#: includes/fields/class-acf-field-select.php:52 +#: includes/fields/class-acf-field-select.php:41 msgctxt "Select2 JS input_too_short_1" msgid "Please enter 1 or more characters" msgstr "Пожалуйста, введите 1 символ или больше" -#: includes/fields/class-acf-field-select.php:53 +#: includes/fields/class-acf-field-select.php:42 #, php-format msgctxt "Select2 JS input_too_short_n" msgid "Please enter %d or more characters" msgstr "Пожалуйста, введите %d или больше символов" -#: includes/fields/class-acf-field-select.php:54 +#: includes/fields/class-acf-field-select.php:43 msgctxt "Select2 JS input_too_long_1" msgid "Please delete 1 character" msgstr "Пожалуйста, удалите 1 символ" -#: includes/fields/class-acf-field-select.php:55 +#: includes/fields/class-acf-field-select.php:44 #, php-format msgctxt "Select2 JS input_too_long_n" msgid "Please delete %d characters" msgstr "Пожалуйста, удалите %d символов" -#: includes/fields/class-acf-field-select.php:56 +#: includes/fields/class-acf-field-select.php:45 msgctxt "Select2 JS selection_too_long_1" msgid "You can only select 1 item" msgstr "Вы можете выбрать только одно значение" -#: includes/fields/class-acf-field-select.php:57 +#: includes/fields/class-acf-field-select.php:46 #, php-format msgctxt "Select2 JS selection_too_long_n" msgid "You can only select %d items" msgstr "Вы можете выбрать только %d значений" -#: includes/fields/class-acf-field-select.php:58 +#: includes/fields/class-acf-field-select.php:47 msgctxt "Select2 JS load_more" msgid "Loading more results…" msgstr "Загрузка других значений…" -#: includes/fields/class-acf-field-select.php:59 +#: includes/fields/class-acf-field-select.php:48 msgctxt "Select2 JS searching" msgid "Searching…" msgstr "Поиск…" -#: includes/fields/class-acf-field-select.php:60 +#: includes/fields/class-acf-field-select.php:49 msgctxt "Select2 JS load_fail" msgid "Loading failed" msgstr "Не получилось загрузить" -#: includes/fields/class-acf-field-select.php:270 includes/media.php:54 +#: includes/fields/class-acf-field-select.php:255 includes/media.php:54 msgctxt "verb" msgid "Select" msgstr "Выбрать" -#: includes/fields/class-acf-field-select.php:504 -#: includes/fields/class-acf-field-true_false.php:159 +#: includes/fields/class-acf-field-select.php:406 +#: includes/fields/class-acf-field-true_false.php:144 msgid "Stylised UI" msgstr "Стилизованный интерфейс" -#: includes/fields/class-acf-field-select.php:514 +#: includes/fields/class-acf-field-select.php:416 msgid "Use AJAX to lazy load choices?" msgstr "Использовать AJAX для загрузки вариантов выбора?" -#: includes/fields/class-acf-field-select.php:525 +#: includes/fields/class-acf-field-select.php:427 msgid "Specify the value returned" msgstr "Укажите возвращаемое значение" -#: includes/fields/class-acf-field-separator.php:36 +#: includes/fields/class-acf-field-separator.php:25 msgid "Separator" -msgstr "" +msgstr "Разделитель" -#: includes/fields/class-acf-field-tab.php:36 +#: includes/fields/class-acf-field-tab.php:25 msgid "Tab" msgstr "Вкладка" -#: includes/fields/class-acf-field-tab.php:96 +#: includes/fields/class-acf-field-tab.php:82 msgid "" "The tab field will display incorrectly when added to a Table style repeater " "field or flexible content field layout" @@ -2361,13 +2364,13 @@ msgstr "" "Вкладка может отображаться неправильно при добавлении в поля гибкого " "содержания и повторителя в табличном стиле" -#: includes/fields/class-acf-field-tab.php:97 +#: includes/fields/class-acf-field-tab.php:83 msgid "" "Use \"Tab Fields\" to better organize your edit screen by grouping fields " "together." msgstr "Используйте вкладки для лучшей организации редактирования групп полей" -#: includes/fields/class-acf-field-tab.php:98 +#: includes/fields/class-acf-field-tab.php:84 msgid "" "All fields following this \"tab field\" (or until another \"tab field\" is " "defined) will be grouped together using this field's label as the tab " @@ -2376,242 +2379,243 @@ msgstr "" "Все поля после поля со вкладкой группируются на отдельной вкладке с " "соответствующим названием." -#: includes/fields/class-acf-field-tab.php:112 +#: includes/fields/class-acf-field-tab.php:98 msgid "Placement" msgstr "Расположение" -#: includes/fields/class-acf-field-tab.php:124 +#: includes/fields/class-acf-field-tab.php:110 msgid "End-point" msgstr "Разделитель" -#: includes/fields/class-acf-field-tab.php:125 +#: includes/fields/class-acf-field-tab.php:111 msgid "Use this field as an end-point and start a new group of tabs" msgstr "" "Используйте это поле это поле в качестве разделителя между группами вкладок" -#: includes/fields/class-acf-field-taxonomy.php:719 -#: includes/fields/class-acf-field-true_false.php:95 -#: includes/fields/class-acf-field-true_false.php:184 includes/input.php:266 +#: includes/fields/class-acf-field-taxonomy.php:706 +#: includes/fields/class-acf-field-true_false.php:80 +#: includes/fields/class-acf-field-true_false.php:169 includes/input.php:268 #: pro/admin/views/html-settings-updates.php:103 msgid "No" msgstr "Нет" -#: includes/fields/class-acf-field-taxonomy.php:738 +#: includes/fields/class-acf-field-taxonomy.php:725 msgid "None" msgstr "Ничего" -#: includes/fields/class-acf-field-taxonomy.php:770 +#: includes/fields/class-acf-field-taxonomy.php:757 msgid "Select the taxonomy to be displayed" msgstr "Выберите таксономию для отображения" -#: includes/fields/class-acf-field-taxonomy.php:779 +#: includes/fields/class-acf-field-taxonomy.php:766 msgid "Appearance" msgstr "Отображение" -#: includes/fields/class-acf-field-taxonomy.php:780 +#: includes/fields/class-acf-field-taxonomy.php:767 msgid "Select the appearance of this field" msgstr "Выберите способ отображения поля" -#: includes/fields/class-acf-field-taxonomy.php:785 +#: includes/fields/class-acf-field-taxonomy.php:772 msgid "Multiple Values" msgstr "Несколько значений" -#: includes/fields/class-acf-field-taxonomy.php:787 +#: includes/fields/class-acf-field-taxonomy.php:774 msgid "Multi Select" msgstr "Множественный выбор" -#: includes/fields/class-acf-field-taxonomy.php:789 +#: includes/fields/class-acf-field-taxonomy.php:776 msgid "Single Value" msgstr "Одно значение" -#: includes/fields/class-acf-field-taxonomy.php:790 +#: includes/fields/class-acf-field-taxonomy.php:777 msgid "Radio Buttons" msgstr "Радио-кнопки" -#: includes/fields/class-acf-field-taxonomy.php:809 +#: includes/fields/class-acf-field-taxonomy.php:796 msgid "Create Terms" msgstr "Создание терминов" -#: includes/fields/class-acf-field-taxonomy.php:810 +#: includes/fields/class-acf-field-taxonomy.php:797 msgid "Allow new terms to be created whilst editing" msgstr "Разрешнить создавать новые термины во время редактирования" -#: includes/fields/class-acf-field-taxonomy.php:819 +#: includes/fields/class-acf-field-taxonomy.php:806 msgid "Save Terms" msgstr "Сохранение терминов" -#: includes/fields/class-acf-field-taxonomy.php:820 +#: includes/fields/class-acf-field-taxonomy.php:807 msgid "Connect selected terms to the post" msgstr "Связать выбранные термины с записью" -#: includes/fields/class-acf-field-taxonomy.php:829 +#: includes/fields/class-acf-field-taxonomy.php:816 msgid "Load Terms" msgstr "Загрузить термины" -#: includes/fields/class-acf-field-taxonomy.php:830 +#: includes/fields/class-acf-field-taxonomy.php:817 msgid "Load value from posts terms" msgstr "Загрузить значения из терминов записей" -#: includes/fields/class-acf-field-taxonomy.php:844 +#: includes/fields/class-acf-field-taxonomy.php:831 msgid "Term Object" msgstr "Объект термина" -#: includes/fields/class-acf-field-taxonomy.php:845 +#: includes/fields/class-acf-field-taxonomy.php:832 msgid "Term ID" msgstr "ID термина" -#: includes/fields/class-acf-field-taxonomy.php:904 +#: includes/fields/class-acf-field-taxonomy.php:891 #, php-format msgid "User unable to add new %s" msgstr "У пользователя нет возможности добавить новый %s" -#: includes/fields/class-acf-field-taxonomy.php:917 +#: includes/fields/class-acf-field-taxonomy.php:904 #, php-format msgid "%s already exists" msgstr "%s уже существует" -#: includes/fields/class-acf-field-taxonomy.php:958 +#: includes/fields/class-acf-field-taxonomy.php:945 #, php-format msgid "%s added" msgstr "%s добавлен" -#: includes/fields/class-acf-field-taxonomy.php:1003 +#: includes/fields/class-acf-field-taxonomy.php:990 msgid "Add" msgstr "Добавить" -#: includes/fields/class-acf-field-text.php:36 +#: includes/fields/class-acf-field-text.php:25 msgid "Text" msgstr "Текст" -#: includes/fields/class-acf-field-text.php:178 -#: includes/fields/class-acf-field-textarea.php:157 +#: includes/fields/class-acf-field-text.php:151 +#: includes/fields/class-acf-field-textarea.php:116 msgid "Character Limit" msgstr "Ограничение количества символов" -#: includes/fields/class-acf-field-text.php:179 -#: includes/fields/class-acf-field-textarea.php:158 +#: includes/fields/class-acf-field-text.php:152 +#: includes/fields/class-acf-field-textarea.php:117 msgid "Leave blank for no limit" msgstr "Оставьте пустым для снятия ограничений" -#: includes/fields/class-acf-field-textarea.php:36 +#: includes/fields/class-acf-field-textarea.php:25 msgid "Text Area" msgstr "Область текста" -#: includes/fields/class-acf-field-textarea.php:166 +#: includes/fields/class-acf-field-textarea.php:125 msgid "Rows" msgstr "Строки" -#: includes/fields/class-acf-field-textarea.php:167 +#: includes/fields/class-acf-field-textarea.php:126 msgid "Sets the textarea height" msgstr "Укажите высоту поля ввода" -#: includes/fields/class-acf-field-time_picker.php:36 +#: includes/fields/class-acf-field-time_picker.php:25 msgid "Time Picker" msgstr "Время" -#: includes/fields/class-acf-field-true_false.php:36 +#: includes/fields/class-acf-field-true_false.php:25 msgid "True / False" msgstr "Да / Нет" -#: includes/fields/class-acf-field-true_false.php:94 -#: includes/fields/class-acf-field-true_false.php:174 includes/input.php:265 +#: includes/fields/class-acf-field-true_false.php:79 +#: includes/fields/class-acf-field-true_false.php:159 includes/input.php:267 #: pro/admin/views/html-settings-updates.php:93 msgid "Yes" msgstr "Да" -#: includes/fields/class-acf-field-true_false.php:142 +#: includes/fields/class-acf-field-true_false.php:127 msgid "Displays text alongside the checkbox" -msgstr "" +msgstr "Отображает текст рядом с чекбоксом" -#: includes/fields/class-acf-field-true_false.php:170 +#: includes/fields/class-acf-field-true_false.php:155 #, fuzzy msgid "On Text" msgstr "Текстовая область (текст типа, api возвращает текст)" -#: includes/fields/class-acf-field-true_false.php:171 +#: includes/fields/class-acf-field-true_false.php:156 msgid "Text shown when active" -msgstr "" +msgstr "Текст отображается, когда активен" -#: includes/fields/class-acf-field-true_false.php:180 +#: includes/fields/class-acf-field-true_false.php:165 #, fuzzy msgid "Off Text" msgstr "Текст" -#: includes/fields/class-acf-field-true_false.php:181 +#: includes/fields/class-acf-field-true_false.php:166 msgid "Text shown when inactive" -msgstr "" +msgstr "Текст отображается, когда неактивен" -#: includes/fields/class-acf-field-url.php:36 +#: includes/fields/class-acf-field-url.php:25 msgid "Url" msgstr "Ссылка" -#: includes/fields/class-acf-field-url.php:165 +#: includes/fields/class-acf-field-url.php:147 msgid "Value must be a valid URL" msgstr "Значение должно быть корректной ссылкой" -#: includes/fields/class-acf-field-user.php:36 includes/locations.php:95 +#: includes/fields/class-acf-field-user.php:25 includes/locations.php:95 msgid "User" msgstr "Пользователь" -#: includes/fields/class-acf-field-user.php:408 +#: includes/fields/class-acf-field-user.php:393 msgid "Filter by role" msgstr "Фильтровать по группе" -#: includes/fields/class-acf-field-user.php:416 +#: includes/fields/class-acf-field-user.php:401 msgid "All user roles" msgstr "Все группы пользователей" -#: includes/fields/class-acf-field-wysiwyg.php:36 +#: includes/fields/class-acf-field-wysiwyg.php:25 msgid "Wysiwyg Editor" msgstr "Редактор WordPress" -#: includes/fields/class-acf-field-wysiwyg.php:385 +#: includes/fields/class-acf-field-wysiwyg.php:370 msgid "Visual" msgstr "Визуально" -#: includes/fields/class-acf-field-wysiwyg.php:386 +#: includes/fields/class-acf-field-wysiwyg.php:371 msgctxt "Name for the Text editor tab (formerly HTML)" msgid "Text" msgstr "Текст" -#: includes/fields/class-acf-field-wysiwyg.php:392 +#: includes/fields/class-acf-field-wysiwyg.php:377 msgid "Click to initialize TinyMCE" -msgstr "" +msgstr "Кликните для инициализации TinyMCE" -#: includes/fields/class-acf-field-wysiwyg.php:445 +#: includes/fields/class-acf-field-wysiwyg.php:430 msgid "Tabs" msgstr "Вкладки" -#: includes/fields/class-acf-field-wysiwyg.php:450 +#: includes/fields/class-acf-field-wysiwyg.php:435 msgid "Visual & Text" msgstr "Визуально и текст" -#: includes/fields/class-acf-field-wysiwyg.php:451 +#: includes/fields/class-acf-field-wysiwyg.php:436 msgid "Visual Only" msgstr "Только визуальный редактор" -#: includes/fields/class-acf-field-wysiwyg.php:452 +#: includes/fields/class-acf-field-wysiwyg.php:437 msgid "Text Only" msgstr "Только текстовый редактор" -#: includes/fields/class-acf-field-wysiwyg.php:459 +#: includes/fields/class-acf-field-wysiwyg.php:444 msgid "Toolbar" msgstr "Панель инструментов" -#: includes/fields/class-acf-field-wysiwyg.php:469 +#: includes/fields/class-acf-field-wysiwyg.php:454 msgid "Show Media Upload Buttons?" msgstr "Кнопки загрузки медиа" -#: includes/fields/class-acf-field-wysiwyg.php:479 +#: includes/fields/class-acf-field-wysiwyg.php:464 msgid "Delay initialization?" -msgstr "" +msgstr "Задержка инициализации?" -#: includes/fields/class-acf-field-wysiwyg.php:480 +#: includes/fields/class-acf-field-wysiwyg.php:465 msgid "TinyMCE will not be initalized until field is clicked" msgstr "" +"TinyMCE не будет инициализирован, пока не будет произведен клик по полю" #: includes/forms/form-comment.php:166 includes/forms/form-post.php:303 -#: pro/admin/admin-options-page.php:304 +#: pro/admin/admin-options-page.php:308 msgid "Edit field group" msgstr "Редактировать группу полей" @@ -2619,8 +2623,8 @@ msgstr "Редактировать группу полей" msgid "Validate Email" msgstr "Проверка Email" -#: includes/forms/form-front.php:103 -#: pro/fields/class-acf-field-gallery.php:588 pro/options-page.php:81 +#: includes/forms/form-front.php:103 pro/fields/class-acf-field-gallery.php:573 +#: pro/options-page.php:81 msgid "Update" msgstr "Обновить" @@ -2632,39 +2636,43 @@ msgstr "Запись обновлена" msgid "Spam Detected" msgstr "Обнаружен спам" -#: includes/input.php:258 +#: includes/input.php:259 msgid "Expand Details" msgstr "Показать детали" -#: includes/input.php:259 +#: includes/input.php:260 msgid "Collapse Details" msgstr "Скрыть детали" -#: includes/input.php:260 +#: includes/input.php:261 msgid "Validation successful" msgstr "Проверка успешно выполнена" -#: includes/input.php:261 includes/validation.php:285 +#: includes/input.php:262 includes/validation.php:285 #: includes/validation.php:296 msgid "Validation failed" msgstr "Проверка не пройдена" -#: includes/input.php:262 +#: includes/input.php:263 msgid "1 field requires attention" msgstr "1 поле требует вашего внимания" -#: includes/input.php:263 +#: includes/input.php:264 #, php-format msgid "%d fields require attention" msgstr "%d полей требуют вашего внимания" -#: includes/input.php:264 +#: includes/input.php:265 msgid "Restricted" msgstr "Ограничено" -#: includes/input.php:268 +#: includes/input.php:266 +msgid "Are you sure?" +msgstr "Вы уверены?" + +#: includes/input.php:270 msgid "Cancel" -msgstr "" +msgstr "Отмена" #: includes/locations.php:93 includes/locations/class-acf-location-post.php:27 msgid "Post" @@ -2682,10 +2690,10 @@ msgstr "Формы" msgid "Attachment" msgstr "Медиафайл" -#: includes/locations/class-acf-location-attachment.php:113 +#: includes/locations/class-acf-location-attachment.php:109 #, php-format msgid "All %s formats" -msgstr "" +msgstr "Все %s форматы" #: includes/locations/class-acf-location-comment.php:27 msgid "Comment" @@ -2695,7 +2703,7 @@ msgstr "Комментарий" msgid "Current User Role" msgstr "Группа текущего пользователя" -#: includes/locations/class-acf-location-current-user-role.php:114 +#: includes/locations/class-acf-location-current-user-role.php:110 msgid "Super Admin" msgstr "Администратор" @@ -2703,35 +2711,35 @@ msgstr "Администратор" msgid "Current User" msgstr "Текущий пользователь" -#: includes/locations/class-acf-location-current-user.php:101 +#: includes/locations/class-acf-location-current-user.php:97 msgid "Logged in" msgstr "Авторизирован" -#: includes/locations/class-acf-location-current-user.php:102 +#: includes/locations/class-acf-location-current-user.php:98 msgid "Viewing front end" msgstr "Просматривает лицевую часть сайта" -#: includes/locations/class-acf-location-current-user.php:103 +#: includes/locations/class-acf-location-current-user.php:99 msgid "Viewing back end" msgstr "Просматривает административную панель" #: includes/locations/class-acf-location-nav-menu-item.php:27 msgid "Menu Item" -msgstr "" +msgstr "Пункт меню" #: includes/locations/class-acf-location-nav-menu.php:27 #, fuzzy msgid "Menu" msgstr "Активируйте плагин используя меню 'Плагины' в WordPress" -#: includes/locations/class-acf-location-nav-menu.php:113 +#: includes/locations/class-acf-location-nav-menu.php:109 #, fuzzy msgid "Menu Locations" msgstr "Условия отображения" -#: includes/locations/class-acf-location-nav-menu.php:123 +#: includes/locations/class-acf-location-nav-menu.php:119 msgid "Menus" -msgstr "" +msgstr "Меню" #: includes/locations/class-acf-location-page-parent.php:27 msgid "Page Parent" @@ -2741,8 +2749,8 @@ msgstr "Родитель страницы" msgid "Page Template" msgstr "Шаблон страницы" -#: includes/locations/class-acf-location-page-template.php:102 -#: includes/locations/class-acf-location-post-template.php:156 +#: includes/locations/class-acf-location-page-template.php:98 +#: includes/locations/class-acf-location-post-template.php:151 msgid "Default Template" msgstr "Шаблон по умолчанию" @@ -2750,23 +2758,23 @@ msgstr "Шаблон по умолчанию" msgid "Page Type" msgstr "Тип страницы" -#: includes/locations/class-acf-location-page-type.php:149 +#: includes/locations/class-acf-location-page-type.php:145 msgid "Front Page" msgstr "Главная страница" -#: includes/locations/class-acf-location-page-type.php:150 +#: includes/locations/class-acf-location-page-type.php:146 msgid "Posts Page" msgstr "Страница записей" -#: includes/locations/class-acf-location-page-type.php:151 +#: includes/locations/class-acf-location-page-type.php:147 msgid "Top Level Page (no parent)" msgstr "Страница верхнего уровня (без родителя)" -#: includes/locations/class-acf-location-page-type.php:152 +#: includes/locations/class-acf-location-page-type.php:148 msgid "Parent Page (has children)" msgstr "Родительская страница (есть дочерние страницы)" -#: includes/locations/class-acf-location-page-type.php:153 +#: includes/locations/class-acf-location-page-type.php:149 msgid "Child Page (has parent)" msgstr "Дочерняя страница (есть родительские страницы)" @@ -2786,7 +2794,7 @@ msgstr "Статус записи" msgid "Post Taxonomy" msgstr "Таксономия записи" -#: includes/locations/class-acf-location-post-template.php:29 +#: includes/locations/class-acf-location-post-template.php:27 #, fuzzy msgid "Post Template" msgstr "Шаблон страницы" @@ -2799,11 +2807,11 @@ msgstr "Таксономия" msgid "User Form" msgstr "Пользователь" -#: includes/locations/class-acf-location-user-form.php:92 +#: includes/locations/class-acf-location-user-form.php:88 msgid "Add / Edit" msgstr "Администратор или редактор" -#: includes/locations/class-acf-location-user-form.php:93 +#: includes/locations/class-acf-location-user-form.php:89 msgid "Register" msgstr "Обычный пользователь" @@ -2835,11 +2843,11 @@ msgstr "%s значение требуется" msgid "Advanced Custom Fields PRO" msgstr "Advanced Custom Fields PRO" -#: pro/admin/admin-options-page.php:196 +#: pro/admin/admin-options-page.php:200 msgid "Publish" msgstr "Опубликовано" -#: pro/admin/admin-options-page.php:202 +#: pro/admin/admin-options-page.php:206 #, php-format msgid "" "No Custom Field Groups found for this options page. Create a " @@ -2915,273 +2923,273 @@ msgstr "Проверить еще раз" msgid "Upgrade Notice" msgstr "Замечания по обновлению" -#: pro/fields/class-acf-field-clone.php:36 +#: pro/fields/class-acf-field-clone.php:25 msgctxt "noun" msgid "Clone" msgstr "Клон" -#: pro/fields/class-acf-field-clone.php:858 +#: pro/fields/class-acf-field-clone.php:824 msgid "Select one or more fields you wish to clone" msgstr "Выберите одно или несколько полей, которые вы хотите клонировать" -#: pro/fields/class-acf-field-clone.php:875 +#: pro/fields/class-acf-field-clone.php:841 msgid "Display" msgstr "Способ отображения" -#: pro/fields/class-acf-field-clone.php:876 +#: pro/fields/class-acf-field-clone.php:842 msgid "Specify the style used to render the clone field" msgstr "Выберите стиль отображения клонированных полей" -#: pro/fields/class-acf-field-clone.php:881 +#: pro/fields/class-acf-field-clone.php:847 msgid "Group (displays selected fields in a group within this field)" msgstr "" "Группа (сгруппировать выбранные поля в одно и выводить вместо текущего)" -#: pro/fields/class-acf-field-clone.php:882 +#: pro/fields/class-acf-field-clone.php:848 msgid "Seamless (replaces this field with selected fields)" msgstr "Отдельно (выбранные поля выводятся отдельно вместо текущего)" -#: pro/fields/class-acf-field-clone.php:903 +#: pro/fields/class-acf-field-clone.php:869 #, php-format msgid "Labels will be displayed as %s" msgstr "Ярлыки будут отображаться как %s" -#: pro/fields/class-acf-field-clone.php:906 +#: pro/fields/class-acf-field-clone.php:872 msgid "Prefix Field Labels" msgstr "Префикс для ярлыков полей" -#: pro/fields/class-acf-field-clone.php:917 +#: pro/fields/class-acf-field-clone.php:883 #, php-format msgid "Values will be saved as %s" msgstr "Значения будут сохранены как %s" -#: pro/fields/class-acf-field-clone.php:920 +#: pro/fields/class-acf-field-clone.php:886 msgid "Prefix Field Names" msgstr "Префикс для названий полей" -#: pro/fields/class-acf-field-clone.php:1038 +#: pro/fields/class-acf-field-clone.php:1004 msgid "Unknown field" msgstr "Неизвестное поле" -#: pro/fields/class-acf-field-clone.php:1077 +#: pro/fields/class-acf-field-clone.php:1043 msgid "Unknown field group" msgstr "Неизвестная группа полей" -#: pro/fields/class-acf-field-clone.php:1081 +#: pro/fields/class-acf-field-clone.php:1047 #, php-format msgid "All fields from %s field group" msgstr "Все поля группы \"%s\"" -#: pro/fields/class-acf-field-flexible-content.php:42 -#: pro/fields/class-acf-field-repeater.php:230 -#: pro/fields/class-acf-field-repeater.php:534 +#: pro/fields/class-acf-field-flexible-content.php:31 +#: pro/fields/class-acf-field-repeater.php:174 +#: pro/fields/class-acf-field-repeater.php:478 msgid "Add Row" msgstr "Добавить" -#: pro/fields/class-acf-field-flexible-content.php:45 +#: pro/fields/class-acf-field-flexible-content.php:34 msgid "layout" msgstr "макет" -#: pro/fields/class-acf-field-flexible-content.php:46 +#: pro/fields/class-acf-field-flexible-content.php:35 msgid "layouts" msgstr "макеты" -#: pro/fields/class-acf-field-flexible-content.php:47 +#: pro/fields/class-acf-field-flexible-content.php:36 msgid "remove {layout}?" msgstr "удалить {layout}?" -#: pro/fields/class-acf-field-flexible-content.php:48 +#: pro/fields/class-acf-field-flexible-content.php:37 msgid "This field requires at least {min} {identifier}" msgstr "Это поле требует как минимум {min} {identifier}" -#: pro/fields/class-acf-field-flexible-content.php:49 +#: pro/fields/class-acf-field-flexible-content.php:38 msgid "This field has a limit of {max} {identifier}" msgstr "Это поле ограничено {max} {identifier}" -#: pro/fields/class-acf-field-flexible-content.php:50 +#: pro/fields/class-acf-field-flexible-content.php:39 msgid "This field requires at least {min} {label} {identifier}" msgstr "Это поле требует как минимум {min} {label} {identifier}" -#: pro/fields/class-acf-field-flexible-content.php:51 +#: pro/fields/class-acf-field-flexible-content.php:40 msgid "Maximum {label} limit reached ({max} {identifier})" msgstr "Максимальное ограничение {label} достигнуто ({max} {identifier})" -#: pro/fields/class-acf-field-flexible-content.php:52 +#: pro/fields/class-acf-field-flexible-content.php:41 msgid "{available} {label} {identifier} available (max {max})" msgstr "{available} {label} {identifier} доступно (максимум {max})" -#: pro/fields/class-acf-field-flexible-content.php:53 +#: pro/fields/class-acf-field-flexible-content.php:42 msgid "{required} {label} {identifier} required (min {min})" msgstr "{required} {label} {identifier} требуется (минимум {min})" -#: pro/fields/class-acf-field-flexible-content.php:54 +#: pro/fields/class-acf-field-flexible-content.php:43 msgid "Flexible Content requires at least 1 layout" msgstr "Для гибкого содержания требуется как минимум один макет" -#: pro/fields/class-acf-field-flexible-content.php:288 +#: pro/fields/class-acf-field-flexible-content.php:273 #, php-format msgid "Click the \"%s\" button below to start creating your layout" -msgstr "Нажмите на кнопку \"%s\" ниже для начала создания собственного макета" +msgstr "Нажмите на кнопку \"%s\" для создания собственного макета " -#: pro/fields/class-acf-field-flexible-content.php:423 +#: pro/fields/class-acf-field-flexible-content.php:408 msgid "Add layout" msgstr "Добавить макет" -#: pro/fields/class-acf-field-flexible-content.php:424 +#: pro/fields/class-acf-field-flexible-content.php:409 msgid "Remove layout" msgstr "Удалить макет" -#: pro/fields/class-acf-field-flexible-content.php:425 -#: pro/fields/class-acf-field-repeater.php:360 +#: pro/fields/class-acf-field-flexible-content.php:410 +#: pro/fields/class-acf-field-repeater.php:304 msgid "Click to toggle" msgstr "Нажмите для переключения" -#: pro/fields/class-acf-field-flexible-content.php:571 +#: pro/fields/class-acf-field-flexible-content.php:556 msgid "Reorder Layout" msgstr "Переместить макет" -#: pro/fields/class-acf-field-flexible-content.php:571 +#: pro/fields/class-acf-field-flexible-content.php:556 msgid "Reorder" msgstr "Переместить" -#: pro/fields/class-acf-field-flexible-content.php:572 +#: pro/fields/class-acf-field-flexible-content.php:557 msgid "Delete Layout" msgstr "Удалить макет" -#: pro/fields/class-acf-field-flexible-content.php:573 +#: pro/fields/class-acf-field-flexible-content.php:558 msgid "Duplicate Layout" msgstr "Дублировать макет" -#: pro/fields/class-acf-field-flexible-content.php:574 +#: pro/fields/class-acf-field-flexible-content.php:559 msgid "Add New Layout" msgstr "Добавить новый макет" -#: pro/fields/class-acf-field-flexible-content.php:645 +#: pro/fields/class-acf-field-flexible-content.php:630 msgid "Min" msgstr "Минимум" -#: pro/fields/class-acf-field-flexible-content.php:658 +#: pro/fields/class-acf-field-flexible-content.php:643 msgid "Max" msgstr "Максимум" -#: pro/fields/class-acf-field-flexible-content.php:685 -#: pro/fields/class-acf-field-repeater.php:530 +#: pro/fields/class-acf-field-flexible-content.php:670 +#: pro/fields/class-acf-field-repeater.php:474 msgid "Button Label" msgstr "Текст кнопки" -#: pro/fields/class-acf-field-flexible-content.php:694 +#: pro/fields/class-acf-field-flexible-content.php:679 msgid "Minimum Layouts" msgstr "Минимальное количество макетов" -#: pro/fields/class-acf-field-flexible-content.php:703 +#: pro/fields/class-acf-field-flexible-content.php:688 msgid "Maximum Layouts" msgstr "Максимальное количество макетов" -#: pro/fields/class-acf-field-gallery.php:52 +#: pro/fields/class-acf-field-gallery.php:41 msgid "Add Image to Gallery" msgstr "Добавление изображений в галерею" -#: pro/fields/class-acf-field-gallery.php:56 +#: pro/fields/class-acf-field-gallery.php:45 msgid "Maximum selection reached" msgstr "Выбрано максимальное количество изображений" -#: pro/fields/class-acf-field-gallery.php:336 +#: pro/fields/class-acf-field-gallery.php:321 msgid "Length" msgstr "Длина" -#: pro/fields/class-acf-field-gallery.php:379 +#: pro/fields/class-acf-field-gallery.php:364 msgid "Caption" msgstr "Подпись" -#: pro/fields/class-acf-field-gallery.php:388 +#: pro/fields/class-acf-field-gallery.php:373 msgid "Alt Text" msgstr "Текст в ALT" -#: pro/fields/class-acf-field-gallery.php:559 +#: pro/fields/class-acf-field-gallery.php:544 msgid "Add to gallery" msgstr "Добавить изображения" -#: pro/fields/class-acf-field-gallery.php:563 +#: pro/fields/class-acf-field-gallery.php:548 msgid "Bulk actions" msgstr "Сортировка" -#: pro/fields/class-acf-field-gallery.php:564 +#: pro/fields/class-acf-field-gallery.php:549 msgid "Sort by date uploaded" msgstr "По дате загрузки" -#: pro/fields/class-acf-field-gallery.php:565 +#: pro/fields/class-acf-field-gallery.php:550 msgid "Sort by date modified" msgstr "По дате изменения" -#: pro/fields/class-acf-field-gallery.php:566 +#: pro/fields/class-acf-field-gallery.php:551 msgid "Sort by title" msgstr "По названию" -#: pro/fields/class-acf-field-gallery.php:567 +#: pro/fields/class-acf-field-gallery.php:552 msgid "Reverse current order" msgstr "Инвертировать" -#: pro/fields/class-acf-field-gallery.php:585 +#: pro/fields/class-acf-field-gallery.php:570 msgid "Close" msgstr "Закрыть" -#: pro/fields/class-acf-field-gallery.php:639 +#: pro/fields/class-acf-field-gallery.php:624 msgid "Minimum Selection" msgstr "Минимальное количество изображений" -#: pro/fields/class-acf-field-gallery.php:648 +#: pro/fields/class-acf-field-gallery.php:633 msgid "Maximum Selection" msgstr "Максимальное количество изображений" -#: pro/fields/class-acf-field-gallery.php:657 +#: pro/fields/class-acf-field-gallery.php:642 msgid "Insert" msgstr "Добавить" -#: pro/fields/class-acf-field-gallery.php:658 +#: pro/fields/class-acf-field-gallery.php:643 msgid "Specify where new attachments are added" msgstr "Укажите куда добавлять новые вложения" -#: pro/fields/class-acf-field-gallery.php:662 +#: pro/fields/class-acf-field-gallery.php:647 msgid "Append to the end" msgstr "Добавлять в конец" -#: pro/fields/class-acf-field-gallery.php:663 +#: pro/fields/class-acf-field-gallery.php:648 msgid "Prepend to the beginning" msgstr "Добавлять в начало" -#: pro/fields/class-acf-field-repeater.php:47 +#: pro/fields/class-acf-field-repeater.php:36 msgid "Minimum rows reached ({min} rows)" msgstr "Достигнуто минимальное количество ({min} элементов)" -#: pro/fields/class-acf-field-repeater.php:48 +#: pro/fields/class-acf-field-repeater.php:37 msgid "Maximum rows reached ({max} rows)" msgstr "Достигнуто максимальное количество ({max} элементов)" -#: pro/fields/class-acf-field-repeater.php:405 +#: pro/fields/class-acf-field-repeater.php:349 msgid "Add row" msgstr "Добавить" -#: pro/fields/class-acf-field-repeater.php:406 +#: pro/fields/class-acf-field-repeater.php:350 msgid "Remove row" msgstr "Удалить" -#: pro/fields/class-acf-field-repeater.php:483 +#: pro/fields/class-acf-field-repeater.php:427 msgid "Collapsed" msgstr "Свернуто" -#: pro/fields/class-acf-field-repeater.php:484 +#: pro/fields/class-acf-field-repeater.php:428 msgid "Select a sub field to show when row is collapsed" msgstr "Выберите поле, которое будет отображаться при свернутом блоке" -#: pro/fields/class-acf-field-repeater.php:494 +#: pro/fields/class-acf-field-repeater.php:438 msgid "Minimum Rows" msgstr "Минимальное количество элементов" -#: pro/fields/class-acf-field-repeater.php:504 +#: pro/fields/class-acf-field-repeater.php:448 msgid "Maximum Rows" msgstr "Максимальное количество элементов" -#: pro/locations/class-acf-location-options-page.php:70 +#: pro/locations/class-acf-location-options-page.php:79 msgid "No options pages exist" msgstr "Страницы с настройками отсуствуют" diff --git a/lang/acf-tr_TR.mo b/lang/acf-tr_TR.mo index b7a4878adcd69b1cce29b09e6b455f9e1c1a28b6..b94e7de6a38ba1a207434efa991fade89d39a73e 100644 GIT binary patch literal 51106 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%0DF^_Z17Jd@ZgPE^ZX7g*aEQ7s~Zw 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\n" -"Language-Team: Ramazan POLAT \n" +"POT-Creation-Date: 2017-08-10 13:06+0300\n" +"PO-Revision-Date: 2017-08-10 13:07+0300\n" +"Last-Translator: Emre Erkan \n" +"Language-Team: Emre Erkan \n" "Language: tr_TR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 1.8.1\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 2.0.3\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" @@ -24,1180 +24,1145 @@ msgstr "" #: acf.php:63 msgid "Advanced Custom Fields" -msgstr "Gelişmiş Özel Alanlar" +msgstr "Advanced Custom Fields" -#: acf.php:205 admin/admin.php:61 +#: acf.php:358 includes/admin/admin.php:117 msgid "Field Groups" -msgstr "Alan Grupları" +msgstr "Alan grupları" -#: acf.php:206 +#: acf.php:359 msgid "Field Group" -msgstr "Alan Grubu" +msgstr "Alan grubu" -#: acf.php:207 acf.php:239 admin/admin.php:62 -#: pro/fields/flexible-content.php:517 +#: acf.php:360 acf.php:392 includes/admin/admin.php:118 +#: pro/fields/class-acf-field-flexible-content.php:559 msgid "Add New" -msgstr "Yeni Ekle" +msgstr "Yeni ekle" -#: acf.php:208 +#: acf.php:361 msgid "Add New Field Group" -msgstr "Yeni Alan Grubu Ekle" +msgstr "Yeni alan grubu ekle" -#: acf.php:209 +#: acf.php:362 msgid "Edit Field Group" -msgstr "Alan Grubu Düzenle" +msgstr "Alan grubunu düzenle" -#: acf.php:210 +#: acf.php:363 msgid "New Field Group" -msgstr "Yeni Alan Grubu" +msgstr "Yeni alan grubu" -#: acf.php:211 +#: acf.php:364 msgid "View Field Group" -msgstr "Alan Grubu Göster" +msgstr "Alan grubunu görüntüle" -#: acf.php:212 +#: acf.php:365 msgid "Search Field Groups" -msgstr "Alan Grupları Ara" +msgstr "Alan gruplarında ara" -#: acf.php:213 +#: acf.php:366 msgid "No Field Groups found" -msgstr "Alan Grupları bulunamadı" +msgstr "Hiç alan grubu bulunamadı" -#: acf.php:214 +#: acf.php:367 msgid "No Field Groups found in Trash" -msgstr "Çöpte Alan Grupları bulunamadı" +msgstr "Çöpte alan grubu bulunamadı" -#: acf.php:237 admin/field-group.php:182 admin/field-group.php:213 -#: admin/field-groups.php:519 +#: acf.php:390 includes/admin/admin-field-group.php:182 +#: includes/admin/admin-field-group.php:275 +#: includes/admin/admin-field-groups.php:510 +#: pro/fields/class-acf-field-clone.php:823 msgid "Fields" msgstr "Alanlar" -#: acf.php:238 +#: acf.php:391 msgid "Field" msgstr "Alan" -#: acf.php:240 +#: acf.php:393 msgid "Add New Field" -msgstr "Yeni Alan Ekle" +msgstr "Yeni elan ekle" -#: acf.php:241 +#: acf.php:394 msgid "Edit Field" -msgstr "Alan Düzenle" +msgstr "Alanı düzenle" -#: acf.php:242 admin/views/field-group-fields.php:18 -#: admin/views/settings-info.php:111 +#: acf.php:395 includes/admin/views/field-group-fields.php:41 +#: includes/admin/views/settings-info.php:105 msgid "New Field" -msgstr "Yeni Alan" +msgstr "Yeni alan" -#: acf.php:243 +#: acf.php:396 msgid "View Field" -msgstr "Alan Göster" +msgstr "Alanı görüntüle" -#: acf.php:244 +#: acf.php:397 msgid "Search Fields" -msgstr "Alanları Ara" +msgstr "Alanlarda ara" -#: acf.php:245 +#: acf.php:398 msgid "No Fields found" -msgstr "Alanlar bulunamadı" +msgstr "Hiç alan bulunamadı" -#: acf.php:246 +#: acf.php:399 msgid "No Fields found in Trash" -msgstr "Çöpte Alanlar bulunamadı" +msgstr "Çöpte alan bulunamadı" -#: acf.php:268 admin/field-group.php:283 admin/field-groups.php:583 -#: admin/views/field-group-options.php:18 -msgid "Disabled" -msgstr "" +#: acf.php:438 includes/admin/admin-field-group.php:390 +#: includes/admin/admin-field-groups.php:567 +msgid "Inactive" +msgstr "Etkin değil" -#: acf.php:273 +#: acf.php:443 #, php-format -msgid "Disabled (%s)" -msgid_plural "Disabled (%s)" -msgstr[0] "" +msgid "Inactive (%s)" +msgid_plural "Inactive (%s)" +msgstr[0] "Etkin olmayan (%s)" +msgstr[1] "Etkin olmayan (%s)" -#: admin/admin.php:57 admin/views/field-group-options.php:120 -msgid "Custom Fields" -msgstr "Özel Alanlar" - -#: admin/field-group.php:68 admin/field-group.php:69 admin/field-group.php:71 +#: includes/admin/admin-field-group.php:68 +#: includes/admin/admin-field-group.php:69 +#: includes/admin/admin-field-group.php:71 msgid "Field group updated." msgstr "Alan grubu güncellendi." -#: admin/field-group.php:70 -#, fuzzy +#: includes/admin/admin-field-group.php:70 msgid "Field group deleted." -msgstr "Alan grubu güncellendi." +msgstr "Alan grubu silindi." -#: admin/field-group.php:73 +#: includes/admin/admin-field-group.php:73 msgid "Field group published." -msgstr "Alan grubu yayınlandı." +msgstr "Alan grubu yayımlandı." -#: admin/field-group.php:74 +#: includes/admin/admin-field-group.php:74 msgid "Field group saved." msgstr "Alan grubu kaydedildi." -#: admin/field-group.php:75 +#: includes/admin/admin-field-group.php:75 msgid "Field group submitted." msgstr "Alan grubu gönderildi." -#: admin/field-group.php:76 +#: includes/admin/admin-field-group.php:76 msgid "Field group scheduled for." -msgstr "Alan grubu bunun için zamanlandı." +msgstr "Alan grubu zamanlandı." -#: admin/field-group.php:77 +#: includes/admin/admin-field-group.php:77 msgid "Field group draft updated." -msgstr "Alan grubu taslak güncellendi." +msgstr "Alan grubu taslağı güncellendi." -#: admin/field-group.php:176 +#: includes/admin/admin-field-group.php:183 +msgid "Location" +msgstr "Konum" + +#: includes/admin/admin-field-group.php:184 +msgid "Settings" +msgstr "Ayarlar" + +#: includes/admin/admin-field-group.php:269 msgid "Move to trash. Are you sure?" msgstr "Çöpe taşımak istediğinizden emin misiniz?" -#: admin/field-group.php:177 +#: includes/admin/admin-field-group.php:270 msgid "checked" msgstr "işaretlendi" -#: admin/field-group.php:178 +#: includes/admin/admin-field-group.php:271 msgid "No toggle fields available" -msgstr "Aç-Kapa alanlar kullanılabilir" +msgstr "Kullanılabilir aç-kapa alan yok" -#: admin/field-group.php:179 +#: includes/admin/admin-field-group.php:272 msgid "Field group title is required" -msgstr "Alan grubu için başlık gerekli" +msgstr "Alan grubu başlığı gerekli" -#: admin/field-group.php:180 api/api-field-group.php:607 +#: includes/admin/admin-field-group.php:273 +#: includes/api/api-field-group.php:732 msgid "copy" msgstr "kopyala" -#: admin/field-group.php:181 -#: admin/views/field-group-field-conditional-logic.php:67 -#: admin/views/field-group-field-conditional-logic.php:162 -#: admin/views/field-group-locations.php:23 -#: admin/views/field-group-locations.php:131 api/api-helpers.php:3262 +#: includes/admin/admin-field-group.php:274 +#: includes/admin/views/field-group-field-conditional-logic.php:54 +#: includes/admin/views/field-group-field-conditional-logic.php:154 +#: includes/admin/views/field-group-locations.php:29 +#: includes/admin/views/html-location-group.php:3 +#: includes/api/api-helpers.php:3964 msgid "or" msgstr "veya" -#: admin/field-group.php:183 +#: includes/admin/admin-field-group.php:276 msgid "Parent fields" -msgstr "Veli alanlar" +msgstr "Üst alanlar" -#: admin/field-group.php:184 +#: includes/admin/admin-field-group.php:277 msgid "Sibling fields" msgstr "Kardeş alanlar" -#: admin/field-group.php:185 +#: includes/admin/admin-field-group.php:278 msgid "Move Custom Field" -msgstr "Özel Alanı Taşı" +msgstr "Özel alanı taşı" -#: admin/field-group.php:186 +#: includes/admin/admin-field-group.php:279 msgid "This field cannot be moved until its changes have been saved" -msgstr "Bu alanda değişiklikler kaydedilinceye kadar yeri değiştirilemez" +msgstr "Bu alan, üzerinde yapılan değişiklikler kaydedilene kadar taşınamaz" -#: admin/field-group.php:187 +#: includes/admin/admin-field-group.php:280 msgid "Null" msgstr "Boş" -#: admin/field-group.php:188 core/input.php:128 +#: includes/admin/admin-field-group.php:281 includes/input.php:258 msgid "The changes you made will be lost if you navigate away from this page" -msgstr "Bu sayfanın dışında çıkıldığında yapılan değişiklikler kaybedilecek" +msgstr "" +"Bu sayfadan başka bir sayfaya geçerseniz yaptığınız değişiklikler kaybolacak" -#: admin/field-group.php:189 -#, fuzzy +#: includes/admin/admin-field-group.php:282 msgid "The string \"field_\" may not be used at the start of a field name" -msgstr "%s Alanına artık %s alan gruplarından erişilebilir" +msgstr "Artık alan isimlerinin başlangıcında “field_” kullanılmayacak" -#: admin/field-group.php:214 -msgid "Location" -msgstr "Yer" - -#: admin/field-group.php:215 -msgid "Settings" -msgstr "" - -#: admin/field-group.php:253 +#: includes/admin/admin-field-group.php:360 msgid "Field Keys" -msgstr "" +msgstr "Alan anahtarları" -#: admin/field-group.php:283 admin/views/field-group-options.php:17 +#: includes/admin/admin-field-group.php:390 +#: includes/admin/views/field-group-options.php:9 msgid "Active" -msgstr "" +msgstr "Etkin" -#: admin/field-group.php:744 -msgid "Front Page" -msgstr "Ön Sayfa" - -#: admin/field-group.php:745 -msgid "Posts Page" -msgstr "Yazılar Sayfası" - -#: admin/field-group.php:746 -#, fuzzy -msgid "Top Level Page (no parent)" -msgstr "Üst Düzey Sayfa (altında 0)" - -#: admin/field-group.php:747 -msgid "Parent Page (has children)" -msgstr "Alt Sayfa (alt sayfası var)" - -#: admin/field-group.php:748 -msgid "Child Page (has parent)" -msgstr "Alt Sayfa (ebeveyni var)" - -#: admin/field-group.php:764 -msgid "Default Template" -msgstr "Varsayılan Tema" - -#: admin/field-group.php:786 -#, fuzzy -msgid "Logged in" -msgstr "Kullanıcı Tipi Giriş Yapıldı" - -#: admin/field-group.php:787 -msgid "Viewing front end" -msgstr "" - -#: admin/field-group.php:788 -msgid "Viewing back end" -msgstr "" - -#: admin/field-group.php:807 -msgid "Super Admin" -msgstr "Süper Admin" - -#: admin/field-group.php:818 admin/field-group.php:826 -#: admin/field-group.php:840 admin/field-group.php:847 -#: admin/field-group.php:862 admin/field-group.php:872 fields/file.php:235 -#: fields/image.php:226 pro/fields/gallery.php:653 -msgid "All" -msgstr "Hepsi" - -#: admin/field-group.php:827 -msgid "Add / Edit" -msgstr "Ekle / Düzenle" - -#: admin/field-group.php:828 -msgid "Register" -msgstr "Kayıt" - -#: admin/field-group.php:1059 +#: includes/admin/admin-field-group.php:801 msgid "Move Complete." -msgstr "Taşıma Tamamlandı." +msgstr "Taşıma tamamlandı." -#: admin/field-group.php:1060 +#: includes/admin/admin-field-group.php:802 #, php-format msgid "The %s field can now be found in the %s field group" -msgstr "%s Alanına artık %s alan gruplarından erişilebilir" +msgstr "%s alanı artık %s alan grubu altında bulunabilir" -#: admin/field-group.php:1062 +#: includes/admin/admin-field-group.php:803 msgid "Close Window" -msgstr "Pencereyi Kapat" +msgstr "Pencereyi kapat" -#: admin/field-group.php:1097 +#: includes/admin/admin-field-group.php:844 msgid "Please select the destination for this field" -msgstr "Lütfen bu alan için hedef seçin" +msgstr "Lütfen bu alan için bir hedef seçin" -#: admin/field-group.php:1104 +#: includes/admin/admin-field-group.php:851 msgid "Move Field" -msgstr "Alanı Taşı" +msgstr "Alanı taşı" -#: admin/field-groups.php:74 +#: includes/admin/admin-field-groups.php:74 #, php-format msgid "Active (%s)" msgid_plural "Active (%s)" -msgstr[0] "" +msgstr[0] "Etkin (%s)" +msgstr[1] "Etkin (%s)" -#: admin/field-groups.php:142 -#, fuzzy, php-format +#: includes/admin/admin-field-groups.php:142 +#, php-format msgid "Field group duplicated. %s" -msgstr "Alan grubu güncellendi." +msgstr "Alan grubu çoğaltıldı. %s" -#: admin/field-groups.php:146 -#, fuzzy, php-format +#: includes/admin/admin-field-groups.php:146 +#, php-format msgid "%s field group duplicated." msgid_plural "%s field groups duplicated." -msgstr[0] "Alan grubu güncellendi." +msgstr[0] "%s alan grubu çoğaltıldı." +msgstr[1] "%s alan grubu çoğaltıldı." -#: admin/field-groups.php:228 -#, fuzzy, php-format +#: includes/admin/admin-field-groups.php:227 +#, php-format msgid "Field group synchronised. %s" -msgstr "Alan grubu kaydedildi." +msgstr "Alan grubu eşitlendi. %s" -#: admin/field-groups.php:232 -#, fuzzy, php-format +#: includes/admin/admin-field-groups.php:231 +#, php-format msgid "%s field group synchronised." msgid_plural "%s field groups synchronised." -msgstr[0] "Seçili Alan grupları yok" +msgstr[0] "%s alan grubu eşitlendi." +msgstr[1] "%s alan grubu eşitlendi." -#: admin/field-groups.php:403 admin/field-groups.php:573 -#, fuzzy +#: includes/admin/admin-field-groups.php:394 +#: includes/admin/admin-field-groups.php:557 msgid "Sync available" -msgstr "Güncelleme Mevcut" +msgstr "Eşitleme mevcut" -#: admin/field-groups.php:516 +#: includes/admin/admin-field-groups.php:507 includes/forms/form-front.php:38 +#: pro/fields/class-acf-field-gallery.php:355 msgid "Title" msgstr "Başlık" -#: admin/field-groups.php:517 admin/views/field-group-options.php:98 -#: admin/views/update-network.php:20 admin/views/update-network.php:28 +#: includes/admin/admin-field-groups.php:508 +#: includes/admin/views/field-group-options.php:96 +#: includes/admin/views/install-network.php:21 +#: includes/admin/views/install-network.php:29 +#: pro/fields/class-acf-field-gallery.php:382 msgid "Description" -msgstr "" +msgstr "Açıklama" -#: admin/field-groups.php:518 admin/views/field-group-options.php:10 +#: includes/admin/admin-field-groups.php:509 msgid "Status" -msgstr "" +msgstr "Durum" -#: admin/field-groups.php:616 admin/settings-info.php:76 -#: pro/admin/views/settings-updates.php:111 +#. Description of the plugin/theme +#: includes/admin/admin-field-groups.php:607 +msgid "Customise WordPress with powerful, professional and intuitive fields." +msgstr "Güçlü, profesyonel ve içgüdüsel alanlar ile WordPress'i özelleştirin." + +#: includes/admin/admin-field-groups.php:609 +#: includes/admin/settings-info.php:76 +#: pro/admin/views/html-settings-updates.php:111 msgid "Changelog" -msgstr "Değişen Kaydı" +msgstr "Değişiklik kayıtları" -#: admin/field-groups.php:617 -msgid "See what's new in" -msgstr "Neler yeni gözat" +#: includes/admin/admin-field-groups.php:614 +#, php-format +msgid "See what's new in version %s." +msgstr "%s sürümünde neler yeni bir göz atın." -#: admin/field-groups.php:617 -msgid "version" -msgstr "versiyon" - -#: admin/field-groups.php:619 +#: includes/admin/admin-field-groups.php:617 msgid "Resources" msgstr "Kaynaklar" -#: admin/field-groups.php:621 -msgid "Getting Started" -msgstr "Başlarken" +#: includes/admin/admin-field-groups.php:619 +msgid "Website" +msgstr "Websitesi" -#: admin/field-groups.php:622 pro/admin/settings-updates.php:73 -#: pro/admin/views/settings-updates.php:17 -msgid "Updates" -msgstr "Güncellemeler" +#: includes/admin/admin-field-groups.php:620 +msgid "Documentation" +msgstr "Belgeler" -#: admin/field-groups.php:623 -msgid "Field Types" -msgstr "Alan Tipleri" +#: includes/admin/admin-field-groups.php:621 +msgid "Support" +msgstr "Destek" -#: admin/field-groups.php:624 -msgid "Functions" -msgstr "Fonksiyonlar" +#: includes/admin/admin-field-groups.php:623 +msgid "Pro" +msgstr "Pro" -#: admin/field-groups.php:625 -msgid "Actions" -msgstr "Eylemler" +#: includes/admin/admin-field-groups.php:628 +#, php-format +msgid "Thank you for creating with ACF." +msgstr "ACF ile oluşturduğunuz için teşekkürler." -#: admin/field-groups.php:626 fields/relationship.php:718 -msgid "Filters" -msgstr "Filtreler" - -#: admin/field-groups.php:627 -msgid "'How to' guides" -msgstr "Nasıl Yapılır" - -#: admin/field-groups.php:628 -msgid "Tutorials" -msgstr "Örnekler" - -#: admin/field-groups.php:633 -msgid "Created by" -msgstr "Oluşturan" - -#: admin/field-groups.php:673 -#, fuzzy +#: includes/admin/admin-field-groups.php:668 msgid "Duplicate this item" -msgstr "Alanı Çoğalt" +msgstr "Bu ögeyi çoğalt" -#: admin/field-groups.php:673 admin/field-groups.php:685 -#: admin/views/field-group-field.php:58 pro/fields/flexible-content.php:516 +#: includes/admin/admin-field-groups.php:668 +#: includes/admin/admin-field-groups.php:684 +#: includes/admin/views/field-group-field.php:49 +#: pro/fields/class-acf-field-flexible-content.php:558 msgid "Duplicate" msgstr "Çoğalt" -#: admin/field-groups.php:724 -#, fuzzy, php-format +#: includes/admin/admin-field-groups.php:701 +#: includes/fields/class-acf-field-google-map.php:118 +#: includes/fields/class-acf-field-relationship.php:656 +msgid "Search" +msgstr "Ara" + +#: includes/admin/admin-field-groups.php:760 +#, php-format msgid "Select %s" -msgstr "Seç" +msgstr "Seç %s" -#: admin/field-groups.php:730 -#, fuzzy +#: includes/admin/admin-field-groups.php:768 msgid "Synchronise field group" -msgstr "Bu alan grubu halinde göster" +msgstr "Alan grubunu eşitle" -#: admin/field-groups.php:730 admin/field-groups.php:750 +#: includes/admin/admin-field-groups.php:768 +#: includes/admin/admin-field-groups.php:798 msgid "Sync" -msgstr "" +msgstr "Eşitle" -#: admin/settings-addons.php:51 admin/views/settings-addons.php:9 +#: includes/admin/admin-field-groups.php:780 +msgid "Apply" +msgstr "Uygula" + +#: includes/admin/admin-field-groups.php:798 +msgid "Bulk Actions" +msgstr "Toplu eylemler" + +#: includes/admin/admin.php:113 +#: includes/admin/views/field-group-options.php:118 +msgid "Custom Fields" +msgstr "Özel alanlar" + +#: includes/admin/install-network.php:88 includes/admin/install.php:70 +#: includes/admin/install.php:121 +msgid "Upgrade Database" +msgstr "Veritabanını güncelle" + +#: includes/admin/install-network.php:140 +msgid "Review sites & upgrade" +msgstr "Siteleri incele ve güncelle" + +#: includes/admin/install.php:187 +msgid "Error validating request" +msgstr "İstek doğrulanırken hata oluştu" + +#: includes/admin/install.php:210 includes/admin/views/install.php:105 +msgid "No updates available." +msgstr "Güncelleme yok." + +#: includes/admin/settings-addons.php:51 +#: includes/admin/views/settings-addons.php:3 msgid "Add-ons" msgstr "Eklentiler" -#: admin/settings-addons.php:87 +#: includes/admin/settings-addons.php:87 msgid "Error. Could not load add-ons list" -msgstr "Hata Eklentiler listesi getirilemedi." +msgstr "Hata. Eklenti listesi yüklenemedi" -#: admin/settings-info.php:50 +#: includes/admin/settings-info.php:50 msgid "Info" msgstr "Bilgi" -#: admin/settings-info.php:75 +#: includes/admin/settings-info.php:75 msgid "What's New" -msgstr "Ne Yeni" +msgstr "Neler yeni" -#: admin/settings-tools.php:54 admin/views/settings-tools-export.php:9 -#: admin/views/settings-tools.php:31 +#: includes/admin/settings-tools.php:50 +#: includes/admin/views/settings-tools-export.php:19 +#: includes/admin/views/settings-tools.php:31 msgid "Tools" -msgstr "" +msgstr "Araçlar" -#: admin/settings-tools.php:151 admin/settings-tools.php:365 +#: includes/admin/settings-tools.php:147 includes/admin/settings-tools.php:380 msgid "No field groups selected" -msgstr "Seçili Alan grupları yok" +msgstr "Hiç alan grubu seçilmemiş" -#: admin/settings-tools.php:188 +#: includes/admin/settings-tools.php:184 +#: includes/fields/class-acf-field-file.php:159 msgid "No file selected" msgstr "Dosya seçilmedi" -#: admin/settings-tools.php:201 +#: includes/admin/settings-tools.php:197 msgid "Error uploading file. Please try again" -msgstr "Lütfen tekrar deneyiniz, dosya yüklenemedi." +msgstr "Dosya yüklenirken hata oluştu. Lütfen tekrar deneyin" -#: admin/settings-tools.php:210 +#: includes/admin/settings-tools.php:206 msgid "Incorrect file type" -msgstr "Dosya tipi hatalı" +msgstr "Geçersiz dosya tipi" -#: admin/settings-tools.php:227 +#: includes/admin/settings-tools.php:223 msgid "Import file empty" msgstr "İçe aktarılan dosya boş" -#: admin/settings-tools.php:323 +#: includes/admin/settings-tools.php:331 #, php-format -msgid "Success. Import tool added %s field groups: %s" -msgstr "Başarılı. İçe aktarma aracı %s alan gruplarını aktardı: %s" +msgid "Imported 1 field group" +msgid_plural "Imported %s field groups" +msgstr[0] "1 alan grubu içeri aktarıldı" +msgstr[1] "%s alan grubu içeri aktarıldı" -#: admin/settings-tools.php:332 -#, php-format -msgid "" -"Warning. Import tool detected %s field groups already exist and have " -"been ignored: %s" -msgstr "" -"Uyarı . İçe aktarma aracı zaten var olan %s alan gruplarını tespit " -"etti. Bu kayıtlar gözardı edildi: %s" - -#: admin/update.php:113 -msgid "Upgrade ACF" -msgstr "" - -#: admin/update.php:143 -msgid "Review sites & upgrade" -msgstr "" - -#: admin/update.php:298 -msgid "Upgrade" -msgstr "Yükselt" - -#: admin/update.php:328 -msgid "Upgrade Database" -msgstr "" - -#: admin/views/field-group-field-conditional-logic.php:29 +#: includes/admin/views/field-group-field-conditional-logic.php:28 msgid "Conditional Logic" -msgstr "Koşullu Mantık" +msgstr "Koşullu mantık" -#: admin/views/field-group-field-conditional-logic.php:40 -#: admin/views/field-group-field.php:137 fields/checkbox.php:246 -#: fields/message.php:117 fields/page_link.php:568 fields/page_link.php:582 -#: fields/post_object.php:434 fields/post_object.php:448 fields/select.php:411 -#: fields/select.php:425 fields/select.php:439 fields/select.php:453 -#: fields/tab.php:172 fields/taxonomy.php:770 fields/taxonomy.php:784 -#: fields/taxonomy.php:798 fields/taxonomy.php:812 fields/user.php:457 -#: fields/user.php:471 fields/wysiwyg.php:384 -#: pro/admin/views/settings-updates.php:93 -msgid "Yes" -msgstr "Evet" - -#: admin/views/field-group-field-conditional-logic.php:41 -#: admin/views/field-group-field.php:138 fields/checkbox.php:247 -#: fields/message.php:118 fields/page_link.php:569 fields/page_link.php:583 -#: fields/post_object.php:435 fields/post_object.php:449 fields/select.php:412 -#: fields/select.php:426 fields/select.php:440 fields/select.php:454 -#: fields/tab.php:173 fields/taxonomy.php:685 fields/taxonomy.php:771 -#: fields/taxonomy.php:785 fields/taxonomy.php:799 fields/taxonomy.php:813 -#: fields/user.php:458 fields/user.php:472 fields/wysiwyg.php:385 -#: pro/admin/views/settings-updates.php:103 -msgid "No" -msgstr "Hayır" - -#: admin/views/field-group-field-conditional-logic.php:65 +#: includes/admin/views/field-group-field-conditional-logic.php:54 msgid "Show this field if" msgstr "Alanı bu şart gerçekleşirse göster" -#: admin/views/field-group-field-conditional-logic.php:111 -#: admin/views/field-group-locations.php:88 +#: includes/admin/views/field-group-field-conditional-logic.php:103 +#: includes/locations.php:247 msgid "is equal to" msgstr "eşitse" -#: admin/views/field-group-field-conditional-logic.php:112 -#: admin/views/field-group-locations.php:89 +#: includes/admin/views/field-group-field-conditional-logic.php:104 +#: includes/locations.php:248 msgid "is not equal to" msgstr "eşit değilse" -#: admin/views/field-group-field-conditional-logic.php:149 -#: admin/views/field-group-locations.php:118 +#: includes/admin/views/field-group-field-conditional-logic.php:141 +#: includes/admin/views/html-location-rule.php:80 msgid "and" msgstr "ve" -#: admin/views/field-group-field-conditional-logic.php:164 -#: admin/views/field-group-locations.php:133 +#: includes/admin/views/field-group-field-conditional-logic.php:156 +#: includes/admin/views/field-group-locations.php:31 msgid "Add rule group" -msgstr "Grup Kuralı ekle" +msgstr "Kural grubu ekle" -#: admin/views/field-group-field.php:54 admin/views/field-group-field.php:57 +#: includes/admin/views/field-group-field.php:41 +#: pro/fields/class-acf-field-flexible-content.php:405 +#: pro/fields/class-acf-field-repeater.php:302 +msgid "Drag to reorder" +msgstr "Yeniden düzenlemek için sürükleyin" + +#: includes/admin/views/field-group-field.php:45 +#: includes/admin/views/field-group-field.php:48 msgid "Edit field" -msgstr "Alanı Düzenle" +msgstr "Alanı düzenle" -#: admin/views/field-group-field.php:57 pro/fields/gallery.php:355 +#: includes/admin/views/field-group-field.php:48 +#: includes/fields/class-acf-field-image.php:125 +#: includes/fields/class-acf-field-link.php:139 +#: pro/fields/class-acf-field-gallery.php:342 msgid "Edit" msgstr "Düzenle" -#: admin/views/field-group-field.php:58 +#: includes/admin/views/field-group-field.php:49 msgid "Duplicate field" -msgstr "Alanı Çoğalt" +msgstr "Alanı çoğalt" -#: admin/views/field-group-field.php:59 +#: includes/admin/views/field-group-field.php:50 msgid "Move field to another group" msgstr "Alanı başka gruba taşı" -#: admin/views/field-group-field.php:59 +#: includes/admin/views/field-group-field.php:50 msgid "Move" msgstr "Taşı" -#: admin/views/field-group-field.php:60 +#: includes/admin/views/field-group-field.php:51 msgid "Delete field" msgstr "Alanı sil" -#: admin/views/field-group-field.php:60 pro/fields/flexible-content.php:515 +#: includes/admin/views/field-group-field.php:51 +#: pro/fields/class-acf-field-flexible-content.php:557 msgid "Delete" msgstr "Sil" -#: admin/views/field-group-field.php:68 fields/oembed.php:212 -#: fields/taxonomy.php:886 -msgid "Error" -msgstr "Hata" - -#: fields/oembed.php:220 fields/taxonomy.php:900 -msgid "Error." -msgstr "Hata." - -#: admin/views/field-group-field.php:68 -msgid "Field type does not exist" -msgstr "Dosya türü mevcut değil" - -#: admin/views/field-group-field.php:81 +#: includes/admin/views/field-group-field.php:67 msgid "Field Label" -msgstr "Alan Etiketi" +msgstr "Alan etiketi" -#: admin/views/field-group-field.php:82 +#: includes/admin/views/field-group-field.php:68 msgid "This is the name which will appear on the EDIT page" -msgstr "Bu isim Düzenleme sayfasında görüntülenecek" +msgstr "Bu isim DÜZENLEME sayfasında görüntülenecek isimdir" -#: admin/views/field-group-field.php:93 +#: includes/admin/views/field-group-field.php:78 msgid "Field Name" -msgstr "Alan Adı" +msgstr "Alan adı" -#: admin/views/field-group-field.php:94 +#: includes/admin/views/field-group-field.php:79 msgid "Single word, no spaces. Underscores and dashes allowed" -msgstr "Boşluksuz tek kelime. Alt çizgi ve tire yazılabilir." +msgstr "Tek kelime, boşluksuz. Alt çizgi ve tireye izin var" -#: admin/views/field-group-field.php:105 +#: includes/admin/views/field-group-field.php:89 msgid "Field Type" -msgstr "Alan Türü" +msgstr "Alan tipi" -#: admin/views/field-group-field.php:118 fields/tab.php:143 +#: includes/admin/views/field-group-field.php:101 +#: includes/fields/class-acf-field-tab.php:88 msgid "Instructions" -msgstr "Talimatlar" +msgstr "Yönergeler" -#: admin/views/field-group-field.php:119 +#: includes/admin/views/field-group-field.php:102 msgid "Instructions for authors. Shown when submitting data" msgstr "Yazarlara gösterilecek talimatlar. Veri gönderirken gösterilir" -#: admin/views/field-group-field.php:130 +#: includes/admin/views/field-group-field.php:111 msgid "Required?" msgstr "Gerekli mi?" -#: admin/views/field-group-field.php:158 -#, fuzzy +#: includes/admin/views/field-group-field.php:134 msgid "Wrapper Attributes" -msgstr "Sayfa Öznitelikleri" +msgstr "Kapsayıcı öznitelikleri" -#: admin/views/field-group-field.php:164 +#: includes/admin/views/field-group-field.php:140 msgid "width" -msgstr "" +msgstr "genişlik" -#: admin/views/field-group-field.php:178 +#: includes/admin/views/field-group-field.php:155 msgid "class" -msgstr "" +msgstr "sınıf" -#: admin/views/field-group-field.php:191 -#, fuzzy +#: includes/admin/views/field-group-field.php:168 msgid "id" -msgstr "Yan" +msgstr "id" -#: admin/views/field-group-field.php:203 +#: includes/admin/views/field-group-field.php:180 msgid "Close Field" -msgstr "Alanı Kapat" +msgstr "Alanı kapat" -#: admin/views/field-group-fields.php:29 +#: includes/admin/views/field-group-fields.php:4 msgid "Order" -msgstr "Sıralama" +msgstr "Sırala" -#: admin/views/field-group-fields.php:30 pro/fields/flexible-content.php:541 +#: includes/admin/views/field-group-fields.php:5 +#: includes/fields/class-acf-field-checkbox.php:415 +#: includes/fields/class-acf-field-radio.php:306 +#: includes/fields/class-acf-field-select.php:432 +#: pro/fields/class-acf-field-flexible-content.php:584 msgid "Label" msgstr "Etiket" -#: admin/views/field-group-fields.php:31 pro/fields/flexible-content.php:554 +#: includes/admin/views/field-group-fields.php:6 +#: includes/fields/class-acf-field-taxonomy.php:957 +#: pro/fields/class-acf-field-flexible-content.php:597 msgid "Name" -msgstr "Adı" +msgstr "İsim" -#: admin/views/field-group-fields.php:32 +#: includes/admin/views/field-group-fields.php:7 +msgid "Key" +msgstr "Anahtar" + +#: includes/admin/views/field-group-fields.php:8 msgid "Type" -msgstr "Tür" +msgstr "Tip" -#: admin/views/field-group-fields.php:44 +#: includes/admin/views/field-group-fields.php:14 msgid "" "No fields. Click the + Add Field button to create your " "first field." msgstr "" -"Hiç alan yok. İlk alanı oluşturmak için + Alan Ekle " -"düğmesini tıklayın." +"Hiç alan yok. İlk alanınızı oluşturmak için + Alan ekle " +"düğmesine tıklayın." -#: admin/views/field-group-fields.php:51 -msgid "Drag and drop to reorder" -msgstr "Yeniden sıralama için sürükle ve bırak" - -#: admin/views/field-group-fields.php:54 +#: includes/admin/views/field-group-fields.php:31 msgid "+ Add Field" -msgstr "+ Alan Ekle" +msgstr "+ Alan ekle" -#: admin/views/field-group-locations.php:5 +#: includes/admin/views/field-group-locations.php:9 msgid "Rules" msgstr "Kurallar" -#: admin/views/field-group-locations.php:6 +#: includes/admin/views/field-group-locations.php:10 msgid "" "Create a set of rules to determine which edit screens will use these " "advanced custom fields" msgstr "" -"Bu gelişmiş özel alanları hangi düzenleme ekranlarında kullanılacağını " -"belirlemek için kural oluşturun" +"Bu gelişmiş özel alanları hangi düzenleme ekranlarının kullanacağını " +"belirlemek için bir kural seti oluşturun" -#: admin/views/field-group-locations.php:21 -msgid "Show this field group if" -msgstr "Bu alan grubu halinde göster" - -#: admin/views/field-group-locations.php:41 -#: admin/views/field-group-locations.php:47 -msgid "Post" -msgstr "Yazı" - -#: admin/views/field-group-locations.php:42 fields/relationship.php:724 -msgid "Post Type" -msgstr "Sayfa Tipi" - -#: admin/views/field-group-locations.php:43 -msgid "Post Status" -msgstr "Yazı Durumu" - -#: admin/views/field-group-locations.php:44 -msgid "Post Format" -msgstr "Yazı Formatı" - -#: admin/views/field-group-locations.php:45 -msgid "Post Category" -msgstr "Yazı Kategorisi" - -#: admin/views/field-group-locations.php:46 -msgid "Post Taxonomy" -msgstr "Yazı Taksonomi" - -#: admin/views/field-group-locations.php:49 -#: admin/views/field-group-locations.php:53 -msgid "Page" -msgstr "Sayfa" - -#: admin/views/field-group-locations.php:50 -msgid "Page Template" -msgstr "Sayfa Teması" - -#: admin/views/field-group-locations.php:51 -msgid "Page Type" -msgstr "Sayfa Tipi" - -#: admin/views/field-group-locations.php:52 -msgid "Page Parent" -msgstr "Sayfa Ebeveyn" - -#: admin/views/field-group-locations.php:55 fields/user.php:36 -msgid "User" -msgstr "Kullanıcı" - -#: admin/views/field-group-locations.php:56 -#, fuzzy -msgid "Current User" -msgstr "Şimdiki Versiyon" - -#: admin/views/field-group-locations.php:57 -#, fuzzy -msgid "Current User Role" -msgstr "Kullanıcı Kuralı" - -#: admin/views/field-group-locations.php:58 -msgid "User Form" -msgstr "Kullanıcı Formu" - -#: admin/views/field-group-locations.php:59 -msgid "User Role" -msgstr "Kullanıcı Kuralı" - -#: admin/views/field-group-locations.php:61 pro/admin/options-page.php:48 -msgid "Forms" -msgstr "Formlar" - -#: admin/views/field-group-locations.php:62 -msgid "Attachment" -msgstr "Ek" - -#: admin/views/field-group-locations.php:63 -msgid "Taxonomy Term" -msgstr "Taksonomi Terimi" - -#: admin/views/field-group-locations.php:64 -msgid "Comment" -msgstr "Yorum" - -#: admin/views/field-group-locations.php:65 -msgid "Widget" -msgstr "Widget" - -#: admin/views/field-group-options.php:25 +#: includes/admin/views/field-group-options.php:23 msgid "Style" msgstr "Stil" -#: admin/views/field-group-options.php:32 +#: includes/admin/views/field-group-options.php:30 msgid "Standard (WP metabox)" msgstr "Standart (WP metabox)" -#: admin/views/field-group-options.php:33 +#: includes/admin/views/field-group-options.php:31 msgid "Seamless (no metabox)" -msgstr "Dikişsiz (metabox yok)" +msgstr "Pürüzsüz (metabox yok)" -#: admin/views/field-group-options.php:40 +#: includes/admin/views/field-group-options.php:38 msgid "Position" msgstr "Pozisyon" -#: admin/views/field-group-options.php:47 +#: includes/admin/views/field-group-options.php:45 msgid "High (after title)" msgstr "Yüksek (başlıktan sonra)" -#: admin/views/field-group-options.php:48 +#: includes/admin/views/field-group-options.php:46 msgid "Normal (after content)" msgstr "Normal (içerikten sonra)" -#: admin/views/field-group-options.php:49 +#: includes/admin/views/field-group-options.php:47 msgid "Side" msgstr "Yan" -#: admin/views/field-group-options.php:57 +#: includes/admin/views/field-group-options.php:55 msgid "Label placement" msgstr "Etiket yerleştirme" -#: admin/views/field-group-options.php:64 fields/tab.php:159 +#: includes/admin/views/field-group-options.php:62 +#: includes/fields/class-acf-field-tab.php:102 msgid "Top aligned" -msgstr "Üste yasla" +msgstr "Üste hizalı" -#: admin/views/field-group-options.php:65 fields/tab.php:160 +#: includes/admin/views/field-group-options.php:63 +#: includes/fields/class-acf-field-tab.php:103 msgid "Left Aligned" -msgstr "Sola yasla" +msgstr "Sola hizalı" -#: admin/views/field-group-options.php:72 +#: includes/admin/views/field-group-options.php:70 msgid "Instruction placement" -msgstr "Talimat yerleştirme" +msgstr "Yönerge yerleştirme" -#: admin/views/field-group-options.php:79 +#: includes/admin/views/field-group-options.php:77 msgid "Below labels" msgstr "Etiketlerin altında" -#: admin/views/field-group-options.php:80 +#: includes/admin/views/field-group-options.php:78 msgid "Below fields" msgstr "Alanlarının altında" -#: admin/views/field-group-options.php:87 +#: includes/admin/views/field-group-options.php:85 msgid "Order No." -msgstr "Sıra No." +msgstr "Sıra no." -#: admin/views/field-group-options.php:88 +#: includes/admin/views/field-group-options.php:86 msgid "Field groups with a lower order will appear first" -msgstr "" +msgstr "Daha düşük sıralamaya sahip alan grupları daha önce görünür" -#: admin/views/field-group-options.php:99 +#: includes/admin/views/field-group-options.php:97 msgid "Shown in field group list" -msgstr "" +msgstr "Alan grubu listesinde görüntülenir" -#: admin/views/field-group-options.php:109 +#: includes/admin/views/field-group-options.php:107 msgid "Hide on screen" -msgstr "Ekrandan gizle" +msgstr "Ekranda gizle" -#: admin/views/field-group-options.php:110 -#, fuzzy +#: includes/admin/views/field-group-options.php:108 msgid "Select items to hide them from the edit screen." -msgstr "" -"Seç elemanları düzenleme ekranından gizlemek için Gizle " +msgstr "Düzenleme ekranından gizlemek istediğiniz ögeleri seçin." -#: admin/views/field-group-options.php:110 -#, fuzzy +#: includes/admin/views/field-group-options.php:108 msgid "" "If multiple field groups appear on an edit screen, the first field group's " "options will be used (the one with the lowest order number)" msgstr "" -"Birden fazla alan grupları bir düzenleme ekranında görünürse, ilk alan " -"grubun seçenekleri kullanılacaktır. (küçük id numarası ile bir)" +"Eğer düzenleme ekranında birden çok alan grubu ortaya çıkarsa, ilk alan " +"grubunun seçenekleri kullanılır (en düşük sıralama numarasına sahip olan)" -#: admin/views/field-group-options.php:117 +#: includes/admin/views/field-group-options.php:115 msgid "Permalink" -msgstr "Permalink" +msgstr "Kalıcı bağlantı" -#: admin/views/field-group-options.php:118 +#: includes/admin/views/field-group-options.php:116 msgid "Content Editor" -msgstr "İçerik Düzenleyici" +msgstr "İçerik düzenleyici" -#: admin/views/field-group-options.php:119 +#: includes/admin/views/field-group-options.php:117 msgid "Excerpt" -msgstr "Alıntı" +msgstr "Özet" -#: admin/views/field-group-options.php:121 +#: includes/admin/views/field-group-options.php:119 msgid "Discussion" msgstr "Tartışma" -#: admin/views/field-group-options.php:122 +#: includes/admin/views/field-group-options.php:120 msgid "Comments" msgstr "Yorumlar" -#: admin/views/field-group-options.php:123 +#: includes/admin/views/field-group-options.php:121 msgid "Revisions" -msgstr "Revizyonlar" +msgstr "Sürümler" -#: admin/views/field-group-options.php:124 +#: includes/admin/views/field-group-options.php:122 msgid "Slug" -msgstr "Kısaad" +msgstr "Kısa isim" -#: admin/views/field-group-options.php:125 +#: includes/admin/views/field-group-options.php:123 msgid "Author" msgstr "Yazar" -#: admin/views/field-group-options.php:126 +#: includes/admin/views/field-group-options.php:124 msgid "Format" -msgstr "Format" +msgstr "Biçim" -#: admin/views/field-group-options.php:127 +#: includes/admin/views/field-group-options.php:125 msgid "Page Attributes" -msgstr "Sayfa Öznitelikleri" +msgstr "Sayfa öznitelikleri" -#: admin/views/field-group-options.php:128 fields/relationship.php:737 +#: includes/admin/views/field-group-options.php:126 +#: includes/fields/class-acf-field-relationship.php:670 msgid "Featured Image" -msgstr "Öneçıkarılmış Resim" +msgstr "Öne çıkarılmış görsel" -#: admin/views/field-group-options.php:129 +#: includes/admin/views/field-group-options.php:127 msgid "Categories" msgstr "Kategoriler" -#: admin/views/field-group-options.php:130 +#: includes/admin/views/field-group-options.php:128 msgid "Tags" msgstr "Etiketler" -#: admin/views/field-group-options.php:131 +#: includes/admin/views/field-group-options.php:129 msgid "Send Trackbacks" -msgstr "Parçaları Gönder" +msgstr "Geri izlemeleri gönder" -#: admin/views/settings-addons.php:23 +#: includes/admin/views/html-location-group.php:3 +msgid "Show this field group if" +msgstr "Bu alan grubunu şu koşulda göster" + +#: includes/admin/views/install-network.php:4 +msgid "Upgrade Sites" +msgstr "Siteleri yükselt" + +#: includes/admin/views/install-network.php:9 +#: includes/admin/views/install.php:3 +msgid "Advanced Custom Fields Database Upgrade" +msgstr "Advanced Custom Fields veritabanı güncellemesi" + +#: includes/admin/views/install-network.php:11 +#, php-format +msgid "" +"The following sites require a DB upgrade. Check the ones you want to update " +"and then click %s." +msgstr "" +"Şu siteler için VT güncellemesi gerekiyor. Güncellemek istediklerinizi " +"işaretleyin ve %s tuşuna basın." + +#: includes/admin/views/install-network.php:20 +#: includes/admin/views/install-network.php:28 +msgid "Site" +msgstr "Site" + +#: includes/admin/views/install-network.php:48 +#, php-format +msgid "Site requires database upgrade from %s to %s" +msgstr "Site için %s sürümünden %s sürümüne veritabanı güncellemesi gerekiyor" + +#: includes/admin/views/install-network.php:50 +msgid "Site is up to date" +msgstr "Site güncel" + +#: includes/admin/views/install-network.php:63 +#, php-format +msgid "" +"Database Upgrade complete. Return to network dashboard" +msgstr "" +"Veritabanı güncellemesi tamamlandı. Ağ panosuna geri dön" + +#: includes/admin/views/install-network.php:102 +#: includes/admin/views/install-notice.php:42 +msgid "" +"It is strongly recommended that you backup your database before proceeding. " +"Are you sure you wish to run the updater now?" +msgstr "" +"Devam etmeden önce veritabanınızı yedeklemeniz önemle önerilir. " +"Güncelleştiriciyi şimdi çalıştırmak istediğinizden emin misiniz?" + +#: includes/admin/views/install-network.php:158 +msgid "Upgrade complete" +msgstr "Yükseltme başarılı" + +#: includes/admin/views/install-network.php:162 +#: includes/admin/views/install.php:9 +#, php-format +msgid "Upgrading data to version %s" +msgstr "Veri %s sürümüne yükseltiliyor" + +#: includes/admin/views/install-notice.php:8 +#: pro/fields/class-acf-field-repeater.php:25 +msgid "Repeater" +msgstr "Tekrarlayıcı" + +#: includes/admin/views/install-notice.php:9 +#: pro/fields/class-acf-field-flexible-content.php:25 +msgid "Flexible Content" +msgstr "Esnek içerik" + +#: includes/admin/views/install-notice.php:10 +#: pro/fields/class-acf-field-gallery.php:25 +msgid "Gallery" +msgstr "Galeri" + +#: includes/admin/views/install-notice.php:11 +#: pro/locations/class-acf-location-options-page.php:26 +msgid "Options Page" +msgstr "Seçenekler sayfası" + +#: includes/admin/views/install-notice.php:26 +msgid "Database Upgrade Required" +msgstr "Veritabanı yükseltmesi gerekiyor" + +#: includes/admin/views/install-notice.php:28 +#, php-format +msgid "Thank you for updating to %s v%s!" +msgstr "%s v%s sürümüne güncellediğiniz için teşekkür ederiz!" + +#: includes/admin/views/install-notice.php:28 +msgid "" +"Before you start using the new awesome features, please update your database " +"to the newest version." +msgstr "" +"Yeni muhteşem özellikleri kullanmadan önce lütfen veritabanınızı en yeni " +"sürüme güncelleyin." + +#: includes/admin/views/install-notice.php:31 +#, php-format +msgid "" +"Please also ensure any premium add-ons (%s) have first been updated to the " +"latest version." +msgstr "" +"Lütfen ayrıca premium eklentilerin (%s) de en üst sürüme güncellendiğinden " +"emin olun." + +#: includes/admin/views/install.php:7 +msgid "Reading upgrade tasks..." +msgstr "Yükseltme görevlerini okuyor..." + +#: includes/admin/views/install.php:11 +#, php-format +msgid "Database Upgrade complete. See what's new" +msgstr "" +"Veritabanı güncellemesi tamamlandı. Neler yeni bir göz atın" + +#: includes/admin/views/settings-addons.php:17 msgid "Download & Install" -msgstr "İndir & Yükle" +msgstr "İndir ve yükle" -#: admin/views/settings-addons.php:42 +#: includes/admin/views/settings-addons.php:36 msgid "Installed" msgstr "Yüklendi" -#: admin/views/settings-info.php:9 +#: includes/admin/views/settings-info.php:3 msgid "Welcome to Advanced Custom Fields" -msgstr "Gelişmiş Özel Alanlara Hoş geldiniz" +msgstr "Advanced Custom Fields eklentisine hoş geldiniz" -#: admin/views/settings-info.php:10 +#: includes/admin/views/settings-info.php:4 #, php-format msgid "" "Thank you for updating! ACF %s is bigger and better than ever before. We " "hope you like it." msgstr "" "Güncelleme için teşekkür ederiz! ACF %s zamankinden daha büyük ve daha iyi. " -"Böyle umuyoruz." +"Umarız beğenirsiniz." -#: admin/views/settings-info.php:23 +#: includes/admin/views/settings-info.php:17 msgid "A smoother custom field experience" -msgstr "Daha düzgün özel alan deneyimi" +msgstr "Daha iyi bir özel alan deneyimi" -#: admin/views/settings-info.php:28 +#: includes/admin/views/settings-info.php:22 msgid "Improved Usability" -msgstr "Geliştirilmiş Kullanılabilirlik" +msgstr "Geliştirilmiş kullanılabilirlik" -#: admin/views/settings-info.php:29 +#: includes/admin/views/settings-info.php:23 msgid "" "Including the popular Select2 library has improved both usability and speed " "across a number of field types including post object, page link, taxonomy " "and select." msgstr "" -"Popüler Select2 kütüphane dahil yazılan nesne, sayfa linki, taksonomi alan " -"türlerinden hem kullanışlılık ve hem de hız performansı geliştirdi." +"Popüler Select2 kütüphanesini ekleyerek yazı nesnesi, sayfa bağlantısı, " +"taksonomi ve seçim kutusu gibi bir çok alan tipinde hem kullanışlılık hem de " +"hız iyileştirmeleri gerçekleşti." -#: admin/views/settings-info.php:33 +#: includes/admin/views/settings-info.php:27 msgid "Improved Design" -msgstr "Geliştirilmiş Tasarım" +msgstr "Geliştirilmiş tasarım" -#: admin/views/settings-info.php:34 +#: includes/admin/views/settings-info.php:28 msgid "" "Many fields have undergone a visual refresh to make ACF look better than " "ever! Noticeable changes are seen on the gallery, relationship and oEmbed " "(new) fields!" msgstr "" -"Birçok alanları ACF her zamankinden daha iyi görünmesi için görsel bir " -"yenileme gerçekleştirildi! Dikkat çeken değişiklikler galeri, ilişki ve " -"(yeni) alanlarında görülür!" +"ACF daha iyi görünsün diye bir çok alan görsel yenilemeden geçirildi! Gözle " +"görülür değişiklikler galeri, ilişki ve oEmbed (yeni) alanlarında!" -#: admin/views/settings-info.php:38 +#: includes/admin/views/settings-info.php:32 msgid "Improved Data" -msgstr "Geliştirilmiş Veri" +msgstr "Geliştirilmiş veri" -#: admin/views/settings-info.php:39 +#: includes/admin/views/settings-info.php:33 msgid "" "Redesigning the data architecture has allowed sub fields to live " "independently from their parents. This allows you to drag and drop fields in " "and out of parent fields!" msgstr "" -"Veri mimarisi yeniden düzenleme ile alt alanlar ebeveynlerinden bağımsız " -"olarak çalışmasına izin verdi. " +"Veri mimarisinin yeniden düzenlenmesi sayesinde alt alanlar üst alanlara " +"bağlı olmadan var olabiliyorlar. Bu da üst alanların dışına sürükle bırak " +"yapılabilmesine olanak sağlıyor!" -#: admin/views/settings-info.php:45 +#: includes/admin/views/settings-info.php:39 msgid "Goodbye Add-ons. Hello PRO" -msgstr "Elveda Eklentiler. Merhaba PRO" +msgstr "Elveda eklentiler. Merhaba PRO" -#: admin/views/settings-info.php:50 +#: includes/admin/views/settings-info.php:44 msgid "Introducing ACF PRO" -msgstr "ACF PRO Tanıtımı" +msgstr "Karşınızda ACF PRO" -#: admin/views/settings-info.php:51 -#, fuzzy +#: includes/admin/views/settings-info.php:45 msgid "" "We're changing the way premium functionality is delivered in an exciting way!" msgstr "" -"İşlevselliği üst düzeye çıkarken, bir şekilde teslim edilir şeklini " -"değiştirerek teslim ediyoruz!" +"Premium işlevlerin size ulaştırılmasını daha heyecanlı bir hale getiriyoruz!" -#: admin/views/settings-info.php:52 +#: includes/admin/views/settings-info.php:46 #, php-format msgid "" "All 4 premium add-ons have been combined into a new Pro " "version of ACF. With both personal and developer licenses available, " "premium functionality is more affordable and accessible than ever before!" msgstr "" -"Yeni ACF Pro sürümünü içine 4 prim eklentiler kombine " -"edilmiştir. Mevcut kişisel ve geliştirici lisans hem de birlikte, prim " -"işlevsellik daha uygun fiyatlı ve her zamankinden daha erişilebilir!" +"Yeni ACF Pro sürümününe 4 premium eklenti dahil edildi. " +"Hem kişisel hem geliştirici lisansında, özel beceriler hiç olmadığı kadar " +"edinilebilir ve erişilebilir!" -#: admin/views/settings-info.php:56 +#: includes/admin/views/settings-info.php:50 msgid "Powerful Features" -msgstr "Güçlü Özellikler" +msgstr "Güçlü özellikler" -#: admin/views/settings-info.php:57 +#: includes/admin/views/settings-info.php:51 msgid "" "ACF PRO contains powerful features such as repeatable data, flexible content " "layouts, a beautiful gallery field and the ability to create extra admin " "options pages!" msgstr "" -"ACF PRO gibi tekrarlanabilir veriler, esnek içerik düzenleri, güzel bir " -"galeri alanına ve ekstra yönetici seçenekleri sayfaları oluşturmak için " -"yeteneği gibi güçlü özellikler içerir!" +"ACF PRO, tekrarlanabilir veri, esnek içerik yerleşimleri, harika bir galeri " +"alanı ve ekstra yönetim seçenekleri sayfaları oluşturma gibi güçlü " +"özellikler içerir!" -#: admin/views/settings-info.php:58 +#: includes/admin/views/settings-info.php:52 #, php-format msgid "Read more about ACF PRO features." -msgstr "" -"ACF PRO özellikleri hakkında daha fazlasını okuyun." +msgstr "ACF PRO özellikleri hakkında daha fazlasını okuyun." -#: admin/views/settings-info.php:62 +#: includes/admin/views/settings-info.php:56 msgid "Easy Upgrading" -msgstr "Kolay Yükseltme" +msgstr "Kolay yükseltme" -#: admin/views/settings-info.php:63 +#: includes/admin/views/settings-info.php:57 #, php-format msgid "" "To help make upgrading easy, login to your store account " "and claim a free copy of ACF PRO!" msgstr "" -" Mağaza hesap, yükseltme kolay halde giriş yapın ve " -"yardım isteyin ACF PRO ücretsiz bir kopyasını talep edin!" +"Yükseltmeyi kolaylaştırmak için mağaza hesabınıza giriş " +"yapın ve bir adet ücretsiz ACF PRO kopyası edinin!" -#: admin/views/settings-info.php:64 +#: includes/admin/views/settings-info.php:58 #, php-format msgid "" "We also wrote an upgrade guide to answer any questions, " "but if you do have one, please contact our support team via the help desk" msgstr "" -"Biz de bir herhangi bir soruya cevap kılavuzu yükseltme, " -"ama bir tane yaparsanız, yoluyla destek ekibimize başvurun yardım masası " +"Her türlü soruya cevap verebilecek bir yükseltme rehberi " +"hazırladık, fakat yine de bir sorunuz varsa lütfen yardım " +"masasını kullanarak destek ekibimize danışın" -#: admin/views/settings-info.php:72 +#: includes/admin/views/settings-info.php:66 msgid "Under the Hood" -msgstr "Hood Altında" +msgstr "Kaputun altında" -#: admin/views/settings-info.php:77 +#: includes/admin/views/settings-info.php:71 msgid "Smarter field settings" -msgstr "Akıllı alan ayarları" +msgstr "Daha akıllı alan ayarları" -#: admin/views/settings-info.php:78 +#: includes/admin/views/settings-info.php:72 msgid "ACF now saves its field settings as individual post objects" -msgstr "ACF şimdi bireysel nesneleri olarak alan ayarları kaydeder" +msgstr "ACF artık alan ayarlarını münferit yazı nesneleri olarak saklıyor" -#: admin/views/settings-info.php:82 +#: includes/admin/views/settings-info.php:76 msgid "More AJAX" -msgstr "Daha Fazla AJAX" +msgstr "Daha fazla AJAX" -#: admin/views/settings-info.php:83 +#: includes/admin/views/settings-info.php:77 msgid "More fields use AJAX powered search to speed up page loading" msgstr "" -"Daha alanlar sayfa yükleme hızlandırmak için AJAX destekli arama kullanın" +"Sayfa yüklemesini hızlandırmak için daha fazla alan AJAX ile güçlendirildi" -#: admin/views/settings-info.php:87 +#: includes/admin/views/settings-info.php:81 msgid "Local JSON" msgstr "Yerel JSON" -#: admin/views/settings-info.php:88 +#: includes/admin/views/settings-info.php:82 msgid "New auto export to JSON feature improves speed" -msgstr "JSON özelliği yeni otomatik aktarım hızını artırır" +msgstr "Yeni otomatik JSON dışarı aktarma özelliği hızı geliştiriyor" -#: admin/views/settings-info.php:94 +#: includes/admin/views/settings-info.php:88 msgid "Better version control" msgstr "Daha iyi sürüm kontrolü" -#: admin/views/settings-info.php:95 +#: includes/admin/views/settings-info.php:89 msgid "" "New auto export to JSON feature allows field settings to be version " "controlled" msgstr "" -"JSON özelliği yeni otomatik ihracat alan ayarları versiyonu kontrollü " -"olmasını sağlar" +"Otomatik JSON dışarı aktarma özelliği sayesinde artık alan ayarları sürüm " +"kontrolü ile yönetilebilir" -#: admin/views/settings-info.php:99 +#: includes/admin/views/settings-info.php:93 msgid "Swapped XML for JSON" -msgstr "JSON için XML" +msgstr "XML yerine JSON kullanımına geçildi" -#: admin/views/settings-info.php:100 +#: includes/admin/views/settings-info.php:94 msgid "Import / Export now uses JSON in favour of XML" -msgstr "İçe / Dışa Aktarım şimdi XML lehine JSON kullanır" +msgstr "İçeri / dışarı aktarma artık XML yerine JSON kullanıyor" -#: admin/views/settings-info.php:104 +#: includes/admin/views/settings-info.php:98 msgid "New Forms" -msgstr "Yeni Formlar" +msgstr "Yeni formlar" -#: admin/views/settings-info.php:105 +#: includes/admin/views/settings-info.php:99 msgid "Fields can now be mapped to comments, widgets and all user forms!" msgstr "" -"Alanlar şimdi yorumlar, widget'lar ve tüm kullanıcı formları eşlenebilir!" +"Alanlar artık yorumlara, bileşenlere ve tüm kullanıcı formlarına " +"eşlenebiliyor!" -#: admin/views/settings-info.php:112 +#: includes/admin/views/settings-info.php:106 msgid "A new field for embedding content has been added" -msgstr "Gömme içerik için yeni bir alan eklendi" +msgstr "Gömülü içerik için yeni bir alan eklendi" -#: admin/views/settings-info.php:116 +#: includes/admin/views/settings-info.php:110 msgid "New Gallery" -msgstr "Yeni Galeri" +msgstr "Yeni galeri" -#: admin/views/settings-info.php:117 +#: includes/admin/views/settings-info.php:111 msgid "The gallery field has undergone a much needed facelift" -msgstr "Galeri alanı çok gerekli" +msgstr "Galeri alanı oldukça gerekli bir makyaj ile yenilendi" -#: admin/views/settings-info.php:121 +#: includes/admin/views/settings-info.php:115 msgid "New Settings" -msgstr "Yeni Ayarlar" +msgstr "Yeni ayarlar" -#: admin/views/settings-info.php:122 +#: includes/admin/views/settings-info.php:116 msgid "" "Field group settings have been added for label placement and instruction " "placement" -msgstr "" -"Alan grubu ayarları etiket yerleştirme ve öğretim yerleştirme için " -"eklenmiştir" +msgstr "Etiket yerleşimi ve yönerge yerleşimi için alan grubu ayarları eklendi" -#: admin/views/settings-info.php:128 +#: includes/admin/views/settings-info.php:122 msgid "Better Front End Forms" -msgstr "Daha Son Kullanıcı Formları" +msgstr "Daha iyi ön yüz formları" -#: admin/views/settings-info.php:129 +#: includes/admin/views/settings-info.php:123 msgid "acf_form() can now create a new post on submission" -msgstr "acf_form() yeni bir yazı oluşturabilir" +msgstr "acf_form() artık gönderim halinde yeni bir yazı oluşturabilir" -#: admin/views/settings-info.php:133 +#: includes/admin/views/settings-info.php:127 msgid "Better Validation" -msgstr "Daha iyi Doğrulama" +msgstr "Daha iyi doğrulama" -#: admin/views/settings-info.php:134 +#: includes/admin/views/settings-info.php:128 msgid "Form validation is now done via PHP + AJAX in favour of only JS" -msgstr "Form doğrulama artık sadece JS lehine PHP + AJAX ile yapılır" +msgstr "Form doğrulama artık sadece JS yerine PHP + AJAX ile yapılıyor" -#: admin/views/settings-info.php:138 +#: includes/admin/views/settings-info.php:132 msgid "Relationship Field" -msgstr "İlişkili Alan" +msgstr "İlişkili alan" -#: admin/views/settings-info.php:139 +#: includes/admin/views/settings-info.php:133 msgid "" "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)" -msgstr "'Filtreler' ayarı Yeni Bir İlişki alan (Arama, Yazı tipi, Taksonomi)" +msgstr "'Filtreler' için yeni ilişki ayarı (Arama, yazı tipi, taksonomi)" -#: admin/views/settings-info.php:145 +#: includes/admin/views/settings-info.php:139 msgid "Moving Fields" -msgstr "Hareketli Alanlar" +msgstr "Taşınabilir alanlar" -#: admin/views/settings-info.php:146 +#: includes/admin/views/settings-info.php:140 msgid "" "New field group functionality allows you to move a field between groups & " "parents" msgstr "" -"Yeni alan grup işlevsellik gruplar ve veliler arasında bir alana taşımak " -"için izin verir" +"Yeni alan gruplama becerisi bir alanı gruplar ve üst alanlar arasında taşıma " +"imkanı sağlar" -#: admin/views/settings-info.php:150 fields/page_link.php:36 +#: includes/admin/views/settings-info.php:144 +#: includes/fields/class-acf-field-page_link.php:25 msgid "Page Link" -msgstr "Sayfa Bağlantısı" +msgstr "Sayfa bağlantısı" -#: admin/views/settings-info.php:151 +#: includes/admin/views/settings-info.php:145 msgid "New archives group in page_link field selection" -msgstr " Yeni arşiv grubu page_link alanı tercihinde" +msgstr "Yeni arşivler page_link alanı seçiminde gruplanır" -#: admin/views/settings-info.php:155 +#: includes/admin/views/settings-info.php:149 msgid "Better Options Pages" -msgstr "Daha iyi Ayarlar Sayfası" +msgstr "Daha iyi seçenekler sayfası" -#: admin/views/settings-info.php:156 +#: includes/admin/views/settings-info.php:150 msgid "" "New functions for options page allow creation of both parent and child menu " "pages" msgstr "" -"Seçenekleri sayfası için yeni fonksiyonlar hem ebeveyn ve çocuk menüsü " -"sayfaları oluşturulmasını sağlar" +"Seçenekler sayfası için yeni işlevler sayesinde hem üst hem alt menü " +"sayfaları oluşturulabiliyor" -#: admin/views/settings-info.php:165 +#: includes/admin/views/settings-info.php:159 #, php-format msgid "We think you'll love the changes in %s." -msgstr "Biz %s değişiklikleri seveceğinizi düşünüyoruz." +msgstr "%s sürümündeki değişiklikleri seveceğinizi düşünüyoruz." -#: admin/views/settings-tools-export.php:13 +#: includes/admin/views/settings-tools-export.php:23 msgid "Export Field Groups to PHP" -msgstr "PHP olarak Alan Gruplarını dışa aktar" +msgstr "Alan gruplarını PHP için dışa aktar" -#: admin/views/settings-tools-export.php:17 +#: includes/admin/views/settings-tools-export.php:27 msgid "" "The following code can be used to register a local version of the selected " "field group(s). A local field group can provide many benefits such as faster " @@ -1205,21 +1170,21 @@ msgid "" "the following code to your theme's functions.php file or include it within " "an external file." msgstr "" -"Seçilen alan grup (lar) yerel bir sürümünü kaydetmek için " -"kullanılabilirsiniz. Bir yerel alan grup, daha hızlı yükleme süreleri, sürüm " -"kontrolü ve dinamik alanlar / ayarları gibi birçok fayda sağlar. Temanızın " -"functions.php dosyasına sadece kodu kopyalayıp yapıştırın, buna harici dosya " -"da dahil bu kodu orada da kullanabilirsiniz." +"Aşağıdaki kod seçilmiş alan grubu/grupları için yerel bir sürüm kaydetmek " +"için kullanılır. Yerel alan grubu daha hızlı yüklenme süreleri, sürüm " +"yönetimi ve dinamik alanlar/ayarlar gibi faydalar sağlar. Yapmanız gereken " +"bu kodu kopyalayıp temanızın functions.php dosyasına eklemek ya da harici " +"bir dosya olarak temanıza dahil etmek." -#: admin/views/settings-tools.php:5 +#: includes/admin/views/settings-tools.php:5 msgid "Select Field Groups" -msgstr "Alan Gruplarını Seç" +msgstr "Alan gruplarını seç" -#: admin/views/settings-tools.php:35 +#: includes/admin/views/settings-tools.php:35 msgid "Export Field Groups" -msgstr "Alan Gruplarını Dışa Aktarın" +msgstr "Alan gruplarını dışarı aktar" -#: admin/views/settings-tools.php:38 +#: includes/admin/views/settings-tools.php:38 msgid "" "Select the field groups you would like to export and then select your export " "method. Use the download button to export to a .json file which you can then " @@ -1231,1377 +1196,2101 @@ msgstr "" "düğmesini kullanın. Tema yerleştirebilirsiniz PHP kodu aktarma düğmesini " "kullanın." -#: admin/views/settings-tools.php:50 +#: includes/admin/views/settings-tools.php:50 msgid "Download export file" -msgstr "Aktarma Dosyasını indir" +msgstr "Dışarı aktarma dosyasını indir" -#: admin/views/settings-tools.php:51 +#: includes/admin/views/settings-tools.php:51 msgid "Generate export code" -msgstr "Aktarım kodu oluştur" +msgstr "Dışarı aktarma kodu oluştur" -#: admin/views/settings-tools.php:64 +#: includes/admin/views/settings-tools.php:64 msgid "Import Field Groups" -msgstr "Alan Grupları İçe Aktar" +msgstr "Alan gruplarını içeri aktar" -#: admin/views/settings-tools.php:67 +#: includes/admin/views/settings-tools.php:67 msgid "" "Select the Advanced Custom Fields JSON file you would like to import. When " "you click the import button below, ACF will import the field groups." msgstr "" -"İçe aktaracağınız Gelişmiş Özel Alanlar JSON dosyasını seçin. Aşağıdaki içe " -"aktar butonuna tıkladığınızda, ACF alan gruplarını içe aktaracak." +"İçeri aktarmak istediğiniz Advanced Custom Fields JSON dosyasını seçin. " +"Aşağıdaki içeri aktar tuşuna bastığınızda ACF alan gruplarını içeri " +"aktaracak." -#: admin/views/settings-tools.php:77 fields/file.php:46 +#: includes/admin/views/settings-tools.php:77 +#: includes/fields/class-acf-field-file.php:35 msgid "Select File" -msgstr "Dosya Seç" +msgstr "Dosya seç" -#: admin/views/settings-tools.php:86 +#: includes/admin/views/settings-tools.php:86 msgid "Import" -msgstr "İçe Aktar" +msgstr "İçe aktar" -#: admin/views/update-network.php:8 admin/views/update.php:8 -msgid "Advanced Custom Fields Database Upgrade" -msgstr "" - -#: admin/views/update-network.php:10 -msgid "" -"The following sites require a DB upgrade. Check the ones you want to update " -"and then click “Upgrade Database”." -msgstr "" - -#: admin/views/update-network.php:19 admin/views/update-network.php:27 -msgid "Site" -msgstr "" - -#: admin/views/update-network.php:47 -#, php-format -msgid "Site requires database upgrade from %s to %s" -msgstr "" - -#: admin/views/update-network.php:49 -msgid "Site is up to date" -msgstr "" - -#: admin/views/update-network.php:62 admin/views/update.php:16 -msgid "Database Upgrade complete. Return to network dashboard" -msgstr "" - -#: admin/views/update-network.php:101 admin/views/update-notice.php:35 -msgid "" -"It is strongly recommended that you backup your database before proceeding. " -"Are you sure you wish to run the updater now?" -msgstr "" -"Önemle devam etmeden önce size veritabanını yedekleminizi öneririz. Şimdi " -"güncelleyiciyi çalıştırmak istediğiniz emin misiniz?" - -#: admin/views/update-network.php:157 -msgid "Upgrade complete" -msgstr "" - -#: admin/views/update-network.php:161 -msgid "Upgrading data to" -msgstr "" - -#: admin/views/update-notice.php:23 -msgid "Database Upgrade Required" -msgstr "Veritabanı Yükseltmesi Gerekiyor" - -#: admin/views/update-notice.php:25 -#, php-format -msgid "Thank you for updating to %s v%s!" -msgstr "Güncelleme için teşekkür ederiz. %s v%s!" - -#: admin/views/update-notice.php:25 -msgid "" -"Before you start using the new awesome features, please update your database " -"to the newest version." -msgstr "" -"Eğer yeni müthiş özelliklerini kullanmaya başlamadan önce, yeni sürüme " -"veritabanını güncellemek lütfen." - -#: admin/views/update.php:12 -msgid "Reading upgrade tasks..." -msgstr "Yükseltme görevlerini okuyor ..." - -#: admin/views/update.php:14 -#, php-format -msgid "Upgrading data to version %s" -msgstr "Sürüme yükseltme veri %s" - -#: admin/views/update.php:16 -msgid "See what's new" -msgstr "Neler yeni görün" - -#: admin/views/update.php:110 -msgid "No updates available." -msgstr "" - -#: api/api-helpers.php:821 +#: includes/api/api-helpers.php:856 msgid "Thumbnail" -msgstr "Küçük resim" +msgstr "Küçük görsel" -#: api/api-helpers.php:822 +#: includes/api/api-helpers.php:857 msgid "Medium" msgstr "Orta" -#: api/api-helpers.php:823 +#: includes/api/api-helpers.php:858 msgid "Large" msgstr "Büyük" -#: api/api-helpers.php:871 +#: includes/api/api-helpers.php:907 msgid "Full Size" -msgstr "Tam Boyut" +msgstr "Tam boyut" -#: api/api-helpers.php:1581 +#: includes/api/api-helpers.php:1248 includes/api/api-helpers.php:1831 +#: pro/fields/class-acf-field-clone.php:1008 msgid "(no title)" msgstr "(başlıksız)" -#: api/api-helpers.php:3183 +#: includes/api/api-helpers.php:1868 +#: includes/fields/class-acf-field-page_link.php:269 +#: includes/fields/class-acf-field-post_object.php:268 +#: includes/fields/class-acf-field-taxonomy.php:979 +msgid "Parent" +msgstr "Ebeveyn" + +#: includes/api/api-helpers.php:3885 #, php-format msgid "Image width must be at least %dpx." -msgstr "" +msgstr "Görsel genişliği en az %dpx olmalı." -#: api/api-helpers.php:3188 +#: includes/api/api-helpers.php:3890 #, php-format msgid "Image width must not exceed %dpx." -msgstr "" +msgstr "Görsel genişliği %dpx değerini geçmemeli." -#: api/api-helpers.php:3204 +#: includes/api/api-helpers.php:3906 #, php-format msgid "Image height must be at least %dpx." -msgstr "" +msgstr "Görsel yüksekliği en az %dpx olmalı." -#: api/api-helpers.php:3209 +#: includes/api/api-helpers.php:3911 #, php-format msgid "Image height must not exceed %dpx." -msgstr "" +msgstr "Görsel yüksekliği %dpx değerini geçmemeli." -#: api/api-helpers.php:3227 +#: includes/api/api-helpers.php:3929 #, php-format msgid "File size must be at least %s." -msgstr "" +msgstr "Dosya boyutu en az %s olmalı." -#: api/api-helpers.php:3232 +#: includes/api/api-helpers.php:3934 #, php-format msgid "File size must must not exceed %s." -msgstr "" +msgstr "Dosya boyutu %s boyutunu geçmemeli." -#: api/api-helpers.php:3266 -#, fuzzy, php-format +#: includes/api/api-helpers.php:3968 +#, php-format msgid "File type must be %s." -msgstr "Dosya türü mevcut değil" +msgstr "Dosya tipi %s olmalı." -#: api/api-template.php:1289 pro/fields/gallery.php:564 -msgid "Update" -msgstr "Güncelle" - -#: api/api-template.php:1290 -msgid "Post updated" -msgstr "Yazı güncellendi" - -#: core/field.php:131 +#: includes/fields.php:144 msgid "Basic" msgstr "Basit" -#: core/field.php:132 +#: includes/fields.php:145 includes/forms/form-front.php:47 msgid "Content" msgstr "İçerik" -#: core/field.php:133 +#: includes/fields.php:146 msgid "Choice" msgstr "Seçim" -#: core/field.php:134 +#: includes/fields.php:147 msgid "Relational" msgstr "İlişkisel" -#: core/field.php:135 +#: includes/fields.php:148 msgid "jQuery" msgstr "jQuery" -#: core/field.php:136 fields/checkbox.php:226 fields/radio.php:231 -#: pro/fields/flexible-content.php:512 pro/fields/repeater.php:392 +#: includes/fields.php:149 includes/fields/class-acf-field-checkbox.php:384 +#: includes/fields/class-acf-field-group.php:477 +#: includes/fields/class-acf-field-radio.php:285 +#: pro/fields/class-acf-field-clone.php:855 +#: pro/fields/class-acf-field-flexible-content.php:554 +#: pro/fields/class-acf-field-flexible-content.php:603 +#: pro/fields/class-acf-field-repeater.php:458 msgid "Layout" -msgstr "Düzen" +msgstr "Yerleşim" -#: core/input.php:129 -msgid "Expand Details" -msgstr "Ayrıntıları Genişlet" +#: includes/fields.php:326 +msgid "Field type does not exist" +msgstr "Var olmayan alan tipi" -#: core/input.php:130 -msgid "Collapse Details" -msgstr "Detayları Daralt" +#: includes/fields.php:326 +msgid "Unknown" +msgstr "Bilinmiyor" -#: core/input.php:131 -msgid "Validation successful" -msgstr "Doğrulama başarılı" - -#: core/input.php:132 -msgid "Validation failed" -msgstr "Doğrulama başarısız" - -#: core/input.php:133 -msgid "1 field requires attention" -msgstr "" - -#: core/input.php:134 -#, php-format -msgid "%d fields require attention" -msgstr "" - -#: core/input.php:135 -msgid "Restricted" -msgstr "" - -#: core/input.php:533 -#, php-format -msgid "%s value is required" -msgstr "%s değeri gerekli" - -#: fields/checkbox.php:36 fields/taxonomy.php:752 +#: includes/fields/class-acf-field-checkbox.php:25 +#: includes/fields/class-acf-field-taxonomy.php:773 msgid "Checkbox" -msgstr "Onay Kutusu" +msgstr "İşaret kutusu" -#: fields/checkbox.php:144 +#: includes/fields/class-acf-field-checkbox.php:154 msgid "Toggle All" -msgstr "Hepsini Aç-Kapat" +msgstr "Tümünü aç/kapat" -#: fields/checkbox.php:208 fields/radio.php:193 fields/select.php:388 +#: includes/fields/class-acf-field-checkbox.php:221 +msgid "Add new choice" +msgstr "Yeni seçenek ekle" + +#: includes/fields/class-acf-field-checkbox.php:344 +#: includes/fields/class-acf-field-radio.php:235 +#: includes/fields/class-acf-field-select.php:368 msgid "Choices" msgstr "Seçimler" -#: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "Enter each choice on a new line." -msgstr "Her satıra bir seçim yazın." +msgstr "Her seçeneği yeni bir satıra girin." -#: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "For more control, you may specify both a value and label like this:" -msgstr "Daha fazla kontrol için, hem bir değer belirtebilir ve bu gibi etiket:" +msgstr "" +"Daha fazla kontrol için, hem bir değeri hem de bir etiketi şu şekilde " +"belirtebilirsiniz:" -#: fields/checkbox.php:209 fields/radio.php:194 fields/select.php:389 +#: includes/fields/class-acf-field-checkbox.php:345 +#: includes/fields/class-acf-field-radio.php:236 +#: includes/fields/class-acf-field-select.php:369 msgid "red : Red" -msgstr "red : Kırmızı" +msgstr "kirmizi : Kırmızı" -#: fields/checkbox.php:217 fields/color_picker.php:158 fields/email.php:124 -#: fields/number.php:150 fields/radio.php:222 fields/select.php:397 -#: fields/text.php:148 fields/textarea.php:145 fields/true_false.php:115 -#: fields/url.php:117 fields/wysiwyg.php:345 +#: includes/fields/class-acf-field-checkbox.php:353 +msgid "Allow Custom" +msgstr "Özel değere izin ver" + +#: includes/fields/class-acf-field-checkbox.php:358 +msgid "Allow 'custom' values to be added" +msgstr "‘Özel’ alanların eklenebilmesine izin ver" + +#: includes/fields/class-acf-field-checkbox.php:364 +msgid "Save Custom" +msgstr "Özel alanı kaydet" + +#: includes/fields/class-acf-field-checkbox.php:369 +msgid "Save 'custom' values to the field's choices" +msgstr "‘Özel’ değerleri alanın seçenekleri arasına kaydet" + +#: includes/fields/class-acf-field-checkbox.php:375 +#: includes/fields/class-acf-field-color_picker.php:131 +#: includes/fields/class-acf-field-email.php:114 +#: includes/fields/class-acf-field-number.php:123 +#: includes/fields/class-acf-field-radio.php:276 +#: includes/fields/class-acf-field-select.php:377 +#: includes/fields/class-acf-field-text.php:115 +#: includes/fields/class-acf-field-textarea.php:98 +#: includes/fields/class-acf-field-true_false.php:135 +#: includes/fields/class-acf-field-url.php:96 +#: includes/fields/class-acf-field-wysiwyg.php:421 msgid "Default Value" -msgstr "Varsayılan Değer" +msgstr "Varsayılan değer" -#: fields/checkbox.php:218 fields/select.php:398 +#: includes/fields/class-acf-field-checkbox.php:376 +#: includes/fields/class-acf-field-select.php:378 msgid "Enter each default value on a new line" -msgstr "Her satıra bir değer girin" +msgstr "Her varsayılan değeri yeni bir satıra girin" -#: fields/checkbox.php:232 fields/radio.php:237 +#: includes/fields/class-acf-field-checkbox.php:390 +#: includes/fields/class-acf-field-radio.php:291 msgid "Vertical" msgstr "Dikey" -#: fields/checkbox.php:233 fields/radio.php:238 +#: includes/fields/class-acf-field-checkbox.php:391 +#: includes/fields/class-acf-field-radio.php:292 msgid "Horizontal" msgstr "Yatay" -#: fields/checkbox.php:240 +#: includes/fields/class-acf-field-checkbox.php:398 msgid "Toggle" -msgstr "" +msgstr "Aç - kapat" -#: fields/checkbox.php:241 +#: includes/fields/class-acf-field-checkbox.php:399 msgid "Prepend an extra checkbox to toggle all choices" msgstr "" +"En başa tüm seçimleri tersine çevirmek için ekstra bir seçim kutusu ekle" -#: fields/color_picker.php:36 +#: includes/fields/class-acf-field-checkbox.php:408 +#: includes/fields/class-acf-field-file.php:204 +#: includes/fields/class-acf-field-image.php:191 +#: includes/fields/class-acf-field-link.php:166 +#: includes/fields/class-acf-field-radio.php:299 +#: includes/fields/class-acf-field-taxonomy.php:826 +msgid "Return Value" +msgstr "Dönüş değeri" + +#: includes/fields/class-acf-field-checkbox.php:409 +#: includes/fields/class-acf-field-file.php:205 +#: includes/fields/class-acf-field-image.php:192 +#: includes/fields/class-acf-field-link.php:167 +#: includes/fields/class-acf-field-radio.php:300 +msgid "Specify the returned value on front end" +msgstr "Ön yüzden dönecek değeri belirleyin" + +#: includes/fields/class-acf-field-checkbox.php:414 +#: includes/fields/class-acf-field-radio.php:305 +#: includes/fields/class-acf-field-select.php:431 +msgid "Value" +msgstr "Değer" + +#: includes/fields/class-acf-field-checkbox.php:416 +#: includes/fields/class-acf-field-radio.php:307 +#: includes/fields/class-acf-field-select.php:433 +msgid "Both (Array)" +msgstr "İkisi de (Dizi)" + +#: includes/fields/class-acf-field-color_picker.php:25 msgid "Color Picker" -msgstr "Renk Paleti" +msgstr "Renk seçici" -#: fields/color_picker.php:94 +#: includes/fields/class-acf-field-color_picker.php:68 msgid "Clear" msgstr "Temizle" -#: fields/color_picker.php:95 +#: includes/fields/class-acf-field-color_picker.php:69 msgid "Default" msgstr "Varsayılan" -#: fields/color_picker.php:96 +#: includes/fields/class-acf-field-color_picker.php:70 msgid "Select Color" -msgstr "Renk Seç" +msgstr "Renk seç" -#: fields/date_picker.php:36 +#: includes/fields/class-acf-field-color_picker.php:71 +msgid "Current Color" +msgstr "Şu anki renk" + +#: includes/fields/class-acf-field-date_picker.php:25 msgid "Date Picker" -msgstr "Tarih Seçici" +msgstr "Tarih seçici" -#: fields/date_picker.php:72 +#: includes/fields/class-acf-field-date_picker.php:33 +msgctxt "Date Picker JS closeText" msgid "Done" msgstr "Tamam" -#: fields/date_picker.php:73 +#: includes/fields/class-acf-field-date_picker.php:34 +msgctxt "Date Picker JS currentText" msgid "Today" msgstr "Bugün" -#: fields/date_picker.php:76 -msgid "Show a different month" -msgstr "Başka bir ay göster" +#: includes/fields/class-acf-field-date_picker.php:35 +msgctxt "Date Picker JS nextText" +msgid "Next" +msgstr "İleri" -#: fields/date_picker.php:149 +#: includes/fields/class-acf-field-date_picker.php:36 +msgctxt "Date Picker JS prevText" +msgid "Prev" +msgstr "Önceki" + +#: includes/fields/class-acf-field-date_picker.php:37 +msgctxt "Date Picker JS weekHeader" +msgid "Wk" +msgstr "Hf" + +#: includes/fields/class-acf-field-date_picker.php:207 +#: includes/fields/class-acf-field-date_time_picker.php:181 +#: includes/fields/class-acf-field-time_picker.php:109 msgid "Display Format" -msgstr "Gösterim formatı" +msgstr "Gösterim biçimi" -#: fields/date_picker.php:150 +#: includes/fields/class-acf-field-date_picker.php:208 +#: includes/fields/class-acf-field-date_time_picker.php:182 +#: includes/fields/class-acf-field-time_picker.php:110 msgid "The format displayed when editing a post" -msgstr "Bir yazı düzenlenirken görüntülenecek format" - -#: fields/date_picker.php:164 -msgid "Return format" -msgstr "Dönüş formatı" - -#: fields/date_picker.php:165 -msgid "The format returned via template functions" -msgstr "Şablon fonksiyonları ile dönüş biçimi" - -#: fields/date_picker.php:180 -msgid "Week Starts On" -msgstr "Hafta Başlangıcı" - -#: fields/email.php:36 -msgid "Email" -msgstr "E-Posta" - -#: fields/email.php:125 fields/number.php:151 fields/radio.php:223 -#: fields/text.php:149 fields/textarea.php:146 fields/url.php:118 -#: fields/wysiwyg.php:346 -msgid "Appears when creating a new post" -msgstr "Yeni bir yazı oluştururken görünür" - -#: fields/email.php:133 fields/number.php:159 fields/password.php:137 -#: fields/text.php:157 fields/textarea.php:154 fields/url.php:126 -msgid "Placeholder Text" -msgstr "Yer Tutucu Metni" - -#: fields/email.php:134 fields/number.php:160 fields/password.php:138 -#: fields/text.php:158 fields/textarea.php:155 fields/url.php:127 -msgid "Appears within the input" -msgstr "Giriş içinde görünür" - -#: fields/email.php:142 fields/number.php:168 fields/password.php:146 -#: fields/text.php:166 -msgid "Prepend" -msgstr "Hazırlık sonu" - -#: fields/email.php:143 fields/number.php:169 fields/password.php:147 -#: fields/text.php:167 -msgid "Appears before the input" -msgstr "Girişten önce görünür" - -#: fields/email.php:151 fields/number.php:177 fields/password.php:155 -#: fields/text.php:175 -msgid "Append" -msgstr "Eklemek" - -#: fields/email.php:152 fields/number.php:178 fields/password.php:156 -#: fields/text.php:176 -msgid "Appears after the input" -msgstr "Girişten sonra görünür" - -#: fields/file.php:36 -msgid "File" -msgstr "Dosya" - -#: fields/file.php:47 -msgid "Edit File" -msgstr "Dosya Düzenle" - -#: fields/file.php:48 -msgid "Update File" -msgstr "Dosya Güncelle" - -#: fields/file.php:49 pro/fields/gallery.php:55 -msgid "uploaded to this post" -msgstr "Bu yazıya yükledi" - -#: fields/file.php:142 -msgid "File Name" -msgstr "Dosya Adı" - -#: fields/file.php:146 -msgid "File Size" -msgstr "Dosya Boyutu" - -#: fields/file.php:169 -msgid "No File selected" -msgstr "Dosya seçilmedi" - -#: fields/file.php:169 -msgid "Add File" -msgstr "Dosya Ekle" - -#: fields/file.php:214 fields/image.php:195 fields/taxonomy.php:821 -msgid "Return Value" -msgstr "Dönen Değer" - -#: fields/file.php:215 fields/image.php:196 -msgid "Specify the returned value on front end" -msgstr "Bu alanı kullanacak kişiye dönecek değer" - -#: fields/file.php:220 -msgid "File Array" -msgstr "Dosya Dizisi" - -#: fields/file.php:221 -msgid "File URL" -msgstr "Dosya URL" - -#: fields/file.php:222 -msgid "File ID" -msgstr "Dosya ID" - -#: fields/file.php:229 fields/image.php:220 pro/fields/gallery.php:647 -msgid "Library" -msgstr "Kitaplık" - -#: fields/file.php:230 fields/image.php:221 pro/fields/gallery.php:648 -msgid "Limit the media library choice" -msgstr "Ortam kitaplığı seçimini sınırlayın" - -#: fields/file.php:236 fields/image.php:227 pro/fields/gallery.php:654 -msgid "Uploaded to post" -msgstr "Yazıya yüklendi" - -#: fields/file.php:243 fields/image.php:234 pro/fields/gallery.php:661 -#, fuzzy -msgid "Minimum" -msgstr "Asgari Satır" - -#: fields/file.php:244 fields/file.php:255 -msgid "Restrict which files can be uploaded" -msgstr "" - -#: fields/file.php:247 fields/file.php:258 fields/image.php:257 -#: fields/image.php:290 pro/fields/gallery.php:684 pro/fields/gallery.php:717 -#, fuzzy -msgid "File size" -msgstr "Dosya Boyutu" - -#: fields/file.php:254 fields/image.php:267 pro/fields/gallery.php:694 -#, fuzzy -msgid "Maximum" -msgstr "Azami Satır" - -#: fields/file.php:265 fields/image.php:300 pro/fields/gallery.php:727 -#, fuzzy -msgid "Allowed file types" -msgstr "Dosya tipi hatalı" - -#: fields/file.php:266 fields/image.php:301 pro/fields/gallery.php:728 -msgid "Comma separated list. Leave blank for all types" -msgstr "" - -#: fields/google-map.php:36 -msgid "Google Map" -msgstr "Google Harita" - -#: fields/google-map.php:51 -msgid "Locating" -msgstr "Yer bulma" - -#: fields/google-map.php:52 -msgid "Sorry, this browser does not support geolocation" -msgstr "Üzgünüz, bu tarayıcı geolocation desteklemiyor" - -#: fields/google-map.php:135 -msgid "Clear location" -msgstr "Konumu Temizle" - -#: fields/google-map.php:140 -msgid "Find current location" -msgstr "Bulunduğunuz konumu bulun" - -#: fields/google-map.php:141 -msgid "Search for address..." -msgstr "Adres aramak ..." - -#: fields/google-map.php:173 fields/google-map.php:184 -msgid "Center" -msgstr "Merkez" - -#: fields/google-map.php:174 fields/google-map.php:185 -msgid "Center the initial map" -msgstr "Haritanın merkezi" - -#: fields/google-map.php:198 -msgid "Zoom" -msgstr "Yaklaş" - -#: fields/google-map.php:199 -msgid "Set the initial zoom level" -msgstr "Yaklaşma seviyesini belirle" - -#: fields/google-map.php:208 fields/image.php:246 fields/image.php:279 -#: fields/oembed.php:262 pro/fields/gallery.php:673 pro/fields/gallery.php:706 -msgid "Height" -msgstr "Yükseklik" - -#: fields/google-map.php:209 -msgid "Customise the map height" -msgstr "Harita yüksekliğini değiştirebilirsiniz" - -#: fields/image.php:36 -msgid "Image" -msgstr "Resim" - -#: fields/image.php:51 -msgid "Select Image" -msgstr "Resim Seç" - -#: fields/image.php:52 pro/fields/gallery.php:53 -msgid "Edit Image" -msgstr "Resim Düzenle" - -#: fields/image.php:53 pro/fields/gallery.php:54 -msgid "Update Image" -msgstr "Resim Güncelle" - -#: fields/image.php:54 -#, fuzzy -msgid "Uploaded to this post" -msgstr "Bu yazıya yükledi" - -#: fields/image.php:55 -#, fuzzy -msgid "All images" -msgstr "Resim Ekle" - -#: fields/image.php:147 -msgid "No image selected" -msgstr "Resim seçilmedi" - -#: fields/image.php:147 -msgid "Add Image" -msgstr "Resim Ekle" - -#: fields/image.php:201 -msgid "Image Array" -msgstr "Resim Dizisi" - -#: fields/image.php:202 -msgid "Image URL" -msgstr "Resim URL" - -#: fields/image.php:203 -msgid "Image ID" -msgstr "Resim ID" - -#: fields/image.php:210 pro/fields/gallery.php:637 -msgid "Preview Size" -msgstr "Önizleme Boyutu" - -#: fields/image.php:211 pro/fields/gallery.php:638 -msgid "Shown when entering data" -msgstr "Gösterildiği veri girme" - -#: fields/image.php:235 fields/image.php:268 pro/fields/gallery.php:662 -#: pro/fields/gallery.php:695 -msgid "Restrict which images can be uploaded" -msgstr "" - -#: fields/image.php:238 fields/image.php:271 fields/oembed.php:251 -#: pro/fields/gallery.php:665 pro/fields/gallery.php:698 -msgid "Width" -msgstr "" - -#: fields/message.php:36 fields/message.php:103 fields/true_false.php:106 -msgid "Message" -msgstr "Mesaj" - -#: fields/message.php:104 -msgid "Please note that all text will first be passed through the wp function " -msgstr "Tüm metin ilk wp fonksiyonu sayesinde geçilecek unutmayın" - -#: fields/message.php:112 -msgid "Escape HTML" -msgstr "" - -#: fields/message.php:113 -msgid "Allow HTML markup to display as visible text instead of rendering" -msgstr "" - -#: fields/number.php:36 -msgid "Number" -msgstr "Sayı" - -#: fields/number.php:186 -msgid "Minimum Value" -msgstr "Asgari Değer" - -#: fields/number.php:195 -msgid "Maximum Value" -msgstr "Azami Değer" - -#: fields/number.php:204 -msgid "Step Size" -msgstr "Adım Boyutu" - -#: fields/number.php:242 -msgid "Value must be a number" -msgstr "Değer bir sayı olmalıdır" - -#: fields/number.php:260 -#, php-format -msgid "Value must be equal to or higher than %d" -msgstr "Değer %d eşit veya daha yüksek olmalıdır" - -#: fields/number.php:268 -#, php-format -msgid "Value must be equal to or lower than %d" -msgstr "Değer %d eşit veya daha düşük olmalıdır" - -#: fields/oembed.php:36 -msgid "oEmbed" -msgstr "oEmbed" - -#: fields/oembed.php:199 -msgid "Enter URL" -msgstr "URL Yazınız" - -#: fields/oembed.php:212 -msgid "No embed found for the given URL." -msgstr "Verilen URL bulunamadı." - -#: fields/oembed.php:248 fields/oembed.php:259 -msgid "Embed Size" -msgstr "Boyutu" - -#: fields/page_link.php:206 -msgid "Archives" -msgstr "Arşivler" - -#: fields/page_link.php:535 fields/post_object.php:401 -#: fields/relationship.php:690 -msgid "Filter by Post Type" -msgstr "Yazı Türlerine Göre Filtre" - -#: fields/page_link.php:543 fields/post_object.php:409 -#: fields/relationship.php:698 -msgid "All post types" -msgstr "Bütün yazı türleri" - -#: fields/page_link.php:549 fields/post_object.php:415 -#: fields/relationship.php:704 -msgid "Filter by Taxonomy" -msgstr "Taksonomiye göre filtre" - -#: fields/page_link.php:557 fields/post_object.php:423 -#: fields/relationship.php:712 -#, fuzzy -msgid "All taxonomies" -msgstr "Hiçbir taksonomi filtresi yok" - -#: fields/page_link.php:563 fields/post_object.php:429 fields/select.php:406 -#: fields/taxonomy.php:765 fields/user.php:452 -msgid "Allow Null?" -msgstr "Boş Geçilebilir mi?" - -#: fields/page_link.php:577 fields/post_object.php:443 fields/select.php:420 -#: fields/user.php:466 -msgid "Select multiple values?" -msgstr "Birden fazla seçim var mı?" - -#: fields/password.php:36 -msgid "Password" -msgstr "Parola" - -#: fields/post_object.php:36 fields/post_object.php:462 -#: fields/relationship.php:769 -msgid "Post Object" -msgstr "Yazı Nesnesi" - -#: fields/post_object.php:457 fields/relationship.php:764 +msgstr "Bir yazı düzenlenirken görüntülenecek biçim" + +#: includes/fields/class-acf-field-date_picker.php:216 +#: includes/fields/class-acf-field-date_picker.php:247 +#: includes/fields/class-acf-field-date_time_picker.php:191 +#: includes/fields/class-acf-field-date_time_picker.php:208 +#: includes/fields/class-acf-field-time_picker.php:117 +#: includes/fields/class-acf-field-time_picker.php:132 +msgid "Custom:" +msgstr "Özel:" + +#: includes/fields/class-acf-field-date_picker.php:226 +msgid "Save Format" +msgstr "Biçimi kaydet" + +#: includes/fields/class-acf-field-date_picker.php:227 +msgid "The format used when saving a value" +msgstr "Bir değer kaydedilirken kullanılacak biçim" + +#: includes/fields/class-acf-field-date_picker.php:237 +#: includes/fields/class-acf-field-date_time_picker.php:198 +#: includes/fields/class-acf-field-post_object.php:432 +#: includes/fields/class-acf-field-relationship.php:697 +#: includes/fields/class-acf-field-select.php:426 +#: includes/fields/class-acf-field-time_picker.php:124 msgid "Return Format" -msgstr "Dönüş Formatı" +msgstr "Dönüş biçimi" -#: fields/post_object.php:463 fields/relationship.php:770 -msgid "Post ID" -msgstr "Yazı ID" +#: includes/fields/class-acf-field-date_picker.php:238 +#: includes/fields/class-acf-field-date_time_picker.php:199 +#: includes/fields/class-acf-field-time_picker.php:125 +msgid "The format returned via template functions" +msgstr "Tema işlevlerinden dönen biçim" -#: fields/radio.php:36 -msgid "Radio Button" -msgstr "Tek Seçimlik" +#: includes/fields/class-acf-field-date_picker.php:256 +#: includes/fields/class-acf-field-date_time_picker.php:215 +msgid "Week Starts On" +msgstr "Hafta başlangıcı" -#: fields/radio.php:202 -msgid "Other" -msgstr "Diğer" +#: includes/fields/class-acf-field-date_time_picker.php:25 +msgid "Date Time Picker" +msgstr "Tarih zaman seçici" -#: fields/radio.php:206 -msgid "Add 'other' choice to allow for custom values" -msgstr "Özel değerler için izin vermek için 'diğer' seçeneği ekle" +#: includes/fields/class-acf-field-date_time_picker.php:33 +msgctxt "Date Time Picker JS timeOnlyTitle" +msgid "Choose Time" +msgstr "Zamanı se" -#: fields/radio.php:212 -msgid "Save Other" -msgstr "Diğer Kaydet" +#: includes/fields/class-acf-field-date_time_picker.php:34 +msgctxt "Date Time Picker JS timeText" +msgid "Time" +msgstr "Zaman" -#: fields/radio.php:216 -msgid "Save 'other' values to the field's choices" -msgstr "Alanın seçimler için Kaydet 'diğer' değerleri" +#: includes/fields/class-acf-field-date_time_picker.php:35 +msgctxt "Date Time Picker JS hourText" +msgid "Hour" +msgstr "Saat" -#: fields/relationship.php:36 -msgid "Relationship" -msgstr "İlişkili" +#: includes/fields/class-acf-field-date_time_picker.php:36 +msgctxt "Date Time Picker JS minuteText" +msgid "Minute" +msgstr "Dakika" -#: fields/relationship.php:48 -msgid "Minimum values reached ( {min} values )" -msgstr "" +#: includes/fields/class-acf-field-date_time_picker.php:37 +msgctxt "Date Time Picker JS secondText" +msgid "Second" +msgstr "Saniye" -#: fields/relationship.php:49 -msgid "Maximum values reached ( {max} values )" -msgstr "Maksimum değerler ({max} değerleri) ulaştı" +#: includes/fields/class-acf-field-date_time_picker.php:38 +msgctxt "Date Time Picker JS millisecText" +msgid "Millisecond" +msgstr "Milisaniye" -#: fields/relationship.php:50 -msgid "Loading" -msgstr "Yükleniyor" +#: includes/fields/class-acf-field-date_time_picker.php:39 +msgctxt "Date Time Picker JS microsecText" +msgid "Microsecond" +msgstr "Mikrosaniye" -#: fields/relationship.php:51 -msgid "No matches found" -msgstr "Eşleşme yok" +#: includes/fields/class-acf-field-date_time_picker.php:40 +msgctxt "Date Time Picker JS timezoneText" +msgid "Time Zone" +msgstr "Zaman Dilimi" -#: fields/relationship.php:571 -msgid "Search..." -msgstr "Aranıyor..." +#: includes/fields/class-acf-field-date_time_picker.php:41 +msgctxt "Date Time Picker JS currentText" +msgid "Now" +msgstr "Şimdi" -#: fields/relationship.php:580 -msgid "Select post type" -msgstr "Yazı tipi seç" +#: includes/fields/class-acf-field-date_time_picker.php:42 +msgctxt "Date Time Picker JS closeText" +msgid "Done" +msgstr "Tamam" -#: fields/relationship.php:593 -msgid "Select taxonomy" -msgstr "Taksonomi seç" - -#: fields/relationship.php:723 -msgid "Search" -msgstr "Ara" - -#: fields/relationship.php:725 fields/taxonomy.php:36 fields/taxonomy.php:735 -msgid "Taxonomy" -msgstr "Taksonomi" - -#: fields/relationship.php:732 -msgid "Elements" -msgstr "Elemanlar" - -#: fields/relationship.php:733 -msgid "Selected elements will be displayed in each result" -msgstr "Seçilen elemanlar için sonuç görüntülenir" - -#: fields/relationship.php:744 -msgid "Minimum posts" -msgstr "" - -#: fields/relationship.php:753 -msgid "Maximum posts" -msgstr "Maksimum yazı" - -#: fields/select.php:36 fields/select.php:174 fields/taxonomy.php:757 +#: includes/fields/class-acf-field-date_time_picker.php:43 +msgctxt "Date Time Picker JS selectText" msgid "Select" msgstr "Seç" -#: fields/select.php:434 +#: includes/fields/class-acf-field-date_time_picker.php:45 +msgctxt "Date Time Picker JS amText" +msgid "AM" +msgstr "AM" + +#: includes/fields/class-acf-field-date_time_picker.php:46 +msgctxt "Date Time Picker JS amTextShort" +msgid "A" +msgstr "A" + +#: includes/fields/class-acf-field-date_time_picker.php:49 +msgctxt "Date Time Picker JS pmText" +msgid "PM" +msgstr "PM" + +#: includes/fields/class-acf-field-date_time_picker.php:50 +msgctxt "Date Time Picker JS pmTextShort" +msgid "P" +msgstr "P" + +#: includes/fields/class-acf-field-email.php:25 +msgid "Email" +msgstr "E-posta" + +#: includes/fields/class-acf-field-email.php:115 +#: includes/fields/class-acf-field-number.php:124 +#: includes/fields/class-acf-field-radio.php:277 +#: includes/fields/class-acf-field-text.php:116 +#: includes/fields/class-acf-field-textarea.php:99 +#: includes/fields/class-acf-field-url.php:97 +#: includes/fields/class-acf-field-wysiwyg.php:422 +msgid "Appears when creating a new post" +msgstr "Yeni bir yazı oluştururken görünür" + +#: includes/fields/class-acf-field-email.php:123 +#: includes/fields/class-acf-field-number.php:132 +#: includes/fields/class-acf-field-password.php:71 +#: includes/fields/class-acf-field-text.php:124 +#: includes/fields/class-acf-field-textarea.php:107 +#: includes/fields/class-acf-field-url.php:105 +msgid "Placeholder Text" +msgstr "Yer tutucu metin" + +#: includes/fields/class-acf-field-email.php:124 +#: includes/fields/class-acf-field-number.php:133 +#: includes/fields/class-acf-field-password.php:72 +#: includes/fields/class-acf-field-text.php:125 +#: includes/fields/class-acf-field-textarea.php:108 +#: includes/fields/class-acf-field-url.php:106 +msgid "Appears within the input" +msgstr "Girdi alanının içinde görünür" + +#: includes/fields/class-acf-field-email.php:132 +#: includes/fields/class-acf-field-number.php:141 +#: includes/fields/class-acf-field-password.php:80 +#: includes/fields/class-acf-field-text.php:133 +msgid "Prepend" +msgstr "Önüne ekle" + +#: includes/fields/class-acf-field-email.php:133 +#: includes/fields/class-acf-field-number.php:142 +#: includes/fields/class-acf-field-password.php:81 +#: includes/fields/class-acf-field-text.php:134 +msgid "Appears before the input" +msgstr "Girdi alanından önce görünür" + +#: includes/fields/class-acf-field-email.php:141 +#: includes/fields/class-acf-field-number.php:150 +#: includes/fields/class-acf-field-password.php:89 +#: includes/fields/class-acf-field-text.php:142 +msgid "Append" +msgstr "Sonuna ekle" + +#: includes/fields/class-acf-field-email.php:142 +#: includes/fields/class-acf-field-number.php:151 +#: includes/fields/class-acf-field-password.php:90 +#: includes/fields/class-acf-field-text.php:143 +msgid "Appears after the input" +msgstr "Girdi alanından sonra görünür" + +#: includes/fields/class-acf-field-file.php:25 +msgid "File" +msgstr "Dosya" + +#: includes/fields/class-acf-field-file.php:36 +msgid "Edit File" +msgstr "Dosya düzenle" + +#: includes/fields/class-acf-field-file.php:37 +msgid "Update File" +msgstr "Dosyayı güncelle" + +#: includes/fields/class-acf-field-file.php:38 +#: includes/fields/class-acf-field-image.php:43 includes/media.php:57 +#: pro/fields/class-acf-field-gallery.php:44 +msgid "Uploaded to this post" +msgstr "Bu yazıya yüklenmiş" + +#: includes/fields/class-acf-field-file.php:130 +msgid "File name" +msgstr "Dosya adı" + +#: includes/fields/class-acf-field-file.php:134 +#: includes/fields/class-acf-field-file.php:237 +#: includes/fields/class-acf-field-file.php:248 +#: includes/fields/class-acf-field-image.php:251 +#: includes/fields/class-acf-field-image.php:280 +#: pro/fields/class-acf-field-gallery.php:690 +#: pro/fields/class-acf-field-gallery.php:719 +msgid "File size" +msgstr "Dosya boyutu" + +#: includes/fields/class-acf-field-file.php:159 +msgid "Add File" +msgstr "Dosya ekle" + +#: includes/fields/class-acf-field-file.php:210 +msgid "File Array" +msgstr "Dosya dizisi" + +#: includes/fields/class-acf-field-file.php:211 +msgid "File URL" +msgstr "Dosya adresi" + +#: includes/fields/class-acf-field-file.php:212 +msgid "File ID" +msgstr "Dosya no" + +#: includes/fields/class-acf-field-file.php:219 +#: includes/fields/class-acf-field-image.php:216 +#: pro/fields/class-acf-field-gallery.php:655 +msgid "Library" +msgstr "Kitaplık" + +#: includes/fields/class-acf-field-file.php:220 +#: includes/fields/class-acf-field-image.php:217 +#: pro/fields/class-acf-field-gallery.php:656 +msgid "Limit the media library choice" +msgstr "Ortam kitaplığı seçimini sınırlayın" + +#: includes/fields/class-acf-field-file.php:225 +#: includes/fields/class-acf-field-image.php:222 +#: includes/locations/class-acf-location-attachment.php:101 +#: includes/locations/class-acf-location-comment.php:79 +#: includes/locations/class-acf-location-nav-menu.php:102 +#: includes/locations/class-acf-location-taxonomy.php:79 +#: includes/locations/class-acf-location-user-form.php:87 +#: includes/locations/class-acf-location-user-role.php:111 +#: includes/locations/class-acf-location-widget.php:83 +#: pro/fields/class-acf-field-gallery.php:661 +msgid "All" +msgstr "Tümü" + +#: includes/fields/class-acf-field-file.php:226 +#: includes/fields/class-acf-field-image.php:223 +#: pro/fields/class-acf-field-gallery.php:662 +msgid "Uploaded to post" +msgstr "Yazıya yüklendi" + +#: includes/fields/class-acf-field-file.php:233 +#: includes/fields/class-acf-field-image.php:230 +#: pro/fields/class-acf-field-gallery.php:669 +msgid "Minimum" +msgstr "En az" + +#: includes/fields/class-acf-field-file.php:234 +#: includes/fields/class-acf-field-file.php:245 +msgid "Restrict which files can be uploaded" +msgstr "Yüklenebilecek dosyaları sınırlandırın" + +#: includes/fields/class-acf-field-file.php:244 +#: includes/fields/class-acf-field-image.php:259 +#: pro/fields/class-acf-field-gallery.php:698 +msgid "Maximum" +msgstr "En fazla" + +#: includes/fields/class-acf-field-file.php:255 +#: includes/fields/class-acf-field-image.php:288 +#: pro/fields/class-acf-field-gallery.php:727 +msgid "Allowed file types" +msgstr "İzin verilen dosya tipleri" + +#: includes/fields/class-acf-field-file.php:256 +#: includes/fields/class-acf-field-image.php:289 +#: pro/fields/class-acf-field-gallery.php:728 +msgid "Comma separated list. Leave blank for all types" +msgstr "Virgül ile ayrılmış liste. Tüm tipler için boş bırakın" + +#: includes/fields/class-acf-field-google-map.php:25 +msgid "Google Map" +msgstr "Google haritası" + +#: includes/fields/class-acf-field-google-map.php:40 +msgid "Locating" +msgstr "Konum bulunuyor" + +#: includes/fields/class-acf-field-google-map.php:41 +msgid "Sorry, this browser does not support geolocation" +msgstr "Üzgünüz, bu tarayıcı konumlandırma desteklemiyor" + +#: includes/fields/class-acf-field-google-map.php:119 +msgid "Clear location" +msgstr "Konumu temizle" + +#: includes/fields/class-acf-field-google-map.php:120 +msgid "Find current location" +msgstr "Şu anki konumu bul" + +#: includes/fields/class-acf-field-google-map.php:123 +msgid "Search for address..." +msgstr "Adres arayın…" + +#: includes/fields/class-acf-field-google-map.php:153 +#: includes/fields/class-acf-field-google-map.php:164 +msgid "Center" +msgstr "Merkez" + +#: includes/fields/class-acf-field-google-map.php:154 +#: includes/fields/class-acf-field-google-map.php:165 +msgid "Center the initial map" +msgstr "Haritayı ortala" + +#: includes/fields/class-acf-field-google-map.php:176 +msgid "Zoom" +msgstr "Yaklaş" + +#: includes/fields/class-acf-field-google-map.php:177 +msgid "Set the initial zoom level" +msgstr "Temel yaklaşma seviyesini belirle" + +#: includes/fields/class-acf-field-google-map.php:186 +#: includes/fields/class-acf-field-image.php:242 +#: includes/fields/class-acf-field-image.php:271 +#: includes/fields/class-acf-field-oembed.php:282 +#: pro/fields/class-acf-field-gallery.php:681 +#: pro/fields/class-acf-field-gallery.php:710 +msgid "Height" +msgstr "Yükseklik" + +#: includes/fields/class-acf-field-google-map.php:187 +msgid "Customise the map height" +msgstr "Harita yüksekliğini özelleştir" + +#: includes/fields/class-acf-field-group.php:25 +msgid "Group" +msgstr "Grup" + +#: includes/fields/class-acf-field-group.php:461 +#: pro/fields/class-acf-field-repeater.php:397 +msgid "Sub Fields" +msgstr "Alt alanlar" + +#: includes/fields/class-acf-field-group.php:478 +#: pro/fields/class-acf-field-clone.php:856 +msgid "Specify the style used to render the selected fields" +msgstr "Seçili alanları görüntülemek için kullanılacak stili belirtin" + +#: includes/fields/class-acf-field-group.php:483 +#: pro/fields/class-acf-field-clone.php:861 +#: pro/fields/class-acf-field-flexible-content.php:614 +#: pro/fields/class-acf-field-repeater.php:466 +msgid "Block" +msgstr "Blok" + +#: includes/fields/class-acf-field-group.php:484 +#: pro/fields/class-acf-field-clone.php:862 +#: pro/fields/class-acf-field-flexible-content.php:613 +#: pro/fields/class-acf-field-repeater.php:465 +msgid "Table" +msgstr "Tablo" + +#: includes/fields/class-acf-field-group.php:485 +#: pro/fields/class-acf-field-clone.php:863 +#: pro/fields/class-acf-field-flexible-content.php:615 +#: pro/fields/class-acf-field-repeater.php:467 +msgid "Row" +msgstr "Satır" + +#: includes/fields/class-acf-field-image.php:25 +msgid "Image" +msgstr "Görsel" + +#: includes/fields/class-acf-field-image.php:40 +msgid "Select Image" +msgstr "Görsel seç" + +#: includes/fields/class-acf-field-image.php:41 +#: pro/fields/class-acf-field-gallery.php:42 +msgid "Edit Image" +msgstr "Görseli düzenle" + +#: includes/fields/class-acf-field-image.php:42 +#: pro/fields/class-acf-field-gallery.php:43 +msgid "Update Image" +msgstr "Görseli güncelle" + +#: includes/fields/class-acf-field-image.php:44 +msgid "All images" +msgstr "Tüm görseller" + +#: includes/fields/class-acf-field-image.php:127 +#: includes/fields/class-acf-field-link.php:140 includes/input.php:269 +#: pro/fields/class-acf-field-gallery.php:343 +#: pro/fields/class-acf-field-gallery.php:531 +msgid "Remove" +msgstr "Kaldır" + +#: includes/fields/class-acf-field-image.php:143 +msgid "No image selected" +msgstr "Görsel seçilmedi" + +#: includes/fields/class-acf-field-image.php:143 +msgid "Add Image" +msgstr "Görsel ekle" + +#: includes/fields/class-acf-field-image.php:197 +msgid "Image Array" +msgstr "Görsel dizisi" + +#: includes/fields/class-acf-field-image.php:198 +msgid "Image URL" +msgstr "Görsel adresi" + +#: includes/fields/class-acf-field-image.php:199 +msgid "Image ID" +msgstr "Görsel no" + +#: includes/fields/class-acf-field-image.php:206 +msgid "Preview Size" +msgstr "Önizleme boyutu" + +#: includes/fields/class-acf-field-image.php:207 +msgid "Shown when entering data" +msgstr "Veri girilirken gösterilir" + +#: includes/fields/class-acf-field-image.php:231 +#: includes/fields/class-acf-field-image.php:260 +#: pro/fields/class-acf-field-gallery.php:670 +#: pro/fields/class-acf-field-gallery.php:699 +msgid "Restrict which images can be uploaded" +msgstr "Hangi görsellerin yüklenebileceğini sınırlandırın" + +#: includes/fields/class-acf-field-image.php:234 +#: includes/fields/class-acf-field-image.php:263 +#: includes/fields/class-acf-field-oembed.php:271 +#: pro/fields/class-acf-field-gallery.php:673 +#: pro/fields/class-acf-field-gallery.php:702 +msgid "Width" +msgstr "Genişlik" + +#: includes/fields/class-acf-field-link.php:25 +msgid "Link" +msgstr "Bağlantı" + +#: includes/fields/class-acf-field-link.php:133 +msgid "Select Link" +msgstr "Bağlantı seç" + +#: includes/fields/class-acf-field-link.php:138 +msgid "Opens in a new window/tab" +msgstr "Yeni pencerede/sekmede açılır" + +#: includes/fields/class-acf-field-link.php:172 +msgid "Link Array" +msgstr "Bağlantı dizisi" + +#: includes/fields/class-acf-field-link.php:173 +msgid "Link URL" +msgstr "Bağlantı adresi" + +#: includes/fields/class-acf-field-message.php:25 +#: includes/fields/class-acf-field-message.php:101 +#: includes/fields/class-acf-field-true_false.php:126 +msgid "Message" +msgstr "Mesaj" + +#: includes/fields/class-acf-field-message.php:110 +#: includes/fields/class-acf-field-textarea.php:135 +msgid "New Lines" +msgstr "Yeni satırlar" + +#: includes/fields/class-acf-field-message.php:111 +#: includes/fields/class-acf-field-textarea.php:136 +msgid "Controls how new lines are rendered" +msgstr "Yeni satırların nasıl görüntüleneceğini denetler" + +#: includes/fields/class-acf-field-message.php:115 +#: includes/fields/class-acf-field-textarea.php:140 +msgid "Automatically add paragraphs" +msgstr "Otomatik paragraf ekle" + +#: includes/fields/class-acf-field-message.php:116 +#: includes/fields/class-acf-field-textarea.php:141 +msgid "Automatically add <br>" +msgstr "Otomatik ekle <br>" + +#: includes/fields/class-acf-field-message.php:117 +#: includes/fields/class-acf-field-textarea.php:142 +msgid "No Formatting" +msgstr "Biçimlendirme yok" + +#: includes/fields/class-acf-field-message.php:124 +msgid "Escape HTML" +msgstr "HTML’i güvenli hale getir" + +#: includes/fields/class-acf-field-message.php:125 +msgid "Allow HTML markup to display as visible text instead of rendering" +msgstr "Görünür metin olarak HTML kodlamasının görüntülenmesine izin ver" + +#: includes/fields/class-acf-field-number.php:25 +msgid "Number" +msgstr "Sayı" + +#: includes/fields/class-acf-field-number.php:159 +msgid "Minimum Value" +msgstr "En az değer" + +#: includes/fields/class-acf-field-number.php:168 +msgid "Maximum Value" +msgstr "En fazla değer" + +#: includes/fields/class-acf-field-number.php:177 +msgid "Step Size" +msgstr "Adım boyutu" + +#: includes/fields/class-acf-field-number.php:215 +msgid "Value must be a number" +msgstr "Değer bir sayı olmalı" + +#: includes/fields/class-acf-field-number.php:233 +#, php-format +msgid "Value must be equal to or higher than %d" +msgstr "Değer %d değerine eşit ya da daha büyük olmalı" + +#: includes/fields/class-acf-field-number.php:241 +#, php-format +msgid "Value must be equal to or lower than %d" +msgstr "Değer %d değerine eşit ya da daha küçük olmalı" + +#: includes/fields/class-acf-field-oembed.php:25 +msgid "oEmbed" +msgstr "oEmbed" + +#: includes/fields/class-acf-field-oembed.php:222 +msgid "Enter URL" +msgstr "Adres girin" + +#: includes/fields/class-acf-field-oembed.php:235 +#: includes/fields/class-acf-field-taxonomy.php:891 +msgid "Error." +msgstr "Hata." + +#: includes/fields/class-acf-field-oembed.php:235 +msgid "No embed found for the given URL." +msgstr "Verilen adres için gömülecek bir şey bulunamadı." + +#: includes/fields/class-acf-field-oembed.php:268 +#: includes/fields/class-acf-field-oembed.php:279 +msgid "Embed Size" +msgstr "Gömme boyutu" + +#: includes/fields/class-acf-field-page_link.php:177 +msgid "Archives" +msgstr "Arşivler" + +#: includes/fields/class-acf-field-page_link.php:485 +#: includes/fields/class-acf-field-post_object.php:384 +#: includes/fields/class-acf-field-relationship.php:623 +msgid "Filter by Post Type" +msgstr "Yazı tipine göre filtre" + +#: includes/fields/class-acf-field-page_link.php:493 +#: includes/fields/class-acf-field-post_object.php:392 +#: includes/fields/class-acf-field-relationship.php:631 +msgid "All post types" +msgstr "Tüm yazı tipleri" + +#: includes/fields/class-acf-field-page_link.php:499 +#: includes/fields/class-acf-field-post_object.php:398 +#: includes/fields/class-acf-field-relationship.php:637 +msgid "Filter by Taxonomy" +msgstr "Taksonomiye göre filtre" + +#: includes/fields/class-acf-field-page_link.php:507 +#: includes/fields/class-acf-field-post_object.php:406 +#: includes/fields/class-acf-field-relationship.php:645 +msgid "All taxonomies" +msgstr "Tüm taksonomiler" + +#: includes/fields/class-acf-field-page_link.php:513 +#: includes/fields/class-acf-field-post_object.php:412 +#: includes/fields/class-acf-field-radio.php:244 +#: includes/fields/class-acf-field-select.php:386 +#: includes/fields/class-acf-field-taxonomy.php:786 +#: includes/fields/class-acf-field-user.php:408 +msgid "Allow Null?" +msgstr "Boş geçilebilir mi?" + +#: includes/fields/class-acf-field-page_link.php:523 +msgid "Allow Archives URLs" +msgstr "Arşivler adresine izin ver" + +#: includes/fields/class-acf-field-page_link.php:533 +#: includes/fields/class-acf-field-post_object.php:422 +#: includes/fields/class-acf-field-select.php:396 +#: includes/fields/class-acf-field-user.php:418 +msgid "Select multiple values?" +msgstr "Birden çok değer seçilsin mi?" + +#: includes/fields/class-acf-field-password.php:25 +msgid "Password" +msgstr "Parola" + +#: includes/fields/class-acf-field-post_object.php:25 +#: includes/fields/class-acf-field-post_object.php:437 +#: includes/fields/class-acf-field-relationship.php:702 +msgid "Post Object" +msgstr "Yazı nesnesi" + +#: includes/fields/class-acf-field-post_object.php:438 +#: includes/fields/class-acf-field-relationship.php:703 +msgid "Post ID" +msgstr "Yazı No" + +#: includes/fields/class-acf-field-radio.php:25 +msgid "Radio Button" +msgstr "Radyo düğmesi" + +#: includes/fields/class-acf-field-radio.php:254 +msgid "Other" +msgstr "Diğer" + +#: includes/fields/class-acf-field-radio.php:259 +msgid "Add 'other' choice to allow for custom values" +msgstr "Özel değerlere izin vermek için 'diğer' seçeneği ekle" + +#: includes/fields/class-acf-field-radio.php:265 +msgid "Save Other" +msgstr "Diğerini kaydet" + +#: includes/fields/class-acf-field-radio.php:270 +msgid "Save 'other' values to the field's choices" +msgstr "‘Diğer’ değerlerini alanın seçenekleri arasına kaydet" + +#: includes/fields/class-acf-field-relationship.php:25 +msgid "Relationship" +msgstr "İlişkili" + +#: includes/fields/class-acf-field-relationship.php:37 +msgid "Minimum values reached ( {min} values )" +msgstr "En düşün değerlere ulaşıldı ( {min} değerleri )" + +#: includes/fields/class-acf-field-relationship.php:38 +msgid "Maximum values reached ( {max} values )" +msgstr "En yüksek değerlere ulaşıldı ({max} değerleri)" + +#: includes/fields/class-acf-field-relationship.php:39 +msgid "Loading" +msgstr "Yükleniyor" + +#: includes/fields/class-acf-field-relationship.php:40 +msgid "No matches found" +msgstr "Eşleşme yok" + +#: includes/fields/class-acf-field-relationship.php:423 +msgid "Select post type" +msgstr "Yazı tipi seç" + +#: includes/fields/class-acf-field-relationship.php:449 +msgid "Select taxonomy" +msgstr "Taksonomi seç" + +#: includes/fields/class-acf-field-relationship.php:539 +msgid "Search..." +msgstr "Ara…" + +#: includes/fields/class-acf-field-relationship.php:651 +msgid "Filters" +msgstr "Filtreler" + +#: includes/fields/class-acf-field-relationship.php:657 +#: includes/locations/class-acf-location-post-type.php:27 +msgid "Post Type" +msgstr "Yazı tipi" + +#: includes/fields/class-acf-field-relationship.php:658 +#: includes/fields/class-acf-field-taxonomy.php:28 +#: includes/fields/class-acf-field-taxonomy.php:756 +msgid "Taxonomy" +msgstr "Taksonomi" + +#: includes/fields/class-acf-field-relationship.php:665 +msgid "Elements" +msgstr "Elemanlar" + +#: includes/fields/class-acf-field-relationship.php:666 +msgid "Selected elements will be displayed in each result" +msgstr "Her sonuç içinde seçilmiş elemanlar görüntülenir" + +#: includes/fields/class-acf-field-relationship.php:677 +msgid "Minimum posts" +msgstr "En az gönderi" + +#: includes/fields/class-acf-field-relationship.php:686 +msgid "Maximum posts" +msgstr "En fazla yazı" + +#: includes/fields/class-acf-field-relationship.php:790 +#: pro/fields/class-acf-field-gallery.php:800 +#, php-format +msgid "%s requires at least %s selection" +msgid_plural "%s requires at least %s selections" +msgstr[0] "%s en az %s seçim gerektirir" +msgstr[1] "%s en az %s seçim gerektirir" + +#: includes/fields/class-acf-field-select.php:25 +#: includes/fields/class-acf-field-taxonomy.php:778 +msgctxt "noun" +msgid "Select" +msgstr "Seçim" + +#: includes/fields/class-acf-field-select.php:38 +msgctxt "Select2 JS matches_1" +msgid "One result is available, press enter to select it." +msgstr "Bir sonuç bulundu, seçmek için enter tuşuna basın." + +#: includes/fields/class-acf-field-select.php:39 +#, php-format +msgctxt "Select2 JS matches_n" +msgid "%d results are available, use up and down arrow keys to navigate." +msgstr "%d sonuç bulundu. Dolaşmak için yukarı ve aşağı okları kullanın." + +#: includes/fields/class-acf-field-select.php:40 +msgctxt "Select2 JS matches_0" +msgid "No matches found" +msgstr "Eşleşme yok" + +#: includes/fields/class-acf-field-select.php:41 +msgctxt "Select2 JS input_too_short_1" +msgid "Please enter 1 or more characters" +msgstr "Lütfen 1 veya daha fazla karakter girin" + +#: includes/fields/class-acf-field-select.php:42 +#, php-format +msgctxt "Select2 JS input_too_short_n" +msgid "Please enter %d or more characters" +msgstr "Lütfen %d veya daha fazla karakter girin" + +#: includes/fields/class-acf-field-select.php:43 +msgctxt "Select2 JS input_too_long_1" +msgid "Please delete 1 character" +msgstr "Lütfen 1 karakter silin" + +#: includes/fields/class-acf-field-select.php:44 +#, php-format +msgctxt "Select2 JS input_too_long_n" +msgid "Please delete %d characters" +msgstr "Lütfen %d karakter silin" + +#: includes/fields/class-acf-field-select.php:45 +msgctxt "Select2 JS selection_too_long_1" +msgid "You can only select 1 item" +msgstr "Sadece 1 öğe seçebilirsiniz" + +#: includes/fields/class-acf-field-select.php:46 +#, php-format +msgctxt "Select2 JS selection_too_long_n" +msgid "You can only select %d items" +msgstr "Sadece %d öge seçebilirsiniz" + +#: includes/fields/class-acf-field-select.php:47 +msgctxt "Select2 JS load_more" +msgid "Loading more results…" +msgstr "Daha fazla sonuç yükleniyor…" + +#: includes/fields/class-acf-field-select.php:48 +msgctxt "Select2 JS searching" +msgid "Searching…" +msgstr "Aranıyor…" + +#: includes/fields/class-acf-field-select.php:49 +msgctxt "Select2 JS load_fail" +msgid "Loading failed" +msgstr "Yükleme başarısız oldu" + +#: includes/fields/class-acf-field-select.php:255 includes/media.php:54 +msgctxt "verb" +msgid "Select" +msgstr "Seç" + +#: includes/fields/class-acf-field-select.php:406 +#: includes/fields/class-acf-field-true_false.php:144 msgid "Stylised UI" -msgstr "Stilize edilmiş UI" +msgstr "Stilize edilmiş kullanıcı arabirimi" -#: fields/select.php:448 +#: includes/fields/class-acf-field-select.php:416 msgid "Use AJAX to lazy load choices?" -msgstr "Seçim yüklemesi için AJAX kullanılsın mı?" +msgstr "Seçimlerin tembel yüklenmesi için AJAX kullanılsın mı?" -#: fields/tab.php:36 +#: includes/fields/class-acf-field-select.php:427 +msgid "Specify the value returned" +msgstr "Dönecek değeri belirt" + +#: includes/fields/class-acf-field-separator.php:25 +msgid "Separator" +msgstr "Ayraç" + +#: includes/fields/class-acf-field-tab.php:25 msgid "Tab" msgstr "Sekme" -#: fields/tab.php:128 -msgid "Warning" -msgstr "Uyarı" - -#: fields/tab.php:133 +#: includes/fields/class-acf-field-tab.php:82 msgid "" "The tab field will display incorrectly when added to a Table style repeater " "field or flexible content field layout" msgstr "" -"Bir tablo stili tekrarlayıcı alan veya esnek içerik alanı düzeni " -"eklendiğinde sekmesi alanı yanlış görüntüler" +"Bir tablo stili tekrarlayıcı ya da esnek içerik alanı yerleşimi eklendiğinde " +"sekme alanı yanlış görüntülenir" -#: fields/tab.php:146 +#: includes/fields/class-acf-field-tab.php:83 msgid "" "Use \"Tab Fields\" to better organize your edit screen by grouping fields " "together." msgstr "" -"Gruplar halinde daha iyi alanları ekran düzenlemek için \"Sekme Alanlar \" " -"kullanın." +"“Sekme alanları”nı kullanarak düzenleme ekranında alanları gruplayıp daha " +"kolay organize olun." -#: fields/tab.php:148 +#: includes/fields/class-acf-field-tab.php:84 msgid "" "All fields following this \"tab field\" (or until another \"tab field\" is " "defined) will be grouped together using this field's label as the tab " "heading." msgstr "" -"(Başka bir \"sekmesi alan \" tanımlanmıştır kadar ya) bu \"sekmesi alan\" " -"Aşağıdaki tüm alanları sekme başlığı olarak bu alanın etiketi kullanılarak " -"bir araya getirilir." +"Bu “sekme alanı”nı takip eden (ya da başka bir “sekme alanı” tanımlıysa) tüm " +"alanlar sekmenin başlığını etiket olarak kullanarak gruplandırılacaklar." -#: fields/tab.php:155 -#, fuzzy +#: includes/fields/class-acf-field-tab.php:98 msgid "Placement" -msgstr "Elemanlar" +msgstr "Konumlandırma" -#: fields/tab.php:167 +#: includes/fields/class-acf-field-tab.php:110 msgid "End-point" -msgstr "" +msgstr "Uç nokta" -#: fields/tab.php:168 +#: includes/fields/class-acf-field-tab.php:111 msgid "Use this field as an end-point and start a new group of tabs" -msgstr "" +msgstr "Yeni bir grup sekme için bu alanı bir uç nokta olarak kullan" -#: fields/taxonomy.php:565 -#, php-format -msgid "Add new %s " -msgstr "" +#: includes/fields/class-acf-field-taxonomy.php:706 +#: includes/fields/class-acf-field-true_false.php:80 +#: includes/fields/class-acf-field-true_false.php:169 includes/input.php:268 +#: pro/admin/views/html-settings-updates.php:103 +msgid "No" +msgstr "Hayır" -#: fields/taxonomy.php:704 +#: includes/fields/class-acf-field-taxonomy.php:725 msgid "None" msgstr "Yok" -#: fields/taxonomy.php:736 +#: includes/fields/class-acf-field-taxonomy.php:757 msgid "Select the taxonomy to be displayed" -msgstr "" +msgstr "Görüntülenecek taksonomiyi seçin" -#: fields/taxonomy.php:745 +#: includes/fields/class-acf-field-taxonomy.php:766 msgid "Appearance" -msgstr "" +msgstr "Görünüm" -#: fields/taxonomy.php:746 +#: includes/fields/class-acf-field-taxonomy.php:767 msgid "Select the appearance of this field" -msgstr "" +msgstr "Bu alanın görünümünü seçin" -#: fields/taxonomy.php:751 +#: includes/fields/class-acf-field-taxonomy.php:772 msgid "Multiple Values" -msgstr "Çoklu Değer" +msgstr "Çoklu değer" -#: fields/taxonomy.php:753 +#: includes/fields/class-acf-field-taxonomy.php:774 msgid "Multi Select" -msgstr "Çoklu Seçim" +msgstr "Çoklu seçim" -#: fields/taxonomy.php:755 +#: includes/fields/class-acf-field-taxonomy.php:776 msgid "Single Value" -msgstr "Tek Değer" +msgstr "Tek değer" -#: fields/taxonomy.php:756 +#: includes/fields/class-acf-field-taxonomy.php:777 msgid "Radio Buttons" -msgstr "Tekli Seçim" +msgstr "Radyo düğmeleri" -#: fields/taxonomy.php:779 +#: includes/fields/class-acf-field-taxonomy.php:796 msgid "Create Terms" -msgstr "" +msgstr "Terimleri oluştur" -#: fields/taxonomy.php:780 +#: includes/fields/class-acf-field-taxonomy.php:797 msgid "Allow new terms to be created whilst editing" -msgstr "" +msgstr "Düzenlenirken yeni terimlerin oluşabilmesine izin ver" -#: fields/taxonomy.php:793 +#: includes/fields/class-acf-field-taxonomy.php:806 msgid "Save Terms" -msgstr "" +msgstr "Terimleri kaydet" -#: fields/taxonomy.php:794 +#: includes/fields/class-acf-field-taxonomy.php:807 msgid "Connect selected terms to the post" -msgstr "" +msgstr "Seçilmiş terimleri yazıya bağla" -#: fields/taxonomy.php:807 +#: includes/fields/class-acf-field-taxonomy.php:816 msgid "Load Terms" -msgstr "" +msgstr "Terimleri yükle" -#: fields/taxonomy.php:808 +#: includes/fields/class-acf-field-taxonomy.php:817 msgid "Load value from posts terms" -msgstr "" +msgstr "Yazının terimlerinden değerleri yükle" -#: fields/taxonomy.php:826 +#: includes/fields/class-acf-field-taxonomy.php:831 msgid "Term Object" -msgstr "Terim Nesnesi" +msgstr "Terim nesnesi" -#: fields/taxonomy.php:827 +#: includes/fields/class-acf-field-taxonomy.php:832 msgid "Term ID" -msgstr "Terim ID" +msgstr "Terim no" -#: fields/taxonomy.php:886 +#: includes/fields/class-acf-field-taxonomy.php:891 #, php-format msgid "User unable to add new %s" -msgstr "" +msgstr "Kullanıcı yeni %s ekleyemiyor" -#: fields/taxonomy.php:899 +#: includes/fields/class-acf-field-taxonomy.php:904 #, php-format msgid "%s already exists" -msgstr "" +msgstr "%s zaten mevcut" -#: fields/taxonomy.php:940 +#: includes/fields/class-acf-field-taxonomy.php:945 #, php-format msgid "%s added" -msgstr "" +msgstr "%s eklendi" -#: fields/taxonomy.php:985 +#: includes/fields/class-acf-field-taxonomy.php:990 msgid "Add" -msgstr "" +msgstr "Ekle" -#: fields/text.php:36 +#: includes/fields/class-acf-field-text.php:25 msgid "Text" msgstr "Metin" -#: fields/text.php:184 fields/textarea.php:163 +#: includes/fields/class-acf-field-text.php:151 +#: includes/fields/class-acf-field-textarea.php:116 msgid "Character Limit" -msgstr "Karakter Limiti" +msgstr "Karakter limiti" -#: fields/text.php:185 fields/textarea.php:164 +#: includes/fields/class-acf-field-text.php:152 +#: includes/fields/class-acf-field-textarea.php:117 msgid "Leave blank for no limit" -msgstr "Limitsiz için boş geçiniz" +msgstr "Limit olmaması için boş bırakın" -#: fields/textarea.php:36 +#: includes/fields/class-acf-field-textarea.php:25 msgid "Text Area" -msgstr "Metin Alanı" +msgstr "Metin alanı" -#: fields/textarea.php:172 +#: includes/fields/class-acf-field-textarea.php:125 msgid "Rows" msgstr "Satırlar" -#: fields/textarea.php:173 +#: includes/fields/class-acf-field-textarea.php:126 msgid "Sets the textarea height" msgstr "Metin alanı yüksekliğini ayarla" -#: fields/textarea.php:182 -msgid "New Lines" -msgstr "Yeni Satırlar" +#: includes/fields/class-acf-field-time_picker.php:25 +msgid "Time Picker" +msgstr "Zaman seçici" -#: fields/textarea.php:183 -msgid "Controls how new lines are rendered" -msgstr "Yeni satırlar nasıl oluşturulacağını denetler" - -#: fields/textarea.php:187 -msgid "Automatically add paragraphs" -msgstr "Otomatik paragraf ekle" - -#: fields/textarea.php:188 -msgid "Automatically add <br>" -msgstr "Otomatik olarak <br> ekle" - -#: fields/textarea.php:189 -msgid "No Formatting" -msgstr "Biçimlendirme yok" - -#: fields/true_false.php:36 +#: includes/fields/class-acf-field-true_false.php:25 msgid "True / False" -msgstr "Doğru / Yanlış" +msgstr "Doğru / yanlış" -#: fields/true_false.php:107 -msgid "eg. Show extra content" -msgstr "örn. Ekstra içerik göster" +#: includes/fields/class-acf-field-true_false.php:79 +#: includes/fields/class-acf-field-true_false.php:159 includes/input.php:267 +#: pro/admin/views/html-settings-updates.php:93 +msgid "Yes" +msgstr "Evet" -#: fields/url.php:36 +#: includes/fields/class-acf-field-true_false.php:127 +msgid "Displays text alongside the checkbox" +msgstr "İşaret kutusunun yanında görüntülenen metin" + +#: includes/fields/class-acf-field-true_false.php:155 +msgid "On Text" +msgstr "Açık metni" + +#: includes/fields/class-acf-field-true_false.php:156 +msgid "Text shown when active" +msgstr "Etkinken görüntülenen metin" + +#: includes/fields/class-acf-field-true_false.php:165 +msgid "Off Text" +msgstr "Kapalı metni" + +#: includes/fields/class-acf-field-true_false.php:166 +msgid "Text shown when inactive" +msgstr "Etkin değilken görüntülenen metin" + +#: includes/fields/class-acf-field-url.php:25 msgid "Url" -msgstr "Url" +msgstr "Web adresi" -#: fields/url.php:160 +#: includes/fields/class-acf-field-url.php:147 msgid "Value must be a valid URL" -msgstr "Değer olarak doğru URL gerekli" +msgstr "Değer geçerli bir web adresi olmalı" -#: fields/user.php:437 +#: includes/fields/class-acf-field-user.php:25 includes/locations.php:95 +msgid "User" +msgstr "Kullanıcı" + +#: includes/fields/class-acf-field-user.php:393 msgid "Filter by role" msgstr "Kurala göre filtrele" -#: fields/user.php:445 +#: includes/fields/class-acf-field-user.php:401 msgid "All user roles" -msgstr "Bütün kullanıcı kuralları" +msgstr "Bütün kullanıcı rolleri" -#: fields/wysiwyg.php:37 +#: includes/fields/class-acf-field-wysiwyg.php:25 msgid "Wysiwyg Editor" -msgstr "Wysiwyg Düzenleyici" +msgstr "Wysiwyg düzenleyici" -#: fields/wysiwyg.php:297 +#: includes/fields/class-acf-field-wysiwyg.php:370 msgid "Visual" msgstr "Görsel" -#: fields/wysiwyg.php:298 +#: includes/fields/class-acf-field-wysiwyg.php:371 msgctxt "Name for the Text editor tab (formerly HTML)" msgid "Text" msgstr "Metin" -#: fields/wysiwyg.php:354 +#: includes/fields/class-acf-field-wysiwyg.php:377 +msgid "Click to initialize TinyMCE" +msgstr "TinyMCE hazırlamak için tıklayın" + +#: includes/fields/class-acf-field-wysiwyg.php:430 msgid "Tabs" msgstr "Sekmeler" -#: fields/wysiwyg.php:359 +#: includes/fields/class-acf-field-wysiwyg.php:435 msgid "Visual & Text" -msgstr "Görsel & Metin" +msgstr "Görsel ve metin" -#: fields/wysiwyg.php:360 +#: includes/fields/class-acf-field-wysiwyg.php:436 msgid "Visual Only" -msgstr "Sadece Görsel" +msgstr "Sadece görsel" -#: fields/wysiwyg.php:361 +#: includes/fields/class-acf-field-wysiwyg.php:437 msgid "Text Only" -msgstr "Sadece Metin" +msgstr "Sadece metin" -#: fields/wysiwyg.php:368 +#: includes/fields/class-acf-field-wysiwyg.php:444 msgid "Toolbar" -msgstr "Araç Çubuğu" +msgstr "Araç çubuğu" -#: fields/wysiwyg.php:378 +#: includes/fields/class-acf-field-wysiwyg.php:454 msgid "Show Media Upload Buttons?" -msgstr "Medya Yükle butonunu göster?" +msgstr "Ortam yükleme tuşları gösterilsin mi?" -#: forms/post.php:297 pro/admin/options-page.php:373 -#, fuzzy +#: includes/fields/class-acf-field-wysiwyg.php:464 +msgid "Delay initialization?" +msgstr "Hazırlık geciktirilsin mi?" + +#: includes/fields/class-acf-field-wysiwyg.php:465 +msgid "TinyMCE will not be initalized until field is clicked" +msgstr "Alan tıklanana kadar TinyMCE hazırlanmayacak" + +#: includes/forms/form-comment.php:166 includes/forms/form-post.php:303 +#: pro/admin/admin-options-page.php:308 msgid "Edit field group" -msgstr "Alan Grubu Düzenle" +msgstr "Alan grubunu düzenle" -#: pro/acf-pro.php:24 +#: includes/forms/form-front.php:55 +msgid "Validate Email" +msgstr "E-postayı doğrula" + +#: includes/forms/form-front.php:103 pro/fields/class-acf-field-gallery.php:573 +#: pro/options-page.php:81 +msgid "Update" +msgstr "Güncelle" + +#: includes/forms/form-front.php:104 +msgid "Post updated" +msgstr "Yazı güncellendi" + +#: includes/forms/form-front.php:229 +msgid "Spam Detected" +msgstr "İstenmeyen tespit edildi" + +#: includes/input.php:259 +msgid "Expand Details" +msgstr "Ayrıntıları genişlet" + +#: includes/input.php:260 +msgid "Collapse Details" +msgstr "Detayları daralt" + +#: includes/input.php:261 +msgid "Validation successful" +msgstr "Doğrulama başarılı" + +#: includes/input.php:262 includes/validation.php:285 +#: includes/validation.php:296 +msgid "Validation failed" +msgstr "Doğrulama başarısız" + +#: includes/input.php:263 +msgid "1 field requires attention" +msgstr "1 alan dikkatinizi gerektiriyor" + +#: includes/input.php:264 +#, php-format +msgid "%d fields require attention" +msgstr "%d alan dikkatinizi gerektiriyor" + +#: includes/input.php:265 +msgid "Restricted" +msgstr "Kısıtlı" + +#: includes/input.php:266 +msgid "Are you sure?" +msgstr "Emin misiniz?" + +#: includes/input.php:270 +msgid "Cancel" +msgstr "İptal" + +#: includes/locations.php:93 includes/locations/class-acf-location-post.php:27 +msgid "Post" +msgstr "Yazı" + +#: includes/locations.php:94 includes/locations/class-acf-location-page.php:27 +msgid "Page" +msgstr "Sayfa" + +#: includes/locations.php:96 +msgid "Forms" +msgstr "Formlar" + +#: includes/locations/class-acf-location-attachment.php:27 +msgid "Attachment" +msgstr "Ek" + +#: includes/locations/class-acf-location-attachment.php:109 +#, php-format +msgid "All %s formats" +msgstr "Tüm %s biçimleri" + +#: includes/locations/class-acf-location-comment.php:27 +msgid "Comment" +msgstr "Yorum" + +#: includes/locations/class-acf-location-current-user-role.php:27 +msgid "Current User Role" +msgstr "Şu anki kullanıcı rolü" + +#: includes/locations/class-acf-location-current-user-role.php:110 +msgid "Super Admin" +msgstr "Süper yönetici" + +#: includes/locations/class-acf-location-current-user.php:27 +msgid "Current User" +msgstr "Şu anki kullanıcı" + +#: includes/locations/class-acf-location-current-user.php:97 +msgid "Logged in" +msgstr "Giriş yapıldı" + +#: includes/locations/class-acf-location-current-user.php:98 +msgid "Viewing front end" +msgstr "Ön yüz görüntüleniyor" + +#: includes/locations/class-acf-location-current-user.php:99 +msgid "Viewing back end" +msgstr "Arka yüz görüntüleniyor" + +#: includes/locations/class-acf-location-nav-menu-item.php:27 +msgid "Menu Item" +msgstr "Menü ögesi" + +#: includes/locations/class-acf-location-nav-menu.php:27 +msgid "Menu" +msgstr "Menü" + +#: includes/locations/class-acf-location-nav-menu.php:109 +msgid "Menu Locations" +msgstr "Menü konumları" + +#: includes/locations/class-acf-location-nav-menu.php:119 +msgid "Menus" +msgstr "Menüler" + +#: includes/locations/class-acf-location-page-parent.php:27 +msgid "Page Parent" +msgstr "Sayfa ebeveyni" + +#: includes/locations/class-acf-location-page-template.php:27 +msgid "Page Template" +msgstr "Sayfa şablonu" + +#: includes/locations/class-acf-location-page-template.php:98 +#: includes/locations/class-acf-location-post-template.php:151 +msgid "Default Template" +msgstr "Varsayılan şablon" + +#: includes/locations/class-acf-location-page-type.php:27 +msgid "Page Type" +msgstr "Sayfa tipi" + +#: includes/locations/class-acf-location-page-type.php:145 +msgid "Front Page" +msgstr "Ön sayfa" + +#: includes/locations/class-acf-location-page-type.php:146 +msgid "Posts Page" +msgstr "Yazılar sayfası" + +#: includes/locations/class-acf-location-page-type.php:147 +msgid "Top Level Page (no parent)" +msgstr "Üst düzey sayfa (ebeveynsiz)" + +#: includes/locations/class-acf-location-page-type.php:148 +msgid "Parent Page (has children)" +msgstr "Üst sayfa (alt sayfası olan)" + +#: includes/locations/class-acf-location-page-type.php:149 +msgid "Child Page (has parent)" +msgstr "Alt sayfa (ebeveyni olan)" + +#: includes/locations/class-acf-location-post-category.php:27 +msgid "Post Category" +msgstr "Yazı kategorisi" + +#: includes/locations/class-acf-location-post-format.php:27 +msgid "Post Format" +msgstr "Yazı biçimi" + +#: includes/locations/class-acf-location-post-status.php:27 +msgid "Post Status" +msgstr "Yazı durumu" + +#: includes/locations/class-acf-location-post-taxonomy.php:27 +msgid "Post Taxonomy" +msgstr "Yazı taksonomisi" + +#: includes/locations/class-acf-location-post-template.php:27 +msgid "Post Template" +msgstr "Yazı şablonu" + +#: includes/locations/class-acf-location-taxonomy.php:27 +msgid "Taxonomy Term" +msgstr "Taksonomi terimi" + +#: includes/locations/class-acf-location-user-form.php:27 +msgid "User Form" +msgstr "Kullanıcı formu" + +#: includes/locations/class-acf-location-user-form.php:88 +msgid "Add / Edit" +msgstr "Ekle / düzenle" + +#: includes/locations/class-acf-location-user-form.php:89 +msgid "Register" +msgstr "Kaydet" + +#: includes/locations/class-acf-location-user-role.php:27 +msgid "User Role" +msgstr "Kullanıcı kuralı" + +#: includes/locations/class-acf-location-widget.php:27 +msgid "Widget" +msgstr "Bileşen" + +#: includes/media.php:55 +msgctxt "verb" +msgid "Edit" +msgstr "Düzenle" + +#: includes/media.php:56 +msgctxt "verb" +msgid "Update" +msgstr "Güncelle" + +#: includes/validation.php:364 +#, php-format +msgid "%s value is required" +msgstr "%s değeri gerekli" + +#. Plugin Name of the plugin/theme +#: pro/acf-pro.php:28 msgid "Advanced Custom Fields PRO" -msgstr "Gelişmiş Özel Alanlar PRO" +msgstr "Advanced Custom Fields PRO" -#: pro/acf-pro.php:175 -msgid "Flexible Content requires at least 1 layout" -msgstr "Esnek İçerik, en az 1 düzen gerektirir" - -#: pro/admin/options-page.php:48 -msgid "Options Page" -msgstr "Ayarlar Sayfası" - -#: pro/admin/options-page.php:83 -msgid "No options pages exist" -msgstr "Ayarlar sayfası yok" - -#: pro/admin/options-page.php:298 -msgid "Options Updated" -msgstr "Ayarlar Güncellendi" - -#: pro/admin/options-page.php:304 -msgid "No Custom Field Groups found for this options page. Create a Custom Field Group" -msgstr "Özel Alan Grupları seçenekleri sayfası bulunamadı. Bir Özel Alan Grup Oluştur" - -#: pro/admin/settings-updates.php:137 -msgid "Error. Could not connect to update server" -msgstr " Hata . Sunucuyu güncelleştirmek için bağlantı kurulamadı" - -#: pro/admin/settings-updates.php:267 pro/admin/settings-updates.php:338 -msgid "Connection Error. Sorry, please try again" -msgstr " Bağlantı Hatası . Üzgünüm, lütfen tekrar deneyin" - -#: pro/admin/views/options-page.php:48 +#: pro/admin/admin-options-page.php:200 msgid "Publish" -msgstr "Yayınla" +msgstr "Yayımla" -#: pro/admin/views/options-page.php:54 -msgid "Save Options" -msgstr "Ayarları Kaydet" +#: pro/admin/admin-options-page.php:206 +#, php-format +msgid "" +"No Custom Field Groups found for this options page. Create a " +"Custom Field Group" +msgstr "" +"Bu seçenekler sayfası için hiç özel alan grubu bulunamadı. Bir özel alan grubu oluştur" -#: pro/admin/views/settings-updates.php:11 +#: pro/admin/admin-settings-updates.php:78 +msgid "Error. Could not connect to update server" +msgstr " Hata. Güncelleme sunucusu ile bağlantı kurulamadı" + +#: pro/admin/admin-settings-updates.php:162 +#: pro/admin/views/html-settings-updates.php:17 +msgid "Updates" +msgstr "Güncellemeler" + +#: pro/admin/views/html-settings-updates.php:11 msgid "Deactivate License" -msgstr "Lisansı Devre Dışı Bırak" +msgstr "Lisansı devre dışı bırak" -#: pro/admin/views/settings-updates.php:11 +#: pro/admin/views/html-settings-updates.php:11 msgid "Activate License" -msgstr "Lisansı Aktif et" +msgstr "Lisansı etkinleştir" -#: pro/admin/views/settings-updates.php:21 -msgid "License" -msgstr "Lisans" +#: pro/admin/views/html-settings-updates.php:21 +msgid "License Information" +msgstr "Lisans bilgisi" -#: pro/admin/views/settings-updates.php:24 +#: pro/admin/views/html-settings-updates.php:24 +#, php-format msgid "" "To unlock updates, please enter your license key below. If you don't have a " -"licence key, please see" +"licence key, please see details & pricing." msgstr "" -"Güncelleştirmeleri kilidini açmak için, aşağıdaki lisans anahtarını girin. " -"Eğer bir lisans anahtarı yoksa, lütfen" +"Güncellemeleri açmak için lisans anahtarınızı aşağıya girin. Eğer bir lisans " +"anahtarınız yoksa lütfen detaylar ve fiyatlama sayfasına bakın." -#: pro/admin/views/settings-updates.php:24 -msgid "details & pricing" -msgstr "detaylar & fiyatlandırma" - -#: pro/admin/views/settings-updates.php:33 +#: pro/admin/views/html-settings-updates.php:33 msgid "License Key" -msgstr "Lisans Anahtarı" +msgstr "Lisans anahtarı" -#: pro/admin/views/settings-updates.php:65 +#: pro/admin/views/html-settings-updates.php:65 msgid "Update Information" -msgstr "Güncelleme Bilgisi" +msgstr "Güncelleme bilgisi" -#: pro/admin/views/settings-updates.php:72 +#: pro/admin/views/html-settings-updates.php:72 msgid "Current Version" -msgstr "Şimdiki Versiyon" +msgstr "Mevcut sürüm" -#: pro/admin/views/settings-updates.php:80 +#: pro/admin/views/html-settings-updates.php:80 msgid "Latest Version" -msgstr "En son Versiyon" +msgstr "En son sürüm" -#: pro/admin/views/settings-updates.php:88 +#: pro/admin/views/html-settings-updates.php:88 msgid "Update Available" -msgstr "Güncelleme Mevcut" +msgstr "Güncelleme mevcut" -#: pro/admin/views/settings-updates.php:96 +#: pro/admin/views/html-settings-updates.php:96 msgid "Update Plugin" -msgstr "Eklentiyi Güncelle" +msgstr "Eklentiyi güncelle" -#: pro/admin/views/settings-updates.php:98 +#: pro/admin/views/html-settings-updates.php:98 msgid "Please enter your license key above to unlock updates" msgstr "" -"Güncelleştirmeleri kilidini açmak için yukarıdaki lisans anahtarını giriniz" +"Güncelleştirmelerin kilidini açmak için yukardaki alana lisans anahtarını " +"girin" -#: pro/admin/views/settings-updates.php:104 +#: pro/admin/views/html-settings-updates.php:104 msgid "Check Again" -msgstr "Kontrol Et" +msgstr "Tekrar kontrol et" -#: pro/admin/views/settings-updates.php:121 +#: pro/admin/views/html-settings-updates.php:121 msgid "Upgrade Notice" -msgstr "Yükseltme Bildirimi" +msgstr "Yükseltme bildirimi" -#: pro/api/api-options-page.php:22 pro/api/api-options-page.php:23 +#: pro/fields/class-acf-field-clone.php:25 +msgctxt "noun" +msgid "Clone" +msgstr "Kopyala" + +#: pro/fields/class-acf-field-clone.php:824 +msgid "Select one or more fields you wish to clone" +msgstr "Çoğaltmak için bir ya da daha fazla alan seçin" + +#: pro/fields/class-acf-field-clone.php:841 +msgid "Display" +msgstr "Görüntüle" + +#: pro/fields/class-acf-field-clone.php:842 +msgid "Specify the style used to render the clone field" +msgstr "Çoğaltılacak alanın görünümü için stili belirleyin" + +#: pro/fields/class-acf-field-clone.php:847 +msgid "Group (displays selected fields in a group within this field)" +msgstr "Grup (bu alanın içinde seçili alanları grup olarak gösterir)" + +#: pro/fields/class-acf-field-clone.php:848 +msgid "Seamless (replaces this field with selected fields)" +msgstr "Pürüzsüz (bu alanı seçişmiş olan alanlarla değiştirir)" + +#: pro/fields/class-acf-field-clone.php:869 +#, php-format +msgid "Labels will be displayed as %s" +msgstr "Etiketler %s olarak görüntülenir" + +#: pro/fields/class-acf-field-clone.php:872 +msgid "Prefix Field Labels" +msgstr "Alan etiketlerine ön ek ekle" + +#: pro/fields/class-acf-field-clone.php:883 +#, php-format +msgid "Values will be saved as %s" +msgstr "Değerler %s olarak kaydedilecek" + +#: pro/fields/class-acf-field-clone.php:886 +msgid "Prefix Field Names" +msgstr "Alan isimlerine ön ek ekle" + +#: pro/fields/class-acf-field-clone.php:1004 +msgid "Unknown field" +msgstr "Bilinmeyen alan" + +#: pro/fields/class-acf-field-clone.php:1043 +msgid "Unknown field group" +msgstr "Bilinmeyen alan grubu" + +#: pro/fields/class-acf-field-clone.php:1047 +#, php-format +msgid "All fields from %s field group" +msgstr "%s alan grubundaki tüm alanlar" + +#: pro/fields/class-acf-field-flexible-content.php:31 +#: pro/fields/class-acf-field-repeater.php:174 +#: pro/fields/class-acf-field-repeater.php:478 +msgid "Add Row" +msgstr "Satır ekle" + +#: pro/fields/class-acf-field-flexible-content.php:34 +msgid "layout" +msgstr "yerleşim" + +#: pro/fields/class-acf-field-flexible-content.php:35 +msgid "layouts" +msgstr "yerleşimler" + +#: pro/fields/class-acf-field-flexible-content.php:36 +msgid "remove {layout}?" +msgstr "{layout} kaldırılsın mı?" + +#: pro/fields/class-acf-field-flexible-content.php:37 +msgid "This field requires at least {min} {identifier}" +msgstr "Bu alan için en az gereken {min} {identifier}" + +#: pro/fields/class-acf-field-flexible-content.php:38 +msgid "This field has a limit of {max} {identifier}" +msgstr "Bu alan için sınır {max} {identifier}" + +#: pro/fields/class-acf-field-flexible-content.php:39 +msgid "This field requires at least {min} {label} {identifier}" +msgstr "Bu alan için en az gereken {min} {label} {identifier}" + +#: pro/fields/class-acf-field-flexible-content.php:40 +msgid "Maximum {label} limit reached ({max} {identifier})" +msgstr "En yüksek {label} sınırına ulaşıldı ({max} {identifier})" + +#: pro/fields/class-acf-field-flexible-content.php:41 +msgid "{available} {label} {identifier} available (max {max})" +msgstr "{available} {label} {identifier} kullanılabilir (en fazla {max})" + +#: pro/fields/class-acf-field-flexible-content.php:42 +msgid "{required} {label} {identifier} required (min {min})" +msgstr "{required} {label} {identifier} gerekli (min {min})" + +#: pro/fields/class-acf-field-flexible-content.php:43 +msgid "Flexible Content requires at least 1 layout" +msgstr "Esnek içerik, en az 1 yerleşim gerektirir" + +#: pro/fields/class-acf-field-flexible-content.php:273 +#, php-format +msgid "Click the \"%s\" button below to start creating your layout" +msgstr "" +"Kendi yerleşiminizi oluşturmaya başlamak için aşağıdaki \"%s \" tuşuna " +"tıklayın" + +#: pro/fields/class-acf-field-flexible-content.php:408 +msgid "Add layout" +msgstr "Yerleşim ekle" + +#: pro/fields/class-acf-field-flexible-content.php:409 +msgid "Remove layout" +msgstr "Yerleşimi çıkar" + +#: pro/fields/class-acf-field-flexible-content.php:410 +#: pro/fields/class-acf-field-repeater.php:304 +msgid "Click to toggle" +msgstr "Geçiş yapmak için tıklayın" + +#: pro/fields/class-acf-field-flexible-content.php:556 +msgid "Reorder Layout" +msgstr "Yerleşimi yeniden sırala" + +#: pro/fields/class-acf-field-flexible-content.php:556 +msgid "Reorder" +msgstr "Yeniden sırala" + +#: pro/fields/class-acf-field-flexible-content.php:557 +msgid "Delete Layout" +msgstr "Yerleşimi sil" + +#: pro/fields/class-acf-field-flexible-content.php:558 +msgid "Duplicate Layout" +msgstr "Yerleşimi çoğalt" + +#: pro/fields/class-acf-field-flexible-content.php:559 +msgid "Add New Layout" +msgstr "Yeni yerleşim ekle" + +#: pro/fields/class-acf-field-flexible-content.php:630 +msgid "Min" +msgstr "En düşük" + +#: pro/fields/class-acf-field-flexible-content.php:643 +msgid "Max" +msgstr "En yüksek" + +#: pro/fields/class-acf-field-flexible-content.php:670 +#: pro/fields/class-acf-field-repeater.php:474 +msgid "Button Label" +msgstr "Tuş etiketi" + +#: pro/fields/class-acf-field-flexible-content.php:679 +msgid "Minimum Layouts" +msgstr "En az yerleşim" + +#: pro/fields/class-acf-field-flexible-content.php:688 +msgid "Maximum Layouts" +msgstr "En fazla yerleşim" + +#: pro/fields/class-acf-field-gallery.php:41 +msgid "Add Image to Gallery" +msgstr "Galeriye görsel ekle" + +#: pro/fields/class-acf-field-gallery.php:45 +msgid "Maximum selection reached" +msgstr "En fazla seçim aşıldı" + +#: pro/fields/class-acf-field-gallery.php:321 +msgid "Length" +msgstr "Uzunluk" + +#: pro/fields/class-acf-field-gallery.php:364 +msgid "Caption" +msgstr "Başlık" + +#: pro/fields/class-acf-field-gallery.php:373 +msgid "Alt Text" +msgstr "Alternatif metin" + +#: pro/fields/class-acf-field-gallery.php:544 +msgid "Add to gallery" +msgstr "Galeriye ekle" + +#: pro/fields/class-acf-field-gallery.php:548 +msgid "Bulk actions" +msgstr "Toplu eylemler" + +#: pro/fields/class-acf-field-gallery.php:549 +msgid "Sort by date uploaded" +msgstr "Yüklenme tarihine göre sırala" + +#: pro/fields/class-acf-field-gallery.php:550 +msgid "Sort by date modified" +msgstr "Değiştirme tarihine göre sırala" + +#: pro/fields/class-acf-field-gallery.php:551 +msgid "Sort by title" +msgstr "Başlığa göre sırala" + +#: pro/fields/class-acf-field-gallery.php:552 +msgid "Reverse current order" +msgstr "Sıralamayı ters çevir" + +#: pro/fields/class-acf-field-gallery.php:570 +msgid "Close" +msgstr "Kapat" + +#: pro/fields/class-acf-field-gallery.php:624 +msgid "Minimum Selection" +msgstr "En az seçim" + +#: pro/fields/class-acf-field-gallery.php:633 +msgid "Maximum Selection" +msgstr "En fazla seçim" + +#: pro/fields/class-acf-field-gallery.php:642 +msgid "Insert" +msgstr "Ekle" + +#: pro/fields/class-acf-field-gallery.php:643 +msgid "Specify where new attachments are added" +msgstr "Yeni eklerin nereye ekleneceğini belirtin" + +#: pro/fields/class-acf-field-gallery.php:647 +msgid "Append to the end" +msgstr "Sona ekle" + +#: pro/fields/class-acf-field-gallery.php:648 +msgid "Prepend to the beginning" +msgstr "En başa ekleyin" + +#: pro/fields/class-acf-field-repeater.php:36 +msgid "Minimum rows reached ({min} rows)" +msgstr "En az satır sayısına ulaşıldı ({min} satır)" + +#: pro/fields/class-acf-field-repeater.php:37 +msgid "Maximum rows reached ({max} rows)" +msgstr "En fazla satır değerine ulaşıldı ({max} satır)" + +#: pro/fields/class-acf-field-repeater.php:349 +msgid "Add row" +msgstr "Satır ekle" + +#: pro/fields/class-acf-field-repeater.php:350 +msgid "Remove row" +msgstr "Satır çıkar" + +#: pro/fields/class-acf-field-repeater.php:427 +msgid "Collapsed" +msgstr "Daraltılmış" + +#: pro/fields/class-acf-field-repeater.php:428 +msgid "Select a sub field to show when row is collapsed" +msgstr "Satır toparlandığında görüntülenecek alt alanı seçin" + +#: pro/fields/class-acf-field-repeater.php:438 +msgid "Minimum Rows" +msgstr "En az satır" + +#: pro/fields/class-acf-field-repeater.php:448 +msgid "Maximum Rows" +msgstr "En fazla satır" + +#: pro/locations/class-acf-location-options-page.php:79 +msgid "No options pages exist" +msgstr "Seçenekler sayfayı mevcut değil" + +#: pro/options-page.php:51 msgid "Options" -msgstr "Ayarlar" +msgstr "Seçenekler" -#: pro/core/updates.php:186 +#: pro/options-page.php:82 +msgid "Options Updated" +msgstr "Seçenekler güncellendi" + +#: pro/updates.php:97 #, php-format msgid "" "To enable updates, please enter your license key on the Updates page. If you don't have a licence key, please see details & pricing" -msgstr "" -"Güncellemelerini etkinleştirmek için, Güncellemeler " -"sayfada lisans anahtarını girin. Eğer bir lisans anahtarı yoksa, ayrıntıları ve fiyatlandırma ya bakın" - -#: pro/fields/flexible-content.php:36 -msgid "Flexible Content" -msgstr "Esnek İçerik" - -#: pro/fields/flexible-content.php:42 pro/fields/repeater.php:43 -msgid "Add Row" -msgstr "Satır Ekle" - -#: pro/fields/flexible-content.php:45 -msgid "layout" -msgstr "düzen" - -#: pro/fields/flexible-content.php:46 -msgid "layouts" -msgstr "düzenler" - -#: pro/fields/flexible-content.php:47 -msgid "remove {layout}?" -msgstr "kaldır {layout}?" - -#: pro/fields/flexible-content.php:48 -msgid "This field requires at least {min} {identifier}" -msgstr "Bu alan gerektirir, en azından {min} {identifier}" - -#: pro/fields/flexible-content.php:49 -msgid "This field has a limit of {max} {identifier}" -msgstr "Bu alanda {max} sınırı {identifier} vardır" - -#: pro/fields/flexible-content.php:50 -msgid "This field requires at least {min} {label} {identifier}" -msgstr "Bu alan gerektirir, en azından {min} {label} {identifier}" - -#: pro/fields/flexible-content.php:51 -msgid "Maximum {label} limit reached ({max} {identifier})" -msgstr "Maksimum {label} sınırına ulaşıldığında ({max} {identifier})" - -#: pro/fields/flexible-content.php:52 -msgid "{available} {label} {identifier} available (max {max})" -msgstr "{available} {label} {identifier} kullanılabilir (maks {max})" - -#: pro/fields/flexible-content.php:53 -msgid "{required} {label} {identifier} required (min {min})" -msgstr "{requied} {label} {identifier} (min {min})" - -#: pro/fields/flexible-content.php:211 -#, php-format -msgid "Click the \"%s\" button below to start creating your layout" -msgstr "Düzen oluşturmaya başlamak için aşağıdaki \"%s \" butonuna tıklayın" - -#: pro/fields/flexible-content.php:369 -msgid "Add layout" -msgstr "Düzen Ekle" - -#: pro/fields/flexible-content.php:372 -msgid "Remove layout" -msgstr "Düzen Çıkar" - -#: pro/fields/flexible-content.php:514 -msgid "Reorder Layout" -msgstr "Düzen Sırala" - -#: pro/fields/flexible-content.php:514 -msgid "Reorder" -msgstr "Sırala" - -#: pro/fields/flexible-content.php:515 -msgid "Delete Layout" -msgstr "Düzen Sil" - -#: pro/fields/flexible-content.php:516 -msgid "Duplicate Layout" -msgstr "Düzen Çoğalt" - -#: pro/fields/flexible-content.php:517 -msgid "Add New Layout" -msgstr "Yeni Düzen Ekle" - -#: pro/fields/flexible-content.php:561 -msgid "Display" -msgstr "Göster" - -#: pro/fields/flexible-content.php:572 pro/fields/repeater.php:399 -msgid "Table" -msgstr "Tablo" - -#: pro/fields/flexible-content.php:573 pro/fields/repeater.php:400 -msgid "Block" -msgstr "Blok" - -#: pro/fields/flexible-content.php:574 pro/fields/repeater.php:401 -#, fuzzy -msgid "Row" -msgstr "Satırlar" - -#: pro/fields/flexible-content.php:589 -msgid "Min" -msgstr "Min" - -#: pro/fields/flexible-content.php:602 -msgid "Max" -msgstr "Maks" - -#: pro/fields/flexible-content.php:630 pro/fields/repeater.php:408 -msgid "Button Label" -msgstr "Düğme Etiketi" - -#: pro/fields/flexible-content.php:639 -msgid "Minimum Layouts" -msgstr "Asgari Düzen" - -#: pro/fields/flexible-content.php:648 -msgid "Maximum Layouts" -msgstr "Azami Düzen" - -#: pro/fields/gallery.php:36 -msgid "Gallery" -msgstr "Galeri" - -#: pro/fields/gallery.php:52 -msgid "Add Image to Gallery" -msgstr "Galeriye Resim Ekle" - -#: pro/fields/gallery.php:56 -msgid "Maximum selection reached" -msgstr "Azami seçim aşıldı" - -#: pro/fields/gallery.php:335 -msgid "Length" -msgstr "" - -#: pro/fields/gallery.php:355 -#, fuzzy -msgid "Remove" -msgstr "Satır Çıkar" - -#: pro/fields/gallery.php:535 -msgid "Add to gallery" -msgstr "Galeriye ekle" - -#: pro/fields/gallery.php:539 -msgid "Bulk actions" -msgstr "Toplu eylem" - -#: pro/fields/gallery.php:540 -msgid "Sort by date uploaded" -msgstr "Yüklenme tarihine göre sırala" - -#: pro/fields/gallery.php:541 -msgid "Sort by date modified" -msgstr "Değiştirme tarihine göre sırala" - -#: pro/fields/gallery.php:542 -msgid "Sort by title" -msgstr "Başlığa göre sırala" - -#: pro/fields/gallery.php:543 -msgid "Reverse current order" -msgstr "Sıralamayı ters çevir" - -#: pro/fields/gallery.php:561 -msgid "Close" -msgstr "Kapat" - -#: pro/fields/gallery.php:619 -msgid "Minimum Selection" -msgstr "Asgari Seçim" - -#: pro/fields/gallery.php:628 -msgid "Maximum Selection" -msgstr "Azami Seçim" - -#: pro/fields/gallery.php:809 -#, php-format -msgid "%s requires at least %s selection" -msgid_plural "%s requires at least %s selections" -msgstr[0] "%s en az %s seçim gerektirir" - -#: pro/fields/repeater.php:36 -msgid "Repeater" -msgstr "Tekrarlayıcı" - -#: pro/fields/repeater.php:46 -msgid "Minimum rows reached ({min} rows)" -msgstr "Asgari satırlar ({min} satırları) ulaştı" - -#: pro/fields/repeater.php:47 -msgid "Maximum rows reached ({max} rows)" -msgstr "Azami satır ({max} satırları) ulaştı" - -#: pro/fields/repeater.php:259 -msgid "Drag to reorder" -msgstr "Yeniden düzenlemek için sürükleyin" - -#: pro/fields/repeater.php:301 -msgid "Add row" -msgstr "Satır Ekle" - -#: pro/fields/repeater.php:302 -msgid "Remove row" -msgstr "Satır Çıkar" - -#: pro/fields/repeater.php:350 -msgid "Sub Fields" -msgstr "Alt Alanlar" - -#: pro/fields/repeater.php:372 -msgid "Minimum Rows" -msgstr "Asgari Satır" - -#: pro/fields/repeater.php:382 -msgid "Maximum Rows" -msgstr "Azami Satır" - -#. Plugin Name of the plugin/theme -msgid "Advanced Custom Fields Pro" +"\">details & pricing." msgstr "" +"Güncellemeleri etkinleştirmek için lütfen Güncellemeler " +"sayfasında lisans anahtarınızı girin. Eğer bir lisans anahtarınız yoksa " +"lütfen detaylar ve fiyatlama sayfasına bakın." #. Plugin URI of the plugin/theme -msgid "http://www.advancedcustomfields.com/" -msgstr "" - -#. Description of the plugin/theme -msgid "Customise WordPress with powerful, professional and intuitive fields." -msgstr "" +msgid "https://www.advancedcustomfields.com/" +msgstr "https://www.advancedcustomfields.com/" #. Author of the plugin/theme -msgid "elliot condon" -msgstr "" +msgid "Elliot Condon" +msgstr "Elliot Condon" #. Author URI of the plugin/theme msgid "http://www.elliotcondon.com/" -msgstr "" +msgstr "http://www.elliotcondon.com/" + +#~ msgid "Getting Started" +#~ msgstr "Başlarken" + +#~ msgid "Field Types" +#~ msgstr "Alan Tipleri" + +#~ msgid "Functions" +#~ msgstr "Fonksiyonlar" + +#~ msgid "Actions" +#~ msgstr "Eylemler" + +#, fuzzy +#~| msgid "Future" +#~ msgid "Features" +#~ msgstr "Gelecek" + +#~ msgid "Tutorials" +#~ msgstr "Örnekler" + +#~ msgid "Error" +#~ msgstr "Hata" + +#, fuzzy +#~| msgid "This field requires at least {min} {identifier}" +#~ msgid "1 field requires attention." +#~ msgid_plural "%d fields require attention." +#~ msgstr[0] "Bu alan gerektirir, en azından {min} {identifier}" +#~ msgstr[1] "Bu alan gerektirir, en azından {min} {identifier}" + +#~ msgid "Disabled" +#~ msgstr "Etkisiz" + +#~ msgid "See what's new in" +#~ msgstr "Neler yeni gözat" + +#~ msgid "version" +#~ msgstr "versiyon" + +#~ msgid "'How to' guides" +#~ msgstr "Nasıl Yapılır" + +#~ msgid "Created by" +#~ msgstr "Oluşturan" + +#~ msgid "Success. Import tool added %s field groups: %s" +#~ msgstr "Başarılı. İçe aktarma aracı %s alan gruplarını aktardı: %s" + +#~ msgid "" +#~ "Warning. Import tool detected %s field groups already exist and " +#~ "have been ignored: %s" +#~ msgstr "" +#~ "Uyarı . İçe aktarma aracı zaten var olan %s alan gruplarını tespit " +#~ "etti. Bu kayıtlar gözardı edildi: %s" + +#~ msgid "Upgrade" +#~ msgstr "Yükselt" + +#~ msgid "Drag and drop to reorder" +#~ msgstr "Yeniden sıralama için sürükle ve bırak" + +#~ msgid "See what's new" +#~ msgstr "Neler yeni görün" + +#~ msgid "Show a different month" +#~ msgstr "Başka bir ay göster" + +#~ msgid "Return format" +#~ msgstr "Dönüş formatı" + +#~ msgid "uploaded to this post" +#~ msgstr "Bu yazıya yükledi" + +#~ msgid "File Size" +#~ msgstr "Dosya Boyutu" + +#~ msgid "No File selected" +#~ msgstr "Dosya seçilmedi" + +#~ msgid "" +#~ "Please note that all text will first be passed through the wp function " +#~ msgstr "Tüm metin ilk wp fonksiyonu sayesinde geçilecek unutmayın" + +#~ msgid "Warning" +#~ msgstr "Uyarı" + +#~ msgid "eg. Show extra content" +#~ msgstr "örn. Ekstra içerik göster" + +#~ msgid "Connection Error. Sorry, please try again" +#~ msgstr " Bağlantı Hatası . Üzgünüm, lütfen tekrar deneyin" + +#~ msgid "Save Options" +#~ msgstr "Ayarları Kaydet" + +#~ msgid "License" +#~ msgstr "Lisans" + +#~ msgid "" +#~ "To unlock updates, please enter your license key below. If you don't have " +#~ "a licence key, please see" +#~ msgstr "" +#~ "Güncelleştirmeleri kilidini açmak için, aşağıdaki lisans anahtarını " +#~ "girin. Eğer bir lisans anahtarı yoksa, lütfen" + +#~ msgid "details & pricing" +#~ msgstr "detaylar & fiyatlandırma" #~ msgid "Hide / Show All" #~ msgstr "Gizle / Hepsini Göster" @@ -2615,9 +3304,6 @@ msgstr "" #~ msgid "Draft" #~ msgstr "Taslak" -#~ msgid "Future" -#~ msgstr "Gelecek" - #~ msgid "Private" #~ msgstr "Gizli" diff --git a/pro/admin/admin-settings-updates.php b/pro/admin/admin-settings-updates.php index 2b09aa5..fcb2f4a 100644 --- a/pro/admin/admin-settings-updates.php +++ b/pro/admin/admin-settings-updates.php @@ -75,7 +75,7 @@ class acf_admin_settings_updates { // error object if( is_wp_error($error) ) { - $error = __('Error. Could not connect to update server', 'acf') . ' (' . $error->get_error_message() . ')'; + $error = __('Error. Could not connect to update server', 'acf') . ' (' . esc_html( $error->get_error_message() ) . ')'; } @@ -118,7 +118,7 @@ class acf_admin_settings_updates { // is relevant? if( version_compare($h4, $version, '==') ) { - return '

                -
                  -
                • - -
                • -
                +
                + +