Version Description
Release Date - 12 May 2020
- Fix - Fixed bug in ACF Blocks where "inserter examples" and "block templates" did not load the defined "data".
- Fix - Reverted "fix" in 5.8.9 regarding Taxonomy fields saving terms to non "post" objects.
- Fix - Fixed bug allowing the Image field to save the value of a deleted attachment.
- Fix - Improved Select field
format_value()
behaviour to correctly cast value types depending on the "multiple" setting. - Tweak - Changed language fallback for "zh_HK" to "zh_TW".
- Tweak - Changed Time Picker field settings to display in a localized format via
date_i18n()
. - Tweak - Improved CSS styling of menu item fields.
- i18n - Updated Finnish translation thanks to Mikko Kekki
- i18n - Updated French translation thanks to Maxime Bernard-Jacquet.
- i18n - Updated Turkish translation thanks to Emre Erkan.
Download this release
Release Info
Developer | elliotcondon |
Plugin | Advanced Custom Fields |
Version | 5.8.10 |
Comparing to | |
See all releases |
Code changes from version 5.8.9 to 5.8.10
- acf.php +2 -2
- assets/css/acf-global.css +1 -1
- assets/css/acf-input.css +1 -1
- assets/js/acf-input.js +17 -26
- assets/js/acf-input.min.js +4 -4
- includes/admin/admin.php +6 -3
- includes/api/api-helpers.php +16 -0
- includes/fields/class-acf-field-file.php +4 -5
- includes/fields/class-acf-field-google-map.php +3 -3
- includes/fields/class-acf-field-image.php +63 -72
- includes/fields/class-acf-field-relationship.php +3 -9
- includes/fields/class-acf-field-select.php +18 -24
- includes/fields/class-acf-field-taxonomy.php +4 -4
- includes/fields/class-acf-field-time_picker.php +2 -2
- includes/l10n.php +1 -1
- lang/acf-fi.mo +0 -0
- lang/acf-fi.po +1451 -1199
- lang/acf-fr_FR.mo +0 -0
- lang/acf-fr_FR.po +210 -206
- lang/acf-tr_TR.mo +0 -0
- lang/acf-tr_TR.po +408 -364
- readme.txt +16 -2
acf.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Advanced Custom Fields
|
4 |
Plugin URI: https://www.advancedcustomfields.com
|
5 |
Description: Customize WordPress with powerful, professional and intuitive fields.
|
6 |
-
Version: 5.8.
|
7 |
Author: Elliot Condon
|
8 |
Author URI: https://www.advancedcustomfields.com
|
9 |
Text Domain: acf
|
@@ -17,7 +17,7 @@ if( ! class_exists('ACF') ) :
|
|
17 |
class ACF {
|
18 |
|
19 |
/** @var string The plugin version number. */
|
20 |
-
var $version = '5.8.
|
21 |
|
22 |
/** @var array The plugin settings array. */
|
23 |
var $settings = array();
|
3 |
Plugin Name: Advanced Custom Fields
|
4 |
Plugin URI: https://www.advancedcustomfields.com
|
5 |
Description: Customize WordPress with powerful, professional and intuitive fields.
|
6 |
+
Version: 5.8.10
|
7 |
Author: Elliot Condon
|
8 |
Author URI: https://www.advancedcustomfields.com
|
9 |
Text Domain: acf
|
17 |
class ACF {
|
18 |
|
19 |
/** @var string The plugin version number. */
|
20 |
+
var $version = '5.8.10';
|
21 |
|
22 |
/** @var array The plugin settings array. */
|
23 |
var $settings = array();
|
assets/css/acf-global.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.acf-hl{padding:0;margin:0;list-style:none;display:block;position:relative}.acf-hl>li{float:left;display:block;margin:0;padding:0}.acf-hl>li.acf-fr{float:right}.acf-hl:before,.acf-hl:after,.acf-bl:before,.acf-bl:after,.acf-cf:before,.acf-cf:after{content:"";display:block;line-height:0}.acf-hl:after,.acf-bl:after,.acf-cf:after{clear:both}.acf-bl{padding:0;margin:0;list-style:none;display:block;position:relative}.acf-bl>li{display:block;margin:0;padding:0;float:none}.acf-hidden{display:none !important}.acf-empty{display:table-cell !important}.acf-empty *{display:none !important}.acf-fl{float:left}.acf-fr{float:right}.acf-fn{float:none}.acf-al{text-align:left}.acf-ar{text-align:right}.acf-ac{text-align:center}.acf-loading,.acf-spinner{display:inline-block;height:20px;width:20px;vertical-align:text-top;background:transparent url(../images/spinner.gif) no-repeat 50% 50%}.acf-spinner{display:none}.acf-spinner.is-active{display:inline-block}.spinner.is-active{display:inline-block}.acf-required{color:#f00}.acf-soh .acf-soh-target{-webkit-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;-moz-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;-o-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;visibility:hidden;opacity:0}.acf-soh:hover .acf-soh-target{-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;visibility:visible;opacity:1}.show-if-value{display:none}.hide-if-value{display:block}.has-value .show-if-value{display:block}.has-value .hide-if-value{display:none}.select2-search-choice-close{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.acf-tooltip{background:#2F353E;border-radius:5px;color:#fff;padding:5px 10px;position:absolute;font-size:12px;line-height:1.4em;z-index:900000}.acf-tooltip:before{border:solid;border-color:transparent;border-width:6px;content:"";position:absolute}.acf-tooltip.top{margin-top:-8px}.acf-tooltip.top:before{top:100%;left:50%;margin-left:-6px;border-top-color:#2F353E;border-bottom-width:0}.acf-tooltip.right{margin-left:8px}.acf-tooltip.right:before{top:50%;margin-top:-6px;right:100%;border-right-color:#2F353E;border-left-width:0}.acf-tooltip.bottom{margin-top:8px}.acf-tooltip.bottom:before{bottom:100%;left:50%;margin-left:-6px;border-bottom-color:#2F353E;border-top-width:0}.acf-tooltip.left{margin-left:-8px}.acf-tooltip.left:before{top:50%;margin-top:-6px;left:100%;border-left-color:#2F353E;border-right-width:0}.acf-tooltip .acf-overlay{z-index:-1}.acf-tooltip.-confirm{z-index:900001}.acf-tooltip.-confirm a{text-decoration:none;color:#9ea3a8}.acf-tooltip.-confirm a:hover{text-decoration:underline}.acf-tooltip.-confirm a[data-event="confirm"]{color:#F55E4F}.acf-overlay{position:fixed;top:0;bottom:0;left:0;right:0;cursor:default}.acf-tooltip-target{position:relative;z-index:900002}.acf-loading-overlay{position:absolute;top:0;bottom:0;left:0;right:0;cursor:default;z-index:99;background:rgba(249,249,249,0.5)}.acf-loading-overlay i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@font-face{font-family:'acf';src:url("../font/acf.eot?57601716");src:url("../font/acf.eot?57601716#iefix") format("embedded-opentype"),url("../font/acf.woff2?57601716") format("woff2"),url("../font/acf.woff?57601716") format("woff"),url("../font/acf.ttf?57601716") format("truetype"),url("../font/acf.svg?57601716#acf") format("svg");font-weight:normal;font-style:normal}.acf-icon:before{font-family:"acf";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.acf-icon.-plus:before{content:'\e800'}.acf-icon.-minus:before{content:'\e801'}.acf-icon.-cancel:before{content:'\e802'}.acf-icon.-pencil:before{content:'\e803';top:-1px}.acf-icon.-location:before{content:'\e804'}.acf-icon.-down:before{content:'\e805';top:1px}.acf-icon.-left:before{content:'\e806';left:-1px}.acf-icon.-right:before{content:'\e807';left:1px}.acf-icon.-up:before{content:'\e808';top:-1px}.acf-icon.-sync:before{content:'\e809'}.acf-icon.-globe:before{content:'\e80a'}.acf-icon.-picture:before{content:'\e80b'}.acf-icon.-check:before{content:'\e80c'}.acf-icon.-dot-3:before{content:'\e80d'}.acf-icon.-arrow-combo:before{content:'\e80e'}.acf-icon.-arrow-up:before{content:'\e810';top:-1px}.acf-icon.-arrow-down:before{content:'\e80f';top:1px}.acf-icon.-search:before{content:'\e811'}.acf-icon.-link-ext:before{content:'\f08e'}.acf-icon.-collapse:before{content:'\e810';top:-1px}.-collapsed .acf-icon.-collapse:before{content:'\e80f';top:1px}.acf-icon{display:inline-block;height:26px;width:26px;border:transparent solid 1px;border-radius:100%;font-size:16px;line-height:26px;text-align:center;text-decoration:none;vertical-align:top;box-sizing:content-box}span.acf-icon{color:#999;border-color:#BBB;background-color:#fff}a.acf-icon{color:#555d66;border-color:#b5bcc2;background-color:#fff;position:relative;overflow:hidden;transition:none}a.acf-icon.-clear{color:#444;background:transparent;border:none}a.acf-icon.light{border:none;padding:1px;background:#F5F5F5;color:#23282d}a.acf-icon:hover{border-color:transparent;background:#2a9bd9;color:#fff}a.acf-icon:active{color:#fff;background-color:#238cc6}a.acf-icon:active,a.acf-icon:focus{outline:none;box-shadow:none}a.acf-icon.-minus:hover,a.acf-icon.-cancel:hover{background-color:#F55E4F}a.acf-icon.-minus:active,a.acf-icon.-cancel:active{background-color:#f44837}.acf-icon.-pencil{font-size:15px}.acf-icon.-location{font-size:18px}.acf-icon.small,.acf-icon.-small{width:18px;height:18px;line-height:18px;font-size:14px}.acf-icon.dark{border-color:transparent;background:#23282D;color:#eee}a.acf-icon.dark:hover{border-color:transparent;background:#191E23;color:#00b9eb}a.acf-icon.-minus.dark:hover,a.acf-icon.-cancel.dark:hover{color:#D54E21}.acf-icon.grey{border-color:transparent;background:#b4b9be;color:#fff}a.acf-icon.grey:hover{border-color:transparent;background:#00A0D2;color:#fff}a.acf-icon.-minus.grey:hover,a.acf-icon.-cancel.grey:hover{background:#32373C}.acf-icon.red{border-color:transparent;background-color:#F55E4F;color:#fff}.acf-icon.yellow{border-color:transparent;background-color:#FDBC40;color:#fff}.acf-icon.logo{width:150px;height:150px;background:#5EE8BF;border:0 none;position:absolute;right:0;top:0}.acf-box{background:#FFFFFF;border:1px solid #ccd0d4;position:relative;box-shadow:0 1px 1px rgba(0,0,0,0.04)}.acf-box .title{border-bottom:1px solid #ccd0d4;margin:0;padding:15px}.acf-box .title h3{font-size:14px;line-height:1em;margin:0;padding:0}.acf-box .inner{padding:15px}.acf-box h2{color:#333333;font-size:26px;line-height:1.25em;margin:0.25em 0 0.75em;padding:0}.acf-box h3{margin:1.5em 0 0}.acf-box p{margin-top:0.5em}.acf-box a{text-decoration:none}.acf-box i.dashicons-external{margin-top:-1px}.acf-box .footer{border-top:1px solid #ccd0d4;padding:12px;font-size:13px;line-height:1.5}.acf-box .footer p{margin:0}.acf-admin-3-8 .acf-box{border-color:#E5E5E5}.acf-admin-3-8 .acf-box .title,.acf-admin-3-8 .acf-box .footer{border-color:#E5E5E5}.acf-notice{position:relative;display:block;color:#fff;margin:5px 0 15px;padding:3px 12px;background:#2a9bd9;border-left:#2183b9 solid 4px}.acf-notice p{font-size:13px;line-height:1.5;margin:0.5em 0;text-shadow:none;color:inherit}.acf-notice a.acf-notice-dismiss{position:absolute;border-color:transparent;top:9px;right:12px;color:#fff;background:rgba(0,0,0,0.1)}.acf-notice a.acf-notice-dismiss:hover{background:rgba(0,0,0,0.2)}.acf-notice.-dismiss{padding-right:40px}.acf-notice.-error{background:#F55E4F;border-color:#f33b28}.acf-notice.-success{background:#46b450;border-color:#3b9743}.acf-notice.-warning{background:#fd8d3b;border-color:#fd7613}.acf-table{border:#ccd0d4 solid 1px;background:#fff;border-spacing:0;border-radius:0;table-layout:auto;padding:0;margin:0;width:100%;clear:both;box-sizing:content-box}.acf-table>tbody>tr>th,.acf-table>tbody>tr>td,.acf-table>thead>tr>th,.acf-table>thead>tr>td{padding:8px;vertical-align:top;background:#fff;text-align:left;border-style:solid;font-weight:normal}.acf-table>tbody>tr>th,.acf-table>thead>tr>th{position:relative;color:#333333}.acf-table>thead>tr>th{border-color:#d5d9dd;border-width:0 0 1px 1px}.acf-table>thead>tr>th:first-child{border-left-width:0}.acf-table>tbody>tr{z-index:1}.acf-table>tbody>tr>td{border-color:#eee;border-width:1px 0 0 1px}.acf-table>tbody>tr>td:first-child{border-left-width:0}.acf-table>tbody>tr:first-child>td{border-top-width:0}.acf-table.-clear{border:0 none}.acf-table.-clear>tbody>tr>td,.acf-table.-clear>tbody>tr>th,.acf-table.-clear>thead>tr>td,.acf-table.-clear>thead>tr>th{border:0 none;padding:4px}.acf-remove-element{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;transform:translate(50px, 0);opacity:0}.acf-fade-up{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;transform:translate(0, -10px);opacity:0}#acf-field-group-wrap .tablenav,#acf-field-group-wrap p.search-box{display:none}#acf-field-group-wrap .wp-list-table .column-acf-fg-description,#acf-field-group-wrap .wp-list-table .column-acf-fg-description:before{display:none !important}#acf-field-group-wrap .wp-list-table .column-acf-fg-count{width:10%}#acf-field-group-wrap .wp-list-table .column-acf-fg-status{width:10%}#acf-field-group-wrap .tablenav.bottom{display:block}#acf-field-group-wrap .acf-description{font-weight:normal;font-size:13px;color:#999;margin-left:7px;font-style:italic}#acf-field-group-wrap .subsubsub{margin-bottom:3px}#acf-field-group-wrap .subsubsub ul{margin:0}#acf-field-group-wrap .subsubsub+.subsubsub{margin-top:0}#acf-field-group-wrap .subsubsub a:focus{box-shadow:none}.acf-columns-2{margin-right:300px;clear:both}.acf-columns-2:after{display:block;clear:both;content:""}html[dir="rtl"] .acf-columns-2{margin-right:0;margin-left:300px}.acf-columns-2 .acf-column-1{float:left;width:100%}html[dir="rtl"] .acf-columns-2 .acf-column-1{float:right}.acf-columns-2 .acf-column-2{float:right;margin-right:-300px;width:280px}html[dir="rtl"] .acf-columns-2 .acf-column-2{float:left;margin-right:0;margin-left:-300px}#acf-field-group-wrap .search-box:after{display:block;content:"";height:5px}.acf-clear{clear:both}@media screen and (max-width: 782px){#acf-field-group-wrap #the-list .acf-icon:after{content:attr(title);position:absolute;margin-left:5px;font-size:13px;line-height:18px;font-style:normal;color:#444}}.acf-thead,.acf-tbody,.acf-tfoot{width:100%;padding:0;margin:0}.acf-thead>li,.acf-tbody>li,.acf-tfoot>li{box-sizing:border-box;padding:8px 12px;font-size:12px;line-height:14px}.acf-thead{border-bottom:#ccd0d4 solid 1px;color:#23282d}.acf-thead>li{font-size:14px;line-height:1.4;font-weight:bold}.acf-admin-3-8 .acf-thead{border-color:#dfdfdf}.acf-tfoot{background:#f5f5f5;border-top:#d5d9dd solid 1px}.acf-settings-wrap #poststuff{padding-top:15px}.acf-settings-wrap .acf-box{margin:20px 0}.acf-settings-wrap table{margin:0}.acf-settings-wrap table .button{vertical-align:middle}#acf-popup{position:fixed;z-index:900000;top:0;left:0;right:0;bottom:0;text-align:center}#acf-popup .bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:rgba(0,0,0,0.25)}#acf-popup:before{content:'';display:inline-block;height:100%;vertical-align:middle}#acf-popup .acf-popup-box{display:inline-block;vertical-align:middle;z-index:1;min-width:300px;min-height:160px;border-color:#aaaaaa;box-shadow:0 5px 30px -5px rgba(0,0,0,0.25);text-align:left}html[dir="rtl"] #acf-popup .acf-popup-box{text-align:right}#acf-popup .acf-popup-box .title{min-height:15px;line-height:15px}#acf-popup .acf-popup-box .title .acf-icon{position:absolute;top:10px;right:10px}html[dir="rtl"] #acf-popup .acf-popup-box .title .acf-icon{right:auto;left:10px}#acf-popup .acf-popup-box .inner{min-height:50px;padding:0;margin:15px}#acf-popup .acf-popup-box .loading{position:absolute;top:45px;left:0;right:0;bottom:0;z-index:2;background:rgba(0,0,0,0.1);display:none}#acf-popup .acf-popup-box .loading i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.acf-submit{margin-bottom:0;line-height:28px}.acf-submit span{float:right;color:#999}.acf-submit span.-error{color:#dd4232}.acf-submit .button{margin-right:5px}#acf-upgrade-notice{position:relative;background:#fff;border-left:4px solid #00a0d2;padding:20px}#acf-upgrade-notice:after{display:block;clear:both;content:""}#acf-upgrade-notice .col-content{float:left;width:55%;padding-left:90px}#acf-upgrade-notice .col-actions{float:right;text-align:center;padding:10px}#acf-upgrade-notice img{float:left;width:70px;height:70px;margin:0 0 0 -90px}#acf-upgrade-notice h2{font-size:16px;margin:2px 0 6.5px}#acf-upgrade-notice p{padding:0;margin:0}#acf-upgrade-notice .button:before{margin-top:11px}@media screen and (max-width: 640px){#acf-upgrade-notice .col-content,#acf-upgrade-notice .col-actions{float:none;padding-left:90px;width:auto;text-align:left}}.acf-wrap h1{margin-top:0;padding-top:20px}.acf-wrap .about-text{margin-top:0.5em;min-height:50px}.acf-wrap .about-headline-callout{font-size:2.4em;font-weight:300;line-height:1.3;margin:1.1em 0 0.2em;text-align:center}.acf-wrap .feature-section{padding:40px 0}.acf-wrap .feature-section h2{margin-top:20px}.acf-wrap .changelog{list-style:disc;padding-left:15px}.acf-wrap .changelog li{margin:0 0 0.75em}.acf-wrap .acf-three-col{display:flex;flex-wrap:wrap;justify-content:space-between}.acf-wrap .acf-three-col>div{flex:1;align-self:flex-start;min-width:31%;max-width:31%}@media screen and (max-width: 880px){.acf-wrap .acf-three-col>div{min-width:48%}}@media screen and (max-width: 640px){.acf-wrap .acf-three-col>div{min-width:100%}}.acf-wrap .acf-three-col h3 .badge{display:inline-block;vertical-align:top;border-radius:5px;background:#fc9700;color:#fff;font-weight:normal;font-size:12px;padding:2px 5px}.acf-wrap .acf-three-col img+h3{margin-top:0.5em}.acf-hl[data-cols]{margin-left:-10px;margin-right:-10px}.acf-hl[data-cols]>li{padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acf-hl[data-cols="2"]>li{width:50%}.acf-hl[data-cols="3"]>li{width:33.333%}.acf-hl[data-cols="4"]>li{width:25%}@media screen and (max-width: 640px){.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}}.acf-actions{text-align:right;z-index:1}.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.acf-actions li{float:right;margin-left:4px}.acf-plugin-upgrade-notice{font-weight:normal;color:#fff;background:#d54d21;padding:1em;margin:9px 0}.acf-plugin-upgrade-notice:before{content:"\f348";display:inline-block;font:400 18px/1 dashicons;speak:none;margin:0 8px 0 -2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top}.acf-plugin-upgrade-notice h4{display:none}.acf-plugin-upgrade-notice ul,.acf-plugin-upgrade-notice li{display:inline;color:inherit;list-style:none}.acf-plugin-upgrade-notice li:after{content:'. ';display:inline}html[dir="rtl"] .acf-fl{float:right}html[dir="rtl"] .acf-fr{float:left}html[dir="rtl"] .acf-hl>li{float:right}html[dir="rtl"] .acf-hl>li.acf-fr{float:left}html[dir="rtl"] .acf-icon.logo{left:0;right:auto}html[dir="rtl"] .acf-table thead th{text-align:right;border-right-width:1px;border-left-width:0px}html[dir="rtl"] .acf-table>tbody>tr>td{text-align:right;border-right-width:1px;border-left-width:0px}html[dir="rtl"] .acf-table>thead>tr>th:first-child,html[dir="rtl"] .acf-table>tbody>tr>td:first-child{border-right-width:0}html[dir="rtl"] .acf-table>tbody>tr>td.order+td{border-right-color:#e1e1e1}.acf-postbox-columns{position:relative;margin-top:-11px;margin-bottom:-12px;margin-left:-12px;margin-right:268px}.acf-postbox-columns:after{display:block;clear:both;content:""}.acf-postbox-columns .acf-postbox-main,.acf-postbox-columns .acf-postbox-side{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 12px 12px}.acf-postbox-columns .acf-postbox-main{float:left;width:100%}.acf-postbox-columns .acf-postbox-side{float:right;width:280px;margin-right:-280px}.acf-postbox-columns .acf-postbox-side:before{content:"";display:block;position:absolute;width:1px;height:100%;top:0;right:0;background:#d5d9dd}.acf-admin-3-8 .acf-postbox-columns .acf-postbox-side:before{background:#dfdfdf}@media only screen and (max-width: 850px){.acf-postbox-columns{margin:0}.acf-postbox-columns .acf-postbox-main,.acf-postbox-columns .acf-postbox-side{float:none;width:auto;margin:0;padding:0}.acf-postbox-columns .acf-postbox-side{margin-top:1em}.acf-postbox-columns .acf-postbox-side:before{display:none}}.acf-panel{margin-top:-1px;border-top:1px solid #d5d9dd;border-bottom:1px solid #d5d9dd}.acf-panel .acf-panel-title{margin:0;padding:12px;font-weight:bold;cursor:pointer;font-size:inherit}.acf-panel .acf-panel-title i{float:right}.acf-panel .acf-panel-inside{margin:0;padding:0 12px 12px;display:none}.acf-panel.-open .acf-panel-inside{display:block}.postbox .acf-panel{margin-left:-12px;margin-right:-12px}.acf-panel .acf-field{margin:20px 0 0}.acf-panel .acf-field .acf-label label{color:#555d66;font-weight:normal}.acf-panel .acf-field:first-child{margin-top:0}.acf-admin-3-8 .acf-panel{border-color:#dfdfdf}#acf-admin-tools .notice{margin-top:10px}.acf-meta-box-wrap{margin-top:10px}.acf-meta-box-wrap .postbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acf-meta-box-wrap .postbox .inside{margin-bottom:0}.acf-meta-box-wrap .postbox .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;position:relative;z-index:1}.acf-meta-box-wrap .postbox .handlediv{display:none}.acf-meta-box-wrap .acf-fields{border:#ebebeb solid 1px;background:#fafafa;border-radius:3px}.acf-meta-box-wrap.-grid{margin-left:8px;margin-right:8px}.acf-meta-box-wrap.-grid .postbox{float:left;clear:left;width:50%;margin:0 0 16px}.acf-meta-box-wrap.-grid .postbox:nth-child(odd){margin-left:-8px}.acf-meta-box-wrap.-grid .postbox:nth-child(even){float:right;clear:right;margin-right:-8px}@media only screen and (max-width: 850px){.acf-meta-box-wrap.-grid{margin-left:0;margin-right:0}.acf-meta-box-wrap.-grid .postbox{margin-left:0 !important;margin-right:0 !important;width:100%}}#acf-admin-tool-export p{max-width:800px}#acf-admin-tool-export ul{column-width:200px}#acf-admin-tool-export .acf-postbox-side .button{margin:0;width:100%}#acf-admin-tool-export textarea{display:block;width:100%;min-height:500px;background:#fafafa;box-shadow:none;padding:7px;border-radius:3px}#acf-admin-tool-export .acf-panel-selection .acf-label{display:none}@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){.acf-loading,.acf-spinner{background-image:url(../images/spinner@2x.gif);background-size:20px 20px}}@media only screen and (max-width: 850px){.acf-columns-2{margin-right:0}.acf-columns-2 .acf-column-1,.acf-columns-2 .acf-column-2{float:none;width:auto;margin:0}}
|
1 |
+
.acf-hl{padding:0;margin:0;list-style:none;display:block;position:relative}.acf-hl>li{float:left;display:block;margin:0;padding:0}.acf-hl>li.acf-fr{float:right}.acf-hl:before,.acf-hl:after,.acf-bl:before,.acf-bl:after,.acf-cf:before,.acf-cf:after{content:"";display:block;line-height:0}.acf-hl:after,.acf-bl:after,.acf-cf:after{clear:both}.acf-bl{padding:0;margin:0;list-style:none;display:block;position:relative}.acf-bl>li{display:block;margin:0;padding:0;float:none}.acf-hidden{display:none !important}.acf-empty{display:table-cell !important}.acf-empty *{display:none !important}.acf-fl{float:left}.acf-fr{float:right}.acf-fn{float:none}.acf-al{text-align:left}.acf-ar{text-align:right}.acf-ac{text-align:center}.acf-loading,.acf-spinner{display:inline-block;height:20px;width:20px;vertical-align:text-top;background:transparent url(../images/spinner.gif) no-repeat 50% 50%}.acf-spinner{display:none}.acf-spinner.is-active{display:inline-block}.spinner.is-active{display:inline-block}.acf-required{color:#f00}.acf-soh .acf-soh-target{-webkit-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;-moz-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;-o-transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;transition:opacity 0.25s 0s ease-in-out, visibility 0s linear 0.25s;visibility:hidden;opacity:0}.acf-soh:hover .acf-soh-target{-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;visibility:visible;opacity:1}.show-if-value{display:none}.hide-if-value{display:block}.has-value .show-if-value{display:block}.has-value .hide-if-value{display:none}.select2-search-choice-close{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.acf-tooltip{background:#2F353E;border-radius:5px;color:#fff;padding:5px 10px;position:absolute;font-size:12px;line-height:1.4em;z-index:900000}.acf-tooltip:before{border:solid;border-color:transparent;border-width:6px;content:"";position:absolute}.acf-tooltip.top{margin-top:-8px}.acf-tooltip.top:before{top:100%;left:50%;margin-left:-6px;border-top-color:#2F353E;border-bottom-width:0}.acf-tooltip.right{margin-left:8px}.acf-tooltip.right:before{top:50%;margin-top:-6px;right:100%;border-right-color:#2F353E;border-left-width:0}.acf-tooltip.bottom{margin-top:8px}.acf-tooltip.bottom:before{bottom:100%;left:50%;margin-left:-6px;border-bottom-color:#2F353E;border-top-width:0}.acf-tooltip.left{margin-left:-8px}.acf-tooltip.left:before{top:50%;margin-top:-6px;left:100%;border-left-color:#2F353E;border-right-width:0}.acf-tooltip .acf-overlay{z-index:-1}.acf-tooltip.-confirm{z-index:900001}.acf-tooltip.-confirm a{text-decoration:none;color:#9ea3a8}.acf-tooltip.-confirm a:hover{text-decoration:underline}.acf-tooltip.-confirm a[data-event="confirm"]{color:#F55E4F}.acf-overlay{position:fixed;top:0;bottom:0;left:0;right:0;cursor:default}.acf-tooltip-target{position:relative;z-index:900002}.acf-loading-overlay{position:absolute;top:0;bottom:0;left:0;right:0;cursor:default;z-index:99;background:rgba(249,249,249,0.5)}.acf-loading-overlay i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@font-face{font-family:'acf';src:url("../font/acf.eot?57601716");src:url("../font/acf.eot?57601716#iefix") format("embedded-opentype"),url("../font/acf.woff2?57601716") format("woff2"),url("../font/acf.woff?57601716") format("woff"),url("../font/acf.ttf?57601716") format("truetype"),url("../font/acf.svg?57601716#acf") format("svg");font-weight:normal;font-style:normal}.acf-icon:before{font-family:"acf";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.acf-icon.-plus:before{content:'\e800'}.acf-icon.-minus:before{content:'\e801'}.acf-icon.-cancel:before{content:'\e802'}.acf-icon.-pencil:before{content:'\e803';top:-1px}.acf-icon.-location:before{content:'\e804'}.acf-icon.-down:before{content:'\e805';top:1px}.acf-icon.-left:before{content:'\e806';left:-1px}.acf-icon.-right:before{content:'\e807';left:1px}.acf-icon.-up:before{content:'\e808';top:-1px}.acf-icon.-sync:before{content:'\e809'}.acf-icon.-globe:before{content:'\e80a'}.acf-icon.-picture:before{content:'\e80b'}.acf-icon.-check:before{content:'\e80c'}.acf-icon.-dot-3:before{content:'\e80d'}.acf-icon.-arrow-combo:before{content:'\e80e'}.acf-icon.-arrow-up:before{content:'\e810';top:-1px}.acf-icon.-arrow-down:before{content:'\e80f';top:1px}.acf-icon.-search:before{content:'\e811'}.acf-icon.-link-ext:before{content:'\f08e'}.acf-icon.-collapse:before{content:'\e810';top:-1px}.-collapsed .acf-icon.-collapse:before{content:'\e80f';top:1px}.acf-icon{display:inline-block;height:26px;width:26px;border:transparent solid 1px;border-radius:100%;font-size:16px;line-height:26px;text-align:center;text-decoration:none;vertical-align:top;box-sizing:content-box}span.acf-icon{color:#999;border-color:#BBB;background-color:#fff}a.acf-icon{color:#555d66;border-color:#b5bcc2;background-color:#fff;position:relative;overflow:hidden;transition:none}a.acf-icon.-clear{color:#444;background:transparent;border:none}a.acf-icon.light{border:none;padding:1px;background:#F5F5F5;color:#23282d}a.acf-icon:hover{border-color:transparent;background:#2a9bd9;color:#fff}a.acf-icon:active{color:#fff;background-color:#238cc6}a.acf-icon:active,a.acf-icon:focus{outline:none;box-shadow:none}a.acf-icon.-minus:hover,a.acf-icon.-cancel:hover{background-color:#F55E4F}a.acf-icon.-minus:active,a.acf-icon.-cancel:active{background-color:#f44837}.acf-icon.-pencil{font-size:15px}.acf-icon.-location{font-size:18px}.acf-icon.small,.acf-icon.-small{width:18px;height:18px;line-height:18px;font-size:14px}.acf-icon.dark{border-color:transparent;background:#23282D;color:#eee}a.acf-icon.dark:hover{border-color:transparent;background:#191E23;color:#00b9eb}a.acf-icon.-minus.dark:hover,a.acf-icon.-cancel.dark:hover{color:#D54E21}.acf-icon.grey{border-color:transparent;background:#b4b9be;color:#fff}a.acf-icon.grey:hover{border-color:transparent;background:#00A0D2;color:#fff}a.acf-icon.-minus.grey:hover,a.acf-icon.-cancel.grey:hover{background:#32373C}.acf-icon.red{border-color:transparent;background-color:#F55E4F;color:#fff}.acf-icon.yellow{border-color:transparent;background-color:#FDBC40;color:#fff}.acf-icon.logo{width:150px;height:150px;background:#5EE8BF;border:0 none;position:absolute;right:0;top:0}.acf-box{background:#FFFFFF;border:1px solid #ccd0d4;position:relative;box-shadow:0 1px 1px rgba(0,0,0,0.04)}.acf-box .title{border-bottom:1px solid #ccd0d4;margin:0;padding:15px}.acf-box .title h3{font-size:14px;line-height:1em;margin:0;padding:0}.acf-box .inner{padding:15px}.acf-box h2{color:#333333;font-size:26px;line-height:1.25em;margin:0.25em 0 0.75em;padding:0}.acf-box h3{margin:1.5em 0 0}.acf-box p{margin-top:0.5em}.acf-box a{text-decoration:none}.acf-box i.dashicons-external{margin-top:-1px}.acf-box .footer{border-top:1px solid #ccd0d4;padding:12px;font-size:13px;line-height:1.5}.acf-box .footer p{margin:0}.acf-admin-3-8 .acf-box{border-color:#E5E5E5}.acf-admin-3-8 .acf-box .title,.acf-admin-3-8 .acf-box .footer{border-color:#E5E5E5}.acf-notice{position:relative;display:block;color:#fff;margin:5px 0 15px;padding:3px 12px;background:#2a9bd9;border-left:#2183b9 solid 4px}.acf-notice p{font-size:13px;line-height:1.5;margin:0.5em 0;text-shadow:none;color:inherit}.acf-notice a.acf-notice-dismiss{position:absolute;border-color:transparent;top:9px;right:12px;color:#fff;background:rgba(0,0,0,0.1)}.acf-notice a.acf-notice-dismiss:hover{background:rgba(0,0,0,0.2)}.acf-notice.-dismiss{padding-right:40px}.acf-notice.-error{background:#F55E4F;border-color:#f33b28}.acf-notice.-success{background:#46b450;border-color:#3b9743}.acf-notice.-warning{background:#fd8d3b;border-color:#fd7613}.acf-table{border:#ccd0d4 solid 1px;background:#fff;border-spacing:0;border-radius:0;table-layout:auto;padding:0;margin:0;width:100%;clear:both;box-sizing:content-box}.acf-table>tbody>tr>th,.acf-table>tbody>tr>td,.acf-table>thead>tr>th,.acf-table>thead>tr>td{padding:8px;vertical-align:top;background:#fff;text-align:left;border-style:solid;font-weight:normal}.acf-table>tbody>tr>th,.acf-table>thead>tr>th{position:relative;color:#333333}.acf-table>thead>tr>th{border-color:#d5d9dd;border-width:0 0 1px 1px}.acf-table>thead>tr>th:first-child{border-left-width:0}.acf-table>tbody>tr{z-index:1}.acf-table>tbody>tr>td{border-color:#eee;border-width:1px 0 0 1px}.acf-table>tbody>tr>td:first-child{border-left-width:0}.acf-table>tbody>tr:first-child>td{border-top-width:0}.acf-table.-clear{border:0 none}.acf-table.-clear>tbody>tr>td,.acf-table.-clear>tbody>tr>th,.acf-table.-clear>thead>tr>td,.acf-table.-clear>thead>tr>th{border:0 none;padding:4px}.acf-remove-element{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;transform:translate(50px, 0);opacity:0}.acf-fade-up{-webkit-transition:all 0.25s ease-out;-moz-transition:all 0.25s ease-out;-o-transition:all 0.25s ease-out;transition:all 0.25s ease-out;transform:translate(0, -10px);opacity:0}#acf-field-group-wrap .tablenav,#acf-field-group-wrap p.search-box{display:none}#acf-field-group-wrap .wp-list-table .column-acf-fg-description,#acf-field-group-wrap .wp-list-table .column-acf-fg-description:before{display:none !important}#acf-field-group-wrap .wp-list-table .column-acf-fg-count{width:10%}#acf-field-group-wrap .wp-list-table .column-acf-fg-status{width:10%}#acf-field-group-wrap .tablenav.bottom{display:block}#acf-field-group-wrap .acf-description{font-weight:normal;font-size:13px;color:#999;margin-left:7px;font-style:italic}#acf-field-group-wrap .subsubsub{margin-bottom:3px}#acf-field-group-wrap .subsubsub ul{margin:0}#acf-field-group-wrap .subsubsub+.subsubsub{margin-top:0}#acf-field-group-wrap .subsubsub a:focus{box-shadow:none}.acf-columns-2{margin-right:300px;clear:both}.acf-columns-2:after{display:block;clear:both;content:""}html[dir="rtl"] .acf-columns-2{margin-right:0;margin-left:300px}.acf-columns-2 .acf-column-1{float:left;width:100%}html[dir="rtl"] .acf-columns-2 .acf-column-1{float:right}.acf-columns-2 .acf-column-2{float:right;margin-right:-300px;width:280px}html[dir="rtl"] .acf-columns-2 .acf-column-2{float:left;margin-right:0;margin-left:-300px}#acf-field-group-wrap .search-box:after{display:block;content:"";height:5px}.acf-clear{clear:both}@media screen and (max-width: 782px){#acf-field-group-wrap #the-list .acf-icon:after{content:attr(title);position:absolute;margin-left:5px;font-size:13px;line-height:18px;font-style:normal;color:#444}}.acf-thead,.acf-tbody,.acf-tfoot{width:100%;padding:0;margin:0}.acf-thead>li,.acf-tbody>li,.acf-tfoot>li{box-sizing:border-box;padding:8px 12px;font-size:12px;line-height:14px}.acf-thead{border-bottom:#ccd0d4 solid 1px;color:#23282d}.acf-thead>li{font-size:14px;line-height:1.4;font-weight:bold}.acf-admin-3-8 .acf-thead{border-color:#dfdfdf}.acf-tfoot{background:#f5f5f5;border-top:#d5d9dd solid 1px}.acf-settings-wrap #poststuff{padding-top:15px}.acf-settings-wrap .acf-box{margin:20px 0}.acf-settings-wrap table{margin:0}.acf-settings-wrap table .button{vertical-align:middle}#acf-popup{position:fixed;z-index:900000;top:0;left:0;right:0;bottom:0;text-align:center}#acf-popup .bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:rgba(0,0,0,0.25)}#acf-popup:before{content:'';display:inline-block;height:100%;vertical-align:middle}#acf-popup .acf-popup-box{display:inline-block;vertical-align:middle;z-index:1;min-width:300px;min-height:160px;border-color:#aaaaaa;box-shadow:0 5px 30px -5px rgba(0,0,0,0.25);text-align:left}html[dir="rtl"] #acf-popup .acf-popup-box{text-align:right}#acf-popup .acf-popup-box .title{min-height:15px;line-height:15px}#acf-popup .acf-popup-box .title .acf-icon{position:absolute;top:10px;right:10px}html[dir="rtl"] #acf-popup .acf-popup-box .title .acf-icon{right:auto;left:10px}#acf-popup .acf-popup-box .inner{min-height:50px;padding:0;margin:15px}#acf-popup .acf-popup-box .loading{position:absolute;top:45px;left:0;right:0;bottom:0;z-index:2;background:rgba(0,0,0,0.1);display:none}#acf-popup .acf-popup-box .loading i{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.acf-submit{margin-bottom:0;line-height:28px}.acf-submit span{float:right;color:#999}.acf-submit span.-error{color:#dd4232}.acf-submit .button{margin-right:5px}#acf-upgrade-notice{position:relative;background:#fff;border-left:4px solid #00a0d2;padding:20px}#acf-upgrade-notice:after{display:block;clear:both;content:""}#acf-upgrade-notice .col-content{float:left;width:55%;padding-left:90px}#acf-upgrade-notice .col-actions{float:right;text-align:center;padding:10px}#acf-upgrade-notice img{float:left;width:70px;height:70px;margin:0 0 0 -90px}#acf-upgrade-notice h2{font-size:16px;margin:2px 0 6.5px}#acf-upgrade-notice p{padding:0;margin:0}#acf-upgrade-notice .button:before{margin-top:11px}@media screen and (max-width: 640px){#acf-upgrade-notice .col-content,#acf-upgrade-notice .col-actions{float:none;padding-left:90px;width:auto;text-align:left}}.acf-wrap h1{margin-top:0;padding-top:20px}.acf-wrap .about-text{margin-top:0.5em;min-height:50px}.acf-wrap .about-headline-callout{font-size:2.4em;font-weight:300;line-height:1.3;margin:1.1em 0 0.2em;text-align:center}.acf-wrap .feature-section{padding:40px 0}.acf-wrap .feature-section h2{margin-top:20px}.acf-wrap .changelog{list-style:disc;padding-left:15px}.acf-wrap .changelog li{margin:0 0 0.75em}.acf-wrap .acf-three-col{display:flex;flex-wrap:wrap;justify-content:space-between}.acf-wrap .acf-three-col>div{flex:1;align-self:flex-start;min-width:31%;max-width:31%}@media screen and (max-width: 880px){.acf-wrap .acf-three-col>div{min-width:48%}}@media screen and (max-width: 640px){.acf-wrap .acf-three-col>div{min-width:100%}}.acf-wrap .acf-three-col h3 .badge{display:inline-block;vertical-align:top;border-radius:5px;background:#fc9700;color:#fff;font-weight:normal;font-size:12px;padding:2px 5px}.acf-wrap .acf-three-col img+h3{margin-top:0.5em}.acf-hl[data-cols]{margin-left:-10px;margin-right:-10px}.acf-hl[data-cols]>li{padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acf-hl[data-cols="2"]>li{width:50%}.acf-hl[data-cols="3"]>li{width:33.333%}.acf-hl[data-cols="4"]>li{width:25%}@media screen and (max-width: 640px){.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}}.acf-actions{text-align:right;z-index:1}.acf-actions.-hover{position:absolute;display:none;top:0;right:0;padding:5px}html[dir="rtl"] .acf-actions.-hover{right:auto;left:0}ul.acf-actions li{float:right;margin-left:4px}.acf-plugin-upgrade-notice{font-weight:normal;color:#fff;background:#d54d21;padding:1em;margin:9px 0}.acf-plugin-upgrade-notice:before{content:"\f348";display:inline-block;font:400 18px/1 dashicons;speak:none;margin:0 8px 0 -2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top}.acf-plugin-upgrade-notice h4{display:none}.acf-plugin-upgrade-notice ul,.acf-plugin-upgrade-notice li{display:inline;color:inherit;list-style:none}.acf-plugin-upgrade-notice li:after{content:'. ';display:inline}html[dir="rtl"] .acf-fl{float:right}html[dir="rtl"] .acf-fr{float:left}html[dir="rtl"] .acf-hl>li{float:right}html[dir="rtl"] .acf-hl>li.acf-fr{float:left}html[dir="rtl"] .acf-icon.logo{left:0;right:auto}html[dir="rtl"] .acf-table thead th{text-align:right;border-right-width:1px;border-left-width:0px}html[dir="rtl"] .acf-table>tbody>tr>td{text-align:right;border-right-width:1px;border-left-width:0px}html[dir="rtl"] .acf-table>thead>tr>th:first-child,html[dir="rtl"] .acf-table>tbody>tr>td:first-child{border-right-width:0}html[dir="rtl"] .acf-table>tbody>tr>td.order+td{border-right-color:#e1e1e1}.acf-postbox-columns{position:relative;margin-top:-11px;margin-bottom:-12px;margin-left:-12px;margin-right:268px}.acf-postbox-columns:after{display:block;clear:both;content:""}.acf-postbox-columns .acf-postbox-main,.acf-postbox-columns .acf-postbox-side{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0 12px 12px}.acf-postbox-columns .acf-postbox-main{float:left;width:100%}.acf-postbox-columns .acf-postbox-side{float:right;width:280px;margin-right:-280px}.acf-postbox-columns .acf-postbox-side:before{content:"";display:block;position:absolute;width:1px;height:100%;top:0;right:0;background:#d5d9dd}.acf-admin-3-8 .acf-postbox-columns .acf-postbox-side:before{background:#dfdfdf}@media only screen and (max-width: 850px){.acf-postbox-columns{margin:0}.acf-postbox-columns .acf-postbox-main,.acf-postbox-columns .acf-postbox-side{float:none;width:auto;margin:0;padding:0}.acf-postbox-columns .acf-postbox-side{margin-top:1em}.acf-postbox-columns .acf-postbox-side:before{display:none}}.acf-panel{margin-top:-1px;border-top:1px solid #d5d9dd;border-bottom:1px solid #d5d9dd}.acf-panel .acf-panel-title{margin:0;padding:12px;font-weight:bold;cursor:pointer;font-size:inherit}.acf-panel .acf-panel-title i{float:right}.acf-panel .acf-panel-inside{margin:0;padding:0 12px 12px;display:none}.acf-panel.-open .acf-panel-inside{display:block}.postbox .acf-panel{margin-left:-12px;margin-right:-12px}.acf-panel .acf-field{margin:20px 0 0}.acf-panel .acf-field .acf-label label{color:#555d66;font-weight:normal}.acf-panel .acf-field:first-child{margin-top:0}.acf-admin-3-8 .acf-panel{border-color:#dfdfdf}#acf-admin-tools .notice{margin-top:10px}.acf-meta-box-wrap{margin-top:10px}.acf-meta-box-wrap .postbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.acf-meta-box-wrap .postbox .inside{margin-bottom:0}.acf-meta-box-wrap .postbox .hndle{font-size:14px;padding:8px 12px;margin:0;line-height:1.4;position:relative;z-index:1}.acf-meta-box-wrap .postbox .handlediv{display:none}.acf-meta-box-wrap .acf-fields{border:#ebebeb solid 1px;background:#fafafa;border-radius:3px}.acf-meta-box-wrap.-grid{margin-left:8px;margin-right:8px}.acf-meta-box-wrap.-grid .postbox{float:left;clear:left;width:50%;margin:0 0 16px}.acf-meta-box-wrap.-grid .postbox:nth-child(odd){margin-left:-8px}.acf-meta-box-wrap.-grid .postbox:nth-child(even){float:right;clear:right;margin-right:-8px}@media only screen and (max-width: 850px){.acf-meta-box-wrap.-grid{margin-left:0;margin-right:0}.acf-meta-box-wrap.-grid .postbox{margin-left:0 !important;margin-right:0 !important;width:100%}}#acf-admin-tool-export p{max-width:800px}#acf-admin-tool-export ul{column-width:200px}#acf-admin-tool-export .acf-postbox-side .button{margin:0;width:100%}#acf-admin-tool-export textarea{display:block;width:100%;min-height:500px;background:#fafafa;box-shadow:none;padding:7px;border-radius:3px}#acf-admin-tool-export .acf-panel-selection .acf-label{display:none}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min--moz-device-pixel-ratio: 2),only screen and (-o-min-device-pixel-ratio: 2/1),only screen and (min-device-pixel-ratio: 2),only screen and (min-resolution: 192dpi),only screen and (min-resolution: 2dppx){.acf-loading,.acf-spinner{background-image:url(../images/spinner@2x.gif);background-size:20px 20px}}@media only screen and (max-width: 850px){.acf-columns-2{margin-right:0}.acf-columns-2 .acf-column-1,.acf-columns-2 .acf-column-2{float:none;width:auto;margin:0}}
|
assets/css/acf-input.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.acf-field,.acf-field .acf-label,.acf-field .acf-input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.acf-field{margin:15px 0;clear:both}.acf-field p.description{display:block;margin:0;padding:0}.acf-field .acf-label{vertical-align:top;margin:0 0 10px}.acf-field .acf-label label{display:block;font-weight:bold;margin:0 0 3px;padding:0}.acf-field .acf-label:empty{margin-bottom:0}.acf-field .acf-input{vertical-align:top}.acf-field .acf-input>p.description{margin-top:5px}.acf-field .acf-notice{margin:0 0 15px;background:#edf2ff;color:#2183b9;border:none}.acf-field .acf-notice .acf-notice-dismiss{background:transparent;color:inherit}.acf-field .acf-notice .acf-notice-dismiss:hover{background:#fff}.acf-field .acf-notice.-dismiss{padding-right:40px}.acf-field .acf-notice.-error{background:#ffe6e6;color:#d12626}.acf-field .acf-notice.-success{background:#eefbe8;color:#32a23b}.acf-field .acf-notice.-warning{background:#fff3e6;color:#d16226}td.acf-field,tr.acf-field{margin:0}.acf-field[data-width]{float:left;clear:none}.acf-field[data-width]+.acf-field[data-width]{border-left:1px solid #eeeeee}html[dir="rtl"] .acf-field[data-width]{float:right}html[dir="rtl"] .acf-field[data-width]+.acf-field[data-width]{border-left:none;border-right:1px solid #eeeeee}td.acf-field[data-width],tr.acf-field[data-width]{float:none}.acf-field.-c0{clear:both;border-left-width:0 !important}html[dir="rtl"] .acf-field.-c0{border-left-width:1px !important;border-right-width:0 !important}.acf-field.-r0{border-top-width:0 !important}.acf-fields{position:relative}.acf-fields:after{display:block;clear:both;content:""}.acf-fields.-border{border:#ccd0d4 solid 1px;background:#fff}.acf-fields>.acf-field{position:relative;margin:0;padding:15px 12px;border-top:#EEEEEE solid 1px}.acf-fields>.acf-field:first-child{border-top:none;margin-top:0}td.acf-fields{padding:0 !important}.acf-fields.-clear>.acf-field{border:none;padding:0;margin:15px 0}.acf-fields.-clear>.acf-field[data-width]{border:none !important}.acf-fields.-clear>.acf-field>.acf-label{padding:0}.acf-fields.-clear>.acf-field>.acf-input{padding:0}.acf-fields.-left>.acf-field{padding:15px 0}.acf-fields.-left>.acf-field:after{display:block;clear:both;content:""}.acf-fields.-left>.acf-field:before{content:"";display:block;position:absolute;z-index:0;background:#F9F9F9;border-color:#E1E1E1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acf-fields.-left>.acf-field[data-width]{float:none;width:auto !important;border-left-width:0 !important;border-right-width:0 !important}.acf-fields.-left>.acf-field>.acf-label{float:left;width:20%;margin:0;padding:0 12px}.acf-fields.-left>.acf-field>.acf-input{float:left;width:80%;margin:0;padding:0 12px}html[dir="rtl"] .acf-fields.-left>.acf-field:before{border-width:0 0 0 1px;left:auto;right:0}html[dir="rtl"] .acf-fields.-left>.acf-field>.acf-label{float:right}html[dir="rtl"] .acf-fields.-left>.acf-field>.acf-input{float:right}#side-sortables .acf-fields.-left>.acf-field:before{display:none}#side-sortables .acf-fields.-left>.acf-field>.acf-label{width:100%;margin-bottom:10px}#side-sortables .acf-fields.-left>.acf-field>.acf-input{width:100%}@media screen and (max-width: 640px){.acf-fields.-left>.acf-field:before{display:none}.acf-fields.-left>.acf-field>.acf-label{width:100%;margin-bottom:10px}.acf-fields.-left>.acf-field>.acf-input{width:100%}}.acf-fields.-clear.-left>.acf-field{padding:0;border:none}.acf-fields.-clear.-left>.acf-field:before{display:none}.acf-fields.-clear.-left>.acf-field>.acf-label{padding:0}.acf-fields.-clear.-left>.acf-field>.acf-input{padding:0}.acf-table tr.acf-field>td.acf-label{padding:15px 12px;margin:0;background:#F9F9F9;width:20%}.acf-table tr.acf-field>td.acf-input{padding:15px 12px;margin:0;border-left-color:#E1E1E1}.acf-sortable-tr-helper{position:relative !important;display:table-row !important}.acf-postbox{position:relative}.acf-postbox>.inside{margin:0 !important;padding:0 !important}.acf-postbox>.hndle .acf-hndle-cog{color:#AAAAAA;font-size:16px;line-height:20px;padding:0 2px;float:right;position:relative;display:none}.acf-postbox>.hndle .acf-hndle-cog:hover{color:#777777}.acf-postbox:hover>.hndle .acf-hndle-cog{display:block}.acf-postbox .acf-replace-with-fields{padding:15px;text-align:center}#post-body-content #acf_after_title-sortables{margin:20px 0 -20px}.acf-postbox.seamless{border:0 none;background:transparent;box-shadow:none}.acf-postbox.seamless>.hndle,.acf-postbox.seamless>.handlediv{display:none !important}.acf-postbox.seamless>.inside{display:block !important;margin-left:-12px !important;margin-right:-12px !important}.acf-postbox.seamless>.inside>.acf-field{border-color:transparent}.acf-postbox.seamless>.acf-fields.-left>.acf-field:before{display:none}@media screen and (max-width: 782px){.acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-label,.acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-input{padding:0}}.acf-field input[type="text"],.acf-field input[type="password"],.acf-field input[type="date"],.acf-field input[type="datetime"],.acf-field input[type="datetime-local"],.acf-field input[type="email"],.acf-field input[type="month"],.acf-field input[type="number"],.acf-field input[type="search"],.acf-field input[type="tel"],.acf-field input[type="time"],.acf-field input[type="url"],.acf-field input[type="week"],.acf-field textarea,.acf-field select{width:100%;padding:4px 8px;margin:0;box-sizing:border-box;font-size:14px;line-height:1.4}.acf-admin-3-8 .acf-field input[type="text"],.acf-admin-3-8 .acf-field input[type="password"],.acf-admin-3-8 .acf-field input[type="date"],.acf-admin-3-8 .acf-field input[type="datetime"],.acf-admin-3-8 .acf-field input[type="datetime-local"],.acf-admin-3-8 .acf-field input[type="email"],.acf-admin-3-8 .acf-field input[type="month"],.acf-admin-3-8 .acf-field input[type="number"],.acf-admin-3-8 .acf-field input[type="search"],.acf-admin-3-8 .acf-field input[type="tel"],.acf-admin-3-8 .acf-field input[type="time"],.acf-admin-3-8 .acf-field input[type="url"],.acf-admin-3-8 .acf-field input[type="week"],.acf-admin-3-8 .acf-field textarea,.acf-admin-3-8 .acf-field select{padding:3px 5px}.acf-field textarea{resize:vertical}.acf-input-prepend,.acf-input-append,.acf-input-wrap{box-sizing:border-box}.acf-input-prepend,.acf-input-append{font-size:14px;line-height:1.4;padding:4px 8px;background:#f5f5f5;border:#7e8993 solid 1px;min-height:30px}.acf-admin-3-8 .acf-input-prepend,.acf-admin-3-8 .acf-input-append{padding:3px 5px;border-color:#ddd;min-height:28px}.acf-input-prepend{float:left;border-right-width:0;border-radius:3px 0 0 3px}.acf-input-append{float:right;border-left-width:0;border-radius:0 3px 3px 0}.acf-input-wrap{position:relative;overflow:hidden}input.acf-is-prepended{border-radius:0 3px 3px 0 !important}input.acf-is-appended{border-radius:3px 0 0 3px !important}input.acf-is-prepended.acf-is-appended{border-radius:0 !important}html[dir="rtl"] .acf-input-prepend{border-left-width:0;border-right-width:1px;border-radius:0 3px 3px 0;float:right}html[dir="rtl"] .acf-input-append{border-left-width:1px;border-right-width:0;border-radius:3px 0 0 3px;float:left}html[dir="rtl"] input.acf-is-prepended{border-radius:3px 0 0 3px !important}html[dir="rtl"] input.acf-is-appended{border-radius:0 3px 3px 0 !important}html[dir="rtl"] input.acf-is-prepended.acf-is-appended{border-radius:0 !important}.acf-color-picker .wp-color-result{border-color:#7e8993}.acf-admin-3-8 .acf-color-picker .wp-color-result{border-color:#ccd0d4}.acf-color-picker .wp-picker-active{position:relative;z-index:1}.acf-url i{position:absolute;top:4px;left:4px;opacity:0.5;color:#A9A9A9}.acf-url input[type="url"]{padding-left:25px !important}.acf-url.-valid i{opacity:1}.acf-field select{padding:2px}.acf-field select optgroup{padding:5px;background:#fff}.acf-field select option{padding:3px}.acf-field select optgroup option{padding-left:5px}.acf-field select optgroup:nth-child(2n){background:#F9F9F9}.acf-field .select2-input{max-width:200px}.select2-container.-acf .select2-choices{background:#fff;border-color:#ddd;box-shadow:0 1px 2px rgba(0,0,0,0.07) inset;min-height:31px}.select2-container.-acf .select2-choices .select2-search-choice{margin:5px 0 5px 5px;padding:3px 5px 3px 18px;border-color:#bbb;background:#f9f9f9;box-shadow:0 1px 0 rgba(255,255,255,0.25) inset}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper{background:#5897fb;border-color:#3f87fa;color:#fff;box-shadow:0 0 3px rgba(0,0,0,0.1)}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper a{visibility:hidden}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-placeholder{background-color:#f7f7f7;border-color:#f7f7f7;visibility:visible !important}.select2-container.-acf .select2-choices .select2-search-choice-focus{border-color:#999}.select2-container.-acf .select2-choices .select2-search-field input{height:31px;line-height:22px;margin:0;padding:5px 5px 5px 7px}.select2-container.-acf .select2-choice{border-color:#BBBBBB}.select2-container.-acf .select2-choice .select2-arrow{background:transparent;border-left-color:#DFDFDF;padding-left:1px}.select2-container.-acf .select2-choice .select2-result-description{display:none}.select2-container.-acf.select2-container-active .select2-choices,.select2-container.-acf.select2-dropdown-open .select2-choices{border-color:#5B9DD9;border-radius:3px 3px 0 0}.select2-container.-acf.select2-dropdown-open .select2-choice{background:#fff;border-color:#5B9DD9}html[dir="rtl"] .select2-container.-acf .select2-search-choice-close{left:24px}html[dir="rtl"] .select2-container.-acf .select2-choice>.select2-chosen{margin-left:42px}html[dir="rtl"] .select2-container.-acf .select2-choice .select2-arrow{padding-left:0;padding-right:1px}.select2-drop .select2-search{padding:4px 4px 0}.select2-drop .select2-result .select2-result-description{color:#999;font-size:12px;margin-left:5px}.select2-drop .select2-result.select2-highlighted .select2-result-description{color:#fff;opacity:0.75}.select2-container.-acf li{margin-bottom:0}.select2-container.-acf .select2-selection{border-color:#7e8993}.acf-admin-3-8 .select2-container.-acf .select2-selection{border-color:#aaa}.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child{float:none}.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child input{width:100% !important}.select2-container.-acf .select2-selection--multiple .select2-selection__rendered{padding-right:0}.select2-container.-acf .select2-selection--multiple .select2-selection__choice{background-color:#f7f7f7;border-color:#cccccc;max-width:100%;overflow:hidden;word-wrap:normal !important;white-space:normal}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper{background:#5897fb;border-color:#3f87fa;color:#fff;box-shadow:0 0 3px rgba(0,0,0,0.1)}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper span{visibility:hidden}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder{background-color:#f7f7f7;border-color:#f7f7f7;visibility:visible !important}.select2-container.-acf .select2-selection--multiple .select2-search__field{box-shadow:none !important;min-height:0}.acf-row .select2-container.-acf .select2-selection--single{overflow:hidden}.acf-row .select2-container.-acf .select2-selection--single .select2-selection__rendered{white-space:normal}.select2-container .select2-dropdown{z-index:900000}.select2-container .select2-dropdown .select2-search__field{line-height:1.4;min-height:0}.acf-link .link-wrap{display:none;border:#ccd0d4 solid 1px;border-radius:3px;padding:5px;line-height:26px;background:#fff;word-wrap:break-word;word-break:break-all}.acf-link .link-wrap .link-title{padding:0 5px}.acf-link.-value .button{display:none}.acf-link.-value .acf-icon.-link-ext{display:none}.acf-link.-value .link-wrap{display:inline-block}.acf-link.-external .acf-icon.-link-ext{display:inline-block}#wp-link-backdrop{z-index:900000 !important}#wp-link-wrap{z-index:900001 !important}ul.acf-radio-list,ul.acf-checkbox-list{background:transparent;position:relative;padding:1px;margin:0}ul.acf-radio-list li,ul.acf-checkbox-list li{font-size:13px;line-height:22px;margin:0;position:relative;word-wrap:break-word}ul.acf-radio-list li label,ul.acf-checkbox-list li label{display:inline}ul.acf-radio-list li input[type="checkbox"],ul.acf-radio-list li input[type="radio"],ul.acf-checkbox-list li input[type="checkbox"],ul.acf-checkbox-list li input[type="radio"]{margin:-1px 4px 0 0;vertical-align:middle}ul.acf-radio-list li input[type="text"],ul.acf-checkbox-list li input[type="text"]{width:auto;vertical-align:middle;margin:2px 0}ul.acf-radio-list li span,ul.acf-checkbox-list li span{float:none}ul.acf-radio-list li i,ul.acf-checkbox-list li i{vertical-align:middle}ul.acf-radio-list.acf-hl li,ul.acf-checkbox-list.acf-hl li{margin-right:20px;clear:none}html[dir="rtl"] ul.acf-radio-list input[type="checkbox"],html[dir="rtl"] ul.acf-radio-list input[type="radio"],html[dir="rtl"] ul.acf-checkbox-list input[type="checkbox"],html[dir="rtl"] ul.acf-checkbox-list input[type="radio"]{margin-left:4px;margin-right:0}.acf-button-group{display:inline-block}.acf-button-group label{display:inline-block;border:#7e8993 solid 1px;position:relative;z-index:1;padding:5px 10px;background:#fff}.acf-button-group label:hover{color:#016087;background:#f3f5f6;border-color:#0071a1;z-index:2}.acf-button-group label.selected{border-color:#007cba;background:#008dd4;color:#fff;z-index:2}.acf-button-group input{display:none !important}.acf-button-group{padding-left:1px;display:inline-flex;flex-direction:row;flex-wrap:nowrap}.acf-button-group label{margin:0 0 0 -1px;flex:1;text-align:center;white-space:nowrap}.acf-button-group label:first-child{border-radius:3px 0 0 3px}html[dir="rtl"] .acf-button-group label:first-child{border-radius:0 3px 3px 0}.acf-button-group label:last-child{border-radius:0 3px 3px 0}html[dir="rtl"] .acf-button-group label:last-child{border-radius:3px 0 0 3px}.acf-button-group label:only-child{border-radius:3px}.acf-button-group.-vertical{padding-left:0;padding-top:1px;flex-direction:column}.acf-button-group.-vertical label{margin:-1px 0 0 0}.acf-button-group.-vertical label:first-child{border-radius:3px 3px 0 0}.acf-button-group.-vertical label:last-child{border-radius:0 0 3px 3px}.acf-button-group.-vertical label:only-child{border-radius:3px}.acf-admin-3-8 .acf-button-group label{border-color:#ccd0d4}.acf-admin-3-8 .acf-button-group label:hover{border-color:#0071a1}.acf-admin-3-8 .acf-button-group label.selected{border-color:#007cba}.acf-checkbox-list .button{margin:10px 0 0}.acf-switch{display:inline-block;border-radius:5px;cursor:pointer;position:relative;background:#f5f5f5;height:30px;vertical-align:middle;border:#7e8993 solid 1px;-webkit-transition:background 0.25s ease;-moz-transition:background 0.25s ease;-o-transition:background 0.25s ease;transition:background 0.25s ease}.acf-switch span{display:inline-block;float:left;text-align:center;font-size:13px;line-height:22px;padding:4px 10px;min-width:15px}.acf-switch span i{vertical-align:middle}.acf-switch .acf-switch-on{color:#fff;text-shadow:#007cba 0 1px 0}.acf-switch .acf-switch-slider{position:absolute;top:2px;left:2px;bottom:2px;right:50%;z-index:1;background:#fff;border-radius:3px;border:#7e8993 solid 1px;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;transition-property:left, right}.acf-switch:hover,.acf-switch.-focus{border-color:#0071a1;background:#f3f5f6;color:#016087}.acf-switch:hover .acf-switch-slider,.acf-switch.-focus .acf-switch-slider{border-color:#0071a1}.acf-switch.-on{background:#0d99d5;border-color:#007cba}.acf-switch.-on .acf-switch-slider{left:50%;right:2px;border-color:#007cba}.acf-switch.-on:hover{border-color:#007cba}.acf-switch+span{margin-left:6px}.acf-admin-3-8 .acf-switch{border-color:#ccd0d4}.acf-admin-3-8 .acf-switch .acf-switch-slider{border-color:#ccd0d4}.acf-admin-3-8 .acf-switch:hover,.acf-admin-3-8 .acf-switch.-focus{border-color:#0071a1}.acf-admin-3-8 .acf-switch:hover .acf-switch-slider,.acf-admin-3-8 .acf-switch.-focus .acf-switch-slider{border-color:#0071a1}.acf-admin-3-8 .acf-switch.-on{border-color:#007cba}.acf-admin-3-8 .acf-switch.-on .acf-switch-slider{border-color:#007cba}.acf-admin-3-8 .acf-switch.-on:hover{border-color:#007cba}.acf-switch-input{opacity:0;position:absolute;margin:0}.compat-item .acf-true-false .message{float:none;padding:0;vertical-align:middle}.acf-google-map{position:relative;border:#ccd0d4 solid 1px;background:#fff}.acf-google-map .title{position:relative;border-bottom:#ccd0d4 solid 1px}.acf-google-map .title .search{margin:0;font-size:14px;line-height:30px;height:40px;padding:5px 10px;border:0 none;box-shadow:none;border-radius:0;font-family:inherit;cursor:text}.acf-google-map .title .acf-loading{position:absolute;top:10px;right:11px;display:none}.acf-google-map .title .acf-icon:active{display:inline-block !important}.acf-google-map .canvas{height:400px}.acf-google-map:hover .title .acf-actions{display:block}.acf-google-map .title .acf-icon.-location{display:inline-block}.acf-google-map .title .acf-icon.-cancel,.acf-google-map .title .acf-icon.-search{display:none}.acf-google-map.-value .title .search{font-weight:bold}.acf-google-map.-value .title .acf-icon.-location{display:none}.acf-google-map.-value .title .acf-icon.-cancel{display:inline-block}.acf-google-map.-searching .title .acf-icon.-location{display:none}.acf-google-map.-searching .title .acf-icon.-cancel,.acf-google-map.-searching .title .acf-icon.-search{display:inline-block}.acf-google-map.-searching .title .acf-actions{display:block}.acf-google-map.-searching .title .search{font-weight:normal !important}.acf-google-map.-loading .title a{display:none !important}.acf-google-map.-loading .title i{display:inline-block}.pac-container{border-width:1px 0;box-shadow:none}.pac-container:after{display:none}.pac-container .pac-item:first-child{border-top:0 none}.pac-container .pac-item{padding:5px 10px;cursor:pointer}html[dir="rtl"] .pac-container .pac-item{text-align:right}.acf-relationship{background:#fff;border:#ccd0d4 solid 1px}.acf-relationship .filters{border-bottom:#ccd0d4 solid 1px;background:#fff}.acf-relationship .filters:after{display:block;clear:both;content:""}.acf-relationship .filters .filter{margin:0;padding:0;float:left;width:100%}.acf-relationship .filters .filter span{display:block;padding:7px 7px 7px 0}.acf-relationship .filters .filter:first-child span{padding-left:7px}.acf-relationship .filters .filter input,.acf-relationship .filters .filter select{height:28px;line-height:1;padding:2px;width:100%;margin:0;float:none}.acf-relationship .filters .filter input:focus,.acf-relationship .filters .filter input:active,.acf-relationship .filters .filter select:focus,.acf-relationship .filters .filter select:active{outline:none;box-shadow:none}.acf-relationship .filters .filter input{border-color:transparent;box-shadow:none}.acf-relationship .filters.-f2 .filter{width:50%}.acf-relationship .filters.-f3 .filter{width:25%}.acf-relationship .filters.-f3 .filter.-search{width:50%}.acf-relationship .list{margin:0;padding:5px;height:160px;overflow:auto}.acf-relationship .list .acf-rel-label,.acf-relationship .list .acf-rel-item,.acf-relationship .list p{padding:5px 7px;margin:0;display:block;position:relative;min-height:18px}.acf-relationship .list .acf-rel-label{font-weight:bold}.acf-relationship .list .acf-rel-item{cursor:pointer}.acf-relationship .list .acf-rel-item b{text-decoration:underline;font-weight:normal}.acf-relationship .list .acf-rel-item .thumbnail{background:#e0e0e0;width:22px;height:22px;float:left;margin:-2px 5px 0 0}.acf-relationship .list .acf-rel-item .thumbnail img{max-width:22px;max-height:22px;margin:0 auto;display:block}.acf-relationship .list .acf-rel-item .thumbnail.-icon{background:#fff}.acf-relationship .list .acf-rel-item .thumbnail.-icon img{max-height:20px;margin-top:1px}.acf-relationship .list .acf-rel-item:hover{background:#3875D7;color:#fff}.acf-relationship .list .acf-rel-item:hover .thumbnail{background:#a2bfec}.acf-relationship .list .acf-rel-item:hover .thumbnail.-icon{background:#fff}.acf-relationship .list .acf-rel-item.disabled{opacity:0.5}.acf-relationship .list .acf-rel-item.disabled:hover{background:transparent;color:#333;cursor:default}.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail{background:#e0e0e0}.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail.-icon{background:#fff}.acf-relationship .list ul{padding-bottom:5px}.acf-relationship .list ul .acf-rel-label,.acf-relationship .list ul .acf-rel-item,.acf-relationship .list ul p{padding-left:20px}.acf-relationship .selection{position:relative}.acf-relationship .selection:after{display:block;clear:both;content:""}.acf-relationship .selection .values,.acf-relationship .selection .choices{width:50%;background:#fff;float:left}.acf-relationship .selection .choices{background:#F9F9F9}.acf-relationship .selection .choices .list{border-right:#DFDFDF solid 1px}.acf-relationship .selection .values .acf-icon{position:absolute;top:4px;right:7px;display:none}html[dir="rtl"] .acf-relationship .selection .values .acf-icon{right:auto;left:7px}.acf-relationship .selection .values .acf-rel-item:hover .acf-icon{display:block}.acf-relationship .selection .values .acf-rel-item{cursor:move}.acf-relationship .selection .values .acf-rel-item b{text-decoration:none}.menu-item .acf-relationship ul{width:auto}.menu-item .acf-relationship li{display:block}.acf-editor-wrap.delay .acf-editor-toolbar{content:"";display:block;background:#f5f5f5;border-bottom:#dddddd solid 1px;color:#555d66;padding:10px}.acf-editor-wrap.delay .wp-editor-area{padding:10px;border:none;color:inherit !important}.acf-editor-wrap iframe{min-height:200px}.acf-editor-wrap .wp-editor-container{border:1px solid #ccd0d4;box-shadow:none !important}.acf-editor-wrap .wp-editor-tabs{box-sizing:content-box}.acf-editor-wrap .wp-switch-editor{border-color:#ccd0d4;border-bottom-color:transparent}#mce_fullscreen_container{z-index:900000 !important}.acf-field-tab{display:none !important}.hidden-by-tab{display:none !important}.acf-tab-wrap{clear:both;z-index:1}.acf-tab-group{border-bottom:#ccc solid 1px;padding:10px 10px 0}.acf-tab-group li{margin:0 0.5em 0 0}.acf-tab-group li a{padding:5px 10px;display:block;color:#555;font-size:14px;font-weight:600;line-height:24px;border:#ccc solid 1px;border-bottom:0 none;text-decoration:none;background:#e5e5e5;transition:none}.acf-tab-group li a:hover{background:#FFF}.acf-tab-group li a:focus{outline:none;box-shadow:none}.acf-tab-group li a:empty{display:none}html[dir="rtl"] .acf-tab-group li{margin:0 0 0 0.5em}.acf-tab-group li.active a{background:#F1F1F1;color:#000;padding-bottom:6px;margin-bottom:-1px;position:relative;z-index:1}.acf-fields>.acf-tab-wrap{background:#F9F9F9}.acf-fields>.acf-tab-wrap .acf-tab-group{position:relative;border-top:#ccd0d4 solid 1px;border-bottom:#ccd0d4 solid 1px;z-index:2;margin-bottom:-1px}.acf-fields>.acf-tab-wrap .acf-tab-group li a{background:#f1f1f1;border-color:#ccd0d4}.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background:#FFF}.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background:#FFFFFF}.acf-admin-3-8 .acf-fields>.acf-tab-wrap .acf-tab-group{border-color:#dfdfdf}.acf-fields>.acf-tab-wrap:first-child .acf-tab-group{border-top:none}.acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:20%}@media screen and (max-width: 640px){.acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:10px}}html[dir="rtl"] .acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:0;padding-right:20%}@media screen and (max-width: 850px){html[dir="rtl"] .acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-right:10px}}.acf-tab-wrap.-left .acf-tab-group{position:absolute;left:0;width:20%;border:0 none;padding:0 !important;margin:1px 0 0}.acf-tab-wrap.-left .acf-tab-group li{float:none;margin:-1px 0 0}.acf-tab-wrap.-left .acf-tab-group li a{border:1px solid #ededed;font-size:13px;line-height:18px;color:#0073aa;padding:10px;margin:0;font-weight:normal;border-width:1px 0;border-radius:0;background:transparent}.acf-tab-wrap.-left .acf-tab-group li a:hover{color:#00a0d2}.acf-tab-wrap.-left .acf-tab-group li.active a{border-color:#DFDFDF;color:#000;margin-right:-1px;background:#fff}html[dir="rtl"] .acf-tab-wrap.-left .acf-tab-group{left:auto;right:0}html[dir="rtl"] .acf-tab-wrap.-left .acf-tab-group li.active a{margin-right:0;margin-left:-1px}.acf-field+.acf-tab-wrap.-left:before{content:"";display:block;position:relative;z-index:1;height:10px;border-top:#DFDFDF solid 1px;border-bottom:#DFDFDF solid 1px;margin-bottom:-1px}.acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a{border-top:none}.acf-fields.-sidebar{padding:0 0 0 20% !important;position:relative}.acf-fields.-sidebar:before{content:"";display:block;position:absolute;top:0;left:0;width:20%;bottom:0;border-right:#DFDFDF solid 1px;background:#F9F9F9;z-index:1}html[dir="rtl"] .acf-fields.-sidebar{padding:0 20% 0 0 !important}html[dir="rtl"] .acf-fields.-sidebar:before{border-left:#DFDFDF solid 1px;border-right-width:0;left:auto;right:0}.acf-fields.-sidebar.-left{padding:0 0 0 180px !important}html[dir="rtl"] .acf-fields.-sidebar.-left{padding:0 180px 0 0 !important}.acf-fields.-sidebar.-left:before{background:#F1F1F1;border-color:#dfdfdf;width:180px}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group{width:180px}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li a{border-color:#e4e4e4}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li.active a{background:#F9F9F9}.acf-fields.-sidebar>.acf-field-tab+.acf-field{border-top:none}.acf-fields.-clear>.acf-tab-wrap{background:transparent}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group{margin-top:0;border-top:none;padding-left:0;padding-right:0}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a{background:#e5e5e5}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a{background:#f1f1f1}.acf-postbox.seamless>.acf-fields.-sidebar{margin-left:0 !important}.acf-postbox.seamless>.acf-fields.-sidebar:before{background:transparent}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap{background:transparent;margin-bottom:10px;padding-left:12px;padding-right:12px}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group{border-top:0 none;border-color:#ccd0d4}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a{background:#e5e5e5;border-color:#ccd0d4}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background:#f1f1f1}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left:before{border-top:none;height:auto}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group{margin-bottom:0}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li a{border-width:1px 0 1px 1px !important;border-color:#cccccc;background:#e5e5e5}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li.active a{background:#f1f1f1}.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a{background:#f1f1f1}.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a{background:#fff}.compat-item .acf-tab-wrap td{display:block}.acf-gallery-side .acf-tab-wrap{border-top:0 none !important}.acf-gallery-side .acf-tab-wrap .acf-tab-group{margin:10px 0 !important;padding:0 !important}.acf-gallery-side .acf-tab-group li.active a{background:#F9F9F9 !important}.widget .acf-tab-group{border-bottom-color:#e8e8e8}.widget .acf-tab-group li a{background:#F1F1F1}.widget .acf-tab-group li.active a{background:#fff}.media-modal.acf-expanded .compat-attachment-fields>tbody>tr.acf-tab-wrap .acf-tab-group{padding-left:23%;border-bottom-color:#DDDDDD}.form-table>tbody>tr.acf-tab-wrap .acf-tab-group{padding:0 5px 0 210px}html[dir="rtl"] .form-table>tbody>tr.acf-tab-wrap .acf-tab-group{padding:0 210px 0 5px}.acf-oembed{position:relative;border:#ccd0d4 solid 1px;background:#fff}.acf-oembed .title{position:relative;border-bottom:#ccd0d4 solid 1px;padding:5px 10px}.acf-oembed .title .input-search{margin:0;font-size:14px;line-height:30px;height:30px;padding:0;border:0 none;box-shadow:none;border-radius:0;font-family:inherit;cursor:text}.acf-oembed .title .acf-actions{padding:6px}.acf-oembed .canvas{position:relative;min-height:250px;background:#F9F9F9}.acf-oembed .canvas .canvas-media{position:relative;z-index:1}.acf-oembed .canvas iframe{display:block;margin:0;padding:0;width:100%}.acf-oembed .canvas .acf-icon.-picture{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:0;height:42px;width:42px;font-size:42px;color:#999}.acf-oembed .canvas .acf-loading-overlay{background:rgba(255,255,255,0.9)}.acf-oembed .canvas .canvas-error{position:absolute;top:50%;left:0%;right:0%;margin:-9px 0 0 0;text-align:center;display:none}.acf-oembed .canvas .canvas-error p{padding:8px;margin:0;display:inline}.acf-oembed.has-value .canvas{min-height:50px}.acf-oembed.has-value .input-search{font-weight:bold}.acf-oembed.has-value .title:hover .acf-actions{display:block}.acf-image-uploader{position:relative}.acf-image-uploader:after{display:block;clear:both;content:""}.acf-image-uploader p{margin:0}.acf-image-uploader .image-wrap{position:relative;float:left}.acf-image-uploader .image-wrap img{max-width:100%;width:auto;height:auto;display:block;min-width:30px;min-height:30px;background:#f1f1f1;margin:0;padding:0}.acf-image-uploader .image-wrap img[src$=".svg"]{min-height:100px;min-width:100px}.acf-image-uploader .image-wrap:hover .acf-actions{display:block}.acf-image-uploader input.button{width:auto}html[dir="rtl"] .acf-image-uploader .image-wrap{float:right}.acf-file-uploader{position:relative}.acf-file-uploader p{margin:0}.acf-file-uploader .file-wrap{border:#ccd0d4 solid 1px;min-height:84px;position:relative;background:#fff}.acf-file-uploader .file-icon{position:absolute;top:0;left:0;bottom:0;padding:10px;background:#F1F1F1;border-right:#d5d9dd solid 1px}.acf-file-uploader .file-icon img{display:block;padding:0;margin:0;max-width:48px}.acf-file-uploader .file-info{padding:10px;margin-left:69px}.acf-file-uploader .file-info p{margin:0 0 2px;font-size:13px;line-height:1.4em;word-break:break-all}.acf-file-uploader .file-info a{text-decoration:none}.acf-file-uploader:hover .acf-actions{display:block}html[dir="rtl"] .acf-file-uploader .file-icon{left:auto;right:0;border-left:#E5E5E5 solid 1px;border-right:none}html[dir="rtl"] .acf-file-uploader .file-info{margin-right:69px;margin-left:0}.acf-ui-datepicker .ui-datepicker{z-index:900000 !important}.acf-ui-datepicker .ui-datepicker .ui-widget-header a{cursor:pointer;transition:none}.acf-ui-datepicker .ui-state-highlight.ui-state-hover{border:1px solid #98b7e8 !important;background:#98b7e8 !important;font-weight:normal !important;color:#ffffff !important}.acf-ui-datepicker .ui-state-highlight.ui-state-active{border:1px solid #3875d7 !important;background:#3875d7 !important;font-weight:normal !important;color:#ffffff !important}.acf-field-separator .acf-label{margin-bottom:0}.acf-field-separator .acf-label label{font-weight:normal}.acf-field-separator .acf-input{display:none}.acf-fields>.acf-field-separator{background:#f9f9f9;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;margin-bottom:-1px;z-index:2}.acf-taxonomy-field{position:relative}.acf-taxonomy-field .categorychecklist-holder{border:#ccd0d4 solid 1px;border-radius:3px;max-height:200px;overflow:auto}.acf-taxonomy-field .acf-checkbox-list{margin:0;padding:10px}.acf-taxonomy-field .acf-checkbox-list ul.children{padding-left:18px}.acf-taxonomy-field:hover .acf-actions{display:block}.acf-taxonomy-field[data-ftype="select"] .acf-actions{padding:0;margin:-9px}.acf-range-wrap .acf-append,.acf-range-wrap .acf-prepend{display:inline-block;vertical-align:middle;line-height:28px;margin:0 7px 0 0}.acf-range-wrap .acf-append{margin:0 0 0 7px}.acf-range-wrap input[type="range"]{display:inline-block;padding:0;margin:0;vertical-align:middle;height:28px}.acf-range-wrap input[type="range"]:focus{outline:none}.acf-range-wrap input[type="number"]{display:inline-block;min-width:3em;margin-left:10px;vertical-align:middle}html[dir="rtl"] .acf-range-wrap input[type="number"]{margin-right:10px;margin-left:0}html[dir="rtl"] .acf-range-wrap .acf-append{margin:0 7px 0 0}html[dir="rtl"] .acf-range-wrap .acf-prepend{margin:0 0 0 7px}.acf-accordion{margin:-1px 0;padding:0;background:#fff;border-top:1px solid #d5d9dd;border-bottom:1px solid #d5d9dd;z-index:1}.acf-accordion .acf-accordion-title{margin:0;padding:12px;font-weight:bold;cursor:pointer;font-size:inherit;font-size:13px;line-height:1.4em}.acf-accordion .acf-accordion-title:hover{background:#f3f4f5}.acf-accordion .acf-accordion-title label{margin:0;padding:0;font-size:13px;line-height:1.4em}.acf-accordion .acf-accordion-title p{font-weight:normal}.acf-accordion .acf-accordion-title .acf-accordion-icon{float:right}.acf-accordion .acf-accordion-title svg.acf-accordion-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#191e23;fill:currentColor}.acf-accordion .acf-accordion-content{margin:0;padding:0 12px 12px;display:none}.acf-accordion.-open>.acf-accordion-content{display:block}.acf-field.acf-accordion{margin:-1px 0;padding:0 !important;border-color:#d5d9dd}.acf-field.acf-accordion .acf-label.acf-accordion-title{padding:12px;width:auto;float:none;width:auto}.acf-field.acf-accordion .acf-input.acf-accordion-content{padding:0;float:none;width:auto}.acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields{border-top:#eee solid 1px}.acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields.-clear{padding:0 12px 15px}.acf-fields.-left>.acf-field.acf-accordion:before{display:none}.acf-fields.-left>.acf-field.acf-accordion .acf-accordion-title{width:auto;margin:0 !important;padding:12px;float:none !important}.acf-fields.-left>.acf-field.acf-accordion .acf-accordion-content{padding:0 !important}.acf-fields.-clear>.acf-field.acf-accordion{border:#cccccc solid 1px;background:transparent}.acf-fields.-clear>.acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-16px}tr.acf-field.acf-accordion{background:transparent}tr.acf-field.acf-accordion>.acf-input{padding:0 !important;border:#cccccc solid 1px}tr.acf-field.acf-accordion .acf-accordion-content{padding:0 12px 12px}#addtag div.acf-field.error{border:0 none;padding:8px 0}#addtag>.acf-field.acf-accordion{padding-right:0;margin-right:5%}#addtag>.acf-field.acf-accordion+p.submit{margin-top:0}tr.acf-accordion{margin:15px 0 !important}tr.acf-accordion+tr.acf-accordion{margin-top:-16px !important}.acf-postbox.seamless>.acf-fields>.acf-accordion{margin-left:12px;margin-right:12px;border:#ccd0d4 solid 1px}.widget .widget-content>.acf-field.acf-accordion{border:#dfdfdf solid 1px;margin-bottom:10px}.widget .widget-content>.acf-field.acf-accordion .acf-accordion-title{margin-bottom:0}.widget .widget-content>.acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-11px}.media-modal .compat-attachment-fields .acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-1px}.media-modal .compat-attachment-fields .acf-field.acf-accordion>.acf-input{width:100%}.media-modal .compat-attachment-fields .acf-field.acf-accordion .compat-attachment-fields>tbody>tr>td{padding-bottom:5px}.form-table>tbody>.acf-field>.acf-label{padding:20px 10px 20px 0;width:210px}html[dir="rtl"] .form-table>tbody>.acf-field>.acf-label{padding:20px 0 20px 10px}.form-table>tbody>.acf-field>.acf-label label{font-size:14px;color:#23282d}.form-table>tbody>.acf-field>.acf-input{padding:15px 10px}html[dir="rtl"] .form-table>tbody>.acf-field>.acf-input{padding:15px 10px 15px 5%}.form-table>tbody>.acf-tab-wrap td{padding:15px 5% 15px 0}html[dir="rtl"] .form-table>tbody>.acf-tab-wrap td{padding:15px 0 15px 5%}.form-table>tbody .form-table th.acf-th{width:auto}#your-profile .acf-field input[type="text"],#your-profile .acf-field input[type="password"],#your-profile .acf-field input[type="number"],#your-profile .acf-field input[type="search"],#your-profile .acf-field input[type="email"],#your-profile .acf-field input[type="url"],#your-profile .acf-field select,#createuser .acf-field input[type="text"],#createuser .acf-field input[type="password"],#createuser .acf-field input[type="number"],#createuser .acf-field input[type="search"],#createuser .acf-field input[type="email"],#createuser .acf-field input[type="url"],#createuser .acf-field select{max-width:25em}#your-profile .acf-field textarea,#createuser .acf-field textarea{max-width:500px}#your-profile .acf-field .acf-field input[type="text"],#your-profile .acf-field .acf-field input[type="password"],#your-profile .acf-field .acf-field input[type="number"],#your-profile .acf-field .acf-field input[type="search"],#your-profile .acf-field .acf-field input[type="email"],#your-profile .acf-field .acf-field input[type="url"],#your-profile .acf-field .acf-field textarea,#your-profile .acf-field .acf-field select,#createuser .acf-field .acf-field input[type="text"],#createuser .acf-field .acf-field input[type="password"],#createuser .acf-field .acf-field input[type="number"],#createuser .acf-field .acf-field input[type="search"],#createuser .acf-field .acf-field input[type="email"],#createuser .acf-field .acf-field input[type="url"],#createuser .acf-field .acf-field textarea,#createuser .acf-field .acf-field select{max-width:none}#registerform h2{margin:1em 0}#registerform .acf-field{margin-top:0}#registerform .acf-field .acf-label{margin-bottom:0}#registerform .acf-field .acf-label label{font-weight:normal;line-height:1.5}#registerform p.submit{text-align:right}#acf-term-fields{padding-right:5%}#acf-term-fields>.acf-field>.acf-label{margin:0}#acf-term-fields>.acf-field>.acf-label label{font-size:12px;font-weight:normal}p.submit .spinner,p.submit .acf-spinner{vertical-align:top;float:none;margin:4px 4px 0}#edittag .acf-fields.-left>.acf-field{padding-left:220px}#edittag .acf-fields.-left>.acf-field:before{width:209px}#edittag .acf-fields.-left>.acf-field>.acf-label{width:220px;margin-left:-220px;padding:0 10px}#edittag .acf-fields.-left>.acf-field>.acf-input{padding:0}#edittag>.acf-fields.-left{width:96%}#edittag>.acf-fields.-left>.acf-field>.acf-label{padding-left:0}.editcomment td:first-child{white-space:nowrap;width:131px}#widgets-right .widget .acf-field .description{padding-left:0;padding-right:0}.acf-widget-fields>.acf-field .acf-label{margin-bottom:5px}.acf-widget-fields>.acf-field .acf-label label{font-weight:normal;margin:0}.acf-menu-settings{border-top:1px solid #eee;margin-top:2em}.acf-menu-settings.-seamless{border-top:none;margin-top:15px}.acf-menu-settings.-seamless>h2{display:none}.acf-menu-settings .list li{display:block;margin-bottom:0}.acf-menu-item-fields{margin-right:10px;float:left}#post .compat-attachment-fields .compat-field-acf-form-data{display:none}#post .compat-attachment-fields,#post .compat-attachment-fields>tbody,#post .compat-attachment-fields>tbody>tr,#post .compat-attachment-fields>tbody>tr>th,#post .compat-attachment-fields>tbody>tr>td{display:block}#post .compat-attachment-fields>tbody>.acf-field{margin:15px 0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label{margin:0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label label{margin:0;padding:0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label label p{margin:0 0 3px !important}#post .compat-attachment-fields>tbody>.acf-field>.acf-input{margin:0}.media-modal .compat-attachment-fields td.acf-input table{display:table;table-layout:auto}.media-modal .compat-attachment-fields td.acf-input table tbody{display:table-row-group}.media-modal .compat-attachment-fields td.acf-input table tr{display:table-row}.media-modal .compat-attachment-fields td.acf-input table td,.media-modal .compat-attachment-fields td.acf-input table th{display:table-cell}.media-modal .compat-attachment-fields>tbody>.acf-field{margin:5px 0}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label{min-width:30%;margin:0;padding:0;float:left;text-align:right;display:block;float:left}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label>label{padding-top:6px;margin:0;color:#666666;font-weight:400;line-height:16px}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input{width:65%;margin:0;padding:0;float:right;display:block}.media-modal .compat-attachment-fields>tbody>.acf-field p.description{margin:0}.acf-selection-error{background:#ffebe8;border:1px solid #c00;border-radius:3px;padding:8px;margin:20px 0 0}.acf-selection-error .selection-error-label{background:#CC0000;border-radius:3px;color:#fff;font-weight:bold;margin-right:8px;padding:2px 4px}.acf-selection-error .selection-error-message{color:#b44;display:block;padding-top:8px;word-wrap:break-word;white-space:pre-wrap}.media-modal .attachment.acf-disabled .thumbnail{opacity:0.25 !important}.media-modal .attachment.acf-disabled .attachment-preview:before{background:rgba(0,0,0,0.15);z-index:1;position:relative}.media-modal .compat-field-acf-form-data,.media-modal .compat-field-acf-blank{display:none !important}.media-modal .upload-error-message{white-space:pre-wrap}.media-modal .acf-required{padding:0 !important;margin:0 !important;float:none !important;color:#f00 !important}.media-modal .media-sidebar .compat-item{padding-bottom:20px}@media (max-width: 900px){.media-modal .setting span,.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label{width:98%;float:none;text-align:left;min-height:0;padding:0}.media-modal .setting input,.media-modal .setting textarea,.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input{float:none;height:auto;max-width:none;width:98%}}.media-modal .acf-expand-details{float:right;padding:1px 10px;margin-right:6px;height:18px;line-height:18px;color:#AAAAAA;font-size:12px}.media-modal .acf-expand-details:focus,.media-modal .acf-expand-details:active{outline:0 none;box-shadow:none;color:#AAAAAA}.media-modal .acf-expand-details:hover{color:#666666 !important}.media-modal .acf-expand-details span{display:block;float:left}.media-modal .acf-expand-details .acf-icon{margin:0 4px 0 0}.media-modal .acf-expand-details:hover .acf-icon{border-color:#AAAAAA}.media-modal .acf-expand-details .is-open{display:none}.media-modal .acf-expand-details .is-closed{display:block}@media (max-width: 640px){.media-modal .acf-expand-details{display:none}}.media-modal.acf-expanded .acf-expand-details .is-open{display:block}.media-modal.acf-expanded .acf-expand-details .is-closed{display:none}.media-modal.acf-expanded .attachments-browser .media-toolbar,.media-modal.acf-expanded .attachments-browser .attachments{right:740px}.media-modal.acf-expanded .media-sidebar{width:708px}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{float:left;max-height:none}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail img{max-width:100%;max-height:200px}.media-modal.acf-expanded .media-sidebar .attachment-info .details{float:right}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,.media-modal.acf-expanded .media-sidebar .attachment-details .setting .name,.media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-label{min-width:20%;margin-right:0}.media-modal.acf-expanded .media-sidebar .attachment-info .details,.media-modal.acf-expanded .media-sidebar .attachment-details .setting input,.media-modal.acf-expanded .media-sidebar .attachment-details .setting textarea,.media-modal.acf-expanded .media-sidebar .attachment-details .setting+.description,.media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-input{min-width:77%}@media (max-width: 900px){.media-modal.acf-expanded .attachments-browser .media-toolbar{display:none}.media-modal.acf-expanded .attachments{display:none}.media-modal.acf-expanded .media-sidebar{width:auto;max-width:none !important;bottom:0 !important}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{min-width:0;max-width:none;width:30%}.media-modal.acf-expanded .media-sidebar .attachment-info .details{min-width:0;max-width:none;width:67%}}@media (max-width: 640px){.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,.media-modal.acf-expanded .media-sidebar .attachment-info .details{width:100%}}.acf-media-modal .media-embed .setting.align,.acf-media-modal .media-embed .setting.link-to{display:none}.acf-media-modal.-edit{left:15%;right:15%;top:100px;bottom:100px}.acf-media-modal.-edit .media-frame-menu,.acf-media-modal.-edit .media-frame-router,.acf-media-modal.-edit .media-frame-content .attachments,.acf-media-modal.-edit .media-frame-content .media-toolbar{display:none}.acf-media-modal.-edit .media-frame-title,.acf-media-modal.-edit .media-frame-content,.acf-media-modal.-edit .media-frame-toolbar,.acf-media-modal.-edit .media-sidebar{width:auto;left:0;right:0}.acf-media-modal.-edit .media-frame-content{top:50px}.acf-media-modal.-edit .media-frame-title{border-bottom:1px solid #DFDFDF;box-shadow:0 4px 4px -4px rgba(0,0,0,0.1)}.acf-media-modal.-edit .media-sidebar{padding:0 16px}.acf-media-modal.-edit .media-sidebar .attachment-details{overflow:visible}.acf-media-modal.-edit .media-sidebar .attachment-details>h3,.acf-media-modal.-edit .media-sidebar .attachment-details>h2{display:none}.acf-media-modal.-edit .media-sidebar .attachment-details .attachment-info{background:#fff;border-bottom:#dddddd solid 1px;padding:16px;margin:0 -16px 16px}.acf-media-modal.-edit .media-sidebar .attachment-details .thumbnail{margin:0 16px 0 0}.acf-media-modal.-edit .media-sidebar .attachment-details .setting{margin:0 0 5px}.acf-media-modal.-edit .media-sidebar .attachment-details .setting span{margin:0}.acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field{margin:0 0 5px}.acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field p.description{margin-top:3px}.acf-media-modal.-edit .media-sidebar .media-types-required-info{display:none}@media (max-width: 900px){.acf-media-modal.-edit{top:30px;right:30px;bottom:30px;left:30px}}@media (max-width: 640px){.acf-media-modal.-edit{top:0;right:0;bottom:0;left:0}}@media (max-width: 480px){.acf-media-modal.-edit .media-frame-content{top:40px}}.acf-temp-remove{position:relative;opacity:1;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;overflow:hidden}.acf-temp-remove:after{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:99}.hidden-by-conditional-logic{display:none !important}.hidden-by-conditional-logic.appear-empty{display:table-cell !important}.hidden-by-conditional-logic.appear-empty .acf-input{display:none !important}.acf-postbox.acf-hidden{display:none !important}#editor .edit-post-layout__metaboxes{padding:0}#editor .postbox{color:#444}#editor .postbox .handlediv{color:#191e23 !important;height:46px;width:auto;padding:0 14px 0 5px;position:relative;z-index:2}#editor .postbox .hndle{color:#191e23 !important;font-size:13px;line-height:normal;padding:15px}#editor .postbox .hndle:hover{background:#f2f4f5}#editor .postbox .hndle .acf-hndle-cog{line-height:16px}#editor .postbox .handlediv .toggle-indicator{color:inherit}#editor .postbox .handlediv .toggle-indicator:before{content:"\f343";font-size:18px;width:auto}#editor .postbox.closed .handlediv .toggle-indicator:before{content:"\f347"}
|
1 |
+
.acf-field,.acf-field .acf-label,.acf-field .acf-input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative}.acf-field{margin:15px 0;clear:both}.acf-field p.description{display:block;margin:0;padding:0}.acf-field .acf-label{vertical-align:top;margin:0 0 10px}.acf-field .acf-label label{display:block;font-weight:bold;margin:0 0 3px;padding:0}.acf-field .acf-label:empty{margin-bottom:0}.acf-field .acf-input{vertical-align:top}.acf-field .acf-input>p.description{margin-top:5px}.acf-field .acf-notice{margin:0 0 15px;background:#edf2ff;color:#2183b9;border:none}.acf-field .acf-notice .acf-notice-dismiss{background:transparent;color:inherit}.acf-field .acf-notice .acf-notice-dismiss:hover{background:#fff}.acf-field .acf-notice.-dismiss{padding-right:40px}.acf-field .acf-notice.-error{background:#ffe6e6;color:#d12626}.acf-field .acf-notice.-success{background:#eefbe8;color:#32a23b}.acf-field .acf-notice.-warning{background:#fff3e6;color:#d16226}td.acf-field,tr.acf-field{margin:0}.acf-field[data-width]{float:left;clear:none}.acf-field[data-width]+.acf-field[data-width]{border-left:1px solid #eeeeee}html[dir="rtl"] .acf-field[data-width]{float:right}html[dir="rtl"] .acf-field[data-width]+.acf-field[data-width]{border-left:none;border-right:1px solid #eeeeee}td.acf-field[data-width],tr.acf-field[data-width]{float:none}.acf-field.-c0{clear:both;border-left-width:0 !important}html[dir="rtl"] .acf-field.-c0{border-left-width:1px !important;border-right-width:0 !important}.acf-field.-r0{border-top-width:0 !important}.acf-fields{position:relative}.acf-fields:after{display:block;clear:both;content:""}.acf-fields.-border{border:#ccd0d4 solid 1px;background:#fff}.acf-fields>.acf-field{position:relative;margin:0;padding:15px 12px;border-top:#EEEEEE solid 1px}.acf-fields>.acf-field:first-child{border-top:none;margin-top:0}td.acf-fields{padding:0 !important}.acf-fields.-clear>.acf-field{border:none;padding:0;margin:15px 0}.acf-fields.-clear>.acf-field[data-width]{border:none !important}.acf-fields.-clear>.acf-field>.acf-label{padding:0}.acf-fields.-clear>.acf-field>.acf-input{padding:0}.acf-fields.-left>.acf-field{padding:15px 0}.acf-fields.-left>.acf-field:after{display:block;clear:both;content:""}.acf-fields.-left>.acf-field:before{content:"";display:block;position:absolute;z-index:0;background:#F9F9F9;border-color:#E1E1E1;border-style:solid;border-width:0 1px 0 0;top:0;bottom:0;left:0;width:20%}.acf-fields.-left>.acf-field[data-width]{float:none;width:auto !important;border-left-width:0 !important;border-right-width:0 !important}.acf-fields.-left>.acf-field>.acf-label{float:left;width:20%;margin:0;padding:0 12px}.acf-fields.-left>.acf-field>.acf-input{float:left;width:80%;margin:0;padding:0 12px}html[dir="rtl"] .acf-fields.-left>.acf-field:before{border-width:0 0 0 1px;left:auto;right:0}html[dir="rtl"] .acf-fields.-left>.acf-field>.acf-label{float:right}html[dir="rtl"] .acf-fields.-left>.acf-field>.acf-input{float:right}#side-sortables .acf-fields.-left>.acf-field:before{display:none}#side-sortables .acf-fields.-left>.acf-field>.acf-label{width:100%;margin-bottom:10px}#side-sortables .acf-fields.-left>.acf-field>.acf-input{width:100%}@media screen and (max-width: 640px){.acf-fields.-left>.acf-field:before{display:none}.acf-fields.-left>.acf-field>.acf-label{width:100%;margin-bottom:10px}.acf-fields.-left>.acf-field>.acf-input{width:100%}}.acf-fields.-clear.-left>.acf-field{padding:0;border:none}.acf-fields.-clear.-left>.acf-field:before{display:none}.acf-fields.-clear.-left>.acf-field>.acf-label{padding:0}.acf-fields.-clear.-left>.acf-field>.acf-input{padding:0}.acf-table tr.acf-field>td.acf-label{padding:15px 12px;margin:0;background:#F9F9F9;width:20%}.acf-table tr.acf-field>td.acf-input{padding:15px 12px;margin:0;border-left-color:#E1E1E1}.acf-sortable-tr-helper{position:relative !important;display:table-row !important}.acf-postbox{position:relative}.acf-postbox>.inside{margin:0 !important;padding:0 !important}.acf-postbox>.hndle .acf-hndle-cog{color:#AAAAAA;font-size:16px;line-height:20px;padding:0 2px;float:right;position:relative;display:none}.acf-postbox>.hndle .acf-hndle-cog:hover{color:#777777}.acf-postbox:hover>.hndle .acf-hndle-cog{display:block}.acf-postbox .acf-replace-with-fields{padding:15px;text-align:center}#post-body-content #acf_after_title-sortables{margin:20px 0 -20px}.acf-postbox.seamless{border:0 none;background:transparent;box-shadow:none}.acf-postbox.seamless>.hndle,.acf-postbox.seamless>.handlediv{display:none !important}.acf-postbox.seamless>.inside{display:block !important;margin-left:-12px !important;margin-right:-12px !important}.acf-postbox.seamless>.inside>.acf-field{border-color:transparent}.acf-postbox.seamless>.acf-fields.-left>.acf-field:before{display:none}@media screen and (max-width: 782px){.acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-label,.acf-postbox.seamless>.acf-fields.-left>.acf-field>.acf-input{padding:0}}.acf-field input[type="text"],.acf-field input[type="password"],.acf-field input[type="date"],.acf-field input[type="datetime"],.acf-field input[type="datetime-local"],.acf-field input[type="email"],.acf-field input[type="month"],.acf-field input[type="number"],.acf-field input[type="search"],.acf-field input[type="tel"],.acf-field input[type="time"],.acf-field input[type="url"],.acf-field input[type="week"],.acf-field textarea,.acf-field select{width:100%;padding:4px 8px;margin:0;box-sizing:border-box;font-size:14px;line-height:1.4}.acf-admin-3-8 .acf-field input[type="text"],.acf-admin-3-8 .acf-field input[type="password"],.acf-admin-3-8 .acf-field input[type="date"],.acf-admin-3-8 .acf-field input[type="datetime"],.acf-admin-3-8 .acf-field input[type="datetime-local"],.acf-admin-3-8 .acf-field input[type="email"],.acf-admin-3-8 .acf-field input[type="month"],.acf-admin-3-8 .acf-field input[type="number"],.acf-admin-3-8 .acf-field input[type="search"],.acf-admin-3-8 .acf-field input[type="tel"],.acf-admin-3-8 .acf-field input[type="time"],.acf-admin-3-8 .acf-field input[type="url"],.acf-admin-3-8 .acf-field input[type="week"],.acf-admin-3-8 .acf-field textarea,.acf-admin-3-8 .acf-field select{padding:3px 5px}.acf-field textarea{resize:vertical}body.acf-browser-firefox .acf-field select{padding:4px 5px}.acf-input-prepend,.acf-input-append,.acf-input-wrap{box-sizing:border-box}.acf-input-prepend,.acf-input-append{font-size:14px;line-height:1.4;padding:4px 8px;background:#f5f5f5;border:#7e8993 solid 1px;min-height:30px}.acf-admin-3-8 .acf-input-prepend,.acf-admin-3-8 .acf-input-append{padding:3px 5px;border-color:#ddd;min-height:28px}.acf-input-prepend{float:left;border-right-width:0;border-radius:3px 0 0 3px}.acf-input-append{float:right;border-left-width:0;border-radius:0 3px 3px 0}.acf-input-wrap{position:relative;overflow:hidden}input.acf-is-prepended{border-radius:0 3px 3px 0 !important}input.acf-is-appended{border-radius:3px 0 0 3px !important}input.acf-is-prepended.acf-is-appended{border-radius:0 !important}html[dir="rtl"] .acf-input-prepend{border-left-width:0;border-right-width:1px;border-radius:0 3px 3px 0;float:right}html[dir="rtl"] .acf-input-append{border-left-width:1px;border-right-width:0;border-radius:3px 0 0 3px;float:left}html[dir="rtl"] input.acf-is-prepended{border-radius:3px 0 0 3px !important}html[dir="rtl"] input.acf-is-appended{border-radius:0 3px 3px 0 !important}html[dir="rtl"] input.acf-is-prepended.acf-is-appended{border-radius:0 !important}.acf-color-picker .wp-color-result{border-color:#7e8993}.acf-admin-3-8 .acf-color-picker .wp-color-result{border-color:#ccd0d4}.acf-color-picker .wp-picker-active{position:relative;z-index:1}.acf-url i{position:absolute;top:4px;left:4px;opacity:0.5;color:#A9A9A9}.acf-url input[type="url"]{padding-left:25px !important}.acf-url.-valid i{opacity:1}.select2-container.-acf .select2-choices{background:#fff;border-color:#ddd;box-shadow:0 1px 2px rgba(0,0,0,0.07) inset;min-height:31px}.select2-container.-acf .select2-choices .select2-search-choice{margin:5px 0 5px 5px;padding:3px 5px 3px 18px;border-color:#bbb;background:#f9f9f9;box-shadow:0 1px 0 rgba(255,255,255,0.25) inset}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper{background:#5897fb;border-color:#3f87fa;color:#fff;box-shadow:0 0 3px rgba(0,0,0,0.1)}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-helper a{visibility:hidden}.select2-container.-acf .select2-choices .select2-search-choice.ui-sortable-placeholder{background-color:#f7f7f7;border-color:#f7f7f7;visibility:visible !important}.select2-container.-acf .select2-choices .select2-search-choice-focus{border-color:#999}.select2-container.-acf .select2-choices .select2-search-field input{height:31px;line-height:22px;margin:0;padding:5px 5px 5px 7px}.select2-container.-acf .select2-choice{border-color:#BBBBBB}.select2-container.-acf .select2-choice .select2-arrow{background:transparent;border-left-color:#DFDFDF;padding-left:1px}.select2-container.-acf .select2-choice .select2-result-description{display:none}.select2-container.-acf.select2-container-active .select2-choices,.select2-container.-acf.select2-dropdown-open .select2-choices{border-color:#5B9DD9;border-radius:3px 3px 0 0}.select2-container.-acf.select2-dropdown-open .select2-choice{background:#fff;border-color:#5B9DD9}html[dir="rtl"] .select2-container.-acf .select2-search-choice-close{left:24px}html[dir="rtl"] .select2-container.-acf .select2-choice>.select2-chosen{margin-left:42px}html[dir="rtl"] .select2-container.-acf .select2-choice .select2-arrow{padding-left:0;padding-right:1px}.select2-drop .select2-search{padding:4px 4px 0}.select2-drop .select2-result .select2-result-description{color:#999;font-size:12px;margin-left:5px}.select2-drop .select2-result.select2-highlighted .select2-result-description{color:#fff;opacity:0.75}.select2-container.-acf li{margin-bottom:0}.select2-container.-acf .select2-selection{border-color:#7e8993}.acf-admin-3-8 .select2-container.-acf .select2-selection{border-color:#aaa}.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child{float:none}.select2-container.-acf .select2-selection--multiple .select2-search--inline:first-child input{width:100% !important}.select2-container.-acf .select2-selection--multiple .select2-selection__rendered{padding-right:0}.select2-container.-acf .select2-selection--multiple .select2-selection__choice{background-color:#f7f7f7;border-color:#cccccc;max-width:100%;overflow:hidden;word-wrap:normal !important;white-space:normal}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper{background:#5897fb;border-color:#3f87fa;color:#fff;box-shadow:0 0 3px rgba(0,0,0,0.1)}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper span{visibility:hidden}.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder{background-color:#f7f7f7;border-color:#f7f7f7;visibility:visible !important}.select2-container.-acf .select2-selection--multiple .select2-search__field{box-shadow:none !important;min-height:0}.acf-row .select2-container.-acf .select2-selection--single{overflow:hidden}.acf-row .select2-container.-acf .select2-selection--single .select2-selection__rendered{white-space:normal}.select2-container .select2-dropdown{z-index:900000}.select2-container .select2-dropdown .select2-search__field{line-height:1.4;min-height:0}.acf-link .link-wrap{display:none;border:#ccd0d4 solid 1px;border-radius:3px;padding:5px;line-height:26px;background:#fff;word-wrap:break-word;word-break:break-all}.acf-link .link-wrap .link-title{padding:0 5px}.acf-link.-value .button{display:none}.acf-link.-value .acf-icon.-link-ext{display:none}.acf-link.-value .link-wrap{display:inline-block}.acf-link.-external .acf-icon.-link-ext{display:inline-block}#wp-link-backdrop{z-index:900000 !important}#wp-link-wrap{z-index:900001 !important}ul.acf-radio-list,ul.acf-checkbox-list{background:transparent;position:relative;padding:1px;margin:0}ul.acf-radio-list li,ul.acf-checkbox-list li{font-size:13px;line-height:22px;margin:0;position:relative;word-wrap:break-word}ul.acf-radio-list li label,ul.acf-checkbox-list li label{display:inline}ul.acf-radio-list li input[type="checkbox"],ul.acf-radio-list li input[type="radio"],ul.acf-checkbox-list li input[type="checkbox"],ul.acf-checkbox-list li input[type="radio"]{margin:-1px 4px 0 0;vertical-align:middle}ul.acf-radio-list li input[type="text"],ul.acf-checkbox-list li input[type="text"]{width:auto;vertical-align:middle;margin:2px 0}ul.acf-radio-list li span,ul.acf-checkbox-list li span{float:none}ul.acf-radio-list li i,ul.acf-checkbox-list li i{vertical-align:middle}ul.acf-radio-list.acf-hl li,ul.acf-checkbox-list.acf-hl li{margin-right:20px;clear:none}html[dir="rtl"] ul.acf-radio-list input[type="checkbox"],html[dir="rtl"] ul.acf-radio-list input[type="radio"],html[dir="rtl"] ul.acf-checkbox-list input[type="checkbox"],html[dir="rtl"] ul.acf-checkbox-list input[type="radio"]{margin-left:4px;margin-right:0}.acf-button-group{display:inline-block}.acf-button-group label{display:inline-block;border:#7e8993 solid 1px;position:relative;z-index:1;padding:5px 10px;background:#fff}.acf-button-group label:hover{color:#016087;background:#f3f5f6;border-color:#0071a1;z-index:2}.acf-button-group label.selected{border-color:#007cba;background:#008dd4;color:#fff;z-index:2}.acf-button-group input{display:none !important}.acf-button-group{padding-left:1px;display:inline-flex;flex-direction:row;flex-wrap:nowrap}.acf-button-group label{margin:0 0 0 -1px;flex:1;text-align:center;white-space:nowrap}.acf-button-group label:first-child{border-radius:3px 0 0 3px}html[dir="rtl"] .acf-button-group label:first-child{border-radius:0 3px 3px 0}.acf-button-group label:last-child{border-radius:0 3px 3px 0}html[dir="rtl"] .acf-button-group label:last-child{border-radius:3px 0 0 3px}.acf-button-group label:only-child{border-radius:3px}.acf-button-group.-vertical{padding-left:0;padding-top:1px;flex-direction:column}.acf-button-group.-vertical label{margin:-1px 0 0 0}.acf-button-group.-vertical label:first-child{border-radius:3px 3px 0 0}.acf-button-group.-vertical label:last-child{border-radius:0 0 3px 3px}.acf-button-group.-vertical label:only-child{border-radius:3px}.acf-admin-3-8 .acf-button-group label{border-color:#ccd0d4}.acf-admin-3-8 .acf-button-group label:hover{border-color:#0071a1}.acf-admin-3-8 .acf-button-group label.selected{border-color:#007cba}.acf-checkbox-list .button{margin:10px 0 0}.acf-switch{display:inline-block;border-radius:5px;cursor:pointer;position:relative;background:#f5f5f5;height:30px;vertical-align:middle;border:#7e8993 solid 1px;-webkit-transition:background 0.25s ease;-moz-transition:background 0.25s ease;-o-transition:background 0.25s ease;transition:background 0.25s ease}.acf-switch span{display:inline-block;float:left;text-align:center;font-size:13px;line-height:22px;padding:4px 10px;min-width:15px}.acf-switch span i{vertical-align:middle}.acf-switch .acf-switch-on{color:#fff;text-shadow:#007cba 0 1px 0}.acf-switch .acf-switch-slider{position:absolute;top:2px;left:2px;bottom:2px;right:50%;z-index:1;background:#fff;border-radius:3px;border:#7e8993 solid 1px;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;transition-property:left, right}.acf-switch:hover,.acf-switch.-focus{border-color:#0071a1;background:#f3f5f6;color:#016087}.acf-switch:hover .acf-switch-slider,.acf-switch.-focus .acf-switch-slider{border-color:#0071a1}.acf-switch.-on{background:#0d99d5;border-color:#007cba}.acf-switch.-on .acf-switch-slider{left:50%;right:2px;border-color:#007cba}.acf-switch.-on:hover{border-color:#007cba}.acf-switch+span{margin-left:6px}.acf-admin-3-8 .acf-switch{border-color:#ccd0d4}.acf-admin-3-8 .acf-switch .acf-switch-slider{border-color:#ccd0d4}.acf-admin-3-8 .acf-switch:hover,.acf-admin-3-8 .acf-switch.-focus{border-color:#0071a1}.acf-admin-3-8 .acf-switch:hover .acf-switch-slider,.acf-admin-3-8 .acf-switch.-focus .acf-switch-slider{border-color:#0071a1}.acf-admin-3-8 .acf-switch.-on{border-color:#007cba}.acf-admin-3-8 .acf-switch.-on .acf-switch-slider{border-color:#007cba}.acf-admin-3-8 .acf-switch.-on:hover{border-color:#007cba}.acf-switch-input{opacity:0;position:absolute;margin:0}.compat-item .acf-true-false .message{float:none;padding:0;vertical-align:middle}.acf-google-map{position:relative;border:#ccd0d4 solid 1px;background:#fff}.acf-google-map .title{position:relative;border-bottom:#ccd0d4 solid 1px}.acf-google-map .title .search{margin:0;font-size:14px;line-height:30px;height:40px;padding:5px 10px;border:0 none;box-shadow:none;border-radius:0;font-family:inherit;cursor:text}.acf-google-map .title .acf-loading{position:absolute;top:10px;right:11px;display:none}.acf-google-map .title .acf-icon:active{display:inline-block !important}.acf-google-map .canvas{height:400px}.acf-google-map:hover .title .acf-actions{display:block}.acf-google-map .title .acf-icon.-location{display:inline-block}.acf-google-map .title .acf-icon.-cancel,.acf-google-map .title .acf-icon.-search{display:none}.acf-google-map.-value .title .search{font-weight:bold}.acf-google-map.-value .title .acf-icon.-location{display:none}.acf-google-map.-value .title .acf-icon.-cancel{display:inline-block}.acf-google-map.-searching .title .acf-icon.-location{display:none}.acf-google-map.-searching .title .acf-icon.-cancel,.acf-google-map.-searching .title .acf-icon.-search{display:inline-block}.acf-google-map.-searching .title .acf-actions{display:block}.acf-google-map.-searching .title .search{font-weight:normal !important}.acf-google-map.-loading .title a{display:none !important}.acf-google-map.-loading .title i{display:inline-block}.pac-container{border-width:1px 0;box-shadow:none}.pac-container:after{display:none}.pac-container .pac-item:first-child{border-top:0 none}.pac-container .pac-item{padding:5px 10px;cursor:pointer}html[dir="rtl"] .pac-container .pac-item{text-align:right}.acf-relationship{background:#fff;border:#ccd0d4 solid 1px}.acf-relationship .filters{border-bottom:#ccd0d4 solid 1px;background:#fff}.acf-relationship .filters:after{display:block;clear:both;content:""}.acf-relationship .filters .filter{margin:0;padding:0;float:left;width:100%;box-sizing:border-box;padding:7px 7px 7px 0}.acf-relationship .filters .filter:first-child{padding-left:7px}.acf-relationship .filters .filter input,.acf-relationship .filters .filter select{margin:0;float:none}.acf-relationship .filters .filter input:focus,.acf-relationship .filters .filter input:active,.acf-relationship .filters .filter select:focus,.acf-relationship .filters .filter select:active{outline:none;box-shadow:none}.acf-relationship .filters .filter input{border-color:transparent;box-shadow:none;padding-left:3px;padding-right:3px}.acf-relationship .filters.-f2 .filter{width:50%}.acf-relationship .filters.-f3 .filter{width:25%}.acf-relationship .filters.-f3 .filter.-search{width:50%}.acf-relationship .list{margin:0;padding:5px;height:160px;overflow:auto}.acf-relationship .list .acf-rel-label,.acf-relationship .list .acf-rel-item,.acf-relationship .list p{padding:5px;margin:0;display:block;position:relative;min-height:18px}.acf-relationship .list .acf-rel-label{font-weight:bold}.acf-relationship .list .acf-rel-item{cursor:pointer}.acf-relationship .list .acf-rel-item b{text-decoration:underline;font-weight:normal}.acf-relationship .list .acf-rel-item .thumbnail{background:#e0e0e0;width:22px;height:22px;float:left;margin:-2px 5px 0 0}.acf-relationship .list .acf-rel-item .thumbnail img{max-width:22px;max-height:22px;margin:0 auto;display:block}.acf-relationship .list .acf-rel-item .thumbnail.-icon{background:#fff}.acf-relationship .list .acf-rel-item .thumbnail.-icon img{max-height:20px;margin-top:1px}.acf-relationship .list .acf-rel-item:hover{background:#3875D7;color:#fff}.acf-relationship .list .acf-rel-item:hover .thumbnail{background:#a2bfec}.acf-relationship .list .acf-rel-item:hover .thumbnail.-icon{background:#fff}.acf-relationship .list .acf-rel-item.disabled{opacity:0.5}.acf-relationship .list .acf-rel-item.disabled:hover{background:transparent;color:#333;cursor:default}.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail{background:#e0e0e0}.acf-relationship .list .acf-rel-item.disabled:hover .thumbnail.-icon{background:#fff}.acf-relationship .list ul{padding-bottom:5px}.acf-relationship .list ul .acf-rel-label,.acf-relationship .list ul .acf-rel-item,.acf-relationship .list ul p{padding-left:20px}.acf-relationship .selection{position:relative}.acf-relationship .selection:after{display:block;clear:both;content:""}.acf-relationship .selection .values,.acf-relationship .selection .choices{width:50%;background:#fff;float:left}.acf-relationship .selection .choices{background:#F9F9F9}.acf-relationship .selection .choices .list{border-right:#DFDFDF solid 1px}.acf-relationship .selection .values .acf-icon{position:absolute;top:4px;right:7px;display:none}html[dir="rtl"] .acf-relationship .selection .values .acf-icon{right:auto;left:7px}.acf-relationship .selection .values .acf-rel-item:hover .acf-icon{display:block}.acf-relationship .selection .values .acf-rel-item{cursor:move}.acf-relationship .selection .values .acf-rel-item b{text-decoration:none}.menu-item .acf-relationship ul{width:auto}.menu-item .acf-relationship li{display:block}.acf-editor-wrap.delay .acf-editor-toolbar{content:"";display:block;background:#f5f5f5;border-bottom:#dddddd solid 1px;color:#555d66;padding:10px}.acf-editor-wrap.delay .wp-editor-area{padding:10px;border:none;color:inherit !important}.acf-editor-wrap iframe{min-height:200px}.acf-editor-wrap .wp-editor-container{border:1px solid #ccd0d4;box-shadow:none !important}.acf-editor-wrap .wp-editor-tabs{box-sizing:content-box}.acf-editor-wrap .wp-switch-editor{border-color:#ccd0d4;border-bottom-color:transparent}#mce_fullscreen_container{z-index:900000 !important}.acf-field-tab{display:none !important}.hidden-by-tab{display:none !important}.acf-tab-wrap{clear:both;z-index:1}.acf-tab-group{border-bottom:#ccc solid 1px;padding:10px 10px 0}.acf-tab-group li{margin:0 0.5em 0 0}.acf-tab-group li a{padding:5px 10px;display:block;color:#555;font-size:14px;font-weight:600;line-height:24px;border:#ccc solid 1px;border-bottom:0 none;text-decoration:none;background:#e5e5e5;transition:none}.acf-tab-group li a:hover{background:#FFF}.acf-tab-group li a:focus{outline:none;box-shadow:none}.acf-tab-group li a:empty{display:none}html[dir="rtl"] .acf-tab-group li{margin:0 0 0 0.5em}.acf-tab-group li.active a{background:#F1F1F1;color:#000;padding-bottom:6px;margin-bottom:-1px;position:relative;z-index:1}.acf-fields>.acf-tab-wrap{background:#F9F9F9}.acf-fields>.acf-tab-wrap .acf-tab-group{position:relative;border-top:#ccd0d4 solid 1px;border-bottom:#ccd0d4 solid 1px;z-index:2;margin-bottom:-1px}.acf-fields>.acf-tab-wrap .acf-tab-group li a{background:#f1f1f1;border-color:#ccd0d4}.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background:#FFF}.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background:#FFFFFF}.acf-admin-3-8 .acf-fields>.acf-tab-wrap .acf-tab-group{border-color:#dfdfdf}.acf-fields>.acf-tab-wrap:first-child .acf-tab-group{border-top:none}.acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:20%}@media screen and (max-width: 640px){.acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:10px}}html[dir="rtl"] .acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-left:0;padding-right:20%}@media screen and (max-width: 850px){html[dir="rtl"] .acf-fields.-left>.acf-tab-wrap .acf-tab-group{padding-right:10px}}.acf-tab-wrap.-left .acf-tab-group{position:absolute;left:0;width:20%;border:0 none;padding:0 !important;margin:1px 0 0}.acf-tab-wrap.-left .acf-tab-group li{float:none;margin:-1px 0 0}.acf-tab-wrap.-left .acf-tab-group li a{border:1px solid #ededed;font-size:13px;line-height:18px;color:#0073aa;padding:10px;margin:0;font-weight:normal;border-width:1px 0;border-radius:0;background:transparent}.acf-tab-wrap.-left .acf-tab-group li a:hover{color:#00a0d2}.acf-tab-wrap.-left .acf-tab-group li.active a{border-color:#DFDFDF;color:#000;margin-right:-1px;background:#fff}html[dir="rtl"] .acf-tab-wrap.-left .acf-tab-group{left:auto;right:0}html[dir="rtl"] .acf-tab-wrap.-left .acf-tab-group li.active a{margin-right:0;margin-left:-1px}.acf-field+.acf-tab-wrap.-left:before{content:"";display:block;position:relative;z-index:1;height:10px;border-top:#DFDFDF solid 1px;border-bottom:#DFDFDF solid 1px;margin-bottom:-1px}.acf-tab-wrap.-left:first-child .acf-tab-group li:first-child a{border-top:none}.acf-fields.-sidebar{padding:0 0 0 20% !important;position:relative}.acf-fields.-sidebar:before{content:"";display:block;position:absolute;top:0;left:0;width:20%;bottom:0;border-right:#DFDFDF solid 1px;background:#F9F9F9;z-index:1}html[dir="rtl"] .acf-fields.-sidebar{padding:0 20% 0 0 !important}html[dir="rtl"] .acf-fields.-sidebar:before{border-left:#DFDFDF solid 1px;border-right-width:0;left:auto;right:0}.acf-fields.-sidebar.-left{padding:0 0 0 180px !important}html[dir="rtl"] .acf-fields.-sidebar.-left{padding:0 180px 0 0 !important}.acf-fields.-sidebar.-left:before{background:#F1F1F1;border-color:#dfdfdf;width:180px}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group{width:180px}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li a{border-color:#e4e4e4}.acf-fields.-sidebar.-left>.acf-tab-wrap.-left .acf-tab-group li.active a{background:#F9F9F9}.acf-fields.-sidebar>.acf-field-tab+.acf-field{border-top:none}.acf-fields.-clear>.acf-tab-wrap{background:transparent}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group{margin-top:0;border-top:none;padding-left:0;padding-right:0}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a{background:#e5e5e5}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a{background:#f1f1f1}.acf-postbox.seamless>.acf-fields.-sidebar{margin-left:0 !important}.acf-postbox.seamless>.acf-fields.-sidebar:before{background:transparent}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap{background:transparent;margin-bottom:10px;padding-left:12px;padding-right:12px}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group{border-top:0 none;border-color:#ccd0d4}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a{background:#e5e5e5;border-color:#ccd0d4}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li a:hover{background:#fff}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap .acf-tab-group li.active a{background:#f1f1f1}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left:before{border-top:none;height:auto}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group{margin-bottom:0}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li a{border-width:1px 0 1px 1px !important;border-color:#cccccc;background:#e5e5e5}.acf-postbox.seamless>.acf-fields>.acf-tab-wrap.-left .acf-tab-group li.active a{background:#f1f1f1}.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a{background:#f1f1f1}.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,.menu-edit .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li a:hover,.widget .acf-fields.-clear>.acf-tab-wrap .acf-tab-group li.active a{background:#fff}.compat-item .acf-tab-wrap td{display:block}.acf-gallery-side .acf-tab-wrap{border-top:0 none !important}.acf-gallery-side .acf-tab-wrap .acf-tab-group{margin:10px 0 !important;padding:0 !important}.acf-gallery-side .acf-tab-group li.active a{background:#F9F9F9 !important}.widget .acf-tab-group{border-bottom-color:#e8e8e8}.widget .acf-tab-group li a{background:#F1F1F1}.widget .acf-tab-group li.active a{background:#fff}.media-modal.acf-expanded .compat-attachment-fields>tbody>tr.acf-tab-wrap .acf-tab-group{padding-left:23%;border-bottom-color:#DDDDDD}.form-table>tbody>tr.acf-tab-wrap .acf-tab-group{padding:0 5px 0 210px}html[dir="rtl"] .form-table>tbody>tr.acf-tab-wrap .acf-tab-group{padding:0 210px 0 5px}.acf-oembed{position:relative;border:#ccd0d4 solid 1px;background:#fff}.acf-oembed .title{position:relative;border-bottom:#ccd0d4 solid 1px;padding:5px 10px}.acf-oembed .title .input-search{margin:0;font-size:14px;line-height:30px;height:30px;padding:0;border:0 none;box-shadow:none;border-radius:0;font-family:inherit;cursor:text}.acf-oembed .title .acf-actions{padding:6px}.acf-oembed .canvas{position:relative;min-height:250px;background:#F9F9F9}.acf-oembed .canvas .canvas-media{position:relative;z-index:1}.acf-oembed .canvas iframe{display:block;margin:0;padding:0;width:100%}.acf-oembed .canvas .acf-icon.-picture{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:0;height:42px;width:42px;font-size:42px;color:#999}.acf-oembed .canvas .acf-loading-overlay{background:rgba(255,255,255,0.9)}.acf-oembed .canvas .canvas-error{position:absolute;top:50%;left:0%;right:0%;margin:-9px 0 0 0;text-align:center;display:none}.acf-oembed .canvas .canvas-error p{padding:8px;margin:0;display:inline}.acf-oembed.has-value .canvas{min-height:50px}.acf-oembed.has-value .input-search{font-weight:bold}.acf-oembed.has-value .title:hover .acf-actions{display:block}.acf-image-uploader{position:relative}.acf-image-uploader:after{display:block;clear:both;content:""}.acf-image-uploader p{margin:0}.acf-image-uploader .image-wrap{position:relative;float:left}.acf-image-uploader .image-wrap img{max-width:100%;width:auto;height:auto;display:block;min-width:30px;min-height:30px;background:#f1f1f1;margin:0;padding:0}.acf-image-uploader .image-wrap img[src$=".svg"]{min-height:100px;min-width:100px}.acf-image-uploader .image-wrap:hover .acf-actions{display:block}.acf-image-uploader input.button{width:auto}html[dir="rtl"] .acf-image-uploader .image-wrap{float:right}.acf-file-uploader{position:relative}.acf-file-uploader p{margin:0}.acf-file-uploader .file-wrap{border:#ccd0d4 solid 1px;min-height:84px;position:relative;background:#fff}.acf-file-uploader .file-icon{position:absolute;top:0;left:0;bottom:0;padding:10px;background:#F1F1F1;border-right:#d5d9dd solid 1px}.acf-file-uploader .file-icon img{display:block;padding:0;margin:0;max-width:48px}.acf-file-uploader .file-info{padding:10px;margin-left:69px}.acf-file-uploader .file-info p{margin:0 0 2px;font-size:13px;line-height:1.4em;word-break:break-all}.acf-file-uploader .file-info a{text-decoration:none}.acf-file-uploader:hover .acf-actions{display:block}html[dir="rtl"] .acf-file-uploader .file-icon{left:auto;right:0;border-left:#E5E5E5 solid 1px;border-right:none}html[dir="rtl"] .acf-file-uploader .file-info{margin-right:69px;margin-left:0}.acf-ui-datepicker .ui-datepicker{z-index:900000 !important}.acf-ui-datepicker .ui-datepicker .ui-widget-header a{cursor:pointer;transition:none}.acf-ui-datepicker .ui-state-highlight.ui-state-hover{border:1px solid #98b7e8 !important;background:#98b7e8 !important;font-weight:normal !important;color:#ffffff !important}.acf-ui-datepicker .ui-state-highlight.ui-state-active{border:1px solid #3875d7 !important;background:#3875d7 !important;font-weight:normal !important;color:#ffffff !important}.acf-field-separator .acf-label{margin-bottom:0}.acf-field-separator .acf-label label{font-weight:normal}.acf-field-separator .acf-input{display:none}.acf-fields>.acf-field-separator{background:#f9f9f9;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;margin-bottom:-1px;z-index:2}.acf-taxonomy-field{position:relative}.acf-taxonomy-field .categorychecklist-holder{border:#ccd0d4 solid 1px;border-radius:3px;max-height:200px;overflow:auto}.acf-taxonomy-field .acf-checkbox-list{margin:0;padding:10px}.acf-taxonomy-field .acf-checkbox-list ul.children{padding-left:18px}.acf-taxonomy-field:hover .acf-actions{display:block}.acf-taxonomy-field[data-ftype="select"] .acf-actions{padding:0;margin:-9px}.acf-range-wrap .acf-append,.acf-range-wrap .acf-prepend{display:inline-block;vertical-align:middle;line-height:28px;margin:0 7px 0 0}.acf-range-wrap .acf-append{margin:0 0 0 7px}.acf-range-wrap input[type="range"]{display:inline-block;padding:0;margin:0;vertical-align:middle;height:28px}.acf-range-wrap input[type="range"]:focus{outline:none}.acf-range-wrap input[type="number"]{display:inline-block;min-width:3em;margin-left:10px;vertical-align:middle}html[dir="rtl"] .acf-range-wrap input[type="number"]{margin-right:10px;margin-left:0}html[dir="rtl"] .acf-range-wrap .acf-append{margin:0 7px 0 0}html[dir="rtl"] .acf-range-wrap .acf-prepend{margin:0 0 0 7px}.acf-accordion{margin:-1px 0;padding:0;background:#fff;border-top:1px solid #d5d9dd;border-bottom:1px solid #d5d9dd;z-index:1}.acf-accordion .acf-accordion-title{margin:0;padding:12px;font-weight:bold;cursor:pointer;font-size:inherit;font-size:13px;line-height:1.4em}.acf-accordion .acf-accordion-title:hover{background:#f3f4f5}.acf-accordion .acf-accordion-title label{margin:0;padding:0;font-size:13px;line-height:1.4em}.acf-accordion .acf-accordion-title p{font-weight:normal}.acf-accordion .acf-accordion-title .acf-accordion-icon{float:right}.acf-accordion .acf-accordion-title svg.acf-accordion-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#191e23;fill:currentColor}.acf-accordion .acf-accordion-content{margin:0;padding:0 12px 12px;display:none}.acf-accordion.-open>.acf-accordion-content{display:block}.acf-field.acf-accordion{margin:-1px 0;padding:0 !important;border-color:#d5d9dd}.acf-field.acf-accordion .acf-label.acf-accordion-title{padding:12px;width:auto;float:none;width:auto}.acf-field.acf-accordion .acf-input.acf-accordion-content{padding:0;float:none;width:auto}.acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields{border-top:#eee solid 1px}.acf-field.acf-accordion .acf-input.acf-accordion-content>.acf-fields.-clear{padding:0 12px 15px}.acf-fields.-left>.acf-field.acf-accordion:before{display:none}.acf-fields.-left>.acf-field.acf-accordion .acf-accordion-title{width:auto;margin:0 !important;padding:12px;float:none !important}.acf-fields.-left>.acf-field.acf-accordion .acf-accordion-content{padding:0 !important}.acf-fields.-clear>.acf-field.acf-accordion{border:#cccccc solid 1px;background:transparent}.acf-fields.-clear>.acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-16px}tr.acf-field.acf-accordion{background:transparent}tr.acf-field.acf-accordion>.acf-input{padding:0 !important;border:#cccccc solid 1px}tr.acf-field.acf-accordion .acf-accordion-content{padding:0 12px 12px}#addtag div.acf-field.error{border:0 none;padding:8px 0}#addtag>.acf-field.acf-accordion{padding-right:0;margin-right:5%}#addtag>.acf-field.acf-accordion+p.submit{margin-top:0}tr.acf-accordion{margin:15px 0 !important}tr.acf-accordion+tr.acf-accordion{margin-top:-16px !important}.acf-postbox.seamless>.acf-fields>.acf-accordion{margin-left:12px;margin-right:12px;border:#ccd0d4 solid 1px}.widget .widget-content>.acf-field.acf-accordion{border:#dfdfdf solid 1px;margin-bottom:10px}.widget .widget-content>.acf-field.acf-accordion .acf-accordion-title{margin-bottom:0}.widget .widget-content>.acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-11px}.media-modal .compat-attachment-fields .acf-field.acf-accordion+.acf-field.acf-accordion{margin-top:-1px}.media-modal .compat-attachment-fields .acf-field.acf-accordion>.acf-input{width:100%}.media-modal .compat-attachment-fields .acf-field.acf-accordion .compat-attachment-fields>tbody>tr>td{padding-bottom:5px}.form-table>tbody>.acf-field>.acf-label{padding:20px 10px 20px 0;width:210px}html[dir="rtl"] .form-table>tbody>.acf-field>.acf-label{padding:20px 0 20px 10px}.form-table>tbody>.acf-field>.acf-label label{font-size:14px;color:#23282d}.form-table>tbody>.acf-field>.acf-input{padding:15px 10px}html[dir="rtl"] .form-table>tbody>.acf-field>.acf-input{padding:15px 10px 15px 5%}.form-table>tbody>.acf-tab-wrap td{padding:15px 5% 15px 0}html[dir="rtl"] .form-table>tbody>.acf-tab-wrap td{padding:15px 0 15px 5%}.form-table>tbody .form-table th.acf-th{width:auto}#your-profile .acf-field input[type="text"],#your-profile .acf-field input[type="password"],#your-profile .acf-field input[type="number"],#your-profile .acf-field input[type="search"],#your-profile .acf-field input[type="email"],#your-profile .acf-field input[type="url"],#your-profile .acf-field select,#createuser .acf-field input[type="text"],#createuser .acf-field input[type="password"],#createuser .acf-field input[type="number"],#createuser .acf-field input[type="search"],#createuser .acf-field input[type="email"],#createuser .acf-field input[type="url"],#createuser .acf-field select{max-width:25em}#your-profile .acf-field textarea,#createuser .acf-field textarea{max-width:500px}#your-profile .acf-field .acf-field input[type="text"],#your-profile .acf-field .acf-field input[type="password"],#your-profile .acf-field .acf-field input[type="number"],#your-profile .acf-field .acf-field input[type="search"],#your-profile .acf-field .acf-field input[type="email"],#your-profile .acf-field .acf-field input[type="url"],#your-profile .acf-field .acf-field textarea,#your-profile .acf-field .acf-field select,#createuser .acf-field .acf-field input[type="text"],#createuser .acf-field .acf-field input[type="password"],#createuser .acf-field .acf-field input[type="number"],#createuser .acf-field .acf-field input[type="search"],#createuser .acf-field .acf-field input[type="email"],#createuser .acf-field .acf-field input[type="url"],#createuser .acf-field .acf-field textarea,#createuser .acf-field .acf-field select{max-width:none}#registerform h2{margin:1em 0}#registerform .acf-field{margin-top:0}#registerform .acf-field .acf-label{margin-bottom:0}#registerform .acf-field .acf-label label{font-weight:normal;line-height:1.5}#registerform p.submit{text-align:right}#acf-term-fields{padding-right:5%}#acf-term-fields>.acf-field>.acf-label{margin:0}#acf-term-fields>.acf-field>.acf-label label{font-size:12px;font-weight:normal}p.submit .spinner,p.submit .acf-spinner{vertical-align:top;float:none;margin:4px 4px 0}#edittag .acf-fields.-left>.acf-field{padding-left:220px}#edittag .acf-fields.-left>.acf-field:before{width:209px}#edittag .acf-fields.-left>.acf-field>.acf-label{width:220px;margin-left:-220px;padding:0 10px}#edittag .acf-fields.-left>.acf-field>.acf-input{padding:0}#edittag>.acf-fields.-left{width:96%}#edittag>.acf-fields.-left>.acf-field>.acf-label{padding-left:0}.editcomment td:first-child{white-space:nowrap;width:131px}#widgets-right .widget .acf-field .description{padding-left:0;padding-right:0}.acf-widget-fields>.acf-field .acf-label{margin-bottom:5px}.acf-widget-fields>.acf-field .acf-label label{font-weight:normal;margin:0}.acf-menu-settings{border-top:1px solid #eee;margin-top:2em}.acf-menu-settings.-seamless{border-top:none;margin-top:15px}.acf-menu-settings.-seamless>h2{display:none}.acf-menu-settings .list li{display:block;margin-bottom:0}.acf-fields.acf-menu-item-fields{clear:both;padding-top:1px}.acf-fields.acf-menu-item-fields>.acf-field{margin:5px 0;padding-right:10px}.acf-fields.acf-menu-item-fields>.acf-field .acf-label{margin-bottom:0}.acf-fields.acf-menu-item-fields>.acf-field .acf-label label{font-style:italic;font-weight:normal}#post .compat-attachment-fields .compat-field-acf-form-data{display:none}#post .compat-attachment-fields,#post .compat-attachment-fields>tbody,#post .compat-attachment-fields>tbody>tr,#post .compat-attachment-fields>tbody>tr>th,#post .compat-attachment-fields>tbody>tr>td{display:block}#post .compat-attachment-fields>tbody>.acf-field{margin:15px 0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label{margin:0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label label{margin:0;padding:0}#post .compat-attachment-fields>tbody>.acf-field>.acf-label label p{margin:0 0 3px !important}#post .compat-attachment-fields>tbody>.acf-field>.acf-input{margin:0}.media-modal .compat-attachment-fields td.acf-input table{display:table;table-layout:auto}.media-modal .compat-attachment-fields td.acf-input table tbody{display:table-row-group}.media-modal .compat-attachment-fields td.acf-input table tr{display:table-row}.media-modal .compat-attachment-fields td.acf-input table td,.media-modal .compat-attachment-fields td.acf-input table th{display:table-cell}.media-modal .compat-attachment-fields>tbody>.acf-field{margin:5px 0}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label{min-width:30%;margin:0;padding:0;float:left;text-align:right;display:block;float:left}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label>label{padding-top:6px;margin:0;color:#666666;font-weight:400;line-height:16px}.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input{width:65%;margin:0;padding:0;float:right;display:block}.media-modal .compat-attachment-fields>tbody>.acf-field p.description{margin:0}.acf-selection-error{background:#ffebe8;border:1px solid #c00;border-radius:3px;padding:8px;margin:20px 0 0}.acf-selection-error .selection-error-label{background:#CC0000;border-radius:3px;color:#fff;font-weight:bold;margin-right:8px;padding:2px 4px}.acf-selection-error .selection-error-message{color:#b44;display:block;padding-top:8px;word-wrap:break-word;white-space:pre-wrap}.media-modal .attachment.acf-disabled .thumbnail{opacity:0.25 !important}.media-modal .attachment.acf-disabled .attachment-preview:before{background:rgba(0,0,0,0.15);z-index:1;position:relative}.media-modal .compat-field-acf-form-data,.media-modal .compat-field-acf-blank{display:none !important}.media-modal .upload-error-message{white-space:pre-wrap}.media-modal .acf-required{padding:0 !important;margin:0 !important;float:none !important;color:#f00 !important}.media-modal .media-sidebar .compat-item{padding-bottom:20px}@media (max-width: 900px){.media-modal .setting span,.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-label{width:98%;float:none;text-align:left;min-height:0;padding:0}.media-modal .setting input,.media-modal .setting textarea,.media-modal .compat-attachment-fields>tbody>.acf-field>.acf-input{float:none;height:auto;max-width:none;width:98%}}.media-modal .acf-expand-details{float:right;padding:1px 10px;margin-right:6px;height:18px;line-height:18px;color:#AAAAAA;font-size:12px}.media-modal .acf-expand-details:focus,.media-modal .acf-expand-details:active{outline:0 none;box-shadow:none;color:#AAAAAA}.media-modal .acf-expand-details:hover{color:#666666 !important}.media-modal .acf-expand-details span{display:block;float:left}.media-modal .acf-expand-details .acf-icon{margin:0 4px 0 0}.media-modal .acf-expand-details:hover .acf-icon{border-color:#AAAAAA}.media-modal .acf-expand-details .is-open{display:none}.media-modal .acf-expand-details .is-closed{display:block}@media (max-width: 640px){.media-modal .acf-expand-details{display:none}}.media-modal.acf-expanded .acf-expand-details .is-open{display:block}.media-modal.acf-expanded .acf-expand-details .is-closed{display:none}.media-modal.acf-expanded .attachments-browser .media-toolbar,.media-modal.acf-expanded .attachments-browser .attachments{right:740px}.media-modal.acf-expanded .media-sidebar{width:708px}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{float:left;max-height:none}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail img{max-width:100%;max-height:200px}.media-modal.acf-expanded .media-sidebar .attachment-info .details{float:right}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,.media-modal.acf-expanded .media-sidebar .attachment-details .setting .name,.media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-label{min-width:20%;margin-right:0}.media-modal.acf-expanded .media-sidebar .attachment-info .details,.media-modal.acf-expanded .media-sidebar .attachment-details .setting input,.media-modal.acf-expanded .media-sidebar .attachment-details .setting textarea,.media-modal.acf-expanded .media-sidebar .attachment-details .setting+.description,.media-modal.acf-expanded .media-sidebar .compat-attachment-fields>tbody>.acf-field>.acf-input{min-width:77%}@media (max-width: 900px){.media-modal.acf-expanded .attachments-browser .media-toolbar{display:none}.media-modal.acf-expanded .attachments{display:none}.media-modal.acf-expanded .media-sidebar{width:auto;max-width:none !important;bottom:0 !important}.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail{min-width:0;max-width:none;width:30%}.media-modal.acf-expanded .media-sidebar .attachment-info .details{min-width:0;max-width:none;width:67%}}@media (max-width: 640px){.media-modal.acf-expanded .media-sidebar .attachment-info .thumbnail,.media-modal.acf-expanded .media-sidebar .attachment-info .details{width:100%}}.acf-media-modal .media-embed .setting.align,.acf-media-modal .media-embed .setting.link-to{display:none}.acf-media-modal.-edit{left:15%;right:15%;top:100px;bottom:100px}.acf-media-modal.-edit .media-frame-menu,.acf-media-modal.-edit .media-frame-router,.acf-media-modal.-edit .media-frame-content .attachments,.acf-media-modal.-edit .media-frame-content .media-toolbar{display:none}.acf-media-modal.-edit .media-frame-title,.acf-media-modal.-edit .media-frame-content,.acf-media-modal.-edit .media-frame-toolbar,.acf-media-modal.-edit .media-sidebar{width:auto;left:0;right:0}.acf-media-modal.-edit .media-frame-content{top:50px}.acf-media-modal.-edit .media-frame-title{border-bottom:1px solid #DFDFDF;box-shadow:0 4px 4px -4px rgba(0,0,0,0.1)}.acf-media-modal.-edit .media-sidebar{padding:0 16px}.acf-media-modal.-edit .media-sidebar .attachment-details{overflow:visible}.acf-media-modal.-edit .media-sidebar .attachment-details>h3,.acf-media-modal.-edit .media-sidebar .attachment-details>h2{display:none}.acf-media-modal.-edit .media-sidebar .attachment-details .attachment-info{background:#fff;border-bottom:#dddddd solid 1px;padding:16px;margin:0 -16px 16px}.acf-media-modal.-edit .media-sidebar .attachment-details .thumbnail{margin:0 16px 0 0}.acf-media-modal.-edit .media-sidebar .attachment-details .setting{margin:0 0 5px}.acf-media-modal.-edit .media-sidebar .attachment-details .setting span{margin:0}.acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field{margin:0 0 5px}.acf-media-modal.-edit .media-sidebar .compat-attachment-fields>tbody>.acf-field p.description{margin-top:3px}.acf-media-modal.-edit .media-sidebar .media-types-required-info{display:none}@media (max-width: 900px){.acf-media-modal.-edit{top:30px;right:30px;bottom:30px;left:30px}}@media (max-width: 640px){.acf-media-modal.-edit{top:0;right:0;bottom:0;left:0}}@media (max-width: 480px){.acf-media-modal.-edit .media-frame-content{top:40px}}.acf-temp-remove{position:relative;opacity:1;-webkit-transition:all 0.25s ease;-moz-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;overflow:hidden}.acf-temp-remove:after{display:block;content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:99}.hidden-by-conditional-logic{display:none !important}.hidden-by-conditional-logic.appear-empty{display:table-cell !important}.hidden-by-conditional-logic.appear-empty .acf-input{display:none !important}.acf-postbox.acf-hidden{display:none !important}#editor .edit-post-layout__metaboxes{padding:0}#editor .postbox{color:#444}#editor .postbox .handlediv{color:#191e23 !important;height:46px;width:auto;padding:0 14px 0 5px;position:relative;z-index:2}#editor .postbox .hndle{color:#191e23 !important;font-size:13px;line-height:normal;padding:15px}#editor .postbox .hndle:hover{background:#f2f4f5}#editor .postbox .hndle .acf-hndle-cog{line-height:16px}#editor .postbox .handlediv .toggle-indicator{color:inherit}#editor .postbox .handlediv .toggle-indicator:before{content:"\f343";font-size:18px;width:auto}#editor .postbox.closed .handlediv .toggle-indicator:before{content:"\f347"}
|
assets/js/acf-input.js
CHANGED
@@ -6700,16 +6700,14 @@
|
|
6700 |
|
6701 |
validateAttachment: function( attachment ){
|
6702 |
|
6703 |
-
//
|
6704 |
-
attachment
|
6705 |
-
|
6706 |
-
// WP attachment
|
6707 |
-
if( attachment.id !== undefined ) {
|
6708 |
attachment = attachment.attributes;
|
6709 |
}
|
6710 |
|
6711 |
-
//
|
6712 |
attachment = acf.parseArgs(attachment, {
|
|
|
6713 |
url: '',
|
6714 |
alt: '',
|
6715 |
title: '',
|
@@ -6719,38 +6717,31 @@
|
|
6719 |
height: 0
|
6720 |
});
|
6721 |
|
6722 |
-
// preview size
|
6723 |
-
var
|
6724 |
-
if(
|
6725 |
-
attachment.url = url;
|
|
|
|
|
6726 |
}
|
6727 |
|
6728 |
-
//
|
6729 |
return attachment;
|
6730 |
},
|
6731 |
|
6732 |
render: function( attachment ){
|
6733 |
-
|
6734 |
-
// vars
|
6735 |
attachment = this.validateAttachment( attachment );
|
6736 |
|
6737 |
-
//
|
6738 |
this.$('img').attr({
|
6739 |
src: attachment.url,
|
6740 |
-
alt: attachment.alt
|
6741 |
-
|
6742 |
-
|
6743 |
-
|
6744 |
-
// vars
|
6745 |
-
var val = attachment.id || '';
|
6746 |
-
|
6747 |
-
// update val
|
6748 |
-
this.val( val );
|
6749 |
-
|
6750 |
-
// update class
|
6751 |
-
if( val ) {
|
6752 |
this.$control().addClass('has-value');
|
6753 |
} else {
|
|
|
6754 |
this.$control().removeClass('has-value');
|
6755 |
}
|
6756 |
},
|
6700 |
|
6701 |
validateAttachment: function( attachment ){
|
6702 |
|
6703 |
+
// Use WP attachment attributes when available.
|
6704 |
+
if( attachment && attachment.attributes ) {
|
|
|
|
|
|
|
6705 |
attachment = attachment.attributes;
|
6706 |
}
|
6707 |
|
6708 |
+
// Apply defaults.
|
6709 |
attachment = acf.parseArgs(attachment, {
|
6710 |
+
id: 0,
|
6711 |
url: '',
|
6712 |
alt: '',
|
6713 |
title: '',
|
6717 |
height: 0
|
6718 |
});
|
6719 |
|
6720 |
+
// Override with "preview size".
|
6721 |
+
var size = acf.isget( attachment, 'sizes', this.get('preview_size') );
|
6722 |
+
if( size ) {
|
6723 |
+
attachment.url = size.url;
|
6724 |
+
attachment.width = size.width;
|
6725 |
+
attachment.height = size.height;
|
6726 |
}
|
6727 |
|
6728 |
+
// Return.
|
6729 |
return attachment;
|
6730 |
},
|
6731 |
|
6732 |
render: function( attachment ){
|
|
|
|
|
6733 |
attachment = this.validateAttachment( attachment );
|
6734 |
|
6735 |
+
// Update DOM.
|
6736 |
this.$('img').attr({
|
6737 |
src: attachment.url,
|
6738 |
+
alt: attachment.alt
|
6739 |
+
});
|
6740 |
+
if( attachment.id ) {
|
6741 |
+
this.val( attachment.id );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6742 |
this.$control().addClass('has-value');
|
6743 |
} else {
|
6744 |
+
this.val( '' );
|
6745 |
this.$control().removeClass('has-value');
|
6746 |
}
|
6747 |
},
|
assets/js/acf-input.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
!function(t,e){var i={};window.acf=i,i.data={},i.get=function(t){return this.data[t]||null},i.has=function(t){return null!==this.get(t)},i.set=function(t,e){return this.data[t]=e,this};var n=0;i.uniqueId=function(t){var e=++n+"";return t?t+e:e},i.uniqueArray=function(t){function e(t,e,i){return i.indexOf(t)===e}return t.filter(e)};var a="";i.uniqid=function(t,e){var i;void 0===t&&(t="");var n=function(t,e){return e<(t=parseInt(t,10).toString(16)).length?t.slice(t.length-e):e>t.length?Array(e-t.length+1).join("0")+t:t};return a||(a=Math.floor(123456789*Math.random())),a++,i=t,i+=n(parseInt((new Date).getTime()/1e3,10),8),i+=n(a,5),e&&(i+=(10*Math.random()).toFixed(8).toString()),i},i.strReplace=function(t,e,i){return i.split(t).join(e)},i.strCamelCase=function(t){return t=(t=t.replace(/[_-]/g," ")).replace(/(?:^\w|\b\w|\s+)/g,(function(t,e){return 0==+t?"":0==e?t.toLowerCase():t.toUpperCase()}))},i.strPascalCase=function(t){var e=i.strCamelCase(t);return e.charAt(0).toUpperCase()+e.slice(1)},i.strSlugify=function(t){return i.strReplace("_","-",t.toLowerCase())},i.strSanitize=function(t){var e={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","ß":"s","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Ĉ":"C","ĉ":"c","Ċ":"C","ċ":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"D","đ":"d","Ē":"E","ē":"e","Ĕ":"E","ĕ":"e","Ė":"E","ė":"e","Ę":"E","ę":"e","Ě":"E","ě":"e","Ĝ":"G","ĝ":"g","Ğ":"G","ğ":"g","Ġ":"G","ġ":"g","Ģ":"G","ģ":"g","Ĥ":"H","ĥ":"h","Ħ":"H","ħ":"h","Ĩ":"I","ĩ":"i","Ī":"I","ī":"i","Ĭ":"I","ĭ":"i","Į":"I","į":"i","İ":"I","ı":"i","IJ":"IJ","ij":"ij","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","Ĺ":"L","ĺ":"l","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ŀ":"L","ŀ":"l","Ł":"l","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","ʼn":"n","Ō":"O","ō":"o","Ŏ":"O","ŏ":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ŗ":"R","ŗ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ŝ":"S","ŝ":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ŧ":"T","ŧ":"t","Ũ":"U","ũ":"u","Ū":"U","ū":"u","Ŭ":"U","ŭ":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ſ":"s","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Ǎ":"A","ǎ":"a","Ǐ":"I","ǐ":"i","Ǒ":"O","ǒ":"o","Ǔ":"U","ǔ":"u","Ǖ":"U","ǖ":"u","Ǘ":"U","ǘ":"u","Ǚ":"U","ǚ":"u","Ǜ":"U","ǜ":"u","Ǻ":"A","ǻ":"a","Ǽ":"AE","ǽ":"ae","Ǿ":"O","ǿ":"o"," ":"_","'":"","?":"","/":"","\\":"",".":"",",":"","`":"",">":"","<":"",'"':"","[":"","]":"","|":"","{":"","}":"","(":"",")":""},i=/\W/g,n=function(t){return void 0!==e[t]?e[t]:t};return t=(t=t.replace(i,n)).toLowerCase()},i.strMatch=function(t,e){for(var i=0,n=Math.min(t.length,e.length),a=0;a<n&&t[a]===e[a];a++)i++;return i},i.decode=function(e){return t("<textarea/>").html(e).text()},i.strEscape=function(e){return t("<div>").text(e).html()},i.parseArgs=function(e,i){return"object"!=typeof e&&(e={}),"object"!=typeof i&&(i={}),t.extend({},i,e)},null==window.acfL10n&&(acfL10n={}),i.__=function(t){return acfL10n[t]||t},i._x=function(t,e){return acfL10n[t+"."+e]||acfL10n[t]||t},i._n=function(t,e,n){return 1==n?i.__(t):i.__(e)},i.isArray=function(t){return Array.isArray(t)},i.isObject=function(t){return"object"==typeof t};var r=function(t,e,n){var a=(e=e.replace("[]","[%%index%%]")).match(/([^\[\]])+/g);if(a)for(var r=a.length,o=t,s=0;s<r;s++){var c=String(a[s]);s==r-1?"%%index%%"===c?o.push(n):o[c]=n:("%%index%%"===a[s+1]?i.isArray(o[c])||(o[c]=[]):i.isObject(o[c])||(o[c]={}),o=o[c])}};i.serialize=function(t,e){var n={},a=i.serializeArray(t);void 0!==e&&(a=a.filter((function(t){return 0===t.name.indexOf(e)})).map((function(t){return t.name=t.name.slice(e.length),t})));for(var o=0;o<a.length;o++)r(n,a[o].name,a[o].value);return n},i.serializeArray=function(t){return t.find("select, textarea, input").serializeArray()},i.serializeForAjax=function(t){var e={},n;return i.serializeArray(t).map((function(t){"[]"===t.name.slice(-2)?(e[t.name]=e[t.name]||[],e[t.name].push(t.value)):e[t.name]=t.value})),e},i.addAction=function(t,e,n,a){return i.hooks.addAction.apply(this,arguments),this},i.removeAction=function(t,e){return i.hooks.removeAction.apply(this,arguments),this};var o={};i.doAction=function(t){return o[t]=1,i.hooks.doAction.apply(this,arguments),o[t]=0,this},i.doingAction=function(t){return 1===o[t]},i.didAction=function(t){return void 0!==o[t]},i.currentAction=function(){for(var t in o)if(o[t])return t;return!1},i.addFilter=function(t){return i.hooks.addFilter.apply(this,arguments),this},i.removeFilter=function(t){return i.hooks.removeFilter.apply(this,arguments),this},i.applyFilters=function(t){return i.hooks.applyFilters.apply(this,arguments)},i.arrayArgs=function(t){return Array.prototype.slice.call(t)};try{var s=JSON.parse(localStorage.getItem("acf"))||{}}catch(t){var s={}}var c=function(t){return"this."===t.substr(0,5)&&(t=t.substr(5)+"-"+i.get("post_id")),t};i.getPreference=function(t){return t=c(t),s[t]||null},i.setPreference=function(t,e){t=c(t),null===e?delete s[t]:s[t]=e,localStorage.setItem("acf",JSON.stringify(s))},i.removePreference=function(t){i.setPreference(t,null)},i.remove=function(t){t instanceof jQuery&&(t={target:t}),t=i.parseArgs(t,{target:!1,endHeight:0,complete:function(){}}),i.doAction("remove",t.target),t.target.is("tr")?u(t):l(t)};var l=function(t){var e=t.target,i=e.height(),n=e.width(),a=e.css("margin"),r=e.outerHeight(!0),o=e.attr("style")+"";e.wrap('<div class="acf-temp-remove" style="height:'+r+'px"></div>');var s=e.parent();e.css({height:i,width:n,margin:a,position:"absolute"}),setTimeout((function(){s.css({opacity:0,height:t.endHeight})}),50),setTimeout((function(){e.attr("style",o),s.remove(),t.complete()}),301)},u=function(e){var i=e.target,n=i.height(),a=i.children().length,r=t('<td class="acf-temp-remove" style="padding:0; height:'+n+'px" colspan="'+a+'"></td>');i.addClass("acf-remove-element"),setTimeout((function(){i.html(r)}),251),setTimeout((function(){i.removeClass("acf-remove-element"),r.css({height:e.endHeight})}),300),setTimeout((function(){i.remove(),e.complete()}),451)};i.duplicate=function(t){t instanceof jQuery&&(t={target:t});var e=0;(t=i.parseArgs(t,{target:!1,search:"",replace:"",before:function(t){},after:function(t,e){},append:function(t,i){t.after(i),e=1}})).target=t.target||t.$el;var n=t.target;t.search=t.search||n.attr("data-id"),t.replace=t.replace||i.uniqid(),t.before(n),i.doAction("before_duplicate",n);var a=n.clone();return i.rename({target:a,search:t.search,replace:t.replace}),a.removeClass("acf-clone"),a.find(".ui-sortable").removeClass("ui-sortable"),t.after(n,a),i.doAction("after_duplicate",n,a),t.append(n,a),i.doAction("duplicate",n,a),i.doAction("append",a),a},i.rename=function(t){t instanceof jQuery&&(t={target:t});var e=(t=i.parseArgs(t,{target:!1,destructive:!1,search:"",replace:""})).target,n=t.search||e.attr("data-id"),a=t.replace||i.uniqid("acf"),r=function(t,e){return e.replace(n,a)};if(t.destructive){var o=e.outerHTML();o=i.strReplace(n,a,o),e.replaceWith(o)}else e.attr("data-id",a),e.find('[id*="'+n+'"]').attr("id",r),e.find('[for*="'+n+'"]').attr("for",r),e.find('[name*="'+n+'"]').attr("name",r);return e},i.prepareForAjax=function(t){return t.nonce=i.get("nonce"),t.post_id=i.get("post_id"),i.has("language")&&(t.lang=i.get("language")),t=i.applyFilters("prepare_for_ajax",t)},i.startButtonLoading=function(t){t.prop("disabled",!0),t.after(' <i class="acf-loading"></i>')},i.stopButtonLoading=function(t){t.prop("disabled",!1),t.next(".acf-loading").remove()},i.showLoading=function(t){t.append('<div class="acf-loading-overlay"><i class="acf-loading"></i></div>')},i.hideLoading=function(t){t.children(".acf-loading-overlay").remove()},i.updateUserSetting=function(e,n){var a={action:"acf/ajax/user_setting",name:e,value:n};t.ajax({url:i.get("ajaxurl"),data:i.prepareForAjax(a),type:"post",dataType:"html"})},i.val=function(t,e,i){var n=t.val();return e!==n&&(t.val(e),t.is("select")&&null===t.val()?(t.val(n),!1):(!0!==i&&t.trigger("change"),!0))},i.show=function(t,e){return e&&i.unlock(t,"hidden",e),!i.isLocked(t,"hidden")&&(!!t.hasClass("acf-hidden")&&(t.removeClass("acf-hidden"),!0))},i.hide=function(t,e){return e&&i.lock(t,"hidden",e),!t.hasClass("acf-hidden")&&(t.addClass("acf-hidden"),!0)},i.isHidden=function(t){return t.hasClass("acf-hidden")},i.isVisible=function(t){return!i.isHidden(t)};var d=function(t,e){return!t.hasClass("acf-disabled")&&(e&&i.unlock(t,"disabled",e),!i.isLocked(t,"disabled")&&(!!t.prop("disabled")&&(t.prop("disabled",!1),!0)))};i.enable=function(e,i){if(e.attr("name"))return d(e,i);var n=!1;return e.find("[name]").each((function(){var e;d(t(this),i)&&(n=!0)})),n};var f=function(t,e){return e&&i.lock(t,"disabled",e),!t.prop("disabled")&&(t.prop("disabled",!0),!0)};i.disable=function(e,i){if(e.attr("name"))return f(e,i);var n=!1;return e.find("[name]").each((function(){var e;f(t(this),i)&&(n=!0)})),n},i.isset=function(t){for(var e=1;e<arguments.length;e++){if(!t||!t.hasOwnProperty(arguments[e]))return!1;t=t[arguments[e]]}return!0},i.isget=function(t){for(var e=1;e<arguments.length;e++){if(!t||!t.hasOwnProperty(arguments[e]))return null;t=t[arguments[e]]}return t},i.getFileInputData=function(t,e){var n=t.val();if(!n)return!1;var a={url:n},r=i.isget(t[0],"files",0);if(r)if(a.size=r.size,a.type=r.type,r.type.indexOf("image")>-1){var o=window.URL||window.webkitURL,s=new Image;s.onload=function(){a.width=this.width,a.height=this.height,e(a)},s.src=o.createObjectURL(r)}else e(a);else e(a)},i.isAjaxSuccess=function(t){return t&&t.success},i.getAjaxMessage=function(t){return i.isget(t,"data","message")},i.getAjaxError=function(t){return i.isget(t,"data","error")},i.getXhrError=function(t){return t.responseJSON&&t.responseJSON.message?t.responseJSON.message:t.statusText?t.statusText:""},i.renderSelect=function(t,e){var n=t.val(),a=[],r=function(t){var e="";return t.map((function(t){var n=t.text||t.label||"",o=t.id||t.value||"";a.push(o),t.children?e+='<optgroup label="'+i.strEscape(n)+'">'+r(t.children)+"</optgroup>":e+='<option value="'+o+'"'+(t.disabled?' disabled="disabled"':"")+">"+i.strEscape(n)+"</option>"})),e};return t.html(r(e)),a.indexOf(n)>-1&&t.val(n),t.val()};var h=function(t,e){return t.data("acf-lock-"+e)||[]},p=function(t,e,i){t.data("acf-lock-"+e,i)},g,m,v,y,b,w;i.lock=function(t,e,i){var n=h(t,e),a;n.indexOf(i)<0&&(n.push(i),p(t,e,n))},i.unlock=function(t,e,i){var n=h(t,e),a=n.indexOf(i);return a>-1&&(n.splice(a,1),p(t,e,n)),0===n.length},i.isLocked=function(t,e){return h(t,e).length>0},i.isGutenberg=function(){return window.wp&&wp.data&&wp.data.select&&wp.data.select("core/editor")},i.objectToArray=function(t){return Object.keys(t).map((function(e){return t[e]}))},i.debounce=function(t,e){var i;return function(){var n=this,a=arguments,r=function(){t.apply(n,a)};clearTimeout(i),i=setTimeout(r,e)}},i.throttle=function(t,e){var i=!1;return function(){i||(i=!0,setTimeout((function(){i=!1}),e),t.apply(this,arguments))}},i.isInView=function(t){var e=t.getBoundingClientRect();return e.top!==e.bottom&&e.top>=0&&e.left>=0&&e.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&e.right<=(window.innerWidth||document.documentElement.clientWidth)},i.onceInView=(g=[],m=0,v=function(){g.forEach((function(t){i.isInView(t.el)&&(t.callback.apply(this),w(t.id))}))},y=i.debounce(v,300),b=function(e,i){g.length||t(window).on("scroll resize",y).on("acfrefresh orientationchange",v),g.push({id:m++,el:e,callback:i})},w=function(e){(g=g.filter((function(t){return t.id!==e}))).length||t(window).off("scroll resize",y).off("acfrefresh orientationchange",v)},function(t,e){t instanceof jQuery&&(t=t[0]),i.isInView(t)?e.apply(this):b(t,e)}),i.once=function(t){var e=0;return function(){return e++>0?t=void 0:t.apply(this,arguments)}},t.fn.exists=function(){return t(this).length>0},t.fn.outerHTML=function(){return t(this).get(0).outerHTML},Array.prototype.indexOf||(Array.prototype.indexOf=function(e){return t.inArray(e,this)}),t(document).ready((function(){i.doAction("ready")})),t(window).on("load",(function(){i.doAction("load")})),t(window).on("beforeunload",(function(){i.doAction("unload")})),t(window).on("resize",(function(){i.doAction("resize")})),t(document).on("sortstart",(function(t,e){i.doAction("sortstart",e.item,e.placeholder)})),t(document).on("sortstop",(function(t,e){i.doAction("sortstop",e.item,e.placeholder)}))}(jQuery),function(t,e){"use strict";var i=function(){function t(){return f}function e(t,e,i,n){return"string"==typeof t&&"function"==typeof e&&c("actions",t,e,i=parseInt(i||10,10),n),d}function i(){var t=Array.prototype.slice.call(arguments),e=t.shift();return"string"==typeof e&&u("actions",e,t),d}function n(t,e){return"string"==typeof t&&s("actions",t,e),d}function a(t,e,i,n){return"string"==typeof t&&"function"==typeof e&&c("filters",t,e,i=parseInt(i||10,10),n),d}function r(){var t=Array.prototype.slice.call(arguments),e=t.shift();return"string"==typeof e?u("filters",e,t):d}function o(t,e){return"string"==typeof t&&s("filters",t,e),d}function s(t,e,i,n){if(f[t][e])if(i){var a=f[t][e],r;if(n)for(r=a.length;r--;){var o=a[r];o.callback===i&&o.context===n&&a.splice(r,1)}else for(r=a.length;r--;)a[r].callback===i&&a.splice(r,1)}else f[t][e]=[]}function c(t,e,i,n,a){var r={callback:i,priority:n,context:a},o=f[t][e];o?(o.push(r),o=l(o)):o=[r],f[t][e]=o}function l(t){for(var e,i,n,a=1,r=t.length;a<r;a++){for(e=t[a],i=a;(n=t[i-1])&&n.priority>e.priority;)t[i]=t[i-1],--i;t[i]=e}return t}function u(t,e,i){var n=f[t][e];if(!n)return"filters"===t&&i[0];var a=0,r=n.length;if("filters"===t)for(;a<r;a++)i[0]=n[a].callback.apply(n[a].context,i);else for(;a<r;a++)n[a].callback.apply(n[a].context,i);return"filters"!==t||i[0]}var d={removeFilter:o,applyFilters:r,addFilter:a,removeAction:n,doAction:i,addAction:e,storage:t},f={actions:{},filters:{}};return d};acf.hooks=new i}(window),function(t,e){var i=/^(\S+)\s*(.*)$/,n=function(e){var i=this,n;return n=e&&e.hasOwnProperty("constructor")?e.constructor:function(){return i.apply(this,arguments)},t.extend(n,i),n.prototype=Object.create(i.prototype),t.extend(n.prototype,e),n.prototype.constructor=n,n},a=acf.Model=function(){this.cid=acf.uniqueId("acf"),this.data=t.extend(!0,{},this.data),this.setup.apply(this,arguments),this.$el&&!this.$el.data("acf")&&this.$el.data("acf",this);var e=function(){this.initialize(),this.addEvents(),this.addActions(),this.addFilters()};this.wait&&!acf.didAction(this.wait)?this.addAction(this.wait,e):e.apply(this)};t.extend(a.prototype,{id:"",cid:"",$el:null,data:{},busy:!1,changed:!1,events:{},actions:{},filters:{},eventScope:"",wait:!1,priority:10,get:function(t){return this.data[t]},has:function(t){return null!=this.get(t)},set:function(t,e,i){var n=this.get(t);return n==e?this:(this.data[t]=e,i||(this.changed=!0,this.trigger("changed:"+t,[e,n]),this.trigger("changed",[t,e,n])),this)},inherit:function(e){return e instanceof jQuery&&(e=e.data()),t.extend(this.data,e),this},prop:function(){return this.$el.prop.apply(this.$el,arguments)},setup:function(e){t.extend(this,e)},initialize:function(){},addElements:function(t){if(!(t=t||this.elements||null)||!Object.keys(t).length)return!1;for(var e in t)this.addElement(e,t[e])},addElement:function(t,e){this["$"+t]=this.$(e)},addEvents:function(t){if(!(t=t||this.events||null))return!1;for(var e in t){var n=e.match(i);this.on(n[1],n[2],t[e])}},removeEvents:function(t){if(!(t=t||this.events||null))return!1;for(var e in t){var n=e.match(i);this.off(n[1],n[2],t[e])}},getEventTarget:function(e,i){return e||this.$el||t(document)},validateEvent:function(e){return!this.eventScope||t(e.target).closest(this.eventScope).is(this.$el)},proxyEvent:function(e){return this.proxy((function(i){if(this.validateEvent(i)){var n=acf.arrayArgs(arguments),a=n.slice(1),r=[i,t(i.currentTarget)].concat(a);e.apply(this,r)}}))},on:function(t,e,i,n){var a,r,o,s,c;t instanceof jQuery?n?(a=t,r=e,o=i,s=n):(a=t,r=e,s=i):i?(r=t,o=e,s=i):(r=t,s=e),a=this.getEventTarget(a),"string"==typeof s&&(s=this.proxyEvent(this[s])),r=r+"."+this.cid,c=o?[r,o,s]:[r,s],a.on.apply(a,c)},off:function(t,e,i){var n,a,r,o;t instanceof jQuery?i?(n=t,a=e,r=i):(n=t,a=e):e?(a=t,r=e):a=t,n=this.getEventTarget(n),a=a+"."+this.cid,o=r?[a,r]:[a],n.off.apply(n,o)},trigger:function(t,e,i){var n=this.getEventTarget();return i?n.trigger.apply(n,arguments):n.triggerHandler.apply(n,arguments),this},addActions:function(t){if(!(t=t||this.actions||null))return!1;for(var e in t)this.addAction(e,t[e])},removeActions:function(t){if(!(t=t||this.actions||null))return!1;for(var e in t)this.removeAction(e,t[e])},addAction:function(t,e,i){i=i||this.priority,"string"==typeof e&&(e=this[e]),acf.addAction(t,e,i,this)},removeAction:function(t,e){acf.removeAction(t,this[e])},addFilters:function(t){if(!(t=t||this.filters||null))return!1;for(var e in t)this.addFilter(e,t[e])},addFilter:function(t,e,i){i=i||this.priority,"string"==typeof e&&(e=this[e]),acf.addFilter(t,e,i,this)},removeFilters:function(t){if(!(t=t||this.filters||null))return!1;for(var e in t)this.removeFilter(e,t[e])},removeFilter:function(t,e){acf.removeFilter(t,this[e])},$:function(t){return this.$el.find(t)},remove:function(){this.removeEvents(),this.removeActions(),this.removeFilters(),this.$el.remove()},setTimeout:function(t,e){return setTimeout(this.proxy(t),e)},time:function(){console.time(this.id||this.cid)},timeEnd:function(){console.timeEnd(this.id||this.cid)},show:function(){acf.show(this.$el)},hide:function(){acf.hide(this.$el)},proxy:function(e){return t.proxy(e,this)}}),a.extend=n,acf.models={},acf.getInstance=function(t){return t.data("acf")},acf.getInstances=function(e){var i=[];return e.each((function(){i.push(acf.getInstance(t(this)))})),i}}(jQuery),function(t,e){acf.models.Popup=acf.Model.extend({data:{title:"",content:"",width:0,height:0,loading:!1},events:{'click [data-event="close"]':"onClickClose","click .acf-close-popup":"onClickClose"},setup:function(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.open()},tmpl:function(){return['<div id="acf-popup">','<div class="acf-popup-box acf-box">','<div class="title"><h3></h3><a href="#" class="acf-icon -cancel grey" data-event="close"></a></div>','<div class="inner"></div>','<div class="loading"><i class="acf-loading"></i></div>',"</div>",'<div class="bg" data-event="close"></div>',"</div>"].join("")},render:function(){var t=this.get("title"),e=this.get("content"),i=this.get("loading"),n=this.get("width"),a=this.get("height");this.title(t),this.content(e),n&&this.$(".acf-popup-box").css("width",n),a&&this.$(".acf-popup-box").css("min-height",a),this.loading(i),acf.doAction("append",this.$el)},update:function(t){this.data=acf.parseArgs(t,this.data),this.render()},title:function(t){this.$(".title:first h3").html(t)},content:function(t){this.$(".inner:first").html(t)},loading:function(t){var e=this.$(".loading:first");t?e.show():e.hide()},open:function(){t("body").append(this.$el)},close:function(){this.remove()},onClickClose:function(t,e){t.preventDefault(),this.close()}}),acf.newPopup=function(t){return new acf.models.Popup(t)}}(jQuery),function(t,e){acf.unload=new acf.Model({wait:"load",active:!0,changed:!1,actions:{validation_failure:"startListening",validation_success:"stopListening"},events:{"change form .acf-field":"startListening","submit form":"stopListening"},enable:function(){this.active=!0},disable:function(){this.active=!1},reset:function(){this.stopListening()},startListening:function(){!this.changed&&this.active&&(this.changed=!0,t(window).on("beforeunload",this.onUnload))},stopListening:function(){this.changed=!1,t(window).off("beforeunload",this.onUnload)},onUnload:function(){return acf.__("The changes you made will be lost if you navigate away from this page")}})}(jQuery),function(t,e){var i=new acf.Model({events:{"click .acf-panel-title":"onClick"},onClick:function(t,e){t.preventDefault(),this.toggle(e.parent())},isOpen:function(t){return t.hasClass("-open")},toggle:function(t){this.isOpen(t)?this.close(t):this.open(t)},open:function(t){t.addClass("-open"),t.find(".acf-panel-title i").attr("class","dashicons dashicons-arrow-down")},close:function(t){t.removeClass("-open"),t.find(".acf-panel-title i").attr("class","dashicons dashicons-arrow-right")}})}(jQuery),function(t,e){var i=acf.Model.extend({data:{text:"",type:"",timeout:0,dismiss:!0,target:!1,close:function(){}},events:{"click .acf-notice-dismiss":"onClickClose"},tmpl:function(){return'<div class="acf-notice"></div>'},setup:function(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.show()},render:function(){this.type(this.get("type")),this.html("<p>"+this.get("text")+"</p>"),this.get("dismiss")&&(this.$el.append('<a href="#" class="acf-notice-dismiss acf-icon -cancel small"></a>'),this.$el.addClass("-dismiss"));var t=this.get("timeout");t&&this.away(t)},update:function(e){t.extend(this.data,e),this.initialize(),this.removeEvents(),this.addEvents()},show:function(){var t=this.get("target");t&&t.prepend(this.$el)},hide:function(){this.$el.remove()},away:function(t){this.setTimeout((function(){acf.remove(this.$el)}),t)},type:function(t){var e=this.get("type");e&&this.$el.removeClass("-"+e),this.$el.addClass("-"+t),"error"==t&&this.$el.addClass("acf-error-message")},html:function(t){this.$el.html(t)},text:function(t){this.$("p").html(t)},onClickClose:function(t,e){t.preventDefault(),this.get("close").apply(this,arguments),this.remove()}});acf.newNotice=function(t){return"object"!=typeof t&&(t={text:t}),new i(t)};var n=new acf.Model({wait:"prepare",priority:1,initialize:function(){var e=t(".acf-admin-notice");e.length&&t("h1:first").after(e)}})}(jQuery),function(t,e){var i=new acf.Model({wait:"prepare",priority:1,initialize:function(){(acf.get("postboxes")||[]).map(acf.newPostbox)}});acf.getPostbox=function(e){return"string"==typeof e&&(e=t("#"+e)),acf.getInstance(e)},acf.getPostboxes=function(){return acf.getInstances(t(".acf-postbox"))},acf.newPostbox=function(t){return new acf.models.Postbox(t)},acf.models.Postbox=acf.Model.extend({data:{id:"",key:"",style:"default",label:"top",edit:""},setup:function(e){e.editLink&&(e.edit=e.editLink),t.extend(this.data,e),this.$el=this.$postbox()},$postbox:function(){return t("#"+this.get("id"))},$hide:function(){return t("#"+this.get("id")+"-hide")},$hideLabel:function(){return this.$hide().parent()},$hndle:function(){return this.$("> .hndle")},$inside:function(){return this.$("> .inside")},isVisible:function(){return this.$el.hasClass("acf-hidden")},initialize:function(){if(this.$el.addClass("acf-postbox"),this.$el.removeClass("hide-if-js"),"block"!==acf.get("editor")){var t=this.get("style");"default"!==t&&this.$el.addClass(t)}this.$inside().addClass("acf-fields").addClass("-"+this.get("label"));var e=this.get("edit");e&&this.$hndle().append('<a href="'+e+'" class="dashicons dashicons-admin-generic acf-hndle-cog acf-js-tooltip" title="'+acf.__("Edit field group")+'"></a>'),this.show()},show:function(){this.$hideLabel().show(),this.$hide().prop("checked",!0),this.$el.show().removeClass("acf-hidden"),acf.doAction("show_postbox",this)},enable:function(){acf.enable(this.$el,"postbox")},showEnable:function(){this.enable(),this.show()},hide:function(){this.$hideLabel().hide(),this.$el.hide().addClass("acf-hidden"),acf.doAction("hide_postbox",this)},disable:function(){acf.disable(this.$el,"postbox")},hideDisable:function(){this.disable(),this.hide()},html:function(t){this.$inside().html(t),acf.doAction("append",this.$el)}})}(jQuery),function(t,e){acf.newTooltip=function(t){return"object"!=typeof t&&(t={text:t}),void 0!==t.confirmRemove?(t.textConfirm=acf.__("Remove"),t.textCancel=acf.__("Cancel"),new n(t)):void 0!==t.confirm?new n(t):new i(t)};var i=acf.Model.extend({data:{text:"",timeout:0,target:null},tmpl:function(){return'<div class="acf-tooltip"></div>'},setup:function(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.show(),this.position();var e=this.get("timeout");e&&setTimeout(t.proxy(this.fade,this),e)},update:function(e){t.extend(this.data,e),this.initialize()},render:function(){this.html(this.get("text"))},show:function(){t("body").append(this.$el)},hide:function(){this.$el.remove()},fade:function(){this.$el.addClass("acf-fade-up"),this.setTimeout((function(){this.remove()}),250)},html:function(t){this.$el.html(t)},position:function(){var e=this.$el,i=this.get("target");if(i){e.removeClass("right left bottom top").css({top:0,left:0});var n=10,a=i.outerWidth(),r=i.outerHeight(),o=i.offset().top,s=i.offset().left,c=e.outerWidth(),l=e.outerHeight(),u=e.offset().top,d=o-l-u,f=s+a/2-c/2;f<10?(e.addClass("right"),f=s+a,d=o+r/2-l/2-u):f+c+10>t(window).width()?(e.addClass("left"),f=s-c,d=o+r/2-l/2-u):d-t(window).scrollTop()<10?(e.addClass("bottom"),d=o+r-u):e.addClass("top"),e.css({top:d,left:f})}}}),n=i.extend({data:{text:"",textConfirm:"",textCancel:"",target:null,targetConfirm:!0,confirm:function(){},cancel:function(){},context:!1},events:{'click [data-event="cancel"]':"onCancel",'click [data-event="confirm"]':"onConfirm"},addEvents:function(){acf.Model.prototype.addEvents.apply(this);var e=t(document),i=this.get("target");this.setTimeout((function(){this.on(e,"click","onCancel")})),this.get("targetConfirm")&&this.on(i,"click","onConfirm")},removeEvents:function(){acf.Model.prototype.removeEvents.apply(this);var e=t(document),i=this.get("target");this.off(e,"click"),this.off(i,"click")},render:function(){var t,e,i,n=[this.get("text")||acf.__("Are you sure?"),'<a href="#" data-event="confirm">'+(this.get("textConfirm")||acf.__("Yes"))+"</a>",'<a href="#" data-event="cancel">'+(this.get("textCancel")||acf.__("No"))+"</a>"].join(" ");this.html(n),this.$el.addClass("-confirm")},onCancel:function(t,e){t.preventDefault(),t.stopImmediatePropagation();var i=this.get("cancel"),n=this.get("context")||this;i.apply(n,arguments),this.remove()},onConfirm:function(t,e){t.preventDefault(),t.stopImmediatePropagation();var i=this.get("confirm"),n=this.get("context")||this;i.apply(n,arguments),this.remove()}});acf.models.Tooltip=i,acf.models.TooltipConfirm=n;var a=new acf.Model({tooltip:!1,events:{"mouseenter .acf-js-tooltip":"showTitle","mouseup .acf-js-tooltip":"hideTitle","mouseleave .acf-js-tooltip":"hideTitle"},showTitle:function(t,e){var i=e.attr("title");i&&(e.attr("title",""),this.tooltip?this.tooltip.update({text:i,target:e}):this.tooltip=acf.newTooltip({text:i,target:e}))},hideTitle:function(t,e){this.tooltip.hide(),e.attr("title",this.tooltip.get("text"))}})}(jQuery),function(t,e){var i=[];acf.Field=acf.Model.extend({type:"",eventScope:".acf-field",wait:"ready",setup:function(t){this.$el=t,this.inherit(t),this.inherit(this.$control())},val:function(t){return void 0!==t?this.setValue(t):this.prop("disabled")?null:this.getValue()},getValue:function(){return this.$input().val()},setValue:function(t){return acf.val(this.$input(),t)},__:function(t){return acf._e(this.type,t)},$control:function(){return!1},$input:function(){return this.$("[name]:first")},$inputWrap:function(){return this.$(".acf-input:first")},$labelWrap:function(){return this.$(".acf-label:first")},getInputName:function(){return this.$input().attr("name")||""},parent:function(){var t=this.parents();return!!t.length&&t[0]},parents:function(){var t=this.$el.parents(".acf-field"),e;return acf.getFields(t)},show:function(t,e){var i=acf.show(this.$el,t);return i&&(this.prop("hidden",!1),acf.doAction("show_field",this,e)),i},hide:function(t,e){var i=acf.hide(this.$el,t);return i&&(this.prop("hidden",!0),acf.doAction("hide_field",this,e)),i},enable:function(t,e){var i=acf.enable(this.$el,t);return i&&(this.prop("disabled",!1),acf.doAction("enable_field",this,e)),i},disable:function(t,e){var i=acf.disable(this.$el,t);return i&&(this.prop("disabled",!0),acf.doAction("disable_field",this,e)),i},showEnable:function(t,e){return this.enable.apply(this,arguments),this.show.apply(this,arguments)},hideDisable:function(t,e){return this.disable.apply(this,arguments),this.hide.apply(this,arguments)},showNotice:function(t){"object"!=typeof t&&(t={text:t}),this.notice&&this.notice.remove(),t.target=this.$inputWrap(),this.notice=acf.newNotice(t)},removeNotice:function(t){this.notice&&(this.notice.away(t||0),this.notice=!1)},showError:function(e){this.$el.addClass("acf-error"),void 0!==e&&this.showNotice({text:e,type:"error",dismiss:!1}),acf.doAction("invalid_field",this),this.$el.one("focus change","input, select, textarea",t.proxy(this.removeError,this))},removeError:function(){this.$el.removeClass("acf-error"),this.removeNotice(250),acf.doAction("valid_field",this)},trigger:function(t,e,i){return"invalidField"==t&&(i=!0),acf.Model.prototype.trigger.apply(this,[t,e,i])}}),acf.newField=function(t){var e=t.data("type"),i=n(e),a,r=new(acf.models[i]||acf.Field)(t);return acf.doAction("new_field",r),r};var n=function(t){return acf.strPascalCase(t||"")+"Field"};acf.registerFieldType=function(t){var e,a=t.prototype.type,r=n(a);acf.models[r]=t,i.push(a)},acf.getFieldType=function(t){var e=n(t);return acf.models[e]||!1},acf.getFieldTypes=function(t){t=acf.parseArgs(t,{category:""});var e=[];return i.map((function(i){var n=acf.getFieldType(i),a=n.prototype;t.category&&a.category!==t.category||e.push(n)})),e}}(jQuery),function(t,e){acf.findFields=function(e){var i=".acf-field",n=!1;return(e=acf.parseArgs(e,{key:"",name:"",type:"",is:"",parent:!1,sibling:!1,limit:!1,visible:!1,suppressFilters:!1})).suppressFilters||(e=acf.applyFilters("find_fields_args",e)),e.key&&(i+='[data-key="'+e.key+'"]'),e.type&&(i+='[data-type="'+e.type+'"]'),e.name&&(i+='[data-name="'+e.name+'"]'),e.is&&(i+=e.is),e.visible&&(i+=":visible"),n=e.parent?e.parent.find(i):e.sibling?e.sibling.siblings(i):t(i),e.suppressFilters||(n=n.not(".acf-clone .acf-field"),n=acf.applyFilters("find_fields",n)),e.limit&&(n=n.slice(0,e.limit)),n},acf.findField=function(t,e){return acf.findFields({key:t,limit:1,parent:e,suppressFilters:!0})},acf.getField=function(t){t instanceof jQuery||(t=acf.findField(t));var e=t.data("acf");return e||(e=acf.newField(t)),e},acf.getFields=function(e){e instanceof jQuery||(e=acf.findFields(e));var i=[];return e.each((function(){var e=acf.getField(t(this));i.push(e)})),i},acf.findClosestField=function(t){return t.closest(".acf-field")},acf.getClosestField=function(t){var e=acf.findClosestField(t);return this.getField(e)};var i=function(t){var e=t,i=t+"_fields",a=t+"_field",r=function(t){var e=acf.arrayArgs(arguments),n=e.slice(1),a=acf.getFields({parent:t});if(a.length){var r=[i,a].concat(n);acf.doAction.apply(null,r)}},o=function(t){var e=acf.arrayArgs(arguments),i=e.slice(1);t.map((function(t,e){var n=[a,t].concat(i);acf.doAction.apply(null,n)}))};acf.addAction(e,r),acf.addAction(i,o),n(t)},n=function(t){var e=t+"_field",i=t+"Field",n=function(n){var a=acf.arrayArgs(arguments),r=a.slice(1),s=["type","name","key"];s.map((function(t){var i="/"+t+"="+n.get(t);a=[e+i,n].concat(r),acf.doAction.apply(null,a)})),o.indexOf(t)>-1&&n.trigger(i,r)};acf.addAction(e,n)},a,r=["valid","invalid","enable","disable","new"],o=["remove","unmount","remount","sortstart","sortstop","show","hide","unload","valid","invalid","enable","disable"];["prepare","ready","load","append","remove","unmount","remount","sortstart","sortstop","show","hide","unload"].map(i),r.map(n);var s=new acf.Model({id:"fieldsEventManager",events:{'click .acf-field a[href="#"]':"onClick","change .acf-field":"onChange"},onClick:function(t){t.preventDefault()},onChange:function(){
|
2 |
-
t("#_acf_changed").val(1)}})}(jQuery),function(t,e){var i=0,n=acf.Field.extend({type:"accordion",wait:"",$control:function(){return this.$(".acf-fields:first")},initialize:function(){if(!this.$el.is("td")){if(this.get("endpoint"))return this.remove();var e=this.$el,n=this.$labelWrap(),r=this.$inputWrap(),o=this.$control(),s=r.children(".description");if(s.length&&n.append(s),this.$el.is("tr")){var c=this.$el.closest("table"),l=t('<div class="acf-accordion-title"/>'),u=t('<div class="acf-accordion-content"/>'),d=t('<table class="'+c.attr("class")+'"/>'),f=t("<tbody/>");l.append(n.html()),d.append(f),u.append(d),r.append(l),r.append(u),n.remove(),o.remove(),r.attr("colspan",2),n=l,r=u,o=f}e.addClass("acf-accordion"),n.addClass("acf-accordion-title"),r.addClass("acf-accordion-content"),i++,this.get("multi_expand")&&e.attr("multi-expand",1);var h=acf.getPreference("this.accordions")||[];void 0!==h[i-1]&&this.set("open",h[i-1]),this.get("open")&&(e.addClass("-open"),r.css("display","block")),n.prepend(a.iconHtml({open:this.get("open")}));var p=e.parent();o.addClass(p.hasClass("-left")?"-left":""),o.addClass(p.hasClass("-clear")?"-clear":""),o.append(e.nextUntil(".acf-field-accordion",".acf-field")),o.removeAttr("data-open data-multi_expand data-endpoint")}}});acf.registerFieldType(n);var a=new acf.Model({actions:{unload:"onUnload"},events:{"click .acf-accordion-title":"onClick","invalidField .acf-accordion":"onInvalidField"},isOpen:function(t){return t.hasClass("-open")},toggle:function(t){this.isOpen(t)?this.close(t):this.open(t)},iconHtml:function(t){return acf.isGutenberg()?t.open?'<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M12,8l-6,6l1.41,1.41L12,10.83l4.59,4.58L18,14L12,8z"></path></g></svg>':'<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"></path></g></svg>':t.open?'<i class="acf-accordion-icon dashicons dashicons-arrow-down"></i>':'<i class="acf-accordion-icon dashicons dashicons-arrow-right"></i>'},open:function(e){var i=acf.isGutenberg()?0:300;e.find(".acf-accordion-content:first").slideDown(i).css("display","block"),e.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!0})),e.addClass("-open"),acf.doAction("show",e),e.attr("multi-expand")||e.siblings(".acf-accordion.-open").each((function(){a.close(t(this))}))},close:function(t){var e=acf.isGutenberg()?0:300;t.find(".acf-accordion-content:first").slideUp(e),t.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!1})),t.removeClass("-open"),acf.doAction("hide",t)},onClick:function(t,e){t.preventDefault(),this.toggle(e.parent())},onInvalidField:function(t,e){this.busy||(this.busy=!0,this.setTimeout((function(){this.busy=!1}),1e3),this.open(e))},onUnload:function(e){var i=[];t(".acf-accordion").each((function(){var e=t(this).hasClass("-open")?1:0;i.push(e)})),i.length&&acf.setPreference("this.accordions",i)}})}(jQuery),function(t,e){var i=acf.Field.extend({type:"button_group",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-button-group")},$input:function(){return this.$("input:checked")},setValue:function(t){this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClick:function(t,e){var i=e.parent("label"),n=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"checkbox",events:{"change input":"onChange","click .acf-add-checkbox":"onClickAdd","click .acf-checkbox-toggle":"onClickToggle","click .acf-checkbox-custom":"onClickCustom"},$control:function(){return this.$(".acf-checkbox-list")},$toggle:function(){return this.$(".acf-checkbox-toggle")},$input:function(){return this.$('input[type="hidden"]')},$inputs:function(){return this.$('input[type="checkbox"]').not(".acf-checkbox-toggle")},getValue:function(){var e=[];return this.$(":checked").each((function(){e.push(t(this).val())})),!!e.length&&e},onChange:function(t,e){var i=e.prop("checked"),n=e.parent("label"),a=this.$toggle(),r;(i?n.addClass("selected"):n.removeClass("selected"),a.length)&&(0==this.$inputs().not(":checked").length?a.prop("checked",!0):a.prop("checked",!1))},onClickAdd:function(t,e){var i='<li><input class="acf-checkbox-custom" type="checkbox" checked="checked" /><input type="text" name="'+this.getInputName()+'[]" /></li>';e.parent("li").before(i)},onClickToggle:function(t,e){var i=e.prop("checked"),n=this.$('input[type="checkbox"]'),a=this.$("label");n.prop("checked",i),i?a.addClass("selected"):a.removeClass("selected")},onClickCustom:function(t,e){var i=e.prop("checked"),n=e.next('input[type="text"]');i?n.prop("disabled",!1):(n.prop("disabled",!0),""==n.val()&&e.parent("li").remove())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"color_picker",wait:"load",$control:function(){return this.$(".acf-color-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},setValue:function(t){acf.val(this.$input(),t),this.$inputText().iris("color",t)},initialize:function(){var t=this.$input(),e=this.$inputText(),i=function(i){setTimeout((function(){acf.val(t,e.val())}),1)},n={defaultColor:!1,palettes:!0,hide:!0,change:i,clear:i},n=acf.applyFilters("color_picker_args",n,this);e.wpColorPicker(n)}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"date_picker",events:{'blur input[type="text"]':"onBlur"},$control:function(){return this.$(".acf-date-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},initialize:function(){if(this.has("save_format"))return this.initializeCompatibility();var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),altField:t,altFormat:"yymmdd",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")};i=acf.applyFilters("date_picker_args",i,this),acf.newDatePicker(e,i),acf.doAction("date_picker_init",e,i,this)},initializeCompatibility:function(){var t=this.$input(),e=this.$inputText();e.val(t.val());var i={dateFormat:this.get("date_format"),altField:t,altFormat:this.get("save_format"),changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")},n=(i=acf.applyFilters("date_picker_args",i,this)).dateFormat;i.dateFormat=this.get("save_format"),acf.newDatePicker(e,i),e.datepicker("option","dateFormat",n),acf.doAction("date_picker_init",e,i,this)},onBlur:function(){this.$inputText().val()||acf.val(this.$input(),"")}});acf.registerFieldType(i);var n=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),n=acf.get("datePickerL10n");return!!n&&(void 0!==t.datepicker&&(n.isRTL=i,t.datepicker.regional[e]=n,void t.datepicker.setDefaults(n)))}});acf.newDatePicker=function(e,i){if(void 0===t.datepicker)return!1;i=i||{},e.datepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=acf.models.DatePickerField.extend({type:"date_time_picker",$control:function(){return this.$(".acf-date-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altFormat:"yy-mm-dd",altTimeFormat:"HH:mm:ss",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day"),controlType:"select",oneLine:!0};i=acf.applyFilters("date_time_picker_args",i,this),acf.newDateTimePicker(e,i),acf.doAction("date_time_picker_init",e,i,this)}});acf.registerFieldType(i);var n=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),n=acf.get("dateTimePickerL10n");return!!n&&(void 0!==t.timepicker&&(n.isRTL=i,t.timepicker.regional[e]=n,void t.timepicker.setDefaults(n)))}});acf.newDateTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.datetimepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){function i(e){if(r)return e();if(acf.isset(window,"google","maps","Geocoder"))return r=new google.maps.Geocoder,e();if(acf.addAction("google_map_api_loaded",e),!a){var i=acf.get("google_map_api");i&&(a=!0,t.ajax({url:i,dataType:"script",cache:!0,success:function(){r=new google.maps.Geocoder,acf.doAction("google_map_api_loaded")}}))}}var n=acf.Field.extend({type:"google_map",map:!1,wait:"load",events:{'click a[data-name="clear"]':"onClickClear",'click a[data-name="locate"]':"onClickLocate",'click a[data-name="search"]':"onClickSearch","keydown .search":"onKeydownSearch","keyup .search":"onKeyupSearch","focus .search":"onFocusSearch","blur .search":"onBlurSearch",showField:"onShow"},$control:function(){return this.$(".acf-google-map")},$search:function(){return this.$(".search")},$canvas:function(){return this.$(".canvas")},setState:function(t){this.$control().removeClass("-value -loading -searching"),"default"===t&&(t=this.val()?"value":""),t&&this.$control().addClass("-"+t)},getValue:function(){var t=this.$input().val();return!!t&&JSON.parse(t)},setValue:function(t,e){var i="";t&&(i=JSON.stringify(t)),acf.val(this.$input(),i),e||(this.renderVal(t),acf.doAction("google_map_change",t,this.map,this))},renderVal:function(t){t?(this.setState("value"),this.$search().val(t.address),this.setPosition(t.lat,t.lng)):(this.setState(""),this.$search().val(""),this.map.marker.setVisible(!1))},newLatLng:function(t,e){return new google.maps.LatLng(parseFloat(t),parseFloat(e))},setPosition:function(t,e){this.map.marker.setPosition({lat:parseFloat(t),lng:parseFloat(e)}),this.map.marker.setVisible(!0),this.center()},center:function(){var t=this.map.marker.getPosition();if(t)var e=t.lat(),i=t.lng();else var e=this.get("lat"),i=this.get("lng");this.map.setCenter({lat:parseFloat(e),lng:parseFloat(i)})},initialize:function(){i(this.initializeMap.bind(this))},initializeMap:function(){var t=this.getValue(),e=acf.parseArgs(t,{zoom:this.get("zoom"),lat:this.get("lat"),lng:this.get("lng")}),i={scrollwheel:!1,zoom:parseInt(e.zoom),center:{lat:parseFloat(e.lat),lng:parseFloat(e.lng)},mapTypeId:google.maps.MapTypeId.ROADMAP,marker:{draggable:!0,raiseOnDrag:!0},autocomplete:{}};i=acf.applyFilters("google_map_args",i,this);var n=new google.maps.Map(this.$canvas()[0],i),a=acf.parseArgs(i.marker,{draggable:!0,raiseOnDrag:!0,map:n});a=acf.applyFilters("google_map_marker_args",a,this);var r=new google.maps.Marker(a),o=!1;if(acf.isset(google,"maps","places","Autocomplete")){var s=i.autocomplete||{};s=acf.applyFilters("google_map_autocomplete_args",s,this),(o=new google.maps.places.Autocomplete(this.$search()[0],s)).bindTo("bounds",n)}this.addMapEvents(this,n,r,o),n.acf=this,n.marker=r,n.autocomplete=o,this.map=n,t&&this.setPosition(t.lat,t.lng),acf.doAction("google_map_init",n,r,this)},addMapEvents:function(t,e,i,n){google.maps.event.addListener(e,"click",(function(e){var i=e.latLng.lat(),n=e.latLng.lng();t.searchPosition(i,n)})),google.maps.event.addListener(i,"dragend",(function(){var e=this.getPosition().lat(),i=this.getPosition().lng();t.searchPosition(e,i)})),n&&google.maps.event.addListener(n,"place_changed",(function(){var e=this.getPlace();t.searchPlace(e)})),google.maps.event.addListener(e,"zoom_changed",(function(){var i=t.val();i&&(i.zoom=e.getZoom(),t.setValue(i,!0))}))},searchPosition:function(t,e){this.setState("loading");var i={lat:t,lng:e};r.geocode({location:i},function(i,n){if(this.setState(""),"OK"!==n)this.showNotice({text:acf.__("Location not found: %s").replace("%s",n),type:"warning"});else{var a=this.parseResult(i[0]);a.lat=t,a.lng=e,this.val(a)}}.bind(this))},searchPlace:function(t){if(t)if(t.geometry){t.formatted_address=this.$search().val();var e=this.parseResult(t);this.val(e)}else t.name&&this.searchAddress(t.name)},searchAddress:function(t){if(t){var e=t.split(",");if(2==e.length){var i=parseFloat(e[0]),n=parseFloat(e[1]);if(i&&n)return this.searchPosition(i,n)}this.setState("loading"),r.geocode({address:t},function(e,i){if(this.setState(""),"OK"!==i)this.showNotice({text:acf.__("Location not found: %s").replace("%s",i),type:"warning"});else{var n=this.parseResult(e[0]);n.address=t,this.val(n)}}.bind(this))}},searchLocation:function(){if(!navigator.geolocation)return alert(acf.__("Sorry, this browser does not support geolocation"));this.setState("loading"),navigator.geolocation.getCurrentPosition(function(t){this.setState("");var e=t.coords.latitude,i=t.coords.longitude;this.searchPosition(e,i)}.bind(this),function(t){this.setState("")}.bind(this))},parseResult:function(t){var e={address:t.formatted_address,lat:t.geometry.location.lat(),lng:t.geometry.location.lng()};e.zoom=this.map.getZoom(),t.place_id&&(e.place_id=t.place_id),t.name&&(e.name=t.name);var i={street_number:["street_number"],street_name:["street_address","route"],city:["locality"],state:["administrative_area_level_1","administrative_area_level_2","administrative_area_level_3","administrative_area_level_4","administrative_area_level_5"],post_code:["postal_code"],country:["country"]};for(var n in i)for(var a=i[n],r=0;r<t.address_components.length;r++){var o=t.address_components[r],s=o.types[0];-1!==a.indexOf(s)&&(e[n]=o.long_name,o.long_name!==o.short_name&&(e[n+"_short"]=o.short_name))}return acf.applyFilters("google_map_result",e,t,this.map,this)},onClickClear:function(){this.val(!1)},onClickLocate:function(){this.searchLocation()},onClickSearch:function(){this.searchAddress(this.$search().val())},onFocusSearch:function(t,e){this.setState("searching")},onBlurSearch:function(t,e){var i=this.val(),n=i?i.address:"";e.val()===n&&this.setState("default")},onKeyupSearch:function(t,e){e.val()||this.val(!1)},onKeydownSearch:function(t,e){13==t.which&&(t.preventDefault(),e.blur())},onShow:function(){this.map&&this.setTimeout(this.center)}});acf.registerFieldType(n);var a=!1,r=!1}(jQuery),function(t,e){var i=acf.Field.extend({type:"image",$control:function(){return this.$(".acf-image-uploader")},$input:function(){return this.$('input[type="hidden"]')},events:{'click a[data-name="add"]':"onClickAdd",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove",'change input[type="file"]':"onChange"},initialize:function(){"basic"===this.get("uploader")&&this.$el.closest("form").attr("enctype","multipart/form-data")},validateAttachment:function(t){void 0!==(t=t||{}).id&&(t=t.attributes),t=acf.parseArgs(t,{url:"",alt:"",title:"",caption:"",description:"",width:0,height:0});var e=acf.isget(t,"sizes",this.get("preview_size"),"url");return null!==e&&(t.url=e),t},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.url,alt:t.alt,title:t.title});var e=t.id||"";this.val(e),e?this.$control().addClass("has-value"):this.$control().removeClass("has-value")},append:function(t,e){var i=function(t,e){for(var i=acf.getFields({key:t.get("key"),parent:e.$el}),n=0;n<i.length;n++)if(!i[n].val())return i[n];return!1},n=i(this,e);n||(e.$(".acf-button:last").trigger("click"),n=i(this,e)),n&&n.render(t)},selectAttachment:function(){var e=this.parent(),i=e&&"repeater"===e.get("type"),n=acf.newMediaPopup({mode:"select",type:"image",title:acf.__("Select Image"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(e)var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit Image"),button:acf.__("Update Image"),attachment:e,field:this.get("key"),select:t.proxy((function(t,e){this.render(t)}),this)})},removeAttachment:function(){this.render(!1)},onClickAdd:function(t,e){this.selectAttachment()},onClickEdit:function(t,e){this.editAttachment()},onClickRemove:function(t,e){this.removeAttachment()},onChange:function(e,i){var n=this.$input();acf.getFileInputData(i,(function(e){n.val(t.param(e))}))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.ImageField.extend({type:"file",$control:function(){return this.$(".acf-file-uploader")},$input:function(){return this.$('input[type="hidden"]')},validateAttachment:function(t){return void 0!==(t=t||{}).id&&(t=t.attributes),t=acf.parseArgs(t,{url:"",alt:"",title:"",filename:"",filesizeHumanReadable:"",icon:"/wp-includes/images/media/default.png"})},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.icon,alt:t.alt,title:t.title}),this.$('[data-name="title"]').text(t.title),this.$('[data-name="filename"]').text(t.filename).attr("href",t.url),this.$('[data-name="filesize"]').text(t.filesizeHumanReadable);var e=t.id||"";acf.val(this.$input(),e),e?this.$control().addClass("has-value"):this.$control().removeClass("has-value")},selectAttachment:function(){var e=this.parent(),i=e&&"repeater"===e.get("type"),n=acf.newMediaPopup({mode:"select",title:acf.__("Select File"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(!e)return!1;var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit File"),button:acf.__("Update File"),attachment:e,field:this.get("key"),select:t.proxy((function(t,e){this.render(t)}),this)})}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"link",events:{'click a[data-name="add"]':"onClickEdit",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove","change .link-node":"onChange"},$control:function(){return this.$(".acf-link")},$node:function(){return this.$(".link-node")},getValue:function(){var t=this.$node();return!!t.attr("href")&&{title:t.html(),url:t.attr("href"),target:t.attr("target")}},setValue:function(t){t=acf.parseArgs(t,{title:"",url:"",target:""});var e=this.$control(),i=this.$node();e.removeClass("-value -external"),t.url&&e.addClass("-value"),"_blank"===t.target&&e.addClass("-external"),this.$(".link-title").html(t.title),this.$(".link-url").attr("href",t.url).html(t.url),i.html(t.title),i.attr("href",t.url),i.attr("target",t.target),this.$(".input-title").val(t.title),this.$(".input-target").val(t.target),this.$(".input-url").val(t.url).trigger("change")},onClickEdit:function(t,e){acf.wpLink.open(this.$node())},onClickRemove:function(t,e){this.setValue(!1)},onChange:function(t,e){var i=this.getValue();this.setValue(i)}});acf.registerFieldType(i),acf.wpLink=new acf.Model({getNodeValue:function(){var t=this.get("node");return{title:acf.decode(t.html()),url:t.attr("href"),target:t.attr("target")}},setNodeValue:function(t){var e=this.get("node");e.text(t.title),e.attr("href",t.url),e.attr("target",t.target),e.trigger("change")},getInputValue:function(){return{title:t("#wp-link-text").val(),url:t("#wp-link-url").val(),target:t("#wp-link-target").prop("checked")?"_blank":""}},setInputValue:function(e){t("#wp-link-text").val(e.title),t("#wp-link-url").val(e.url),t("#wp-link-target").prop("checked","_blank"===e.target)},open:function(e){this.on("wplink-open","onOpen"),this.on("wplink-close","onClose"),this.set("node",e);var i=t('<textarea id="acf-link-textarea" style="display:none;"></textarea>');t("body").append(i);var n=this.getNodeValue();wpLink.open("acf-link-textarea",n.url,n.title,null)},onOpen:function(){t("#wp-link-wrap").addClass("has-text-field");var e=this.getNodeValue();this.setInputValue(e)},close:function(){wpLink.close()},onClose:function(){if(!this.has("node"))return!1;this.off("wplink-open"),this.off("wplink-close");var e=this.getInputValue();this.setNodeValue(e),t("#acf-link-textarea").remove(),this.set("node",null)}})}(jQuery),function(t,e){var i=acf.Field.extend({type:"oembed",events:{'click [data-name="clear-button"]':"onClickClear","keypress .input-search":"onKeypressSearch","keyup .input-search":"onKeyupSearch","change .input-search":"onChangeSearch"},$control:function(){return this.$(".acf-oembed")},$input:function(){return this.$(".input-value")},$search:function(){return this.$(".input-search")},getValue:function(){return this.$input().val()},getSearchVal:function(){return this.$search().val()},setValue:function(t){t?this.$control().addClass("has-value"):this.$control().removeClass("has-value"),acf.val(this.$input(),t)},showLoading:function(t){acf.showLoading(this.$(".canvas"))},hideLoading:function(){acf.hideLoading(this.$(".canvas"))},maybeSearch:function(){var e=this.val(),i=this.getSearchVal();if(!i)return this.clear();if("http"!=i.substr(0,4)&&(i="http://"+i),i!==e){var n=this.get("timeout");n&&clearTimeout(n);var a=t.proxy(this.search,this,i);this.set("timeout",setTimeout(a,300))}},search:function(e){var i={action:"acf/fields/oembed/search",s:e,field_key:this.get("key")},n;(n=this.get("xhr"))&&n.abort(),this.showLoading();var n=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(i),type:"post",dataType:"json",context:this,success:function(t){t&&t.html||(t={url:!1,html:""}),this.val(t.url),this.$(".canvas-media").html(t.html)},complete:function(){this.hideLoading()}});this.set("xhr",n)},clear:function(){this.val(""),this.$search().val(""),this.$(".canvas-media").html("")},onClickClear:function(t,e){this.clear()},onKeypressSearch:function(t,e){13==t.which&&(t.preventDefault(),this.maybeSearch())},onKeyupSearch:function(t,e){e.val()&&this.maybeSearch()},onChangeSearch:function(t,e){this.maybeSearch()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"radio",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-radio-list")},$input:function(){return this.$("input:checked")},$inputText:function(){return this.$('input[type="text"]')},getValue:function(){var t=this.$input().val();return"other"===t&&this.get("other_choice")&&(t=this.$inputText().val()),t},onClick:function(t,e){var i=e.parent("label"),n=i.hasClass("selected"),a=e.val();this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"),a=!1),this.get("other_choice")&&("other"===a?this.$inputText().prop("disabled",!1):this.$inputText().prop("disabled",!0))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"range",events:{'input input[type="range"]':"onChange","change input":"onChange"},$input:function(){return this.$('input[type="range"]')},$inputAlt:function(){return this.$('input[type="number"]')},setValue:function(t){this.busy=!0,acf.val(this.$input(),t),acf.val(this.$inputAlt(),this.$input().val(),!0),this.busy=!1},onChange:function(t,e){this.busy||this.setValue(e.val())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"relationship",events:{"keypress [data-filter]":"onKeypressFilter","change [data-filter]":"onChangeFilter","keyup [data-filter]":"onChangeFilter","click .choices-list .acf-rel-item":"onClickAdd",'click [data-name="remove_item"]':"onClickRemove"},$control:function(){return this.$(".acf-relationship")},$list:function(t){return this.$("."+t+"-list")},$listItems:function(t){return this.$list(t).find(".acf-rel-item")},$listItem:function(t,e){return this.$list(t).find('.acf-rel-item[data-id="'+e+'"]')},getValue:function(){var e=[];return this.$listItems("values").each((function(){e.push(t(this).data("id"))})),!!e.length&&e},newChoice:function(t){return["<li>",'<span data-id="'+t.id+'" class="acf-rel-item">'+t.text+"</span>","</li>"].join("")},newValue:function(t){return["<li>",'<input type="hidden" name="'+this.getInputName()+'[]" value="'+t.id+'" />','<span data-id="'+t.id+'" class="acf-rel-item">'+t.text,'<a href="#" class="acf-icon -minus small dark" data-name="remove_item"></a>',"</span>","</li>"].join("")},initialize:function(){var t=this.proxy(acf.once((function(){this.$list("values").sortable({items:"li",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,update:this.proxy((function(){this.$input().trigger("change")}))}),this.$list("choices").scrollTop(0).on("scroll",this.proxy(this.onScrollChoices)),this.fetch()})));this.$el.one("mouseover",t),this.$el.one("focus","input",t),acf.onceInView(this.$el,t)},onScrollChoices:function(t){if(!this.get("loading")&&this.get("more")){var e=this.$list("choices"),i=Math.ceil(e.scrollTop()),n=Math.ceil(e[0].scrollHeight),a=Math.ceil(e.innerHeight()),r=this.get("paged")||1;i+a>=n&&(this.set("paged",r+1),this.fetch())}},onKeypressFilter:function(t,e){13==t.which&&t.preventDefault()},onChangeFilter:function(t,e){var i=e.val(),n=e.data("filter");this.get(n)!==i&&(this.set(n,i),this.set("paged",1),e.is("select")?this.fetch():this.maybeFetch())},onClickAdd:function(t,e){var i=this.val(),n=parseInt(this.get("max"));if(e.hasClass("disabled"))return!1;if(n>0&&i&&i.length>=n)return this.showNotice({text:acf.__("Maximum values reached ( {max} values )").replace("{max}",n),type:"warning"}),!1;e.addClass("disabled");var a=this.newValue({id:e.data("id"),text:e.html()});this.$list("values").append(a),this.$input().trigger("change")},onClickRemove:function(t,e){t.preventDefault();var i=e.parent(),n=i.parent(),a=i.data("id");n.remove(),this.$listItem("choices",a).removeClass("disabled"),this.$input().trigger("change")},maybeFetch:function(){var t=this.get("timeout");t&&clearTimeout(t),t=this.setTimeout(this.fetch,300),this.set("timeout",t)},getAjaxData:function(){var t=this.$control().data();for(var e in t)t[e]=this.get(e);return t.action="acf/fields/relationship/query",t.field_key=this.get("key"),t=acf.applyFilters("relationship_ajax_data",t,this)},fetch:function(){var e;(e=this.get("xhr"))&&e.abort();var i=this.getAjaxData(),n=this.$list("choices");1==i.paged&&n.html("");var a=t('<li><i class="acf-loading"></i> '+acf.__("Loading")+"</li>");n.append(a),this.set("loading",!0);var r=function(){this.set("loading",!1),a.remove()},o=function(e){if(!e||!e.results||!e.results.length)return this.set("more",!1),void(1==this.get("paged")&&this.$list("choices").append("<li>"+acf.__("No matches found")+"</li>"));this.set("more",e.more);var i=this.walkChoices(e.results),a=t(i),r=this.val();r&&r.length&&r.map((function(t){a.find('.acf-rel-item[data-id="'+t+'"]').addClass("disabled")})),n.append(a);var o=!1,s=!1;n.find(".acf-rel-label").each((function(){var e=t(this),i=e.siblings("ul");if(o&&o.text()==e.text())return s.append(i.children()),void t(this).parent().remove();o=e,s=i}))},e=t.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",data:acf.prepareForAjax(i),context:this,success:o,complete:r});this.set("xhr",e)},walkChoices:function(e){var i=function(e){var n="";return t.isArray(e)?e.map((function(t){n+=i(t)})):t.isPlainObject(e)&&(void 0!==e.children?(n+='<li><span class="acf-rel-label">'+e.text+'</span><ul class="acf-bl">',n+=i(e.children),n+="</ul></li>"):n+='<li><span class="acf-rel-item" data-id="'+e.id+'">'+e.text+"</span></li>"),n};return i(e)}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"select",select2:!1,wait:"load",events:{removeField:"onRemove"},$input:function(){return this.$("select")},initialize:function(){var t=this.$input();if(this.inherit(t),this.get("ui")){var e=this.get("ajax_action");e||(e="acf/fields/"+this.get("type")+"/query"),this.select2=acf.newSelect2(t,{field:this,ajax:this.get("ajax"),multiple:this.get("multiple"),placeholder:this.get("placeholder"),allowNull:this.get("allow_null"),ajaxAction:e})}},onRemove:function(){this.select2&&this.select2.destroy()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i="tab",n=acf.Field.extend({type:"tab",wait:"",tabs:!1,tab:!1,findFields:function(){return this.$el.nextUntil(".acf-field-tab",".acf-field")},getFields:function(){return acf.getFields(this.findFields())},findTabs:function(){return this.$el.prevAll(".acf-tab-wrap:first")},findTab:function(){return this.$(".acf-tab-button")},initialize:function(){if(this.$el.is("td"))return this.events={},!1;var t=this.findTabs(),e=this.findTab(),i=acf.parseArgs(e.data(),{endpoint:!1,placement:"",before:this.$el});!t.length||i.endpoint?this.tabs=new r(i):this.tabs=t.data("acf"),this.tab=this.tabs.addTab(e,this)},isActive:function(){return this.tab.isActive()},showFields:function(){this.getFields().map((function(t){t.show(this.cid,"tab"),t.hiddenByTab=!1}),this)},hideFields:function(){this.getFields().map((function(t){t.hide(this.cid,"tab"),t.hiddenByTab=this.tab}),this)},show:function(t){var e=acf.Field.prototype.show.apply(this,arguments);return e&&(this.tab.show(),this.tabs.refresh()),e},hide:function(t){var e=acf.Field.prototype.hide.apply(this,arguments);return e&&(this.tab.hide(),this.isActive()&&this.tabs.reset()),e},enable:function(t){this.getFields().map((function(t){t.enable("tab")}))},disable:function(t){this.getFields().map((function(t){t.disable("tab")}))}});acf.registerFieldType(n);var a=0,r=acf.Model.extend({tabs:[],active:!1,actions:{refresh:"onRefresh"},data:{before:!1,placement:"top",index:0,initialized:!1},setup:function(e){t.extend(this.data,e),this.tabs=[],this.active=!1;var i=this.get("placement"),n=this.get("before"),r=n.parent();"left"==i&&r.hasClass("acf-fields")&&r.addClass("-sidebar"),n.is("tr")?this.$el=t('<tr class="acf-tab-wrap"><td colspan="2"><ul class="acf-hl acf-tab-group"></ul></td></tr>'):this.$el=t('<div class="acf-tab-wrap -'+i+'"><ul class="acf-hl acf-tab-group"></ul></div>'),n.before(this.$el),this.set("index",a,!0),a++},initializeTabs:function(){var t=this.getVisible().shift(),e,i,n=(acf.getPreference("this.tabs")||[])[this.get("index")];this.tabs[n]&&this.tabs[n].isVisible()&&(t=this.tabs[n]),t?this.selectTab(t):this.closeTabs(),this.set("initialized",!0)},getVisible:function(){return this.tabs.filter((function(t){return t.isVisible()}))},getActive:function(){return this.active},setActive:function(t){return this.active=t},hasActive:function(){return!1!==this.active},isActive:function(t){var e=this.getActive();return e&&e.cid===t.cid},closeActive:function(){this.hasActive()&&this.closeTab(this.getActive())},openTab:function(t){this.closeActive(),t.open(),this.setActive(t)},closeTab:function(t){t.close(),this.setActive(!1)},closeTabs:function(){this.tabs.map(this.closeTab,this)},selectTab:function(t){this.tabs.map((function(e){t.cid!==e.cid&&this.closeTab(e)}),this),this.openTab(t)},addTab:function(e,i){var n=t("<li></li>");n.append(e),this.$("ul").append(n);var a=new o({$el:n,field:i,group:this});return this.tabs.push(a),a},reset:function(){return this.closeActive(),this.refresh()},refresh:function(){if(this.hasActive())return!1;var t=this.getVisible().shift();return t&&this.openTab(t),t},onRefresh:function(){if("left"===this.get("placement")){var t=this.$el.parent(),e=this.$el.children("ul"),i=t.is("td")?"height":"min-height",n=e.position().top+e.outerHeight(!0)-1;t.css(i,n)}}}),o=acf.Model.extend({group:!1,field:!1,events:{"click a":"onClick"},index:function(){return this.$el.index()},isVisible:function(){return acf.isVisible(this.$el)},isActive:function(){return this.$el.hasClass("active")},open:function(){this.$el.addClass("active"),this.field.showFields()},close:function(){this.$el.removeClass("active"),this.field.hideFields()},onClick:function(t,e){t.preventDefault(),this.toggle()},toggle:function(){this.isActive()||this.group.openTab(this)}}),s=new acf.Model({priority:50,actions:{prepare:"render",append:"render",unload:"onUnload",invalid_field:"onInvalidField"},
|
3 |
-
findTabs:function(){return t(".acf-tab-wrap")},getTabs:function(){return acf.getInstances(this.findTabs())},render:function(t){this.getTabs().map((function(t){t.get("initialized")||t.initializeTabs()}))},onInvalidField:function(t){this.busy||t.hiddenByTab&&(t.hiddenByTab.toggle(),this.busy=!0,this.setTimeout((function(){this.busy=!1}),100))},onUnload:function(){var t=[];this.getTabs().map((function(e){var i=e.hasActive()?e.getActive().index():0;t.push(i)})),t.length&&acf.setPreference("this.tabs",t)}})}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"post_object"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"page_link"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"user"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"taxonomy",data:{ftype:"select"},select2:!1,wait:"load",events:{'click a[data-name="add"]':"onClickAdd",'click input[type="radio"]':"onClickRadio"},$control:function(){return this.$(".acf-taxonomy-field")},$input:function(){return this.getRelatedPrototype().$input.apply(this,arguments)},getRelatedType:function(){var t=this.get("ftype");return"multi_select"==t&&(t="select"),t},getRelatedPrototype:function(){return acf.getFieldType(this.getRelatedType()).prototype},getValue:function(){return this.getRelatedPrototype().getValue.apply(this,arguments)},setValue:function(){return this.getRelatedPrototype().setValue.apply(this,arguments)},initialize:function(){this.getRelatedPrototype().initialize.apply(this,arguments)},onRemove:function(){this.select2&&this.select2.destroy()},onClickAdd:function(e,i){var n=this,a=!1,r=!1,o=!1,s=!1,c=!1,l=!1,u=!1,d=function(){a=acf.newPopup({title:i.attr("title"),loading:!0,width:"300px"});var e={action:"acf/fields/taxonomy/add_term",field_key:n.get("key")};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"html",success:f})},f=function(t){a.loading(!1),a.content(t),r=a.$("form"),o=a.$('input[name="term_name"]'),s=a.$('select[name="term_parent"]'),c=a.$(".acf-submit-button"),o.focus(),a.on("submit","form",h)},h=function(e,i){if(e.preventDefault(),e.stopImmediatePropagation(),""===o.val())return o.focus(),!1;acf.startButtonLoading(c);var a={action:"acf/fields/taxonomy/add_term",field_key:n.get("key"),term_name:o.val(),term_parent:s.length?s.val():0};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:p})},p=function(t){acf.stopButtonLoading(c),u&&u.remove(),acf.isAjaxSuccess(t)?(o.val(""),g(t.data),u=acf.newNotice({type:"success",text:acf.getAjaxMessage(t),target:r,timeout:2e3,dismiss:!1})):u=acf.newNotice({type:"error",text:acf.getAjaxError(t),target:r,timeout:2e3,dismiss:!1}),o.focus()},g=function(e){var i=t('<option value="'+e.term_id+'">'+e.term_label+"</option>"),a;e.term_parent?s.children('option[value="'+e.term_parent+'"]').after(i):s.append(i),acf.getFields({type:"taxonomy"}).map((function(t){t.get("taxonomy")==n.get("taxonomy")&&t.appendTerm(e)})),n.selectTerm(e.term_id)};d()},appendTerm:function(t){"select"==this.getRelatedType()?this.appendTermSelect(t):this.appendTermCheckbox(t)},appendTermSelect:function(t){this.select2.addOption({id:t.term_id,text:t.term_label})},appendTermCheckbox:function(e){var i=this.$("[name]:first").attr("name"),n=this.$("ul:first");"checkbox"==this.getRelatedType()&&(i+="[]");var a=t(['<li data-id="'+e.term_id+'">',"<label>",'<input type="'+this.get("ftype")+'" value="'+e.term_id+'" name="'+i+'" /> ',"<span>"+e.term_name+"</span>","</label>","</li>"].join(""));if(e.term_parent){var r=n.find('li[data-id="'+e.term_parent+'"]');(n=r.children("ul")).exists()||(n=t('<ul class="children acf-bl"></ul>'),r.append(n))}n.append(a)},selectTerm:function(t){var e;"select"==this.getRelatedType()?this.select2.selectOption(t):this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClickRadio:function(t,e){var i=e.parent("label"),n=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.DatePickerField.extend({type:"time_picker",$control:function(){return this.$(".acf-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altTimeFormat:"HH:mm:ss",showButtonPanel:!0,controlType:"select",oneLine:!0,closeText:acf.get("dateTimePickerL10n").selectText,timeOnly:!0,onClose:function(t,e,i){var n=e.dpDiv.find(".ui-datepicker-close");!t&&n.is(":hover")&&i._updateDateTime()}};i=acf.applyFilters("time_picker_args",i,this),acf.newTimePicker(e,i),acf.doAction("time_picker_init",e,i,this)}});acf.registerFieldType(i),acf.newTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.timepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=acf.Field.extend({type:"true_false",events:{"change .acf-switch-input":"onChange","focus .acf-switch-input":"onFocus","blur .acf-switch-input":"onBlur","keypress .acf-switch-input":"onKeypress"},$input:function(){return this.$('input[type="checkbox"]')},$switch:function(){return this.$(".acf-switch")},getValue:function(){return this.$input().prop("checked")?1:0},initialize:function(){this.render()},render:function(){var t=this.$switch();if(t.length){var e=t.children(".acf-switch-on"),i=t.children(".acf-switch-off"),n=Math.max(e.width(),i.width());n&&(e.css("min-width",n),i.css("min-width",n))}},switchOn:function(){this.$input().prop("checked",!0),this.$switch().addClass("-on")},switchOff:function(){this.$input().prop("checked",!1),this.$switch().removeClass("-on")},onChange:function(t,e){e.prop("checked")?this.switchOn():this.switchOff()},onFocus:function(t,e){this.$switch().addClass("-focus")},onBlur:function(t,e){this.$switch().removeClass("-focus")},onKeypress:function(t,e){return 37===t.keyCode?this.switchOff():39===t.keyCode?this.switchOn():void 0}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"url",events:{'keyup input[type="url"]':"onkeyup"},$control:function(){return this.$(".acf-input-wrap")},$input:function(){return this.$('input[type="url"]')},initialize:function(){this.render()},isValid:function(){var t=this.val();return!!t&&(-1!==t.indexOf("://")||0===t.indexOf("//"))},render:function(){this.isValid()?this.$control().addClass("-valid"):this.$control().removeClass("-valid")},onkeyup:function(t,e){this.render()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"wysiwyg",wait:"load",events:{"mousedown .acf-editor-wrap.delay":"onMousedown",unmountField:"disableEditor",remountField:"enableEditor",removeField:"disableEditor"},$control:function(){return this.$(".acf-editor-wrap")},$input:function(){return this.$("textarea")},getMode:function(){return this.$control().hasClass("tmce-active")?"visual":"text"},initialize:function(){this.$control().hasClass("delay")||this.initializeEditor()},initializeEditor:function(){var t=this.$control(),e=this.$input(),i={tinymce:!0,quicktags:!0,toolbar:this.get("toolbar"),mode:this.getMode(),field:this},n=e.attr("id"),a=acf.uniqueId("acf-editor-"),r=e.data();acf.rename({target:t,search:n,replace:a,destructive:!0}),this.set("id",a,!0),acf.tinymce.initialize(a,i),this.$input().data(r)},onMousedown:function(t){t.preventDefault();var e=this.$control();e.removeClass("delay"),e.find(".acf-editor-toolbar").remove(),this.initializeEditor()},enableEditor:function(){"visual"==this.getMode()&&acf.tinymce.enable(this.get("id"))},disableEditor:function(){acf.tinymce.destroy(this.get("id"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=[];acf.Condition=acf.Model.extend({type:"",operator:"==",label:"",choiceType:"input",fieldTypes:[],data:{conditions:!1,field:!1,rule:{}},events:{change:"change",keyup:"change",enableField:"change",disableField:"change"},setup:function(e){t.extend(this.data,e)},getEventTarget:function(t,e){return t||this.get("field").$el},change:function(t,e){this.get("conditions").change(t)},match:function(t,e){return!1},calculate:function(){return this.match(this.get("rule"),this.get("field"))},choices:function(t){return'<input type="text" />'}}),acf.newCondition=function(t,e){var i=e.get("field"),n=i.getField(t.field);if(!i||!n)return!1;var a={rule:t,target:i,conditions:e,field:n},r=n.get("type"),o=t.operator,s,c,l;return new(acf.getConditionTypes({fieldType:r,operator:o})[0]||acf.Condition)(a)};var n=function(t){return acf.strPascalCase(t||"")+"Condition"};acf.registerConditionType=function(t){var e,a=t.prototype.type,r=n(a);acf.models[r]=t,i.push(a)},acf.getConditionType=function(t){var e=n(t);return acf.models[e]||!1},acf.registerConditionForFieldType=function(t,e){var i=acf.getConditionType(t);i&&i.prototype.fieldTypes.push(e)},acf.getConditionTypes=function(t){t=acf.parseArgs(t,{fieldType:"",operator:""});var e=[];return i.map((function(i){var n=acf.getConditionType(i),a=n.prototype.fieldTypes,r=n.prototype.operator;t.fieldType&&-1===a.indexOf(t.fieldType)||t.operator&&r!==t.operator||e.push(n)})),e}}(jQuery),function(t,e){var i="conditional_logic",n=new acf.Model({id:"conditionsManager",priority:20,actions:{new_field:"onNewField"},onNewField:function(t){t.has("conditions")&&t.getConditions().render()}}),a=function(t,e){var i=acf.getFields({key:e,sibling:t.$el,suppressFilters:!0});return i.length||(i=acf.getFields({key:e,parent:t.$el.parent(),suppressFilters:!0})),!!i.length&&i[0]};acf.Field.prototype.getField=function(t){var e=a(this,t);if(e)return e;for(var i=this.parents(),n=0;n<i.length;n++)if(e=a(i[n],t))return e;return!1},acf.Field.prototype.getConditions=function(){return this.conditions||(this.conditions=new o(this)),this.conditions};var r=!1,o=acf.Model.extend({id:"Conditions",data:{field:!1,timeStamp:!1,groups:[]},setup:function(t){this.data.field=t;var e=t.get("conditions");e instanceof Array?e[0]instanceof Array?e.map((function(t,e){this.addRules(t,e)}),this):this.addRules(e):this.addRule(e)},change:function(t){if(this.get("timeStamp")===t.timeStamp)return!1;this.set("timeStamp",t.timeStamp,!0);var e=this.render()},render:function(){return this.calculate()?this.show():this.hide()},show:function(){return this.get("field").showEnable(this.cid,i)},hide:function(){return this.get("field").hideDisable(this.cid,i)},calculate:function(){var t=!1;return this.getGroups().map((function(e){var i;t||e.filter((function(t){return t.calculate()})).length==e.length&&(t=!0)})),t},hasGroups:function(){return null!=this.data.groups},getGroups:function(){return this.data.groups},addGroup:function(){var t=[];return this.data.groups.push(t),t},hasGroup:function(t){return null!=this.data.groups[t]},getGroup:function(t){return this.data.groups[t]},removeGroup:function(t){return this.data.groups[t].delete,this},addRules:function(t,e){t.map((function(t){this.addRule(t,e)}),this)},addRule:function(t,e){var i;e=e||0,i=this.hasGroup(e)?this.getGroup(e):this.addGroup();var n=acf.newCondition(t,this);if(!n)return!1;i.push(n)},hasRule:function(){},getRule:function(t,e){return t=t||0,e=e||0,this.data.groups[e][t]},removeRule:function(){}})}(jQuery),function(t,e){var i=acf.__,n=function(t){return t?""+t:""},a=function(t,e){return n(t).toLowerCase()===n(e).toLowerCase()},r=function(t,e){return parseFloat(t)===parseFloat(e)},o=function(t,e){return parseFloat(t)>parseFloat(e)},s=function(t,e){return parseFloat(t)<parseFloat(e)},c=function(t,e){return(e=e.map((function(t){return n(t)}))).indexOf(t)>-1},l=function(t,e){return n(t).indexOf(n(e))>-1},u=function(t,e){var i=new RegExp(n(e),"gi");return n(t).match(i)},d=acf.Condition.extend({type:"hasValue",operator:"!=empty",label:i("Has any value"),fieldTypes:["text","textarea","number","range","email","url","password","image","file","wysiwyg","oembed","select","checkbox","radio","button_group","link","post_object","page_link","relationship","taxonomy","user","google_map","date_picker","date_time_picker","time_picker","color_picker"],match:function(t,e){return!!e.val()},choices:function(t){return'<input type="text" disabled="" />'}});acf.registerConditionType(d);var f=d.extend({type:"hasNoValue",operator:"==empty",label:i("Has no value"),match:function(t,e){return!d.prototype.match.apply(this,arguments)}});acf.registerConditionType(f);var h=acf.Condition.extend({type:"equalTo",operator:"==",label:i("Value is equal to"),fieldTypes:["text","textarea","number","range","email","url","password"],match:function(e,i){return t.isNumeric(e.value)?r(e.value,i.val()):a(e.value,i.val())},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(h);var p=h.extend({type:"notEqualTo",operator:"!=",label:i("Value is not equal to"),match:function(t,e){return!h.prototype.match.apply(this,arguments)}});acf.registerConditionType(p);var g=acf.Condition.extend({type:"patternMatch",operator:"==pattern",label:i("Value matches pattern"),fieldTypes:["text","textarea","email","url","password","wysiwyg"],match:function(t,e){return u(e.val(),t.value)},choices:function(t){return'<input type="text" placeholder="[a-z0-9]" />'}});acf.registerConditionType(g);var m=acf.Condition.extend({type:"contains",operator:"==contains",label:i("Value contains"),fieldTypes:["text","textarea","number","email","url","password","wysiwyg","oembed","select"],match:function(t,e){return l(e.val(),t.value)},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(m);var v=h.extend({type:"trueFalseEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:i("Checked")}]}});acf.registerConditionType(v);var y=p.extend({type:"trueFalseNotEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:i("Checked")}]}});acf.registerConditionType(y);var b=acf.Condition.extend({type:"selectEqualTo",operator:"==",label:i("Value is equal to"),fieldTypes:["select","checkbox","radio","button_group"],match:function(t,e){var i=e.val();return i instanceof Array?c(t.value,i):a(t.value,i)},choices:function(e){var n=[],a=e.$setting("choices textarea").val().split("\n");return e.$input("allow_null").prop("checked")&&n.push({id:"",text:i("Null")}),a.map((function(e){(e=e.split(":"))[1]=e[1]||e[0],n.push({id:t.trim(e[0]),text:t.trim(e[1])})})),n}});acf.registerConditionType(b);var w=b.extend({type:"selectNotEqualTo",operator:"!=",label:i("Value is not equal to"),match:function(t,e){return!b.prototype.match.apply(this,arguments)}});acf.registerConditionType(w);var _=acf.Condition.extend({type:"greaterThan",operator:">",label:i("Value is greater than"),fieldTypes:["number","range"],match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),o(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(_);var x=_.extend({type:"lessThan",operator:"<",label:i("Value is less than"),match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),s(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(x);var $=_.extend({type:"selectionGreaterThan",label:i("Selection is greater than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType($);var k=x.extend({type:"selectionLessThan",label:i("Selection is less than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType(k)}(jQuery),function(t,e){acf.newMediaPopup=function(t){var e=null,t=acf.parseArgs(t,{mode:"select",title:"",button:"",type:"",field:!1,allowedTypes:"",library:"all",multiple:!1,attachment:0,autoOpen:!0,open:function(){},select:function(){},close:function(){}});return e="edit"==t.mode?new acf.models.EditMediaPopup(t):new acf.models.SelectMediaPopup(t),t.autoOpen&&setTimeout((function(){e.open()}),1),acf.doAction("new_media_popup",e),e};var i=function(){var e=acf.get("post_id");return t.isNumeric(e)?e:0};acf.getMimeTypes=function(){return this.get("mimeTypes")},acf.getMimeType=function(t){var e=acf.getMimeTypes();if(void 0!==e[t])return e[t];for(var i in e)if(-1!==i.indexOf(t))return e[i];return!1};var n=acf.Model.extend({id:"MediaPopup",data:{},defaults:{},frame:!1,setup:function(e){t.extend(this.data,e)},initialize:function(){var t=this.getFrameOptions();this.addFrameStates(t);var e=wp.media(t);e.acf=this,this.addFrameEvents(e,t),this.frame=e},open:function(){this.frame.open()},close:function(){this.frame.close()},remove:function(){this.frame.detach(),this.frame.remove()},getFrameOptions:function(){var t={title:this.get("title"),multiple:this.get("multiple"),library:{},states:[]};return this.get("type")&&(t.library.type=this.get("type")),"uploadedTo"===this.get("library")&&(t.library.uploadedTo=i()),this.get("attachment")&&(t.library.post__in=[this.get("attachment")]),this.get("button")&&(t.button={text:this.get("button")}),t},addFrameStates:function(t){var e=wp.media.query(t.library);this.get("field")&&acf.isset(e,"mirroring","args")&&(e.mirroring.args._acfuploader=this.get("field")),t.states.push(new wp.media.controller.Library({library:e,multiple:this.get("multiple"),title:this.get("title"),priority:20,filterable:"all",editable:!0,allowLocalEdits:!0})),acf.isset(wp,"media","controller","EditImage")&&t.states.push(new wp.media.controller.EditImage)},addFrameEvents:function(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-media-modal -"+this.acf.get("mode"))}),t),t.on("content:render:edit-image",(function(){var t=this.state().get("image"),e=new wp.media.view.EditImage({model:t,controller:this}).render();this.content.set(e),e.loadEditor()}),t),t.on("select",(function(){var e=t.state().get("selection");e&&e.each((function(e,i){t.acf.get("select").apply(t.acf,[e,i])}))})),t.on("close",(function(){setTimeout((function(){t.acf.get("close").apply(t.acf),t.acf.remove()}),1)}))}});acf.models.SelectMediaPopup=n.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Select","verb")),n.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){acf.isset(_wpPluploadSettings,"defaults","multipart_params")&&(_wpPluploadSettings.defaults.multipart_params._acfuploader=this.get("field"),t.on("open",(function(){delete _wpPluploadSettings.defaults.multipart_params._acfuploader}))),t.on("content:activate:browse",(function(){var e=!1;try{e=t.content.get().toolbar}catch(t){return void console.log(t)}t.acf.customizeFilters.apply(t.acf,[e])})),n.prototype.addFrameEvents.apply(this,arguments)},customizeFilters:function(e){var i=e.get("filters"),n;("image"==this.get("type")&&(i.filters.all.text=acf.__("All images"),delete i.filters.audio,delete i.filters.video,delete i.filters.image,t.each(i.filters,(function(t,e){e.props.type=e.props.type||"image"}))),this.get("allowedTypes"))&&this.get("allowedTypes").split(" ").join("").split(".").join("").split(",").map((function(t){var e=acf.getMimeType(t);if(e){var n={text:e,props:{status:null,type:e,uploadedTo:null,orderby:"date",order:"DESC"},priority:20};i.filters[e]=n}}));if("uploadedTo"===this.get("library")){var a=this.frame.options.library.uploadedTo;delete i.filters.unattached,delete i.filters.uploaded,t.each(i.filters,(function(t,e){e.text+=" ("+acf.__("Uploaded to this post")+")",e.props.uploadedTo=a}))}var r=this.get("field"),o;t.each(i.filters,(function(t,e){e.props._acfuploader=r})),e.get("search").model.attributes._acfuploader=r,i.renderFilters&&i.renderFilters()}}),acf.models.EditMediaPopup=n.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Update","verb")),n.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-expanded"),"browse"!=this.content.mode()&&this.content.mode("browse");var e,i=this.state().get("selection"),n=wp.media.attachment(t.acf.get("attachment"));i.add(n)}),t),n.prototype.addFrameEvents.apply(this,arguments)}});var a=new acf.Model({id:"customizePrototypes",wait:"ready",initialize:function(){if(acf.isset(window,"wp","media","view")){var t=i();t&&acf.isset(wp,"media","view","settings","post")&&(wp.media.view.settings.post.id=t),this.customizeAttachmentsButton(),this.customizeAttachmentsRouter(),this.customizeAttachmentFilters(),this.customizeAttachmentCompat(),this.customizeAttachmentLibrary()}},customizeAttachmentsButton:function(){if(acf.isset(wp,"media","view","Button")){var t=wp.media.view.Button;wp.media.view.Button=t.extend({initialize:function(){var t=_.defaults(this.options,this.defaults);this.model=new Backbone.Model(t),this.listenTo(this.model,"change",this.render)}})}},customizeAttachmentsRouter:function(){if(acf.isset(wp,"media","view","Router")){var e=wp.media.view.Router;wp.media.view.Router=e.extend({addExpand:function(){var e=t(['<a href="#" class="acf-expand-details">','<span class="is-closed"><span class="acf-icon -left small grey"></span>'+acf.__("Expand Details")+"</span>",'<span class="is-open"><span class="acf-icon -right small grey"></span>'+acf.__("Collapse Details")+"</span>","</a>"].join(""));e.on("click",(function(e){e.preventDefault();var i=t(this).closest(".media-modal");i.hasClass("acf-expanded")?i.removeClass("acf-expanded"):i.addClass("acf-expanded")})),this.$el.append(e)},initialize:function(){return e.prototype.initialize.apply(this,arguments),this.addExpand(),this}})}},customizeAttachmentFilters:function(){var e;acf.isset(wp,"media","view","AttachmentFilters","All")&&(wp.media.view.AttachmentFilters.All.prototype.renderFilters=function(){this.$el.html(_.chain(this.filters).map((function(e,i){return{el:t("<option></option>").val(i).html(e.text)[0],priority:e.priority||50}}),this).sortBy("priority").pluck("el").value())})},customizeAttachmentCompat:function(){if(acf.isset(wp,"media","view","AttachmentCompat")){var e=wp.media.view.AttachmentCompat,i=!1;wp.media.view.AttachmentCompat=e.extend({render:function(){return this.rendered?this:(e.prototype.render.apply(this,arguments),this.$("#acf-form-data").length?(clearTimeout(i),i=setTimeout(t.proxy((function(){this.rendered=!0,acf.doAction("append",this.$el)}),this),50),this):this)},save:function(t){var e={};t&&t.preventDefault(),e=acf.serializeForAjax(this.$el),this.controller.trigger("attachment:compat:waiting",["waiting"]),this.model.saveCompat(e).always(_.bind(this.postSave,this))}})}},customizeAttachmentLibrary:function(){if(acf.isset(wp,"media","view","Attachment","Library")){var t=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=t.extend({render:function(){var e=acf.isget(this,"controller","acf"),i=acf.isget(this,"model","attributes");if(e&&i){i.acf_errors&&this.$el.addClass("acf-disabled");var n=e.get("selected");n&&n.indexOf(i.id)>-1&&this.$el.addClass("acf-selected")}return t.prototype.render.apply(this,arguments)},toggleSelection:function(e){var i=this.collection,n=this.options.selection,a=this.model,r=n.single(),o=this.controller,s=acf.isget(this,"model","attributes","acf_errors"),c=o.$el.find(".media-frame-content .media-sidebar");if(c.children(".acf-selection-error").remove(),c.children().removeClass("acf-hidden"),o&&s){var l=acf.isget(this,"model","attributes","filename");return c.children().addClass("acf-hidden"),c.prepend(['<div class="acf-selection-error">','<span class="selection-error-label">'+acf.__("Restricted")+"</span>",'<span class="selection-error-filename">'+l+"</span>",'<span class="selection-error-message">'+s+"</span>","</div>"].join("")),n.reset(),void n.single(a)}return t.prototype.toggleSelection.apply(this,arguments)}})}}})}(jQuery),function(t,e){acf.screen=new acf.Model({active:!0,xhr:!1,timeout:!1,wait:"load",events:{"change #page_template":"onChange","change #parent_id":"onChange","change #post-formats-select":"onChange","change .categorychecklist":"onChange","change .tagsdiv":"onChange",'change .acf-taxonomy-field[data-save="1"]':"onChange","change #product-type":"onChange"},isPost:function(){return"post"===acf.get("screen")},isUser:function(){return"user"===acf.get("screen")},isTaxonomy:function(){return"taxonomy"===acf.get("screen")},isAttachment:function(){return"attachment"===acf.get("screen")},isNavMenu:function(){return"nav_menu"===acf.get("screen")},isWidget:function(){return"widget"===acf.get("screen")},isComment:function(){return"comment"===acf.get("screen")},getPageTemplate:function(){var e=t("#page_template");return e.length?e.val():null},getPageParent:function(e,i){var i;return(i=t("#parent_id")).length?i.val():null},getPageType:function(t,e){return this.getPageParent()?"child":"parent"},getPostType:function(){return t("#post_type").val()},getPostFormat:function(e,i){var i;if((i=t("#post-formats-select input:checked")).length){var n=i.val();return"0"==n?"standard":n}return null},getPostCoreTerms:function(){var e={},i=acf.serialize(t(".categorydiv, .tagsdiv"));for(var n in i.tax_input&&(e=i.tax_input),i.post_category&&(e.category=i.post_category),e)acf.isArray(e[n])||(e[n]=e[n].split(/,[\s]?/));return e},getPostTerms:function(){var t=this.getPostCoreTerms();for(var e in acf.getFields({type:"taxonomy"}).map((function(e){if(e.get("save")){var i=e.val(),n=e.get("taxonomy");i&&(t[n]=t[n]||[],i=acf.isArray(i)?i:[i],t[n]=t[n].concat(i))}})),null!==(productType=this.getProductType())&&(t.product_type=[productType]),t)t[e]=acf.uniqueArray(t[e]);return t},getProductType:function(){var e=t("#product-type");return e.length?e.val():null},check:function(){if("post"===acf.get("screen")){this.xhr&&this.xhr.abort();var e=acf.parseArgs(this.data,{action:"acf/ajax/check_screen",screen:acf.get("screen"),exists:[]});this.isPost()&&(e.post_id=acf.get("post_id")),null!==(postType=this.getPostType())&&(e.post_type=postType),null!==(pageTemplate=this.getPageTemplate())&&(e.page_template=pageTemplate),null!==(pageParent=this.getPageParent())&&(e.page_parent=pageParent),null!==(pageType=this.getPageType())&&(e.page_type=pageType),null!==(postFormat=this.getPostFormat())&&(e.post_format=postFormat),null!==(postTerms=this.getPostTerms())&&(e.post_terms=postTerms),acf.getPostboxes().map((function(t){e.exists.push(t.get("key"))})),e=acf.applyFilters("check_screen_args",e);var i=function(t){"post"==acf.get("screen")?this.renderPostScreen(t):"user"==acf.get("screen")&&this.renderUserScreen(t),acf.doAction("check_screen_complete",t,e)};this.xhr=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"json",context:this,success:i})}},onChange:function(t,e){this.setTimeout(this.check,1)},renderPostScreen:function(e){var i=function(e,i){var n=t._data(e[0]).events;for(var a in n)for(var r=0;r<n[a].length;r++)i.on(a,n[a][r].handler)},n=function(e,i){var n=i.indexOf(e);if(-1==n)return!1;for(var a=n-1;a>=0;a--)if(t("#"+i[a]).length)return t("#"+i[a]).after(t("#"+e));for(var a=n+1;a<i.length;a++)if(t("#"+i[a]).length)return t("#"+i[a]).before(t("#"+e));return!1};e.visible=[],e.hidden=[],e.results=e.results.map((function(a,r){var o=acf.getPostbox(a.id);if(acf.isGutenberg()&&"acf_after_title"==a.position&&(a.position="normal"),!o){var s=t(['<div id="'+a.id+'" class="postbox">','<button type="button" class="handlediv" aria-expanded="false">','<span class="screen-reader-text">Toggle panel: '+a.title+"</span>",'<span class="toggle-indicator" aria-hidden="true"></span>',"</button>",'<h2 class="hndle ui-sortable-handle">',"<span>"+a.title+"</span>","</h2>",'<div class="inside">',a.html,"</div>","</div>"].join(""));if(t("#adv-settings").length){var c=t("#adv-settings .metabox-prefs"),l=t(['<label for="'+a.id+'-hide">','<input class="hide-postbox-tog" name="'+a.id+'-hide" type="checkbox" id="'+a.id+'-hide" value="'+a.id+'" checked="checked">'," "+a.title,"</label>"].join(""));i(c.find("input").first(),l.find("input")),c.append(l)}t(".postbox").length&&(i(t(".postbox .handlediv").first(),s.children(".handlediv")),i(t(".postbox .hndle").first(),s.children(".hndle"))),"side"===a.position?t("#"+a.position+"-sortables").append(s):t("#"+a.position+"-sortables").prepend(s);var u=[];if(e.results.map((function(e){a.position===e.position&&t("#"+a.position+"-sortables #"+e.id).length&&u.push(e.id)})),n(a.id,u),e.sorted)for(var d in e.sorted){var u=e.sorted[d].split(",");if(n(a.id,u))break}o=acf.newPostbox(a),acf.doAction("append",s),acf.doAction("append_postbox",o)}return o.showEnable(),e.visible.push(a.id),a})),acf.getPostboxes().map((function(t){-1===e.visible.indexOf(t.get("id"))&&(t.hideDisable(),e.hidden.push(t.get("id")))})),t("#acf-style").html(e.style),acf.doAction("refresh_post_screen",e)},renderUserScreen:function(t){}});var i=new acf.Model({postEdits:{},wait:"load",initialize:function(){var t;acf.isGutenberg()&&(wp.data.subscribe(acf.debounce(this.onChange).bind(this)),acf.screen.getPageTemplate=this.getPageTemplate,acf.screen.getPageParent=this.getPageParent,acf.screen.getPostType=this.getPostType,acf.screen.getPostFormat=this.getPostFormat,acf.screen.getPostCoreTerms=this.getPostCoreTerms,acf.unload.disable(),parseFloat(acf.get("wp_version"))>=5.3&&this.addAction("refresh_post_screen",this.onRefreshPostScreen))},onChange:function(){var t=["template","parent","format"];(wp.data.select("core").getTaxonomies()||[]).map((function(e){t.push(e.rest_base)}));var e=wp.data.select("core/editor").getPostEdits(),i={};t.map((function(t){void 0!==e[t]&&(i[t]=e[t])})),JSON.stringify(i)!==JSON.stringify(this.postEdits)&&(this.postEdits=i,acf.screen.check())},getPageTemplate:function(){return wp.data.select("core/editor").getEditedPostAttribute("template")},getPageParent:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("parent")},getPostType:function(){return wp.data.select("core/editor").getEditedPostAttribute("type")},getPostFormat:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("format")},getPostCoreTerms:function(){var t={},e;return(wp.data.select("core").getTaxonomies()||[]).map((function(e){var i=wp.data.select("core/editor").getEditedPostAttribute(e.rest_base);i&&(t[e.slug]=i)})),t},onRefreshPostScreen:function(t){var e=wp.data.select("core/edit-post"),i=wp.data.dispatch("core/edit-post"),n={};e.getActiveMetaBoxLocations().map((function(t){n[t]=e.getMetaBoxesPerLocation(t)}));var a=[];for(var r in n)n[r].map((function(t){a.push(t.id)}));for(var r in t.results.filter((function(t){return-1===a.indexOf(t.id)})).map((function(t,e){var i=t.position;n[i]=n[i]||[],n[i].push({id:t.id,title:t.title})})),n)n[r]=n[r].filter((function(e){return-1===t.hidden.indexOf(e.id)}));i.setAvailableMetaBoxesPerLocation(n)}})}(jQuery),function(t,e){function i(){return acf.isset(window,"jQuery","fn","select2","amd")?4:!!acf.isset(window,"Select2")&&3}acf.newSelect2=function(t,e){if(e=acf.parseArgs(e,{allowNull:!1,placeholder:"",multiple:!1,field:!1,ajax:!1,ajaxAction:"",ajaxData:function(t){return t},ajaxResults:function(t){return t}}),4==i())var n=new a(t,e);else var n=new r(t,e);return acf.doAction("new_select2",n),n};var n=acf.Model.extend({setup:function(e,i){t.extend(this.data,i),this.$el=e},initialize:function(){},selectOption:function(t){var e=this.getOption(t);e.prop("selected")||e.prop("selected",!0).trigger("change")},unselectOption:function(t){var e=this.getOption(t);e.prop("selected")&&e.prop("selected",!1).trigger("change")},getOption:function(t){return this.$('option[value="'+t+'"]')},addOption:function(e){e=acf.parseArgs(e,{id:"",text:"",selected:!1});var i=this.getOption(e.id);return i.length||((i=t("<option></option>")).html(e.text),i.attr("value",e.id),i.prop("selected",e.selected),this.$el.append(i)),i},getValue:function(){var e=[],i=this.$el.find("option:selected");return i.exists()?((i=i.sort((function(t,e){return+t.getAttribute("data-i")-+e.getAttribute("data-i")}))).each((function(){var i=t(this);e.push({$el:i,id:i.attr("value"),text:i.text()})})),e):e},
|
4 |
-
mergeOptions:function(){},getChoices:function(){var e=function(i){var n=[];return i.children().each((function(){var i=t(this);i.is("optgroup")?n.push({text:i.attr("label"),children:e(i)}):n.push({id:i.attr("value"),text:i.text()})})),n};return e(this.$el)},decodeChoices:function(t){var e=function(t){return t.map((function(t){return t.text=acf.decode(t.text),t.children&&(t.children=e(t.children)),t})),t};return e(t)},getAjaxData:function(t){var e={action:this.get("ajaxAction"),s:t.term||"",paged:t.page||1},i=this.get("field");i&&(e.field_key=i.get("key"));var n=this.get("ajaxData");return n&&(e=n.apply(this,[e,t])),e=acf.applyFilters("select2_ajax_data",e,this.data,this.$el,i||!1,this),acf.prepareForAjax(e)},getAjaxResults:function(t,e){(t=acf.parseArgs(t,{results:!1,more:!1})).results&&(t.results=this.decodeChoices(t.results));var i=this.get("ajaxResults");return i&&(t=i.apply(this,[t,e])),t=acf.applyFilters("select2_ajax_results",t,e,this)},processAjaxResults:function(e,i){var e;return(e=this.getAjaxResults(e,i)).more&&(e.pagination={more:!0}),setTimeout(t.proxy(this.mergeOptions,this),1),e},destroy:function(){this.$el.data("select2")&&this.$el.select2("destroy"),this.$el.siblings(".select2-container").remove()}}),a=n.extend({initialize:function(){var e=this.$el,i={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),multiple:this.get("multiple"),data:[],escapeMarkup:function(t){return t}};i.multiple&&this.getValue().map((function(t){t.$el.detach().appendTo(e)})),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(i.ajax={url:acf.get("ajaxurl"),delay:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),processResults:t.proxy(this.processAjaxResults,this)});var n=this.get("field");i=acf.applyFilters("select2_args",i,e,this.data,n||!1,this),e.select2(i);var a=e.next(".select2-container");if(i.multiple){var r=a.find("ul");r.sortable({stop:function(i){r.find(".select2-selection__choice").each((function(){var i;t(t(this).data("data").element).detach().appendTo(e)})),e.trigger("change")}}),e.on("select2:select",this.proxy((function(t){this.getOption(t.params.data.id).detach().appendTo(this.$el)})))}a.addClass("-acf"),acf.doAction("select2_init",e,i,this.data,n||!1,this)},mergeOptions:function(){var e=!1,i=!1;t('.select2-results__option[role="group"]').each((function(){var n=t(this).children("ul"),a=t(this).children("strong");if(i&&i.text()===a.text())return e.append(n.children()),void t(this).remove();e=n,i=a}))}}),r=n.extend({initialize:function(){var e=this.$el,i=this.getValue(),n=this.get("multiple"),a={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),separator:"||",multiple:this.get("multiple"),data:this.getChoices(),escapeMarkup:function(t){return t},dropdownCss:{"z-index":"999999999"},initSelection:function(t,e){e(n?i:i.shift())}},r=e.siblings("input");r.length||(r=t('<input type="hidden" />'),e.before(r)),inputValue=i.map((function(t){return t.id})).join("||"),r.val(inputValue),a.multiple&&i.map((function(t){t.$el.detach().appendTo(e)})),a.allowClear&&(a.data=a.data.filter((function(t){return""!==t.id}))),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(a.ajax={url:acf.get("ajaxurl"),quietMillis:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),results:t.proxy(this.processAjaxResults,this)});var o=this.get("field");a=acf.applyFilters("select2_args",a,e,this.data,o||!1,this),r.select2(a);var s=r.select2("container"),c=t.proxy(this.getOption,this);if(a.multiple){var l=s.find("ul");l.sortable({stop:function(){l.find(".select2-search-choice").each((function(){var i=t(this).data("select2Data"),n;c(i.id).detach().appendTo(e)})),e.trigger("change")}})}r.on("select2-selecting",(function(i){var n=i.choice,a=c(n.id);a.length||(a=t('<option value="'+n.id+'">'+n.text+"</option>")),a.detach().appendTo(e)})),s.addClass("-acf"),acf.doAction("select2_init",e,a,this.data,o||!1,this),r.on("change",(function(){var t=r.val();t.indexOf("||")&&(t=t.split("||")),e.val(t).trigger("change")})),e.hide()},mergeOptions:function(){var e=!1,i=!1;t("#select2-drop .select2-result-with-children").each((function(){var n=t(this).children("ul"),a=t(this).children(".select2-result-label");if(i&&i.text()===a.text())return i.append(n.children()),void t(this).remove();e=n,i=a}))},getAjaxData:function(t,e){var i={term:t,page:e};return n.prototype.getAjaxData.apply(this,[i])}}),o=new acf.Model({priority:5,wait:"prepare",actions:{duplicate:"onDuplicate"},initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),n=acf.get("select2L10n"),a=i();return!!n&&(0!==t.indexOf("en")&&void(4==a?this.addTranslations4():3==a&&this.addTranslations3()))},addTranslations4:function(){var t=acf.get("select2L10n"),e=acf.get("locale");e=e.replace("_","-");var i={errorLoading:function(){return t.load_fail},inputTooLong:function(e){var i=e.input.length-e.maximum;return i>1?t.input_too_long_n.replace("%d",i):t.input_too_long_1},inputTooShort:function(e){var i=e.minimum-e.input.length;return i>1?t.input_too_short_n.replace("%d",i):t.input_too_short_1},loadingMore:function(){return t.load_more},maximumSelected:function(e){var i=e.maximum;return i>1?t.selection_too_long_n.replace("%d",i):t.selection_too_long_1},noResults:function(){return t.matches_0},searching:function(){return t.searching}};jQuery.fn.select2.amd.define("select2/i18n/"+e,[],(function(){return i}))},addTranslations3:function(){var e=acf.get("select2L10n"),i=acf.get("locale");i=i.replace("_","-");var n={formatMatches:function(t){return t>1?e.matches_n.replace("%d",t):e.matches_1},formatNoMatches:function(){return e.matches_0},formatAjaxError:function(){return e.load_fail},formatInputTooShort:function(t,i){var n=i-t.length;return n>1?e.input_too_short_n.replace("%d",n):e.input_too_short_1},formatInputTooLong:function(t,i){var n=t.length-i;return n>1?e.input_too_long_n.replace("%d",n):e.input_too_long_1},formatSelectionTooBig:function(t){return t>1?e.selection_too_long_n.replace("%d",t):e.selection_too_long_1},formatLoadMore:function(){return e.load_more},formatSearching:function(){return e.searching}};t.fn.select2.locales=t.fn.select2.locales||{},t.fn.select2.locales[i]=n,t.extend(t.fn.select2.defaults,n)},onDuplicate:function(t,e){e.find(".select2-container").remove()}})}(jQuery),function(t,e){acf.tinymce={defaults:function(){return"undefined"!=typeof tinyMCEPreInit&&{tinymce:tinyMCEPreInit.mceInit.acf_content,quicktags:tinyMCEPreInit.qtInit.acf_content};var t},initialize:function(t,e){(e=acf.parseArgs(e,{tinymce:!0,quicktags:!0,toolbar:"full",mode:"visual",field:!1})).tinymce&&this.initializeTinymce(t,e),e.quicktags&&this.initializeQuicktags(t,e)},initializeTinymce:function(e,i){var n=t("#"+e),a=this.defaults(),r=acf.get("toolbars"),o=i.field||!1,s=o.$el||!1;if("undefined"==typeof tinymce)return!1;if(!a)return!1;if(tinymce.get(e))return this.enable(e);var c=t.extend({},a.tinymce,i.tinymce);c.id=e,c.selector="#"+e;var l=i.toolbar;if(l&&r&&r[l])for(var u=1;u<=4;u++)c["toolbar"+u]=r[l][u]||"";if(c.setup=function(t){t.on("change",(function(e){t.save(),n.trigger("change")})),t.on("mouseup",(function(t){var e=new MouseEvent("mouseup");window.dispatchEvent(e)}))},c.wp_autoresize_on=!1,c.tadv_noautop||(c.wpautop=!0),c=acf.applyFilters("wysiwyg_tinymce_settings",c,e,o),tinyMCEPreInit.mceInit[e]=c,"visual"==i.mode){var d=tinymce.init(c),f=tinymce.get(e);if(!f)return!1;f.acf=i.field,acf.doAction("wysiwyg_tinymce_init",f,f.id,c,o)}},initializeQuicktags:function(e,i){var n=this.defaults();if("undefined"==typeof quicktags)return!1;if(!n)return!1;var a=t.extend({},n.quicktags,i.quicktags);a.id=e;var r=i.field||!1,o=r.$el||!1;a=acf.applyFilters("wysiwyg_quicktags_settings",a,a.id,r),tinyMCEPreInit.qtInit[e]=a;var s=quicktags(a);if(!s)return!1;this.buildQuicktags(s),acf.doAction("wysiwyg_quicktags_init",s,s.id,a,r)},buildQuicktags:function(t){var e,i,n,a,r,t,o,s,c,l,u=",strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,";for(s in e=t.canvas,i=t.name,n=t.settings,r="",a={},c="",l=t.id,n.buttons&&(c=","+n.buttons+","),edButtons)edButtons[s]&&(o=edButtons[s].id,c&&-1!==u.indexOf(","+o+",")&&-1===c.indexOf(","+o+",")||edButtons[s].instance&&edButtons[s].instance!==l||(a[o]=edButtons[s],edButtons[s].html&&(r+=edButtons[s].html(i+"_"))));c&&-1!==c.indexOf(",dfw,")&&(a.dfw=new QTags.DFWButton,r+=a.dfw.html(i+"_")),"rtl"===document.getElementsByTagName("html")[0].dir&&(a.textdirection=new QTags.TextDirectionButton,r+=a.textdirection.html(i+"_")),t.toolbar.innerHTML=r,t.theButtons=a,"undefined"!=typeof jQuery&&jQuery(document).triggerHandler("quicktags-init",[t])},disable:function(t){this.destroyTinymce(t)},remove:function(t){this.destroyTinymce(t)},destroy:function(t){this.destroyTinymce(t)},destroyTinymce:function(t){if("undefined"==typeof tinymce)return!1;var e=tinymce.get(t);return!!e&&(e.save(),e.destroy(),!0)},enable:function(t){this.enableTinymce(t)},enableTinymce:function(t){return"undefined"!=typeof switchEditors&&(void 0!==tinyMCEPreInit.mceInit[t]&&(switchEditors.go(t,"tmce"),!0))}};var i=new acf.Model({priority:5,actions:{prepare:"onPrepare",ready:"onReady"},onPrepare:function(){var e=t("#acf-hidden-wp-editor");e.exists()&&e.appendTo("body")},onReady:function(){acf.isset(window,"wp","oldEditor")&&(wp.editor.autop=wp.oldEditor.autop,wp.editor.removep=wp.oldEditor.removep),acf.isset(window,"tinymce","on")&&tinymce.on("AddEditor",(function(t){var e=t.editor;"acf"===e.id.substr(0,3)&&(e=tinymce.editors.content||e,tinymce.activeEditor=e,wpActiveEditor=e.id)}))}})}(jQuery),function(t,e){var i=acf.Model.extend({id:"Validator",data:{errors:[],notice:null,status:""},events:{"changed:status":"onChangeStatus"},addErrors:function(t){t.map(this.addError,this)},addError:function(t){this.data.errors.push(t)},hasErrors:function(){return this.data.errors.length},clearErrors:function(){return this.data.errors=[]},getErrors:function(){return this.data.errors},getFieldErrors:function(){var t=[],e=[];return this.getErrors().map((function(i){if(i.input){var n=e.indexOf(i.input);n>-1?t[n]=i:(t.push(i),e.push(i.input))}})),t},getGlobalErrors:function(){return this.getErrors().filter((function(t){return!t.input}))},showErrors:function(){if(this.hasErrors()){var e=this.getFieldErrors(),i=this.getGlobalErrors(),n=0,a=!1;e.map((function(t){var e=this.$('[name="'+t.input+'"]').first();if(e.length||(e=this.$('[name^="'+t.input+'"]').first()),e.length){n++;var i=acf.getClosestField(e);i.showError(t.message),a||(a=i.$el)}}),this);var r=acf.__("Validation failed");if(i.map((function(t){r+=". "+t.message})),1==n?r+=". "+acf.__("1 field requires attention"):n>1&&(r+=". "+acf.__("%d fields require attention").replace("%d",n)),this.has("notice"))this.get("notice").update({type:"error",text:r});else{var o=acf.newNotice({type:"error",text:r,target:this.$el});this.set("notice",o)}a||(a=this.get("notice").$el),setTimeout((function(){t("html, body").animate({scrollTop:a.offset().top-t(window).height()/2},500)}),10)}},onChangeStatus:function(t,e,i,n){this.$el.removeClass("is-"+n).addClass("is-"+i)},validate:function(e){if(e=acf.parseArgs(e,{event:!1,reset:!1,loading:function(){},complete:function(){},failure:function(){},success:function(t){t.submit()}}),"valid"==this.get("status"))return!0;if("validating"==this.get("status"))return!1;if(!this.$(".acf-field").length)return!0;if(e.event){var i=t.Event(null,e.event);e.success=function(){acf.enableSubmit(t(i.target)).trigger(i)}}acf.doAction("validation_begin",this.$el),acf.lockForm(this.$el),e.loading(this.$el,this),this.set("status","validating");var n=function(t){if(acf.isAjaxSuccess(t)){var e=acf.applyFilters("validation_complete",t.data,this.$el,this);e.valid||this.addErrors(e.errors)}},a=function(){acf.unlockForm(this.$el),this.hasErrors()?(this.set("status","invalid"),acf.doAction("validation_failure",this.$el,this),this.showErrors(),e.failure(this.$el,this)):(this.set("status","valid"),this.has("notice")&&this.get("notice").update({type:"success",text:acf.__("Validation successful"),timeout:1e3}),acf.doAction("validation_success",this.$el,this),acf.doAction("submit",this.$el),e.success(this.$el,this),acf.lockForm(this.$el),e.reset&&this.reset()),e.complete(this.$el,this),this.clearErrors()},r=acf.serialize(this.$el);return r.action="acf/validate_save_post",t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(r),type:"post",dataType:"json",context:this,success:n,complete:a}),!1},setup:function(t){this.$el=t},reset:function(){this.set("errors",[]),this.set("notice",null),this.set("status",""),acf.unlockForm(this.$el)}}),n=function(t){var e=t.data("acf");return e||(e=new i(t)),e};acf.validateForm=function(t){return n(t.form).validate(t)},acf.enableSubmit=function(t){return t.removeClass("disabled")},acf.disableSubmit=function(t){return t.addClass("disabled")},acf.showSpinner=function(t){return t.addClass("is-active"),t.css("display","inline-block"),t},acf.hideSpinner=function(t){return t.removeClass("is-active"),t.css("display","none"),t},acf.lockForm=function(t){var e=a(t),i=e.find('.button, [type="submit"]'),n=e.find(".spinner, .acf-spinner");return acf.hideSpinner(n),acf.disableSubmit(i),acf.showSpinner(n.last()),t},acf.unlockForm=function(t){var e=a(t),i=e.find('.button, [type="submit"]'),n=e.find(".spinner, .acf-spinner");return acf.enableSubmit(i),acf.hideSpinner(n),t};var a=function(t){var e,e,e,e;return(e=t.find("#submitdiv")).length?e:(e=t.find("#submitpost")).length?e:(e=t.find("p.submit").last()).length?e:(e=t.find(".acf-form-submit")).length?e:t};acf.validation=new acf.Model({id:"validation",active:!0,wait:"prepare",actions:{ready:"addInputEvents",append:"addInputEvents"},events:{'click input[type="submit"]':"onClickSubmit",'click button[type="submit"]':"onClickSubmit","click #save-post":"onClickSave","submit form#post":"onSubmitPost","submit form":"onSubmit"},initialize:function(){acf.get("validation")||(this.active=!1,this.actions={},this.events={})},enable:function(){this.active=!0},disable:function(){this.active=!1},reset:function(t){n(t).reset()},addInputEvents:function(e){if("safari"!==acf.get("browser")){var i=t(".acf-field [name]",e);i.length&&this.on(i,"invalid","onInvalid")}},onInvalid:function(t,e){t.preventDefault();var i=e.closest("form");i.length&&(n(i).addError({input:e.attr("name"),message:acf.strEscape(t.target.validationMessage)}),i.submit())},onClickSubmit:function(t,e){this.set("originalEvent",t)},onClickSave:function(t,e){this.set("ignore",!0)},onClickSubmitGutenberg:function(e,i){var n;acf.validateForm({form:t("#editor"),event:e,reset:!0,failure:function(t,e){var i=e.get("notice").$el;i.appendTo(".components-notice-list"),i.find(".acf-notice-dismiss").removeClass("small")}})||(e.preventDefault(),e.stopImmediatePropagation())},onSubmitPost:function(e,i){"dopreview"===t("input#wp-preview").val()&&(this.set("ignore",!0),acf.unlockForm(i))},onSubmit:function(t,e){if(!this.active||this.get("ignore")||t.isDefaultPrevented())return this.allowSubmit();var i;acf.validateForm({form:e,event:this.get("originalEvent")})||t.preventDefault()},allowSubmit:function(){return this.set("ignore",!1),this.set("originalEvent",!1),!0}})}(jQuery),function(t,e){var i=new acf.Model({priority:90,initialize:function(){this.refresh=acf.debounce(this.refresh,0)},actions:{new_field:"refresh",show_field:"refresh",hide_field:"refresh",remove_field:"refresh",unmount_field:"refresh",remount_field:"refresh"},refresh:function(){acf.doAction("refresh"),t(window).trigger("acfrefresh")}}),n=new acf.Model({priority:1,actions:{sortstart:"onSortstart",sortstop:"onSortstop"},onSortstart:function(t){acf.doAction("unmount",t)},onSortstop:function(t){acf.doAction("remount",t)}}),a=new acf.Model({actions:{sortstart:"onSortstart"},onSortstart:function(e,i){e.is("tr")&&(i.html('<td style="padding:0;" colspan="'+i.children().length+'"></td>'),e.addClass("acf-sortable-tr-helper"),e.children().each((function(){t(this).width(t(this).width())})),i.height(e.height()+"px"),e.removeClass("acf-sortable-tr-helper"))}}),r=new acf.Model({actions:{after_duplicate:"onAfterDuplicate"},onAfterDuplicate:function(e,i){var n=[];e.find("select").each((function(e){n.push(t(this).val())})),i.find("select").each((function(e){t(this).val(n[e])}))}}),o=new acf.Model({id:"tableHelper",priority:20,actions:{refresh:"renderTables"},renderTables:function(e){var i=this;t(".acf-table:visible").each((function(){i.renderTable(t(this))}))},renderTable:function(e){var i=e.find("> thead > tr:visible > th[data-key]"),n=e.find("> tbody > tr:visible > td[data-key]");if(!i.length||!n.length)return!1;i.each((function(e){var i=t(this),a=i.data("key"),r=n.filter('[data-key="'+a+'"]'),o=r.filter(".acf-hidden");r.removeClass("acf-empty"),r.length===o.length?acf.hide(i):(acf.show(i),o.addClass("acf-empty"))})),i.css("width","auto"),i=i.not(".acf-hidden");var a=100,r=i.length,o;i.filter("[data-width]").each((function(){var e=t(this).data("width");t(this).css("width",e+"%"),a-=e}));var s=i.not("[data-width]");if(s.length){var c=a/s.length;s.css("width",c+"%"),a=0}a>0&&i.last().css("width","auto"),n.filter(".-collapsed-target").each((function(){var e=t(this);e.parent().hasClass("-collapsed")?e.attr("colspan",i.length):e.removeAttr("colspan")}))}}),s=new acf.Model({id:"fieldsHelper",priority:30,actions:{refresh:"renderGroups"},renderGroups:function(){var e=this;t(".acf-fields:visible").each((function(){e.renderGroup(t(this))}))},renderGroup:function(e){var i=0,n=0,a=t(),r=e.children(".acf-field[data-width]:visible");return!!r.length&&(e.hasClass("-left")?(r.removeAttr("data-width"),r.css("width","auto"),!1):(r.removeClass("-r0 -c0").css({"min-height":0}),r.each((function(e){var r=t(this),o=r.position(),s=Math.ceil(o.top),c=Math.ceil(o.left);a.length&&s>i&&(a.css({"min-height":n+"px"}),o=r.position(),s=Math.ceil(o.top),c=Math.ceil(o.left),i=0,n=0,a=t()),acf.get("rtl")&&(c=Math.ceil(r.parent().width()-(o.left+r.outerWidth()))),0==s?r.addClass("-r0"):0==c&&r.addClass("-c0");var l=Math.ceil(r.outerHeight())+1;n=Math.max(n,l),i=Math.max(i,s),a=a.add(r)})),void(a.length&&a.css({"min-height":n+"px"}))))}})}(jQuery),function(t,e){acf.newCompatibility=function(t,e){return(e=e||{}).__proto__=t.__proto__,t.__proto__=e,t.compatibility=e,e},acf.getCompatibility=function(t){return t.compatibility||null};var i=acf.newCompatibility(acf,{l10n:{},o:{},fields:{},update:acf.set,add_action:acf.addAction,remove_action:acf.removeAction,do_action:acf.doAction,add_filter:acf.addFilter,remove_filter:acf.removeFilter,apply_filters:acf.applyFilters,parse_args:acf.parseArgs,disable_el:acf.disable,disable_form:acf.disable,enable_el:acf.enable,enable_form:acf.enable,update_user_setting:acf.updateUserSetting,prepare_for_ajax:acf.prepareForAjax,is_ajax_success:acf.isAjaxSuccess,remove_el:acf.remove,remove_tr:acf.remove,str_replace:acf.strReplace,render_select:acf.renderSelect,get_uniqid:acf.uniqid,serialize_form:acf.serialize,esc_html:acf.strEscape,str_sanitize:acf.strSanitize});i._e=function(t,e){t=t||"";var i=(e=e||"")?t+"."+e:t,n={"image.select":"Select Image","image.edit":"Edit Image","image.update":"Update Image"};if(n[i])return acf.__(n[i]);var a=this.l10n[t]||"";return e&&(a=a[e]||""),a},i.get_selector=function(e){var i=".acf-field";if(!e)return i;if(t.isPlainObject(e)){if(t.isEmptyObject(e))return i;for(var n in e){e=e[n];break}}return i+="-"+e,i=acf.strReplace("_","-",i),i=acf.strReplace("field-field-","field-",i)},i.get_fields=function(t,e,i){var n={is:t||"",parent:e||!1,suppressFilters:i||!1};return n.is&&(n.is=this.get_selector(n.is)),acf.findFields(n)},i.get_field=function(t,e){var i=this.get_fields.apply(this,arguments);return!!i.length&&i.first()},i.get_closest_field=function(t,e){return t.closest(this.get_selector(e))},i.get_field_wrap=function(t){return t.closest(this.get_selector())},i.get_field_key=function(t){return t.data("key")},i.get_field_type=function(t){return t.data("type")},i.get_data=function(t,e){return acf.parseArgs(t.data(),e)},i.maybe_get=function(t,e,i){void 0===i&&(i=null),keys=String(e).split(".");for(var n=0;n<keys.length;n++){if(!t.hasOwnProperty(keys[n]))return i;t=t[keys[n]]}return t};var n=function(t){return t instanceof acf.Field?t.$el:t},a=function(t){return acf.arrayArgs(t).map(n)},r=function(e){return function(){if(arguments.length)var i=a(arguments);else var i=[t(document)];return e.apply(this,i)}};i.add_action=function(t,e,n,a){var o=t.split(" "),s=o.length;if(s>1){for(var c=0;c<s;c++)t=o[c],i.add_action.apply(this,arguments);return this}var e=r(e);return acf.addAction.apply(this,arguments)},i.add_filter=function(t,e,i,n){var e=r(e);return acf.addFilter.apply(this,arguments)},i.model={actions:{},filters:{},events:{},extend:function(e){var i=t.extend({},this,e);return t.each(i.actions,(function(t,e){i._add_action(t,e)})),t.each(i.filters,(function(t,e){i._add_filter(t,e)})),t.each(i.events,(function(t,e){i._add_event(t,e)})),i},_add_action:function(t,e){var i=this,n=t.split(" "),t=n[0]||"",a=n[1]||10;acf.add_action(t,this[e],a,this)},_add_filter:function(t,e){var i=this,n=t.split(" "),t=n[0]||"",a=n[1]||10;acf.add_filter(t,this[e],a,this)},_add_event:function(e,i){var n=this,a=e.indexOf(" "),r=a>0?e.substr(0,a):e,o=a>0?e.substr(a+1):"",s=function(e){e.$el=t(this),acf.field_group&&(e.$field=e.$el.closest(".acf-field-object")),"function"==typeof n.event&&(e=n.event(e)),n[i].apply(n,arguments)};o?t(document).on(r,o,s):t(document).on(r,s)},get:function(t,e){return e=e||null,void 0!==this[t]&&(e=this[t]),e},set:function(t,e){return this[t]=e,"function"==typeof this["_set_"+t]&&this["_set_"+t].apply(this),this}},i.field=acf.model.extend({type:"",o:{},$field:null,_add_action:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_action(t,(function(t){i.set("$field",t),i[e].apply(i,arguments)}))},_add_filter:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_filter(t,(function(t){i.set("$field",t),i[e].apply(i,arguments)}))},_add_event:function(e,i){var n=this,a=e.substr(0,e.indexOf(" ")),r=e.substr(e.indexOf(" ")+1),o=acf.get_selector(n.type);t(document).on(a,o+" "+r,(function(e){var a=t(this),r=acf.get_closest_field(a,n.type);r.length&&(r.is(n.$field)||n.set("$field",r),e.$el=a,e.$field=r,n[i].apply(n,[e]))}))},_set_$field:function(){"function"==typeof this.focus&&this.focus()},doFocus:function(t){return this.set("$field",t)}});var o=acf.newCompatibility(acf.validation,{remove_error:function(t){acf.getField(t).removeError()},add_warning:function(t,e){acf.getField(t).showNotice({text:e,type:"warning",timeout:1e3})},fetch:acf.validateForm,enableSubmit:acf.enableSubmit,disableSubmit:acf.disableSubmit,showSpinner:acf.showSpinner,hideSpinner:acf.hideSpinner,unlockForm:acf.unlockForm,lockForm:acf.lockForm});i.tooltip={tooltip:function(t,e){var i;return acf.newTooltip({text:t,target:e}).$el},temp:function(t,e){var i=acf.newTooltip({text:t,target:e,timeout:250})},confirm:function(t,e,i,n,a){var r=acf.newTooltip({confirm:!0,text:i,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})},confirm_remove:function(t,e){var i=acf.newTooltip({confirmRemove:!0,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})}},i.media=new acf.Model({activeFrame:!1,actions:{new_media_popup:"onNewMediaPopup"},frame:function(){return this.activeFrame},onNewMediaPopup:function(t){this.activeFrame=t.frame},popup:function(t){var e;return(t.mime_types&&(t.allowedTypes=t.mime_types),t.id&&(t.attachment=t.id),acf.newMediaPopup(t).frame)}}),i.select2={init:function(t,e,i){return e.allow_null&&(e.allowNull=e.allow_null),e.ajax_action&&(e.ajaxAction=e.ajax_action),i&&(e.field=acf.getField(i)),acf.newSelect2(t,e)},destroy:function(t){return acf.getInstance(t).destroy()}},i.postbox={render:function(t){return t.edit_url&&(t.editLink=t.edit_url),t.edit_title&&(t.editTitle=t.edit_title),acf.newPostbox(t)}},acf.newCompatibility(acf.screen,{update:function(){return this.set.apply(this,arguments)},fetch:acf.screen.check}),i.ajax=acf.screen}(jQuery);
|
1 |
+
!function(t,e){var i={};window.acf=i,i.data={},i.get=function(t){return this.data[t]||null},i.has=function(t){return null!==this.get(t)},i.set=function(t,e){return this.data[t]=e,this};var n=0;i.uniqueId=function(t){var e=++n+"";return t?t+e:e},i.uniqueArray=function(t){function e(t,e,i){return i.indexOf(t)===e}return t.filter(e)};var a="";i.uniqid=function(t,e){var i;void 0===t&&(t="");var n=function(t,e){return e<(t=parseInt(t,10).toString(16)).length?t.slice(t.length-e):e>t.length?Array(e-t.length+1).join("0")+t:t};return a||(a=Math.floor(123456789*Math.random())),a++,i=t,i+=n(parseInt((new Date).getTime()/1e3,10),8),i+=n(a,5),e&&(i+=(10*Math.random()).toFixed(8).toString()),i},i.strReplace=function(t,e,i){return i.split(t).join(e)},i.strCamelCase=function(t){return t=(t=t.replace(/[_-]/g," ")).replace(/(?:^\w|\b\w|\s+)/g,(function(t,e){return 0==+t?"":0==e?t.toLowerCase():t.toUpperCase()}))},i.strPascalCase=function(t){var e=i.strCamelCase(t);return e.charAt(0).toUpperCase()+e.slice(1)},i.strSlugify=function(t){return i.strReplace("_","-",t.toLowerCase())},i.strSanitize=function(t){var e={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","ß":"s","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Ĉ":"C","ĉ":"c","Ċ":"C","ċ":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"D","đ":"d","Ē":"E","ē":"e","Ĕ":"E","ĕ":"e","Ė":"E","ė":"e","Ę":"E","ę":"e","Ě":"E","ě":"e","Ĝ":"G","ĝ":"g","Ğ":"G","ğ":"g","Ġ":"G","ġ":"g","Ģ":"G","ģ":"g","Ĥ":"H","ĥ":"h","Ħ":"H","ħ":"h","Ĩ":"I","ĩ":"i","Ī":"I","ī":"i","Ĭ":"I","ĭ":"i","Į":"I","į":"i","İ":"I","ı":"i","IJ":"IJ","ij":"ij","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","Ĺ":"L","ĺ":"l","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ŀ":"L","ŀ":"l","Ł":"l","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","ʼn":"n","Ō":"O","ō":"o","Ŏ":"O","ŏ":"o","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ŗ":"R","ŗ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ŝ":"S","ŝ":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ŧ":"T","ŧ":"t","Ũ":"U","ũ":"u","Ū":"U","ū":"u","Ŭ":"U","ŭ":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ſ":"s","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Ǎ":"A","ǎ":"a","Ǐ":"I","ǐ":"i","Ǒ":"O","ǒ":"o","Ǔ":"U","ǔ":"u","Ǖ":"U","ǖ":"u","Ǘ":"U","ǘ":"u","Ǚ":"U","ǚ":"u","Ǜ":"U","ǜ":"u","Ǻ":"A","ǻ":"a","Ǽ":"AE","ǽ":"ae","Ǿ":"O","ǿ":"o"," ":"_","'":"","?":"","/":"","\\":"",".":"",",":"","`":"",">":"","<":"",'"':"","[":"","]":"","|":"","{":"","}":"","(":"",")":""},i=/\W/g,n=function(t){return void 0!==e[t]?e[t]:t};return t=(t=t.replace(i,n)).toLowerCase()},i.strMatch=function(t,e){for(var i=0,n=Math.min(t.length,e.length),a=0;a<n&&t[a]===e[a];a++)i++;return i},i.decode=function(e){return t("<textarea/>").html(e).text()},i.strEscape=function(e){return t("<div>").text(e).html()},i.parseArgs=function(e,i){return"object"!=typeof e&&(e={}),"object"!=typeof i&&(i={}),t.extend({},i,e)},null==window.acfL10n&&(acfL10n={}),i.__=function(t){return acfL10n[t]||t},i._x=function(t,e){return acfL10n[t+"."+e]||acfL10n[t]||t},i._n=function(t,e,n){return 1==n?i.__(t):i.__(e)},i.isArray=function(t){return Array.isArray(t)},i.isObject=function(t){return"object"==typeof t};var r=function(t,e,n){var a=(e=e.replace("[]","[%%index%%]")).match(/([^\[\]])+/g);if(a)for(var r=a.length,o=t,s=0;s<r;s++){var c=String(a[s]);s==r-1?"%%index%%"===c?o.push(n):o[c]=n:("%%index%%"===a[s+1]?i.isArray(o[c])||(o[c]=[]):i.isObject(o[c])||(o[c]={}),o=o[c])}};i.serialize=function(t,e){var n={},a=i.serializeArray(t);void 0!==e&&(a=a.filter((function(t){return 0===t.name.indexOf(e)})).map((function(t){return t.name=t.name.slice(e.length),t})));for(var o=0;o<a.length;o++)r(n,a[o].name,a[o].value);return n},i.serializeArray=function(t){return t.find("select, textarea, input").serializeArray()},i.serializeForAjax=function(t){var e={},n;return i.serializeArray(t).map((function(t){"[]"===t.name.slice(-2)?(e[t.name]=e[t.name]||[],e[t.name].push(t.value)):e[t.name]=t.value})),e},i.addAction=function(t,e,n,a){return i.hooks.addAction.apply(this,arguments),this},i.removeAction=function(t,e){return i.hooks.removeAction.apply(this,arguments),this};var o={};i.doAction=function(t){return o[t]=1,i.hooks.doAction.apply(this,arguments),o[t]=0,this},i.doingAction=function(t){return 1===o[t]},i.didAction=function(t){return void 0!==o[t]},i.currentAction=function(){for(var t in o)if(o[t])return t;return!1},i.addFilter=function(t){return i.hooks.addFilter.apply(this,arguments),this},i.removeFilter=function(t){return i.hooks.removeFilter.apply(this,arguments),this},i.applyFilters=function(t){return i.hooks.applyFilters.apply(this,arguments)},i.arrayArgs=function(t){return Array.prototype.slice.call(t)};try{var s=JSON.parse(localStorage.getItem("acf"))||{}}catch(t){var s={}}var c=function(t){return"this."===t.substr(0,5)&&(t=t.substr(5)+"-"+i.get("post_id")),t};i.getPreference=function(t){return t=c(t),s[t]||null},i.setPreference=function(t,e){t=c(t),null===e?delete s[t]:s[t]=e,localStorage.setItem("acf",JSON.stringify(s))},i.removePreference=function(t){i.setPreference(t,null)},i.remove=function(t){t instanceof jQuery&&(t={target:t}),t=i.parseArgs(t,{target:!1,endHeight:0,complete:function(){}}),i.doAction("remove",t.target),t.target.is("tr")?u(t):l(t)};var l=function(t){var e=t.target,i=e.height(),n=e.width(),a=e.css("margin"),r=e.outerHeight(!0),o=e.attr("style")+"";e.wrap('<div class="acf-temp-remove" style="height:'+r+'px"></div>');var s=e.parent();e.css({height:i,width:n,margin:a,position:"absolute"}),setTimeout((function(){s.css({opacity:0,height:t.endHeight})}),50),setTimeout((function(){e.attr("style",o),s.remove(),t.complete()}),301)},u=function(e){var i=e.target,n=i.height(),a=i.children().length,r=t('<td class="acf-temp-remove" style="padding:0; height:'+n+'px" colspan="'+a+'"></td>');i.addClass("acf-remove-element"),setTimeout((function(){i.html(r)}),251),setTimeout((function(){i.removeClass("acf-remove-element"),r.css({height:e.endHeight})}),300),setTimeout((function(){i.remove(),e.complete()}),451)};i.duplicate=function(t){t instanceof jQuery&&(t={target:t});var e=0;(t=i.parseArgs(t,{target:!1,search:"",replace:"",before:function(t){},after:function(t,e){},append:function(t,i){t.after(i),e=1}})).target=t.target||t.$el;var n=t.target;t.search=t.search||n.attr("data-id"),t.replace=t.replace||i.uniqid(),t.before(n),i.doAction("before_duplicate",n);var a=n.clone();return i.rename({target:a,search:t.search,replace:t.replace}),a.removeClass("acf-clone"),a.find(".ui-sortable").removeClass("ui-sortable"),t.after(n,a),i.doAction("after_duplicate",n,a),t.append(n,a),i.doAction("duplicate",n,a),i.doAction("append",a),a},i.rename=function(t){t instanceof jQuery&&(t={target:t});var e=(t=i.parseArgs(t,{target:!1,destructive:!1,search:"",replace:""})).target,n=t.search||e.attr("data-id"),a=t.replace||i.uniqid("acf"),r=function(t,e){return e.replace(n,a)};if(t.destructive){var o=e.outerHTML();o=i.strReplace(n,a,o),e.replaceWith(o)}else e.attr("data-id",a),e.find('[id*="'+n+'"]').attr("id",r),e.find('[for*="'+n+'"]').attr("for",r),e.find('[name*="'+n+'"]').attr("name",r);return e},i.prepareForAjax=function(t){return t.nonce=i.get("nonce"),t.post_id=i.get("post_id"),i.has("language")&&(t.lang=i.get("language")),t=i.applyFilters("prepare_for_ajax",t)},i.startButtonLoading=function(t){t.prop("disabled",!0),t.after(' <i class="acf-loading"></i>')},i.stopButtonLoading=function(t){t.prop("disabled",!1),t.next(".acf-loading").remove()},i.showLoading=function(t){t.append('<div class="acf-loading-overlay"><i class="acf-loading"></i></div>')},i.hideLoading=function(t){t.children(".acf-loading-overlay").remove()},i.updateUserSetting=function(e,n){var a={action:"acf/ajax/user_setting",name:e,value:n};t.ajax({url:i.get("ajaxurl"),data:i.prepareForAjax(a),type:"post",dataType:"html"})},i.val=function(t,e,i){var n=t.val();return e!==n&&(t.val(e),t.is("select")&&null===t.val()?(t.val(n),!1):(!0!==i&&t.trigger("change"),!0))},i.show=function(t,e){return e&&i.unlock(t,"hidden",e),!i.isLocked(t,"hidden")&&(!!t.hasClass("acf-hidden")&&(t.removeClass("acf-hidden"),!0))},i.hide=function(t,e){return e&&i.lock(t,"hidden",e),!t.hasClass("acf-hidden")&&(t.addClass("acf-hidden"),!0)},i.isHidden=function(t){return t.hasClass("acf-hidden")},i.isVisible=function(t){return!i.isHidden(t)};var d=function(t,e){return!t.hasClass("acf-disabled")&&(e&&i.unlock(t,"disabled",e),!i.isLocked(t,"disabled")&&(!!t.prop("disabled")&&(t.prop("disabled",!1),!0)))};i.enable=function(e,i){if(e.attr("name"))return d(e,i);var n=!1;return e.find("[name]").each((function(){var e;d(t(this),i)&&(n=!0)})),n};var f=function(t,e){return e&&i.lock(t,"disabled",e),!t.prop("disabled")&&(t.prop("disabled",!0),!0)};i.disable=function(e,i){if(e.attr("name"))return f(e,i);var n=!1;return e.find("[name]").each((function(){var e;f(t(this),i)&&(n=!0)})),n},i.isset=function(t){for(var e=1;e<arguments.length;e++){if(!t||!t.hasOwnProperty(arguments[e]))return!1;t=t[arguments[e]]}return!0},i.isget=function(t){for(var e=1;e<arguments.length;e++){if(!t||!t.hasOwnProperty(arguments[e]))return null;t=t[arguments[e]]}return t},i.getFileInputData=function(t,e){var n=t.val();if(!n)return!1;var a={url:n},r=i.isget(t[0],"files",0);if(r)if(a.size=r.size,a.type=r.type,r.type.indexOf("image")>-1){var o=window.URL||window.webkitURL,s=new Image;s.onload=function(){a.width=this.width,a.height=this.height,e(a)},s.src=o.createObjectURL(r)}else e(a);else e(a)},i.isAjaxSuccess=function(t){return t&&t.success},i.getAjaxMessage=function(t){return i.isget(t,"data","message")},i.getAjaxError=function(t){return i.isget(t,"data","error")},i.getXhrError=function(t){return t.responseJSON&&t.responseJSON.message?t.responseJSON.message:t.statusText?t.statusText:""},i.renderSelect=function(t,e){var n=t.val(),a=[],r=function(t){var e="";return t.map((function(t){var n=t.text||t.label||"",o=t.id||t.value||"";a.push(o),t.children?e+='<optgroup label="'+i.strEscape(n)+'">'+r(t.children)+"</optgroup>":e+='<option value="'+o+'"'+(t.disabled?' disabled="disabled"':"")+">"+i.strEscape(n)+"</option>"})),e};return t.html(r(e)),a.indexOf(n)>-1&&t.val(n),t.val()};var h=function(t,e){return t.data("acf-lock-"+e)||[]},p=function(t,e,i){t.data("acf-lock-"+e,i)},g,m,v,y,b,w;i.lock=function(t,e,i){var n=h(t,e),a;n.indexOf(i)<0&&(n.push(i),p(t,e,n))},i.unlock=function(t,e,i){var n=h(t,e),a=n.indexOf(i);return a>-1&&(n.splice(a,1),p(t,e,n)),0===n.length},i.isLocked=function(t,e){return h(t,e).length>0},i.isGutenberg=function(){return window.wp&&wp.data&&wp.data.select&&wp.data.select("core/editor")},i.objectToArray=function(t){return Object.keys(t).map((function(e){return t[e]}))},i.debounce=function(t,e){var i;return function(){var n=this,a=arguments,r=function(){t.apply(n,a)};clearTimeout(i),i=setTimeout(r,e)}},i.throttle=function(t,e){var i=!1;return function(){i||(i=!0,setTimeout((function(){i=!1}),e),t.apply(this,arguments))}},i.isInView=function(t){var e=t.getBoundingClientRect();return e.top!==e.bottom&&e.top>=0&&e.left>=0&&e.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&e.right<=(window.innerWidth||document.documentElement.clientWidth)},i.onceInView=(g=[],m=0,v=function(){g.forEach((function(t){i.isInView(t.el)&&(t.callback.apply(this),w(t.id))}))},y=i.debounce(v,300),b=function(e,i){g.length||t(window).on("scroll resize",y).on("acfrefresh orientationchange",v),g.push({id:m++,el:e,callback:i})},w=function(e){(g=g.filter((function(t){return t.id!==e}))).length||t(window).off("scroll resize",y).off("acfrefresh orientationchange",v)},function(t,e){t instanceof jQuery&&(t=t[0]),i.isInView(t)?e.apply(this):b(t,e)}),i.once=function(t){var e=0;return function(){return e++>0?t=void 0:t.apply(this,arguments)}},t.fn.exists=function(){return t(this).length>0},t.fn.outerHTML=function(){return t(this).get(0).outerHTML},Array.prototype.indexOf||(Array.prototype.indexOf=function(e){return t.inArray(e,this)}),t(document).ready((function(){i.doAction("ready")})),t(window).on("load",(function(){i.doAction("load")})),t(window).on("beforeunload",(function(){i.doAction("unload")})),t(window).on("resize",(function(){i.doAction("resize")})),t(document).on("sortstart",(function(t,e){i.doAction("sortstart",e.item,e.placeholder)})),t(document).on("sortstop",(function(t,e){i.doAction("sortstop",e.item,e.placeholder)}))}(jQuery),function(t,e){"use strict";var i=function(){function t(){return f}function e(t,e,i,n){return"string"==typeof t&&"function"==typeof e&&c("actions",t,e,i=parseInt(i||10,10),n),d}function i(){var t=Array.prototype.slice.call(arguments),e=t.shift();return"string"==typeof e&&u("actions",e,t),d}function n(t,e){return"string"==typeof t&&s("actions",t,e),d}function a(t,e,i,n){return"string"==typeof t&&"function"==typeof e&&c("filters",t,e,i=parseInt(i||10,10),n),d}function r(){var t=Array.prototype.slice.call(arguments),e=t.shift();return"string"==typeof e?u("filters",e,t):d}function o(t,e){return"string"==typeof t&&s("filters",t,e),d}function s(t,e,i,n){if(f[t][e])if(i){var a=f[t][e],r;if(n)for(r=a.length;r--;){var o=a[r];o.callback===i&&o.context===n&&a.splice(r,1)}else for(r=a.length;r--;)a[r].callback===i&&a.splice(r,1)}else f[t][e]=[]}function c(t,e,i,n,a){var r={callback:i,priority:n,context:a},o=f[t][e];o?(o.push(r),o=l(o)):o=[r],f[t][e]=o}function l(t){for(var e,i,n,a=1,r=t.length;a<r;a++){for(e=t[a],i=a;(n=t[i-1])&&n.priority>e.priority;)t[i]=t[i-1],--i;t[i]=e}return t}function u(t,e,i){var n=f[t][e];if(!n)return"filters"===t&&i[0];var a=0,r=n.length;if("filters"===t)for(;a<r;a++)i[0]=n[a].callback.apply(n[a].context,i);else for(;a<r;a++)n[a].callback.apply(n[a].context,i);return"filters"!==t||i[0]}var d={removeFilter:o,applyFilters:r,addFilter:a,removeAction:n,doAction:i,addAction:e,storage:t},f={actions:{},filters:{}};return d};acf.hooks=new i}(window),function(t,e){var i=/^(\S+)\s*(.*)$/,n=function(e){var i=this,n;return n=e&&e.hasOwnProperty("constructor")?e.constructor:function(){return i.apply(this,arguments)},t.extend(n,i),n.prototype=Object.create(i.prototype),t.extend(n.prototype,e),n.prototype.constructor=n,n},a=acf.Model=function(){this.cid=acf.uniqueId("acf"),this.data=t.extend(!0,{},this.data),this.setup.apply(this,arguments),this.$el&&!this.$el.data("acf")&&this.$el.data("acf",this);var e=function(){this.initialize(),this.addEvents(),this.addActions(),this.addFilters()};this.wait&&!acf.didAction(this.wait)?this.addAction(this.wait,e):e.apply(this)};t.extend(a.prototype,{id:"",cid:"",$el:null,data:{},busy:!1,changed:!1,events:{},actions:{},filters:{},eventScope:"",wait:!1,priority:10,get:function(t){return this.data[t]},has:function(t){return null!=this.get(t)},set:function(t,e,i){var n=this.get(t);return n==e||(this.data[t]=e,i||(this.changed=!0,this.trigger("changed:"+t,[e,n]),this.trigger("changed",[t,e,n]))),this},inherit:function(e){return e instanceof jQuery&&(e=e.data()),t.extend(this.data,e),this},prop:function(){return this.$el.prop.apply(this.$el,arguments)},setup:function(e){t.extend(this,e)},initialize:function(){},addElements:function(t){if(!(t=t||this.elements||null)||!Object.keys(t).length)return!1;for(var e in t)this.addElement(e,t[e])},addElement:function(t,e){this["$"+t]=this.$(e)},addEvents:function(t){if(!(t=t||this.events||null))return!1;for(var e in t){var n=e.match(i);this.on(n[1],n[2],t[e])}},removeEvents:function(t){if(!(t=t||this.events||null))return!1;for(var e in t){var n=e.match(i);this.off(n[1],n[2],t[e])}},getEventTarget:function(e,i){return e||this.$el||t(document)},validateEvent:function(e){return!this.eventScope||t(e.target).closest(this.eventScope).is(this.$el)},proxyEvent:function(e){return this.proxy((function(i){if(this.validateEvent(i)){var n=acf.arrayArgs(arguments),a=n.slice(1),r=[i,t(i.currentTarget)].concat(a);e.apply(this,r)}}))},on:function(t,e,i,n){var a,r,o,s,c;t instanceof jQuery?n?(a=t,r=e,o=i,s=n):(a=t,r=e,s=i):i?(r=t,o=e,s=i):(r=t,s=e),a=this.getEventTarget(a),"string"==typeof s&&(s=this.proxyEvent(this[s])),r=r+"."+this.cid,c=o?[r,o,s]:[r,s],a.on.apply(a,c)},off:function(t,e,i){var n,a,r,o;t instanceof jQuery?i?(n=t,a=e,r=i):(n=t,a=e):e?(a=t,r=e):a=t,n=this.getEventTarget(n),a=a+"."+this.cid,o=r?[a,r]:[a],n.off.apply(n,o)},trigger:function(t,e,i){var n=this.getEventTarget();return i?n.trigger.apply(n,arguments):n.triggerHandler.apply(n,arguments),this},addActions:function(t){if(!(t=t||this.actions||null))return!1;for(var e in t)this.addAction(e,t[e])},removeActions:function(t){if(!(t=t||this.actions||null))return!1;for(var e in t)this.removeAction(e,t[e])},addAction:function(t,e,i){i=i||this.priority,"string"==typeof e&&(e=this[e]),acf.addAction(t,e,i,this)},removeAction:function(t,e){acf.removeAction(t,this[e])},addFilters:function(t){if(!(t=t||this.filters||null))return!1;for(var e in t)this.addFilter(e,t[e])},addFilter:function(t,e,i){i=i||this.priority,"string"==typeof e&&(e=this[e]),acf.addFilter(t,e,i,this)},removeFilters:function(t){if(!(t=t||this.filters||null))return!1;for(var e in t)this.removeFilter(e,t[e])},removeFilter:function(t,e){acf.removeFilter(t,this[e])},$:function(t){return this.$el.find(t)},remove:function(){this.removeEvents(),this.removeActions(),this.removeFilters(),this.$el.remove()},setTimeout:function(t,e){return setTimeout(this.proxy(t),e)},time:function(){console.time(this.id||this.cid)},timeEnd:function(){console.timeEnd(this.id||this.cid)},show:function(){acf.show(this.$el)},hide:function(){acf.hide(this.$el)},proxy:function(e){return t.proxy(e,this)}}),a.extend=n,acf.models={},acf.getInstance=function(t){return t.data("acf")},acf.getInstances=function(e){var i=[];return e.each((function(){i.push(acf.getInstance(t(this)))})),i}}(jQuery),function(t,e){acf.models.Popup=acf.Model.extend({data:{title:"",content:"",width:0,height:0,loading:!1},events:{'click [data-event="close"]':"onClickClose","click .acf-close-popup":"onClickClose"},setup:function(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.open()},tmpl:function(){return['<div id="acf-popup">','<div class="acf-popup-box acf-box">','<div class="title"><h3></h3><a href="#" class="acf-icon -cancel grey" data-event="close"></a></div>','<div class="inner"></div>','<div class="loading"><i class="acf-loading"></i></div>',"</div>",'<div class="bg" data-event="close"></div>',"</div>"].join("")},render:function(){var t=this.get("title"),e=this.get("content"),i=this.get("loading"),n=this.get("width"),a=this.get("height");this.title(t),this.content(e),n&&this.$(".acf-popup-box").css("width",n),a&&this.$(".acf-popup-box").css("min-height",a),this.loading(i),acf.doAction("append",this.$el)},update:function(t){this.data=acf.parseArgs(t,this.data),this.render()},title:function(t){this.$(".title:first h3").html(t)},content:function(t){this.$(".inner:first").html(t)},loading:function(t){var e=this.$(".loading:first");t?e.show():e.hide()},open:function(){t("body").append(this.$el)},close:function(){this.remove()},onClickClose:function(t,e){t.preventDefault(),this.close()}}),acf.newPopup=function(t){return new acf.models.Popup(t)}}(jQuery),function(t,e){acf.unload=new acf.Model({wait:"load",active:!0,changed:!1,actions:{validation_failure:"startListening",validation_success:"stopListening"},events:{"change form .acf-field":"startListening","submit form":"stopListening"},enable:function(){this.active=!0},disable:function(){this.active=!1},reset:function(){this.stopListening()},startListening:function(){!this.changed&&this.active&&(this.changed=!0,t(window).on("beforeunload",this.onUnload))},stopListening:function(){this.changed=!1,t(window).off("beforeunload",this.onUnload)},onUnload:function(){return acf.__("The changes you made will be lost if you navigate away from this page")}})}(jQuery),function(t,e){var i=new acf.Model({events:{"click .acf-panel-title":"onClick"},onClick:function(t,e){t.preventDefault(),this.toggle(e.parent())},isOpen:function(t){return t.hasClass("-open")},toggle:function(t){this.isOpen(t)?this.close(t):this.open(t)},open:function(t){t.addClass("-open"),t.find(".acf-panel-title i").attr("class","dashicons dashicons-arrow-down")},close:function(t){t.removeClass("-open"),t.find(".acf-panel-title i").attr("class","dashicons dashicons-arrow-right")}})}(jQuery),function(t,e){var i=acf.Model.extend({data:{text:"",type:"",timeout:0,dismiss:!0,target:!1,close:function(){}},events:{"click .acf-notice-dismiss":"onClickClose"},tmpl:function(){return'<div class="acf-notice"></div>'},setup:function(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.show()},render:function(){this.type(this.get("type")),this.html("<p>"+this.get("text")+"</p>"),this.get("dismiss")&&(this.$el.append('<a href="#" class="acf-notice-dismiss acf-icon -cancel small"></a>'),this.$el.addClass("-dismiss"));var t=this.get("timeout");t&&this.away(t)},update:function(e){t.extend(this.data,e),this.initialize(),this.removeEvents(),this.addEvents()},show:function(){var t=this.get("target");t&&t.prepend(this.$el)},hide:function(){this.$el.remove()},away:function(t){this.setTimeout((function(){acf.remove(this.$el)}),t)},type:function(t){var e=this.get("type");e&&this.$el.removeClass("-"+e),this.$el.addClass("-"+t),"error"==t&&this.$el.addClass("acf-error-message")},html:function(t){this.$el.html(t)},text:function(t){this.$("p").html(t)},onClickClose:function(t,e){t.preventDefault(),this.get("close").apply(this,arguments),this.remove()}});acf.newNotice=function(t){return"object"!=typeof t&&(t={text:t}),new i(t)};var n=new acf.Model({wait:"prepare",priority:1,initialize:function(){var e=t(".acf-admin-notice");e.length&&t("h1:first").after(e)}})}(jQuery),function(t,e){var i=new acf.Model({wait:"prepare",priority:1,initialize:function(){(acf.get("postboxes")||[]).map(acf.newPostbox)}});acf.getPostbox=function(e){return"string"==typeof e&&(e=t("#"+e)),acf.getInstance(e)},acf.getPostboxes=function(){return acf.getInstances(t(".acf-postbox"))},acf.newPostbox=function(t){return new acf.models.Postbox(t)},acf.models.Postbox=acf.Model.extend({data:{id:"",key:"",style:"default",label:"top",edit:""},setup:function(e){e.editLink&&(e.edit=e.editLink),t.extend(this.data,e),this.$el=this.$postbox()},$postbox:function(){return t("#"+this.get("id"))},$hide:function(){return t("#"+this.get("id")+"-hide")},$hideLabel:function(){return this.$hide().parent()},$hndle:function(){return this.$("> .hndle")},$inside:function(){return this.$("> .inside")},isVisible:function(){return this.$el.hasClass("acf-hidden")},initialize:function(){if(this.$el.addClass("acf-postbox"),this.$el.removeClass("hide-if-js"),"block"!==acf.get("editor")){var t=this.get("style");"default"!==t&&this.$el.addClass(t)}this.$inside().addClass("acf-fields").addClass("-"+this.get("label"));var e=this.get("edit");e&&this.$hndle().append('<a href="'+e+'" class="dashicons dashicons-admin-generic acf-hndle-cog acf-js-tooltip" title="'+acf.__("Edit field group")+'"></a>'),this.show()},show:function(){this.$hideLabel().show(),this.$hide().prop("checked",!0),this.$el.show().removeClass("acf-hidden"),acf.doAction("show_postbox",this)},enable:function(){acf.enable(this.$el,"postbox")},showEnable:function(){this.enable(),this.show()},hide:function(){this.$hideLabel().hide(),this.$el.hide().addClass("acf-hidden"),acf.doAction("hide_postbox",this)},disable:function(){acf.disable(this.$el,"postbox")},hideDisable:function(){this.disable(),this.hide()},html:function(t){this.$inside().html(t),acf.doAction("append",this.$el)}})}(jQuery),function(t,e){acf.newTooltip=function(t){return"object"!=typeof t&&(t={text:t}),void 0!==t.confirmRemove?(t.textConfirm=acf.__("Remove"),t.textCancel=acf.__("Cancel"),new n(t)):void 0!==t.confirm?new n(t):new i(t)};var i=acf.Model.extend({data:{text:"",timeout:0,target:null},tmpl:function(){return'<div class="acf-tooltip"></div>'},setup:function(e){t.extend(this.data,e),this.$el=t(this.tmpl())},initialize:function(){this.render(),this.show(),this.position();var e=this.get("timeout");e&&setTimeout(t.proxy(this.fade,this),e)},update:function(e){t.extend(this.data,e),this.initialize()},render:function(){this.html(this.get("text"))},show:function(){t("body").append(this.$el)},hide:function(){this.$el.remove()},fade:function(){this.$el.addClass("acf-fade-up"),this.setTimeout((function(){this.remove()}),250)},html:function(t){this.$el.html(t)},position:function(){var e=this.$el,i=this.get("target");if(i){e.removeClass("right left bottom top").css({top:0,left:0});var n=10,a=i.outerWidth(),r=i.outerHeight(),o=i.offset().top,s=i.offset().left,c=e.outerWidth(),l=e.outerHeight(),u=e.offset().top,d=o-l-u,f=s+a/2-c/2;f<10?(e.addClass("right"),f=s+a,d=o+r/2-l/2-u):f+c+10>t(window).width()?(e.addClass("left"),f=s-c,d=o+r/2-l/2-u):d-t(window).scrollTop()<10?(e.addClass("bottom"),d=o+r-u):e.addClass("top"),e.css({top:d,left:f})}}}),n=i.extend({data:{text:"",textConfirm:"",textCancel:"",target:null,targetConfirm:!0,confirm:function(){},cancel:function(){},context:!1},events:{'click [data-event="cancel"]':"onCancel",'click [data-event="confirm"]':"onConfirm"},addEvents:function(){acf.Model.prototype.addEvents.apply(this);var e=t(document),i=this.get("target");this.setTimeout((function(){this.on(e,"click","onCancel")})),this.get("targetConfirm")&&this.on(i,"click","onConfirm")},removeEvents:function(){acf.Model.prototype.removeEvents.apply(this);var e=t(document),i=this.get("target");this.off(e,"click"),this.off(i,"click")},render:function(){var t,e,i,n=[this.get("text")||acf.__("Are you sure?"),'<a href="#" data-event="confirm">'+(this.get("textConfirm")||acf.__("Yes"))+"</a>",'<a href="#" data-event="cancel">'+(this.get("textCancel")||acf.__("No"))+"</a>"].join(" ");this.html(n),this.$el.addClass("-confirm")},onCancel:function(t,e){t.preventDefault(),t.stopImmediatePropagation();var i=this.get("cancel"),n=this.get("context")||this;i.apply(n,arguments),this.remove()},onConfirm:function(t,e){t.preventDefault(),t.stopImmediatePropagation();var i=this.get("confirm"),n=this.get("context")||this;i.apply(n,arguments),this.remove()}});acf.models.Tooltip=i,acf.models.TooltipConfirm=n;var a=new acf.Model({tooltip:!1,events:{"mouseenter .acf-js-tooltip":"showTitle","mouseup .acf-js-tooltip":"hideTitle","mouseleave .acf-js-tooltip":"hideTitle"},showTitle:function(t,e){var i=e.attr("title");i&&(e.attr("title",""),this.tooltip?this.tooltip.update({text:i,target:e}):this.tooltip=acf.newTooltip({text:i,target:e}))},hideTitle:function(t,e){this.tooltip.hide(),e.attr("title",this.tooltip.get("text"))}})}(jQuery),function(t,e){var i=[];acf.Field=acf.Model.extend({type:"",eventScope:".acf-field",wait:"ready",setup:function(t){this.$el=t,this.inherit(t),this.inherit(this.$control())},val:function(t){return void 0!==t?this.setValue(t):this.prop("disabled")?null:this.getValue()},getValue:function(){return this.$input().val()},setValue:function(t){return acf.val(this.$input(),t)},__:function(t){return acf._e(this.type,t)},$control:function(){return!1},$input:function(){return this.$("[name]:first")},$inputWrap:function(){return this.$(".acf-input:first")},$labelWrap:function(){return this.$(".acf-label:first")},getInputName:function(){return this.$input().attr("name")||""},parent:function(){var t=this.parents();return!!t.length&&t[0]},parents:function(){var t=this.$el.parents(".acf-field"),e;return acf.getFields(t)},show:function(t,e){var i=acf.show(this.$el,t);return i&&(this.prop("hidden",!1),acf.doAction("show_field",this,e)),i},hide:function(t,e){var i=acf.hide(this.$el,t);return i&&(this.prop("hidden",!0),acf.doAction("hide_field",this,e)),i},enable:function(t,e){var i=acf.enable(this.$el,t);return i&&(this.prop("disabled",!1),acf.doAction("enable_field",this,e)),i},disable:function(t,e){var i=acf.disable(this.$el,t);return i&&(this.prop("disabled",!0),acf.doAction("disable_field",this,e)),i},showEnable:function(t,e){return this.enable.apply(this,arguments),this.show.apply(this,arguments)},hideDisable:function(t,e){return this.disable.apply(this,arguments),this.hide.apply(this,arguments)},showNotice:function(t){"object"!=typeof t&&(t={text:t}),this.notice&&this.notice.remove(),t.target=this.$inputWrap(),this.notice=acf.newNotice(t)},removeNotice:function(t){this.notice&&(this.notice.away(t||0),this.notice=!1)},showError:function(e){this.$el.addClass("acf-error"),void 0!==e&&this.showNotice({text:e,type:"error",dismiss:!1}),acf.doAction("invalid_field",this),this.$el.one("focus change","input, select, textarea",t.proxy(this.removeError,this))},removeError:function(){this.$el.removeClass("acf-error"),this.removeNotice(250),acf.doAction("valid_field",this)},trigger:function(t,e,i){return"invalidField"==t&&(i=!0),acf.Model.prototype.trigger.apply(this,[t,e,i])}}),acf.newField=function(t){var e=t.data("type"),i=n(e),a,r=new(acf.models[i]||acf.Field)(t);return acf.doAction("new_field",r),r};var n=function(t){return acf.strPascalCase(t||"")+"Field"};acf.registerFieldType=function(t){var e,a=t.prototype.type,r=n(a);acf.models[r]=t,i.push(a)},acf.getFieldType=function(t){var e=n(t);return acf.models[e]||!1},acf.getFieldTypes=function(t){t=acf.parseArgs(t,{category:""});var e=[];return i.map((function(i){var n=acf.getFieldType(i),a=n.prototype;t.category&&a.category!==t.category||e.push(n)})),e}}(jQuery),function(t,e){acf.findFields=function(e){var i=".acf-field",n=!1;return(e=acf.parseArgs(e,{key:"",name:"",type:"",is:"",parent:!1,sibling:!1,limit:!1,visible:!1,suppressFilters:!1})).suppressFilters||(e=acf.applyFilters("find_fields_args",e)),e.key&&(i+='[data-key="'+e.key+'"]'),e.type&&(i+='[data-type="'+e.type+'"]'),e.name&&(i+='[data-name="'+e.name+'"]'),e.is&&(i+=e.is),e.visible&&(i+=":visible"),n=e.parent?e.parent.find(i):e.sibling?e.sibling.siblings(i):t(i),e.suppressFilters||(n=n.not(".acf-clone .acf-field"),n=acf.applyFilters("find_fields",n)),e.limit&&(n=n.slice(0,e.limit)),n},acf.findField=function(t,e){return acf.findFields({key:t,limit:1,parent:e,suppressFilters:!0})},acf.getField=function(t){t instanceof jQuery||(t=acf.findField(t));var e=t.data("acf");return e||(e=acf.newField(t)),e},acf.getFields=function(e){e instanceof jQuery||(e=acf.findFields(e));var i=[];return e.each((function(){var e=acf.getField(t(this));i.push(e)})),i},acf.findClosestField=function(t){return t.closest(".acf-field")},acf.getClosestField=function(t){var e=acf.findClosestField(t);return this.getField(e)};var i=function(t){var e=t,i=t+"_fields",a=t+"_field",r=function(t){var e=acf.arrayArgs(arguments),n=e.slice(1),a=acf.getFields({parent:t});if(a.length){var r=[i,a].concat(n);acf.doAction.apply(null,r)}},o=function(t){var e=acf.arrayArgs(arguments),i=e.slice(1);t.map((function(t,e){var n=[a,t].concat(i);acf.doAction.apply(null,n)}))};acf.addAction(e,r),acf.addAction(i,o),n(t)},n=function(t){var e=t+"_field",i=t+"Field",n=function(n){var a=acf.arrayArgs(arguments),r=a.slice(1),s=["type","name","key"];s.map((function(t){var i="/"+t+"="+n.get(t);a=[e+i,n].concat(r),acf.doAction.apply(null,a)})),o.indexOf(t)>-1&&n.trigger(i,r)};acf.addAction(e,n)},a,r=["valid","invalid","enable","disable","new"],o=["remove","unmount","remount","sortstart","sortstop","show","hide","unload","valid","invalid","enable","disable"];["prepare","ready","load","append","remove","unmount","remount","sortstart","sortstop","show","hide","unload"].map(i),r.map(n);var s=new acf.Model({id:"fieldsEventManager",events:{'click .acf-field a[href="#"]':"onClick","change .acf-field":"onChange"},onClick:function(t){t.preventDefault()},onChange:function(){
|
2 |
+
t("#_acf_changed").val(1)}})}(jQuery),function(t,e){var i=0,n=acf.Field.extend({type:"accordion",wait:"",$control:function(){return this.$(".acf-fields:first")},initialize:function(){if(!this.$el.is("td")){if(this.get("endpoint"))return this.remove();var e=this.$el,n=this.$labelWrap(),r=this.$inputWrap(),o=this.$control(),s=r.children(".description");if(s.length&&n.append(s),this.$el.is("tr")){var c=this.$el.closest("table"),l=t('<div class="acf-accordion-title"/>'),u=t('<div class="acf-accordion-content"/>'),d=t('<table class="'+c.attr("class")+'"/>'),f=t("<tbody/>");l.append(n.html()),d.append(f),u.append(d),r.append(l),r.append(u),n.remove(),o.remove(),r.attr("colspan",2),n=l,r=u,o=f}e.addClass("acf-accordion"),n.addClass("acf-accordion-title"),r.addClass("acf-accordion-content"),i++,this.get("multi_expand")&&e.attr("multi-expand",1);var h=acf.getPreference("this.accordions")||[];void 0!==h[i-1]&&this.set("open",h[i-1]),this.get("open")&&(e.addClass("-open"),r.css("display","block")),n.prepend(a.iconHtml({open:this.get("open")}));var p=e.parent();o.addClass(p.hasClass("-left")?"-left":""),o.addClass(p.hasClass("-clear")?"-clear":""),o.append(e.nextUntil(".acf-field-accordion",".acf-field")),o.removeAttr("data-open data-multi_expand data-endpoint")}}});acf.registerFieldType(n);var a=new acf.Model({actions:{unload:"onUnload"},events:{"click .acf-accordion-title":"onClick","invalidField .acf-accordion":"onInvalidField"},isOpen:function(t){return t.hasClass("-open")},toggle:function(t){this.isOpen(t)?this.close(t):this.open(t)},iconHtml:function(t){return acf.isGutenberg()?t.open?'<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M12,8l-6,6l1.41,1.41L12,10.83l4.59,4.58L18,14L12,8z"></path></g></svg>':'<svg class="acf-accordion-icon" width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><g><path fill="none" d="M0,0h24v24H0V0z"></path></g><g><path d="M7.41,8.59L12,13.17l4.59-4.58L18,10l-6,6l-6-6L7.41,8.59z"></path></g></svg>':t.open?'<i class="acf-accordion-icon dashicons dashicons-arrow-down"></i>':'<i class="acf-accordion-icon dashicons dashicons-arrow-right"></i>'},open:function(e){var i=acf.isGutenberg()?0:300;e.find(".acf-accordion-content:first").slideDown(i).css("display","block"),e.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!0})),e.addClass("-open"),acf.doAction("show",e),e.attr("multi-expand")||e.siblings(".acf-accordion.-open").each((function(){a.close(t(this))}))},close:function(t){var e=acf.isGutenberg()?0:300;t.find(".acf-accordion-content:first").slideUp(e),t.find(".acf-accordion-icon:first").replaceWith(this.iconHtml({open:!1})),t.removeClass("-open"),acf.doAction("hide",t)},onClick:function(t,e){t.preventDefault(),this.toggle(e.parent())},onInvalidField:function(t,e){this.busy||(this.busy=!0,this.setTimeout((function(){this.busy=!1}),1e3),this.open(e))},onUnload:function(e){var i=[];t(".acf-accordion").each((function(){var e=t(this).hasClass("-open")?1:0;i.push(e)})),i.length&&acf.setPreference("this.accordions",i)}})}(jQuery),function(t,e){var i=acf.Field.extend({type:"button_group",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-button-group")},$input:function(){return this.$("input:checked")},setValue:function(t){this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClick:function(t,e){var i=e.parent("label"),n=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"checkbox",events:{"change input":"onChange","click .acf-add-checkbox":"onClickAdd","click .acf-checkbox-toggle":"onClickToggle","click .acf-checkbox-custom":"onClickCustom"},$control:function(){return this.$(".acf-checkbox-list")},$toggle:function(){return this.$(".acf-checkbox-toggle")},$input:function(){return this.$('input[type="hidden"]')},$inputs:function(){return this.$('input[type="checkbox"]').not(".acf-checkbox-toggle")},getValue:function(){var e=[];return this.$(":checked").each((function(){e.push(t(this).val())})),!!e.length&&e},onChange:function(t,e){var i=e.prop("checked"),n=e.parent("label"),a=this.$toggle(),r;(i?n.addClass("selected"):n.removeClass("selected"),a.length)&&(0==this.$inputs().not(":checked").length?a.prop("checked",!0):a.prop("checked",!1))},onClickAdd:function(t,e){var i='<li><input class="acf-checkbox-custom" type="checkbox" checked="checked" /><input type="text" name="'+this.getInputName()+'[]" /></li>';e.parent("li").before(i)},onClickToggle:function(t,e){var i=e.prop("checked"),n=this.$('input[type="checkbox"]'),a=this.$("label");n.prop("checked",i),i?a.addClass("selected"):a.removeClass("selected")},onClickCustom:function(t,e){var i=e.prop("checked"),n=e.next('input[type="text"]');i?n.prop("disabled",!1):(n.prop("disabled",!0),""==n.val()&&e.parent("li").remove())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"color_picker",wait:"load",$control:function(){return this.$(".acf-color-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},setValue:function(t){acf.val(this.$input(),t),this.$inputText().iris("color",t)},initialize:function(){var t=this.$input(),e=this.$inputText(),i=function(i){setTimeout((function(){acf.val(t,e.val())}),1)},n={defaultColor:!1,palettes:!0,hide:!0,change:i,clear:i},n=acf.applyFilters("color_picker_args",n,this);e.wpColorPicker(n)}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"date_picker",events:{'blur input[type="text"]':"onBlur"},$control:function(){return this.$(".acf-date-picker")},$input:function(){return this.$('input[type="hidden"]')},$inputText:function(){return this.$('input[type="text"]')},initialize:function(){if(this.has("save_format"))return this.initializeCompatibility();var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),altField:t,altFormat:"yymmdd",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")};i=acf.applyFilters("date_picker_args",i,this),acf.newDatePicker(e,i),acf.doAction("date_picker_init",e,i,this)},initializeCompatibility:function(){var t=this.$input(),e=this.$inputText();e.val(t.val());var i={dateFormat:this.get("date_format"),altField:t,altFormat:this.get("save_format"),changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day")},n=(i=acf.applyFilters("date_picker_args",i,this)).dateFormat;i.dateFormat=this.get("save_format"),acf.newDatePicker(e,i),e.datepicker("option","dateFormat",n),acf.doAction("date_picker_init",e,i,this)},onBlur:function(){this.$inputText().val()||acf.val(this.$input(),"")}});acf.registerFieldType(i);var n=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),n=acf.get("datePickerL10n");return!!n&&(void 0!==t.datepicker&&(n.isRTL=i,t.datepicker.regional[e]=n,void t.datepicker.setDefaults(n)))}});acf.newDatePicker=function(e,i){if(void 0===t.datepicker)return!1;i=i||{},e.datepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=acf.models.DatePickerField.extend({type:"date_time_picker",$control:function(){return this.$(".acf-date-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={dateFormat:this.get("date_format"),timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altFormat:"yy-mm-dd",altTimeFormat:"HH:mm:ss",changeYear:!0,yearRange:"-100:+100",changeMonth:!0,showButtonPanel:!0,firstDay:this.get("first_day"),controlType:"select",oneLine:!0};i=acf.applyFilters("date_time_picker_args",i,this),acf.newDateTimePicker(e,i),acf.doAction("date_time_picker_init",e,i,this)}});acf.registerFieldType(i);var n=new acf.Model({priority:5,wait:"ready",initialize:function(){var e=acf.get("locale"),i=acf.get("rtl"),n=acf.get("dateTimePickerL10n");return!!n&&(void 0!==t.timepicker&&(n.isRTL=i,t.timepicker.regional[e]=n,void t.timepicker.setDefaults(n)))}});acf.newDateTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.datetimepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){function i(e){if(r)return e();if(acf.isset(window,"google","maps","Geocoder"))return r=new google.maps.Geocoder,e();if(acf.addAction("google_map_api_loaded",e),!a){var i=acf.get("google_map_api");i&&(a=!0,t.ajax({url:i,dataType:"script",cache:!0,success:function(){r=new google.maps.Geocoder,acf.doAction("google_map_api_loaded")}}))}}var n=acf.Field.extend({type:"google_map",map:!1,wait:"load",events:{'click a[data-name="clear"]':"onClickClear",'click a[data-name="locate"]':"onClickLocate",'click a[data-name="search"]':"onClickSearch","keydown .search":"onKeydownSearch","keyup .search":"onKeyupSearch","focus .search":"onFocusSearch","blur .search":"onBlurSearch",showField:"onShow"},$control:function(){return this.$(".acf-google-map")},$search:function(){return this.$(".search")},$canvas:function(){return this.$(".canvas")},setState:function(t){this.$control().removeClass("-value -loading -searching"),"default"===t&&(t=this.val()?"value":""),t&&this.$control().addClass("-"+t)},getValue:function(){var t=this.$input().val();return!!t&&JSON.parse(t)},setValue:function(t,e){var i="";t&&(i=JSON.stringify(t)),acf.val(this.$input(),i),e||(this.renderVal(t),acf.doAction("google_map_change",t,this.map,this))},renderVal:function(t){t?(this.setState("value"),this.$search().val(t.address),this.setPosition(t.lat,t.lng)):(this.setState(""),this.$search().val(""),this.map.marker.setVisible(!1))},newLatLng:function(t,e){return new google.maps.LatLng(parseFloat(t),parseFloat(e))},setPosition:function(t,e){this.map.marker.setPosition({lat:parseFloat(t),lng:parseFloat(e)}),this.map.marker.setVisible(!0),this.center()},center:function(){var t=this.map.marker.getPosition();if(t)var e=t.lat(),i=t.lng();else var e=this.get("lat"),i=this.get("lng");this.map.setCenter({lat:parseFloat(e),lng:parseFloat(i)})},initialize:function(){i(this.initializeMap.bind(this))},initializeMap:function(){var t=this.getValue(),e=acf.parseArgs(t,{zoom:this.get("zoom"),lat:this.get("lat"),lng:this.get("lng")}),i={scrollwheel:!1,zoom:parseInt(e.zoom),center:{lat:parseFloat(e.lat),lng:parseFloat(e.lng)},mapTypeId:google.maps.MapTypeId.ROADMAP,marker:{draggable:!0,raiseOnDrag:!0},autocomplete:{}};i=acf.applyFilters("google_map_args",i,this);var n=new google.maps.Map(this.$canvas()[0],i),a=acf.parseArgs(i.marker,{draggable:!0,raiseOnDrag:!0,map:n});a=acf.applyFilters("google_map_marker_args",a,this);var r=new google.maps.Marker(a),o=!1;if(acf.isset(google,"maps","places","Autocomplete")){var s=i.autocomplete||{};s=acf.applyFilters("google_map_autocomplete_args",s,this),(o=new google.maps.places.Autocomplete(this.$search()[0],s)).bindTo("bounds",n)}this.addMapEvents(this,n,r,o),n.acf=this,n.marker=r,n.autocomplete=o,this.map=n,t&&this.setPosition(t.lat,t.lng),acf.doAction("google_map_init",n,r,this)},addMapEvents:function(t,e,i,n){google.maps.event.addListener(e,"click",(function(e){var i=e.latLng.lat(),n=e.latLng.lng();t.searchPosition(i,n)})),google.maps.event.addListener(i,"dragend",(function(){var e=this.getPosition().lat(),i=this.getPosition().lng();t.searchPosition(e,i)})),n&&google.maps.event.addListener(n,"place_changed",(function(){var e=this.getPlace();t.searchPlace(e)})),google.maps.event.addListener(e,"zoom_changed",(function(){var i=t.val();i&&(i.zoom=e.getZoom(),t.setValue(i,!0))}))},searchPosition:function(t,e){this.setState("loading");var i={lat:t,lng:e};r.geocode({location:i},function(i,n){if(this.setState(""),"OK"!==n)this.showNotice({text:acf.__("Location not found: %s").replace("%s",n),type:"warning"});else{var a=this.parseResult(i[0]);a.lat=t,a.lng=e,this.val(a)}}.bind(this))},searchPlace:function(t){if(t)if(t.geometry){t.formatted_address=this.$search().val();var e=this.parseResult(t);this.val(e)}else t.name&&this.searchAddress(t.name)},searchAddress:function(t){if(t){var e=t.split(",");if(2==e.length){var i=parseFloat(e[0]),n=parseFloat(e[1]);if(i&&n)return this.searchPosition(i,n)}this.setState("loading"),r.geocode({address:t},function(e,i){if(this.setState(""),"OK"!==i)this.showNotice({text:acf.__("Location not found: %s").replace("%s",i),type:"warning"});else{var n=this.parseResult(e[0]);n.address=t,this.val(n)}}.bind(this))}},searchLocation:function(){if(!navigator.geolocation)return alert(acf.__("Sorry, this browser does not support geolocation"));this.setState("loading"),navigator.geolocation.getCurrentPosition(function(t){this.setState("");var e=t.coords.latitude,i=t.coords.longitude;this.searchPosition(e,i)}.bind(this),function(t){this.setState("")}.bind(this))},parseResult:function(t){var e={address:t.formatted_address,lat:t.geometry.location.lat(),lng:t.geometry.location.lng()};e.zoom=this.map.getZoom(),t.place_id&&(e.place_id=t.place_id),t.name&&(e.name=t.name);var i={street_number:["street_number"],street_name:["street_address","route"],city:["locality"],state:["administrative_area_level_1","administrative_area_level_2","administrative_area_level_3","administrative_area_level_4","administrative_area_level_5"],post_code:["postal_code"],country:["country"]};for(var n in i)for(var a=i[n],r=0;r<t.address_components.length;r++){var o=t.address_components[r],s=o.types[0];-1!==a.indexOf(s)&&(e[n]=o.long_name,o.long_name!==o.short_name&&(e[n+"_short"]=o.short_name))}return acf.applyFilters("google_map_result",e,t,this.map,this)},onClickClear:function(){this.val(!1)},onClickLocate:function(){this.searchLocation()},onClickSearch:function(){this.searchAddress(this.$search().val())},onFocusSearch:function(t,e){this.setState("searching")},onBlurSearch:function(t,e){var i=this.val(),n=i?i.address:"";e.val()===n&&this.setState("default")},onKeyupSearch:function(t,e){e.val()||this.val(!1)},onKeydownSearch:function(t,e){13==t.which&&(t.preventDefault(),e.blur())},onShow:function(){this.map&&this.setTimeout(this.center)}});acf.registerFieldType(n);var a=!1,r=!1}(jQuery),function(t,e){var i=acf.Field.extend({type:"image",$control:function(){return this.$(".acf-image-uploader")},$input:function(){return this.$('input[type="hidden"]')},events:{'click a[data-name="add"]':"onClickAdd",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove",'change input[type="file"]':"onChange"},initialize:function(){"basic"===this.get("uploader")&&this.$el.closest("form").attr("enctype","multipart/form-data")},validateAttachment:function(t){t&&t.attributes&&(t=t.attributes),t=acf.parseArgs(t,{id:0,url:"",alt:"",title:"",caption:"",description:"",width:0,height:0});var e=acf.isget(t,"sizes",this.get("preview_size"));return e&&(t.url=e.url,t.width=e.width,t.height=e.height),t},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.url,alt:t.alt}),t.id?(this.val(t.id),this.$control().addClass("has-value")):(this.val(""),this.$control().removeClass("has-value"))},append:function(t,e){var i=function(t,e){for(var i=acf.getFields({key:t.get("key"),parent:e.$el}),n=0;n<i.length;n++)if(!i[n].val())return i[n];return!1},n=i(this,e);n||(e.$(".acf-button:last").trigger("click"),n=i(this,e)),n&&n.render(t)},selectAttachment:function(){var e=this.parent(),i=e&&"repeater"===e.get("type"),n=acf.newMediaPopup({mode:"select",type:"image",title:acf.__("Select Image"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(e)var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit Image"),button:acf.__("Update Image"),attachment:e,field:this.get("key"),select:t.proxy((function(t,e){this.render(t)}),this)})},removeAttachment:function(){this.render(!1)},onClickAdd:function(t,e){this.selectAttachment()},onClickEdit:function(t,e){this.editAttachment()},onClickRemove:function(t,e){this.removeAttachment()},onChange:function(e,i){var n=this.$input();acf.getFileInputData(i,(function(e){n.val(t.param(e))}))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.ImageField.extend({type:"file",$control:function(){return this.$(".acf-file-uploader")},$input:function(){return this.$('input[type="hidden"]')},validateAttachment:function(t){return void 0!==(t=t||{}).id&&(t=t.attributes),t=acf.parseArgs(t,{url:"",alt:"",title:"",filename:"",filesizeHumanReadable:"",icon:"/wp-includes/images/media/default.png"})},render:function(t){t=this.validateAttachment(t),this.$("img").attr({src:t.icon,alt:t.alt,title:t.title}),this.$('[data-name="title"]').text(t.title),this.$('[data-name="filename"]').text(t.filename).attr("href",t.url),this.$('[data-name="filesize"]').text(t.filesizeHumanReadable);var e=t.id||"";acf.val(this.$input(),e),e?this.$control().addClass("has-value"):this.$control().removeClass("has-value")},selectAttachment:function(){var e=this.parent(),i=e&&"repeater"===e.get("type"),n=acf.newMediaPopup({mode:"select",title:acf.__("Select File"),field:this.get("key"),multiple:i,library:this.get("library"),allowedTypes:this.get("mime_types"),select:t.proxy((function(t,i){i>0?this.append(t,e):this.render(t)}),this)})},editAttachment:function(){var e=this.val();if(!e)return!1;var i=acf.newMediaPopup({mode:"edit",title:acf.__("Edit File"),button:acf.__("Update File"),attachment:e,field:this.get("key"),select:t.proxy((function(t,e){this.render(t)}),this)})}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"link",events:{'click a[data-name="add"]':"onClickEdit",'click a[data-name="edit"]':"onClickEdit",'click a[data-name="remove"]':"onClickRemove","change .link-node":"onChange"},$control:function(){return this.$(".acf-link")},$node:function(){return this.$(".link-node")},getValue:function(){var t=this.$node();return!!t.attr("href")&&{title:t.html(),url:t.attr("href"),target:t.attr("target")}},setValue:function(t){t=acf.parseArgs(t,{title:"",url:"",target:""});var e=this.$control(),i=this.$node();e.removeClass("-value -external"),t.url&&e.addClass("-value"),"_blank"===t.target&&e.addClass("-external"),this.$(".link-title").html(t.title),this.$(".link-url").attr("href",t.url).html(t.url),i.html(t.title),i.attr("href",t.url),i.attr("target",t.target),this.$(".input-title").val(t.title),this.$(".input-target").val(t.target),this.$(".input-url").val(t.url).trigger("change")},onClickEdit:function(t,e){acf.wpLink.open(this.$node())},onClickRemove:function(t,e){this.setValue(!1)},onChange:function(t,e){var i=this.getValue();this.setValue(i)}});acf.registerFieldType(i),acf.wpLink=new acf.Model({getNodeValue:function(){var t=this.get("node");return{title:acf.decode(t.html()),url:t.attr("href"),target:t.attr("target")}},setNodeValue:function(t){var e=this.get("node");e.text(t.title),e.attr("href",t.url),e.attr("target",t.target),e.trigger("change")},getInputValue:function(){return{title:t("#wp-link-text").val(),url:t("#wp-link-url").val(),target:t("#wp-link-target").prop("checked")?"_blank":""}},setInputValue:function(e){t("#wp-link-text").val(e.title),t("#wp-link-url").val(e.url),t("#wp-link-target").prop("checked","_blank"===e.target)},open:function(e){this.on("wplink-open","onOpen"),this.on("wplink-close","onClose"),this.set("node",e);var i=t('<textarea id="acf-link-textarea" style="display:none;"></textarea>');t("body").append(i);var n=this.getNodeValue();wpLink.open("acf-link-textarea",n.url,n.title,null)},onOpen:function(){t("#wp-link-wrap").addClass("has-text-field");var e=this.getNodeValue();this.setInputValue(e)},close:function(){wpLink.close()},onClose:function(){if(!this.has("node"))return!1;this.off("wplink-open"),this.off("wplink-close");var e=this.getInputValue();this.setNodeValue(e),t("#acf-link-textarea").remove(),this.set("node",null)}})}(jQuery),function(t,e){var i=acf.Field.extend({type:"oembed",events:{'click [data-name="clear-button"]':"onClickClear","keypress .input-search":"onKeypressSearch","keyup .input-search":"onKeyupSearch","change .input-search":"onChangeSearch"},$control:function(){return this.$(".acf-oembed")},$input:function(){return this.$(".input-value")},$search:function(){return this.$(".input-search")},getValue:function(){return this.$input().val()},getSearchVal:function(){return this.$search().val()},setValue:function(t){t?this.$control().addClass("has-value"):this.$control().removeClass("has-value"),acf.val(this.$input(),t)},showLoading:function(t){acf.showLoading(this.$(".canvas"))},hideLoading:function(){acf.hideLoading(this.$(".canvas"))},maybeSearch:function(){var e=this.val(),i=this.getSearchVal();if(!i)return this.clear();if("http"!=i.substr(0,4)&&(i="http://"+i),i!==e){var n=this.get("timeout");n&&clearTimeout(n);var a=t.proxy(this.search,this,i);this.set("timeout",setTimeout(a,300))}},search:function(e){var i={action:"acf/fields/oembed/search",s:e,field_key:this.get("key")},n;(n=this.get("xhr"))&&n.abort(),this.showLoading();var n=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(i),type:"post",dataType:"json",context:this,success:function(t){t&&t.html||(t={url:!1,html:""}),this.val(t.url),this.$(".canvas-media").html(t.html)},complete:function(){this.hideLoading()}});this.set("xhr",n)},clear:function(){this.val(""),this.$search().val(""),this.$(".canvas-media").html("")},onClickClear:function(t,e){this.clear()},onKeypressSearch:function(t,e){13==t.which&&(t.preventDefault(),this.maybeSearch())},onKeyupSearch:function(t,e){e.val()&&this.maybeSearch()},onChangeSearch:function(t,e){this.maybeSearch()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"radio",events:{'click input[type="radio"]':"onClick"},$control:function(){return this.$(".acf-radio-list")},$input:function(){return this.$("input:checked")},$inputText:function(){return this.$('input[type="text"]')},getValue:function(){var t=this.$input().val();return"other"===t&&this.get("other_choice")&&(t=this.$inputText().val()),t},onClick:function(t,e){var i=e.parent("label"),n=i.hasClass("selected"),a=e.val();this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"),a=!1),this.get("other_choice")&&("other"===a?this.$inputText().prop("disabled",!1):this.$inputText().prop("disabled",!0))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"range",events:{'input input[type="range"]':"onChange","change input":"onChange"},$input:function(){return this.$('input[type="range"]')},$inputAlt:function(){return this.$('input[type="number"]')},setValue:function(t){this.busy=!0,acf.val(this.$input(),t),acf.val(this.$inputAlt(),this.$input().val(),!0),this.busy=!1},onChange:function(t,e){this.busy||this.setValue(e.val())}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"relationship",events:{"keypress [data-filter]":"onKeypressFilter","change [data-filter]":"onChangeFilter","keyup [data-filter]":"onChangeFilter","click .choices-list .acf-rel-item":"onClickAdd",'click [data-name="remove_item"]':"onClickRemove"},$control:function(){return this.$(".acf-relationship")},$list:function(t){return this.$("."+t+"-list")},$listItems:function(t){return this.$list(t).find(".acf-rel-item")},$listItem:function(t,e){return this.$list(t).find('.acf-rel-item[data-id="'+e+'"]')},getValue:function(){var e=[];return this.$listItems("values").each((function(){e.push(t(this).data("id"))})),!!e.length&&e},newChoice:function(t){return["<li>",'<span data-id="'+t.id+'" class="acf-rel-item">'+t.text+"</span>","</li>"].join("")},newValue:function(t){return["<li>",'<input type="hidden" name="'+this.getInputName()+'[]" value="'+t.id+'" />','<span data-id="'+t.id+'" class="acf-rel-item">'+t.text,'<a href="#" class="acf-icon -minus small dark" data-name="remove_item"></a>',"</span>","</li>"].join("")},initialize:function(){var t=this.proxy(acf.once((function(){this.$list("values").sortable({items:"li",forceHelperSize:!0,forcePlaceholderSize:!0,scroll:!0,update:this.proxy((function(){this.$input().trigger("change")}))}),this.$list("choices").scrollTop(0).on("scroll",this.proxy(this.onScrollChoices)),this.fetch()})));this.$el.one("mouseover",t),this.$el.one("focus","input",t),acf.onceInView(this.$el,t)},onScrollChoices:function(t){if(!this.get("loading")&&this.get("more")){var e=this.$list("choices"),i=Math.ceil(e.scrollTop()),n=Math.ceil(e[0].scrollHeight),a=Math.ceil(e.innerHeight()),r=this.get("paged")||1;i+a>=n&&(this.set("paged",r+1),this.fetch())}},onKeypressFilter:function(t,e){13==t.which&&t.preventDefault()},onChangeFilter:function(t,e){var i=e.val(),n=e.data("filter");this.get(n)!==i&&(this.set(n,i),this.set("paged",1),e.is("select")?this.fetch():this.maybeFetch())},onClickAdd:function(t,e){var i=this.val(),n=parseInt(this.get("max"));if(e.hasClass("disabled"))return!1;if(n>0&&i&&i.length>=n)return this.showNotice({text:acf.__("Maximum values reached ( {max} values )").replace("{max}",n),type:"warning"}),!1;e.addClass("disabled");var a=this.newValue({id:e.data("id"),text:e.html()});this.$list("values").append(a),this.$input().trigger("change")},onClickRemove:function(t,e){t.preventDefault();var i=e.parent(),n=i.parent(),a=i.data("id");n.remove(),this.$listItem("choices",a).removeClass("disabled"),this.$input().trigger("change")},maybeFetch:function(){var t=this.get("timeout");t&&clearTimeout(t),t=this.setTimeout(this.fetch,300),this.set("timeout",t)},getAjaxData:function(){var t=this.$control().data();for(var e in t)t[e]=this.get(e);return t.action="acf/fields/relationship/query",t.field_key=this.get("key"),t=acf.applyFilters("relationship_ajax_data",t,this)},fetch:function(){var e;(e=this.get("xhr"))&&e.abort();var i=this.getAjaxData(),n=this.$list("choices");1==i.paged&&n.html("");var a=t('<li><i class="acf-loading"></i> '+acf.__("Loading")+"</li>");n.append(a),this.set("loading",!0);var r=function(){this.set("loading",!1),a.remove()},o=function(e){if(!e||!e.results||!e.results.length)return this.set("more",!1),void(1==this.get("paged")&&this.$list("choices").append("<li>"+acf.__("No matches found")+"</li>"));this.set("more",e.more);var i=this.walkChoices(e.results),a=t(i),r=this.val();r&&r.length&&r.map((function(t){a.find('.acf-rel-item[data-id="'+t+'"]').addClass("disabled")})),n.append(a);var o=!1,s=!1;n.find(".acf-rel-label").each((function(){var e=t(this),i=e.siblings("ul");if(o&&o.text()==e.text())return s.append(i.children()),void t(this).parent().remove();o=e,s=i}))},e=t.ajax({url:acf.get("ajaxurl"),dataType:"json",type:"post",data:acf.prepareForAjax(i),context:this,success:o,complete:r});this.set("xhr",e)},walkChoices:function(e){var i=function(e){var n="";return t.isArray(e)?e.map((function(t){n+=i(t)})):t.isPlainObject(e)&&(void 0!==e.children?(n+='<li><span class="acf-rel-label">'+e.text+'</span><ul class="acf-bl">',n+=i(e.children),n+="</ul></li>"):n+='<li><span class="acf-rel-item" data-id="'+e.id+'">'+e.text+"</span></li>"),n};return i(e)}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"select",select2:!1,wait:"load",events:{removeField:"onRemove"},$input:function(){return this.$("select")},initialize:function(){var t=this.$input();if(this.inherit(t),this.get("ui")){var e=this.get("ajax_action");e||(e="acf/fields/"+this.get("type")+"/query"),this.select2=acf.newSelect2(t,{field:this,ajax:this.get("ajax"),multiple:this.get("multiple"),placeholder:this.get("placeholder"),allowNull:this.get("allow_null"),ajaxAction:e})}},onRemove:function(){this.select2&&this.select2.destroy()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i="tab",n=acf.Field.extend({type:"tab",wait:"",tabs:!1,tab:!1,findFields:function(){return this.$el.nextUntil(".acf-field-tab",".acf-field")},getFields:function(){return acf.getFields(this.findFields())},findTabs:function(){return this.$el.prevAll(".acf-tab-wrap:first")},findTab:function(){return this.$(".acf-tab-button")},initialize:function(){if(this.$el.is("td"))return this.events={},!1;var t=this.findTabs(),e=this.findTab(),i=acf.parseArgs(e.data(),{endpoint:!1,placement:"",before:this.$el});!t.length||i.endpoint?this.tabs=new r(i):this.tabs=t.data("acf"),this.tab=this.tabs.addTab(e,this)},isActive:function(){return this.tab.isActive()},showFields:function(){this.getFields().map((function(t){t.show(this.cid,"tab"),t.hiddenByTab=!1}),this)},hideFields:function(){this.getFields().map((function(t){t.hide(this.cid,"tab"),t.hiddenByTab=this.tab}),this)},show:function(t){var e=acf.Field.prototype.show.apply(this,arguments);return e&&(this.tab.show(),this.tabs.refresh()),e},hide:function(t){var e=acf.Field.prototype.hide.apply(this,arguments);return e&&(this.tab.hide(),this.isActive()&&this.tabs.reset()),e},enable:function(t){this.getFields().map((function(t){t.enable("tab")}))},disable:function(t){this.getFields().map((function(t){t.disable("tab")}))}});acf.registerFieldType(n);var a=0,r=acf.Model.extend({tabs:[],active:!1,actions:{refresh:"onRefresh"},data:{before:!1,placement:"top",index:0,initialized:!1},setup:function(e){t.extend(this.data,e),this.tabs=[],this.active=!1;var i=this.get("placement"),n=this.get("before"),r=n.parent();"left"==i&&r.hasClass("acf-fields")&&r.addClass("-sidebar"),n.is("tr")?this.$el=t('<tr class="acf-tab-wrap"><td colspan="2"><ul class="acf-hl acf-tab-group"></ul></td></tr>'):this.$el=t('<div class="acf-tab-wrap -'+i+'"><ul class="acf-hl acf-tab-group"></ul></div>'),n.before(this.$el),this.set("index",a,!0),a++},initializeTabs:function(){var t=this.getVisible().shift(),e,i,n=(acf.getPreference("this.tabs")||[])[this.get("index")];this.tabs[n]&&this.tabs[n].isVisible()&&(t=this.tabs[n]),t?this.selectTab(t):this.closeTabs(),this.set("initialized",!0)},getVisible:function(){return this.tabs.filter((function(t){return t.isVisible()}))},getActive:function(){return this.active},setActive:function(t){return this.active=t},hasActive:function(){return!1!==this.active},isActive:function(t){var e=this.getActive();return e&&e.cid===t.cid},closeActive:function(){this.hasActive()&&this.closeTab(this.getActive())},openTab:function(t){this.closeActive(),t.open(),this.setActive(t)},closeTab:function(t){t.close(),this.setActive(!1)},closeTabs:function(){this.tabs.map(this.closeTab,this)},selectTab:function(t){this.tabs.map((function(e){t.cid!==e.cid&&this.closeTab(e)}),this),this.openTab(t)},addTab:function(e,i){var n=t("<li></li>");n.append(e),this.$("ul").append(n);var a=new o({$el:n,field:i,group:this});return this.tabs.push(a),a},reset:function(){return this.closeActive(),this.refresh()},refresh:function(){if(this.hasActive())return!1;var t=this.getVisible().shift();return t&&this.openTab(t),t},onRefresh:function(){if("left"===this.get("placement")){var t=this.$el.parent(),e=this.$el.children("ul"),i=t.is("td")?"height":"min-height",n=e.position().top+e.outerHeight(!0)-1;t.css(i,n)}}}),o=acf.Model.extend({group:!1,field:!1,events:{"click a":"onClick"},index:function(){return this.$el.index()},isVisible:function(){return acf.isVisible(this.$el)},isActive:function(){return this.$el.hasClass("active")},open:function(){this.$el.addClass("active"),this.field.showFields()},close:function(){this.$el.removeClass("active"),this.field.hideFields()},onClick:function(t,e){t.preventDefault(),this.toggle()},toggle:function(){this.isActive()||this.group.openTab(this)}}),s=new acf.Model({priority:50,actions:{prepare:"render",append:"render",unload:"onUnload",invalid_field:"onInvalidField"
|
3 |
+
},findTabs:function(){return t(".acf-tab-wrap")},getTabs:function(){return acf.getInstances(this.findTabs())},render:function(t){this.getTabs().map((function(t){t.get("initialized")||t.initializeTabs()}))},onInvalidField:function(t){this.busy||t.hiddenByTab&&(t.hiddenByTab.toggle(),this.busy=!0,this.setTimeout((function(){this.busy=!1}),100))},onUnload:function(){var t=[];this.getTabs().map((function(e){var i=e.hasActive()?e.getActive().index():0;t.push(i)})),t.length&&acf.setPreference("this.tabs",t)}})}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"post_object"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"page_link"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.SelectField.extend({type:"user"});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"taxonomy",data:{ftype:"select"},select2:!1,wait:"load",events:{'click a[data-name="add"]':"onClickAdd",'click input[type="radio"]':"onClickRadio"},$control:function(){return this.$(".acf-taxonomy-field")},$input:function(){return this.getRelatedPrototype().$input.apply(this,arguments)},getRelatedType:function(){var t=this.get("ftype");return"multi_select"==t&&(t="select"),t},getRelatedPrototype:function(){return acf.getFieldType(this.getRelatedType()).prototype},getValue:function(){return this.getRelatedPrototype().getValue.apply(this,arguments)},setValue:function(){return this.getRelatedPrototype().setValue.apply(this,arguments)},initialize:function(){this.getRelatedPrototype().initialize.apply(this,arguments)},onRemove:function(){this.select2&&this.select2.destroy()},onClickAdd:function(e,i){var n=this,a=!1,r=!1,o=!1,s=!1,c=!1,l=!1,u=!1,d=function(){a=acf.newPopup({title:i.attr("title"),loading:!0,width:"300px"});var e={action:"acf/fields/taxonomy/add_term",field_key:n.get("key")};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"html",success:f})},f=function(t){a.loading(!1),a.content(t),r=a.$("form"),o=a.$('input[name="term_name"]'),s=a.$('select[name="term_parent"]'),c=a.$(".acf-submit-button"),o.focus(),a.on("submit","form",h)},h=function(e,i){if(e.preventDefault(),e.stopImmediatePropagation(),""===o.val())return o.focus(),!1;acf.startButtonLoading(c);var a={action:"acf/fields/taxonomy/add_term",field_key:n.get("key"),term_name:o.val(),term_parent:s.length?s.val():0};t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(a),type:"post",dataType:"json",success:p})},p=function(t){acf.stopButtonLoading(c),u&&u.remove(),acf.isAjaxSuccess(t)?(o.val(""),g(t.data),u=acf.newNotice({type:"success",text:acf.getAjaxMessage(t),target:r,timeout:2e3,dismiss:!1})):u=acf.newNotice({type:"error",text:acf.getAjaxError(t),target:r,timeout:2e3,dismiss:!1}),o.focus()},g=function(e){var i=t('<option value="'+e.term_id+'">'+e.term_label+"</option>"),a;e.term_parent?s.children('option[value="'+e.term_parent+'"]').after(i):s.append(i),acf.getFields({type:"taxonomy"}).map((function(t){t.get("taxonomy")==n.get("taxonomy")&&t.appendTerm(e)})),n.selectTerm(e.term_id)};d()},appendTerm:function(t){"select"==this.getRelatedType()?this.appendTermSelect(t):this.appendTermCheckbox(t)},appendTermSelect:function(t){this.select2.addOption({id:t.term_id,text:t.term_label})},appendTermCheckbox:function(e){var i=this.$("[name]:first").attr("name"),n=this.$("ul:first");"checkbox"==this.getRelatedType()&&(i+="[]");var a=t(['<li data-id="'+e.term_id+'">',"<label>",'<input type="'+this.get("ftype")+'" value="'+e.term_id+'" name="'+i+'" /> ',"<span>"+e.term_name+"</span>","</label>","</li>"].join(""));if(e.term_parent){var r=n.find('li[data-id="'+e.term_parent+'"]');(n=r.children("ul")).exists()||(n=t('<ul class="children acf-bl"></ul>'),r.append(n))}n.append(a)},selectTerm:function(t){var e;"select"==this.getRelatedType()?this.select2.selectOption(t):this.$('input[value="'+t+'"]').prop("checked",!0).trigger("change")},onClickRadio:function(t,e){var i=e.parent("label"),n=i.hasClass("selected");this.$(".selected").removeClass("selected"),i.addClass("selected"),this.get("allow_null")&&n&&(i.removeClass("selected"),e.prop("checked",!1).trigger("change"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.models.DatePickerField.extend({type:"time_picker",$control:function(){return this.$(".acf-time-picker")},initialize:function(){var t=this.$input(),e=this.$inputText(),i={timeFormat:this.get("time_format"),altField:t,altFieldTimeOnly:!1,altTimeFormat:"HH:mm:ss",showButtonPanel:!0,controlType:"select",oneLine:!0,closeText:acf.get("dateTimePickerL10n").selectText,timeOnly:!0,onClose:function(t,e,i){var n=e.dpDiv.find(".ui-datepicker-close");!t&&n.is(":hover")&&i._updateDateTime()}};i=acf.applyFilters("time_picker_args",i,this),acf.newTimePicker(e,i),acf.doAction("time_picker_init",e,i,this)}});acf.registerFieldType(i),acf.newTimePicker=function(e,i){if(void 0===t.timepicker)return!1;i=i||{},e.timepicker(i),t("body > #ui-datepicker-div").exists()&&t("body > #ui-datepicker-div").wrap('<div class="acf-ui-datepicker" />')}}(jQuery),function(t,e){var i=acf.Field.extend({type:"true_false",events:{"change .acf-switch-input":"onChange","focus .acf-switch-input":"onFocus","blur .acf-switch-input":"onBlur","keypress .acf-switch-input":"onKeypress"},$input:function(){return this.$('input[type="checkbox"]')},$switch:function(){return this.$(".acf-switch")},getValue:function(){return this.$input().prop("checked")?1:0},initialize:function(){this.render()},render:function(){var t=this.$switch();if(t.length){var e=t.children(".acf-switch-on"),i=t.children(".acf-switch-off"),n=Math.max(e.width(),i.width());n&&(e.css("min-width",n),i.css("min-width",n))}},switchOn:function(){this.$input().prop("checked",!0),this.$switch().addClass("-on")},switchOff:function(){this.$input().prop("checked",!1),this.$switch().removeClass("-on")},onChange:function(t,e){e.prop("checked")?this.switchOn():this.switchOff()},onFocus:function(t,e){this.$switch().addClass("-focus")},onBlur:function(t,e){this.$switch().removeClass("-focus")},onKeypress:function(t,e){return 37===t.keyCode?this.switchOff():39===t.keyCode?this.switchOn():void 0}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"url",events:{'keyup input[type="url"]':"onkeyup"},$control:function(){return this.$(".acf-input-wrap")},$input:function(){return this.$('input[type="url"]')},initialize:function(){this.render()},isValid:function(){var t=this.val();return!!t&&(-1!==t.indexOf("://")||0===t.indexOf("//"))},render:function(){this.isValid()?this.$control().addClass("-valid"):this.$control().removeClass("-valid")},onkeyup:function(t,e){this.render()}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=acf.Field.extend({type:"wysiwyg",wait:"load",events:{"mousedown .acf-editor-wrap.delay":"onMousedown",unmountField:"disableEditor",remountField:"enableEditor",removeField:"disableEditor"},$control:function(){return this.$(".acf-editor-wrap")},$input:function(){return this.$("textarea")},getMode:function(){return this.$control().hasClass("tmce-active")?"visual":"text"},initialize:function(){this.$control().hasClass("delay")||this.initializeEditor()},initializeEditor:function(){var t=this.$control(),e=this.$input(),i={tinymce:!0,quicktags:!0,toolbar:this.get("toolbar"),mode:this.getMode(),field:this},n=e.attr("id"),a=acf.uniqueId("acf-editor-"),r=e.data();acf.rename({target:t,search:n,replace:a,destructive:!0}),this.set("id",a,!0),acf.tinymce.initialize(a,i),this.$input().data(r)},onMousedown:function(t){t.preventDefault();var e=this.$control();e.removeClass("delay"),e.find(".acf-editor-toolbar").remove(),this.initializeEditor()},enableEditor:function(){"visual"==this.getMode()&&acf.tinymce.enable(this.get("id"))},disableEditor:function(){acf.tinymce.destroy(this.get("id"))}});acf.registerFieldType(i)}(jQuery),function(t,e){var i=[];acf.Condition=acf.Model.extend({type:"",operator:"==",label:"",choiceType:"input",fieldTypes:[],data:{conditions:!1,field:!1,rule:{}},events:{change:"change",keyup:"change",enableField:"change",disableField:"change"},setup:function(e){t.extend(this.data,e)},getEventTarget:function(t,e){return t||this.get("field").$el},change:function(t,e){this.get("conditions").change(t)},match:function(t,e){return!1},calculate:function(){return this.match(this.get("rule"),this.get("field"))},choices:function(t){return'<input type="text" />'}}),acf.newCondition=function(t,e){var i=e.get("field"),n=i.getField(t.field);if(!i||!n)return!1;var a={rule:t,target:i,conditions:e,field:n},r=n.get("type"),o=t.operator,s,c,l;return new(acf.getConditionTypes({fieldType:r,operator:o})[0]||acf.Condition)(a)};var n=function(t){return acf.strPascalCase(t||"")+"Condition"};acf.registerConditionType=function(t){var e,a=t.prototype.type,r=n(a);acf.models[r]=t,i.push(a)},acf.getConditionType=function(t){var e=n(t);return acf.models[e]||!1},acf.registerConditionForFieldType=function(t,e){var i=acf.getConditionType(t);i&&i.prototype.fieldTypes.push(e)},acf.getConditionTypes=function(t){t=acf.parseArgs(t,{fieldType:"",operator:""});var e=[];return i.map((function(i){var n=acf.getConditionType(i),a=n.prototype.fieldTypes,r=n.prototype.operator;t.fieldType&&-1===a.indexOf(t.fieldType)||t.operator&&r!==t.operator||e.push(n)})),e}}(jQuery),function(t,e){var i="conditional_logic",n=new acf.Model({id:"conditionsManager",priority:20,actions:{new_field:"onNewField"},onNewField:function(t){t.has("conditions")&&t.getConditions().render()}}),a=function(t,e){var i=acf.getFields({key:e,sibling:t.$el,suppressFilters:!0});return i.length||(i=acf.getFields({key:e,parent:t.$el.parent(),suppressFilters:!0})),!!i.length&&i[0]};acf.Field.prototype.getField=function(t){var e=a(this,t);if(e)return e;for(var i=this.parents(),n=0;n<i.length;n++)if(e=a(i[n],t))return e;return!1},acf.Field.prototype.getConditions=function(){return this.conditions||(this.conditions=new o(this)),this.conditions};var r=!1,o=acf.Model.extend({id:"Conditions",data:{field:!1,timeStamp:!1,groups:[]},setup:function(t){this.data.field=t;var e=t.get("conditions");e instanceof Array?e[0]instanceof Array?e.map((function(t,e){this.addRules(t,e)}),this):this.addRules(e):this.addRule(e)},change:function(t){if(this.get("timeStamp")===t.timeStamp)return!1;this.set("timeStamp",t.timeStamp,!0);var e=this.render()},render:function(){return this.calculate()?this.show():this.hide()},show:function(){return this.get("field").showEnable(this.cid,i)},hide:function(){return this.get("field").hideDisable(this.cid,i)},calculate:function(){var t=!1;return this.getGroups().map((function(e){var i;t||e.filter((function(t){return t.calculate()})).length==e.length&&(t=!0)})),t},hasGroups:function(){return null!=this.data.groups},getGroups:function(){return this.data.groups},addGroup:function(){var t=[];return this.data.groups.push(t),t},hasGroup:function(t){return null!=this.data.groups[t]},getGroup:function(t){return this.data.groups[t]},removeGroup:function(t){return this.data.groups[t].delete,this},addRules:function(t,e){t.map((function(t){this.addRule(t,e)}),this)},addRule:function(t,e){var i;e=e||0,i=this.hasGroup(e)?this.getGroup(e):this.addGroup();var n=acf.newCondition(t,this);if(!n)return!1;i.push(n)},hasRule:function(){},getRule:function(t,e){return t=t||0,e=e||0,this.data.groups[e][t]},removeRule:function(){}})}(jQuery),function(t,e){var i=acf.__,n=function(t){return t?""+t:""},a=function(t,e){return n(t).toLowerCase()===n(e).toLowerCase()},r=function(t,e){return parseFloat(t)===parseFloat(e)},o=function(t,e){return parseFloat(t)>parseFloat(e)},s=function(t,e){return parseFloat(t)<parseFloat(e)},c=function(t,e){return(e=e.map((function(t){return n(t)}))).indexOf(t)>-1},l=function(t,e){return n(t).indexOf(n(e))>-1},u=function(t,e){var i=new RegExp(n(e),"gi");return n(t).match(i)},d=acf.Condition.extend({type:"hasValue",operator:"!=empty",label:i("Has any value"),fieldTypes:["text","textarea","number","range","email","url","password","image","file","wysiwyg","oembed","select","checkbox","radio","button_group","link","post_object","page_link","relationship","taxonomy","user","google_map","date_picker","date_time_picker","time_picker","color_picker"],match:function(t,e){return!!e.val()},choices:function(t){return'<input type="text" disabled="" />'}});acf.registerConditionType(d);var f=d.extend({type:"hasNoValue",operator:"==empty",label:i("Has no value"),match:function(t,e){return!d.prototype.match.apply(this,arguments)}});acf.registerConditionType(f);var h=acf.Condition.extend({type:"equalTo",operator:"==",label:i("Value is equal to"),fieldTypes:["text","textarea","number","range","email","url","password"],match:function(e,i){return t.isNumeric(e.value)?r(e.value,i.val()):a(e.value,i.val())},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(h);var p=h.extend({type:"notEqualTo",operator:"!=",label:i("Value is not equal to"),match:function(t,e){return!h.prototype.match.apply(this,arguments)}});acf.registerConditionType(p);var g=acf.Condition.extend({type:"patternMatch",operator:"==pattern",label:i("Value matches pattern"),fieldTypes:["text","textarea","email","url","password","wysiwyg"],match:function(t,e){return u(e.val(),t.value)},choices:function(t){return'<input type="text" placeholder="[a-z0-9]" />'}});acf.registerConditionType(g);var m=acf.Condition.extend({type:"contains",operator:"==contains",label:i("Value contains"),fieldTypes:["text","textarea","number","email","url","password","wysiwyg","oembed","select"],match:function(t,e){return l(e.val(),t.value)},choices:function(t){return'<input type="text" />'}});acf.registerConditionType(m);var v=h.extend({type:"trueFalseEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:i("Checked")}]}});acf.registerConditionType(v);var y=p.extend({type:"trueFalseNotEqualTo",choiceType:"select",fieldTypes:["true_false"],choices:function(t){return[{id:1,text:i("Checked")}]}});acf.registerConditionType(y);var b=acf.Condition.extend({type:"selectEqualTo",operator:"==",label:i("Value is equal to"),fieldTypes:["select","checkbox","radio","button_group"],match:function(t,e){var i=e.val();return i instanceof Array?c(t.value,i):a(t.value,i)},choices:function(e){var n=[],a=e.$setting("choices textarea").val().split("\n");return e.$input("allow_null").prop("checked")&&n.push({id:"",text:i("Null")}),a.map((function(e){(e=e.split(":"))[1]=e[1]||e[0],n.push({id:t.trim(e[0]),text:t.trim(e[1])})})),n}});acf.registerConditionType(b);var w=b.extend({type:"selectNotEqualTo",operator:"!=",label:i("Value is not equal to"),match:function(t,e){return!b.prototype.match.apply(this,arguments)}});acf.registerConditionType(w);var _=acf.Condition.extend({type:"greaterThan",operator:">",label:i("Value is greater than"),fieldTypes:["number","range"],match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),o(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(_);var x=_.extend({type:"lessThan",operator:"<",label:i("Value is less than"),match:function(t,e){var i=e.val();return i instanceof Array&&(i=i.length),s(i,t.value)},choices:function(t){return'<input type="number" />'}});acf.registerConditionType(x);var $=_.extend({type:"selectionGreaterThan",label:i("Selection is greater than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType($);var k=x.extend({type:"selectionLessThan",label:i("Selection is less than"),fieldTypes:["checkbox","select","post_object","page_link","relationship","taxonomy","user"]});acf.registerConditionType(k)}(jQuery),function(t,e){acf.newMediaPopup=function(t){var e=null,t=acf.parseArgs(t,{mode:"select",title:"",button:"",type:"",field:!1,allowedTypes:"",library:"all",multiple:!1,attachment:0,autoOpen:!0,open:function(){},select:function(){},close:function(){}});return e="edit"==t.mode?new acf.models.EditMediaPopup(t):new acf.models.SelectMediaPopup(t),t.autoOpen&&setTimeout((function(){e.open()}),1),acf.doAction("new_media_popup",e),e};var i=function(){var e=acf.get("post_id");return t.isNumeric(e)?e:0};acf.getMimeTypes=function(){return this.get("mimeTypes")},acf.getMimeType=function(t){var e=acf.getMimeTypes();if(void 0!==e[t])return e[t];for(var i in e)if(-1!==i.indexOf(t))return e[i];return!1};var n=acf.Model.extend({id:"MediaPopup",data:{},defaults:{},frame:!1,setup:function(e){t.extend(this.data,e)},initialize:function(){var t=this.getFrameOptions();this.addFrameStates(t);var e=wp.media(t);e.acf=this,this.addFrameEvents(e,t),this.frame=e},open:function(){this.frame.open()},close:function(){this.frame.close()},remove:function(){this.frame.detach(),this.frame.remove()},getFrameOptions:function(){var t={title:this.get("title"),multiple:this.get("multiple"),library:{},states:[]};return this.get("type")&&(t.library.type=this.get("type")),"uploadedTo"===this.get("library")&&(t.library.uploadedTo=i()),this.get("attachment")&&(t.library.post__in=[this.get("attachment")]),this.get("button")&&(t.button={text:this.get("button")}),t},addFrameStates:function(t){var e=wp.media.query(t.library);this.get("field")&&acf.isset(e,"mirroring","args")&&(e.mirroring.args._acfuploader=this.get("field")),t.states.push(new wp.media.controller.Library({library:e,multiple:this.get("multiple"),title:this.get("title"),priority:20,filterable:"all",editable:!0,allowLocalEdits:!0})),acf.isset(wp,"media","controller","EditImage")&&t.states.push(new wp.media.controller.EditImage)},addFrameEvents:function(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-media-modal -"+this.acf.get("mode"))}),t),t.on("content:render:edit-image",(function(){var t=this.state().get("image"),e=new wp.media.view.EditImage({model:t,controller:this}).render();this.content.set(e),e.loadEditor()}),t),t.on("select",(function(){var e=t.state().get("selection");e&&e.each((function(e,i){t.acf.get("select").apply(t.acf,[e,i])}))})),t.on("close",(function(){setTimeout((function(){t.acf.get("close").apply(t.acf),t.acf.remove()}),1)}))}});acf.models.SelectMediaPopup=n.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Select","verb")),n.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){acf.isset(_wpPluploadSettings,"defaults","multipart_params")&&(_wpPluploadSettings.defaults.multipart_params._acfuploader=this.get("field"),t.on("open",(function(){delete _wpPluploadSettings.defaults.multipart_params._acfuploader}))),t.on("content:activate:browse",(function(){var e=!1;try{e=t.content.get().toolbar}catch(t){return void console.log(t)}t.acf.customizeFilters.apply(t.acf,[e])})),n.prototype.addFrameEvents.apply(this,arguments)},customizeFilters:function(e){var i=e.get("filters"),n;("image"==this.get("type")&&(i.filters.all.text=acf.__("All images"),delete i.filters.audio,delete i.filters.video,delete i.filters.image,t.each(i.filters,(function(t,e){e.props.type=e.props.type||"image"}))),this.get("allowedTypes"))&&this.get("allowedTypes").split(" ").join("").split(".").join("").split(",").map((function(t){var e=acf.getMimeType(t);if(e){var n={text:e,props:{status:null,type:e,uploadedTo:null,orderby:"date",order:"DESC"},priority:20};i.filters[e]=n}}));if("uploadedTo"===this.get("library")){var a=this.frame.options.library.uploadedTo;delete i.filters.unattached,delete i.filters.uploaded,t.each(i.filters,(function(t,e){e.text+=" ("+acf.__("Uploaded to this post")+")",e.props.uploadedTo=a}))}var r=this.get("field"),o;t.each(i.filters,(function(t,e){e.props._acfuploader=r})),e.get("search").model.attributes._acfuploader=r,i.renderFilters&&i.renderFilters()}}),acf.models.EditMediaPopup=n.extend({id:"SelectMediaPopup",setup:function(t){t.button||(t.button=acf._x("Update","verb")),n.prototype.setup.apply(this,arguments)},addFrameEvents:function(t,e){t.on("open",(function(){this.$el.closest(".media-modal").addClass("acf-expanded"),"browse"!=this.content.mode()&&this.content.mode("browse");var e,i=this.state().get("selection"),n=wp.media.attachment(t.acf.get("attachment"));i.add(n)}),t),n.prototype.addFrameEvents.apply(this,arguments)}});var a=new acf.Model({id:"customizePrototypes",wait:"ready",initialize:function(){if(acf.isset(window,"wp","media","view")){var t=i();t&&acf.isset(wp,"media","view","settings","post")&&(wp.media.view.settings.post.id=t),this.customizeAttachmentsButton(),this.customizeAttachmentsRouter(),this.customizeAttachmentFilters(),this.customizeAttachmentCompat(),this.customizeAttachmentLibrary()}},customizeAttachmentsButton:function(){if(acf.isset(wp,"media","view","Button")){var t=wp.media.view.Button;wp.media.view.Button=t.extend({initialize:function(){var t=_.defaults(this.options,this.defaults);this.model=new Backbone.Model(t),this.listenTo(this.model,"change",this.render)}})}},customizeAttachmentsRouter:function(){if(acf.isset(wp,"media","view","Router")){var e=wp.media.view.Router;wp.media.view.Router=e.extend({addExpand:function(){var e=t(['<a href="#" class="acf-expand-details">','<span class="is-closed"><span class="acf-icon -left small grey"></span>'+acf.__("Expand Details")+"</span>",'<span class="is-open"><span class="acf-icon -right small grey"></span>'+acf.__("Collapse Details")+"</span>","</a>"].join(""));e.on("click",(function(e){e.preventDefault();var i=t(this).closest(".media-modal");i.hasClass("acf-expanded")?i.removeClass("acf-expanded"):i.addClass("acf-expanded")})),this.$el.append(e)},initialize:function(){return e.prototype.initialize.apply(this,arguments),this.addExpand(),this}})}},customizeAttachmentFilters:function(){var e;acf.isset(wp,"media","view","AttachmentFilters","All")&&(wp.media.view.AttachmentFilters.All.prototype.renderFilters=function(){this.$el.html(_.chain(this.filters).map((function(e,i){return{el:t("<option></option>").val(i).html(e.text)[0],priority:e.priority||50}}),this).sortBy("priority").pluck("el").value())})},customizeAttachmentCompat:function(){if(acf.isset(wp,"media","view","AttachmentCompat")){var e=wp.media.view.AttachmentCompat,i=!1;wp.media.view.AttachmentCompat=e.extend({render:function(){return this.rendered?this:(e.prototype.render.apply(this,arguments),this.$("#acf-form-data").length?(clearTimeout(i),i=setTimeout(t.proxy((function(){this.rendered=!0,acf.doAction("append",this.$el)}),this),50),this):this)},save:function(t){var e={};t&&t.preventDefault(),e=acf.serializeForAjax(this.$el),this.controller.trigger("attachment:compat:waiting",["waiting"]),this.model.saveCompat(e).always(_.bind(this.postSave,this))}})}},customizeAttachmentLibrary:function(){if(acf.isset(wp,"media","view","Attachment","Library")){var t=wp.media.view.Attachment.Library;wp.media.view.Attachment.Library=t.extend({render:function(){var e=acf.isget(this,"controller","acf"),i=acf.isget(this,"model","attributes");if(e&&i){i.acf_errors&&this.$el.addClass("acf-disabled");var n=e.get("selected");n&&n.indexOf(i.id)>-1&&this.$el.addClass("acf-selected")}return t.prototype.render.apply(this,arguments)},toggleSelection:function(e){var i=this.collection,n=this.options.selection,a=this.model,r=n.single(),o=this.controller,s=acf.isget(this,"model","attributes","acf_errors"),c=o.$el.find(".media-frame-content .media-sidebar");if(c.children(".acf-selection-error").remove(),c.children().removeClass("acf-hidden"),o&&s){var l=acf.isget(this,"model","attributes","filename");return c.children().addClass("acf-hidden"),c.prepend(['<div class="acf-selection-error">','<span class="selection-error-label">'+acf.__("Restricted")+"</span>",'<span class="selection-error-filename">'+l+"</span>",'<span class="selection-error-message">'+s+"</span>","</div>"].join("")),n.reset(),void n.single(a)}return t.prototype.toggleSelection.apply(this,arguments)}})}}})}(jQuery),function(t,e){acf.screen=new acf.Model({active:!0,xhr:!1,timeout:!1,wait:"load",events:{"change #page_template":"onChange","change #parent_id":"onChange","change #post-formats-select":"onChange","change .categorychecklist":"onChange","change .tagsdiv":"onChange",'change .acf-taxonomy-field[data-save="1"]':"onChange","change #product-type":"onChange"},isPost:function(){return"post"===acf.get("screen")},isUser:function(){return"user"===acf.get("screen")},isTaxonomy:function(){return"taxonomy"===acf.get("screen")},isAttachment:function(){return"attachment"===acf.get("screen")},isNavMenu:function(){return"nav_menu"===acf.get("screen")},isWidget:function(){return"widget"===acf.get("screen")},isComment:function(){return"comment"===acf.get("screen")},getPageTemplate:function(){var e=t("#page_template");return e.length?e.val():null},getPageParent:function(e,i){var i;return(i=t("#parent_id")).length?i.val():null},getPageType:function(t,e){return this.getPageParent()?"child":"parent"},getPostType:function(){return t("#post_type").val()},getPostFormat:function(e,i){var i;if((i=t("#post-formats-select input:checked")).length){var n=i.val();return"0"==n?"standard":n}return null},getPostCoreTerms:function(){var e={},i=acf.serialize(t(".categorydiv, .tagsdiv"));for(var n in i.tax_input&&(e=i.tax_input),i.post_category&&(e.category=i.post_category),e)acf.isArray(e[n])||(e[n]=e[n].split(/,[\s]?/));return e},getPostTerms:function(){var t=this.getPostCoreTerms();for(var e in acf.getFields({type:"taxonomy"}).map((function(e){if(e.get("save")){var i=e.val(),n=e.get("taxonomy");i&&(t[n]=t[n]||[],i=acf.isArray(i)?i:[i],t[n]=t[n].concat(i))}})),null!==(productType=this.getProductType())&&(t.product_type=[productType]),t)t[e]=acf.uniqueArray(t[e]);return t},getProductType:function(){var e=t("#product-type");return e.length?e.val():null},check:function(){if("post"===acf.get("screen")){this.xhr&&this.xhr.abort();var e=acf.parseArgs(this.data,{action:"acf/ajax/check_screen",screen:acf.get("screen"),exists:[]});this.isPost()&&(e.post_id=acf.get("post_id")),null!==(postType=this.getPostType())&&(e.post_type=postType),null!==(pageTemplate=this.getPageTemplate())&&(e.page_template=pageTemplate),null!==(pageParent=this.getPageParent())&&(e.page_parent=pageParent),null!==(pageType=this.getPageType())&&(e.page_type=pageType),null!==(postFormat=this.getPostFormat())&&(e.post_format=postFormat),null!==(postTerms=this.getPostTerms())&&(e.post_terms=postTerms),acf.getPostboxes().map((function(t){e.exists.push(t.get("key"))})),e=acf.applyFilters("check_screen_args",e);var i=function(t){"post"==acf.get("screen")?this.renderPostScreen(t):"user"==acf.get("screen")&&this.renderUserScreen(t),acf.doAction("check_screen_complete",t,e)};this.xhr=t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(e),type:"post",dataType:"json",context:this,success:i})}},onChange:function(t,e){this.setTimeout(this.check,1)},renderPostScreen:function(e){var i=function(e,i){var n=t._data(e[0]).events;for(var a in n)for(var r=0;r<n[a].length;r++)i.on(a,n[a][r].handler)},n=function(e,i){var n=i.indexOf(e);if(-1==n)return!1;for(var a=n-1;a>=0;a--)if(t("#"+i[a]).length)return t("#"+i[a]).after(t("#"+e));for(var a=n+1;a<i.length;a++)if(t("#"+i[a]).length)return t("#"+i[a]).before(t("#"+e));return!1};e.visible=[],e.hidden=[],e.results=e.results.map((function(a,r){var o=acf.getPostbox(a.id);if(acf.isGutenberg()&&"acf_after_title"==a.position&&(a.position="normal"),!o){var s=t(['<div id="'+a.id+'" class="postbox">','<button type="button" class="handlediv" aria-expanded="false">','<span class="screen-reader-text">Toggle panel: '+a.title+"</span>",'<span class="toggle-indicator" aria-hidden="true"></span>',"</button>",'<h2 class="hndle ui-sortable-handle">',"<span>"+a.title+"</span>","</h2>",'<div class="inside">',a.html,"</div>","</div>"].join(""));if(t("#adv-settings").length){var c=t("#adv-settings .metabox-prefs"),l=t(['<label for="'+a.id+'-hide">','<input class="hide-postbox-tog" name="'+a.id+'-hide" type="checkbox" id="'+a.id+'-hide" value="'+a.id+'" checked="checked">'," "+a.title,"</label>"].join(""));i(c.find("input").first(),l.find("input")),c.append(l)}t(".postbox").length&&(i(t(".postbox .handlediv").first(),s.children(".handlediv")),i(t(".postbox .hndle").first(),s.children(".hndle"))),"side"===a.position?t("#"+a.position+"-sortables").append(s):t("#"+a.position+"-sortables").prepend(s);var u=[];if(e.results.map((function(e){a.position===e.position&&t("#"+a.position+"-sortables #"+e.id).length&&u.push(e.id)})),n(a.id,u),e.sorted)for(var d in e.sorted){var u=e.sorted[d].split(",");if(n(a.id,u))break}o=acf.newPostbox(a),acf.doAction("append",s),acf.doAction("append_postbox",o)}return o.showEnable(),e.visible.push(a.id),a})),acf.getPostboxes().map((function(t){-1===e.visible.indexOf(t.get("id"))&&(t.hideDisable(),e.hidden.push(t.get("id")))})),t("#acf-style").html(e.style),acf.doAction("refresh_post_screen",e)},renderUserScreen:function(t){}});var i=new acf.Model({postEdits:{},wait:"load",initialize:function(){var t;acf.isGutenberg()&&(wp.data.subscribe(acf.debounce(this.onChange).bind(this)),acf.screen.getPageTemplate=this.getPageTemplate,acf.screen.getPageParent=this.getPageParent,acf.screen.getPostType=this.getPostType,acf.screen.getPostFormat=this.getPostFormat,acf.screen.getPostCoreTerms=this.getPostCoreTerms,acf.unload.disable(),parseFloat(acf.get("wp_version"))>=5.3&&this.addAction("refresh_post_screen",this.onRefreshPostScreen))},onChange:function(){var t=["template","parent","format"];(wp.data.select("core").getTaxonomies()||[]).map((function(e){t.push(e.rest_base)}));var e=wp.data.select("core/editor").getPostEdits(),i={};t.map((function(t){void 0!==e[t]&&(i[t]=e[t])})),JSON.stringify(i)!==JSON.stringify(this.postEdits)&&(this.postEdits=i,acf.screen.check())},getPageTemplate:function(){return wp.data.select("core/editor").getEditedPostAttribute("template")},getPageParent:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("parent")},getPostType:function(){return wp.data.select("core/editor").getEditedPostAttribute("type")},getPostFormat:function(t,e){return wp.data.select("core/editor").getEditedPostAttribute("format")},getPostCoreTerms:function(){var t={},e;return(wp.data.select("core").getTaxonomies()||[]).map((function(e){var i=wp.data.select("core/editor").getEditedPostAttribute(e.rest_base);i&&(t[e.slug]=i)})),t},onRefreshPostScreen:function(t){var e=wp.data.select("core/edit-post"),i=wp.data.dispatch("core/edit-post"),n={};e.getActiveMetaBoxLocations().map((function(t){n[t]=e.getMetaBoxesPerLocation(t)}));var a=[];for(var r in n)n[r].map((function(t){a.push(t.id)}));for(var r in t.results.filter((function(t){return-1===a.indexOf(t.id)})).map((function(t,e){var i=t.position;n[i]=n[i]||[],n[i].push({id:t.id,title:t.title})})),n)n[r]=n[r].filter((function(e){return-1===t.hidden.indexOf(e.id)}));i.setAvailableMetaBoxesPerLocation(n)}})}(jQuery),function(t,e){function i(){return acf.isset(window,"jQuery","fn","select2","amd")?4:!!acf.isset(window,"Select2")&&3}acf.newSelect2=function(t,e){if(e=acf.parseArgs(e,{allowNull:!1,placeholder:"",multiple:!1,field:!1,ajax:!1,ajaxAction:"",ajaxData:function(t){return t},ajaxResults:function(t){return t}}),4==i())var n=new a(t,e);else var n=new r(t,e);return acf.doAction("new_select2",n),n};var n=acf.Model.extend({setup:function(e,i){t.extend(this.data,i),this.$el=e},initialize:function(){},selectOption:function(t){var e=this.getOption(t);e.prop("selected")||e.prop("selected",!0).trigger("change")},unselectOption:function(t){var e=this.getOption(t);e.prop("selected")&&e.prop("selected",!1).trigger("change")},getOption:function(t){return this.$('option[value="'+t+'"]')},addOption:function(e){e=acf.parseArgs(e,{id:"",text:"",selected:!1});var i=this.getOption(e.id);return i.length||((i=t("<option></option>")).html(e.text),i.attr("value",e.id),i.prop("selected",e.selected),this.$el.append(i)),i},getValue:function(){var e=[],i=this.$el.find("option:selected");return i.exists()?((i=i.sort((function(t,e){return+t.getAttribute("data-i")-+e.getAttribute("data-i")}))).each((function(){var i=t(this);e.push({$el:i,id:i.attr("value"),text:i.text()})})),e):e},
|
4 |
+
mergeOptions:function(){},getChoices:function(){var e=function(i){var n=[];return i.children().each((function(){var i=t(this);i.is("optgroup")?n.push({text:i.attr("label"),children:e(i)}):n.push({id:i.attr("value"),text:i.text()})})),n};return e(this.$el)},decodeChoices:function(t){var e=function(t){return t.map((function(t){return t.text=acf.decode(t.text),t.children&&(t.children=e(t.children)),t})),t};return e(t)},getAjaxData:function(t){var e={action:this.get("ajaxAction"),s:t.term||"",paged:t.page||1},i=this.get("field");i&&(e.field_key=i.get("key"));var n=this.get("ajaxData");return n&&(e=n.apply(this,[e,t])),e=acf.applyFilters("select2_ajax_data",e,this.data,this.$el,i||!1,this),acf.prepareForAjax(e)},getAjaxResults:function(t,e){(t=acf.parseArgs(t,{results:!1,more:!1})).results&&(t.results=this.decodeChoices(t.results));var i=this.get("ajaxResults");return i&&(t=i.apply(this,[t,e])),t=acf.applyFilters("select2_ajax_results",t,e,this)},processAjaxResults:function(e,i){var e;return(e=this.getAjaxResults(e,i)).more&&(e.pagination={more:!0}),setTimeout(t.proxy(this.mergeOptions,this),1),e},destroy:function(){this.$el.data("select2")&&this.$el.select2("destroy"),this.$el.siblings(".select2-container").remove()}}),a=n.extend({initialize:function(){var e=this.$el,i={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),multiple:this.get("multiple"),data:[],escapeMarkup:function(t){return t}};i.multiple&&this.getValue().map((function(t){t.$el.detach().appendTo(e)})),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(i.ajax={url:acf.get("ajaxurl"),delay:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),processResults:t.proxy(this.processAjaxResults,this)});var n=this.get("field");i=acf.applyFilters("select2_args",i,e,this.data,n||!1,this),e.select2(i);var a=e.next(".select2-container");if(i.multiple){var r=a.find("ul");r.sortable({stop:function(i){r.find(".select2-selection__choice").each((function(){var i;t(t(this).data("data").element).detach().appendTo(e)})),e.trigger("change")}}),e.on("select2:select",this.proxy((function(t){this.getOption(t.params.data.id).detach().appendTo(this.$el)})))}a.addClass("-acf"),acf.doAction("select2_init",e,i,this.data,n||!1,this)},mergeOptions:function(){var e=!1,i=!1;t('.select2-results__option[role="group"]').each((function(){var n=t(this).children("ul"),a=t(this).children("strong");if(i&&i.text()===a.text())return e.append(n.children()),void t(this).remove();e=n,i=a}))}}),r=n.extend({initialize:function(){var e=this.$el,i=this.getValue(),n=this.get("multiple"),a={width:"100%",allowClear:this.get("allowNull"),placeholder:this.get("placeholder"),separator:"||",multiple:this.get("multiple"),data:this.getChoices(),escapeMarkup:function(t){return t},dropdownCss:{"z-index":"999999999"},initSelection:function(t,e){e(n?i:i.shift())}},r=e.siblings("input");r.length||(r=t('<input type="hidden" />'),e.before(r)),inputValue=i.map((function(t){return t.id})).join("||"),r.val(inputValue),a.multiple&&i.map((function(t){t.$el.detach().appendTo(e)})),a.allowClear&&(a.data=a.data.filter((function(t){return""!==t.id}))),e.removeData("ajax"),e.removeAttr("data-ajax"),this.get("ajax")&&(a.ajax={url:acf.get("ajaxurl"),quietMillis:250,dataType:"json",type:"post",cache:!1,data:t.proxy(this.getAjaxData,this),results:t.proxy(this.processAjaxResults,this)});var o=this.get("field");a=acf.applyFilters("select2_args",a,e,this.data,o||!1,this),r.select2(a);var s=r.select2("container"),c=t.proxy(this.getOption,this);if(a.multiple){var l=s.find("ul");l.sortable({stop:function(){l.find(".select2-search-choice").each((function(){var i=t(this).data("select2Data"),n;c(i.id).detach().appendTo(e)})),e.trigger("change")}})}r.on("select2-selecting",(function(i){var n=i.choice,a=c(n.id);a.length||(a=t('<option value="'+n.id+'">'+n.text+"</option>")),a.detach().appendTo(e)})),s.addClass("-acf"),acf.doAction("select2_init",e,a,this.data,o||!1,this),r.on("change",(function(){var t=r.val();t.indexOf("||")&&(t=t.split("||")),e.val(t).trigger("change")})),e.hide()},mergeOptions:function(){var e=!1,i=!1;t("#select2-drop .select2-result-with-children").each((function(){var n=t(this).children("ul"),a=t(this).children(".select2-result-label");if(i&&i.text()===a.text())return i.append(n.children()),void t(this).remove();e=n,i=a}))},getAjaxData:function(t,e){var i={term:t,page:e};return n.prototype.getAjaxData.apply(this,[i])}}),o=new acf.Model({priority:5,wait:"prepare",actions:{duplicate:"onDuplicate"},initialize:function(){var t=acf.get("locale"),e=acf.get("rtl"),n=acf.get("select2L10n"),a=i();return!!n&&(0!==t.indexOf("en")&&void(4==a?this.addTranslations4():3==a&&this.addTranslations3()))},addTranslations4:function(){var t=acf.get("select2L10n"),e=acf.get("locale");e=e.replace("_","-");var i={errorLoading:function(){return t.load_fail},inputTooLong:function(e){var i=e.input.length-e.maximum;return i>1?t.input_too_long_n.replace("%d",i):t.input_too_long_1},inputTooShort:function(e){var i=e.minimum-e.input.length;return i>1?t.input_too_short_n.replace("%d",i):t.input_too_short_1},loadingMore:function(){return t.load_more},maximumSelected:function(e){var i=e.maximum;return i>1?t.selection_too_long_n.replace("%d",i):t.selection_too_long_1},noResults:function(){return t.matches_0},searching:function(){return t.searching}};jQuery.fn.select2.amd.define("select2/i18n/"+e,[],(function(){return i}))},addTranslations3:function(){var e=acf.get("select2L10n"),i=acf.get("locale");i=i.replace("_","-");var n={formatMatches:function(t){return t>1?e.matches_n.replace("%d",t):e.matches_1},formatNoMatches:function(){return e.matches_0},formatAjaxError:function(){return e.load_fail},formatInputTooShort:function(t,i){var n=i-t.length;return n>1?e.input_too_short_n.replace("%d",n):e.input_too_short_1},formatInputTooLong:function(t,i){var n=t.length-i;return n>1?e.input_too_long_n.replace("%d",n):e.input_too_long_1},formatSelectionTooBig:function(t){return t>1?e.selection_too_long_n.replace("%d",t):e.selection_too_long_1},formatLoadMore:function(){return e.load_more},formatSearching:function(){return e.searching}};t.fn.select2.locales=t.fn.select2.locales||{},t.fn.select2.locales[i]=n,t.extend(t.fn.select2.defaults,n)},onDuplicate:function(t,e){e.find(".select2-container").remove()}})}(jQuery),function(t,e){acf.tinymce={defaults:function(){return"undefined"!=typeof tinyMCEPreInit&&{tinymce:tinyMCEPreInit.mceInit.acf_content,quicktags:tinyMCEPreInit.qtInit.acf_content};var t},initialize:function(t,e){(e=acf.parseArgs(e,{tinymce:!0,quicktags:!0,toolbar:"full",mode:"visual",field:!1})).tinymce&&this.initializeTinymce(t,e),e.quicktags&&this.initializeQuicktags(t,e)},initializeTinymce:function(e,i){var n=t("#"+e),a=this.defaults(),r=acf.get("toolbars"),o=i.field||!1,s=o.$el||!1;if("undefined"==typeof tinymce)return!1;if(!a)return!1;if(tinymce.get(e))return this.enable(e);var c=t.extend({},a.tinymce,i.tinymce);c.id=e,c.selector="#"+e;var l=i.toolbar;if(l&&r&&r[l])for(var u=1;u<=4;u++)c["toolbar"+u]=r[l][u]||"";if(c.setup=function(t){t.on("change",(function(e){t.save(),n.trigger("change")})),t.on("mouseup",(function(t){var e=new MouseEvent("mouseup");window.dispatchEvent(e)}))},c.wp_autoresize_on=!1,c.tadv_noautop||(c.wpautop=!0),c=acf.applyFilters("wysiwyg_tinymce_settings",c,e,o),tinyMCEPreInit.mceInit[e]=c,"visual"==i.mode){var d=tinymce.init(c),f=tinymce.get(e);if(!f)return!1;f.acf=i.field,acf.doAction("wysiwyg_tinymce_init",f,f.id,c,o)}},initializeQuicktags:function(e,i){var n=this.defaults();if("undefined"==typeof quicktags)return!1;if(!n)return!1;var a=t.extend({},n.quicktags,i.quicktags);a.id=e;var r=i.field||!1,o=r.$el||!1;a=acf.applyFilters("wysiwyg_quicktags_settings",a,a.id,r),tinyMCEPreInit.qtInit[e]=a;var s=quicktags(a);if(!s)return!1;this.buildQuicktags(s),acf.doAction("wysiwyg_quicktags_init",s,s.id,a,r)},buildQuicktags:function(t){var e,i,n,a,r,t,o,s,c,l,u=",strong,em,link,block,del,ins,img,ul,ol,li,code,more,close,";for(s in e=t.canvas,i=t.name,n=t.settings,r="",a={},c="",l=t.id,n.buttons&&(c=","+n.buttons+","),edButtons)edButtons[s]&&(o=edButtons[s].id,c&&-1!==u.indexOf(","+o+",")&&-1===c.indexOf(","+o+",")||edButtons[s].instance&&edButtons[s].instance!==l||(a[o]=edButtons[s],edButtons[s].html&&(r+=edButtons[s].html(i+"_"))));c&&-1!==c.indexOf(",dfw,")&&(a.dfw=new QTags.DFWButton,r+=a.dfw.html(i+"_")),"rtl"===document.getElementsByTagName("html")[0].dir&&(a.textdirection=new QTags.TextDirectionButton,r+=a.textdirection.html(i+"_")),t.toolbar.innerHTML=r,t.theButtons=a,"undefined"!=typeof jQuery&&jQuery(document).triggerHandler("quicktags-init",[t])},disable:function(t){this.destroyTinymce(t)},remove:function(t){this.destroyTinymce(t)},destroy:function(t){this.destroyTinymce(t)},destroyTinymce:function(t){if("undefined"==typeof tinymce)return!1;var e=tinymce.get(t);return!!e&&(e.save(),e.destroy(),!0)},enable:function(t){this.enableTinymce(t)},enableTinymce:function(t){return"undefined"!=typeof switchEditors&&(void 0!==tinyMCEPreInit.mceInit[t]&&(switchEditors.go(t,"tmce"),!0))}};var i=new acf.Model({priority:5,actions:{prepare:"onPrepare",ready:"onReady"},onPrepare:function(){var e=t("#acf-hidden-wp-editor");e.exists()&&e.appendTo("body")},onReady:function(){acf.isset(window,"wp","oldEditor")&&(wp.editor.autop=wp.oldEditor.autop,wp.editor.removep=wp.oldEditor.removep),acf.isset(window,"tinymce","on")&&tinymce.on("AddEditor",(function(t){var e=t.editor;"acf"===e.id.substr(0,3)&&(e=tinymce.editors.content||e,tinymce.activeEditor=e,wpActiveEditor=e.id)}))}})}(jQuery),function(t,e){var i=acf.Model.extend({id:"Validator",data:{errors:[],notice:null,status:""},events:{"changed:status":"onChangeStatus"},addErrors:function(t){t.map(this.addError,this)},addError:function(t){this.data.errors.push(t)},hasErrors:function(){return this.data.errors.length},clearErrors:function(){return this.data.errors=[]},getErrors:function(){return this.data.errors},getFieldErrors:function(){var t=[],e=[];return this.getErrors().map((function(i){if(i.input){var n=e.indexOf(i.input);n>-1?t[n]=i:(t.push(i),e.push(i.input))}})),t},getGlobalErrors:function(){return this.getErrors().filter((function(t){return!t.input}))},showErrors:function(){if(this.hasErrors()){var e=this.getFieldErrors(),i=this.getGlobalErrors(),n=0,a=!1;e.map((function(t){var e=this.$('[name="'+t.input+'"]').first();if(e.length||(e=this.$('[name^="'+t.input+'"]').first()),e.length){n++;var i=acf.getClosestField(e);i.showError(t.message),a||(a=i.$el)}}),this);var r=acf.__("Validation failed");if(i.map((function(t){r+=". "+t.message})),1==n?r+=". "+acf.__("1 field requires attention"):n>1&&(r+=". "+acf.__("%d fields require attention").replace("%d",n)),this.has("notice"))this.get("notice").update({type:"error",text:r});else{var o=acf.newNotice({type:"error",text:r,target:this.$el});this.set("notice",o)}a||(a=this.get("notice").$el),setTimeout((function(){t("html, body").animate({scrollTop:a.offset().top-t(window).height()/2},500)}),10)}},onChangeStatus:function(t,e,i,n){this.$el.removeClass("is-"+n).addClass("is-"+i)},validate:function(e){if(e=acf.parseArgs(e,{event:!1,reset:!1,loading:function(){},complete:function(){},failure:function(){},success:function(t){t.submit()}}),"valid"==this.get("status"))return!0;if("validating"==this.get("status"))return!1;if(!this.$(".acf-field").length)return!0;if(e.event){var i=t.Event(null,e.event);e.success=function(){acf.enableSubmit(t(i.target)).trigger(i)}}acf.doAction("validation_begin",this.$el),acf.lockForm(this.$el),e.loading(this.$el,this),this.set("status","validating");var n=function(t){if(acf.isAjaxSuccess(t)){var e=acf.applyFilters("validation_complete",t.data,this.$el,this);e.valid||this.addErrors(e.errors)}},a=function(){acf.unlockForm(this.$el),this.hasErrors()?(this.set("status","invalid"),acf.doAction("validation_failure",this.$el,this),this.showErrors(),e.failure(this.$el,this)):(this.set("status","valid"),this.has("notice")&&this.get("notice").update({type:"success",text:acf.__("Validation successful"),timeout:1e3}),acf.doAction("validation_success",this.$el,this),acf.doAction("submit",this.$el),e.success(this.$el,this),acf.lockForm(this.$el),e.reset&&this.reset()),e.complete(this.$el,this),this.clearErrors()},r=acf.serialize(this.$el);return r.action="acf/validate_save_post",t.ajax({url:acf.get("ajaxurl"),data:acf.prepareForAjax(r),type:"post",dataType:"json",context:this,success:n,complete:a}),!1},setup:function(t){this.$el=t},reset:function(){this.set("errors",[]),this.set("notice",null),this.set("status",""),acf.unlockForm(this.$el)}}),n=function(t){var e=t.data("acf");return e||(e=new i(t)),e};acf.validateForm=function(t){return n(t.form).validate(t)},acf.enableSubmit=function(t){return t.removeClass("disabled")},acf.disableSubmit=function(t){return t.addClass("disabled")},acf.showSpinner=function(t){return t.addClass("is-active"),t.css("display","inline-block"),t},acf.hideSpinner=function(t){return t.removeClass("is-active"),t.css("display","none"),t},acf.lockForm=function(t){var e=a(t),i=e.find('.button, [type="submit"]'),n=e.find(".spinner, .acf-spinner");return acf.hideSpinner(n),acf.disableSubmit(i),acf.showSpinner(n.last()),t},acf.unlockForm=function(t){var e=a(t),i=e.find('.button, [type="submit"]'),n=e.find(".spinner, .acf-spinner");return acf.enableSubmit(i),acf.hideSpinner(n),t};var a=function(t){var e,e,e,e;return(e=t.find("#submitdiv")).length||(e=t.find("#submitpost")).length||(e=t.find("p.submit").last()).length||(e=t.find(".acf-form-submit")).length?e:t};acf.validation=new acf.Model({id:"validation",active:!0,wait:"prepare",actions:{ready:"addInputEvents",append:"addInputEvents"},events:{'click input[type="submit"]':"onClickSubmit",'click button[type="submit"]':"onClickSubmit","click #save-post":"onClickSave","submit form#post":"onSubmitPost","submit form":"onSubmit"},initialize:function(){acf.get("validation")||(this.active=!1,this.actions={},this.events={})},enable:function(){this.active=!0},disable:function(){this.active=!1},reset:function(t){n(t).reset()},addInputEvents:function(e){if("safari"!==acf.get("browser")){var i=t(".acf-field [name]",e);i.length&&this.on(i,"invalid","onInvalid")}},onInvalid:function(t,e){t.preventDefault();var i=e.closest("form");i.length&&(n(i).addError({input:e.attr("name"),message:acf.strEscape(t.target.validationMessage)}),i.submit())},onClickSubmit:function(t,e){this.set("originalEvent",t)},onClickSave:function(t,e){this.set("ignore",!0)},onClickSubmitGutenberg:function(e,i){var n;acf.validateForm({form:t("#editor"),event:e,reset:!0,failure:function(t,e){var i=e.get("notice").$el;i.appendTo(".components-notice-list"),i.find(".acf-notice-dismiss").removeClass("small")}})||(e.preventDefault(),e.stopImmediatePropagation())},onSubmitPost:function(e,i){"dopreview"===t("input#wp-preview").val()&&(this.set("ignore",!0),acf.unlockForm(i))},onSubmit:function(t,e){if(!this.active||this.get("ignore")||t.isDefaultPrevented())return this.allowSubmit();var i;acf.validateForm({form:e,event:this.get("originalEvent")})||t.preventDefault()},allowSubmit:function(){return this.set("ignore",!1),this.set("originalEvent",!1),!0}})}(jQuery),function(t,e){var i=new acf.Model({priority:90,initialize:function(){this.refresh=acf.debounce(this.refresh,0)},actions:{new_field:"refresh",show_field:"refresh",hide_field:"refresh",remove_field:"refresh",unmount_field:"refresh",remount_field:"refresh"},refresh:function(){acf.doAction("refresh"),t(window).trigger("acfrefresh")}}),n=new acf.Model({priority:1,actions:{sortstart:"onSortstart",sortstop:"onSortstop"},onSortstart:function(t){acf.doAction("unmount",t)},onSortstop:function(t){acf.doAction("remount",t)}}),a=new acf.Model({actions:{sortstart:"onSortstart"},onSortstart:function(e,i){e.is("tr")&&(i.html('<td style="padding:0;" colspan="'+i.children().length+'"></td>'),e.addClass("acf-sortable-tr-helper"),e.children().each((function(){t(this).width(t(this).width())})),i.height(e.height()+"px"),e.removeClass("acf-sortable-tr-helper"))}}),r=new acf.Model({actions:{after_duplicate:"onAfterDuplicate"},onAfterDuplicate:function(e,i){var n=[];e.find("select").each((function(e){n.push(t(this).val())})),i.find("select").each((function(e){t(this).val(n[e])}))}}),o=new acf.Model({id:"tableHelper",priority:20,actions:{refresh:"renderTables"},renderTables:function(e){var i=this;t(".acf-table:visible").each((function(){i.renderTable(t(this))}))},renderTable:function(e){var i=e.find("> thead > tr:visible > th[data-key]"),n=e.find("> tbody > tr:visible > td[data-key]");if(!i.length||!n.length)return!1;i.each((function(e){var i=t(this),a=i.data("key"),r=n.filter('[data-key="'+a+'"]'),o=r.filter(".acf-hidden");r.removeClass("acf-empty"),r.length===o.length?acf.hide(i):(acf.show(i),o.addClass("acf-empty"))})),i.css("width","auto"),i=i.not(".acf-hidden");var a=100,r=i.length,o;i.filter("[data-width]").each((function(){var e=t(this).data("width");t(this).css("width",e+"%"),a-=e}));var s=i.not("[data-width]");if(s.length){var c=a/s.length;s.css("width",c+"%"),a=0}a>0&&i.last().css("width","auto"),n.filter(".-collapsed-target").each((function(){var e=t(this);e.parent().hasClass("-collapsed")?e.attr("colspan",i.length):e.removeAttr("colspan")}))}}),s=new acf.Model({id:"fieldsHelper",priority:30,actions:{refresh:"renderGroups"},renderGroups:function(){var e=this;t(".acf-fields:visible").each((function(){e.renderGroup(t(this))}))},renderGroup:function(e){var i=0,n=0,a=t(),r=e.children(".acf-field[data-width]:visible");return!!r.length&&(e.hasClass("-left")?(r.removeAttr("data-width"),r.css("width","auto"),!1):(r.removeClass("-r0 -c0").css({"min-height":0}),r.each((function(e){var r=t(this),o=r.position(),s=Math.ceil(o.top),c=Math.ceil(o.left);a.length&&s>i&&(a.css({"min-height":n+"px"}),o=r.position(),s=Math.ceil(o.top),c=Math.ceil(o.left),i=0,n=0,a=t()),acf.get("rtl")&&(c=Math.ceil(r.parent().width()-(o.left+r.outerWidth()))),0==s?r.addClass("-r0"):0==c&&r.addClass("-c0");var l=Math.ceil(r.outerHeight())+1;n=Math.max(n,l),i=Math.max(i,s),a=a.add(r)})),void(a.length&&a.css({"min-height":n+"px"}))))}})}(jQuery),function(t,e){acf.newCompatibility=function(t,e){return(e=e||{}).__proto__=t.__proto__,t.__proto__=e,t.compatibility=e,e},acf.getCompatibility=function(t){return t.compatibility||null};var i=acf.newCompatibility(acf,{l10n:{},o:{},fields:{},update:acf.set,add_action:acf.addAction,remove_action:acf.removeAction,do_action:acf.doAction,add_filter:acf.addFilter,remove_filter:acf.removeFilter,apply_filters:acf.applyFilters,parse_args:acf.parseArgs,disable_el:acf.disable,disable_form:acf.disable,enable_el:acf.enable,enable_form:acf.enable,update_user_setting:acf.updateUserSetting,prepare_for_ajax:acf.prepareForAjax,is_ajax_success:acf.isAjaxSuccess,remove_el:acf.remove,remove_tr:acf.remove,str_replace:acf.strReplace,render_select:acf.renderSelect,get_uniqid:acf.uniqid,serialize_form:acf.serialize,esc_html:acf.strEscape,str_sanitize:acf.strSanitize});i._e=function(t,e){t=t||"";var i=(e=e||"")?t+"."+e:t,n={"image.select":"Select Image","image.edit":"Edit Image","image.update":"Update Image"};if(n[i])return acf.__(n[i]);var a=this.l10n[t]||"";return e&&(a=a[e]||""),a},i.get_selector=function(e){var i=".acf-field";if(!e)return i;if(t.isPlainObject(e)){if(t.isEmptyObject(e))return i;for(var n in e){e=e[n];break}}return i+="-"+e,i=acf.strReplace("_","-",i),i=acf.strReplace("field-field-","field-",i)},i.get_fields=function(t,e,i){var n={is:t||"",parent:e||!1,suppressFilters:i||!1};return n.is&&(n.is=this.get_selector(n.is)),acf.findFields(n)},i.get_field=function(t,e){var i=this.get_fields.apply(this,arguments);return!!i.length&&i.first()},i.get_closest_field=function(t,e){return t.closest(this.get_selector(e))},i.get_field_wrap=function(t){return t.closest(this.get_selector())},i.get_field_key=function(t){return t.data("key")},i.get_field_type=function(t){return t.data("type")},i.get_data=function(t,e){return acf.parseArgs(t.data(),e)},i.maybe_get=function(t,e,i){void 0===i&&(i=null),keys=String(e).split(".");for(var n=0;n<keys.length;n++){if(!t.hasOwnProperty(keys[n]))return i;t=t[keys[n]]}return t};var n=function(t){return t instanceof acf.Field?t.$el:t},a=function(t){return acf.arrayArgs(t).map(n)},r=function(e){return function(){if(arguments.length)var i=a(arguments);else var i=[t(document)];return e.apply(this,i)}};i.add_action=function(t,e,n,a){var o=t.split(" "),s=o.length;if(s>1){for(var c=0;c<s;c++)t=o[c],i.add_action.apply(this,arguments);return this}var e=r(e);return acf.addAction.apply(this,arguments)},i.add_filter=function(t,e,i,n){var e=r(e);return acf.addFilter.apply(this,arguments)},i.model={actions:{},filters:{},events:{},extend:function(e){var i=t.extend({},this,e);return t.each(i.actions,(function(t,e){i._add_action(t,e)})),t.each(i.filters,(function(t,e){i._add_filter(t,e)})),t.each(i.events,(function(t,e){i._add_event(t,e)})),i},_add_action:function(t,e){var i=this,n=t.split(" "),t=n[0]||"",a=n[1]||10;acf.add_action(t,this[e],a,this)},_add_filter:function(t,e){var i=this,n=t.split(" "),t=n[0]||"",a=n[1]||10;acf.add_filter(t,this[e],a,this)},_add_event:function(e,i){var n=this,a=e.indexOf(" "),r=a>0?e.substr(0,a):e,o=a>0?e.substr(a+1):"",s=function(e){e.$el=t(this),acf.field_group&&(e.$field=e.$el.closest(".acf-field-object")),"function"==typeof n.event&&(e=n.event(e)),n[i].apply(n,arguments)};o?t(document).on(r,o,s):t(document).on(r,s)},get:function(t,e){return e=e||null,void 0!==this[t]&&(e=this[t]),e},set:function(t,e){return this[t]=e,"function"==typeof this["_set_"+t]&&this["_set_"+t].apply(this),this}},i.field=acf.model.extend({type:"",o:{},$field:null,_add_action:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_action(t,(function(t){i.set("$field",t),i[e].apply(i,arguments)}))},_add_filter:function(t,e){var i=this;t=t+"_field/type="+i.type,acf.add_filter(t,(function(t){i.set("$field",t),i[e].apply(i,arguments)}))},_add_event:function(e,i){var n=this,a=e.substr(0,e.indexOf(" ")),r=e.substr(e.indexOf(" ")+1),o=acf.get_selector(n.type);t(document).on(a,o+" "+r,(function(e){var a=t(this),r=acf.get_closest_field(a,n.type);r.length&&(r.is(n.$field)||n.set("$field",r),e.$el=a,e.$field=r,n[i].apply(n,[e]))}))},_set_$field:function(){"function"==typeof this.focus&&this.focus()},doFocus:function(t){return this.set("$field",t)}});var o=acf.newCompatibility(acf.validation,{remove_error:function(t){acf.getField(t).removeError()},add_warning:function(t,e){acf.getField(t).showNotice({text:e,type:"warning",timeout:1e3})},fetch:acf.validateForm,enableSubmit:acf.enableSubmit,disableSubmit:acf.disableSubmit,showSpinner:acf.showSpinner,hideSpinner:acf.hideSpinner,unlockForm:acf.unlockForm,lockForm:acf.lockForm});i.tooltip={tooltip:function(t,e){var i;return acf.newTooltip({text:t,target:e}).$el},temp:function(t,e){var i=acf.newTooltip({text:t,target:e,timeout:250})},confirm:function(t,e,i,n,a){var r=acf.newTooltip({confirm:!0,text:i,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})},confirm_remove:function(t,e){var i=acf.newTooltip({confirmRemove:!0,target:t,confirm:function(){e(!0)},cancel:function(){e(!1)}})}},i.media=new acf.Model({activeFrame:!1,actions:{new_media_popup:"onNewMediaPopup"},frame:function(){return this.activeFrame},onNewMediaPopup:function(t){this.activeFrame=t.frame},popup:function(t){var e;return t.mime_types&&(t.allowedTypes=t.mime_types),t.id&&(t.attachment=t.id),acf.newMediaPopup(t).frame}}),i.select2={init:function(t,e,i){return e.allow_null&&(e.allowNull=e.allow_null),e.ajax_action&&(e.ajaxAction=e.ajax_action),i&&(e.field=acf.getField(i)),acf.newSelect2(t,e)},destroy:function(t){return acf.getInstance(t).destroy()}},i.postbox={render:function(t){return t.edit_url&&(t.editLink=t.edit_url),t.edit_title&&(t.editTitle=t.edit_title),acf.newPostbox(t)}},acf.newCompatibility(acf.screen,{update:function(){return this.set.apply(this,arguments)},fetch:acf.screen.check}),i.ajax=acf.screen}(jQuery);
|
includes/admin/admin.php
CHANGED
@@ -92,13 +92,16 @@ class ACF_Admin {
|
|
92 |
// Determine body class version.
|
93 |
$wp_minor_version = floatval( $wp_version );
|
94 |
if( $wp_minor_version >= 5.3 ) {
|
95 |
-
$
|
96 |
} else {
|
97 |
-
$
|
98 |
}
|
99 |
|
|
|
|
|
|
|
100 |
// Append and return.
|
101 |
-
return $classes
|
102 |
}
|
103 |
|
104 |
/**
|
92 |
// Determine body class version.
|
93 |
$wp_minor_version = floatval( $wp_version );
|
94 |
if( $wp_minor_version >= 5.3 ) {
|
95 |
+
$classes .= ' acf-admin-5-3';
|
96 |
} else {
|
97 |
+
$classes .= ' acf-admin-3-8';
|
98 |
}
|
99 |
|
100 |
+
// Add browser for specific CSS.
|
101 |
+
$classes .= ' acf-browser-' . acf_get_browser();
|
102 |
+
|
103 |
// Append and return.
|
104 |
+
return $classes;
|
105 |
}
|
106 |
|
107 |
/**
|
includes/api/api-helpers.php
CHANGED
@@ -1216,6 +1216,22 @@ function acf_array( $val = array() ) {
|
|
1216 |
return (array) $val;
|
1217 |
}
|
1218 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1219 |
/*
|
1220 |
* acf_get_array
|
1221 |
*
|
1216 |
return (array) $val;
|
1217 |
}
|
1218 |
|
1219 |
+
/**
|
1220 |
+
* Returns a non-array value.
|
1221 |
+
*
|
1222 |
+
* @date 11/05/2020
|
1223 |
+
* @since 5.8.10
|
1224 |
+
*
|
1225 |
+
* @param mixed $val The value to review.
|
1226 |
+
* @return mixed
|
1227 |
+
*/
|
1228 |
+
function acf_unarray( $val ) {
|
1229 |
+
if( is_array( $val ) ) {
|
1230 |
+
return reset( $val );
|
1231 |
+
}
|
1232 |
+
return $val;
|
1233 |
+
}
|
1234 |
+
|
1235 |
/*
|
1236 |
* acf_get_array
|
1237 |
*
|
includes/fields/class-acf-field-file.php
CHANGED
@@ -147,11 +147,10 @@ class acf_field_file extends acf_field {
|
|
147 |
</p>
|
148 |
</div>
|
149 |
<div class="acf-actions -hover">
|
150 |
-
<?php
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
?><a class="acf-icon -cancel dark" data-name="remove" href="#" title="<?php _e('Remove', 'acf'); ?>"></a>
|
155 |
</div>
|
156 |
</div>
|
157 |
<div class="hide-if-value">
|
147 |
</p>
|
148 |
</div>
|
149 |
<div class="acf-actions -hover">
|
150 |
+
<?php if( $uploader != 'basic' ): ?>
|
151 |
+
<a class="acf-icon -pencil dark" data-name="edit" href="#" title="<?php _e('Edit', 'acf'); ?>"></a>
|
152 |
+
<?php endif; ?>
|
153 |
+
<a class="acf-icon -cancel dark" data-name="remove" href="#" title="<?php _e('Remove', 'acf'); ?>"></a>
|
|
|
154 |
</div>
|
155 |
</div>
|
156 |
<div class="hide-if-value">
|
includes/fields/class-acf-field-google-map.php
CHANGED
@@ -143,9 +143,9 @@ class acf_field_google_map extends acf_field {
|
|
143 |
<div class="title">
|
144 |
|
145 |
<div class="acf-actions -hover">
|
146 |
-
<a href="#" data-name="search" class="acf-icon -search grey" title="<?php _e("Search", 'acf'); ?>"></a
|
147 |
-
|
148 |
-
|
149 |
</div>
|
150 |
|
151 |
<input class="search" type="text" placeholder="<?php _e("Search for address...",'acf'); ?>" value="<?php echo esc_attr( $search ); ?>" />
|
143 |
<div class="title">
|
144 |
|
145 |
<div class="acf-actions -hover">
|
146 |
+
<a href="#" data-name="search" class="acf-icon -search grey" title="<?php _e("Search", 'acf'); ?>"></a>
|
147 |
+
<a href="#" data-name="clear" class="acf-icon -cancel grey" title="<?php _e("Clear location", 'acf'); ?>"></a>
|
148 |
+
<a href="#" data-name="locate" class="acf-icon -location grey" title="<?php _e("Find current location", 'acf'); ?>"></a>
|
149 |
</div>
|
150 |
|
151 |
<input class="search" type="text" placeholder="<?php _e("Search for address...",'acf'); ?>" value="<?php echo esc_attr( $search ); ?>" />
|
includes/fields/class-acf-field-image.php
CHANGED
@@ -67,99 +67,90 @@ class acf_field_image extends acf_field {
|
|
67 |
));
|
68 |
}
|
69 |
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
* @since 3.6
|
80 |
-
* @date 23/01/13
|
81 |
-
*/
|
82 |
-
|
83 |
function render_field( $field ) {
|
84 |
-
|
85 |
-
// vars
|
86 |
$uploader = acf_get_setting('uploader');
|
87 |
|
88 |
-
|
89 |
-
|
90 |
-
if( $uploader == 'wp' ) {
|
91 |
acf_enqueue_uploader();
|
92 |
}
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
$
|
97 |
-
|
98 |
-
|
99 |
-
'
|
100 |
-
'data-
|
101 |
-
'data-
|
102 |
-
|
103 |
-
|
|
|
|
|
|
|
104 |
);
|
105 |
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
// url exists
|
116 |
-
if( $url ) $url = $url[0];
|
117 |
-
|
118 |
-
|
119 |
-
// url exists
|
120 |
-
if( $url ) {
|
121 |
-
$div['class'] .= ' has-value';
|
122 |
-
}
|
123 |
-
|
124 |
}
|
125 |
|
126 |
-
|
127 |
-
|
128 |
-
$
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
<div class="acf-actions -hover">
|
136 |
-
<?php
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
?><a class="acf-icon -cancel dark" data-name="remove" href="#" title="<?php _e('Remove', 'acf'); ?>"></a>
|
141 |
</div>
|
142 |
</div>
|
143 |
<div class="hide-if-value">
|
144 |
-
<?php if( $uploader
|
145 |
-
|
146 |
<?php if( $field['value'] && !is_numeric($field['value']) ): ?>
|
147 |
-
<div class="acf-error-message"><p><?php echo acf_esc_html($field['value']); ?></p></div>
|
148 |
<?php endif; ?>
|
149 |
-
|
150 |
<label class="acf-basic-uploader">
|
151 |
-
<?php acf_file_input(array(
|
|
|
|
|
|
|
152 |
</label>
|
153 |
-
|
154 |
<?php else: ?>
|
155 |
-
|
156 |
-
<p><?php _e('No image selected','acf'); ?> <a data-name="add" class="acf-button button" href="#"><?php _e('Add Image','acf'); ?></a></p>
|
157 |
-
|
158 |
<?php endif; ?>
|
159 |
</div>
|
160 |
</div>
|
161 |
-
<?php
|
162 |
-
|
163 |
}
|
164 |
|
165 |
|
67 |
));
|
68 |
}
|
69 |
|
70 |
+
/**
|
71 |
+
* Renders the field HTML.
|
72 |
+
*
|
73 |
+
* @date 23/01/13
|
74 |
+
* @since 3.6.0
|
75 |
+
*
|
76 |
+
* @param array $field The field settings.
|
77 |
+
* @return void
|
78 |
+
*/
|
|
|
|
|
|
|
|
|
79 |
function render_field( $field ) {
|
|
|
|
|
80 |
$uploader = acf_get_setting('uploader');
|
81 |
|
82 |
+
// Enqueue uploader scripts
|
83 |
+
if( $uploader === 'wp' ) {
|
|
|
84 |
acf_enqueue_uploader();
|
85 |
}
|
86 |
+
|
87 |
+
// Elements and attributes.
|
88 |
+
$value = '';
|
89 |
+
$div_attrs = array(
|
90 |
+
'class' => 'acf-image-uploader',
|
91 |
+
'data-preview_size' => $field['preview_size'],
|
92 |
+
'data-library' => $field['library'],
|
93 |
+
'data-mime_types' => $field['mime_types'],
|
94 |
+
'data-uploader' => $uploader
|
95 |
+
);
|
96 |
+
$img_attrs = array(
|
97 |
+
'src' => '',
|
98 |
+
'alt' => '',
|
99 |
+
'data-name' => 'image'
|
100 |
);
|
101 |
|
102 |
+
// Detect value.
|
103 |
+
if( $field['value'] && is_numeric($field['value']) ) {
|
104 |
+
$image = wp_get_attachment_image_src( $field['value'], $field['preview_size'] );
|
105 |
+
if( $image ) {
|
106 |
+
$value = $field['value'];
|
107 |
+
$img_attrs['src'] = $image[0];
|
108 |
+
$img_attrs['alt'] = get_post_meta( $field['value'], '_wp_attachment_image_alt', true );
|
109 |
+
$div_attrs['class'] .= ' has-value';
|
110 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
}
|
112 |
|
113 |
+
// Add "preview size" max width and height style.
|
114 |
+
$size = acf_get_image_size( $field['preview_size'] );
|
115 |
+
$size_style = sprintf(
|
116 |
+
'max-width: %s; max-height: %s;',
|
117 |
+
$size['width'] ? $size['width'] . 'px' : 'none',
|
118 |
+
$size['height'] ? $size['height'] . 'px' : 'none'
|
119 |
+
);
|
120 |
+
|
121 |
+
// Render HTML.
|
122 |
+
?>
|
123 |
+
<div <?php echo acf_esc_attrs( $div_attrs ); ?>>
|
124 |
+
<?php acf_hidden_input(array(
|
125 |
+
'name' => $field['name'],
|
126 |
+
'value' => $value
|
127 |
+
)); ?>
|
128 |
+
<div class="show-if-value image-wrap" style="<?php echo esc_attr( $size_style ); ?>">
|
129 |
+
<img <?php echo acf_esc_attrs( $img_attrs ); ?> />
|
130 |
<div class="acf-actions -hover">
|
131 |
+
<?php if( $uploader !== 'basic' ): ?>
|
132 |
+
<a class="acf-icon -pencil dark" data-name="edit" href="#" title="<?php _e( 'Edit', 'acf' ); ?>"></a>
|
133 |
+
<?php endif; ?>
|
134 |
+
<a class="acf-icon -cancel dark" data-name="remove" href="#" title="<?php _e( 'Remove', 'acf' ); ?>"></a>
|
|
|
135 |
</div>
|
136 |
</div>
|
137 |
<div class="hide-if-value">
|
138 |
+
<?php if( $uploader === 'basic' ): ?>
|
|
|
139 |
<?php if( $field['value'] && !is_numeric($field['value']) ): ?>
|
140 |
+
<div class="acf-error-message"><p><?php echo acf_esc_html( $field['value'] ); ?></p></div>
|
141 |
<?php endif; ?>
|
|
|
142 |
<label class="acf-basic-uploader">
|
143 |
+
<?php acf_file_input(array(
|
144 |
+
'name' => $field['name'],
|
145 |
+
'id' => $field['id']
|
146 |
+
)); ?>
|
147 |
</label>
|
|
|
148 |
<?php else: ?>
|
149 |
+
<p><?php _e( 'No image selected', 'acf' ); ?> <a data-name="add" class="acf-button button" href="#"><?php _e( 'Add Image', 'acf' ); ?></a></p>
|
|
|
|
|
150 |
<?php endif; ?>
|
151 |
</div>
|
152 |
</div>
|
153 |
+
<?php
|
|
|
154 |
}
|
155 |
|
156 |
|
includes/fields/class-acf-field-relationship.php
CHANGED
@@ -473,9 +473,7 @@ class acf_field_relationship extends acf_field {
|
|
473 |
/* search */
|
474 |
if( in_array('search', $filters) ): ?>
|
475 |
<div class="filter -search">
|
476 |
-
|
477 |
-
<?php acf_text_input( array('placeholder' => __("Search...",'acf'), 'data-filter' => 's') ); ?>
|
478 |
-
</span>
|
479 |
</div>
|
480 |
<?php endif;
|
481 |
|
@@ -483,9 +481,7 @@ class acf_field_relationship extends acf_field {
|
|
483 |
/* post_type */
|
484 |
if( in_array('post_type', $filters) ): ?>
|
485 |
<div class="filter -post_type">
|
486 |
-
|
487 |
-
<?php acf_select_input( array('choices' => $filter_post_type_choices, 'data-filter' => 'post_type') ); ?>
|
488 |
-
</span>
|
489 |
</div>
|
490 |
<?php endif;
|
491 |
|
@@ -493,9 +489,7 @@ class acf_field_relationship extends acf_field {
|
|
493 |
/* post_type */
|
494 |
if( in_array('taxonomy', $filters) ): ?>
|
495 |
<div class="filter -taxonomy">
|
496 |
-
|
497 |
-
<?php acf_select_input( array('choices' => $filter_taxonomy_choices, 'data-filter' => 'taxonomy') ); ?>
|
498 |
-
</span>
|
499 |
</div>
|
500 |
<?php endif; ?>
|
501 |
</div>
|
473 |
/* search */
|
474 |
if( in_array('search', $filters) ): ?>
|
475 |
<div class="filter -search">
|
476 |
+
<?php acf_text_input( array('placeholder' => __("Search...",'acf'), 'data-filter' => 's') ); ?>
|
|
|
|
|
477 |
</div>
|
478 |
<?php endif;
|
479 |
|
481 |
/* post_type */
|
482 |
if( in_array('post_type', $filters) ): ?>
|
483 |
<div class="filter -post_type">
|
484 |
+
<?php acf_select_input( array('choices' => $filter_post_type_choices, 'data-filter' => 'post_type') ); ?>
|
|
|
|
|
485 |
</div>
|
486 |
<?php endif;
|
487 |
|
489 |
/* post_type */
|
490 |
if( in_array('taxonomy', $filters) ): ?>
|
491 |
<div class="filter -taxonomy">
|
492 |
+
<?php acf_select_input( array('choices' => $filter_taxonomy_choices, 'data-filter' => 'taxonomy') ); ?>
|
|
|
|
|
493 |
</div>
|
494 |
<?php endif; ?>
|
495 |
</div>
|
includes/fields/class-acf-field-select.php
CHANGED
@@ -452,15 +452,18 @@ class acf_field_select extends acf_field {
|
|
452 |
* @param $field (array) the field array holding all the field options
|
453 |
* @return $value
|
454 |
*/
|
455 |
-
|
456 |
function load_value( $value, $post_id, $field ) {
|
457 |
|
458 |
-
//
|
459 |
-
if( $
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
|
|
|
|
|
|
|
|
464 |
}
|
465 |
|
466 |
|
@@ -484,7 +487,11 @@ class acf_field_select extends acf_field {
|
|
484 |
// decode choices (convert to array)
|
485 |
$field['choices'] = acf_decode_choices($field['choices']);
|
486 |
$field['default_value'] = acf_decode_choices($field['default_value'], true);
|
487 |
-
|
|
|
|
|
|
|
|
|
488 |
|
489 |
// return
|
490 |
return $field;
|
@@ -565,28 +572,15 @@ class acf_field_select extends acf_field {
|
|
565 |
*
|
566 |
* @return $value (mixed) the modified value
|
567 |
*/
|
568 |
-
|
569 |
function format_value( $value, $post_id, $field ) {
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
foreach( $value as $i => $v ) {
|
575 |
-
|
576 |
-
$value[ $i ] = $this->format_value_single( $v, $post_id, $field );
|
577 |
-
|
578 |
}
|
579 |
-
|
580 |
} else {
|
581 |
-
|
582 |
$value = $this->format_value_single( $value, $post_id, $field );
|
583 |
-
|
584 |
}
|
585 |
-
|
586 |
-
|
587 |
-
// return
|
588 |
return $value;
|
589 |
-
|
590 |
}
|
591 |
|
592 |
|
452 |
* @param $field (array) the field array holding all the field options
|
453 |
* @return $value
|
454 |
*/
|
|
|
455 |
function load_value( $value, $post_id, $field ) {
|
456 |
|
457 |
+
// Return an array when field is set for multiple.
|
458 |
+
if( $field['multiple'] ) {
|
459 |
+
if( acf_is_empty( $value ) ) {
|
460 |
+
return array();
|
461 |
+
}
|
462 |
+
return acf_array( $value );
|
463 |
+
}
|
464 |
+
|
465 |
+
// Otherwise, return a single value.
|
466 |
+
return acf_unarray( $value );
|
467 |
}
|
468 |
|
469 |
|
487 |
// decode choices (convert to array)
|
488 |
$field['choices'] = acf_decode_choices($field['choices']);
|
489 |
$field['default_value'] = acf_decode_choices($field['default_value'], true);
|
490 |
+
|
491 |
+
// Convert back to string for single selects.
|
492 |
+
if( !$field['multiple'] ) {
|
493 |
+
$field['default_value'] = acf_unarray( $field['default_value'] );
|
494 |
+
}
|
495 |
|
496 |
// return
|
497 |
return $field;
|
572 |
*
|
573 |
* @return $value (mixed) the modified value
|
574 |
*/
|
|
|
575 |
function format_value( $value, $post_id, $field ) {
|
576 |
+
if( is_array( $value ) ) {
|
577 |
+
foreach( $value as $i => $val ) {
|
578 |
+
$value[ $i ] = $this->format_value_single( $val, $post_id, $field );
|
|
|
|
|
|
|
|
|
|
|
579 |
}
|
|
|
580 |
} else {
|
|
|
581 |
$value = $this->format_value_single( $value, $post_id, $field );
|
|
|
582 |
}
|
|
|
|
|
|
|
583 |
return $value;
|
|
|
584 |
}
|
585 |
|
586 |
|
includes/fields/class-acf-field-taxonomy.php
CHANGED
@@ -477,11 +477,11 @@ class acf_field_taxonomy extends acf_field {
|
|
477 |
// Check for saved terms.
|
478 |
if( !empty($this->save_post_terms) ) {
|
479 |
|
480 |
-
//
|
|
|
|
|
|
|
481 |
$info = acf_get_post_id_info( $post_id );
|
482 |
-
if( $info['type'] !== 'post' ) {
|
483 |
-
return;
|
484 |
-
}
|
485 |
|
486 |
// Loop over taxonomies and save terms.
|
487 |
foreach( $this->save_post_terms as $taxonomy => $term_ids ){
|
477 |
// Check for saved terms.
|
478 |
if( !empty($this->save_post_terms) ) {
|
479 |
|
480 |
+
// Determine object ID allowing for non "post" $post_id (user, taxonomy, etc).
|
481 |
+
// Although not fully supported by WordPress, non "post" objects may use the term relationships table.
|
482 |
+
// Sharing taxonomies across object types is discoraged, but unique taxonomies work well.
|
483 |
+
// Note: Do not attempt to restrict to "post" only. This has been attempted in 5.8.9 and later reverted.
|
484 |
$info = acf_get_post_id_info( $post_id );
|
|
|
|
|
|
|
485 |
|
486 |
// Loop over taxonomies and save terms.
|
487 |
foreach( $this->save_post_terms as $taxonomy => $term_ids ){
|
includes/fields/class-acf-field-time_picker.php
CHANGED
@@ -100,8 +100,8 @@ class acf_field_time_picker extends acf_field {
|
|
100 |
function render_field_settings( $field ) {
|
101 |
|
102 |
// vars
|
103 |
-
$g_i_a =
|
104 |
-
$H_i_s =
|
105 |
|
106 |
|
107 |
// display_format
|
100 |
function render_field_settings( $field ) {
|
101 |
|
102 |
// vars
|
103 |
+
$g_i_a = date_i18n('g:i a');
|
104 |
+
$H_i_s = date_i18n('H:i:s');
|
105 |
|
106 |
|
107 |
// display_format
|
includes/l10n.php
CHANGED
@@ -70,7 +70,7 @@ function acf_get_locale() {
|
|
70 |
// https://wpastra.com/docs/complete-list-wordpress-locale-codes/
|
71 |
$langs = array(
|
72 |
'az_TR' => 'az', // Azerbaijani (Turkey)
|
73 |
-
'zh_HK' => '
|
74 |
'nl_BE' => 'nl_NL', // Dutch (Belgium)
|
75 |
'fr_BE' => 'fr_FR', // French (Belgium)
|
76 |
'nn_NO' => 'nb_NO', // Norwegian (Nynorsk)
|
70 |
// https://wpastra.com/docs/complete-list-wordpress-locale-codes/
|
71 |
$langs = array(
|
72 |
'az_TR' => 'az', // Azerbaijani (Turkey)
|
73 |
+
'zh_HK' => 'zh_TW', // Chinese (Hong Kong)
|
74 |
'nl_BE' => 'nl_NL', // Dutch (Belgium)
|
75 |
'fr_BE' => 'fr_FR', // French (Belgium)
|
76 |
'nn_NO' => 'nb_NO', // Norwegian (Nynorsk)
|
lang/acf-fi.mo
CHANGED
Binary file
|
lang/acf-fi.po
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Advanced Custom Fields Pro
|
4 |
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: fi\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Generator: Poedit
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
@@ -22,554 +22,593 @@ msgstr ""
|
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
24 |
|
25 |
-
#: acf.php:
|
26 |
msgid "Advanced Custom Fields"
|
27 |
msgstr "Advanced Custom Fields"
|
28 |
|
29 |
-
#: acf.php:
|
30 |
msgid "Field Groups"
|
31 |
msgstr "Kenttäryhmät"
|
32 |
|
33 |
-
#: acf.php:
|
34 |
msgid "Field Group"
|
35 |
msgstr "Kenttäryhmä"
|
36 |
|
37 |
-
#: acf.php:
|
38 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
39 |
msgid "Add New"
|
40 |
msgstr "Lisää uusi"
|
41 |
|
42 |
-
#: acf.php:
|
43 |
msgid "Add New Field Group"
|
44 |
msgstr "Lisää uusi kenttäryhmä"
|
45 |
|
46 |
-
#: acf.php:
|
47 |
msgid "Edit Field Group"
|
48 |
msgstr "Muokkaa kenttäryhmää"
|
49 |
|
50 |
-
#: acf.php:
|
51 |
msgid "New Field Group"
|
52 |
msgstr "Lisää uusi kenttäryhmä"
|
53 |
|
54 |
-
#: acf.php:
|
55 |
msgid "View Field Group"
|
56 |
msgstr "Katso kenttäryhmää"
|
57 |
|
58 |
-
#: acf.php:
|
59 |
msgid "Search Field Groups"
|
60 |
msgstr "Etsi kenttäryhmiä"
|
61 |
|
62 |
-
#: acf.php:
|
63 |
msgid "No Field Groups found"
|
64 |
msgstr "Kenttäryhmiä ei löytynyt"
|
65 |
|
66 |
-
#: acf.php:
|
67 |
msgid "No Field Groups found in Trash"
|
68 |
msgstr "Kenttäryhmiä ei löytynyt roskakorista"
|
69 |
|
70 |
-
#: acf.php:
|
71 |
-
#: includes/admin/admin-field-
|
72 |
-
#:
|
73 |
-
#: pro/fields/class-acf-field-clone.php:807
|
74 |
msgid "Fields"
|
75 |
msgstr "Kentät"
|
76 |
|
77 |
-
#: acf.php:
|
78 |
msgid "Field"
|
79 |
msgstr "Kenttä"
|
80 |
|
81 |
-
#: acf.php:
|
82 |
msgid "Add New Field"
|
83 |
msgstr "Lisää uusi kenttä"
|
84 |
|
85 |
-
#: acf.php:
|
86 |
msgid "Edit Field"
|
87 |
msgstr "Muokkaa kenttää"
|
88 |
|
89 |
-
#: acf.php:
|
90 |
-
#: includes/admin/views/settings-info.php:105
|
91 |
msgid "New Field"
|
92 |
msgstr "Uusi kenttä"
|
93 |
|
94 |
-
#: acf.php:
|
95 |
msgid "View Field"
|
96 |
msgstr "Näytä kenttä"
|
97 |
|
98 |
-
#: acf.php:
|
99 |
msgid "Search Fields"
|
100 |
msgstr "Etsi kenttiä"
|
101 |
|
102 |
-
#: acf.php:
|
103 |
msgid "No Fields found"
|
104 |
-
msgstr "
|
105 |
|
106 |
-
#: acf.php:
|
107 |
msgid "No Fields found in Trash"
|
108 |
msgstr "Kenttiä ei löytynyt roskakorista"
|
109 |
|
110 |
-
#: acf.php:
|
111 |
-
#: includes/admin/admin-field-groups.php:
|
112 |
msgid "Inactive"
|
113 |
-
msgstr "Ei
|
114 |
|
115 |
-
#: acf.php:
|
116 |
#, php-format
|
117 |
msgid "Inactive <span class=\"count\">(%s)</span>"
|
118 |
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
119 |
-
msgstr[0] "Ei
|
120 |
-
msgstr[1] "Ei
|
121 |
|
122 |
-
#: includes/
|
123 |
-
#: includes/admin/admin-field-group.php:
|
124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
msgid "Field group updated."
|
126 |
-
msgstr "Kenttäryhmä päivitetty"
|
127 |
|
128 |
-
#: includes/admin/admin-field-group.php:
|
129 |
msgid "Field group deleted."
|
130 |
-
msgstr "Kenttäryhmä poistettu"
|
131 |
|
132 |
-
#: includes/admin/admin-field-group.php:
|
133 |
msgid "Field group published."
|
134 |
-
msgstr "Kenttäryhmä julkaistu"
|
135 |
|
136 |
-
#: includes/admin/admin-field-group.php:
|
137 |
msgid "Field group saved."
|
138 |
-
msgstr "Kenttäryhmä tallennettu"
|
139 |
|
140 |
-
#: includes/admin/admin-field-group.php:
|
141 |
msgid "Field group submitted."
|
142 |
msgstr "Kenttäryhmä lähetetty."
|
143 |
|
144 |
-
#: includes/admin/admin-field-group.php:
|
145 |
msgid "Field group scheduled for."
|
146 |
msgstr "Kenttäryhmä ajoitettu."
|
147 |
|
148 |
-
#: includes/admin/admin-field-group.php:
|
149 |
msgid "Field group draft updated."
|
150 |
-
msgstr "Luonnos kenttäryhmästä päivitetty"
|
151 |
|
152 |
-
#: includes/admin/admin-field-group.php:
|
153 |
-
msgid "
|
154 |
-
msgstr "
|
155 |
|
156 |
-
#: includes/admin/admin-field-group.php:
|
157 |
-
msgid "
|
158 |
-
msgstr "
|
159 |
|
160 |
-
#: includes/admin/admin-field-group.php:
|
|
|
|
|
|
|
|
|
161 |
msgid "Move to trash. Are you sure?"
|
162 |
msgstr "Haluatko varmasti siirtää roskakoriin?"
|
163 |
|
164 |
-
#: includes/admin/admin-field-group.php:
|
165 |
-
msgid "checked"
|
166 |
-
msgstr "valittu"
|
167 |
-
|
168 |
-
#: includes/admin/admin-field-group.php:271
|
169 |
msgid "No toggle fields available"
|
170 |
-
msgstr "Ei
|
171 |
|
172 |
-
#: includes/admin/admin-field-group.php:
|
173 |
-
msgid "
|
174 |
-
msgstr "
|
175 |
|
176 |
-
#: includes/admin/admin-field-group.php:
|
177 |
-
|
178 |
-
|
179 |
-
|
|
|
|
|
|
|
180 |
|
181 |
-
#: includes/admin/admin-field-group.php:
|
182 |
-
#: includes/admin/views/field-group-field-conditional-logic.php:
|
183 |
-
#: includes/admin/views/field-group-field-conditional-logic.php:
|
184 |
#: includes/admin/views/field-group-locations.php:29
|
185 |
#: includes/admin/views/html-location-group.php:3
|
186 |
-
#: includes/api/api-helpers.php:
|
187 |
msgid "or"
|
188 |
msgstr "tai"
|
189 |
|
190 |
-
#: includes/admin/admin-field-group.php:
|
191 |
-
msgid "Parent fields"
|
192 |
-
msgstr "Yläkentät"
|
193 |
-
|
194 |
-
#: includes/admin/admin-field-group.php:277
|
195 |
-
msgid "Sibling fields"
|
196 |
-
msgstr "Serkkukentät"
|
197 |
-
|
198 |
-
#: includes/admin/admin-field-group.php:278
|
199 |
-
msgid "Move Custom Field"
|
200 |
-
msgstr "Siirrä muokattua kenttää"
|
201 |
-
|
202 |
-
#: includes/admin/admin-field-group.php:279
|
203 |
-
msgid "This field cannot be moved until its changes have been saved"
|
204 |
-
msgstr "Tätä kenttää ei voi siirtää ennen kuin muutokset on talletettu"
|
205 |
-
|
206 |
-
#: includes/admin/admin-field-group.php:280
|
207 |
msgid "Null"
|
208 |
msgstr "Tyhjä"
|
209 |
|
210 |
-
#: includes/admin/admin-field-group.php:
|
211 |
-
msgid "
|
212 |
-
msgstr "
|
213 |
|
214 |
-
#: includes/admin/admin-field-group.php:
|
215 |
-
|
216 |
-
|
|
|
217 |
|
218 |
-
#: includes/admin/admin-field-group.php:
|
219 |
msgid "Field Keys"
|
220 |
msgstr "Kenttäavaimet"
|
221 |
|
222 |
-
#: includes/admin/admin-field-group.php:
|
223 |
#: includes/admin/views/field-group-options.php:9
|
224 |
msgid "Active"
|
225 |
msgstr "Käytössä"
|
226 |
|
227 |
-
#: includes/admin/admin-field-group.php:
|
228 |
msgid "Move Complete."
|
229 |
msgstr "Siirto valmis."
|
230 |
|
231 |
-
#: includes/admin/admin-field-group.php:
|
232 |
#, php-format
|
233 |
msgid "The %s field can now be found in the %s field group"
|
234 |
-
msgstr "Kenttä %s löytyy nyt %s
|
235 |
|
236 |
-
#: includes/admin/admin-field-group.php:
|
237 |
msgid "Close Window"
|
238 |
msgstr "Sulje ikkuna"
|
239 |
|
240 |
-
#: includes/admin/admin-field-group.php:
|
241 |
msgid "Please select the destination for this field"
|
242 |
-
msgstr "Valitse kohde
|
243 |
|
244 |
-
#: includes/admin/admin-field-group.php:
|
245 |
msgid "Move Field"
|
246 |
msgstr "Siirrä kenttä"
|
247 |
|
248 |
-
#: includes/admin/admin-field-groups.php:
|
249 |
#, php-format
|
250 |
msgid "Active <span class=\"count\">(%s)</span>"
|
251 |
msgid_plural "Active <span class=\"count\">(%s)</span>"
|
252 |
msgstr[0] "Käytössä <span class=\"count\">(%s)</span>"
|
253 |
msgstr[1] "Käytössä <span class=\"count\">(%s)</span>"
|
254 |
|
255 |
-
#: includes/admin/admin-field-groups.php:
|
256 |
-
#, php-format
|
257 |
-
msgid "Field group duplicated. %s"
|
258 |
-
msgstr "Kenttäryhmä monistettu. %s"
|
259 |
-
|
260 |
-
#: includes/admin/admin-field-groups.php:146
|
261 |
#, php-format
|
262 |
-
msgid "
|
263 |
msgid_plural "%s field groups duplicated."
|
264 |
-
msgstr[0] "
|
265 |
-
msgstr[1] "%s
|
266 |
|
267 |
-
#: includes/admin/admin-field-groups.php:
|
268 |
#, php-format
|
269 |
-
msgid "Field group synchronised.
|
270 |
-
msgstr "Kenttäryhmä synkronoitu. %s"
|
271 |
-
|
272 |
-
#: includes/admin/admin-field-groups.php:231
|
273 |
-
#, php-format
|
274 |
-
msgid "%s field group synchronised."
|
275 |
msgid_plural "%s field groups synchronised."
|
276 |
-
msgstr[0] "
|
277 |
-
msgstr[1] "%s
|
278 |
|
279 |
-
#: includes/admin/admin-field-groups.php:
|
280 |
-
#: includes/admin/admin-field-groups.php:
|
281 |
msgid "Sync available"
|
282 |
msgstr "Synkronointi saatavissa"
|
283 |
|
284 |
-
#: includes/admin/admin-field-groups.php:
|
285 |
-
#: pro/fields/class-acf-field-gallery.php:
|
286 |
msgid "Title"
|
287 |
msgstr "Otsikko"
|
288 |
|
289 |
-
#: includes/admin/admin-field-groups.php:
|
290 |
#: includes/admin/views/field-group-options.php:96
|
291 |
-
#: includes/admin/views/
|
292 |
-
#: includes/admin/views/
|
293 |
-
#: pro/fields/class-acf-field-gallery.php:
|
294 |
msgid "Description"
|
295 |
msgstr "Kuvaus"
|
296 |
|
297 |
-
#: includes/admin/admin-field-groups.php:
|
298 |
msgid "Status"
|
299 |
msgstr "Status"
|
300 |
|
301 |
#. Description of the plugin/theme
|
302 |
-
#: includes/admin/admin-field-groups.php:
|
303 |
-
msgid "
|
304 |
msgstr ""
|
305 |
-
"
|
306 |
|
307 |
-
#: includes/admin/admin-field-groups.php:
|
308 |
-
#: includes/admin/settings-info.php:76
|
309 |
#: pro/admin/views/html-settings-updates.php:107
|
310 |
msgid "Changelog"
|
311 |
msgstr "Muutosloki"
|
312 |
|
313 |
-
#: includes/admin/admin-field-groups.php:
|
314 |
#, php-format
|
315 |
msgid "See what's new in <a href=\"%s\">version %s</a>."
|
316 |
-
msgstr "Katso mitä uutta <a href
|
317 |
|
318 |
-
#: includes/admin/admin-field-groups.php:
|
319 |
msgid "Resources"
|
320 |
msgstr "Resurssit"
|
321 |
|
322 |
-
#: includes/admin/admin-field-groups.php:
|
323 |
msgid "Website"
|
324 |
msgstr "Kotisivu"
|
325 |
|
326 |
-
#: includes/admin/admin-field-groups.php:
|
327 |
msgid "Documentation"
|
328 |
msgstr "Dokumentaatio"
|
329 |
|
330 |
-
#: includes/admin/admin-field-groups.php:
|
331 |
msgid "Support"
|
332 |
msgstr "Tuki"
|
333 |
|
334 |
-
#: includes/admin/admin-field-groups.php:
|
|
|
335 |
msgid "Pro"
|
336 |
msgstr "Pro"
|
337 |
|
338 |
-
#: includes/admin/admin-field-groups.php:
|
339 |
#, php-format
|
340 |
msgid "Thank you for creating with <a href=\"%s\">ACF</a>."
|
341 |
msgstr "Kiitos, että luot sisältöä <a href=\"%s\">ACF:llä</a>."
|
342 |
|
343 |
-
#: includes/admin/admin-field-groups.php:
|
344 |
msgid "Duplicate this item"
|
345 |
msgstr "Monista tämä kohde"
|
346 |
|
347 |
-
#: includes/admin/admin-field-groups.php:
|
348 |
-
#: includes/admin/admin-field-groups.php:
|
349 |
-
#: includes/admin/views/field-group-field.php:
|
350 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
351 |
msgid "Duplicate"
|
352 |
msgstr "Monista"
|
353 |
|
354 |
-
#: includes/admin/admin-field-groups.php:
|
355 |
-
#: includes/fields/class-acf-field-google-map.php:
|
356 |
-
#: includes/fields/class-acf-field-relationship.php:
|
357 |
msgid "Search"
|
358 |
msgstr "Etsi"
|
359 |
|
360 |
-
#: includes/admin/admin-field-groups.php:
|
361 |
#, php-format
|
362 |
msgid "Select %s"
|
363 |
msgstr "Valitse %s"
|
364 |
|
365 |
-
#: includes/admin/admin-field-groups.php:
|
366 |
msgid "Synchronise field group"
|
367 |
msgstr "Synkronoi kenttäryhmä"
|
368 |
|
369 |
-
#: includes/admin/admin-field-groups.php:
|
370 |
-
#: includes/admin/admin-field-groups.php:
|
371 |
msgid "Sync"
|
372 |
msgstr "Synkronointi"
|
373 |
|
374 |
-
#: includes/admin/admin-field-groups.php:
|
375 |
msgid "Apply"
|
376 |
msgstr "Käytä"
|
377 |
|
378 |
-
#: includes/admin/admin-field-groups.php:
|
379 |
msgid "Bulk Actions"
|
380 |
msgstr "Massatoiminnot"
|
381 |
|
382 |
-
#: includes/admin/admin.php:
|
383 |
-
#: includes/admin/views/
|
384 |
-
msgid "
|
385 |
-
msgstr "
|
386 |
|
387 |
-
#: includes/admin/
|
388 |
-
#: includes/admin/
|
|
|
|
|
389 |
msgid "Upgrade Database"
|
390 |
msgstr "Päivitä tietokanta"
|
391 |
|
392 |
-
#: includes/admin/
|
393 |
msgid "Review sites & upgrade"
|
394 |
-
msgstr "
|
395 |
-
|
396 |
-
#: includes/admin/install.php:187
|
397 |
-
msgid "Error validating request"
|
398 |
-
msgstr "Virhe pyynnön käsittelyssä"
|
399 |
-
|
400 |
-
#: includes/admin/install.php:210 includes/admin/views/install.php:105
|
401 |
-
msgid "No updates available."
|
402 |
-
msgstr "Päivityksiä ei ole saatavilla."
|
403 |
|
404 |
-
#: includes/admin/
|
405 |
-
|
406 |
-
|
407 |
-
msgstr "Lisäosat"
|
408 |
-
|
409 |
-
#: includes/admin/settings-addons.php:87
|
410 |
-
msgid "<b>Error</b>. Could not load add-ons list"
|
411 |
-
msgstr "<b>Virhe</b>. Lisäosa luetteloa ei voitu ladata"
|
412 |
|
413 |
-
#: includes/admin/
|
414 |
msgid "Info"
|
415 |
msgstr "Info"
|
416 |
|
417 |
-
#: includes/admin/
|
418 |
msgid "What's New"
|
419 |
msgstr "Katso mitä uutta"
|
420 |
|
421 |
-
#: includes/admin/
|
422 |
-
|
423 |
-
|
424 |
-
msgid "Tools"
|
425 |
-
msgstr "Työkalut"
|
426 |
|
427 |
-
#: includes/admin/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
msgid "No field groups selected"
|
429 |
msgstr "Ei kenttäryhmää valittu"
|
430 |
|
431 |
-
#: includes/admin/
|
432 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
msgid "No file selected"
|
434 |
-
msgstr "Ei tiedostoa
|
435 |
|
436 |
-
#: includes/admin/
|
437 |
msgid "Error uploading file. Please try again"
|
438 |
-
msgstr "Virhe ladattaessa
|
439 |
|
440 |
-
#: includes/admin/
|
441 |
msgid "Incorrect file type"
|
442 |
msgstr "Virheellinen tiedostomuoto"
|
443 |
|
444 |
-
#: includes/admin/
|
445 |
msgid "Import file empty"
|
446 |
msgstr "Tuotu tiedosto on tyhjä"
|
447 |
|
448 |
-
#: includes/admin/
|
449 |
#, php-format
|
450 |
msgid "Imported 1 field group"
|
451 |
msgid_plural "Imported %s field groups"
|
452 |
-
msgstr[0] "Tuotu
|
453 |
msgstr[1] "Tuotu %s kenttäryhmää"
|
454 |
|
455 |
-
#: includes/admin/views/field-group-field-conditional-logic.php:
|
456 |
msgid "Conditional Logic"
|
457 |
msgstr "Ehdollinen logiikka"
|
458 |
|
459 |
-
#: includes/admin/views/field-group-field-conditional-logic.php:
|
460 |
msgid "Show this field if"
|
461 |
msgstr "Näytä tämä kenttä, jos"
|
462 |
|
463 |
-
#: includes/admin/views/field-group-field-conditional-logic.php:
|
464 |
-
#: includes/
|
465 |
-
msgid "is equal to"
|
466 |
-
msgstr "on sama kuin"
|
467 |
-
|
468 |
-
#: includes/admin/views/field-group-field-conditional-logic.php:104
|
469 |
-
#: includes/locations.php:248
|
470 |
-
msgid "is not equal to"
|
471 |
-
msgstr "ei ole sama kuin"
|
472 |
-
|
473 |
-
#: includes/admin/views/field-group-field-conditional-logic.php:141
|
474 |
-
#: includes/admin/views/html-location-rule.php:80
|
475 |
msgid "and"
|
476 |
msgstr "ja"
|
477 |
|
478 |
-
#: includes/admin/views/field-group-field-conditional-logic.php:
|
479 |
#: includes/admin/views/field-group-locations.php:31
|
480 |
msgid "Add rule group"
|
481 |
msgstr "Lisää sääntöryhmä"
|
482 |
|
483 |
-
#: includes/admin/views/field-group-field.php:
|
484 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
485 |
-
#: pro/fields/class-acf-field-repeater.php:
|
486 |
msgid "Drag to reorder"
|
487 |
msgstr "Muuta järjestystä vetämällä ja pudottamalla"
|
488 |
|
|
|
489 |
#: includes/admin/views/field-group-field.php:45
|
490 |
-
#: includes/admin/views/field-group-field.php:48
|
491 |
msgid "Edit field"
|
492 |
msgstr "Muokkaa kenttää"
|
493 |
|
494 |
-
#: includes/admin/views/field-group-field.php:
|
495 |
-
#: includes/fields/class-acf-field-file.php:
|
496 |
-
#: includes/fields/class-acf-field-image.php:
|
497 |
#: includes/fields/class-acf-field-link.php:139
|
498 |
-
#: pro/fields/class-acf-field-gallery.php:
|
499 |
msgid "Edit"
|
500 |
msgstr "Muokkaa"
|
501 |
|
502 |
-
#: includes/admin/views/field-group-field.php:
|
503 |
msgid "Duplicate field"
|
504 |
msgstr "Monista kenttä"
|
505 |
|
506 |
-
#: includes/admin/views/field-group-field.php:
|
507 |
msgid "Move field to another group"
|
508 |
msgstr "Siirrä kenttä toiseen ryhmään"
|
509 |
|
510 |
-
#: includes/admin/views/field-group-field.php:
|
511 |
msgid "Move"
|
512 |
msgstr "Siirrä"
|
513 |
|
514 |
-
#: includes/admin/views/field-group-field.php:
|
515 |
msgid "Delete field"
|
516 |
msgstr "Poista kenttä"
|
517 |
|
518 |
-
#: includes/admin/views/field-group-field.php:
|
519 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
520 |
msgid "Delete"
|
521 |
msgstr "Poista"
|
522 |
|
523 |
-
#: includes/admin/views/field-group-field.php:
|
524 |
msgid "Field Label"
|
525 |
msgstr "Kentän nimiö"
|
526 |
|
527 |
-
#: includes/admin/views/field-group-field.php:
|
528 |
msgid "This is the name which will appear on the EDIT page"
|
529 |
-
msgstr "Tätä nimeä käytetään
|
530 |
|
531 |
-
#: includes/admin/views/field-group-field.php:
|
532 |
msgid "Field Name"
|
533 |
msgstr "Kentän nimi"
|
534 |
|
535 |
-
#: includes/admin/views/field-group-field.php:
|
536 |
msgid "Single word, no spaces. Underscores and dashes allowed"
|
537 |
-
msgstr "Yksi sana, ei välilyöntejä. Alaviivat ja
|
538 |
|
539 |
-
#: includes/admin/views/field-group-field.php:
|
540 |
msgid "Field Type"
|
541 |
msgstr "Kenttätyyppi"
|
542 |
|
543 |
-
#: includes/admin/views/field-group-field.php:
|
544 |
-
#: includes/fields/class-acf-field-tab.php:88
|
545 |
msgid "Instructions"
|
546 |
msgstr "Ohjeet"
|
547 |
|
548 |
-
#: includes/admin/views/field-group-field.php:
|
549 |
msgid "Instructions for authors. Shown when submitting data"
|
550 |
-
msgstr "Ohjeet kirjoittajille. Näytetään
|
551 |
|
552 |
-
#: includes/admin/views/field-group-field.php:
|
553 |
msgid "Required?"
|
554 |
msgstr "Pakollinen?"
|
555 |
|
556 |
-
#: includes/admin/views/field-group-field.php:
|
557 |
msgid "Wrapper Attributes"
|
558 |
-
msgstr "Kääreen
|
559 |
|
560 |
-
#: includes/admin/views/field-group-field.php:
|
561 |
msgid "width"
|
562 |
msgstr "leveys"
|
563 |
|
564 |
-
#: includes/admin/views/field-group-field.php:
|
565 |
msgid "class"
|
566 |
-
msgstr "
|
567 |
|
568 |
-
#: includes/admin/views/field-group-field.php:
|
569 |
msgid "id"
|
570 |
msgstr "id"
|
571 |
|
572 |
-
#: includes/admin/views/field-group-field.php:
|
573 |
msgid "Close Field"
|
574 |
msgstr "Sulje kenttä"
|
575 |
|
@@ -579,16 +618,16 @@ msgstr "Järjestys"
|
|
579 |
|
580 |
#: includes/admin/views/field-group-fields.php:5
|
581 |
#: includes/fields/class-acf-field-button-group.php:198
|
582 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
583 |
-
#: includes/fields/class-acf-field-radio.php:
|
584 |
-
#: includes/fields/class-acf-field-select.php:
|
585 |
#: pro/fields/class-acf-field-flexible-content.php:582
|
586 |
msgid "Label"
|
587 |
msgstr "Nimiö"
|
588 |
|
589 |
#: includes/admin/views/field-group-fields.php:6
|
590 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
591 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
592 |
msgid "Name"
|
593 |
msgstr "Nimi"
|
594 |
|
@@ -605,7 +644,7 @@ msgid ""
|
|
605 |
"No fields. Click the <strong>+ Add Field</strong> button to create your "
|
606 |
"first field."
|
607 |
msgstr ""
|
608 |
-
"Ei kenttiä. Klikkaa <strong>+ Lisää kenttä</strong> painiketta luodaksesi "
|
609 |
"ensimmäisen kenttäsi."
|
610 |
|
611 |
#: includes/admin/views/field-group-fields.php:31
|
@@ -629,7 +668,7 @@ msgstr "Tyyli"
|
|
629 |
|
630 |
#: includes/admin/views/field-group-options.php:30
|
631 |
msgid "Standard (WP metabox)"
|
632 |
-
msgstr "Standardi (WP
|
633 |
|
634 |
#: includes/admin/views/field-group-options.php:31
|
635 |
msgid "Seamless (no metabox)"
|
@@ -656,12 +695,12 @@ msgid "Label placement"
|
|
656 |
msgstr "Nimiön sijainti"
|
657 |
|
658 |
#: includes/admin/views/field-group-options.php:62
|
659 |
-
#: includes/fields/class-acf-field-tab.php:
|
660 |
msgid "Top aligned"
|
661 |
msgstr "Tasaa ylös"
|
662 |
|
663 |
#: includes/admin/views/field-group-options.php:63
|
664 |
-
#: includes/fields/class-acf-field-tab.php:
|
665 |
msgid "Left aligned"
|
666 |
msgstr "Tasaa vasemmalle"
|
667 |
|
@@ -679,127 +718,120 @@ msgstr "Tasaa kentän alapuolelle"
|
|
679 |
|
680 |
#: includes/admin/views/field-group-options.php:85
|
681 |
msgid "Order No."
|
682 |
-
msgstr "
|
683 |
|
684 |
#: includes/admin/views/field-group-options.php:86
|
685 |
msgid "Field groups with a lower order will appear first"
|
686 |
msgstr ""
|
687 |
-
"Kenttäryhmät, joilla on pienempi järjestysnumero, tulostetaan
|
688 |
|
689 |
#: includes/admin/views/field-group-options.php:97
|
690 |
msgid "Shown in field group list"
|
691 |
msgstr "Näytetään kenttäryhmien listauksessa"
|
692 |
|
693 |
#: includes/admin/views/field-group-options.php:107
|
694 |
-
msgid "Hide on screen"
|
695 |
-
msgstr "Piilota näytöltä"
|
696 |
-
|
697 |
-
#: includes/admin/views/field-group-options.php:108
|
698 |
-
msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
|
699 |
-
msgstr "<b>Valitse</b> kohteita <b>piilottaaksesi</b> ne muokkausnäkymästä."
|
700 |
-
|
701 |
-
#: includes/admin/views/field-group-options.php:108
|
702 |
-
msgid ""
|
703 |
-
"If multiple field groups appear on an edit screen, the first field group's "
|
704 |
-
"options will be used (the one with the lowest order number)"
|
705 |
-
msgstr ""
|
706 |
-
"Jos muokkausnäkymässä on useita kenttäryhmiä, ensimmäisen (pienin "
|
707 |
-
"järjestysnumero) kenttäryhmän piilotusasetuksia käytetään"
|
708 |
-
|
709 |
-
#: includes/admin/views/field-group-options.php:115
|
710 |
msgid "Permalink"
|
711 |
msgstr "Kestolinkki"
|
712 |
|
713 |
-
#: includes/admin/views/field-group-options.php:
|
714 |
msgid "Content Editor"
|
715 |
msgstr "Sisältöeditori"
|
716 |
|
717 |
-
#: includes/admin/views/field-group-options.php:
|
718 |
msgid "Excerpt"
|
719 |
msgstr "Katkelma"
|
720 |
|
721 |
-
#: includes/admin/views/field-group-options.php:
|
722 |
msgid "Discussion"
|
723 |
msgstr "Keskustelu"
|
724 |
|
725 |
-
#: includes/admin/views/field-group-options.php:
|
726 |
msgid "Comments"
|
727 |
msgstr "Kommentit"
|
728 |
|
729 |
-
#: includes/admin/views/field-group-options.php:
|
730 |
msgid "Revisions"
|
731 |
msgstr "Tarkastettu"
|
732 |
|
733 |
-
#: includes/admin/views/field-group-options.php:
|
734 |
msgid "Slug"
|
735 |
msgstr "Polkutunnus (slug)"
|
736 |
|
737 |
-
#: includes/admin/views/field-group-options.php:
|
738 |
msgid "Author"
|
739 |
msgstr "Kirjoittaja"
|
740 |
|
741 |
-
#: includes/admin/views/field-group-options.php:
|
742 |
msgid "Format"
|
743 |
msgstr "Muoto"
|
744 |
|
745 |
-
#: includes/admin/views/field-group-options.php:
|
746 |
msgid "Page Attributes"
|
747 |
msgstr "Sivun attribuutit"
|
748 |
|
749 |
-
#: includes/admin/views/field-group-options.php:
|
750 |
-
#: includes/fields/class-acf-field-relationship.php:
|
751 |
msgid "Featured Image"
|
752 |
msgstr "Artikkelikuva"
|
753 |
|
754 |
-
#: includes/admin/views/field-group-options.php:
|
755 |
msgid "Categories"
|
756 |
msgstr "Kategoriat"
|
757 |
|
758 |
-
#: includes/admin/views/field-group-options.php:
|
759 |
msgid "Tags"
|
760 |
msgstr "Avainsanat"
|
761 |
|
762 |
-
#: includes/admin/views/field-group-options.php:
|
763 |
msgid "Send Trackbacks"
|
764 |
msgstr "Lähetä paluuviitteet"
|
765 |
|
766 |
-
#: includes/admin/views/
|
767 |
-
msgid "
|
768 |
-
msgstr "
|
769 |
|
770 |
-
#: includes/admin/views/
|
771 |
-
msgid "
|
772 |
-
msgstr "
|
773 |
|
774 |
-
#: includes/admin/views/
|
775 |
-
|
776 |
-
|
777 |
-
|
|
|
|
|
|
|
778 |
|
779 |
-
#: includes/admin/views/
|
780 |
#, php-format
|
781 |
msgid ""
|
782 |
"The following sites require a DB upgrade. Check the ones you want to update "
|
783 |
"and then click %s."
|
784 |
msgstr ""
|
785 |
-
"Seuraavat
|
786 |
-
"päivittää ja klikkaa %s"
|
787 |
|
788 |
-
#: includes/admin/views/
|
789 |
-
#: includes/admin/views/
|
|
|
|
|
|
|
|
|
|
|
|
|
790 |
msgid "Site"
|
791 |
-
msgstr "
|
792 |
|
793 |
-
#: includes/admin/views/
|
794 |
#, php-format
|
795 |
msgid "Site requires database upgrade from %s to %s"
|
796 |
msgstr "Sivusto edellyttää tietokannan päivityksen (%s -> %s)"
|
797 |
|
798 |
-
#: includes/admin/views/
|
799 |
msgid "Site is up to date"
|
800 |
msgstr "Sivusto on ajan tasalla"
|
801 |
|
802 |
-
#: includes/admin/views/
|
803 |
#, php-format
|
804 |
msgid ""
|
805 |
"Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
|
@@ -807,91 +839,102 @@ msgstr ""
|
|
807 |
"Tietokanta on päivitetty. <a href=\"%s\">Palaa verkon hallinnan "
|
808 |
"ohjausnäkymään</a>"
|
809 |
|
810 |
-
#: includes/admin/views/
|
811 |
-
|
|
|
|
|
|
|
|
|
812 |
msgid ""
|
813 |
"It is strongly recommended that you backup your database before proceeding. "
|
814 |
"Are you sure you wish to run the updater now?"
|
815 |
msgstr ""
|
816 |
"Tietokannan varmuuskopio on erittäin suositeltavaa ennen kuin jatkat. Oletko "
|
817 |
-
"varma, että
|
818 |
|
819 |
-
#: includes/admin/views/
|
820 |
-
|
821 |
-
msgstr "Päivitys valmis"
|
822 |
-
|
823 |
-
#: includes/admin/views/install-network.php:162
|
824 |
-
#: includes/admin/views/install.php:9
|
825 |
#, php-format
|
826 |
msgid "Upgrading data to version %s"
|
827 |
msgstr "Päivitetään data versioon %s"
|
828 |
|
829 |
-
#: includes/admin/views/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
830 |
#: pro/fields/class-acf-field-repeater.php:25
|
831 |
msgid "Repeater"
|
832 |
msgstr "Toista rivejä"
|
833 |
|
834 |
-
#: includes/admin/views/
|
835 |
#: pro/fields/class-acf-field-flexible-content.php:25
|
836 |
msgid "Flexible Content"
|
837 |
msgstr "Joustava sisältö"
|
838 |
|
839 |
-
#: includes/admin/views/
|
840 |
#: pro/fields/class-acf-field-gallery.php:25
|
841 |
msgid "Gallery"
|
842 |
msgstr "Galleria"
|
843 |
|
844 |
-
#: includes/admin/views/
|
845 |
#: pro/locations/class-acf-location-options-page.php:26
|
846 |
msgid "Options Page"
|
847 |
msgstr "Asetukset-sivu"
|
848 |
|
849 |
-
#: includes/admin/views/
|
850 |
msgid "Database Upgrade Required"
|
851 |
msgstr "Tietokanta on päivitettävä"
|
852 |
|
853 |
-
#: includes/admin/views/
|
854 |
#, php-format
|
855 |
msgid "Thank you for updating to %s v%s!"
|
856 |
msgstr "Kiitos, että päivitit %s v%s!"
|
857 |
|
858 |
-
#: includes/admin/views/
|
859 |
msgid ""
|
860 |
-
"
|
861 |
-
"to the newest version."
|
862 |
msgstr ""
|
863 |
-
"
|
864 |
-
"tietokantasi uuteen versioon."
|
865 |
|
866 |
-
#: includes/admin/views/
|
867 |
#, php-format
|
868 |
msgid ""
|
869 |
-
"Please also
|
870 |
-
"latest version."
|
871 |
msgstr ""
|
872 |
-
"Varmista myös, että kaikki premium
|
873 |
-
"
|
874 |
-
|
875 |
-
#: includes/admin/views/install.php:7
|
876 |
-
msgid "Reading upgrade tasks..."
|
877 |
-
msgstr "Luetaan päivitys tehtäviä..."
|
878 |
-
|
879 |
-
#: includes/admin/views/install.php:11
|
880 |
-
#, php-format
|
881 |
-
msgid "Database Upgrade complete. <a href=\"%s\">See what's new</a>"
|
882 |
-
msgstr "Tietokannan päivitys on valmis. <a href=\"%s\">Katso mitä on uutta</a>"
|
883 |
-
|
884 |
-
#: includes/admin/views/settings-addons.php:17
|
885 |
-
msgid "Download & Install"
|
886 |
-
msgstr "Lataa ja asenna"
|
887 |
-
|
888 |
-
#: includes/admin/views/settings-addons.php:36
|
889 |
-
msgid "Installed"
|
890 |
-
msgstr "Asennettu"
|
891 |
|
892 |
#: includes/admin/views/settings-info.php:3
|
893 |
msgid "Welcome to Advanced Custom Fields"
|
894 |
-
msgstr "Tervetuloa Advanced Custom Fields -lisäosaan
|
895 |
|
896 |
#: includes/admin/views/settings-info.php:4
|
897 |
#, php-format
|
@@ -902,15 +945,15 @@ msgstr ""
|
|
902 |
"Kiitos, että päivitit! ACF %s on suurempi ja parempi kuin koskaan ennen. "
|
903 |
"Toivomme, että pidät siitä."
|
904 |
|
905 |
-
#: includes/admin/views/settings-info.php:
|
906 |
-
msgid "A
|
907 |
-
msgstr "Sujuvampi
|
908 |
|
909 |
-
#: includes/admin/views/settings-info.php:
|
910 |
msgid "Improved Usability"
|
911 |
msgstr "Käytettävyyttä parannettu"
|
912 |
|
913 |
-
#: includes/admin/views/settings-info.php:
|
914 |
msgid ""
|
915 |
"Including the popular Select2 library has improved both usability and speed "
|
916 |
"across a number of field types including post object, page link, taxonomy "
|
@@ -920,11 +963,11 @@ msgstr ""
|
|
920 |
"nopeutta erilaisissa kenttätyypeissä kuten artikkelioliossa, sivun linkissä, "
|
921 |
"taksonomiassa ja valinnassa."
|
922 |
|
923 |
-
#: includes/admin/views/settings-info.php:
|
924 |
msgid "Improved Design"
|
925 |
msgstr "Parantunut muotoilu"
|
926 |
|
927 |
-
#: includes/admin/views/settings-info.php:
|
928 |
msgid ""
|
929 |
"Many fields have undergone a visual refresh to make ACF look better than "
|
930 |
"ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
|
@@ -932,408 +975,510 @@ msgid ""
|
|
932 |
msgstr ""
|
933 |
"Monet kentät ovat käyneet läpi visuaalisen uudistuksen ja ACF näyttää "
|
934 |
"paremmalta kuin koskaan ennen! Huomattavat muutokset ovat nähtävissä "
|
935 |
-
"
|
936 |
|
937 |
-
#: includes/admin/views/settings-info.php:
|
938 |
msgid "Improved Data"
|
939 |
-
msgstr "
|
940 |
|
941 |
-
#: includes/admin/views/settings-info.php:
|
942 |
msgid ""
|
943 |
"Redesigning the data architecture has allowed sub fields to live "
|
944 |
"independently from their parents. This allows you to drag and drop fields in "
|
945 |
"and out of parent fields!"
|
946 |
msgstr ""
|
947 |
-
"Data
|
948 |
"riippumattomuuden vanhemmistaan. Tämän muutoksen myötä voit vetää ja "
|
949 |
-
"
|
950 |
|
951 |
-
#: includes/admin/views/settings-info.php:
|
952 |
msgid "Goodbye Add-ons. Hello PRO"
|
953 |
msgstr "Hyvästi lisäosat. Tervetuloa PRO"
|
954 |
|
955 |
-
#: includes/admin/views/settings-info.php:
|
956 |
msgid "Introducing ACF PRO"
|
957 |
msgstr "Esittelyssä ACF PRO"
|
958 |
|
959 |
-
#: includes/admin/views/settings-info.php:
|
960 |
msgid ""
|
961 |
"We're changing the way premium functionality is delivered in an exciting way!"
|
962 |
msgstr ""
|
963 |
-
"
|
964 |
-
"
|
965 |
|
966 |
-
#: includes/admin/views/settings-info.php:
|
967 |
#, php-format
|
968 |
msgid ""
|
969 |
"All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
|
970 |
"version of ACF</a>. With both personal and developer licenses available, "
|
971 |
"premium functionality is more affordable and accessible than ever before!"
|
972 |
msgstr ""
|
973 |
-
"Kaikki
|
974 |
"versioon</a>. Lisensseistä saatavilla on sekä henkilökohtaisia että "
|
975 |
"kehittäjien lisenssejä, joten korkealuokkaiset toiminnallisuudet ovat nyt "
|
976 |
"edullisimpia ja saavutettavampia kuin koskaan ennen!"
|
977 |
|
978 |
-
#: includes/admin/views/settings-info.php:
|
979 |
msgid "Powerful Features"
|
980 |
msgstr "Tehokkaat ominaisuudet"
|
981 |
|
982 |
-
#: includes/admin/views/settings-info.php:
|
983 |
msgid ""
|
984 |
"ACF PRO contains powerful features such as repeatable data, flexible content "
|
985 |
"layouts, a beautiful gallery field and the ability to create extra admin "
|
986 |
"options pages!"
|
987 |
msgstr ""
|
988 |
"ACF PRO sisältää tehokkaita ominaisuuksia, kuten toistuva data, joustavat "
|
989 |
-
"
|
990 |
"ylläpitäjän asetussivuja!"
|
991 |
|
992 |
-
#: includes/admin/views/settings-info.php:
|
993 |
#, php-format
|
994 |
msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
|
995 |
msgstr "Lue lisää <a href=\"%s\">ACF PRO:n ominaisuuksista</a>."
|
996 |
|
997 |
-
#: includes/admin/views/settings-info.php:
|
998 |
msgid "Easy Upgrading"
|
999 |
msgstr "Helppo päivitys"
|
1000 |
|
1001 |
-
#: includes/admin/views/settings-info.php:
|
1002 |
-
#, php-format
|
1003 |
msgid ""
|
1004 |
-
"
|
1005 |
-
"
|
1006 |
msgstr ""
|
1007 |
-
"
|
1008 |
-
"
|
1009 |
|
1010 |
-
#: includes/admin/views/settings-info.php:
|
1011 |
#, php-format
|
1012 |
msgid ""
|
1013 |
"We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
|
1014 |
"but if you do have one, please contact our support team via the <a href=\"%s"
|
1015 |
-
"\">help desk</a
|
1016 |
msgstr ""
|
1017 |
"Kirjoitimme myös <a href=\"%s\">päivitysoppaan</a> vastataksemme "
|
1018 |
"kysymyksiin. Jos jokin asia vielä vaivaa mieltäsi, ota yhteyttä "
|
1019 |
"asiakaspalveluumme <a href=\"%s\">neuvontapalvelun</a> kautta."
|
1020 |
|
|
|
|
|
|
|
|
|
1021 |
#: includes/admin/views/settings-info.php:66
|
1022 |
-
msgid "
|
1023 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1024 |
|
1025 |
#: includes/admin/views/settings-info.php:71
|
1026 |
-
msgid "
|
1027 |
-
msgstr "
|
1028 |
|
1029 |
#: includes/admin/views/settings-info.php:72
|
1030 |
-
msgid "
|
1031 |
-
msgstr "
|
1032 |
|
1033 |
#: includes/admin/views/settings-info.php:76
|
1034 |
-
msgid "
|
1035 |
-
msgstr "
|
1036 |
|
1037 |
#: includes/admin/views/settings-info.php:77
|
1038 |
-
msgid "
|
|
|
|
|
1039 |
msgstr ""
|
1040 |
-
"
|
1041 |
-
"
|
1042 |
|
1043 |
#: includes/admin/views/settings-info.php:81
|
1044 |
-
msgid "
|
1045 |
-
msgstr "
|
1046 |
|
1047 |
#: includes/admin/views/settings-info.php:82
|
1048 |
-
msgid "
|
1049 |
-
msgstr "
|
1050 |
-
|
1051 |
-
#: includes/admin/views/settings-info.php:88
|
1052 |
-
msgid "Better version control"
|
1053 |
-
msgstr "Parempi versionhallinta"
|
1054 |
-
|
1055 |
-
#: includes/admin/views/settings-info.php:89
|
1056 |
-
msgid ""
|
1057 |
-
"New auto export to JSON feature allows field settings to be version "
|
1058 |
-
"controlled"
|
1059 |
-
msgstr "Uusi automaattinen JSON-vienti sallii kenttäasetuksia versionhallinnan"
|
1060 |
|
1061 |
-
#: includes/admin/views/settings-info.php:
|
1062 |
-
msgid "
|
1063 |
-
msgstr "
|
1064 |
-
|
1065 |
-
#: includes/admin/views/settings-info.php:94
|
1066 |
-
msgid "Import / Export now uses JSON in favour of XML"
|
1067 |
-
msgstr "Tuonti / Vienti käyttää nyt JSONia"
|
1068 |
-
|
1069 |
-
#: includes/admin/views/settings-info.php:98
|
1070 |
-
msgid "New Forms"
|
1071 |
-
msgstr "Uudet lomakkeet"
|
1072 |
|
1073 |
-
#: includes/admin/views/settings-info.php:
|
1074 |
-
msgid "
|
1075 |
msgstr ""
|
1076 |
-
"
|
1077 |
-
"
|
1078 |
-
|
1079 |
-
#: includes/admin/views/settings-info.php:106
|
1080 |
-
msgid "A new field for embedding content has been added"
|
1081 |
-
msgstr "Lisättiin uusi kenttä sisällön upottamiseen"
|
1082 |
-
|
1083 |
-
#: includes/admin/views/settings-info.php:110
|
1084 |
-
msgid "New Gallery"
|
1085 |
-
msgstr "Uusi galleria"
|
1086 |
-
|
1087 |
-
#: includes/admin/views/settings-info.php:111
|
1088 |
-
msgid "The gallery field has undergone a much needed facelift"
|
1089 |
-
msgstr "Galleriakenttä on käynyt läpi suuresti tarvitun kasvojenkohotuksen"
|
1090 |
|
1091 |
-
#: includes/admin/views/settings-info.php:
|
1092 |
-
msgid "
|
1093 |
-
msgstr "
|
1094 |
|
1095 |
-
#: includes/admin/views/settings-info.php:
|
1096 |
msgid ""
|
1097 |
-
"
|
1098 |
-
"placement"
|
1099 |
msgstr ""
|
1100 |
-
"
|
1101 |
-
|
1102 |
-
#: includes/admin/views/settings-info.php:122
|
1103 |
-
msgid "Better Front End Forms"
|
1104 |
-
msgstr "Paremmat Front Endin lomakkeet"
|
1105 |
|
1106 |
-
#: includes/admin/views/settings-info.php:
|
1107 |
-
msgid "
|
1108 |
-
msgstr "
|
1109 |
|
1110 |
-
#: includes/admin/views/settings-info.php:
|
1111 |
-
msgid "
|
1112 |
-
msgstr "Parempi validointi"
|
1113 |
-
|
1114 |
-
#: includes/admin/views/settings-info.php:128
|
1115 |
-
msgid "Form validation is now done via PHP + AJAX in favour of only JS"
|
1116 |
msgstr ""
|
1117 |
-
"
|
1118 |
-
"pelkästään JS:ää"
|
1119 |
|
1120 |
-
#: includes/admin/views/settings-info.php:
|
1121 |
-
msgid "
|
1122 |
-
msgstr "
|
1123 |
|
1124 |
-
#: includes/admin/views/settings-info.php:
|
1125 |
msgid ""
|
1126 |
-
"
|
|
|
1127 |
msgstr ""
|
1128 |
-
"
|
1129 |
-
"
|
1130 |
|
1131 |
-
#: includes/admin/views/settings-info.php:
|
1132 |
-
msgid "
|
1133 |
-
msgstr "
|
1134 |
|
1135 |
-
#: includes/admin/views/settings-info.php:
|
1136 |
msgid ""
|
1137 |
-
"New
|
1138 |
-
"
|
1139 |
msgstr ""
|
1140 |
-
"
|
1141 |
-
"
|
1142 |
-
|
1143 |
-
#: includes/admin/views/settings-info.php:144
|
1144 |
-
#: includes/fields/class-acf-field-page_link.php:25
|
1145 |
-
msgid "Page Link"
|
1146 |
-
msgstr "Sivun URL"
|
1147 |
|
1148 |
-
#: includes/admin/views/settings-info.php:
|
1149 |
-
msgid "
|
1150 |
-
msgstr "
|
1151 |
-
|
1152 |
-
#: includes/admin/views/settings-info.php:149
|
1153 |
-
msgid "Better Options Pages"
|
1154 |
-
msgstr "Paremmat asetukset sivut"
|
1155 |
|
1156 |
-
#: includes/admin/views/settings-info.php:
|
1157 |
msgid ""
|
1158 |
-
"
|
1159 |
-
"
|
1160 |
msgstr ""
|
1161 |
-
"
|
1162 |
-
"
|
1163 |
-
|
1164 |
-
#: includes/admin/views/settings-info.php:159
|
1165 |
-
#, php-format
|
1166 |
-
msgid "We think you'll love the changes in %s."
|
1167 |
-
msgstr "Uskomme, että tulet rakastamaan muutoksia %s:ssa"
|
1168 |
|
1169 |
-
#: includes/admin/views/settings-
|
1170 |
-
msgid "
|
1171 |
-
msgstr "
|
1172 |
|
1173 |
-
#: includes/admin/views/settings-
|
1174 |
msgid ""
|
1175 |
-
"
|
1176 |
-
"
|
1177 |
-
"load times, version control & dynamic fields/settings. Simply copy and paste "
|
1178 |
-
"the following code to your theme's functions.php file or include it within "
|
1179 |
-
"an external file."
|
1180 |
msgstr ""
|
1181 |
-
"
|
1182 |
-
"
|
1183 |
-
"versionhallinnan & dynaamiset kentät/asetukset. Kopioi ja liitä koodi "
|
1184 |
-
"teemasi functions.php tiedostoon tai sisällytä se ulkoisen tiedoston avulla."
|
1185 |
-
|
1186 |
-
#: includes/admin/views/settings-tools.php:5
|
1187 |
-
msgid "Select Field Groups"
|
1188 |
-
msgstr "Valitse kenttäryhmät"
|
1189 |
|
1190 |
-
#: includes/admin/views/settings-
|
1191 |
-
msgid "
|
1192 |
-
msgstr "
|
1193 |
|
1194 |
-
#: includes/admin/views/settings-
|
1195 |
msgid ""
|
1196 |
-
"
|
1197 |
-
"method. Use the download button to export to a .json file which you can then "
|
1198 |
-
"import to another ACF installation. Use the generate button to export to PHP "
|
1199 |
-
"code which you can place in your theme."
|
1200 |
msgstr ""
|
1201 |
-
"
|
1202 |
-
"
|
1203 |
-
"toisessa ACF asennuksessa. Käytä Generoi-painiketta luodaksesi PHP koodia, "
|
1204 |
-
"jonka voit sijoittaa teemaasi."
|
1205 |
|
1206 |
-
#: includes/admin/views/settings-
|
1207 |
-
msgid "
|
1208 |
-
msgstr "
|
1209 |
|
1210 |
-
#: includes/admin/views/settings-
|
1211 |
-
msgid "
|
1212 |
-
msgstr "
|
|
|
1213 |
|
1214 |
-
#: includes/admin/views/settings-
|
1215 |
-
msgid "
|
1216 |
-
msgstr "
|
1217 |
|
1218 |
-
#: includes/admin/views/settings-
|
1219 |
msgid ""
|
1220 |
-
"
|
1221 |
-
"
|
1222 |
msgstr ""
|
1223 |
-
"
|
1224 |
-
"
|
1225 |
|
1226 |
-
#: includes/admin/views/settings-
|
1227 |
-
|
1228 |
-
msgid "
|
1229 |
-
msgstr "
|
1230 |
|
1231 |
-
#: includes/
|
1232 |
-
msgid "
|
1233 |
-
msgstr "
|
1234 |
|
1235 |
-
#: includes/api/api-helpers.php:
|
1236 |
msgid "Thumbnail"
|
1237 |
msgstr "Pienoiskuva"
|
1238 |
|
1239 |
-
#: includes/api/api-helpers.php:
|
1240 |
msgid "Medium"
|
1241 |
msgstr "Keskikokoinen"
|
1242 |
|
1243 |
-
#: includes/api/api-helpers.php:
|
1244 |
msgid "Large"
|
1245 |
msgstr "Iso"
|
1246 |
|
1247 |
-
#: includes/api/api-helpers.php:
|
1248 |
msgid "Full Size"
|
1249 |
msgstr "Täysikokoinen"
|
1250 |
|
1251 |
-
#: includes/api/api-helpers.php:
|
1252 |
-
#: pro/fields/class-acf-field-clone.php:
|
1253 |
msgid "(no title)"
|
1254 |
msgstr "(ei otsikkoa)"
|
1255 |
|
1256 |
-
#: includes/api/api-helpers.php:
|
1257 |
-
#: includes/fields/class-acf-field-page_link.php:269
|
1258 |
-
#: includes/fields/class-acf-field-post_object.php:268
|
1259 |
-
#: includes/fields/class-acf-field-taxonomy.php:986
|
1260 |
-
msgid "Parent"
|
1261 |
-
msgstr "Vanhempi"
|
1262 |
-
|
1263 |
-
#: includes/api/api-helpers.php:3885
|
1264 |
#, php-format
|
1265 |
msgid "Image width must be at least %dpx."
|
1266 |
msgstr "Kuvan leveys täytyy olla vähintään %dpx."
|
1267 |
|
1268 |
-
#: includes/api/api-helpers.php:
|
1269 |
#, php-format
|
1270 |
msgid "Image width must not exceed %dpx."
|
1271 |
msgstr "Kuvan leveys ei saa ylittää %dpx."
|
1272 |
|
1273 |
-
#: includes/api/api-helpers.php:
|
1274 |
#, php-format
|
1275 |
msgid "Image height must be at least %dpx."
|
1276 |
msgstr "Kuvan korkeus täytyy olla vähintään %dpx."
|
1277 |
|
1278 |
-
#: includes/api/api-helpers.php:
|
1279 |
#, php-format
|
1280 |
msgid "Image height must not exceed %dpx."
|
1281 |
msgstr "Kuvan korkeus ei saa ylittää %dpx."
|
1282 |
|
1283 |
-
#: includes/api/api-helpers.php:
|
1284 |
#, php-format
|
1285 |
msgid "File size must be at least %s."
|
1286 |
msgstr "Tiedoston koko täytyy olla vähintään %s."
|
1287 |
|
1288 |
-
#: includes/api/api-helpers.php:
|
1289 |
#, php-format
|
1290 |
msgid "File size must must not exceed %s."
|
1291 |
-
msgstr "Tiedoston koko ei saa ylittää %s
|
1292 |
|
1293 |
-
#: includes/api/api-helpers.php:
|
1294 |
#, php-format
|
1295 |
msgid "File type must be %s."
|
1296 |
msgstr "Tiedoston koko täytyy olla %s."
|
1297 |
|
1298 |
-
#: includes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1299 |
msgid "Basic"
|
1300 |
msgstr "Perus"
|
1301 |
|
1302 |
-
#: includes/fields.php:
|
1303 |
msgid "Content"
|
1304 |
msgstr "Sisältö"
|
1305 |
|
1306 |
-
#: includes/fields.php:
|
1307 |
msgid "Choice"
|
1308 |
-
msgstr "
|
1309 |
|
1310 |
-
#: includes/fields.php:
|
1311 |
msgid "Relational"
|
1312 |
msgstr "Relationaalinen"
|
1313 |
|
1314 |
-
#: includes/fields.php:
|
1315 |
msgid "jQuery"
|
1316 |
msgstr "jQuery"
|
1317 |
|
1318 |
-
#: includes/fields.php:
|
1319 |
-
#: includes/fields/class-acf-field-
|
1320 |
-
#: includes/fields/class-acf-field-checkbox.php:384
|
1321 |
#: includes/fields/class-acf-field-group.php:474
|
1322 |
-
#: includes/fields/class-acf-field-radio.php:
|
1323 |
-
#: pro/fields/class-acf-field-clone.php:
|
1324 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
1325 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
1326 |
-
#: pro/fields/class-acf-field-repeater.php:
|
1327 |
msgid "Layout"
|
1328 |
msgstr "Asettelu"
|
1329 |
|
1330 |
-
#: includes/fields.php:
|
1331 |
-
msgid "
|
1332 |
-
msgstr "
|
1333 |
|
1334 |
-
#: includes/fields.php:
|
1335 |
-
msgid "
|
1336 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1337 |
|
1338 |
#: includes/fields/class-acf-field-button-group.php:24
|
1339 |
msgid "Button Group"
|
@@ -1342,116 +1487,114 @@ msgstr "Painikeryhmä"
|
|
1342 |
#: includes/fields/class-acf-field-button-group.php:149
|
1343 |
#: includes/fields/class-acf-field-checkbox.php:344
|
1344 |
#: includes/fields/class-acf-field-radio.php:235
|
1345 |
-
#: includes/fields/class-acf-field-select.php:
|
1346 |
msgid "Choices"
|
1347 |
msgstr "Valinnat"
|
1348 |
|
1349 |
#: includes/fields/class-acf-field-button-group.php:150
|
1350 |
#: includes/fields/class-acf-field-checkbox.php:345
|
1351 |
#: includes/fields/class-acf-field-radio.php:236
|
1352 |
-
#: includes/fields/class-acf-field-select.php:
|
1353 |
msgid "Enter each choice on a new line."
|
1354 |
msgstr "Syötä jokainen valinta uudelle riville."
|
1355 |
|
1356 |
#: includes/fields/class-acf-field-button-group.php:150
|
1357 |
#: includes/fields/class-acf-field-checkbox.php:345
|
1358 |
#: includes/fields/class-acf-field-radio.php:236
|
1359 |
-
#: includes/fields/class-acf-field-select.php:
|
1360 |
msgid "For more control, you may specify both a value and label like this:"
|
1361 |
msgstr "Halutessasi voit määrittää sekä arvon että nimiön tähän tapaan:"
|
1362 |
|
1363 |
#: includes/fields/class-acf-field-button-group.php:150
|
1364 |
#: includes/fields/class-acf-field-checkbox.php:345
|
1365 |
#: includes/fields/class-acf-field-radio.php:236
|
1366 |
-
#: includes/fields/class-acf-field-select.php:
|
1367 |
msgid "red : Red"
|
1368 |
msgstr "koira_istuu : Koira istuu"
|
1369 |
|
1370 |
#: includes/fields/class-acf-field-button-group.php:158
|
1371 |
#: includes/fields/class-acf-field-page_link.php:513
|
1372 |
-
#: includes/fields/class-acf-field-post_object.php:
|
1373 |
#: includes/fields/class-acf-field-radio.php:244
|
1374 |
-
#: includes/fields/class-acf-field-select.php:
|
1375 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
1376 |
-
#: includes/fields/class-acf-field-user.php:
|
1377 |
msgid "Allow Null?"
|
1378 |
msgstr "Salli tyhjä?"
|
1379 |
|
1380 |
#: includes/fields/class-acf-field-button-group.php:168
|
1381 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
1382 |
#: includes/fields/class-acf-field-color_picker.php:131
|
1383 |
-
#: includes/fields/class-acf-field-email.php:
|
1384 |
-
#: includes/fields/class-acf-field-number.php:
|
1385 |
-
#: includes/fields/class-acf-field-radio.php:
|
1386 |
-
#: includes/fields/class-acf-field-range.php:
|
1387 |
-
#: includes/fields/class-acf-field-select.php:
|
1388 |
-
#: includes/fields/class-acf-field-text.php:
|
1389 |
-
#: includes/fields/class-acf-field-textarea.php:
|
1390 |
#: includes/fields/class-acf-field-true_false.php:135
|
1391 |
-
#: includes/fields/class-acf-field-url.php:
|
1392 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
1393 |
msgid "Default Value"
|
1394 |
msgstr "Oletusarvo"
|
1395 |
|
1396 |
#: includes/fields/class-acf-field-button-group.php:169
|
1397 |
-
#: includes/fields/class-acf-field-email.php:
|
1398 |
-
#: includes/fields/class-acf-field-number.php:
|
1399 |
-
#: includes/fields/class-acf-field-radio.php:
|
1400 |
-
#: includes/fields/class-acf-field-range.php:
|
1401 |
-
#: includes/fields/class-acf-field-text.php:
|
1402 |
-
#: includes/fields/class-acf-field-textarea.php:
|
1403 |
-
#: includes/fields/class-acf-field-url.php:
|
1404 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
1405 |
msgid "Appears when creating a new post"
|
1406 |
msgstr "Kentän oletusarvo"
|
1407 |
|
1408 |
#: includes/fields/class-acf-field-button-group.php:183
|
1409 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
1410 |
-
#: includes/fields/class-acf-field-radio.php:
|
1411 |
msgid "Horizontal"
|
1412 |
msgstr "Vaakasuuntainen"
|
1413 |
|
1414 |
#: includes/fields/class-acf-field-button-group.php:184
|
1415 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
1416 |
-
#: includes/fields/class-acf-field-radio.php:
|
1417 |
msgid "Vertical"
|
1418 |
msgstr "Pystysuuntainen"
|
1419 |
|
1420 |
#: includes/fields/class-acf-field-button-group.php:191
|
1421 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
1422 |
-
#: includes/fields/class-acf-field-file.php:
|
1423 |
-
#: includes/fields/class-acf-field-image.php:188
|
1424 |
#: includes/fields/class-acf-field-link.php:166
|
1425 |
-
#: includes/fields/class-acf-field-radio.php:
|
1426 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
1427 |
msgid "Return Value"
|
1428 |
msgstr "Palauta arvo"
|
1429 |
|
1430 |
#: includes/fields/class-acf-field-button-group.php:192
|
1431 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
1432 |
-
#: includes/fields/class-acf-field-file.php:
|
1433 |
-
#: includes/fields/class-acf-field-image.php:189
|
1434 |
#: includes/fields/class-acf-field-link.php:167
|
1435 |
-
#: includes/fields/class-acf-field-radio.php:
|
1436 |
msgid "Specify the returned value on front end"
|
1437 |
msgstr "Määritä palautettu arvo front endiin"
|
1438 |
|
1439 |
#: includes/fields/class-acf-field-button-group.php:197
|
1440 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
1441 |
-
#: includes/fields/class-acf-field-radio.php:
|
1442 |
-
#: includes/fields/class-acf-field-select.php:
|
1443 |
msgid "Value"
|
1444 |
msgstr "Arvo"
|
1445 |
|
1446 |
#: includes/fields/class-acf-field-button-group.php:199
|
1447 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
1448 |
-
#: includes/fields/class-acf-field-radio.php:
|
1449 |
-
#: includes/fields/class-acf-field-select.php:
|
1450 |
msgid "Both (Array)"
|
1451 |
msgstr "Molemmat (palautusmuoto on tällöin taulukko)"
|
1452 |
|
1453 |
#: includes/fields/class-acf-field-checkbox.php:25
|
1454 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
1455 |
msgid "Checkbox"
|
1456 |
msgstr "Valintaruutu"
|
1457 |
|
@@ -1480,18 +1623,18 @@ msgid "Save 'custom' values to the field's choices"
|
|
1480 |
msgstr ""
|
1481 |
"Tallenna 'Muu’-kentän arvo kentän valinta vaihtoehdoksi tulevaisuudessa"
|
1482 |
|
1483 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
1484 |
-
#: includes/fields/class-acf-field-select.php:
|
1485 |
msgid "Enter each default value on a new line"
|
1486 |
-
msgstr "Syötä jokainen oletusarvo uudelle riville
|
1487 |
|
1488 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
1489 |
msgid "Toggle"
|
1490 |
-
msgstr "Valitse
|
1491 |
|
1492 |
-
#: includes/fields/class-acf-field-checkbox.php:
|
1493 |
msgid "Prepend an extra checkbox to toggle all choices"
|
1494 |
-
msgstr "Näytetäänkö ”Valitse kaikki” valintaruutu"
|
1495 |
|
1496 |
#: includes/fields/class-acf-field-color_picker.php:25
|
1497 |
msgid "Color Picker"
|
@@ -1517,79 +1660,80 @@ msgstr "Nykyinen väri"
|
|
1517 |
msgid "Date Picker"
|
1518 |
msgstr "Päivämäärävalitsin"
|
1519 |
|
1520 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1521 |
msgctxt "Date Picker JS closeText"
|
1522 |
msgid "Done"
|
1523 |
msgstr "Sulje"
|
1524 |
|
1525 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1526 |
msgctxt "Date Picker JS currentText"
|
1527 |
msgid "Today"
|
1528 |
msgstr "Tänään"
|
1529 |
|
1530 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1531 |
msgctxt "Date Picker JS nextText"
|
1532 |
msgid "Next"
|
1533 |
msgstr "Seuraava"
|
1534 |
|
1535 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1536 |
msgctxt "Date Picker JS prevText"
|
1537 |
msgid "Prev"
|
1538 |
msgstr "Edellinen"
|
1539 |
|
1540 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1541 |
msgctxt "Date Picker JS weekHeader"
|
1542 |
msgid "Wk"
|
1543 |
msgstr "Vk"
|
1544 |
|
1545 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1546 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1547 |
#: includes/fields/class-acf-field-time_picker.php:109
|
1548 |
msgid "Display Format"
|
1549 |
msgstr "Muokkausnäkymän muoto"
|
1550 |
|
1551 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1552 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1553 |
#: includes/fields/class-acf-field-time_picker.php:110
|
1554 |
msgid "The format displayed when editing a post"
|
1555 |
-
msgstr "
|
1556 |
|
1557 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1558 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1559 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1560 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1561 |
#: includes/fields/class-acf-field-time_picker.php:117
|
1562 |
#: includes/fields/class-acf-field-time_picker.php:132
|
1563 |
msgid "Custom:"
|
1564 |
msgstr "Mukautettu:"
|
1565 |
|
1566 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1567 |
msgid "Save Format"
|
1568 |
msgstr "Tallennusmuoto"
|
1569 |
|
1570 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1571 |
msgid "The format used when saving a value"
|
1572 |
msgstr "Arvo tallennetaan tähän muotoon"
|
1573 |
|
1574 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1575 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1576 |
-
#: includes/fields/class-acf-field-
|
1577 |
-
#: includes/fields/class-acf-field-
|
1578 |
-
#: includes/fields/class-acf-field-
|
|
|
1579 |
#: includes/fields/class-acf-field-time_picker.php:124
|
|
|
|
|
1580 |
msgid "Return Format"
|
1581 |
msgstr "Palautusmuoto"
|
1582 |
|
1583 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1584 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1585 |
#: includes/fields/class-acf-field-time_picker.php:125
|
1586 |
msgid "The format returned via template functions"
|
1587 |
-
msgstr ""
|
1588 |
-
"Missä muodossa haluat päivämäärän näkyvän, kun sivupohjan funktiot "
|
1589 |
-
"palauttavat sen?"
|
1590 |
|
1591 |
-
#: includes/fields/class-acf-field-date_picker.php:
|
1592 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1593 |
msgid "Week Starts On"
|
1594 |
msgstr "Viikon ensimmäinen päivä"
|
1595 |
|
@@ -1597,77 +1741,77 @@ msgstr "Viikon ensimmäinen päivä"
|
|
1597 |
msgid "Date Time Picker"
|
1598 |
msgstr "Päivämäärä- ja kellonaikavalitsin"
|
1599 |
|
1600 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1601 |
msgctxt "Date Time Picker JS timeOnlyTitle"
|
1602 |
msgid "Choose Time"
|
1603 |
msgstr "Valitse aika"
|
1604 |
|
1605 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1606 |
msgctxt "Date Time Picker JS timeText"
|
1607 |
msgid "Time"
|
1608 |
msgstr "Aika"
|
1609 |
|
1610 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1611 |
msgctxt "Date Time Picker JS hourText"
|
1612 |
msgid "Hour"
|
1613 |
-
msgstr "
|
1614 |
|
1615 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1616 |
msgctxt "Date Time Picker JS minuteText"
|
1617 |
msgid "Minute"
|
1618 |
-
msgstr "
|
1619 |
|
1620 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1621 |
msgctxt "Date Time Picker JS secondText"
|
1622 |
msgid "Second"
|
1623 |
-
msgstr "
|
1624 |
|
1625 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1626 |
msgctxt "Date Time Picker JS millisecText"
|
1627 |
msgid "Millisecond"
|
1628 |
msgstr "millisekunti"
|
1629 |
|
1630 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1631 |
msgctxt "Date Time Picker JS microsecText"
|
1632 |
msgid "Microsecond"
|
1633 |
msgstr "mikrosekunti"
|
1634 |
|
1635 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1636 |
msgctxt "Date Time Picker JS timezoneText"
|
1637 |
msgid "Time Zone"
|
1638 |
msgstr "Aikavyöhyke"
|
1639 |
|
1640 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1641 |
msgctxt "Date Time Picker JS currentText"
|
1642 |
msgid "Now"
|
1643 |
msgstr "Nyt"
|
1644 |
|
1645 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1646 |
msgctxt "Date Time Picker JS closeText"
|
1647 |
msgid "Done"
|
1648 |
msgstr "Sulje"
|
1649 |
|
1650 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1651 |
msgctxt "Date Time Picker JS selectText"
|
1652 |
msgid "Select"
|
1653 |
msgstr "Valitse"
|
1654 |
|
1655 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1656 |
msgctxt "Date Time Picker JS amText"
|
1657 |
msgid "AM"
|
1658 |
msgstr "AM"
|
1659 |
|
1660 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1661 |
msgctxt "Date Time Picker JS amTextShort"
|
1662 |
msgid "A"
|
1663 |
msgstr "A"
|
1664 |
|
1665 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1666 |
msgctxt "Date Time Picker JS pmText"
|
1667 |
msgid "PM"
|
1668 |
msgstr "PM"
|
1669 |
|
1670 |
-
#: includes/fields/class-acf-field-date_time_picker.php:
|
1671 |
msgctxt "Date Time Picker JS pmTextShort"
|
1672 |
msgid "P"
|
1673 |
msgstr "P"
|
@@ -1676,53 +1820,53 @@ msgstr "P"
|
|
1676 |
msgid "Email"
|
1677 |
msgstr "Sähköposti"
|
1678 |
|
1679 |
-
#: includes/fields/class-acf-field-email.php:
|
1680 |
-
#: includes/fields/class-acf-field-number.php:
|
1681 |
#: includes/fields/class-acf-field-password.php:71
|
1682 |
-
#: includes/fields/class-acf-field-text.php:
|
1683 |
-
#: includes/fields/class-acf-field-textarea.php:
|
1684 |
-
#: includes/fields/class-acf-field-url.php:
|
1685 |
msgid "Placeholder Text"
|
1686 |
msgstr "Täyteteksti"
|
1687 |
|
1688 |
-
#: includes/fields/class-acf-field-email.php:
|
1689 |
-
#: includes/fields/class-acf-field-number.php:
|
1690 |
#: includes/fields/class-acf-field-password.php:72
|
1691 |
-
#: includes/fields/class-acf-field-text.php:
|
1692 |
-
#: includes/fields/class-acf-field-textarea.php:
|
1693 |
-
#: includes/fields/class-acf-field-url.php:
|
1694 |
msgid "Appears within the input"
|
1695 |
msgstr "Näkyy input-kentän sisällä"
|
1696 |
|
1697 |
-
#: includes/fields/class-acf-field-email.php:
|
1698 |
-
#: includes/fields/class-acf-field-number.php:
|
1699 |
#: includes/fields/class-acf-field-password.php:80
|
1700 |
-
#: includes/fields/class-acf-field-range.php:
|
1701 |
-
#: includes/fields/class-acf-field-text.php:
|
1702 |
msgid "Prepend"
|
1703 |
msgstr "Etuliite"
|
1704 |
|
1705 |
-
#: includes/fields/class-acf-field-email.php:
|
1706 |
-
#: includes/fields/class-acf-field-number.php:
|
1707 |
#: includes/fields/class-acf-field-password.php:81
|
1708 |
-
#: includes/fields/class-acf-field-range.php:
|
1709 |
-
#: includes/fields/class-acf-field-text.php:
|
1710 |
msgid "Appears before the input"
|
1711 |
msgstr "Näkyy ennen input-kenttää"
|
1712 |
|
1713 |
-
#: includes/fields/class-acf-field-email.php:
|
1714 |
-
#: includes/fields/class-acf-field-number.php:
|
1715 |
#: includes/fields/class-acf-field-password.php:89
|
1716 |
-
#: includes/fields/class-acf-field-range.php:
|
1717 |
-
#: includes/fields/class-acf-field-text.php:
|
1718 |
msgid "Append"
|
1719 |
msgstr "Loppuliite"
|
1720 |
|
1721 |
-
#: includes/fields/class-acf-field-email.php:
|
1722 |
-
#: includes/fields/class-acf-field-number.php:
|
1723 |
#: includes/fields/class-acf-field-password.php:90
|
1724 |
-
#: includes/fields/class-acf-field-range.php:
|
1725 |
-
#: includes/fields/class-acf-field-text.php:
|
1726 |
msgid "Appears after the input"
|
1727 |
msgstr "Näkyy input-kentän jälkeen"
|
1728 |
|
@@ -1730,205 +1874,189 @@ msgstr "Näkyy input-kentän jälkeen"
|
|
1730 |
msgid "File"
|
1731 |
msgstr "Tiedosto"
|
1732 |
|
1733 |
-
#: includes/fields/class-acf-field-file.php:
|
1734 |
msgid "Edit File"
|
1735 |
msgstr "Muokkaa tiedostoa"
|
1736 |
|
1737 |
-
#: includes/fields/class-acf-field-file.php:
|
1738 |
msgid "Update File"
|
1739 |
msgstr "Päivitä tiedosto"
|
1740 |
|
1741 |
-
#: includes/fields/class-acf-field-file.php:
|
1742 |
-
#: includes/fields/class-acf-field-image.php:43 includes/media.php:57
|
1743 |
-
#: pro/fields/class-acf-field-gallery.php:44
|
1744 |
-
msgid "Uploaded to this post"
|
1745 |
-
msgstr "Tähän kenttäryhmään ladatut kuvat"
|
1746 |
-
|
1747 |
-
#: includes/fields/class-acf-field-file.php:126
|
1748 |
msgid "File name"
|
1749 |
msgstr "Tiedoston nimi"
|
1750 |
|
1751 |
-
#: includes/fields/class-acf-field-file.php:
|
1752 |
-
#: includes/fields/class-acf-field-file.php:
|
1753 |
-
#: includes/fields/class-acf-field-file.php:
|
1754 |
-
#: includes/fields/class-acf-field-image.php:
|
1755 |
-
#: includes/fields/class-acf-field-image.php:
|
1756 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1757 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1758 |
msgid "File size"
|
1759 |
msgstr "Tiedoston koko"
|
1760 |
|
1761 |
-
#: includes/fields/class-acf-field-file.php:
|
1762 |
-
#: includes/fields/class-acf-field-image.php:124
|
1763 |
-
#: includes/fields/class-acf-field-link.php:140 includes/input.php:269
|
1764 |
-
#: pro/fields/class-acf-field-gallery.php:343
|
1765 |
-
#: pro/fields/class-acf-field-gallery.php:531
|
1766 |
-
msgid "Remove"
|
1767 |
-
msgstr "Poista"
|
1768 |
-
|
1769 |
-
#: includes/fields/class-acf-field-file.php:155
|
1770 |
msgid "Add File"
|
1771 |
msgstr "Lisää tiedosto"
|
1772 |
|
1773 |
-
#: includes/fields/class-acf-field-file.php:
|
1774 |
msgid "File Array"
|
1775 |
msgstr "Tiedosto"
|
1776 |
|
1777 |
-
#: includes/fields/class-acf-field-file.php:
|
1778 |
msgid "File URL"
|
1779 |
msgstr "Tiedoston URL"
|
1780 |
|
1781 |
-
#: includes/fields/class-acf-field-file.php:
|
1782 |
msgid "File ID"
|
1783 |
msgstr "Tiedoston ID"
|
1784 |
|
1785 |
-
#: includes/fields/class-acf-field-file.php:
|
1786 |
-
#: includes/fields/class-acf-field-image.php:
|
1787 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1788 |
msgid "Library"
|
1789 |
msgstr "Kirjasto"
|
1790 |
|
1791 |
-
#: includes/fields/class-acf-field-file.php:
|
1792 |
-
#: includes/fields/class-acf-field-image.php:
|
1793 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1794 |
msgid "Limit the media library choice"
|
1795 |
msgstr "Rajoita valintaa mediakirjastosta"
|
1796 |
|
1797 |
-
#: includes/fields/class-acf-field-file.php:
|
1798 |
-
#: includes/fields/class-acf-field-image.php:
|
1799 |
#: includes/locations/class-acf-location-attachment.php:101
|
1800 |
#: includes/locations/class-acf-location-comment.php:79
|
1801 |
#: includes/locations/class-acf-location-nav-menu.php:102
|
1802 |
#: includes/locations/class-acf-location-taxonomy.php:79
|
1803 |
-
#: includes/locations/class-acf-location-user-form.php:
|
1804 |
-
#: includes/locations/class-acf-location-user-role.php:
|
1805 |
#: includes/locations/class-acf-location-widget.php:83
|
1806 |
-
#: pro/fields/class-acf-field-gallery.php:
|
|
|
1807 |
msgid "All"
|
1808 |
msgstr "Kaikki"
|
1809 |
|
1810 |
-
#: includes/fields/class-acf-field-file.php:
|
1811 |
-
#: includes/fields/class-acf-field-image.php:
|
1812 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1813 |
msgid "Uploaded to post"
|
1814 |
msgstr "Vain tähän artikkeliin ladatut"
|
1815 |
|
1816 |
-
#: includes/fields/class-acf-field-file.php:
|
1817 |
-
#: includes/fields/class-acf-field-image.php:
|
1818 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1819 |
msgid "Minimum"
|
1820 |
msgstr "Minimiarvo(t)"
|
1821 |
|
1822 |
-
#: includes/fields/class-acf-field-file.php:
|
1823 |
-
#: includes/fields/class-acf-field-file.php:
|
1824 |
msgid "Restrict which files can be uploaded"
|
1825 |
msgstr "Määritä tiedoston koko"
|
1826 |
|
1827 |
-
#: includes/fields/class-acf-field-file.php:
|
1828 |
-
#: includes/fields/class-acf-field-image.php:
|
1829 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1830 |
msgid "Maximum"
|
1831 |
msgstr "Maksimiarvo(t)"
|
1832 |
|
1833 |
-
#: includes/fields/class-acf-field-file.php:
|
1834 |
-
#: includes/fields/class-acf-field-image.php:
|
1835 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1836 |
msgid "Allowed file types"
|
1837 |
msgstr "Sallitut tiedostotyypit"
|
1838 |
|
1839 |
-
#: includes/fields/class-acf-field-file.php:
|
1840 |
-
#: includes/fields/class-acf-field-image.php:
|
1841 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1842 |
msgid "Comma separated list. Leave blank for all types"
|
1843 |
msgstr "Erota pilkulla. Jätä tyhjäksi, jos haluat sallia kaikki tiedostyypit"
|
1844 |
|
1845 |
#: includes/fields/class-acf-field-google-map.php:25
|
1846 |
msgid "Google Map"
|
1847 |
-
msgstr "Google
|
1848 |
|
1849 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1850 |
-
msgid "Locating"
|
1851 |
-
msgstr "Paikannus"
|
1852 |
-
|
1853 |
-
#: includes/fields/class-acf-field-google-map.php:41
|
1854 |
msgid "Sorry, this browser does not support geolocation"
|
1855 |
-
msgstr "Pahoittelut,
|
1856 |
|
1857 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1858 |
msgid "Clear location"
|
1859 |
msgstr "Tyhjennä paikkatieto"
|
1860 |
|
1861 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1862 |
msgid "Find current location"
|
1863 |
msgstr "Etsi nykyinen sijainti"
|
1864 |
|
1865 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1866 |
msgid "Search for address..."
|
1867 |
msgstr "Etsi osoite..."
|
1868 |
|
1869 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1870 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1871 |
msgid "Center"
|
1872 |
msgstr "Sijainti"
|
1873 |
|
1874 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1875 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1876 |
msgid "Center the initial map"
|
1877 |
msgstr "Kartan oletussijainti"
|
1878 |
|
1879 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1880 |
msgid "Zoom"
|
1881 |
msgstr "Zoomaus"
|
1882 |
|
1883 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1884 |
msgid "Set the initial zoom level"
|
1885 |
msgstr "Aseta oletuszoomaus"
|
1886 |
|
1887 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1888 |
-
#: includes/fields/class-acf-field-image.php:
|
1889 |
-
#: includes/fields/class-acf-field-image.php:
|
1890 |
-
#: includes/fields/class-acf-field-oembed.php:
|
1891 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1892 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1893 |
msgid "Height"
|
1894 |
msgstr "Korkeus"
|
1895 |
|
1896 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1897 |
-
msgid "
|
1898 |
-
msgstr "
|
1899 |
|
1900 |
#: includes/fields/class-acf-field-group.php:25
|
1901 |
msgid "Group"
|
1902 |
msgstr "Ryhmä"
|
1903 |
|
1904 |
#: includes/fields/class-acf-field-group.php:459
|
1905 |
-
#: pro/fields/class-acf-field-repeater.php:
|
1906 |
msgid "Sub Fields"
|
1907 |
msgstr "Alakentät"
|
1908 |
|
1909 |
#: includes/fields/class-acf-field-group.php:475
|
1910 |
-
#: pro/fields/class-acf-field-clone.php:
|
1911 |
msgid "Specify the style used to render the selected fields"
|
1912 |
msgstr "Määritä tyyli, jota käytetään valittujen kenttien luomisessa"
|
1913 |
|
1914 |
#: includes/fields/class-acf-field-group.php:480
|
1915 |
-
#: pro/fields/class-acf-field-clone.php:
|
1916 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
1917 |
-
#: pro/fields/class-acf-field-repeater.php:
|
|
|
1918 |
msgid "Block"
|
1919 |
msgstr "Lohko"
|
1920 |
|
1921 |
#: includes/fields/class-acf-field-group.php:481
|
1922 |
-
#: pro/fields/class-acf-field-clone.php:
|
1923 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
1924 |
-
#: pro/fields/class-acf-field-repeater.php:
|
1925 |
msgid "Table"
|
1926 |
msgstr "Taulukko"
|
1927 |
|
1928 |
#: includes/fields/class-acf-field-group.php:482
|
1929 |
-
#: pro/fields/class-acf-field-clone.php:
|
1930 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
1931 |
-
#: pro/fields/class-acf-field-repeater.php:
|
1932 |
msgid "Row"
|
1933 |
msgstr "Rivi"
|
1934 |
|
@@ -1936,64 +2064,58 @@ msgstr "Rivi"
|
|
1936 |
msgid "Image"
|
1937 |
msgstr "Kuva"
|
1938 |
|
1939 |
-
#: includes/fields/class-acf-field-image.php:
|
1940 |
msgid "Select Image"
|
1941 |
msgstr "Valitse kuva"
|
1942 |
|
1943 |
-
#: includes/fields/class-acf-field-image.php:
|
1944 |
-
#: pro/fields/class-acf-field-gallery.php:42
|
1945 |
msgid "Edit Image"
|
1946 |
msgstr "Muokkaa kuvaa"
|
1947 |
|
1948 |
-
#: includes/fields/class-acf-field-image.php:
|
1949 |
-
#: pro/fields/class-acf-field-gallery.php:43
|
1950 |
msgid "Update Image"
|
1951 |
msgstr "Päivitä kuva"
|
1952 |
|
1953 |
-
#: includes/fields/class-acf-field-image.php:
|
1954 |
-
msgid "All images"
|
1955 |
-
msgstr "Kaikki kuvat"
|
1956 |
-
|
1957 |
-
#: includes/fields/class-acf-field-image.php:140
|
1958 |
msgid "No image selected"
|
1959 |
msgstr "Ei kuvia valittu"
|
1960 |
|
1961 |
-
#: includes/fields/class-acf-field-image.php:
|
1962 |
msgid "Add Image"
|
1963 |
msgstr "Lisää kuva"
|
1964 |
|
1965 |
-
#: includes/fields/class-acf-field-image.php:
|
|
|
1966 |
msgid "Image Array"
|
1967 |
msgstr "Kuva"
|
1968 |
|
1969 |
-
#: includes/fields/class-acf-field-image.php:
|
|
|
1970 |
msgid "Image URL"
|
1971 |
msgstr "Kuvan URL"
|
1972 |
|
1973 |
-
#: includes/fields/class-acf-field-image.php:
|
|
|
1974 |
msgid "Image ID"
|
1975 |
msgstr "Kuvan ID"
|
1976 |
|
1977 |
-
#: includes/fields/class-acf-field-image.php:
|
|
|
1978 |
msgid "Preview Size"
|
1979 |
msgstr "Esikatselukuvan koko"
|
1980 |
|
1981 |
-
#: includes/fields/class-acf-field-image.php:
|
1982 |
-
|
1983 |
-
|
1984 |
-
|
1985 |
-
#: includes/fields/class-acf-field-image.php:228
|
1986 |
-
#: includes/fields/class-acf-field-image.php:257
|
1987 |
-
#: pro/fields/class-acf-field-gallery.php:670
|
1988 |
-
#: pro/fields/class-acf-field-gallery.php:699
|
1989 |
msgid "Restrict which images can be uploaded"
|
1990 |
msgstr "Määritä millaisia kuvia voidaan ladata"
|
1991 |
|
1992 |
-
#: includes/fields/class-acf-field-image.php:
|
1993 |
-
#: includes/fields/class-acf-field-image.php:
|
1994 |
-
#: includes/fields/class-acf-field-oembed.php:
|
1995 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1996 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1997 |
msgid "Width"
|
1998 |
msgstr "Leveys"
|
1999 |
|
@@ -2024,27 +2146,27 @@ msgid "Message"
|
|
2024 |
msgstr "Viesti"
|
2025 |
|
2026 |
#: includes/fields/class-acf-field-message.php:110
|
2027 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2028 |
msgid "New Lines"
|
2029 |
msgstr "Uudet rivit"
|
2030 |
|
2031 |
#: includes/fields/class-acf-field-message.php:111
|
2032 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2033 |
msgid "Controls how new lines are rendered"
|
2034 |
msgstr "Määrittää kuinka uudet rivit muotoillaan"
|
2035 |
|
2036 |
#: includes/fields/class-acf-field-message.php:115
|
2037 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2038 |
msgid "Automatically add paragraphs"
|
2039 |
msgstr "Lisää automaattisesti kappale"
|
2040 |
|
2041 |
#: includes/fields/class-acf-field-message.php:116
|
2042 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2043 |
msgid "Automatically add <br>"
|
2044 |
msgstr "Lisää automaattisesti <br>"
|
2045 |
|
2046 |
#: includes/fields/class-acf-field-message.php:117
|
2047 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2048 |
msgid "No Formatting"
|
2049 |
msgstr "Ei muotoilua"
|
2050 |
|
@@ -2054,37 +2176,37 @@ msgstr "Escape HTML"
|
|
2054 |
|
2055 |
#: includes/fields/class-acf-field-message.php:125
|
2056 |
msgid "Allow HTML markup to display as visible text instead of rendering"
|
2057 |
-
msgstr "
|
2058 |
|
2059 |
#: includes/fields/class-acf-field-number.php:25
|
2060 |
msgid "Number"
|
2061 |
msgstr "Numero"
|
2062 |
|
2063 |
-
#: includes/fields/class-acf-field-number.php:
|
2064 |
-
#: includes/fields/class-acf-field-range.php:
|
2065 |
msgid "Minimum Value"
|
2066 |
msgstr "Minimiarvo"
|
2067 |
|
2068 |
-
#: includes/fields/class-acf-field-number.php:
|
2069 |
-
#: includes/fields/class-acf-field-range.php:
|
2070 |
msgid "Maximum Value"
|
2071 |
msgstr "Maksimiarvo"
|
2072 |
|
2073 |
-
#: includes/fields/class-acf-field-number.php:
|
2074 |
-
#: includes/fields/class-acf-field-range.php:
|
2075 |
msgid "Step Size"
|
2076 |
msgstr "Askelluksen koko"
|
2077 |
|
2078 |
-
#: includes/fields/class-acf-field-number.php:
|
2079 |
msgid "Value must be a number"
|
2080 |
msgstr "Arvon täytyy olla numero"
|
2081 |
|
2082 |
-
#: includes/fields/class-acf-field-number.php:
|
2083 |
#, php-format
|
2084 |
msgid "Value must be equal to or higher than %d"
|
2085 |
msgstr "Arvon täytyy olla sama tai suurempi kuin %d"
|
2086 |
|
2087 |
-
#: includes/fields/class-acf-field-number.php:
|
2088 |
#, php-format
|
2089 |
msgid "Value must be equal to or lower than %d"
|
2090 |
msgstr "Arvon täytyy olla sama tai pienempi kuin %d"
|
@@ -2093,49 +2215,50 @@ msgstr "Arvon täytyy olla sama tai pienempi kuin %d"
|
|
2093 |
msgid "oEmbed"
|
2094 |
msgstr "oEmbed"
|
2095 |
|
2096 |
-
#: includes/fields/class-acf-field-oembed.php:
|
2097 |
msgid "Enter URL"
|
2098 |
msgstr "Syötä URL"
|
2099 |
|
2100 |
-
#: includes/fields/class-acf-field-oembed.php:
|
2101 |
-
#: includes/fields/class-acf-field-
|
2102 |
-
msgid "Error."
|
2103 |
-
msgstr "Virhe."
|
2104 |
-
|
2105 |
-
#: includes/fields/class-acf-field-oembed.php:234
|
2106 |
-
msgid "No embed found for the given URL."
|
2107 |
-
msgstr "Upotettavaa ei löytynyt annetusta URL-osoitteesta."
|
2108 |
-
|
2109 |
-
#: includes/fields/class-acf-field-oembed.php:267
|
2110 |
-
#: includes/fields/class-acf-field-oembed.php:278
|
2111 |
msgid "Embed Size"
|
2112 |
msgstr "Upotuksen koko"
|
2113 |
|
|
|
|
|
|
|
|
|
2114 |
#: includes/fields/class-acf-field-page_link.php:177
|
2115 |
msgid "Archives"
|
2116 |
msgstr "Arkistot"
|
2117 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2118 |
#: includes/fields/class-acf-field-page_link.php:485
|
2119 |
-
#: includes/fields/class-acf-field-post_object.php:
|
2120 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2121 |
msgid "Filter by Post Type"
|
2122 |
msgstr "Suodata tyypin mukaan"
|
2123 |
|
2124 |
#: includes/fields/class-acf-field-page_link.php:493
|
2125 |
-
#: includes/fields/class-acf-field-post_object.php:
|
2126 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2127 |
msgid "All post types"
|
2128 |
msgstr "Kaikki artikkelityypit"
|
2129 |
|
2130 |
#: includes/fields/class-acf-field-page_link.php:499
|
2131 |
-
#: includes/fields/class-acf-field-post_object.php:
|
2132 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2133 |
msgid "Filter by Taxonomy"
|
2134 |
msgstr "Suodata taksonomian mukaan"
|
2135 |
|
2136 |
#: includes/fields/class-acf-field-page_link.php:507
|
2137 |
-
#: includes/fields/class-acf-field-post_object.php:
|
2138 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2139 |
msgid "All taxonomies"
|
2140 |
msgstr "Kaikki taksonomiat"
|
2141 |
|
@@ -2144,9 +2267,9 @@ msgid "Allow Archives URLs"
|
|
2144 |
msgstr "Salli arkistojen URL-osoitteita"
|
2145 |
|
2146 |
#: includes/fields/class-acf-field-page_link.php:533
|
2147 |
-
#: includes/fields/class-acf-field-post_object.php:
|
2148 |
-
#: includes/fields/class-acf-field-select.php:
|
2149 |
-
#: includes/fields/class-acf-field-user.php:
|
2150 |
msgid "Select multiple values?"
|
2151 |
msgstr "Valitse useita arvoja?"
|
2152 |
|
@@ -2155,13 +2278,13 @@ msgid "Password"
|
|
2155 |
msgstr "Salasana"
|
2156 |
|
2157 |
#: includes/fields/class-acf-field-post_object.php:25
|
2158 |
-
#: includes/fields/class-acf-field-post_object.php:
|
2159 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2160 |
msgid "Post Object"
|
2161 |
msgstr "Artikkeliolio"
|
2162 |
|
2163 |
-
#: includes/fields/class-acf-field-post_object.php:
|
2164 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2165 |
msgid "Post ID"
|
2166 |
msgstr "Artikkelin ID"
|
2167 |
|
@@ -2175,7 +2298,7 @@ msgstr "Muu"
|
|
2175 |
|
2176 |
#: includes/fields/class-acf-field-radio.php:259
|
2177 |
msgid "Add 'other' choice to allow for custom values"
|
2178 |
-
msgstr "Lisää '
|
2179 |
|
2180 |
#: includes/fields/class-acf-field-radio.php:265
|
2181 |
msgid "Save Other"
|
@@ -2183,7 +2306,7 @@ msgstr "Tallenna Muu"
|
|
2183 |
|
2184 |
#: includes/fields/class-acf-field-radio.php:270
|
2185 |
msgid "Save 'other' values to the field's choices"
|
2186 |
-
msgstr "Tallenna '
|
2187 |
|
2188 |
#: includes/fields/class-acf-field-range.php:25
|
2189 |
msgid "Range"
|
@@ -2193,67 +2316,64 @@ msgstr "Liukusäädin"
|
|
2193 |
msgid "Relationship"
|
2194 |
msgstr "Suodata artikkeleita"
|
2195 |
|
2196 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2197 |
-
msgid "Minimum values reached ( {min} values )"
|
2198 |
-
msgstr "Pienin määrä arvoja saavutettu ({min} arvoa)"
|
2199 |
-
|
2200 |
-
#: includes/fields/class-acf-field-relationship.php:38
|
2201 |
msgid "Maximum values reached ( {max} values )"
|
2202 |
msgstr "Maksimiarvo saavutettu ( {max} artikkelia )"
|
2203 |
|
2204 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2205 |
msgid "Loading"
|
2206 |
msgstr "Ladataan"
|
2207 |
|
2208 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2209 |
msgid "No matches found"
|
2210 |
msgstr "Ei yhtään osumaa"
|
2211 |
|
2212 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2213 |
msgid "Select post type"
|
2214 |
msgstr "Valitse artikkelityyppi"
|
2215 |
|
2216 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2217 |
msgid "Select taxonomy"
|
2218 |
msgstr "Valitse taksonomia"
|
2219 |
|
2220 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2221 |
msgid "Search..."
|
2222 |
msgstr "Etsi..."
|
2223 |
|
2224 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2225 |
msgid "Filters"
|
2226 |
msgstr "Suodattimet"
|
2227 |
|
2228 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2229 |
#: includes/locations/class-acf-location-post-type.php:27
|
2230 |
msgid "Post Type"
|
2231 |
msgstr "Artikkelityyppi"
|
2232 |
|
2233 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2234 |
#: includes/fields/class-acf-field-taxonomy.php:28
|
2235 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
|
|
2236 |
msgid "Taxonomy"
|
2237 |
msgstr "Taksonomia"
|
2238 |
|
2239 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2240 |
msgid "Elements"
|
2241 |
msgstr "Elementit"
|
2242 |
|
2243 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2244 |
msgid "Selected elements will be displayed in each result"
|
2245 |
msgstr "Valitut elementit näytetään jokaisessa tuloksessa"
|
2246 |
|
2247 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2248 |
msgid "Minimum posts"
|
2249 |
msgstr "Vähimmäismäärä artikkeleita"
|
2250 |
|
2251 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2252 |
msgid "Maximum posts"
|
2253 |
-
msgstr "
|
2254 |
|
2255 |
-
#: includes/fields/class-acf-field-relationship.php:
|
2256 |
-
#: pro/fields/class-acf-field-gallery.php:
|
2257 |
#, php-format
|
2258 |
msgid "%s requires at least %s selection"
|
2259 |
msgid_plural "%s requires at least %s selections"
|
@@ -2261,17 +2381,17 @@ msgstr[0] "%s vaatii vähintään %s valinnan"
|
|
2261 |
msgstr[1] "%s vaatii vähintään %s valintaa"
|
2262 |
|
2263 |
#: includes/fields/class-acf-field-select.php:25
|
2264 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2265 |
msgctxt "noun"
|
2266 |
msgid "Select"
|
2267 |
msgstr "Valintalista"
|
2268 |
|
2269 |
-
#: includes/fields/class-acf-field-select.php:
|
2270 |
msgctxt "Select2 JS matches_1"
|
2271 |
msgid "One result is available, press enter to select it."
|
2272 |
msgstr "Yksi tulos on saatavilla. Valitse se painamalla enter-näppäintä."
|
2273 |
|
2274 |
-
#: includes/fields/class-acf-field-select.php:
|
2275 |
#, php-format
|
2276 |
msgctxt "Select2 JS matches_n"
|
2277 |
msgid "%d results are available, use up and down arrow keys to navigate."
|
@@ -2279,74 +2399,69 @@ msgstr ""
|
|
2279 |
"%d tulosta on saatavilla. Voit navigoida tuloksian välillä käyttämällä "
|
2280 |
"”ylös” ja ”alas” -näppäimiä."
|
2281 |
|
2282 |
-
#: includes/fields/class-acf-field-select.php:
|
2283 |
msgctxt "Select2 JS matches_0"
|
2284 |
msgid "No matches found"
|
2285 |
msgstr "Osumia ei löytynyt"
|
2286 |
|
2287 |
-
#: includes/fields/class-acf-field-select.php:
|
2288 |
msgctxt "Select2 JS input_too_short_1"
|
2289 |
msgid "Please enter 1 or more characters"
|
2290 |
msgstr "Kirjoita yksi tai useampi merkki"
|
2291 |
|
2292 |
-
#: includes/fields/class-acf-field-select.php:
|
2293 |
#, php-format
|
2294 |
msgctxt "Select2 JS input_too_short_n"
|
2295 |
msgid "Please enter %d or more characters"
|
2296 |
msgstr "Kirjoita %d tai useampi merkkiä"
|
2297 |
|
2298 |
-
#: includes/fields/class-acf-field-select.php:
|
2299 |
msgctxt "Select2 JS input_too_long_1"
|
2300 |
msgid "Please delete 1 character"
|
2301 |
msgstr "Poista 1 merkki"
|
2302 |
|
2303 |
-
#: includes/fields/class-acf-field-select.php:
|
2304 |
#, php-format
|
2305 |
msgctxt "Select2 JS input_too_long_n"
|
2306 |
msgid "Please delete %d characters"
|
2307 |
msgstr "Poista %d merkkiä"
|
2308 |
|
2309 |
-
#: includes/fields/class-acf-field-select.php:
|
2310 |
msgctxt "Select2 JS selection_too_long_1"
|
2311 |
msgid "You can only select 1 item"
|
2312 |
msgstr "Voit valita vain yhden kohteen"
|
2313 |
|
2314 |
-
#: includes/fields/class-acf-field-select.php:
|
2315 |
#, php-format
|
2316 |
msgctxt "Select2 JS selection_too_long_n"
|
2317 |
msgid "You can only select %d items"
|
2318 |
msgstr "Voit valita vain %d kohdetta"
|
2319 |
|
2320 |
-
#: includes/fields/class-acf-field-select.php:
|
2321 |
msgctxt "Select2 JS load_more"
|
2322 |
msgid "Loading more results…"
|
2323 |
msgstr "Lataa lisää tuloksia …"
|
2324 |
|
2325 |
-
#: includes/fields/class-acf-field-select.php:
|
2326 |
msgctxt "Select2 JS searching"
|
2327 |
msgid "Searching…"
|
2328 |
msgstr "Etsii…"
|
2329 |
|
2330 |
-
#: includes/fields/class-acf-field-select.php:
|
2331 |
msgctxt "Select2 JS load_fail"
|
2332 |
msgid "Loading failed"
|
2333 |
msgstr "Lataus epäonnistui"
|
2334 |
|
2335 |
-
#: includes/fields/class-acf-field-select.php:
|
2336 |
-
msgctxt "verb"
|
2337 |
-
msgid "Select"
|
2338 |
-
msgstr "Valitse"
|
2339 |
-
|
2340 |
-
#: includes/fields/class-acf-field-select.php:406
|
2341 |
#: includes/fields/class-acf-field-true_false.php:144
|
2342 |
msgid "Stylised UI"
|
2343 |
msgstr "Tyylikäs käyttöliittymä"
|
2344 |
|
2345 |
-
#: includes/fields/class-acf-field-select.php:
|
2346 |
msgid "Use AJAX to lazy load choices?"
|
2347 |
msgstr "Haluatko ladata valinnat laiskasti (käyttää AJAXia)?"
|
2348 |
|
2349 |
-
#: includes/fields/class-acf-field-select.php:
|
2350 |
msgid "Specify the value returned"
|
2351 |
msgstr "Määritä palautetun arvon muoto"
|
2352 |
|
@@ -2358,130 +2473,101 @@ msgstr "Erotusmerkki"
|
|
2358 |
msgid "Tab"
|
2359 |
msgstr "Välilehti"
|
2360 |
|
2361 |
-
#: includes/fields/class-acf-field-tab.php:
|
2362 |
-
msgid ""
|
2363 |
-
"The tab field will display incorrectly when added to a Table style repeater "
|
2364 |
-
"field or flexible content field layout"
|
2365 |
-
msgstr ""
|
2366 |
-
"Välilehtikentän ulkoasu rikkoutuu, jos lisätään taulukko-tyyli toistin "
|
2367 |
-
"kenttä tai joustava sisältö kenttä asettelu"
|
2368 |
-
|
2369 |
-
#: includes/fields/class-acf-field-tab.php:83
|
2370 |
-
msgid ""
|
2371 |
-
"Use \"Tab Fields\" to better organize your edit screen by grouping fields "
|
2372 |
-
"together."
|
2373 |
-
msgstr ""
|
2374 |
-
"Ryhmittele kenttiä käyttämällä ”välilehtikenttiä”. Näin saat selkeämmän "
|
2375 |
-
"muokkausnäkymän."
|
2376 |
-
|
2377 |
-
#: includes/fields/class-acf-field-tab.php:84
|
2378 |
-
msgid ""
|
2379 |
-
"All fields following this \"tab field\" (or until another \"tab field\" is "
|
2380 |
-
"defined) will be grouped together using this field's label as the tab "
|
2381 |
-
"heading."
|
2382 |
-
msgstr ""
|
2383 |
-
"Kaikki kentät, jotka seuraavat tätä \"välilehtikenttää\" (tai kunnes toinen "
|
2384 |
-
"\"välilehtikenttä\" määritellään) ryhmitellään yhteen ja välilehden "
|
2385 |
-
"otsikoksi tulee tämän kentän nimiö."
|
2386 |
-
|
2387 |
-
#: includes/fields/class-acf-field-tab.php:98
|
2388 |
msgid "Placement"
|
2389 |
msgstr "Sijainti"
|
2390 |
|
2391 |
-
#: includes/fields/class-acf-field-tab.php:
|
2392 |
-
msgid "
|
2393 |
-
|
2394 |
-
|
2395 |
-
|
2396 |
-
|
2397 |
-
|
2398 |
|
2399 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2400 |
#, php-format
|
2401 |
msgctxt "No terms"
|
2402 |
msgid "No %s"
|
2403 |
msgstr "Ei %s"
|
2404 |
|
2405 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2406 |
-
msgid "None"
|
2407 |
-
msgstr "Ei mitään"
|
2408 |
-
|
2409 |
-
#: includes/fields/class-acf-field-taxonomy.php:764
|
2410 |
msgid "Select the taxonomy to be displayed"
|
2411 |
msgstr "Valitse taksonomia, joka näytetään"
|
2412 |
|
2413 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2414 |
msgid "Appearance"
|
2415 |
msgstr "Ulkoasu"
|
2416 |
|
2417 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2418 |
msgid "Select the appearance of this field"
|
2419 |
msgstr "Valitse ulkoasu tälle kenttälle"
|
2420 |
|
2421 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2422 |
msgid "Multiple Values"
|
2423 |
-
msgstr "
|
2424 |
|
2425 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2426 |
msgid "Multi Select"
|
2427 |
msgstr "Valitse useita"
|
2428 |
|
2429 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2430 |
msgid "Single Value"
|
2431 |
-
msgstr "
|
2432 |
|
2433 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2434 |
msgid "Radio Buttons"
|
2435 |
msgstr "Valintanappi"
|
2436 |
|
2437 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2438 |
msgid "Create Terms"
|
2439 |
msgstr "Uusien ehtojen luominen"
|
2440 |
|
2441 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2442 |
msgid "Allow new terms to be created whilst editing"
|
2443 |
msgstr "Salli uusien ehtojen luominen samalla kun muokataan"
|
2444 |
|
2445 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2446 |
msgid "Save Terms"
|
2447 |
msgstr "Tallenna ehdot"
|
2448 |
|
2449 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2450 |
msgid "Connect selected terms to the post"
|
2451 |
msgstr "Yhdistä valitut ehdot artikkeliin"
|
2452 |
|
2453 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2454 |
msgid "Load Terms"
|
2455 |
msgstr "Lataa ehdot"
|
2456 |
|
2457 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2458 |
msgid "Load value from posts terms"
|
2459 |
msgstr "Lataa arvo artikkelin ehdoista"
|
2460 |
|
2461 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2462 |
msgid "Term Object"
|
2463 |
msgstr "Ehto"
|
2464 |
|
2465 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2466 |
msgid "Term ID"
|
2467 |
msgstr "Ehdon ID"
|
2468 |
|
2469 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2470 |
#, php-format
|
2471 |
msgid "User unable to add new %s"
|
2472 |
msgstr "Käyttäjä ei voi lisätä uutta %s"
|
2473 |
|
2474 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2475 |
#, php-format
|
2476 |
msgid "%s already exists"
|
2477 |
msgstr "%s on jo olemassa"
|
2478 |
|
2479 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2480 |
#, php-format
|
2481 |
msgid "%s added"
|
2482 |
msgstr "%s lisättiin"
|
2483 |
|
2484 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
|
|
2485 |
msgid "Add"
|
2486 |
msgstr "Lisää"
|
2487 |
|
@@ -2489,25 +2575,31 @@ msgstr "Lisää"
|
|
2489 |
msgid "Text"
|
2490 |
msgstr "Teksti"
|
2491 |
|
2492 |
-
#: includes/fields/class-acf-field-text.php:
|
2493 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2494 |
msgid "Character Limit"
|
2495 |
msgstr "Merkkirajoitus"
|
2496 |
|
2497 |
-
#: includes/fields/class-acf-field-text.php:
|
2498 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2499 |
msgid "Leave blank for no limit"
|
2500 |
msgstr "Jos et halua rajoittaa, jätä tyhjäksi"
|
2501 |
|
|
|
|
|
|
|
|
|
|
|
|
|
2502 |
#: includes/fields/class-acf-field-textarea.php:25
|
2503 |
msgid "Text Area"
|
2504 |
msgstr "Tekstialue"
|
2505 |
|
2506 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2507 |
msgid "Rows"
|
2508 |
msgstr "Rivit"
|
2509 |
|
2510 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2511 |
msgid "Sets the textarea height"
|
2512 |
msgstr "Aseta tekstialueen koko"
|
2513 |
|
@@ -2519,18 +2611,6 @@ msgstr "Kellonaikavalitsin"
|
|
2519 |
msgid "True / False"
|
2520 |
msgstr "”Tosi / Epätosi” -valinta"
|
2521 |
|
2522 |
-
#: includes/fields/class-acf-field-true_false.php:79
|
2523 |
-
#: includes/fields/class-acf-field-true_false.php:159 includes/input.php:267
|
2524 |
-
#: pro/admin/views/html-settings-updates.php:89
|
2525 |
-
msgid "Yes"
|
2526 |
-
msgstr "Kyllä"
|
2527 |
-
|
2528 |
-
#: includes/fields/class-acf-field-true_false.php:80
|
2529 |
-
#: includes/fields/class-acf-field-true_false.php:169 includes/input.php:268
|
2530 |
-
#: pro/admin/views/html-settings-updates.php:99
|
2531 |
-
msgid "No"
|
2532 |
-
msgstr "Ei"
|
2533 |
-
|
2534 |
#: includes/fields/class-acf-field-true_false.php:127
|
2535 |
msgid "Displays text alongside the checkbox"
|
2536 |
msgstr "Näytä teksti valintaruudun rinnalla"
|
@@ -2543,11 +2623,11 @@ msgstr "Päällä -teksti"
|
|
2543 |
msgid "Text shown when active"
|
2544 |
msgstr "Teksti, joka näytetään kun valinta on aktiivinen"
|
2545 |
|
2546 |
-
#: includes/fields/class-acf-field-true_false.php:
|
2547 |
msgid "Off Text"
|
2548 |
msgstr "Pois päältä -teksti"
|
2549 |
|
2550 |
-
#: includes/fields/class-acf-field-true_false.php:
|
2551 |
msgid "Text shown when inactive"
|
2552 |
msgstr "Teksti, joka näytetään kun valinta ei ole aktiivinen"
|
2553 |
|
@@ -2555,130 +2635,108 @@ msgstr "Teksti, joka näytetään kun valinta ei ole aktiivinen"
|
|
2555 |
msgid "Url"
|
2556 |
msgstr "Url"
|
2557 |
|
2558 |
-
#: includes/fields/class-acf-field-url.php:
|
2559 |
msgid "Value must be a valid URL"
|
2560 |
msgstr "Arvon täytyy olla validi URL"
|
2561 |
|
2562 |
-
#: includes/fields/class-acf-field-user.php:
|
2563 |
msgid "User"
|
2564 |
msgstr "Käyttäjä"
|
2565 |
|
2566 |
-
#: includes/fields/class-acf-field-user.php:
|
2567 |
msgid "Filter by role"
|
2568 |
msgstr "Suodata roolin mukaan"
|
2569 |
|
2570 |
-
#: includes/fields/class-acf-field-user.php:
|
2571 |
msgid "All user roles"
|
2572 |
msgstr "Kaikki käyttäjäroolit"
|
2573 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2574 |
#: includes/fields/class-acf-field-wysiwyg.php:25
|
2575 |
msgid "Wysiwyg Editor"
|
2576 |
msgstr "Wysiwyg-editori"
|
2577 |
|
2578 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2579 |
msgid "Visual"
|
2580 |
msgstr "Graafinen"
|
2581 |
|
2582 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2583 |
msgctxt "Name for the Text editor tab (formerly HTML)"
|
2584 |
msgid "Text"
|
2585 |
msgstr "Teksti"
|
2586 |
|
2587 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2588 |
msgid "Click to initialize TinyMCE"
|
2589 |
msgstr "Klikkaa ottaaksesi käyttöön graafisen editorin"
|
2590 |
|
2591 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2592 |
msgid "Tabs"
|
2593 |
msgstr "Välilehdet"
|
2594 |
|
2595 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2596 |
msgid "Visual & Text"
|
2597 |
msgstr "Graafinen ja teksti"
|
2598 |
|
2599 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2600 |
msgid "Visual Only"
|
2601 |
msgstr "Vain graafinen"
|
2602 |
|
2603 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2604 |
msgid "Text Only"
|
2605 |
msgstr "Vain teksti"
|
2606 |
|
2607 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2608 |
msgid "Toolbar"
|
2609 |
msgstr "Työkalupalkki"
|
2610 |
|
2611 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2612 |
msgid "Show Media Upload Buttons?"
|
2613 |
msgstr "Näytä Lisää media -painike?"
|
2614 |
|
2615 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2616 |
msgid "Delay initialization?"
|
2617 |
msgstr "Viivytä alustusta?"
|
2618 |
|
2619 |
-
#: includes/fields/class-acf-field-wysiwyg.php:
|
2620 |
-
msgid "TinyMCE will not be
|
2621 |
-
msgstr "
|
2622 |
-
|
2623 |
-
#: includes/forms/form-comment.php:166 includes/forms/form-post.php:303
|
2624 |
-
#: pro/admin/admin-options-page.php:308
|
2625 |
-
msgid "Edit field group"
|
2626 |
-
msgstr "Muokkaa kenttäryhmää"
|
2627 |
|
2628 |
#: includes/forms/form-front.php:55
|
2629 |
msgid "Validate Email"
|
2630 |
msgstr "Validoi sähköposti"
|
2631 |
|
2632 |
-
#: includes/forms/form-front.php:
|
2633 |
-
#: pro/
|
2634 |
msgid "Update"
|
2635 |
msgstr "Päivitä"
|
2636 |
|
2637 |
-
#: includes/forms/form-front.php:
|
2638 |
msgid "Post updated"
|
2639 |
msgstr "Artikkeli päivitetty"
|
2640 |
|
2641 |
-
#: includes/forms/form-front.php:
|
2642 |
msgid "Spam Detected"
|
2643 |
msgstr "Roskapostia havaittu"
|
2644 |
|
2645 |
-
#: includes/
|
2646 |
-
msgid "Expand Details"
|
2647 |
-
msgstr "Enemmän tietoja"
|
2648 |
-
|
2649 |
-
#: includes/input.php:260
|
2650 |
-
msgid "Collapse Details"
|
2651 |
-
msgstr "Vähemmän tietoja"
|
2652 |
-
|
2653 |
-
#: includes/input.php:261
|
2654 |
-
msgid "Validation successful"
|
2655 |
-
msgstr "Kenttäryhmän validointi onnistui"
|
2656 |
-
|
2657 |
-
#: includes/input.php:262 includes/validation.php:285
|
2658 |
-
#: includes/validation.php:296
|
2659 |
-
msgid "Validation failed"
|
2660 |
-
msgstr "Lisäkentän validointi epäonnistui"
|
2661 |
-
|
2662 |
-
#: includes/input.php:263
|
2663 |
-
msgid "1 field requires attention"
|
2664 |
-
msgstr "Yksi kenttä vaatii huomiota"
|
2665 |
-
|
2666 |
-
#: includes/input.php:264
|
2667 |
#, php-format
|
2668 |
-
msgid "%
|
2669 |
-
msgstr "%
|
2670 |
-
|
2671 |
-
#: includes/input.php:265
|
2672 |
-
msgid "Restricted"
|
2673 |
-
msgstr "Rajoitettu"
|
2674 |
-
|
2675 |
-
#: includes/input.php:266
|
2676 |
-
msgid "Are you sure?"
|
2677 |
-
msgstr "Oletko varma?"
|
2678 |
-
|
2679 |
-
#: includes/input.php:270
|
2680 |
-
msgid "Cancel"
|
2681 |
-
msgstr "Peruuta"
|
2682 |
|
2683 |
#: includes/locations.php:93 includes/locations/class-acf-location-post.php:27
|
2684 |
msgid "Post"
|
@@ -2692,6 +2750,14 @@ msgstr "Sivu"
|
|
2692 |
msgid "Forms"
|
2693 |
msgstr "Lomakkeet"
|
2694 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2695 |
#: includes/locations/class-acf-location-attachment.php:27
|
2696 |
msgid "Attachment"
|
2697 |
msgstr "Liite"
|
@@ -2753,8 +2819,8 @@ msgstr "Sivun vanhempi"
|
|
2753 |
msgid "Page Template"
|
2754 |
msgstr "Sivupohja"
|
2755 |
|
2756 |
-
#: includes/locations/class-acf-location-page-template.php:
|
2757 |
-
#: includes/locations/class-acf-location-post-template.php:
|
2758 |
msgid "Default Template"
|
2759 |
msgstr "Oletus sivupohja"
|
2760 |
|
@@ -2762,25 +2828,25 @@ msgstr "Oletus sivupohja"
|
|
2762 |
msgid "Page Type"
|
2763 |
msgstr "Sivun tyyppi"
|
2764 |
|
2765 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2766 |
msgid "Front Page"
|
2767 |
msgstr "Etusivu"
|
2768 |
|
2769 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2770 |
msgid "Posts Page"
|
2771 |
msgstr "Artikkelit -sivu"
|
2772 |
|
2773 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2774 |
msgid "Top Level Page (no parent)"
|
2775 |
msgstr "Ylätason sivu (sivu, jolla ei ole vanhempia)"
|
2776 |
|
2777 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2778 |
msgid "Parent Page (has children)"
|
2779 |
msgstr "Vanhempi sivu (sivu, jolla on alasivuja)"
|
2780 |
|
2781 |
-
#: includes/locations/class-acf-location-page-type.php:
|
2782 |
msgid "Child Page (has parent)"
|
2783 |
-
msgstr "
|
2784 |
|
2785 |
#: includes/locations/class-acf-location-post-category.php:27
|
2786 |
msgid "Post Category"
|
@@ -2802,23 +2868,19 @@ msgstr "Artikkelin taksonomia"
|
|
2802 |
msgid "Post Template"
|
2803 |
msgstr "Sivupohja"
|
2804 |
|
2805 |
-
#: includes/locations/class-acf-location-
|
2806 |
-
msgid "Taxonomy Term"
|
2807 |
-
msgstr "Taksonomian ehto"
|
2808 |
-
|
2809 |
-
#: includes/locations/class-acf-location-user-form.php:27
|
2810 |
msgid "User Form"
|
2811 |
msgstr "Käyttäjälomake"
|
2812 |
|
2813 |
-
#: includes/locations/class-acf-location-user-form.php:
|
2814 |
msgid "Add / Edit"
|
2815 |
msgstr "Lisää / Muokkaa"
|
2816 |
|
2817 |
-
#: includes/locations/class-acf-location-user-form.php:
|
2818 |
msgid "Register"
|
2819 |
msgstr "Rekisteröi"
|
2820 |
|
2821 |
-
#: includes/locations/class-acf-location-user-role.php:
|
2822 |
msgid "User Role"
|
2823 |
msgstr "Käyttäjän rooli"
|
2824 |
|
@@ -2826,16 +2888,6 @@ msgstr "Käyttäjän rooli"
|
|
2826 |
msgid "Widget"
|
2827 |
msgstr "Vimpain"
|
2828 |
|
2829 |
-
#: includes/media.php:55
|
2830 |
-
msgctxt "verb"
|
2831 |
-
msgid "Edit"
|
2832 |
-
msgstr "Muokkaa"
|
2833 |
-
|
2834 |
-
#: includes/media.php:56
|
2835 |
-
msgctxt "verb"
|
2836 |
-
msgid "Update"
|
2837 |
-
msgstr "Päivitä"
|
2838 |
-
|
2839 |
#: includes/validation.php:364
|
2840 |
#, php-format
|
2841 |
msgid "%s value is required"
|
@@ -2844,13 +2896,13 @@ msgstr "%s arvo on pakollinen"
|
|
2844 |
#. Plugin Name of the plugin/theme
|
2845 |
#: pro/acf-pro.php:28
|
2846 |
msgid "Advanced Custom Fields PRO"
|
2847 |
-
msgstr "Advanced Custom Fields PRO
|
2848 |
|
2849 |
-
#: pro/admin/admin-options-page.php:
|
2850 |
msgid "Publish"
|
2851 |
msgstr "Julkaistu"
|
2852 |
|
2853 |
-
#: pro/admin/admin-options-page.php:
|
2854 |
#, php-format
|
2855 |
msgid ""
|
2856 |
"No Custom Field Groups found for this options page. <a href=\"%s\">Create a "
|
@@ -2859,18 +2911,25 @@ msgstr ""
|
|
2859 |
"Yhtään lisäkenttäryhmää ei löytynyt tälle asetussivulle. <a href=\"%s\">Luo "
|
2860 |
"lisäkenttäryhmä</a>"
|
2861 |
|
2862 |
-
#: pro/admin/admin-
|
2863 |
msgid "<b>Error</b>. Could not connect to update server"
|
2864 |
msgstr "<b>Virhe</b>. Ei voitu yhdistää päivityspalvelimeen"
|
2865 |
|
2866 |
-
#: pro/admin/admin-settings-updates.php:
|
2867 |
-
#: pro/admin/views/html-settings-updates.php:13
|
2868 |
msgid "Updates"
|
2869 |
msgstr "Päivitykset"
|
2870 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2871 |
#: pro/admin/views/html-settings-updates.php:7
|
2872 |
msgid "Deactivate License"
|
2873 |
-
msgstr "Poista lisenssi käytöstä
|
2874 |
|
2875 |
#: pro/admin/views/html-settings-updates.php:7
|
2876 |
msgid "Activate License"
|
@@ -2887,9 +2946,9 @@ msgid ""
|
|
2887 |
"licence key, please see <a href=\"%s\" target=\"_blank\">details & pricing</"
|
2888 |
"a>."
|
2889 |
msgstr ""
|
2890 |
-
"Ottaaksesi käyttöön päivitykset, syötä lisenssiavaimesi
|
2891 |
-
"ole lisenssiavainta, katso <a href=\"%s\" target
|
2892 |
-
"hinnoittelu</a
|
2893 |
|
2894 |
#: pro/admin/views/html-settings-updates.php:29
|
2895 |
msgid "License Key"
|
@@ -2909,7 +2968,7 @@ msgstr "Uusin versio"
|
|
2909 |
|
2910 |
#: pro/admin/views/html-settings-updates.php:84
|
2911 |
msgid "Update Available"
|
2912 |
-
msgstr "Päivitys saatavilla
|
2913 |
|
2914 |
#: pro/admin/views/html-settings-updates.php:92
|
2915 |
msgid "Update Plugin"
|
@@ -2927,274 +2986,291 @@ msgstr "Tarkista uudelleen"
|
|
2927 |
msgid "Upgrade Notice"
|
2928 |
msgstr "Päivitys Ilmoitus"
|
2929 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2930 |
#: pro/fields/class-acf-field-clone.php:25
|
2931 |
msgctxt "noun"
|
2932 |
msgid "Clone"
|
2933 |
msgstr "Klooni"
|
2934 |
|
2935 |
-
#: pro/fields/class-acf-field-clone.php:
|
2936 |
msgid "Select one or more fields you wish to clone"
|
2937 |
-
msgstr "Valitse
|
2938 |
|
2939 |
-
#: pro/fields/class-acf-field-clone.php:
|
2940 |
msgid "Display"
|
2941 |
msgstr "Näytä"
|
2942 |
|
2943 |
-
#: pro/fields/class-acf-field-clone.php:
|
2944 |
msgid "Specify the style used to render the clone field"
|
2945 |
msgstr "Määritä tyyli, jota käytetään kloonikentän luomisessa"
|
2946 |
|
2947 |
-
#: pro/fields/class-acf-field-clone.php:
|
2948 |
msgid "Group (displays selected fields in a group within this field)"
|
2949 |
msgstr "Ryhmä (valitut kentät näytetään ryhmänä tämän klooni-kentän sisällä)"
|
2950 |
|
2951 |
-
#: pro/fields/class-acf-field-clone.php:
|
2952 |
msgid "Seamless (replaces this field with selected fields)"
|
2953 |
msgstr "Saumaton (korvaa tämä klooni-kenttä valituilla kentillä)"
|
2954 |
|
2955 |
-
#: pro/fields/class-acf-field-clone.php:
|
2956 |
#, php-format
|
2957 |
msgid "Labels will be displayed as %s"
|
2958 |
-
msgstr "
|
2959 |
|
2960 |
-
#: pro/fields/class-acf-field-clone.php:
|
2961 |
msgid "Prefix Field Labels"
|
2962 |
msgstr "Kentän nimiön etuliite"
|
2963 |
|
2964 |
-
#: pro/fields/class-acf-field-clone.php:
|
2965 |
#, php-format
|
2966 |
msgid "Values will be saved as %s"
|
2967 |
msgstr "Arvot tallennetaan muodossa: %s"
|
2968 |
|
2969 |
-
#: pro/fields/class-acf-field-clone.php:
|
2970 |
msgid "Prefix Field Names"
|
2971 |
msgstr "Kentän nimen etuliite"
|
2972 |
|
2973 |
-
#: pro/fields/class-acf-field-clone.php:
|
2974 |
msgid "Unknown field"
|
2975 |
msgstr "Tuntematon kenttä"
|
2976 |
|
2977 |
-
#: pro/fields/class-acf-field-clone.php:
|
2978 |
msgid "Unknown field group"
|
2979 |
msgstr "Tuntematon kenttäryhmä"
|
2980 |
|
2981 |
-
#: pro/fields/class-acf-field-clone.php:
|
2982 |
#, php-format
|
2983 |
msgid "All fields from %s field group"
|
2984 |
msgstr "Kaikki kentät kenttäryhmästä %s"
|
2985 |
|
2986 |
#: pro/fields/class-acf-field-flexible-content.php:31
|
2987 |
-
#: pro/fields/class-acf-field-repeater.php:
|
2988 |
-
#: pro/fields/class-acf-field-repeater.php:
|
2989 |
msgid "Add Row"
|
2990 |
msgstr "Lisää rivi"
|
2991 |
|
2992 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
|
|
|
|
2993 |
msgid "layout"
|
2994 |
-
|
|
|
|
|
2995 |
|
2996 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
2997 |
msgid "layouts"
|
2998 |
msgstr "asettelua"
|
2999 |
|
3000 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3001 |
-
|
3002 |
-
|
3003 |
-
|
3004 |
-
#: pro/fields/class-acf-field-flexible-content.php:37
|
3005 |
-
msgid "This field requires at least {min} {identifier}"
|
3006 |
-
msgstr "Tämä kenttä vaatii vähintään {min} {identifier}"
|
3007 |
-
|
3008 |
-
#: pro/fields/class-acf-field-flexible-content.php:38
|
3009 |
-
msgid "This field has a limit of {max} {identifier}"
|
3010 |
-
msgstr "Tämän kentän yläraja on {max} {identifier}"
|
3011 |
-
|
3012 |
-
#: pro/fields/class-acf-field-flexible-content.php:39
|
3013 |
msgid "This field requires at least {min} {label} {identifier}"
|
3014 |
msgstr "Tämä kenttä vaatii vähintään {min} {label} {identifier}"
|
3015 |
|
3016 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3017 |
-
msgid "
|
3018 |
-
msgstr "
|
3019 |
|
3020 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3021 |
msgid "{available} {label} {identifier} available (max {max})"
|
3022 |
msgstr "{available} {label} {identifier} saatavilla (max {max})"
|
3023 |
|
3024 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3025 |
msgid "{required} {label} {identifier} required (min {min})"
|
3026 |
msgstr "{required} {label} {identifier} vaadittu (min {min})"
|
3027 |
|
3028 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3029 |
msgid "Flexible Content requires at least 1 layout"
|
3030 |
msgstr "Vaaditaan vähintään yksi asettelu"
|
3031 |
|
3032 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3033 |
#, php-format
|
3034 |
msgid "Click the \"%s\" button below to start creating your layout"
|
3035 |
msgstr "Klikkaa ”%s” -painiketta luodaksesi oman asettelun"
|
3036 |
|
3037 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3038 |
msgid "Add layout"
|
3039 |
msgstr "Lisää asettelu"
|
3040 |
|
3041 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3042 |
msgid "Remove layout"
|
3043 |
msgstr "Poista asettelu"
|
3044 |
|
3045 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3046 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3047 |
msgid "Click to toggle"
|
3048 |
msgstr "Piilota/Näytä"
|
3049 |
|
3050 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3051 |
msgid "Reorder Layout"
|
3052 |
msgstr "Järjestä asettelu uudelleen"
|
3053 |
|
3054 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3055 |
msgid "Reorder"
|
3056 |
msgstr "Järjestä uudelleen"
|
3057 |
|
3058 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3059 |
msgid "Delete Layout"
|
3060 |
msgstr "Poista asettelu"
|
3061 |
|
3062 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3063 |
msgid "Duplicate Layout"
|
3064 |
msgstr "Monista asettelu"
|
3065 |
|
3066 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3067 |
msgid "Add New Layout"
|
3068 |
msgstr "Lisää uusi asettelu"
|
3069 |
|
3070 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3071 |
msgid "Min"
|
3072 |
msgstr "Min"
|
3073 |
|
3074 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3075 |
msgid "Max"
|
3076 |
-
msgstr "
|
3077 |
|
3078 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3079 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3080 |
msgid "Button Label"
|
3081 |
msgstr "Painikkeen teksti"
|
3082 |
|
3083 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3084 |
msgid "Minimum Layouts"
|
3085 |
msgstr "Asetteluita vähintään"
|
3086 |
|
3087 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3088 |
msgid "Maximum Layouts"
|
3089 |
msgstr "Asetteluita enintään"
|
3090 |
|
3091 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3092 |
msgid "Add Image to Gallery"
|
3093 |
msgstr "Lisää kuva galleriaan"
|
3094 |
|
3095 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3096 |
msgid "Maximum selection reached"
|
3097 |
msgstr "Et voi valita enempää kuvia"
|
3098 |
|
3099 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3100 |
msgid "Length"
|
3101 |
msgstr "Pituus"
|
3102 |
|
3103 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3104 |
msgid "Caption"
|
3105 |
msgstr "Kuvateksti"
|
3106 |
|
3107 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3108 |
msgid "Alt Text"
|
3109 |
msgstr "Vaihtoehtoinen teksti"
|
3110 |
|
3111 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3112 |
msgid "Add to gallery"
|
3113 |
msgstr "Lisää galleriaan"
|
3114 |
|
3115 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3116 |
msgid "Bulk actions"
|
3117 |
msgstr "Massatoiminnot"
|
3118 |
|
3119 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3120 |
msgid "Sort by date uploaded"
|
3121 |
msgstr "Lajittele latauksen päivämäärän mukaan"
|
3122 |
|
3123 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3124 |
msgid "Sort by date modified"
|
3125 |
msgstr "Lajittele viimeisimmän muokkauksen päivämäärän mukaan"
|
3126 |
|
3127 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3128 |
msgid "Sort by title"
|
3129 |
msgstr "Lajittele otsikon mukaan"
|
3130 |
|
3131 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3132 |
msgid "Reverse current order"
|
3133 |
msgstr "Käännän nykyinen järjestys"
|
3134 |
|
3135 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3136 |
msgid "Close"
|
3137 |
msgstr "Sulje"
|
3138 |
|
3139 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3140 |
-
msgid "Minimum Selection"
|
3141 |
-
msgstr "Pienin määrä kuvia"
|
3142 |
-
|
3143 |
-
#: pro/fields/class-acf-field-gallery.php:633
|
3144 |
-
msgid "Maximum Selection"
|
3145 |
-
msgstr "Suurin määrä kuvia"
|
3146 |
-
|
3147 |
-
#: pro/fields/class-acf-field-gallery.php:642
|
3148 |
msgid "Insert"
|
3149 |
msgstr "Lisää"
|
3150 |
|
3151 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3152 |
msgid "Specify where new attachments are added"
|
3153 |
msgstr "Määritä mihin uudet liitteet lisätään"
|
3154 |
|
3155 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3156 |
msgid "Append to the end"
|
3157 |
msgstr "Lisää loppuun"
|
3158 |
|
3159 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3160 |
msgid "Prepend to the beginning"
|
3161 |
msgstr "Lisää alkuun"
|
3162 |
|
3163 |
-
#: pro/fields/class-acf-field-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3164 |
msgid "Minimum rows reached ({min} rows)"
|
3165 |
msgstr "Pienin määrä rivejä saavutettu ({min} riviä)"
|
3166 |
|
3167 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3168 |
msgid "Maximum rows reached ({max} rows)"
|
3169 |
msgstr "Suurin määrä rivejä saavutettu ({max} riviä)"
|
3170 |
|
3171 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3172 |
msgid "Add row"
|
3173 |
msgstr "Lisää rivi"
|
3174 |
|
3175 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3176 |
msgid "Remove row"
|
3177 |
msgstr "Poista rivi"
|
3178 |
|
3179 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3180 |
msgid "Collapsed"
|
3181 |
msgstr "Piilotettu"
|
3182 |
|
3183 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3184 |
msgid "Select a sub field to show when row is collapsed"
|
3185 |
msgstr "Valitse alakenttä, joka näytetään, kun rivi on piilotettu"
|
3186 |
|
3187 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3188 |
msgid "Minimum Rows"
|
3189 |
msgstr "Pienin määrä rivejä"
|
3190 |
|
3191 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3192 |
msgid "Maximum Rows"
|
3193 |
msgstr "Suurin määrä rivejä"
|
3194 |
|
3195 |
#: pro/locations/class-acf-location-options-page.php:79
|
3196 |
msgid "No options pages exist"
|
3197 |
-
msgstr "Yhtään
|
3198 |
|
3199 |
#: pro/options-page.php:51
|
3200 |
msgid "Options"
|
@@ -3212,20 +3288,202 @@ msgid ""
|
|
3212 |
"\">details & pricing</a>."
|
3213 |
msgstr ""
|
3214 |
"Ottaaksesi käyttöön päivitykset, ole hyvä ja syötä lisenssiavaimesi <a href="
|
3215 |
-
"\"%s\">Päivitykset</a> -sivulle.
|
3216 |
-
"<a href=\"%s\">tarkemmat tiedot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3217 |
|
3218 |
#. Plugin URI of the plugin/theme
|
3219 |
-
|
3220 |
-
|
|
|
3221 |
|
3222 |
#. Author of the plugin/theme
|
3223 |
msgid "Elliot Condon"
|
3224 |
msgstr "Elliot Condon"
|
3225 |
|
3226 |
-
|
3227 |
-
|
3228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3229 |
|
3230 |
#~ msgid "Disabled"
|
3231 |
#~ msgstr "Poistettu käytöstä"
|
@@ -3259,9 +3517,6 @@ msgstr "http://www.elliotcondon.com/"
|
|
3259 |
#~ msgid "Created by"
|
3260 |
#~ msgstr "Tekijä"
|
3261 |
|
3262 |
-
#~ msgid "Error loading update"
|
3263 |
-
#~ msgstr "Virhe ladattaessa päivitystä"
|
3264 |
-
|
3265 |
#~ msgid "Error"
|
3266 |
#~ msgstr "Virhe"
|
3267 |
|
@@ -3360,9 +3615,6 @@ msgstr "http://www.elliotcondon.com/"
|
|
3360 |
#~ msgid "Show Field Keys"
|
3361 |
#~ msgstr "Näytä kenttäavain"
|
3362 |
|
3363 |
-
#~ msgid "Import / Export"
|
3364 |
-
#~ msgstr "Tuonti / vienti"
|
3365 |
-
|
3366 |
#~ msgid "Field groups are created in order from lowest to highest"
|
3367 |
#~ msgstr ""
|
3368 |
#~ "Kenttäryhmät luodaan järjestyksessä alkaen pienimmästä järjestysnumerosta"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Advanced Custom Fields Pro\n"
|
4 |
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
5 |
+
"POT-Creation-Date: 2020-03-23 15:39+1000\n"
|
6 |
+
"PO-Revision-Date: 2020-04-03 11:37+0300\n"
|
7 |
"Last-Translator: Elliot Condon <e@elliotcondon.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: fi\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.2.4\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
24 |
|
25 |
+
#: acf.php:68
|
26 |
msgid "Advanced Custom Fields"
|
27 |
msgstr "Advanced Custom Fields"
|
28 |
|
29 |
+
#: acf.php:342 includes/admin/admin.php:52
|
30 |
msgid "Field Groups"
|
31 |
msgstr "Kenttäryhmät"
|
32 |
|
33 |
+
#: acf.php:343
|
34 |
msgid "Field Group"
|
35 |
msgstr "Kenttäryhmä"
|
36 |
|
37 |
+
#: acf.php:344 acf.php:376 includes/admin/admin.php:53
|
38 |
+
#: pro/fields/class-acf-field-flexible-content.php:558
|
39 |
msgid "Add New"
|
40 |
msgstr "Lisää uusi"
|
41 |
|
42 |
+
#: acf.php:345
|
43 |
msgid "Add New Field Group"
|
44 |
msgstr "Lisää uusi kenttäryhmä"
|
45 |
|
46 |
+
#: acf.php:346
|
47 |
msgid "Edit Field Group"
|
48 |
msgstr "Muokkaa kenttäryhmää"
|
49 |
|
50 |
+
#: acf.php:347
|
51 |
msgid "New Field Group"
|
52 |
msgstr "Lisää uusi kenttäryhmä"
|
53 |
|
54 |
+
#: acf.php:348
|
55 |
msgid "View Field Group"
|
56 |
msgstr "Katso kenttäryhmää"
|
57 |
|
58 |
+
#: acf.php:349
|
59 |
msgid "Search Field Groups"
|
60 |
msgstr "Etsi kenttäryhmiä"
|
61 |
|
62 |
+
#: acf.php:350
|
63 |
msgid "No Field Groups found"
|
64 |
msgstr "Kenttäryhmiä ei löytynyt"
|
65 |
|
66 |
+
#: acf.php:351
|
67 |
msgid "No Field Groups found in Trash"
|
68 |
msgstr "Kenttäryhmiä ei löytynyt roskakorista"
|
69 |
|
70 |
+
#: acf.php:374 includes/admin/admin-field-group.php:220
|
71 |
+
#: includes/admin/admin-field-groups.php:530
|
72 |
+
#: pro/fields/class-acf-field-clone.php:811
|
|
|
73 |
msgid "Fields"
|
74 |
msgstr "Kentät"
|
75 |
|
76 |
+
#: acf.php:375
|
77 |
msgid "Field"
|
78 |
msgstr "Kenttä"
|
79 |
|
80 |
+
#: acf.php:377
|
81 |
msgid "Add New Field"
|
82 |
msgstr "Lisää uusi kenttä"
|
83 |
|
84 |
+
#: acf.php:378
|
85 |
msgid "Edit Field"
|
86 |
msgstr "Muokkaa kenttää"
|
87 |
|
88 |
+
#: acf.php:379 includes/admin/views/field-group-fields.php:41
|
|
|
89 |
msgid "New Field"
|
90 |
msgstr "Uusi kenttä"
|
91 |
|
92 |
+
#: acf.php:380
|
93 |
msgid "View Field"
|
94 |
msgstr "Näytä kenttä"
|
95 |
|
96 |
+
#: acf.php:381
|
97 |
msgid "Search Fields"
|
98 |
msgstr "Etsi kenttiä"
|
99 |
|
100 |
+
#: acf.php:382
|
101 |
msgid "No Fields found"
|
102 |
+
msgstr "Ei löytynyt kenttiä"
|
103 |
|
104 |
+
#: acf.php:383
|
105 |
msgid "No Fields found in Trash"
|
106 |
msgstr "Kenttiä ei löytynyt roskakorista"
|
107 |
|
108 |
+
#: acf.php:418 includes/admin/admin-field-group.php:402
|
109 |
+
#: includes/admin/admin-field-groups.php:587
|
110 |
msgid "Inactive"
|
111 |
+
msgstr "Ei käytössä"
|
112 |
|
113 |
+
#: acf.php:423
|
114 |
#, php-format
|
115 |
msgid "Inactive <span class=\"count\">(%s)</span>"
|
116 |
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
117 |
+
msgstr[0] "Ei käytössä <span class=\"count\">(%s)</span>"
|
118 |
+
msgstr[1] "Ei käytössä <span class=\"count\">(%s)</span>"
|
119 |
|
120 |
+
#: includes/acf-field-functions.php:831
|
121 |
+
#: includes/admin/admin-field-group.php:178
|
122 |
+
msgid "(no label)"
|
123 |
+
msgstr "(ei nimiötä)"
|
124 |
+
|
125 |
+
#: includes/acf-field-group-functions.php:819
|
126 |
+
#: includes/admin/admin-field-group.php:180
|
127 |
+
msgid "copy"
|
128 |
+
msgstr "kopio"
|
129 |
+
|
130 |
+
#: includes/admin/admin-field-group.php:86
|
131 |
+
#: includes/admin/admin-field-group.php:87
|
132 |
+
#: includes/admin/admin-field-group.php:89
|
133 |
msgid "Field group updated."
|
134 |
+
msgstr "Kenttäryhmä päivitetty."
|
135 |
|
136 |
+
#: includes/admin/admin-field-group.php:88
|
137 |
msgid "Field group deleted."
|
138 |
+
msgstr "Kenttäryhmä poistettu."
|
139 |
|
140 |
+
#: includes/admin/admin-field-group.php:91
|
141 |
msgid "Field group published."
|
142 |
+
msgstr "Kenttäryhmä julkaistu."
|
143 |
|
144 |
+
#: includes/admin/admin-field-group.php:92
|
145 |
msgid "Field group saved."
|
146 |
+
msgstr "Kenttäryhmä tallennettu."
|
147 |
|
148 |
+
#: includes/admin/admin-field-group.php:93
|
149 |
msgid "Field group submitted."
|
150 |
msgstr "Kenttäryhmä lähetetty."
|
151 |
|
152 |
+
#: includes/admin/admin-field-group.php:94
|
153 |
msgid "Field group scheduled for."
|
154 |
msgstr "Kenttäryhmä ajoitettu."
|
155 |
|
156 |
+
#: includes/admin/admin-field-group.php:95
|
157 |
msgid "Field group draft updated."
|
158 |
+
msgstr "Luonnos kenttäryhmästä päivitetty."
|
159 |
|
160 |
+
#: includes/admin/admin-field-group.php:171
|
161 |
+
msgid "The string \"field_\" may not be used at the start of a field name"
|
162 |
+
msgstr "Merkkijonoa \"field_\" ei saa käyttää kentän nimen alussa"
|
163 |
|
164 |
+
#: includes/admin/admin-field-group.php:172
|
165 |
+
msgid "This field cannot be moved until its changes have been saved"
|
166 |
+
msgstr "Tätä kenttää ei voi siirtää ennen kuin muutokset on talletettu"
|
167 |
|
168 |
+
#: includes/admin/admin-field-group.php:173
|
169 |
+
msgid "Field group title is required"
|
170 |
+
msgstr "Kenttäryhmän otsikko on pakollinen"
|
171 |
+
|
172 |
+
#: includes/admin/admin-field-group.php:174
|
173 |
msgid "Move to trash. Are you sure?"
|
174 |
msgstr "Haluatko varmasti siirtää roskakoriin?"
|
175 |
|
176 |
+
#: includes/admin/admin-field-group.php:175
|
|
|
|
|
|
|
|
|
177 |
msgid "No toggle fields available"
|
178 |
+
msgstr "Ei vaihtokenttiä saatavilla"
|
179 |
|
180 |
+
#: includes/admin/admin-field-group.php:176
|
181 |
+
msgid "Move Custom Field"
|
182 |
+
msgstr "Siirrä muokattua kenttää"
|
183 |
|
184 |
+
#: includes/admin/admin-field-group.php:177
|
185 |
+
msgid "Checked"
|
186 |
+
msgstr "Valittu"
|
187 |
+
|
188 |
+
#: includes/admin/admin-field-group.php:179
|
189 |
+
msgid "(this field)"
|
190 |
+
msgstr "(tämä kenttä)"
|
191 |
|
192 |
+
#: includes/admin/admin-field-group.php:181
|
193 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:51
|
194 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:151
|
195 |
#: includes/admin/views/field-group-locations.php:29
|
196 |
#: includes/admin/views/html-location-group.php:3
|
197 |
+
#: includes/api/api-helpers.php:3649
|
198 |
msgid "or"
|
199 |
msgstr "tai"
|
200 |
|
201 |
+
#: includes/admin/admin-field-group.php:182
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
202 |
msgid "Null"
|
203 |
msgstr "Tyhjä"
|
204 |
|
205 |
+
#: includes/admin/admin-field-group.php:221
|
206 |
+
msgid "Location"
|
207 |
+
msgstr "Sijainti"
|
208 |
|
209 |
+
#: includes/admin/admin-field-group.php:222
|
210 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:295
|
211 |
+
msgid "Settings"
|
212 |
+
msgstr "Asetukset"
|
213 |
|
214 |
+
#: includes/admin/admin-field-group.php:372
|
215 |
msgid "Field Keys"
|
216 |
msgstr "Kenttäavaimet"
|
217 |
|
218 |
+
#: includes/admin/admin-field-group.php:402
|
219 |
#: includes/admin/views/field-group-options.php:9
|
220 |
msgid "Active"
|
221 |
msgstr "Käytössä"
|
222 |
|
223 |
+
#: includes/admin/admin-field-group.php:763
|
224 |
msgid "Move Complete."
|
225 |
msgstr "Siirto valmis."
|
226 |
|
227 |
+
#: includes/admin/admin-field-group.php:764
|
228 |
#, php-format
|
229 |
msgid "The %s field can now be found in the %s field group"
|
230 |
+
msgstr "Kenttä %s löytyy nyt kenttäryhmästä %s"
|
231 |
|
232 |
+
#: includes/admin/admin-field-group.php:765
|
233 |
msgid "Close Window"
|
234 |
msgstr "Sulje ikkuna"
|
235 |
|
236 |
+
#: includes/admin/admin-field-group.php:806
|
237 |
msgid "Please select the destination for this field"
|
238 |
+
msgstr "Valitse kohde kentälle"
|
239 |
|
240 |
+
#: includes/admin/admin-field-group.php:813
|
241 |
msgid "Move Field"
|
242 |
msgstr "Siirrä kenttä"
|
243 |
|
244 |
+
#: includes/admin/admin-field-groups.php:89
|
245 |
#, php-format
|
246 |
msgid "Active <span class=\"count\">(%s)</span>"
|
247 |
msgid_plural "Active <span class=\"count\">(%s)</span>"
|
248 |
msgstr[0] "Käytössä <span class=\"count\">(%s)</span>"
|
249 |
msgstr[1] "Käytössä <span class=\"count\">(%s)</span>"
|
250 |
|
251 |
+
#: includes/admin/admin-field-groups.php:156
|
|
|
|
|
|
|
|
|
|
|
252 |
#, php-format
|
253 |
+
msgid "Field group duplicated."
|
254 |
msgid_plural "%s field groups duplicated."
|
255 |
+
msgstr[0] "Kenttäryhmä monistettu."
|
256 |
+
msgstr[1] "%s kenttäryhmää monistettu."
|
257 |
|
258 |
+
#: includes/admin/admin-field-groups.php:243
|
259 |
#, php-format
|
260 |
+
msgid "Field group synchronised."
|
|
|
|
|
|
|
|
|
|
|
261 |
msgid_plural "%s field groups synchronised."
|
262 |
+
msgstr[0] "Kenttäryhmä synkronoitu."
|
263 |
+
msgstr[1] "%s kenttäryhmää synkronoitu."
|
264 |
|
265 |
+
#: includes/admin/admin-field-groups.php:414
|
266 |
+
#: includes/admin/admin-field-groups.php:577
|
267 |
msgid "Sync available"
|
268 |
msgstr "Synkronointi saatavissa"
|
269 |
|
270 |
+
#: includes/admin/admin-field-groups.php:527 includes/forms/form-front.php:38
|
271 |
+
#: pro/fields/class-acf-field-gallery.php:353
|
272 |
msgid "Title"
|
273 |
msgstr "Otsikko"
|
274 |
|
275 |
+
#: includes/admin/admin-field-groups.php:528
|
276 |
#: includes/admin/views/field-group-options.php:96
|
277 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:38
|
278 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:49
|
279 |
+
#: pro/fields/class-acf-field-gallery.php:380
|
280 |
msgid "Description"
|
281 |
msgstr "Kuvaus"
|
282 |
|
283 |
+
#: includes/admin/admin-field-groups.php:529
|
284 |
msgid "Status"
|
285 |
msgstr "Status"
|
286 |
|
287 |
#. Description of the plugin/theme
|
288 |
+
#: includes/admin/admin-field-groups.php:626
|
289 |
+
msgid "Customize WordPress with powerful, professional and intuitive fields."
|
290 |
msgstr ""
|
291 |
+
"Mukauta WordPressiä tehokkailla, ammattimaisilla ja intuitiivisilla kentillä."
|
292 |
|
293 |
+
#: includes/admin/admin-field-groups.php:628 includes/admin/admin.php:123
|
|
|
294 |
#: pro/admin/views/html-settings-updates.php:107
|
295 |
msgid "Changelog"
|
296 |
msgstr "Muutosloki"
|
297 |
|
298 |
+
#: includes/admin/admin-field-groups.php:633
|
299 |
#, php-format
|
300 |
msgid "See what's new in <a href=\"%s\">version %s</a>."
|
301 |
+
msgstr "Katso mitä uutta <a href=\"%s\">versiossa %s</a>."
|
302 |
|
303 |
+
#: includes/admin/admin-field-groups.php:636
|
304 |
msgid "Resources"
|
305 |
msgstr "Resurssit"
|
306 |
|
307 |
+
#: includes/admin/admin-field-groups.php:638
|
308 |
msgid "Website"
|
309 |
msgstr "Kotisivu"
|
310 |
|
311 |
+
#: includes/admin/admin-field-groups.php:639
|
312 |
msgid "Documentation"
|
313 |
msgstr "Dokumentaatio"
|
314 |
|
315 |
+
#: includes/admin/admin-field-groups.php:640
|
316 |
msgid "Support"
|
317 |
msgstr "Tuki"
|
318 |
|
319 |
+
#: includes/admin/admin-field-groups.php:642
|
320 |
+
#: includes/admin/views/settings-info.php:81
|
321 |
msgid "Pro"
|
322 |
msgstr "Pro"
|
323 |
|
324 |
+
#: includes/admin/admin-field-groups.php:647
|
325 |
#, php-format
|
326 |
msgid "Thank you for creating with <a href=\"%s\">ACF</a>."
|
327 |
msgstr "Kiitos, että luot sisältöä <a href=\"%s\">ACF:llä</a>."
|
328 |
|
329 |
+
#: includes/admin/admin-field-groups.php:686
|
330 |
msgid "Duplicate this item"
|
331 |
msgstr "Monista tämä kohde"
|
332 |
|
333 |
+
#: includes/admin/admin-field-groups.php:686
|
334 |
+
#: includes/admin/admin-field-groups.php:702
|
335 |
+
#: includes/admin/views/field-group-field.php:46
|
336 |
+
#: pro/fields/class-acf-field-flexible-content.php:557
|
337 |
msgid "Duplicate"
|
338 |
msgstr "Monista"
|
339 |
|
340 |
+
#: includes/admin/admin-field-groups.php:719
|
341 |
+
#: includes/fields/class-acf-field-google-map.php:146
|
342 |
+
#: includes/fields/class-acf-field-relationship.php:593
|
343 |
msgid "Search"
|
344 |
msgstr "Etsi"
|
345 |
|
346 |
+
#: includes/admin/admin-field-groups.php:778
|
347 |
#, php-format
|
348 |
msgid "Select %s"
|
349 |
msgstr "Valitse %s"
|
350 |
|
351 |
+
#: includes/admin/admin-field-groups.php:786
|
352 |
msgid "Synchronise field group"
|
353 |
msgstr "Synkronoi kenttäryhmä"
|
354 |
|
355 |
+
#: includes/admin/admin-field-groups.php:786
|
356 |
+
#: includes/admin/admin-field-groups.php:816
|
357 |
msgid "Sync"
|
358 |
msgstr "Synkronointi"
|
359 |
|
360 |
+
#: includes/admin/admin-field-groups.php:798
|
361 |
msgid "Apply"
|
362 |
msgstr "Käytä"
|
363 |
|
364 |
+
#: includes/admin/admin-field-groups.php:816
|
365 |
msgid "Bulk Actions"
|
366 |
msgstr "Massatoiminnot"
|
367 |
|
368 |
+
#: includes/admin/admin-tools.php:116
|
369 |
+
#: includes/admin/views/html-admin-tools.php:21
|
370 |
+
msgid "Tools"
|
371 |
+
msgstr "Työkalut"
|
372 |
|
373 |
+
#: includes/admin/admin-upgrade.php:49 includes/admin/admin-upgrade.php:111
|
374 |
+
#: includes/admin/admin-upgrade.php:112 includes/admin/admin-upgrade.php:175
|
375 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:24
|
376 |
+
#: includes/admin/views/html-admin-page-upgrade.php:26
|
377 |
msgid "Upgrade Database"
|
378 |
msgstr "Päivitä tietokanta"
|
379 |
|
380 |
+
#: includes/admin/admin-upgrade.php:199
|
381 |
msgid "Review sites & upgrade"
|
382 |
+
msgstr "Tarkastele sivuja & päivitä"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
383 |
|
384 |
+
#: includes/admin/admin.php:51 includes/admin/views/field-group-options.php:110
|
385 |
+
msgid "Custom Fields"
|
386 |
+
msgstr "Lisäkentät"
|
|
|
|
|
|
|
|
|
|
|
387 |
|
388 |
+
#: includes/admin/admin.php:57
|
389 |
msgid "Info"
|
390 |
msgstr "Info"
|
391 |
|
392 |
+
#: includes/admin/admin.php:122
|
393 |
msgid "What's New"
|
394 |
msgstr "Katso mitä uutta"
|
395 |
|
396 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:33
|
397 |
+
msgid "Export Field Groups"
|
398 |
+
msgstr "Vie kenttäryhmiä"
|
|
|
|
|
399 |
|
400 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:38
|
401 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:342
|
402 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:371
|
403 |
+
msgid "Generate PHP"
|
404 |
+
msgstr "Luo PHP-koodi"
|
405 |
+
|
406 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:97
|
407 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:135
|
408 |
msgid "No field groups selected"
|
409 |
msgstr "Ei kenttäryhmää valittu"
|
410 |
|
411 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:174
|
412 |
+
#, php-format
|
413 |
+
msgid "Exported 1 field group."
|
414 |
+
msgid_plural "Exported %s field groups."
|
415 |
+
msgstr[0] "Viety yksi kenttäryhmä."
|
416 |
+
msgstr[1] "Viety %s kenttäryhmää."
|
417 |
+
|
418 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:241
|
419 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:269
|
420 |
+
msgid "Select Field Groups"
|
421 |
+
msgstr "Valitse kenttäryhmät"
|
422 |
+
|
423 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:336
|
424 |
+
msgid ""
|
425 |
+
"Select the field groups you would like to export and then select your export "
|
426 |
+
"method. Use the download button to export to a .json file which you can then "
|
427 |
+
"import to another ACF installation. Use the generate button to export to PHP "
|
428 |
+
"code which you can place in your theme."
|
429 |
+
msgstr ""
|
430 |
+
"Valitse kenttäryhmät, jotka haluat viedä ja valitse sitten vientimetodisi. "
|
431 |
+
"Käytä Lataa-painiketta viedäksesi .json-tiedoston, jonka voit sitten tuoda "
|
432 |
+
"toisessa ACF asennuksessa. Käytä Generoi-painiketta luodaksesi PHP koodia, "
|
433 |
+
"jonka voit sijoittaa teemaasi."
|
434 |
+
|
435 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:341
|
436 |
+
msgid "Export File"
|
437 |
+
msgstr "Vie tiedosto"
|
438 |
+
|
439 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:414
|
440 |
+
msgid ""
|
441 |
+
"The following code can be used to register a local version of the selected "
|
442 |
+
"field group(s). A local field group can provide many benefits such as faster "
|
443 |
+
"load times, version control & dynamic fields/settings. Simply copy and paste "
|
444 |
+
"the following code to your theme's functions.php file or include it within "
|
445 |
+
"an external file."
|
446 |
+
msgstr ""
|
447 |
+
"Tällä koodilla voit rekisteröidä valitut kenttäryhmät paikallisesti. "
|
448 |
+
"Paikallinen kenttäryhmä tarjoaa monia etuja, kuten nopeammat latausajat, "
|
449 |
+
"versionhallinnan & dynaamiset kentät/asetukset. Kopioi ja liitä koodi "
|
450 |
+
"teemasi functions.php tiedostoon tai sisällytä se ulkoisen tiedoston avulla."
|
451 |
+
|
452 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:446
|
453 |
+
msgid "Copy to clipboard"
|
454 |
+
msgstr "Kopioi leikepöydälle"
|
455 |
+
|
456 |
+
#: includes/admin/tools/class-acf-admin-tool-export.php:483
|
457 |
+
msgid "Copied"
|
458 |
+
msgstr "Kopioitu"
|
459 |
+
|
460 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:26
|
461 |
+
msgid "Import Field Groups"
|
462 |
+
msgstr "Tuo kenttäryhmiä"
|
463 |
+
|
464 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:47
|
465 |
+
msgid ""
|
466 |
+
"Select the Advanced Custom Fields JSON file you would like to import. When "
|
467 |
+
"you click the import button below, ACF will import the field groups."
|
468 |
+
msgstr ""
|
469 |
+
"Valitse JSON-tiedosto, jonka haluat tuoda. Kenttäryhmät tuodaan, kun "
|
470 |
+
"klikkaat Tuo-painiketta."
|
471 |
+
|
472 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:52
|
473 |
+
#: includes/fields/class-acf-field-file.php:57
|
474 |
+
msgid "Select File"
|
475 |
+
msgstr "Valitse tiedosto"
|
476 |
+
|
477 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:62
|
478 |
+
msgid "Import File"
|
479 |
+
msgstr "Tuo tiedosto"
|
480 |
+
|
481 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:85
|
482 |
+
#: includes/fields/class-acf-field-file.php:170
|
483 |
msgid "No file selected"
|
484 |
+
msgstr "Ei valittua tiedostoa"
|
485 |
|
486 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:93
|
487 |
msgid "Error uploading file. Please try again"
|
488 |
+
msgstr "Virhe tiedostoa ladattaessa. Yritä uudelleen"
|
489 |
|
490 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:98
|
491 |
msgid "Incorrect file type"
|
492 |
msgstr "Virheellinen tiedostomuoto"
|
493 |
|
494 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:107
|
495 |
msgid "Import file empty"
|
496 |
msgstr "Tuotu tiedosto on tyhjä"
|
497 |
|
498 |
+
#: includes/admin/tools/class-acf-admin-tool-import.php:138
|
499 |
#, php-format
|
500 |
msgid "Imported 1 field group"
|
501 |
msgid_plural "Imported %s field groups"
|
502 |
+
msgstr[0] "Tuotu yksi kenttäryhmä"
|
503 |
msgstr[1] "Tuotu %s kenttäryhmää"
|
504 |
|
505 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:25
|
506 |
msgid "Conditional Logic"
|
507 |
msgstr "Ehdollinen logiikka"
|
508 |
|
509 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:51
|
510 |
msgid "Show this field if"
|
511 |
msgstr "Näytä tämä kenttä, jos"
|
512 |
|
513 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:138
|
514 |
+
#: includes/admin/views/html-location-rule.php:86
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
515 |
msgid "and"
|
516 |
msgstr "ja"
|
517 |
|
518 |
+
#: includes/admin/views/field-group-field-conditional-logic.php:153
|
519 |
#: includes/admin/views/field-group-locations.php:31
|
520 |
msgid "Add rule group"
|
521 |
msgstr "Lisää sääntöryhmä"
|
522 |
|
523 |
+
#: includes/admin/views/field-group-field.php:38
|
524 |
+
#: pro/fields/class-acf-field-flexible-content.php:410
|
525 |
+
#: pro/fields/class-acf-field-repeater.php:299
|
526 |
msgid "Drag to reorder"
|
527 |
msgstr "Muuta järjestystä vetämällä ja pudottamalla"
|
528 |
|
529 |
+
#: includes/admin/views/field-group-field.php:42
|
530 |
#: includes/admin/views/field-group-field.php:45
|
|
|
531 |
msgid "Edit field"
|
532 |
msgstr "Muokkaa kenttää"
|
533 |
|
534 |
+
#: includes/admin/views/field-group-field.php:45
|
535 |
+
#: includes/fields/class-acf-field-file.php:152
|
536 |
+
#: includes/fields/class-acf-field-image.php:138
|
537 |
#: includes/fields/class-acf-field-link.php:139
|
538 |
+
#: pro/fields/class-acf-field-gallery.php:337
|
539 |
msgid "Edit"
|
540 |
msgstr "Muokkaa"
|
541 |
|
542 |
+
#: includes/admin/views/field-group-field.php:46
|
543 |
msgid "Duplicate field"
|
544 |
msgstr "Monista kenttä"
|
545 |
|
546 |
+
#: includes/admin/views/field-group-field.php:47
|
547 |
msgid "Move field to another group"
|
548 |
msgstr "Siirrä kenttä toiseen ryhmään"
|
549 |
|
550 |
+
#: includes/admin/views/field-group-field.php:47
|
551 |
msgid "Move"
|
552 |
msgstr "Siirrä"
|
553 |
|
554 |
+
#: includes/admin/views/field-group-field.php:48
|
555 |
msgid "Delete field"
|
556 |
msgstr "Poista kenttä"
|
557 |
|
558 |
+
#: includes/admin/views/field-group-field.php:48
|
559 |
+
#: pro/fields/class-acf-field-flexible-content.php:556
|
560 |
msgid "Delete"
|
561 |
msgstr "Poista"
|
562 |
|
563 |
+
#: includes/admin/views/field-group-field.php:65
|
564 |
msgid "Field Label"
|
565 |
msgstr "Kentän nimiö"
|
566 |
|
567 |
+
#: includes/admin/views/field-group-field.php:66
|
568 |
msgid "This is the name which will appear on the EDIT page"
|
569 |
+
msgstr "Tätä nimeä käytetään MUOKKAA-sivulla"
|
570 |
|
571 |
+
#: includes/admin/views/field-group-field.php:75
|
572 |
msgid "Field Name"
|
573 |
msgstr "Kentän nimi"
|
574 |
|
575 |
+
#: includes/admin/views/field-group-field.php:76
|
576 |
msgid "Single word, no spaces. Underscores and dashes allowed"
|
577 |
+
msgstr "Yksi sana, ei välilyöntejä. Alaviivat ja ajatusviivat sallitaan"
|
578 |
|
579 |
+
#: includes/admin/views/field-group-field.php:85
|
580 |
msgid "Field Type"
|
581 |
msgstr "Kenttätyyppi"
|
582 |
|
583 |
+
#: includes/admin/views/field-group-field.php:96
|
|
|
584 |
msgid "Instructions"
|
585 |
msgstr "Ohjeet"
|
586 |
|
587 |
+
#: includes/admin/views/field-group-field.php:97
|
588 |
msgid "Instructions for authors. Shown when submitting data"
|
589 |
+
msgstr "Ohjeet kirjoittajille. Näytetään tietojen lähettämisen yhteydessä"
|
590 |
|
591 |
+
#: includes/admin/views/field-group-field.php:106
|
592 |
msgid "Required?"
|
593 |
msgstr "Pakollinen?"
|
594 |
|
595 |
+
#: includes/admin/views/field-group-field.php:129
|
596 |
msgid "Wrapper Attributes"
|
597 |
+
msgstr "Kääreen määritteet"
|
598 |
|
599 |
+
#: includes/admin/views/field-group-field.php:135
|
600 |
msgid "width"
|
601 |
msgstr "leveys"
|
602 |
|
603 |
+
#: includes/admin/views/field-group-field.php:150
|
604 |
msgid "class"
|
605 |
+
msgstr "class"
|
606 |
|
607 |
+
#: includes/admin/views/field-group-field.php:163
|
608 |
msgid "id"
|
609 |
msgstr "id"
|
610 |
|
611 |
+
#: includes/admin/views/field-group-field.php:175
|
612 |
msgid "Close Field"
|
613 |
msgstr "Sulje kenttä"
|
614 |
|
618 |
|
619 |
#: includes/admin/views/field-group-fields.php:5
|
620 |
#: includes/fields/class-acf-field-button-group.php:198
|
621 |
+
#: includes/fields/class-acf-field-checkbox.php:420
|
622 |
+
#: includes/fields/class-acf-field-radio.php:311
|
623 |
+
#: includes/fields/class-acf-field-select.php:433
|
624 |
#: pro/fields/class-acf-field-flexible-content.php:582
|
625 |
msgid "Label"
|
626 |
msgstr "Nimiö"
|
627 |
|
628 |
#: includes/admin/views/field-group-fields.php:6
|
629 |
+
#: includes/fields/class-acf-field-taxonomy.php:936
|
630 |
+
#: pro/fields/class-acf-field-flexible-content.php:596
|
631 |
msgid "Name"
|
632 |
msgstr "Nimi"
|
633 |
|
644 |
"No fields. Click the <strong>+ Add Field</strong> button to create your "
|
645 |
"first field."
|
646 |
msgstr ""
|
647 |
+
"Ei kenttiä. Klikkaa <strong>+ Lisää kenttä</strong> -painiketta luodaksesi "
|
648 |
"ensimmäisen kenttäsi."
|
649 |
|
650 |
#: includes/admin/views/field-group-fields.php:31
|
668 |
|
669 |
#: includes/admin/views/field-group-options.php:30
|
670 |
msgid "Standard (WP metabox)"
|
671 |
+
msgstr "Standardi (WP-metalaatikko)"
|
672 |
|
673 |
#: includes/admin/views/field-group-options.php:31
|
674 |
msgid "Seamless (no metabox)"
|
695 |
msgstr "Nimiön sijainti"
|
696 |
|
697 |
#: includes/admin/views/field-group-options.php:62
|
698 |
+
#: includes/fields/class-acf-field-tab.php:106
|
699 |
msgid "Top aligned"
|
700 |
msgstr "Tasaa ylös"
|
701 |
|
702 |
#: includes/admin/views/field-group-options.php:63
|
703 |
+
#: includes/fields/class-acf-field-tab.php:107
|
704 |
msgid "Left aligned"
|
705 |
msgstr "Tasaa vasemmalle"
|
706 |
|
718 |
|
719 |
#: includes/admin/views/field-group-options.php:85
|
720 |
msgid "Order No."
|
721 |
+
msgstr "Järjestysnro."
|
722 |
|
723 |
#: includes/admin/views/field-group-options.php:86
|
724 |
msgid "Field groups with a lower order will appear first"
|
725 |
msgstr ""
|
726 |
+
"Kenttäryhmät, joilla on pienempi järjestysnumero, tulostetaan ensimmäisenä"
|
727 |
|
728 |
#: includes/admin/views/field-group-options.php:97
|
729 |
msgid "Shown in field group list"
|
730 |
msgstr "Näytetään kenttäryhmien listauksessa"
|
731 |
|
732 |
#: includes/admin/views/field-group-options.php:107
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
733 |
msgid "Permalink"
|
734 |
msgstr "Kestolinkki"
|
735 |
|
736 |
+
#: includes/admin/views/field-group-options.php:108
|
737 |
msgid "Content Editor"
|
738 |
msgstr "Sisältöeditori"
|
739 |
|
740 |
+
#: includes/admin/views/field-group-options.php:109
|
741 |
msgid "Excerpt"
|
742 |
msgstr "Katkelma"
|
743 |
|
744 |
+
#: includes/admin/views/field-group-options.php:111
|
745 |
msgid "Discussion"
|
746 |
msgstr "Keskustelu"
|
747 |
|
748 |
+
#: includes/admin/views/field-group-options.php:112
|
749 |
msgid "Comments"
|
750 |
msgstr "Kommentit"
|
751 |
|
752 |
+
#: includes/admin/views/field-group-options.php:113
|
753 |
msgid "Revisions"
|
754 |
msgstr "Tarkastettu"
|
755 |
|
756 |
+
#: includes/admin/views/field-group-options.php:114
|
757 |
msgid "Slug"
|
758 |
msgstr "Polkutunnus (slug)"
|
759 |
|
760 |
+
#: includes/admin/views/field-group-options.php:115
|
761 |
msgid "Author"
|
762 |
msgstr "Kirjoittaja"
|
763 |
|
764 |
+
#: includes/admin/views/field-group-options.php:116
|
765 |
msgid "Format"
|
766 |
msgstr "Muoto"
|
767 |
|
768 |
+
#: includes/admin/views/field-group-options.php:117
|
769 |
msgid "Page Attributes"
|
770 |
msgstr "Sivun attribuutit"
|
771 |
|
772 |
+
#: includes/admin/views/field-group-options.php:118
|
773 |
+
#: includes/fields/class-acf-field-relationship.php:607
|
774 |
msgid "Featured Image"
|
775 |
msgstr "Artikkelikuva"
|
776 |
|
777 |
+
#: includes/admin/views/field-group-options.php:119
|
778 |
msgid "Categories"
|
779 |
msgstr "Kategoriat"
|
780 |
|
781 |
+
#: includes/admin/views/field-group-options.php:120
|
782 |
msgid "Tags"
|
783 |
msgstr "Avainsanat"
|
784 |
|
785 |
+
#: includes/admin/views/field-group-options.php:121
|
786 |
msgid "Send Trackbacks"
|
787 |
msgstr "Lähetä paluuviitteet"
|
788 |
|
789 |
+
#: includes/admin/views/field-group-options.php:128
|
790 |
+
msgid "Hide on screen"
|
791 |
+
msgstr "Piilota näytöltä"
|
792 |
|
793 |
+
#: includes/admin/views/field-group-options.php:129
|
794 |
+
msgid "<b>Select</b> items to <b>hide</b> them from the edit screen."
|
795 |
+
msgstr "<b>Valitse</b> kohteita <b>piilottaaksesi</b> ne muokkausnäkymästä."
|
796 |
|
797 |
+
#: includes/admin/views/field-group-options.php:129
|
798 |
+
msgid ""
|
799 |
+
"If multiple field groups appear on an edit screen, the first field group's "
|
800 |
+
"options will be used (the one with the lowest order number)"
|
801 |
+
msgstr ""
|
802 |
+
"Jos muokkausnäkymässä on useita kenttäryhmiä, käytetään ensimmäisen (pienin "
|
803 |
+
"järjestysnumero) kenttäryhmän asetuksia"
|
804 |
|
805 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:26
|
806 |
#, php-format
|
807 |
msgid ""
|
808 |
"The following sites require a DB upgrade. Check the ones you want to update "
|
809 |
"and then click %s."
|
810 |
msgstr ""
|
811 |
+
"Seuraavat sivustot vaativat tietokantapäivityksen. Valitse ne, jotka haluat "
|
812 |
+
"päivittää ja klikkaa %s."
|
813 |
|
814 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:26
|
815 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:27
|
816 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:92
|
817 |
+
msgid "Upgrade Sites"
|
818 |
+
msgstr "Päivitä sivustot"
|
819 |
+
|
820 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:36
|
821 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:47
|
822 |
msgid "Site"
|
823 |
+
msgstr "Sivusto"
|
824 |
|
825 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:74
|
826 |
#, php-format
|
827 |
msgid "Site requires database upgrade from %s to %s"
|
828 |
msgstr "Sivusto edellyttää tietokannan päivityksen (%s -> %s)"
|
829 |
|
830 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:76
|
831 |
msgid "Site is up to date"
|
832 |
msgstr "Sivusto on ajan tasalla"
|
833 |
|
834 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:93
|
835 |
#, php-format
|
836 |
msgid ""
|
837 |
"Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
|
839 |
"Tietokanta on päivitetty. <a href=\"%s\">Palaa verkon hallinnan "
|
840 |
"ohjausnäkymään</a>"
|
841 |
|
842 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:113
|
843 |
+
msgid "Please select at least one site to upgrade."
|
844 |
+
msgstr "Valitse vähintään yksi päivitettävä sivusto."
|
845 |
+
|
846 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:117
|
847 |
+
#: includes/admin/views/html-notice-upgrade.php:38
|
848 |
msgid ""
|
849 |
"It is strongly recommended that you backup your database before proceeding. "
|
850 |
"Are you sure you wish to run the updater now?"
|
851 |
msgstr ""
|
852 |
"Tietokannan varmuuskopio on erittäin suositeltavaa ennen kuin jatkat. Oletko "
|
853 |
+
"varma, että haluat jatkaa päivitystä nyt?"
|
854 |
|
855 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:144
|
856 |
+
#: includes/admin/views/html-admin-page-upgrade.php:31
|
|
|
|
|
|
|
|
|
857 |
#, php-format
|
858 |
msgid "Upgrading data to version %s"
|
859 |
msgstr "Päivitetään data versioon %s"
|
860 |
|
861 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:158
|
862 |
+
msgid "Upgrade complete."
|
863 |
+
msgstr "Päivitys valmis."
|
864 |
+
|
865 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:161
|
866 |
+
#: includes/admin/views/html-admin-page-upgrade.php:65
|
867 |
+
msgid "Upgrade failed."
|
868 |
+
msgstr "Päivitys epäonnistui."
|
869 |
+
|
870 |
+
#: includes/admin/views/html-admin-page-upgrade.php:30
|
871 |
+
msgid "Reading upgrade tasks..."
|
872 |
+
msgstr "Luetaan päivitystehtäviä..."
|
873 |
+
|
874 |
+
#: includes/admin/views/html-admin-page-upgrade.php:33
|
875 |
+
#, php-format
|
876 |
+
msgid "Database upgrade complete. <a href=\"%s\">See what's new</a>"
|
877 |
+
msgstr "Tietokannan päivitys on valmis. <a href=\"%s\">Katso mikä on uutta</a>"
|
878 |
+
|
879 |
+
#: includes/admin/views/html-admin-page-upgrade.php:94
|
880 |
+
#: includes/ajax/class-acf-ajax-upgrade.php:32
|
881 |
+
msgid "No updates available."
|
882 |
+
msgstr "Päivityksiä ei ole saatavilla."
|
883 |
+
|
884 |
+
#: includes/admin/views/html-admin-tools.php:21
|
885 |
+
msgid "Back to all tools"
|
886 |
+
msgstr "Takaisin kaikkiin työkaluihin"
|
887 |
+
|
888 |
+
#: includes/admin/views/html-location-group.php:3
|
889 |
+
msgid "Show this field group if"
|
890 |
+
msgstr "Näytä tämä kenttäryhmä, jos"
|
891 |
+
|
892 |
+
#: includes/admin/views/html-notice-upgrade.php:8
|
893 |
#: pro/fields/class-acf-field-repeater.php:25
|
894 |
msgid "Repeater"
|
895 |
msgstr "Toista rivejä"
|
896 |
|
897 |
+
#: includes/admin/views/html-notice-upgrade.php:9
|
898 |
#: pro/fields/class-acf-field-flexible-content.php:25
|
899 |
msgid "Flexible Content"
|
900 |
msgstr "Joustava sisältö"
|
901 |
|
902 |
+
#: includes/admin/views/html-notice-upgrade.php:10
|
903 |
#: pro/fields/class-acf-field-gallery.php:25
|
904 |
msgid "Gallery"
|
905 |
msgstr "Galleria"
|
906 |
|
907 |
+
#: includes/admin/views/html-notice-upgrade.php:11
|
908 |
#: pro/locations/class-acf-location-options-page.php:26
|
909 |
msgid "Options Page"
|
910 |
msgstr "Asetukset-sivu"
|
911 |
|
912 |
+
#: includes/admin/views/html-notice-upgrade.php:21
|
913 |
msgid "Database Upgrade Required"
|
914 |
msgstr "Tietokanta on päivitettävä"
|
915 |
|
916 |
+
#: includes/admin/views/html-notice-upgrade.php:22
|
917 |
#, php-format
|
918 |
msgid "Thank you for updating to %s v%s!"
|
919 |
msgstr "Kiitos, että päivitit %s v%s!"
|
920 |
|
921 |
+
#: includes/admin/views/html-notice-upgrade.php:22
|
922 |
msgid ""
|
923 |
+
"This version contains improvements to your database and requires an upgrade."
|
|
|
924 |
msgstr ""
|
925 |
+
"Tämä versio sisältää parannuksia tietokantaan ja edellyttää päivitystä."
|
|
|
926 |
|
927 |
+
#: includes/admin/views/html-notice-upgrade.php:24
|
928 |
#, php-format
|
929 |
msgid ""
|
930 |
+
"Please also check all premium add-ons (%s) are updated to the latest version."
|
|
|
931 |
msgstr ""
|
932 |
+
"Varmista myös, että kaikki premium-lisäosat (%s) on päivitetty uusimpaan "
|
933 |
+
"versioon."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
934 |
|
935 |
#: includes/admin/views/settings-info.php:3
|
936 |
msgid "Welcome to Advanced Custom Fields"
|
937 |
+
msgstr "Tervetuloa Advanced Custom Fields -lisäosaan"
|
938 |
|
939 |
#: includes/admin/views/settings-info.php:4
|
940 |
#, php-format
|
945 |
"Kiitos, että päivitit! ACF %s on suurempi ja parempi kuin koskaan ennen. "
|
946 |
"Toivomme, että pidät siitä."
|
947 |
|
948 |
+
#: includes/admin/views/settings-info.php:15
|
949 |
+
msgid "A Smoother Experience"
|
950 |
+
msgstr "Sujuvampi kokemus"
|
951 |
|
952 |
+
#: includes/admin/views/settings-info.php:18
|
953 |
msgid "Improved Usability"
|
954 |
msgstr "Käytettävyyttä parannettu"
|
955 |
|
956 |
+
#: includes/admin/views/settings-info.php:19
|
957 |
msgid ""
|
958 |
"Including the popular Select2 library has improved both usability and speed "
|
959 |
"across a number of field types including post object, page link, taxonomy "
|
963 |
"nopeutta erilaisissa kenttätyypeissä kuten artikkelioliossa, sivun linkissä, "
|
964 |
"taksonomiassa ja valinnassa."
|
965 |
|
966 |
+
#: includes/admin/views/settings-info.php:22
|
967 |
msgid "Improved Design"
|
968 |
msgstr "Parantunut muotoilu"
|
969 |
|
970 |
+
#: includes/admin/views/settings-info.php:23
|
971 |
msgid ""
|
972 |
"Many fields have undergone a visual refresh to make ACF look better than "
|
973 |
"ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
|
975 |
msgstr ""
|
976 |
"Monet kentät ovat käyneet läpi visuaalisen uudistuksen ja ACF näyttää "
|
977 |
"paremmalta kuin koskaan ennen! Huomattavat muutokset ovat nähtävissä "
|
978 |
+
"kentissä galleria, suodata artikkeleita ja oEmbed (uusi)!"
|
979 |
|
980 |
+
#: includes/admin/views/settings-info.php:26
|
981 |
msgid "Improved Data"
|
982 |
+
msgstr "Parannettu data"
|
983 |
|
984 |
+
#: includes/admin/views/settings-info.php:27
|
985 |
msgid ""
|
986 |
"Redesigning the data architecture has allowed sub fields to live "
|
987 |
"independently from their parents. This allows you to drag and drop fields in "
|
988 |
"and out of parent fields!"
|
989 |
msgstr ""
|
990 |
+
"Data-arkkitehtuurin uudelleensuunnittelu mahdollisti alakenttien "
|
991 |
"riippumattomuuden vanhemmistaan. Tämän muutoksen myötä voit vetää ja "
|
992 |
+
"pudottaa kenttiä riippumatta kenttähierarkiasta!"
|
993 |
|
994 |
+
#: includes/admin/views/settings-info.php:35
|
995 |
msgid "Goodbye Add-ons. Hello PRO"
|
996 |
msgstr "Hyvästi lisäosat. Tervetuloa PRO"
|
997 |
|
998 |
+
#: includes/admin/views/settings-info.php:38
|
999 |
msgid "Introducing ACF PRO"
|
1000 |
msgstr "Esittelyssä ACF PRO"
|
1001 |
|
1002 |
+
#: includes/admin/views/settings-info.php:39
|
1003 |
msgid ""
|
1004 |
"We're changing the way premium functionality is delivered in an exciting way!"
|
1005 |
msgstr ""
|
1006 |
+
"Olemme muuttamassa tapaa, jolla Premium-toiminnallisuus toimitetaan "
|
1007 |
+
"jännittävällä tavalla!"
|
1008 |
|
1009 |
+
#: includes/admin/views/settings-info.php:40
|
1010 |
#, php-format
|
1011 |
msgid ""
|
1012 |
"All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
|
1013 |
"version of ACF</a>. With both personal and developer licenses available, "
|
1014 |
"premium functionality is more affordable and accessible than ever before!"
|
1015 |
msgstr ""
|
1016 |
+
"Kaikki neljä premium-lisäosaa on yhdistetty uuteen <a href=\"%s\">ACF PRO -"
|
1017 |
"versioon</a>. Lisensseistä saatavilla on sekä henkilökohtaisia että "
|
1018 |
"kehittäjien lisenssejä, joten korkealuokkaiset toiminnallisuudet ovat nyt "
|
1019 |
"edullisimpia ja saavutettavampia kuin koskaan ennen!"
|
1020 |
|
1021 |
+
#: includes/admin/views/settings-info.php:44
|
1022 |
msgid "Powerful Features"
|
1023 |
msgstr "Tehokkaat ominaisuudet"
|
1024 |
|
1025 |
+
#: includes/admin/views/settings-info.php:45
|
1026 |
msgid ""
|
1027 |
"ACF PRO contains powerful features such as repeatable data, flexible content "
|
1028 |
"layouts, a beautiful gallery field and the ability to create extra admin "
|
1029 |
"options pages!"
|
1030 |
msgstr ""
|
1031 |
"ACF PRO sisältää tehokkaita ominaisuuksia, kuten toistuva data, joustavat "
|
1032 |
+
"sisältö-layoutit, kaunis galleriakenttä sekä mahdollisuus luoda ylimääräisiä "
|
1033 |
"ylläpitäjän asetussivuja!"
|
1034 |
|
1035 |
+
#: includes/admin/views/settings-info.php:46
|
1036 |
#, php-format
|
1037 |
msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
|
1038 |
msgstr "Lue lisää <a href=\"%s\">ACF PRO:n ominaisuuksista</a>."
|
1039 |
|
1040 |
+
#: includes/admin/views/settings-info.php:50
|
1041 |
msgid "Easy Upgrading"
|
1042 |
msgstr "Helppo päivitys"
|
1043 |
|
1044 |
+
#: includes/admin/views/settings-info.php:51
|
|
|
1045 |
msgid ""
|
1046 |
+
"Upgrading to ACF PRO is easy. Simply purchase a license online and download "
|
1047 |
+
"the plugin!"
|
1048 |
msgstr ""
|
1049 |
+
"Päivittäminen ACF PRO-versioon on helppoa. Osta lisenssi verkossa ja lataa "
|
1050 |
+
"lisäosa!"
|
1051 |
|
1052 |
+
#: includes/admin/views/settings-info.php:52
|
1053 |
#, php-format
|
1054 |
msgid ""
|
1055 |
"We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
|
1056 |
"but if you do have one, please contact our support team via the <a href=\"%s"
|
1057 |
+
"\">help desk</a>."
|
1058 |
msgstr ""
|
1059 |
"Kirjoitimme myös <a href=\"%s\">päivitysoppaan</a> vastataksemme "
|
1060 |
"kysymyksiin. Jos jokin asia vielä vaivaa mieltäsi, ota yhteyttä "
|
1061 |
"asiakaspalveluumme <a href=\"%s\">neuvontapalvelun</a> kautta."
|
1062 |
|
1063 |
+
#: includes/admin/views/settings-info.php:61
|
1064 |
+
msgid "New Features"
|
1065 |
+
msgstr "Uudet ominaisuudet"
|
1066 |
+
|
1067 |
#: includes/admin/views/settings-info.php:66
|
1068 |
+
msgid "Link Field"
|
1069 |
+
msgstr "Linkki-kenttä"
|
1070 |
+
|
1071 |
+
#: includes/admin/views/settings-info.php:67
|
1072 |
+
msgid ""
|
1073 |
+
"The Link field provides a simple way to select or define a link (url, title, "
|
1074 |
+
"target)."
|
1075 |
+
msgstr ""
|
1076 |
+
"Linkki-kentässä on yksinkertainen tapa valita tai määrittää linkki (URL, "
|
1077 |
+
"otsikko, kohde)."
|
1078 |
|
1079 |
#: includes/admin/views/settings-info.php:71
|
1080 |
+
msgid "Group Field"
|
1081 |
+
msgstr "Ryhmä-kenttä"
|
1082 |
|
1083 |
#: includes/admin/views/settings-info.php:72
|
1084 |
+
msgid "The Group field provides a simple way to create a group of fields."
|
1085 |
+
msgstr "Ryhmä-kentässä on yksinkertainen tapa luoda kenttäryhmiä."
|
1086 |
|
1087 |
#: includes/admin/views/settings-info.php:76
|
1088 |
+
msgid "oEmbed Field"
|
1089 |
+
msgstr "oEmbed-kenttä"
|
1090 |
|
1091 |
#: includes/admin/views/settings-info.php:77
|
1092 |
+
msgid ""
|
1093 |
+
"The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
|
1094 |
+
"and other content."
|
1095 |
msgstr ""
|
1096 |
+
"oEmbed-kentän avulla voit helposti upottaa videoita, kuvia, twiittejä, ääntä "
|
1097 |
+
"ja muuta sisältöä."
|
1098 |
|
1099 |
#: includes/admin/views/settings-info.php:81
|
1100 |
+
msgid "Clone Field"
|
1101 |
+
msgstr "Klooni-kenttä"
|
1102 |
|
1103 |
#: includes/admin/views/settings-info.php:82
|
1104 |
+
msgid "The clone field allows you to select and display existing fields."
|
1105 |
+
msgstr "Klooni-kentän avulla voit valita ja näyttää aiemmin luotuja kenttiä."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1106 |
|
1107 |
+
#: includes/admin/views/settings-info.php:86
|
1108 |
+
msgid "More AJAX"
|
1109 |
+
msgstr "Enemmän AJAXia"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1110 |
|
1111 |
+
#: includes/admin/views/settings-info.php:87
|
1112 |
+
msgid "More fields use AJAX powered search to speed up page loading."
|
1113 |
msgstr ""
|
1114 |
+
"Useammat kentät käyttävät AJAX-käyttöistä hakua ja näin sivujen lataus "
|
1115 |
+
"nopeutuu."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1116 |
|
1117 |
+
#: includes/admin/views/settings-info.php:91
|
1118 |
+
msgid "Local JSON"
|
1119 |
+
msgstr "Paikallinen JSON"
|
1120 |
|
1121 |
+
#: includes/admin/views/settings-info.php:92
|
1122 |
msgid ""
|
1123 |
+
"New auto export to JSON feature improves speed and allows for syncronisation."
|
|
|
1124 |
msgstr ""
|
1125 |
+
"Uusi automaattinen vienti JSON:iin parantaa nopeutta ja mahdollistaa "
|
1126 |
+
"synkronoinnin."
|
|
|
|
|
|
|
1127 |
|
1128 |
+
#: includes/admin/views/settings-info.php:96
|
1129 |
+
msgid "Easy Import / Export"
|
1130 |
+
msgstr "Helppo tuonti / vienti"
|
1131 |
|
1132 |
+
#: includes/admin/views/settings-info.php:97
|
1133 |
+
msgid "Both import and export can easily be done through a new tools page."
|
|
|
|
|
|
|
|
|
1134 |
msgstr ""
|
1135 |
+
"Sekä tuonti että vienti voidaan tehdä helposti uudella työkalut-sivulla."
|
|
|
1136 |
|
1137 |
+
#: includes/admin/views/settings-info.php:101
|
1138 |
+
msgid "New Form Locations"
|
1139 |
+
msgstr "Uudet valikkosijainnit"
|
1140 |
|
1141 |
+
#: includes/admin/views/settings-info.php:102
|
1142 |
msgid ""
|
1143 |
+
"Fields can now be mapped to menus, menu items, comments, widgets and all "
|
1144 |
+
"user forms!"
|
1145 |
msgstr ""
|
1146 |
+
"Kentät voidaan nyt linkittää valikkoihin, valikkokohteisiin, kommentteihin, "
|
1147 |
+
"vimpaimiin ja kaikkiin käyttäjälomakkeisiin!"
|
1148 |
|
1149 |
+
#: includes/admin/views/settings-info.php:106
|
1150 |
+
msgid "More Customization"
|
1151 |
+
msgstr "Lisää muokkauksia"
|
1152 |
|
1153 |
+
#: includes/admin/views/settings-info.php:107
|
1154 |
msgid ""
|
1155 |
+
"New PHP (and JS) actions and filters have been added to allow for more "
|
1156 |
+
"customization."
|
1157 |
msgstr ""
|
1158 |
+
"Uudet PHP (ja JS) -toiminnot ja -suodattimet on lisätty mahdollistamaan "
|
1159 |
+
"kattavamman mukautuksen."
|
|
|
|
|
|
|
|
|
|
|
1160 |
|
1161 |
+
#: includes/admin/views/settings-info.php:111
|
1162 |
+
msgid "Fresh UI"
|
1163 |
+
msgstr "Tuore UI"
|
|
|
|
|
|
|
|
|
1164 |
|
1165 |
+
#: includes/admin/views/settings-info.php:112
|
1166 |
msgid ""
|
1167 |
+
"The entire plugin has had a design refresh including new field types, "
|
1168 |
+
"settings and design!"
|
1169 |
msgstr ""
|
1170 |
+
"Koko lisäosa on saanut design-päivityksen, mukaan lukien uudet kenttätyypit, "
|
1171 |
+
"asetukset ja suunnittelu!"
|
|
|
|
|
|
|
|
|
|
|
1172 |
|
1173 |
+
#: includes/admin/views/settings-info.php:116
|
1174 |
+
msgid "New Settings"
|
1175 |
+
msgstr "Uudet asetukset"
|
1176 |
|
1177 |
+
#: includes/admin/views/settings-info.php:117
|
1178 |
msgid ""
|
1179 |
+
"Field group settings have been added for Active, Label Placement, "
|
1180 |
+
"Instructions Placement and Description."
|
|
|
|
|
|
|
1181 |
msgstr ""
|
1182 |
+
"Kenttäryhmän asetukset on lisätty ominaisuuksiin Aktiivinen, Nimiön "
|
1183 |
+
"sijoittelu, Ohjeiden sijoittelu ja Kuvaus."
|
|
|
|
|
|
|
|
|
|
|
|
|
1184 |
|
1185 |
+
#: includes/admin/views/settings-info.php:121
|
1186 |
+
msgid "Better Front End Forms"
|
1187 |
+
msgstr "Paremmat front endin lomakkeet"
|
1188 |
|
1189 |
+
#: includes/admin/views/settings-info.php:122
|
1190 |
msgid ""
|
1191 |
+
"acf_form() can now create a new post on submission with lots of new settings."
|
|
|
|
|
|
|
1192 |
msgstr ""
|
1193 |
+
"acf_form() voi nyt luoda uuden artikkelin pyydettäessä useilla uusilla "
|
1194 |
+
"asetuksilla."
|
|
|
|
|
1195 |
|
1196 |
+
#: includes/admin/views/settings-info.php:126
|
1197 |
+
msgid "Better Validation"
|
1198 |
+
msgstr "Parempi validointi"
|
1199 |
|
1200 |
+
#: includes/admin/views/settings-info.php:127
|
1201 |
+
msgid "Form validation is now done via PHP + AJAX in favour of only JS."
|
1202 |
+
msgstr ""
|
1203 |
+
"Lomakkeen validointi tehdään nyt yhdistelmällä PHP + AJAX pelkän JS:n sijaan."
|
1204 |
|
1205 |
+
#: includes/admin/views/settings-info.php:131
|
1206 |
+
msgid "Moving Fields"
|
1207 |
+
msgstr "Kenttien siirtäminen"
|
1208 |
|
1209 |
+
#: includes/admin/views/settings-info.php:132
|
1210 |
msgid ""
|
1211 |
+
"New field group functionality allows you to move a field between groups & "
|
1212 |
+
"parents."
|
1213 |
msgstr ""
|
1214 |
+
"Uusi kenttäryhmien toiminnallisuus sallii kenttien siirtämisen ryhmien ja "
|
1215 |
+
"vanhempien välillä."
|
1216 |
|
1217 |
+
#: includes/admin/views/settings-info.php:143
|
1218 |
+
#, php-format
|
1219 |
+
msgid "We think you'll love the changes in %s."
|
1220 |
+
msgstr "Uskomme, että tulet rakastamaan muutoksia %s:ssa."
|
1221 |
|
1222 |
+
#: includes/ajax/class-acf-ajax.php:157
|
1223 |
+
msgid "Invalid nonce."
|
1224 |
+
msgstr "Virheellinen nonce."
|
1225 |
|
1226 |
+
#: includes/api/api-helpers.php:827
|
1227 |
msgid "Thumbnail"
|
1228 |
msgstr "Pienoiskuva"
|
1229 |
|
1230 |
+
#: includes/api/api-helpers.php:828
|
1231 |
msgid "Medium"
|
1232 |
msgstr "Keskikokoinen"
|
1233 |
|
1234 |
+
#: includes/api/api-helpers.php:829
|
1235 |
msgid "Large"
|
1236 |
msgstr "Iso"
|
1237 |
|
1238 |
+
#: includes/api/api-helpers.php:878
|
1239 |
msgid "Full Size"
|
1240 |
msgstr "Täysikokoinen"
|
1241 |
|
1242 |
+
#: includes/api/api-helpers.php:1599 includes/api/api-term.php:147
|
1243 |
+
#: pro/fields/class-acf-field-clone.php:996
|
1244 |
msgid "(no title)"
|
1245 |
msgstr "(ei otsikkoa)"
|
1246 |
|
1247 |
+
#: includes/api/api-helpers.php:3570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1248 |
#, php-format
|
1249 |
msgid "Image width must be at least %dpx."
|
1250 |
msgstr "Kuvan leveys täytyy olla vähintään %dpx."
|
1251 |
|
1252 |
+
#: includes/api/api-helpers.php:3575
|
1253 |
#, php-format
|
1254 |
msgid "Image width must not exceed %dpx."
|
1255 |
msgstr "Kuvan leveys ei saa ylittää %dpx."
|
1256 |
|
1257 |
+
#: includes/api/api-helpers.php:3591
|
1258 |
#, php-format
|
1259 |
msgid "Image height must be at least %dpx."
|
1260 |
msgstr "Kuvan korkeus täytyy olla vähintään %dpx."
|
1261 |
|
1262 |
+
#: includes/api/api-helpers.php:3596
|
1263 |
#, php-format
|
1264 |
msgid "Image height must not exceed %dpx."
|
1265 |
msgstr "Kuvan korkeus ei saa ylittää %dpx."
|
1266 |
|
1267 |
+
#: includes/api/api-helpers.php:3614
|
1268 |
#, php-format
|
1269 |
msgid "File size must be at least %s."
|
1270 |
msgstr "Tiedoston koko täytyy olla vähintään %s."
|
1271 |
|
1272 |
+
#: includes/api/api-helpers.php:3619
|
1273 |
#, php-format
|
1274 |
msgid "File size must must not exceed %s."
|
1275 |
+
msgstr "Tiedoston koko ei saa ylittää %s."
|
1276 |
|
1277 |
+
#: includes/api/api-helpers.php:3653
|
1278 |
#, php-format
|
1279 |
msgid "File type must be %s."
|
1280 |
msgstr "Tiedoston koko täytyy olla %s."
|
1281 |
|
1282 |
+
#: includes/assets.php:184
|
1283 |
+
msgid "The changes you made will be lost if you navigate away from this page"
|
1284 |
+
msgstr "Tekemäsi muutokset menetetään, jos siirryt pois tältä sivulta"
|
1285 |
+
|
1286 |
+
#: includes/assets.php:187 includes/fields/class-acf-field-select.php:259
|
1287 |
+
msgctxt "verb"
|
1288 |
+
msgid "Select"
|
1289 |
+
msgstr "Valitse"
|
1290 |
+
|
1291 |
+
#: includes/assets.php:188
|
1292 |
+
msgctxt "verb"
|
1293 |
+
msgid "Edit"
|
1294 |
+
msgstr "Muokkaa"
|
1295 |
+
|
1296 |
+
#: includes/assets.php:189
|
1297 |
+
msgctxt "verb"
|
1298 |
+
msgid "Update"
|
1299 |
+
msgstr "Päivitä"
|
1300 |
+
|
1301 |
+
#: includes/assets.php:190
|
1302 |
+
msgid "Uploaded to this post"
|
1303 |
+
msgstr "Tähän kenttäryhmään ladatut kuvat"
|
1304 |
+
|
1305 |
+
#: includes/assets.php:191
|
1306 |
+
msgid "Expand Details"
|
1307 |
+
msgstr "Enemmän tietoja"
|
1308 |
+
|
1309 |
+
#: includes/assets.php:192
|
1310 |
+
msgid "Collapse Details"
|
1311 |
+
msgstr "Vähemmän tietoja"
|
1312 |
+
|
1313 |
+
#: includes/assets.php:193
|
1314 |
+
msgid "Restricted"
|
1315 |
+
msgstr "Rajoitettu"
|
1316 |
+
|
1317 |
+
#: includes/assets.php:194 includes/fields/class-acf-field-image.php:66
|
1318 |
+
msgid "All images"
|
1319 |
+
msgstr "Kaikki kuvat"
|
1320 |
+
|
1321 |
+
#: includes/assets.php:197
|
1322 |
+
msgid "Validation successful"
|
1323 |
+
msgstr "Kenttäryhmän validointi onnistui"
|
1324 |
+
|
1325 |
+
#: includes/assets.php:198 includes/validation.php:285
|
1326 |
+
#: includes/validation.php:296
|
1327 |
+
msgid "Validation failed"
|
1328 |
+
msgstr "Lisäkentän validointi epäonnistui"
|
1329 |
+
|
1330 |
+
#: includes/assets.php:199
|
1331 |
+
msgid "1 field requires attention"
|
1332 |
+
msgstr "Yksi kenttä vaatii huomiota"
|
1333 |
+
|
1334 |
+
#: includes/assets.php:200
|
1335 |
+
#, php-format
|
1336 |
+
msgid "%d fields require attention"
|
1337 |
+
msgstr "%d kenttää vaativat huomiota"
|
1338 |
+
|
1339 |
+
#: includes/assets.php:203
|
1340 |
+
msgid "Are you sure?"
|
1341 |
+
msgstr "Oletko varma?"
|
1342 |
+
|
1343 |
+
#: includes/assets.php:204 includes/fields/class-acf-field-true_false.php:79
|
1344 |
+
#: includes/fields/class-acf-field-true_false.php:159
|
1345 |
+
#: pro/admin/views/html-settings-updates.php:89
|
1346 |
+
msgid "Yes"
|
1347 |
+
msgstr "Kyllä"
|
1348 |
+
|
1349 |
+
#: includes/assets.php:205 includes/fields/class-acf-field-true_false.php:80
|
1350 |
+
#: includes/fields/class-acf-field-true_false.php:174
|
1351 |
+
#: pro/admin/views/html-settings-updates.php:99
|
1352 |
+
msgid "No"
|
1353 |
+
msgstr "Ei"
|
1354 |
+
|
1355 |
+
#: includes/assets.php:206 includes/fields/class-acf-field-file.php:154
|
1356 |
+
#: includes/fields/class-acf-field-image.php:140
|
1357 |
+
#: includes/fields/class-acf-field-link.php:140
|
1358 |
+
#: pro/fields/class-acf-field-gallery.php:338
|
1359 |
+
#: pro/fields/class-acf-field-gallery.php:478
|
1360 |
+
msgid "Remove"
|
1361 |
+
msgstr "Poista"
|
1362 |
+
|
1363 |
+
#: includes/assets.php:207
|
1364 |
+
msgid "Cancel"
|
1365 |
+
msgstr "Peruuta"
|
1366 |
+
|
1367 |
+
#: includes/assets.php:210
|
1368 |
+
msgid "Has any value"
|
1369 |
+
msgstr "On mitään arvoa"
|
1370 |
+
|
1371 |
+
#: includes/assets.php:211
|
1372 |
+
msgid "Has no value"
|
1373 |
+
msgstr "Ei ole arvoa"
|
1374 |
+
|
1375 |
+
#: includes/assets.php:212
|
1376 |
+
msgid "Value is equal to"
|
1377 |
+
msgstr "Arvo on sama kuin"
|
1378 |
+
|
1379 |
+
#: includes/assets.php:213
|
1380 |
+
msgid "Value is not equal to"
|
1381 |
+
msgstr "Arvo ei ole sama kuin"
|
1382 |
+
|
1383 |
+
#: includes/assets.php:214
|
1384 |
+
msgid "Value matches pattern"
|
1385 |
+
msgstr "Arvo vastaa kaavaa"
|
1386 |
+
|
1387 |
+
#: includes/assets.php:215
|
1388 |
+
msgid "Value contains"
|
1389 |
+
msgstr "Arvo sisältää"
|
1390 |
+
|
1391 |
+
#: includes/assets.php:216
|
1392 |
+
msgid "Value is greater than"
|
1393 |
+
msgstr "Arvo on suurempi kuin"
|
1394 |
+
|
1395 |
+
#: includes/assets.php:217
|
1396 |
+
msgid "Value is less than"
|
1397 |
+
msgstr "Arvo on pienempi kuin"
|
1398 |
+
|
1399 |
+
#: includes/assets.php:218
|
1400 |
+
msgid "Selection is greater than"
|
1401 |
+
msgstr "Valinta on suurempi kuin"
|
1402 |
+
|
1403 |
+
#: includes/assets.php:219
|
1404 |
+
msgid "Selection is less than"
|
1405 |
+
msgstr "Valinta on pienempi kuin"
|
1406 |
+
|
1407 |
+
#: includes/assets.php:222 includes/forms/form-comment.php:166
|
1408 |
+
#: pro/admin/admin-options-page.php:325
|
1409 |
+
msgid "Edit field group"
|
1410 |
+
msgstr "Muokkaa kenttäryhmää"
|
1411 |
+
|
1412 |
+
#: includes/fields.php:308
|
1413 |
+
msgid "Field type does not exist"
|
1414 |
+
msgstr "Kenttätyyppi ei ole olemassa"
|
1415 |
+
|
1416 |
+
#: includes/fields.php:308
|
1417 |
+
msgid "Unknown"
|
1418 |
+
msgstr "Tuntematon"
|
1419 |
+
|
1420 |
+
#: includes/fields.php:349
|
1421 |
msgid "Basic"
|
1422 |
msgstr "Perus"
|
1423 |
|
1424 |
+
#: includes/fields.php:350 includes/forms/form-front.php:47
|
1425 |
msgid "Content"
|
1426 |
msgstr "Sisältö"
|
1427 |
|
1428 |
+
#: includes/fields.php:351
|
1429 |
msgid "Choice"
|
1430 |
+
msgstr "Valintakentät"
|
1431 |
|
1432 |
+
#: includes/fields.php:352
|
1433 |
msgid "Relational"
|
1434 |
msgstr "Relationaalinen"
|
1435 |
|
1436 |
+
#: includes/fields.php:353
|
1437 |
msgid "jQuery"
|
1438 |
msgstr "jQuery"
|
1439 |
|
1440 |
+
#: includes/fields.php:354 includes/fields/class-acf-field-button-group.php:177
|
1441 |
+
#: includes/fields/class-acf-field-checkbox.php:389
|
|
|
1442 |
#: includes/fields/class-acf-field-group.php:474
|
1443 |
+
#: includes/fields/class-acf-field-radio.php:290
|
1444 |
+
#: pro/fields/class-acf-field-clone.php:843
|
1445 |
+
#: pro/fields/class-acf-field-flexible-content.php:553
|
1446 |
+
#: pro/fields/class-acf-field-flexible-content.php:602
|
1447 |
+
#: pro/fields/class-acf-field-repeater.php:448
|
1448 |
msgid "Layout"
|
1449 |
msgstr "Asettelu"
|
1450 |
|
1451 |
+
#: includes/fields/class-acf-field-accordion.php:24
|
1452 |
+
msgid "Accordion"
|
1453 |
+
msgstr "Haitari (Accordion)"
|
1454 |
|
1455 |
+
#: includes/fields/class-acf-field-accordion.php:99
|
1456 |
+
msgid "Open"
|
1457 |
+
msgstr "Avoinna"
|
1458 |
+
|
1459 |
+
#: includes/fields/class-acf-field-accordion.php:100
|
1460 |
+
msgid "Display this accordion as open on page load."
|
1461 |
+
msgstr "Näytä tämä haitari avoimena sivun latautuessa."
|
1462 |
+
|
1463 |
+
#: includes/fields/class-acf-field-accordion.php:109
|
1464 |
+
msgid "Multi-expand"
|
1465 |
+
msgstr "Avaa useita"
|
1466 |
+
|
1467 |
+
#: includes/fields/class-acf-field-accordion.php:110
|
1468 |
+
msgid "Allow this accordion to open without closing others."
|
1469 |
+
msgstr "Salli tämän haitarin avautua sulkematta muita."
|
1470 |
+
|
1471 |
+
#: includes/fields/class-acf-field-accordion.php:119
|
1472 |
+
#: includes/fields/class-acf-field-tab.php:114
|
1473 |
+
msgid "Endpoint"
|
1474 |
+
msgstr "Päätepiste"
|
1475 |
+
|
1476 |
+
#: includes/fields/class-acf-field-accordion.php:120
|
1477 |
+
msgid ""
|
1478 |
+
"Define an endpoint for the previous accordion to stop. This accordion will "
|
1479 |
+
"not be visible."
|
1480 |
+
msgstr ""
|
1481 |
+
"Määritä päätepiste aiemmalle haitarille. Tämä haitari ei tule näkyviin."
|
1482 |
|
1483 |
#: includes/fields/class-acf-field-button-group.php:24
|
1484 |
msgid "Button Group"
|
1487 |
#: includes/fields/class-acf-field-button-group.php:149
|
1488 |
#: includes/fields/class-acf-field-checkbox.php:344
|
1489 |
#: includes/fields/class-acf-field-radio.php:235
|
1490 |
+
#: includes/fields/class-acf-field-select.php:364
|
1491 |
msgid "Choices"
|
1492 |
msgstr "Valinnat"
|
1493 |
|
1494 |
#: includes/fields/class-acf-field-button-group.php:150
|
1495 |
#: includes/fields/class-acf-field-checkbox.php:345
|
1496 |
#: includes/fields/class-acf-field-radio.php:236
|
1497 |
+
#: includes/fields/class-acf-field-select.php:365
|
1498 |
msgid "Enter each choice on a new line."
|
1499 |
msgstr "Syötä jokainen valinta uudelle riville."
|
1500 |
|
1501 |
#: includes/fields/class-acf-field-button-group.php:150
|
1502 |
#: includes/fields/class-acf-field-checkbox.php:345
|
1503 |
#: includes/fields/class-acf-field-radio.php:236
|
1504 |
+
#: includes/fields/class-acf-field-select.php:365
|
1505 |
msgid "For more control, you may specify both a value and label like this:"
|
1506 |
msgstr "Halutessasi voit määrittää sekä arvon että nimiön tähän tapaan:"
|
1507 |
|
1508 |
#: includes/fields/class-acf-field-button-group.php:150
|
1509 |
#: includes/fields/class-acf-field-checkbox.php:345
|
1510 |
#: includes/fields/class-acf-field-radio.php:236
|
1511 |
+
#: includes/fields/class-acf-field-select.php:365
|
1512 |
msgid "red : Red"
|
1513 |
msgstr "koira_istuu : Koira istuu"
|
1514 |
|
1515 |
#: includes/fields/class-acf-field-button-group.php:158
|
1516 |
#: includes/fields/class-acf-field-page_link.php:513
|
1517 |
+
#: includes/fields/class-acf-field-post_object.php:411
|
1518 |
#: includes/fields/class-acf-field-radio.php:244
|
1519 |
+
#: includes/fields/class-acf-field-select.php:382
|
1520 |
+
#: includes/fields/class-acf-field-taxonomy.php:781
|
1521 |
+
#: includes/fields/class-acf-field-user.php:63
|
1522 |
msgid "Allow Null?"
|
1523 |
msgstr "Salli tyhjä?"
|
1524 |
|
1525 |
#: includes/fields/class-acf-field-button-group.php:168
|
1526 |
+
#: includes/fields/class-acf-field-checkbox.php:380
|
1527 |
#: includes/fields/class-acf-field-color_picker.php:131
|
1528 |
+
#: includes/fields/class-acf-field-email.php:118
|
1529 |
+
#: includes/fields/class-acf-field-number.php:127
|
1530 |
+
#: includes/fields/class-acf-field-radio.php:281
|
1531 |
+
#: includes/fields/class-acf-field-range.php:155
|
1532 |
+
#: includes/fields/class-acf-field-select.php:373
|
1533 |
+
#: includes/fields/class-acf-field-text.php:95
|
1534 |
+
#: includes/fields/class-acf-field-textarea.php:102
|
1535 |
#: includes/fields/class-acf-field-true_false.php:135
|
1536 |
+
#: includes/fields/class-acf-field-url.php:100
|
1537 |
+
#: includes/fields/class-acf-field-wysiwyg.php:381
|
1538 |
msgid "Default Value"
|
1539 |
msgstr "Oletusarvo"
|
1540 |
|
1541 |
#: includes/fields/class-acf-field-button-group.php:169
|
1542 |
+
#: includes/fields/class-acf-field-email.php:119
|
1543 |
+
#: includes/fields/class-acf-field-number.php:128
|
1544 |
+
#: includes/fields/class-acf-field-radio.php:282
|
1545 |
+
#: includes/fields/class-acf-field-range.php:156
|
1546 |
+
#: includes/fields/class-acf-field-text.php:96
|
1547 |
+
#: includes/fields/class-acf-field-textarea.php:103
|
1548 |
+
#: includes/fields/class-acf-field-url.php:101
|
1549 |
+
#: includes/fields/class-acf-field-wysiwyg.php:382
|
1550 |
msgid "Appears when creating a new post"
|
1551 |
msgstr "Kentän oletusarvo"
|
1552 |
|
1553 |
#: includes/fields/class-acf-field-button-group.php:183
|
1554 |
+
#: includes/fields/class-acf-field-checkbox.php:396
|
1555 |
+
#: includes/fields/class-acf-field-radio.php:297
|
1556 |
msgid "Horizontal"
|
1557 |
msgstr "Vaakasuuntainen"
|
1558 |
|
1559 |
#: includes/fields/class-acf-field-button-group.php:184
|
1560 |
+
#: includes/fields/class-acf-field-checkbox.php:395
|
1561 |
+
#: includes/fields/class-acf-field-radio.php:296
|
1562 |
msgid "Vertical"
|
1563 |
msgstr "Pystysuuntainen"
|
1564 |
|
1565 |
#: includes/fields/class-acf-field-button-group.php:191
|
1566 |
+
#: includes/fields/class-acf-field-checkbox.php:413
|
1567 |
+
#: includes/fields/class-acf-field-file.php:215
|
|
|
1568 |
#: includes/fields/class-acf-field-link.php:166
|
1569 |
+
#: includes/fields/class-acf-field-radio.php:304
|
1570 |
+
#: includes/fields/class-acf-field-taxonomy.php:826
|
1571 |
msgid "Return Value"
|
1572 |
msgstr "Palauta arvo"
|
1573 |
|
1574 |
#: includes/fields/class-acf-field-button-group.php:192
|
1575 |
+
#: includes/fields/class-acf-field-checkbox.php:414
|
1576 |
+
#: includes/fields/class-acf-field-file.php:216
|
|
|
1577 |
#: includes/fields/class-acf-field-link.php:167
|
1578 |
+
#: includes/fields/class-acf-field-radio.php:305
|
1579 |
msgid "Specify the returned value on front end"
|
1580 |
msgstr "Määritä palautettu arvo front endiin"
|
1581 |
|
1582 |
#: includes/fields/class-acf-field-button-group.php:197
|
1583 |
+
#: includes/fields/class-acf-field-checkbox.php:419
|
1584 |
+
#: includes/fields/class-acf-field-radio.php:310
|
1585 |
+
#: includes/fields/class-acf-field-select.php:432
|
1586 |
msgid "Value"
|
1587 |
msgstr "Arvo"
|
1588 |
|
1589 |
#: includes/fields/class-acf-field-button-group.php:199
|
1590 |
+
#: includes/fields/class-acf-field-checkbox.php:421
|
1591 |
+
#: includes/fields/class-acf-field-radio.php:312
|
1592 |
+
#: includes/fields/class-acf-field-select.php:434
|
1593 |
msgid "Both (Array)"
|
1594 |
msgstr "Molemmat (palautusmuoto on tällöin taulukko)"
|
1595 |
|
1596 |
#: includes/fields/class-acf-field-checkbox.php:25
|
1597 |
+
#: includes/fields/class-acf-field-taxonomy.php:768
|
1598 |
msgid "Checkbox"
|
1599 |
msgstr "Valintaruutu"
|
1600 |
|
1623 |
msgstr ""
|
1624 |
"Tallenna 'Muu’-kentän arvo kentän valinta vaihtoehdoksi tulevaisuudessa"
|
1625 |
|
1626 |
+
#: includes/fields/class-acf-field-checkbox.php:381
|
1627 |
+
#: includes/fields/class-acf-field-select.php:374
|
1628 |
msgid "Enter each default value on a new line"
|
1629 |
+
msgstr "Syötä jokainen oletusarvo uudelle riville"
|
1630 |
|
1631 |
+
#: includes/fields/class-acf-field-checkbox.php:403
|
1632 |
msgid "Toggle"
|
1633 |
+
msgstr "Valitse"
|
1634 |
|
1635 |
+
#: includes/fields/class-acf-field-checkbox.php:404
|
1636 |
msgid "Prepend an extra checkbox to toggle all choices"
|
1637 |
+
msgstr "Näytetäänkö ”Valitse kaikki” -valintaruutu"
|
1638 |
|
1639 |
#: includes/fields/class-acf-field-color_picker.php:25
|
1640 |
msgid "Color Picker"
|
1660 |
msgid "Date Picker"
|
1661 |
msgstr "Päivämäärävalitsin"
|
1662 |
|
1663 |
+
#: includes/fields/class-acf-field-date_picker.php:59
|
1664 |
msgctxt "Date Picker JS closeText"
|
1665 |
msgid "Done"
|
1666 |
msgstr "Sulje"
|
1667 |
|
1668 |
+
#: includes/fields/class-acf-field-date_picker.php:60
|
1669 |
msgctxt "Date Picker JS currentText"
|
1670 |
msgid "Today"
|
1671 |
msgstr "Tänään"
|
1672 |
|
1673 |
+
#: includes/fields/class-acf-field-date_picker.php:61
|
1674 |
msgctxt "Date Picker JS nextText"
|
1675 |
msgid "Next"
|
1676 |
msgstr "Seuraava"
|
1677 |
|
1678 |
+
#: includes/fields/class-acf-field-date_picker.php:62
|
1679 |
msgctxt "Date Picker JS prevText"
|
1680 |
msgid "Prev"
|
1681 |
msgstr "Edellinen"
|
1682 |
|
1683 |
+
#: includes/fields/class-acf-field-date_picker.php:63
|
1684 |
msgctxt "Date Picker JS weekHeader"
|
1685 |
msgid "Wk"
|
1686 |
msgstr "Vk"
|
1687 |
|
1688 |
+
#: includes/fields/class-acf-field-date_picker.php:178
|
1689 |
+
#: includes/fields/class-acf-field-date_time_picker.php:183
|
1690 |
#: includes/fields/class-acf-field-time_picker.php:109
|
1691 |
msgid "Display Format"
|
1692 |
msgstr "Muokkausnäkymän muoto"
|
1693 |
|
1694 |
+
#: includes/fields/class-acf-field-date_picker.php:179
|
1695 |
+
#: includes/fields/class-acf-field-date_time_picker.php:184
|
1696 |
#: includes/fields/class-acf-field-time_picker.php:110
|
1697 |
msgid "The format displayed when editing a post"
|
1698 |
+
msgstr "Päivämäärän muoto muokkausnäkymässä"
|
1699 |
|
1700 |
+
#: includes/fields/class-acf-field-date_picker.php:187
|
1701 |
+
#: includes/fields/class-acf-field-date_picker.php:218
|
1702 |
+
#: includes/fields/class-acf-field-date_time_picker.php:193
|
1703 |
+
#: includes/fields/class-acf-field-date_time_picker.php:210
|
1704 |
#: includes/fields/class-acf-field-time_picker.php:117
|
1705 |
#: includes/fields/class-acf-field-time_picker.php:132
|
1706 |
msgid "Custom:"
|
1707 |
msgstr "Mukautettu:"
|
1708 |
|
1709 |
+
#: includes/fields/class-acf-field-date_picker.php:197
|
1710 |
msgid "Save Format"
|
1711 |
msgstr "Tallennusmuoto"
|
1712 |
|
1713 |
+
#: includes/fields/class-acf-field-date_picker.php:198
|
1714 |
msgid "The format used when saving a value"
|
1715 |
msgstr "Arvo tallennetaan tähän muotoon"
|
1716 |
|
1717 |
+
#: includes/fields/class-acf-field-date_picker.php:208
|
1718 |
+
#: includes/fields/class-acf-field-date_time_picker.php:200
|
1719 |
+
#: includes/fields/class-acf-field-image.php:204
|
1720 |
+
#: includes/fields/class-acf-field-post_object.php:431
|
1721 |
+
#: includes/fields/class-acf-field-relationship.php:634
|
1722 |
+
#: includes/fields/class-acf-field-select.php:427
|
1723 |
#: includes/fields/class-acf-field-time_picker.php:124
|
1724 |
+
#: includes/fields/class-acf-field-user.php:79
|
1725 |
+
#: pro/fields/class-acf-field-gallery.php:557
|
1726 |
msgid "Return Format"
|
1727 |
msgstr "Palautusmuoto"
|
1728 |
|
1729 |
+
#: includes/fields/class-acf-field-date_picker.php:209
|
1730 |
+
#: includes/fields/class-acf-field-date_time_picker.php:201
|
1731 |
#: includes/fields/class-acf-field-time_picker.php:125
|
1732 |
msgid "The format returned via template functions"
|
1733 |
+
msgstr "Sivupohjan funktioiden palauttama päivämäärän muoto"
|
|
|
|
|
1734 |
|
1735 |
+
#: includes/fields/class-acf-field-date_picker.php:227
|
1736 |
+
#: includes/fields/class-acf-field-date_time_picker.php:217
|
1737 |
msgid "Week Starts On"
|
1738 |
msgstr "Viikon ensimmäinen päivä"
|
1739 |
|
1741 |
msgid "Date Time Picker"
|
1742 |
msgstr "Päivämäärä- ja kellonaikavalitsin"
|
1743 |
|
1744 |
+
#: includes/fields/class-acf-field-date_time_picker.php:68
|
1745 |
msgctxt "Date Time Picker JS timeOnlyTitle"
|
1746 |
msgid "Choose Time"
|
1747 |
msgstr "Valitse aika"
|
1748 |
|
1749 |
+
#: includes/fields/class-acf-field-date_time_picker.php:69
|
1750 |
msgctxt "Date Time Picker JS timeText"
|
1751 |
msgid "Time"
|
1752 |
msgstr "Aika"
|
1753 |
|
1754 |
+
#: includes/fields/class-acf-field-date_time_picker.php:70
|
1755 |
msgctxt "Date Time Picker JS hourText"
|
1756 |
msgid "Hour"
|
1757 |
+
msgstr "tunti"
|
1758 |
|
1759 |
+
#: includes/fields/class-acf-field-date_time_picker.php:71
|
1760 |
msgctxt "Date Time Picker JS minuteText"
|
1761 |
msgid "Minute"
|
1762 |
+
msgstr "minuutti"
|
1763 |
|
1764 |
+
#: includes/fields/class-acf-field-date_time_picker.php:72
|
1765 |
msgctxt "Date Time Picker JS secondText"
|
1766 |
msgid "Second"
|
1767 |
+
msgstr "sekunti"
|
1768 |
|
1769 |
+
#: includes/fields/class-acf-field-date_time_picker.php:73
|
1770 |
msgctxt "Date Time Picker JS millisecText"
|
1771 |
msgid "Millisecond"
|
1772 |
msgstr "millisekunti"
|
1773 |
|
1774 |
+
#: includes/fields/class-acf-field-date_time_picker.php:74
|
1775 |
msgctxt "Date Time Picker JS microsecText"
|
1776 |
msgid "Microsecond"
|
1777 |
msgstr "mikrosekunti"
|
1778 |
|
1779 |
+
#: includes/fields/class-acf-field-date_time_picker.php:75
|
1780 |
msgctxt "Date Time Picker JS timezoneText"
|
1781 |
msgid "Time Zone"
|
1782 |
msgstr "Aikavyöhyke"
|
1783 |
|
1784 |
+
#: includes/fields/class-acf-field-date_time_picker.php:76
|
1785 |
msgctxt "Date Time Picker JS currentText"
|
1786 |
msgid "Now"
|
1787 |
msgstr "Nyt"
|
1788 |
|
1789 |
+
#: includes/fields/class-acf-field-date_time_picker.php:77
|
1790 |
msgctxt "Date Time Picker JS closeText"
|
1791 |
msgid "Done"
|
1792 |
msgstr "Sulje"
|
1793 |
|
1794 |
+
#: includes/fields/class-acf-field-date_time_picker.php:78
|
1795 |
msgctxt "Date Time Picker JS selectText"
|
1796 |
msgid "Select"
|
1797 |
msgstr "Valitse"
|
1798 |
|
1799 |
+
#: includes/fields/class-acf-field-date_time_picker.php:80
|
1800 |
msgctxt "Date Time Picker JS amText"
|
1801 |
msgid "AM"
|
1802 |
msgstr "AM"
|
1803 |
|
1804 |
+
#: includes/fields/class-acf-field-date_time_picker.php:81
|
1805 |
msgctxt "Date Time Picker JS amTextShort"
|
1806 |
msgid "A"
|
1807 |
msgstr "A"
|
1808 |
|
1809 |
+
#: includes/fields/class-acf-field-date_time_picker.php:84
|
1810 |
msgctxt "Date Time Picker JS pmText"
|
1811 |
msgid "PM"
|
1812 |
msgstr "PM"
|
1813 |
|
1814 |
+
#: includes/fields/class-acf-field-date_time_picker.php:85
|
1815 |
msgctxt "Date Time Picker JS pmTextShort"
|
1816 |
msgid "P"
|
1817 |
msgstr "P"
|
1820 |
msgid "Email"
|
1821 |
msgstr "Sähköposti"
|
1822 |
|
1823 |
+
#: includes/fields/class-acf-field-email.php:127
|
1824 |
+
#: includes/fields/class-acf-field-number.php:136
|
1825 |
#: includes/fields/class-acf-field-password.php:71
|
1826 |
+
#: includes/fields/class-acf-field-text.php:104
|
1827 |
+
#: includes/fields/class-acf-field-textarea.php:111
|
1828 |
+
#: includes/fields/class-acf-field-url.php:109
|
1829 |
msgid "Placeholder Text"
|
1830 |
msgstr "Täyteteksti"
|
1831 |
|
1832 |
+
#: includes/fields/class-acf-field-email.php:128
|
1833 |
+
#: includes/fields/class-acf-field-number.php:137
|
1834 |
#: includes/fields/class-acf-field-password.php:72
|
1835 |
+
#: includes/fields/class-acf-field-text.php:105
|
1836 |
+
#: includes/fields/class-acf-field-textarea.php:112
|
1837 |
+
#: includes/fields/class-acf-field-url.php:110
|
1838 |
msgid "Appears within the input"
|
1839 |
msgstr "Näkyy input-kentän sisällä"
|
1840 |
|
1841 |
+
#: includes/fields/class-acf-field-email.php:136
|
1842 |
+
#: includes/fields/class-acf-field-number.php:145
|
1843 |
#: includes/fields/class-acf-field-password.php:80
|
1844 |
+
#: includes/fields/class-acf-field-range.php:194
|
1845 |
+
#: includes/fields/class-acf-field-text.php:113
|
1846 |
msgid "Prepend"
|
1847 |
msgstr "Etuliite"
|
1848 |
|
1849 |
+
#: includes/fields/class-acf-field-email.php:137
|
1850 |
+
#: includes/fields/class-acf-field-number.php:146
|
1851 |
#: includes/fields/class-acf-field-password.php:81
|
1852 |
+
#: includes/fields/class-acf-field-range.php:195
|
1853 |
+
#: includes/fields/class-acf-field-text.php:114
|
1854 |
msgid "Appears before the input"
|
1855 |
msgstr "Näkyy ennen input-kenttää"
|
1856 |
|
1857 |
+
#: includes/fields/class-acf-field-email.php:145
|
1858 |
+
#: includes/fields/class-acf-field-number.php:154
|
1859 |
#: includes/fields/class-acf-field-password.php:89
|
1860 |
+
#: includes/fields/class-acf-field-range.php:203
|
1861 |
+
#: includes/fields/class-acf-field-text.php:122
|
1862 |
msgid "Append"
|
1863 |
msgstr "Loppuliite"
|
1864 |
|
1865 |
+
#: includes/fields/class-acf-field-email.php:146
|
1866 |
+
#: includes/fields/class-acf-field-number.php:155
|
1867 |
#: includes/fields/class-acf-field-password.php:90
|
1868 |
+
#: includes/fields/class-acf-field-range.php:204
|
1869 |
+
#: includes/fields/class-acf-field-text.php:123
|
1870 |
msgid "Appears after the input"
|
1871 |
msgstr "Näkyy input-kentän jälkeen"
|
1872 |
|
1874 |
msgid "File"
|
1875 |
msgstr "Tiedosto"
|
1876 |
|
1877 |
+
#: includes/fields/class-acf-field-file.php:58
|
1878 |
msgid "Edit File"
|
1879 |
msgstr "Muokkaa tiedostoa"
|
1880 |
|
1881 |
+
#: includes/fields/class-acf-field-file.php:59
|
1882 |
msgid "Update File"
|
1883 |
msgstr "Päivitä tiedosto"
|
1884 |
|
1885 |
+
#: includes/fields/class-acf-field-file.php:141
|
|
|
|
|
|
|
|
|
|
|
|
|
1886 |
msgid "File name"
|
1887 |
msgstr "Tiedoston nimi"
|
1888 |
|
1889 |
+
#: includes/fields/class-acf-field-file.php:145
|
1890 |
+
#: includes/fields/class-acf-field-file.php:248
|
1891 |
+
#: includes/fields/class-acf-field-file.php:259
|
1892 |
+
#: includes/fields/class-acf-field-image.php:264
|
1893 |
+
#: includes/fields/class-acf-field-image.php:293
|
1894 |
+
#: pro/fields/class-acf-field-gallery.php:642
|
1895 |
+
#: pro/fields/class-acf-field-gallery.php:671
|
1896 |
msgid "File size"
|
1897 |
msgstr "Tiedoston koko"
|
1898 |
|
1899 |
+
#: includes/fields/class-acf-field-file.php:170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1900 |
msgid "Add File"
|
1901 |
msgstr "Lisää tiedosto"
|
1902 |
|
1903 |
+
#: includes/fields/class-acf-field-file.php:221
|
1904 |
msgid "File Array"
|
1905 |
msgstr "Tiedosto"
|
1906 |
|
1907 |
+
#: includes/fields/class-acf-field-file.php:222
|
1908 |
msgid "File URL"
|
1909 |
msgstr "Tiedoston URL"
|
1910 |
|
1911 |
+
#: includes/fields/class-acf-field-file.php:223
|
1912 |
msgid "File ID"
|
1913 |
msgstr "Tiedoston ID"
|
1914 |
|
1915 |
+
#: includes/fields/class-acf-field-file.php:230
|
1916 |
+
#: includes/fields/class-acf-field-image.php:229
|
1917 |
+
#: pro/fields/class-acf-field-gallery.php:592
|
1918 |
msgid "Library"
|
1919 |
msgstr "Kirjasto"
|
1920 |
|
1921 |
+
#: includes/fields/class-acf-field-file.php:231
|
1922 |
+
#: includes/fields/class-acf-field-image.php:230
|
1923 |
+
#: pro/fields/class-acf-field-gallery.php:593
|
1924 |
msgid "Limit the media library choice"
|
1925 |
msgstr "Rajoita valintaa mediakirjastosta"
|
1926 |
|
1927 |
+
#: includes/fields/class-acf-field-file.php:236
|
1928 |
+
#: includes/fields/class-acf-field-image.php:235
|
1929 |
#: includes/locations/class-acf-location-attachment.php:101
|
1930 |
#: includes/locations/class-acf-location-comment.php:79
|
1931 |
#: includes/locations/class-acf-location-nav-menu.php:102
|
1932 |
#: includes/locations/class-acf-location-taxonomy.php:79
|
1933 |
+
#: includes/locations/class-acf-location-user-form.php:72
|
1934 |
+
#: includes/locations/class-acf-location-user-role.php:88
|
1935 |
#: includes/locations/class-acf-location-widget.php:83
|
1936 |
+
#: pro/fields/class-acf-field-gallery.php:598
|
1937 |
+
#: pro/locations/class-acf-location-block.php:79
|
1938 |
msgid "All"
|
1939 |
msgstr "Kaikki"
|
1940 |
|
1941 |
+
#: includes/fields/class-acf-field-file.php:237
|
1942 |
+
#: includes/fields/class-acf-field-image.php:236
|
1943 |
+
#: pro/fields/class-acf-field-gallery.php:599
|
1944 |
msgid "Uploaded to post"
|
1945 |
msgstr "Vain tähän artikkeliin ladatut"
|
1946 |
|
1947 |
+
#: includes/fields/class-acf-field-file.php:244
|
1948 |
+
#: includes/fields/class-acf-field-image.php:243
|
1949 |
+
#: pro/fields/class-acf-field-gallery.php:621
|
1950 |
msgid "Minimum"
|
1951 |
msgstr "Minimiarvo(t)"
|
1952 |
|
1953 |
+
#: includes/fields/class-acf-field-file.php:245
|
1954 |
+
#: includes/fields/class-acf-field-file.php:256
|
1955 |
msgid "Restrict which files can be uploaded"
|
1956 |
msgstr "Määritä tiedoston koko"
|
1957 |
|
1958 |
+
#: includes/fields/class-acf-field-file.php:255
|
1959 |
+
#: includes/fields/class-acf-field-image.php:272
|
1960 |
+
#: pro/fields/class-acf-field-gallery.php:650
|
1961 |
msgid "Maximum"
|
1962 |
msgstr "Maksimiarvo(t)"
|
1963 |
|
1964 |
+
#: includes/fields/class-acf-field-file.php:266
|
1965 |
+
#: includes/fields/class-acf-field-image.php:301
|
1966 |
+
#: pro/fields/class-acf-field-gallery.php:678
|
1967 |
msgid "Allowed file types"
|
1968 |
msgstr "Sallitut tiedostotyypit"
|
1969 |
|
1970 |
+
#: includes/fields/class-acf-field-file.php:267
|
1971 |
+
#: includes/fields/class-acf-field-image.php:302
|
1972 |
+
#: pro/fields/class-acf-field-gallery.php:679
|
1973 |
msgid "Comma separated list. Leave blank for all types"
|
1974 |
msgstr "Erota pilkulla. Jätä tyhjäksi, jos haluat sallia kaikki tiedostyypit"
|
1975 |
|
1976 |
#: includes/fields/class-acf-field-google-map.php:25
|
1977 |
msgid "Google Map"
|
1978 |
+
msgstr "Google-kartta"
|
1979 |
|
1980 |
+
#: includes/fields/class-acf-field-google-map.php:59
|
|
|
|
|
|
|
|
|
1981 |
msgid "Sorry, this browser does not support geolocation"
|
1982 |
+
msgstr "Pahoittelut, tämä selain ei tue paikannusta"
|
1983 |
|
1984 |
+
#: includes/fields/class-acf-field-google-map.php:147
|
1985 |
msgid "Clear location"
|
1986 |
msgstr "Tyhjennä paikkatieto"
|
1987 |
|
1988 |
+
#: includes/fields/class-acf-field-google-map.php:148
|
1989 |
msgid "Find current location"
|
1990 |
msgstr "Etsi nykyinen sijainti"
|
1991 |
|
1992 |
+
#: includes/fields/class-acf-field-google-map.php:151
|
1993 |
msgid "Search for address..."
|
1994 |
msgstr "Etsi osoite..."
|
1995 |
|
1996 |
+
#: includes/fields/class-acf-field-google-map.php:181
|
1997 |
+
#: includes/fields/class-acf-field-google-map.php:192
|
1998 |
msgid "Center"
|
1999 |
msgstr "Sijainti"
|
2000 |
|
2001 |
+
#: includes/fields/class-acf-field-google-map.php:182
|
2002 |
+
#: includes/fields/class-acf-field-google-map.php:193
|
2003 |
msgid "Center the initial map"
|
2004 |
msgstr "Kartan oletussijainti"
|
2005 |
|
2006 |
+
#: includes/fields/class-acf-field-google-map.php:204
|
2007 |
msgid "Zoom"
|
2008 |
msgstr "Zoomaus"
|
2009 |
|
2010 |
+
#: includes/fields/class-acf-field-google-map.php:205
|
2011 |
msgid "Set the initial zoom level"
|
2012 |
msgstr "Aseta oletuszoomaus"
|
2013 |
|
2014 |
+
#: includes/fields/class-acf-field-google-map.php:214
|
2015 |
+
#: includes/fields/class-acf-field-image.php:255
|
2016 |
+
#: includes/fields/class-acf-field-image.php:284
|
2017 |
+
#: includes/fields/class-acf-field-oembed.php:268
|
2018 |
+
#: pro/fields/class-acf-field-gallery.php:633
|
2019 |
+
#: pro/fields/class-acf-field-gallery.php:662
|
2020 |
msgid "Height"
|
2021 |
msgstr "Korkeus"
|
2022 |
|
2023 |
+
#: includes/fields/class-acf-field-google-map.php:215
|
2024 |
+
msgid "Customize the map height"
|
2025 |
+
msgstr "Kartan korkeuden mukauttaminen"
|
2026 |
|
2027 |
#: includes/fields/class-acf-field-group.php:25
|
2028 |
msgid "Group"
|
2029 |
msgstr "Ryhmä"
|
2030 |
|
2031 |
#: includes/fields/class-acf-field-group.php:459
|
2032 |
+
#: pro/fields/class-acf-field-repeater.php:384
|
2033 |
msgid "Sub Fields"
|
2034 |
msgstr "Alakentät"
|
2035 |
|
2036 |
#: includes/fields/class-acf-field-group.php:475
|
2037 |
+
#: pro/fields/class-acf-field-clone.php:844
|
2038 |
msgid "Specify the style used to render the selected fields"
|
2039 |
msgstr "Määritä tyyli, jota käytetään valittujen kenttien luomisessa"
|
2040 |
|
2041 |
#: includes/fields/class-acf-field-group.php:480
|
2042 |
+
#: pro/fields/class-acf-field-clone.php:849
|
2043 |
+
#: pro/fields/class-acf-field-flexible-content.php:613
|
2044 |
+
#: pro/fields/class-acf-field-repeater.php:456
|
2045 |
+
#: pro/locations/class-acf-location-block.php:27
|
2046 |
msgid "Block"
|
2047 |
msgstr "Lohko"
|
2048 |
|
2049 |
#: includes/fields/class-acf-field-group.php:481
|
2050 |
+
#: pro/fields/class-acf-field-clone.php:850
|
2051 |
+
#: pro/fields/class-acf-field-flexible-content.php:612
|
2052 |
+
#: pro/fields/class-acf-field-repeater.php:455
|
2053 |
msgid "Table"
|
2054 |
msgstr "Taulukko"
|
2055 |
|
2056 |
#: includes/fields/class-acf-field-group.php:482
|
2057 |
+
#: pro/fields/class-acf-field-clone.php:851
|
2058 |
+
#: pro/fields/class-acf-field-flexible-content.php:614
|
2059 |
+
#: pro/fields/class-acf-field-repeater.php:457
|
2060 |
msgid "Row"
|
2061 |
msgstr "Rivi"
|
2062 |
|
2064 |
msgid "Image"
|
2065 |
msgstr "Kuva"
|
2066 |
|
2067 |
+
#: includes/fields/class-acf-field-image.php:63
|
2068 |
msgid "Select Image"
|
2069 |
msgstr "Valitse kuva"
|
2070 |
|
2071 |
+
#: includes/fields/class-acf-field-image.php:64
|
|
|
2072 |
msgid "Edit Image"
|
2073 |
msgstr "Muokkaa kuvaa"
|
2074 |
|
2075 |
+
#: includes/fields/class-acf-field-image.php:65
|
|
|
2076 |
msgid "Update Image"
|
2077 |
msgstr "Päivitä kuva"
|
2078 |
|
2079 |
+
#: includes/fields/class-acf-field-image.php:156
|
|
|
|
|
|
|
|
|
2080 |
msgid "No image selected"
|
2081 |
msgstr "Ei kuvia valittu"
|
2082 |
|
2083 |
+
#: includes/fields/class-acf-field-image.php:156
|
2084 |
msgid "Add Image"
|
2085 |
msgstr "Lisää kuva"
|
2086 |
|
2087 |
+
#: includes/fields/class-acf-field-image.php:210
|
2088 |
+
#: pro/fields/class-acf-field-gallery.php:563
|
2089 |
msgid "Image Array"
|
2090 |
msgstr "Kuva"
|
2091 |
|
2092 |
+
#: includes/fields/class-acf-field-image.php:211
|
2093 |
+
#: pro/fields/class-acf-field-gallery.php:564
|
2094 |
msgid "Image URL"
|
2095 |
msgstr "Kuvan URL"
|
2096 |
|
2097 |
+
#: includes/fields/class-acf-field-image.php:212
|
2098 |
+
#: pro/fields/class-acf-field-gallery.php:565
|
2099 |
msgid "Image ID"
|
2100 |
msgstr "Kuvan ID"
|
2101 |
|
2102 |
+
#: includes/fields/class-acf-field-image.php:219
|
2103 |
+
#: pro/fields/class-acf-field-gallery.php:571
|
2104 |
msgid "Preview Size"
|
2105 |
msgstr "Esikatselukuvan koko"
|
2106 |
|
2107 |
+
#: includes/fields/class-acf-field-image.php:244
|
2108 |
+
#: includes/fields/class-acf-field-image.php:273
|
2109 |
+
#: pro/fields/class-acf-field-gallery.php:622
|
2110 |
+
#: pro/fields/class-acf-field-gallery.php:651
|
|
|
|
|
|
|
|
|
2111 |
msgid "Restrict which images can be uploaded"
|
2112 |
msgstr "Määritä millaisia kuvia voidaan ladata"
|
2113 |
|
2114 |
+
#: includes/fields/class-acf-field-image.php:247
|
2115 |
+
#: includes/fields/class-acf-field-image.php:276
|
2116 |
+
#: includes/fields/class-acf-field-oembed.php:257
|
2117 |
+
#: pro/fields/class-acf-field-gallery.php:625
|
2118 |
+
#: pro/fields/class-acf-field-gallery.php:654
|
2119 |
msgid "Width"
|
2120 |
msgstr "Leveys"
|
2121 |
|
2146 |
msgstr "Viesti"
|
2147 |
|
2148 |
#: includes/fields/class-acf-field-message.php:110
|
2149 |
+
#: includes/fields/class-acf-field-textarea.php:139
|
2150 |
msgid "New Lines"
|
2151 |
msgstr "Uudet rivit"
|
2152 |
|
2153 |
#: includes/fields/class-acf-field-message.php:111
|
2154 |
+
#: includes/fields/class-acf-field-textarea.php:140
|
2155 |
msgid "Controls how new lines are rendered"
|
2156 |
msgstr "Määrittää kuinka uudet rivit muotoillaan"
|
2157 |
|
2158 |
#: includes/fields/class-acf-field-message.php:115
|
2159 |
+
#: includes/fields/class-acf-field-textarea.php:144
|
2160 |
msgid "Automatically add paragraphs"
|
2161 |
msgstr "Lisää automaattisesti kappale"
|
2162 |
|
2163 |
#: includes/fields/class-acf-field-message.php:116
|
2164 |
+
#: includes/fields/class-acf-field-textarea.php:145
|
2165 |
msgid "Automatically add <br>"
|
2166 |
msgstr "Lisää automaattisesti <br>"
|
2167 |
|
2168 |
#: includes/fields/class-acf-field-message.php:117
|
2169 |
+
#: includes/fields/class-acf-field-textarea.php:146
|
2170 |
msgid "No Formatting"
|
2171 |
msgstr "Ei muotoilua"
|
2172 |
|
2176 |
|
2177 |
#: includes/fields/class-acf-field-message.php:125
|
2178 |
msgid "Allow HTML markup to display as visible text instead of rendering"
|
2179 |
+
msgstr "Salli HTML-muotoilun näkyminen tekstinä renderöinnin sijaan"
|
2180 |
|
2181 |
#: includes/fields/class-acf-field-number.php:25
|
2182 |
msgid "Number"
|
2183 |
msgstr "Numero"
|
2184 |
|
2185 |
+
#: includes/fields/class-acf-field-number.php:163
|
2186 |
+
#: includes/fields/class-acf-field-range.php:164
|
2187 |
msgid "Minimum Value"
|
2188 |
msgstr "Minimiarvo"
|
2189 |
|
2190 |
+
#: includes/fields/class-acf-field-number.php:172
|
2191 |
+
#: includes/fields/class-acf-field-range.php:174
|
2192 |
msgid "Maximum Value"
|
2193 |
msgstr "Maksimiarvo"
|
2194 |
|
2195 |
+
#: includes/fields/class-acf-field-number.php:181
|
2196 |
+
#: includes/fields/class-acf-field-range.php:184
|
2197 |
msgid "Step Size"
|
2198 |
msgstr "Askelluksen koko"
|
2199 |
|
2200 |
+
#: includes/fields/class-acf-field-number.php:219
|
2201 |
msgid "Value must be a number"
|
2202 |
msgstr "Arvon täytyy olla numero"
|
2203 |
|
2204 |
+
#: includes/fields/class-acf-field-number.php:237
|
2205 |
#, php-format
|
2206 |
msgid "Value must be equal to or higher than %d"
|
2207 |
msgstr "Arvon täytyy olla sama tai suurempi kuin %d"
|
2208 |
|
2209 |
+
#: includes/fields/class-acf-field-number.php:245
|
2210 |
#, php-format
|
2211 |
msgid "Value must be equal to or lower than %d"
|
2212 |
msgstr "Arvon täytyy olla sama tai pienempi kuin %d"
|
2215 |
msgid "oEmbed"
|
2216 |
msgstr "oEmbed"
|
2217 |
|
2218 |
+
#: includes/fields/class-acf-field-oembed.php:216
|
2219 |
msgid "Enter URL"
|
2220 |
msgstr "Syötä URL"
|
2221 |
|
2222 |
+
#: includes/fields/class-acf-field-oembed.php:254
|
2223 |
+
#: includes/fields/class-acf-field-oembed.php:265
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2224 |
msgid "Embed Size"
|
2225 |
msgstr "Upotuksen koko"
|
2226 |
|
2227 |
+
#: includes/fields/class-acf-field-page_link.php:25
|
2228 |
+
msgid "Page Link"
|
2229 |
+
msgstr "Sivun URL"
|
2230 |
+
|
2231 |
#: includes/fields/class-acf-field-page_link.php:177
|
2232 |
msgid "Archives"
|
2233 |
msgstr "Arkistot"
|
2234 |
|
2235 |
+
#: includes/fields/class-acf-field-page_link.php:269
|
2236 |
+
#: includes/fields/class-acf-field-post_object.php:267
|
2237 |
+
#: includes/fields/class-acf-field-taxonomy.php:958
|
2238 |
+
msgid "Parent"
|
2239 |
+
msgstr "Vanhempi"
|
2240 |
+
|
2241 |
#: includes/fields/class-acf-field-page_link.php:485
|
2242 |
+
#: includes/fields/class-acf-field-post_object.php:383
|
2243 |
+
#: includes/fields/class-acf-field-relationship.php:560
|
2244 |
msgid "Filter by Post Type"
|
2245 |
msgstr "Suodata tyypin mukaan"
|
2246 |
|
2247 |
#: includes/fields/class-acf-field-page_link.php:493
|
2248 |
+
#: includes/fields/class-acf-field-post_object.php:391
|
2249 |
+
#: includes/fields/class-acf-field-relationship.php:568
|
2250 |
msgid "All post types"
|
2251 |
msgstr "Kaikki artikkelityypit"
|
2252 |
|
2253 |
#: includes/fields/class-acf-field-page_link.php:499
|
2254 |
+
#: includes/fields/class-acf-field-post_object.php:397
|
2255 |
+
#: includes/fields/class-acf-field-relationship.php:574
|
2256 |
msgid "Filter by Taxonomy"
|
2257 |
msgstr "Suodata taksonomian mukaan"
|
2258 |
|
2259 |
#: includes/fields/class-acf-field-page_link.php:507
|
2260 |
+
#: includes/fields/class-acf-field-post_object.php:405
|
2261 |
+
#: includes/fields/class-acf-field-relationship.php:582
|
2262 |
msgid "All taxonomies"
|
2263 |
msgstr "Kaikki taksonomiat"
|
2264 |
|
2267 |
msgstr "Salli arkistojen URL-osoitteita"
|
2268 |
|
2269 |
#: includes/fields/class-acf-field-page_link.php:533
|
2270 |
+
#: includes/fields/class-acf-field-post_object.php:421
|
2271 |
+
#: includes/fields/class-acf-field-select.php:392
|
2272 |
+
#: includes/fields/class-acf-field-user.php:71
|
2273 |
msgid "Select multiple values?"
|
2274 |
msgstr "Valitse useita arvoja?"
|
2275 |
|
2278 |
msgstr "Salasana"
|
2279 |
|
2280 |
#: includes/fields/class-acf-field-post_object.php:25
|
2281 |
+
#: includes/fields/class-acf-field-post_object.php:436
|
2282 |
+
#: includes/fields/class-acf-field-relationship.php:639
|
2283 |
msgid "Post Object"
|
2284 |
msgstr "Artikkeliolio"
|
2285 |
|
2286 |
+
#: includes/fields/class-acf-field-post_object.php:437
|
2287 |
+
#: includes/fields/class-acf-field-relationship.php:640
|
2288 |
msgid "Post ID"
|
2289 |
msgstr "Artikkelin ID"
|
2290 |
|
2298 |
|
2299 |
#: includes/fields/class-acf-field-radio.php:259
|
2300 |
msgid "Add 'other' choice to allow for custom values"
|
2301 |
+
msgstr "Lisää 'muu' vaihtoehto salliaksesi mukautettuja arvoja"
|
2302 |
|
2303 |
#: includes/fields/class-acf-field-radio.php:265
|
2304 |
msgid "Save Other"
|
2306 |
|
2307 |
#: includes/fields/class-acf-field-radio.php:270
|
2308 |
msgid "Save 'other' values to the field's choices"
|
2309 |
+
msgstr "Tallenna 'muu'-kentän arvo kentän valinnaksi"
|
2310 |
|
2311 |
#: includes/fields/class-acf-field-range.php:25
|
2312 |
msgid "Range"
|
2316 |
msgid "Relationship"
|
2317 |
msgstr "Suodata artikkeleita"
|
2318 |
|
2319 |
+
#: includes/fields/class-acf-field-relationship.php:62
|
|
|
|
|
|
|
|
|
2320 |
msgid "Maximum values reached ( {max} values )"
|
2321 |
msgstr "Maksimiarvo saavutettu ( {max} artikkelia )"
|
2322 |
|
2323 |
+
#: includes/fields/class-acf-field-relationship.php:63
|
2324 |
msgid "Loading"
|
2325 |
msgstr "Ladataan"
|
2326 |
|
2327 |
+
#: includes/fields/class-acf-field-relationship.php:64
|
2328 |
msgid "No matches found"
|
2329 |
msgstr "Ei yhtään osumaa"
|
2330 |
|
2331 |
+
#: includes/fields/class-acf-field-relationship.php:411
|
2332 |
msgid "Select post type"
|
2333 |
msgstr "Valitse artikkelityyppi"
|
2334 |
|
2335 |
+
#: includes/fields/class-acf-field-relationship.php:420
|
2336 |
msgid "Select taxonomy"
|
2337 |
msgstr "Valitse taksonomia"
|
2338 |
|
2339 |
+
#: includes/fields/class-acf-field-relationship.php:477
|
2340 |
msgid "Search..."
|
2341 |
msgstr "Etsi..."
|
2342 |
|
2343 |
+
#: includes/fields/class-acf-field-relationship.php:588
|
2344 |
msgid "Filters"
|
2345 |
msgstr "Suodattimet"
|
2346 |
|
2347 |
+
#: includes/fields/class-acf-field-relationship.php:594
|
2348 |
#: includes/locations/class-acf-location-post-type.php:27
|
2349 |
msgid "Post Type"
|
2350 |
msgstr "Artikkelityyppi"
|
2351 |
|
2352 |
+
#: includes/fields/class-acf-field-relationship.php:595
|
2353 |
#: includes/fields/class-acf-field-taxonomy.php:28
|
2354 |
+
#: includes/fields/class-acf-field-taxonomy.php:751
|
2355 |
+
#: includes/locations/class-acf-location-taxonomy.php:27
|
2356 |
msgid "Taxonomy"
|
2357 |
msgstr "Taksonomia"
|
2358 |
|
2359 |
+
#: includes/fields/class-acf-field-relationship.php:602
|
2360 |
msgid "Elements"
|
2361 |
msgstr "Elementit"
|
2362 |
|
2363 |
+
#: includes/fields/class-acf-field-relationship.php:603
|
2364 |
msgid "Selected elements will be displayed in each result"
|
2365 |
msgstr "Valitut elementit näytetään jokaisessa tuloksessa"
|
2366 |
|
2367 |
+
#: includes/fields/class-acf-field-relationship.php:614
|
2368 |
msgid "Minimum posts"
|
2369 |
msgstr "Vähimmäismäärä artikkeleita"
|
2370 |
|
2371 |
+
#: includes/fields/class-acf-field-relationship.php:623
|
2372 |
msgid "Maximum posts"
|
2373 |
+
msgstr "Maksimimäärä artikkeleita"
|
2374 |
|
2375 |
+
#: includes/fields/class-acf-field-relationship.php:727
|
2376 |
+
#: pro/fields/class-acf-field-gallery.php:779
|
2377 |
#, php-format
|
2378 |
msgid "%s requires at least %s selection"
|
2379 |
msgid_plural "%s requires at least %s selections"
|
2381 |
msgstr[1] "%s vaatii vähintään %s valintaa"
|
2382 |
|
2383 |
#: includes/fields/class-acf-field-select.php:25
|
2384 |
+
#: includes/fields/class-acf-field-taxonomy.php:773
|
2385 |
msgctxt "noun"
|
2386 |
msgid "Select"
|
2387 |
msgstr "Valintalista"
|
2388 |
|
2389 |
+
#: includes/fields/class-acf-field-select.php:111
|
2390 |
msgctxt "Select2 JS matches_1"
|
2391 |
msgid "One result is available, press enter to select it."
|
2392 |
msgstr "Yksi tulos on saatavilla. Valitse se painamalla enter-näppäintä."
|
2393 |
|
2394 |
+
#: includes/fields/class-acf-field-select.php:112
|
2395 |
#, php-format
|
2396 |
msgctxt "Select2 JS matches_n"
|
2397 |
msgid "%d results are available, use up and down arrow keys to navigate."
|
2399 |
"%d tulosta on saatavilla. Voit navigoida tuloksian välillä käyttämällä "
|
2400 |
"”ylös” ja ”alas” -näppäimiä."
|
2401 |
|
2402 |
+
#: includes/fields/class-acf-field-select.php:113
|
2403 |
msgctxt "Select2 JS matches_0"
|
2404 |
msgid "No matches found"
|
2405 |
msgstr "Osumia ei löytynyt"
|
2406 |
|
2407 |
+
#: includes/fields/class-acf-field-select.php:114
|
2408 |
msgctxt "Select2 JS input_too_short_1"
|
2409 |
msgid "Please enter 1 or more characters"
|
2410 |
msgstr "Kirjoita yksi tai useampi merkki"
|
2411 |
|
2412 |
+
#: includes/fields/class-acf-field-select.php:115
|
2413 |
#, php-format
|
2414 |
msgctxt "Select2 JS input_too_short_n"
|
2415 |
msgid "Please enter %d or more characters"
|
2416 |
msgstr "Kirjoita %d tai useampi merkkiä"
|
2417 |
|
2418 |
+
#: includes/fields/class-acf-field-select.php:116
|
2419 |
msgctxt "Select2 JS input_too_long_1"
|
2420 |
msgid "Please delete 1 character"
|
2421 |
msgstr "Poista 1 merkki"
|
2422 |
|
2423 |
+
#: includes/fields/class-acf-field-select.php:117
|
2424 |
#, php-format
|
2425 |
msgctxt "Select2 JS input_too_long_n"
|
2426 |
msgid "Please delete %d characters"
|
2427 |
msgstr "Poista %d merkkiä"
|
2428 |
|
2429 |
+
#: includes/fields/class-acf-field-select.php:118
|
2430 |
msgctxt "Select2 JS selection_too_long_1"
|
2431 |
msgid "You can only select 1 item"
|
2432 |
msgstr "Voit valita vain yhden kohteen"
|
2433 |
|
2434 |
+
#: includes/fields/class-acf-field-select.php:119
|
2435 |
#, php-format
|
2436 |
msgctxt "Select2 JS selection_too_long_n"
|
2437 |
msgid "You can only select %d items"
|
2438 |
msgstr "Voit valita vain %d kohdetta"
|
2439 |
|
2440 |
+
#: includes/fields/class-acf-field-select.php:120
|
2441 |
msgctxt "Select2 JS load_more"
|
2442 |
msgid "Loading more results…"
|
2443 |
msgstr "Lataa lisää tuloksia …"
|
2444 |
|
2445 |
+
#: includes/fields/class-acf-field-select.php:121
|
2446 |
msgctxt "Select2 JS searching"
|
2447 |
msgid "Searching…"
|
2448 |
msgstr "Etsii…"
|
2449 |
|
2450 |
+
#: includes/fields/class-acf-field-select.php:122
|
2451 |
msgctxt "Select2 JS load_fail"
|
2452 |
msgid "Loading failed"
|
2453 |
msgstr "Lataus epäonnistui"
|
2454 |
|
2455 |
+
#: includes/fields/class-acf-field-select.php:402
|
|
|
|
|
|
|
|
|
|
|
2456 |
#: includes/fields/class-acf-field-true_false.php:144
|
2457 |
msgid "Stylised UI"
|
2458 |
msgstr "Tyylikäs käyttöliittymä"
|
2459 |
|
2460 |
+
#: includes/fields/class-acf-field-select.php:412
|
2461 |
msgid "Use AJAX to lazy load choices?"
|
2462 |
msgstr "Haluatko ladata valinnat laiskasti (käyttää AJAXia)?"
|
2463 |
|
2464 |
+
#: includes/fields/class-acf-field-select.php:428
|
2465 |
msgid "Specify the value returned"
|
2466 |
msgstr "Määritä palautetun arvon muoto"
|
2467 |
|
2473 |
msgid "Tab"
|
2474 |
msgstr "Välilehti"
|
2475 |
|
2476 |
+
#: includes/fields/class-acf-field-tab.php:102
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2477 |
msgid "Placement"
|
2478 |
msgstr "Sijainti"
|
2479 |
|
2480 |
+
#: includes/fields/class-acf-field-tab.php:115
|
2481 |
+
msgid ""
|
2482 |
+
"Define an endpoint for the previous tabs to stop. This will start a new "
|
2483 |
+
"group of tabs."
|
2484 |
+
msgstr ""
|
2485 |
+
"Määritä päätepiste, johon edelliset välilehdet lopetetaan. Tämä aloittaa "
|
2486 |
+
"uuden välilehtiryhmän."
|
2487 |
|
2488 |
+
#: includes/fields/class-acf-field-taxonomy.php:711
|
2489 |
#, php-format
|
2490 |
msgctxt "No terms"
|
2491 |
msgid "No %s"
|
2492 |
msgstr "Ei %s"
|
2493 |
|
2494 |
+
#: includes/fields/class-acf-field-taxonomy.php:752
|
|
|
|
|
|
|
|
|
2495 |
msgid "Select the taxonomy to be displayed"
|
2496 |
msgstr "Valitse taksonomia, joka näytetään"
|
2497 |
|
2498 |
+
#: includes/fields/class-acf-field-taxonomy.php:761
|
2499 |
msgid "Appearance"
|
2500 |
msgstr "Ulkoasu"
|
2501 |
|
2502 |
+
#: includes/fields/class-acf-field-taxonomy.php:762
|
2503 |
msgid "Select the appearance of this field"
|
2504 |
msgstr "Valitse ulkoasu tälle kenttälle"
|
2505 |
|
2506 |
+
#: includes/fields/class-acf-field-taxonomy.php:767
|
2507 |
msgid "Multiple Values"
|
2508 |
+
msgstr "Useita arvoja"
|
2509 |
|
2510 |
+
#: includes/fields/class-acf-field-taxonomy.php:769
|
2511 |
msgid "Multi Select"
|
2512 |
msgstr "Valitse useita"
|
2513 |
|
2514 |
+
#: includes/fields/class-acf-field-taxonomy.php:771
|
2515 |
msgid "Single Value"
|
2516 |
+
msgstr "Yksi arvo"
|
2517 |
|
2518 |
+
#: includes/fields/class-acf-field-taxonomy.php:772
|
2519 |
msgid "Radio Buttons"
|
2520 |
msgstr "Valintanappi"
|
2521 |
|
2522 |
+
#: includes/fields/class-acf-field-taxonomy.php:796
|
2523 |
msgid "Create Terms"
|
2524 |
msgstr "Uusien ehtojen luominen"
|
2525 |
|
2526 |
+
#: includes/fields/class-acf-field-taxonomy.php:797
|
2527 |
msgid "Allow new terms to be created whilst editing"
|
2528 |
msgstr "Salli uusien ehtojen luominen samalla kun muokataan"
|
2529 |
|
2530 |
+
#: includes/fields/class-acf-field-taxonomy.php:806
|
2531 |
msgid "Save Terms"
|
2532 |
msgstr "Tallenna ehdot"
|
2533 |
|
2534 |
+
#: includes/fields/class-acf-field-taxonomy.php:807
|
2535 |
msgid "Connect selected terms to the post"
|
2536 |
msgstr "Yhdistä valitut ehdot artikkeliin"
|
2537 |
|
2538 |
+
#: includes/fields/class-acf-field-taxonomy.php:816
|
2539 |
msgid "Load Terms"
|
2540 |
msgstr "Lataa ehdot"
|
2541 |
|
2542 |
+
#: includes/fields/class-acf-field-taxonomy.php:817
|
2543 |
msgid "Load value from posts terms"
|
2544 |
msgstr "Lataa arvo artikkelin ehdoista"
|
2545 |
|
2546 |
+
#: includes/fields/class-acf-field-taxonomy.php:831
|
2547 |
msgid "Term Object"
|
2548 |
msgstr "Ehto"
|
2549 |
|
2550 |
+
#: includes/fields/class-acf-field-taxonomy.php:832
|
2551 |
msgid "Term ID"
|
2552 |
msgstr "Ehdon ID"
|
2553 |
|
2554 |
+
#: includes/fields/class-acf-field-taxonomy.php:882
|
2555 |
#, php-format
|
2556 |
msgid "User unable to add new %s"
|
2557 |
msgstr "Käyttäjä ei voi lisätä uutta %s"
|
2558 |
|
2559 |
+
#: includes/fields/class-acf-field-taxonomy.php:892
|
2560 |
#, php-format
|
2561 |
msgid "%s already exists"
|
2562 |
msgstr "%s on jo olemassa"
|
2563 |
|
2564 |
+
#: includes/fields/class-acf-field-taxonomy.php:924
|
2565 |
#, php-format
|
2566 |
msgid "%s added"
|
2567 |
msgstr "%s lisättiin"
|
2568 |
|
2569 |
+
#: includes/fields/class-acf-field-taxonomy.php:970
|
2570 |
+
#: includes/locations/class-acf-location-user-form.php:73
|
2571 |
msgid "Add"
|
2572 |
msgstr "Lisää"
|
2573 |
|
2575 |
msgid "Text"
|
2576 |
msgstr "Teksti"
|
2577 |
|
2578 |
+
#: includes/fields/class-acf-field-text.php:131
|
2579 |
+
#: includes/fields/class-acf-field-textarea.php:120
|
2580 |
msgid "Character Limit"
|
2581 |
msgstr "Merkkirajoitus"
|
2582 |
|
2583 |
+
#: includes/fields/class-acf-field-text.php:132
|
2584 |
+
#: includes/fields/class-acf-field-textarea.php:121
|
2585 |
msgid "Leave blank for no limit"
|
2586 |
msgstr "Jos et halua rajoittaa, jätä tyhjäksi"
|
2587 |
|
2588 |
+
#: includes/fields/class-acf-field-text.php:157
|
2589 |
+
#: includes/fields/class-acf-field-textarea.php:215
|
2590 |
+
#, php-format
|
2591 |
+
msgid "Value must not exceed %d characters"
|
2592 |
+
msgstr "Arvo ei saa olla suurempi kuin %d merkkiä"
|
2593 |
+
|
2594 |
#: includes/fields/class-acf-field-textarea.php:25
|
2595 |
msgid "Text Area"
|
2596 |
msgstr "Tekstialue"
|
2597 |
|
2598 |
+
#: includes/fields/class-acf-field-textarea.php:129
|
2599 |
msgid "Rows"
|
2600 |
msgstr "Rivit"
|
2601 |
|
2602 |
+
#: includes/fields/class-acf-field-textarea.php:130
|
2603 |
msgid "Sets the textarea height"
|
2604 |
msgstr "Aseta tekstialueen koko"
|
2605 |
|
2611 |
msgid "True / False"
|
2612 |
msgstr "”Tosi / Epätosi” -valinta"
|
2613 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2614 |
#: includes/fields/class-acf-field-true_false.php:127
|
2615 |
msgid "Displays text alongside the checkbox"
|
2616 |
msgstr "Näytä teksti valintaruudun rinnalla"
|
2623 |
msgid "Text shown when active"
|
2624 |
msgstr "Teksti, joka näytetään kun valinta on aktiivinen"
|
2625 |
|
2626 |
+
#: includes/fields/class-acf-field-true_false.php:170
|
2627 |
msgid "Off Text"
|
2628 |
msgstr "Pois päältä -teksti"
|
2629 |
|
2630 |
+
#: includes/fields/class-acf-field-true_false.php:171
|
2631 |
msgid "Text shown when inactive"
|
2632 |
msgstr "Teksti, joka näytetään kun valinta ei ole aktiivinen"
|
2633 |
|
2635 |
msgid "Url"
|
2636 |
msgstr "Url"
|
2637 |
|
2638 |
+
#: includes/fields/class-acf-field-url.php:151
|
2639 |
msgid "Value must be a valid URL"
|
2640 |
msgstr "Arvon täytyy olla validi URL"
|
2641 |
|
2642 |
+
#: includes/fields/class-acf-field-user.php:20 includes/locations.php:95
|
2643 |
msgid "User"
|
2644 |
msgstr "Käyttäjä"
|
2645 |
|
2646 |
+
#: includes/fields/class-acf-field-user.php:51
|
2647 |
msgid "Filter by role"
|
2648 |
msgstr "Suodata roolin mukaan"
|
2649 |
|
2650 |
+
#: includes/fields/class-acf-field-user.php:59
|
2651 |
msgid "All user roles"
|
2652 |
msgstr "Kaikki käyttäjäroolit"
|
2653 |
|
2654 |
+
#: includes/fields/class-acf-field-user.php:84
|
2655 |
+
msgid "User Array"
|
2656 |
+
msgstr "Käyttäjätaulukko"
|
2657 |
+
|
2658 |
+
#: includes/fields/class-acf-field-user.php:85
|
2659 |
+
msgid "User Object"
|
2660 |
+
msgstr "Käyttäjäobjekti"
|
2661 |
+
|
2662 |
+
#: includes/fields/class-acf-field-user.php:86
|
2663 |
+
msgid "User ID"
|
2664 |
+
msgstr "Käyttäjätunnus"
|
2665 |
+
|
2666 |
+
#: includes/fields/class-acf-field-user.php:334
|
2667 |
+
msgid "Error loading field."
|
2668 |
+
msgstr "Virhe ladattaessa kenttää."
|
2669 |
+
|
2670 |
#: includes/fields/class-acf-field-wysiwyg.php:25
|
2671 |
msgid "Wysiwyg Editor"
|
2672 |
msgstr "Wysiwyg-editori"
|
2673 |
|
2674 |
+
#: includes/fields/class-acf-field-wysiwyg.php:330
|
2675 |
msgid "Visual"
|
2676 |
msgstr "Graafinen"
|
2677 |
|
2678 |
+
#: includes/fields/class-acf-field-wysiwyg.php:331
|
2679 |
msgctxt "Name for the Text editor tab (formerly HTML)"
|
2680 |
msgid "Text"
|
2681 |
msgstr "Teksti"
|
2682 |
|
2683 |
+
#: includes/fields/class-acf-field-wysiwyg.php:337
|
2684 |
msgid "Click to initialize TinyMCE"
|
2685 |
msgstr "Klikkaa ottaaksesi käyttöön graafisen editorin"
|
2686 |
|
2687 |
+
#: includes/fields/class-acf-field-wysiwyg.php:390
|
2688 |
msgid "Tabs"
|
2689 |
msgstr "Välilehdet"
|
2690 |
|
2691 |
+
#: includes/fields/class-acf-field-wysiwyg.php:395
|
2692 |
msgid "Visual & Text"
|
2693 |
msgstr "Graafinen ja teksti"
|
2694 |
|
2695 |
+
#: includes/fields/class-acf-field-wysiwyg.php:396
|
2696 |
msgid "Visual Only"
|
2697 |
msgstr "Vain graafinen"
|
2698 |
|
2699 |
+
#: includes/fields/class-acf-field-wysiwyg.php:397
|
2700 |
msgid "Text Only"
|
2701 |
msgstr "Vain teksti"
|
2702 |
|
2703 |
+
#: includes/fields/class-acf-field-wysiwyg.php:404
|
2704 |
msgid "Toolbar"
|
2705 |
msgstr "Työkalupalkki"
|
2706 |
|
2707 |
+
#: includes/fields/class-acf-field-wysiwyg.php:419
|
2708 |
msgid "Show Media Upload Buttons?"
|
2709 |
msgstr "Näytä Lisää media -painike?"
|
2710 |
|
2711 |
+
#: includes/fields/class-acf-field-wysiwyg.php:429
|
2712 |
msgid "Delay initialization?"
|
2713 |
msgstr "Viivytä alustusta?"
|
2714 |
|
2715 |
+
#: includes/fields/class-acf-field-wysiwyg.php:430
|
2716 |
+
msgid "TinyMCE will not be initialized until field is clicked"
|
2717 |
+
msgstr "TinyMCE:tä ei alusteta ennen kuin kenttää napsautetaan"
|
|
|
|
|
|
|
|
|
|
|
2718 |
|
2719 |
#: includes/forms/form-front.php:55
|
2720 |
msgid "Validate Email"
|
2721 |
msgstr "Validoi sähköposti"
|
2722 |
|
2723 |
+
#: includes/forms/form-front.php:104 pro/fields/class-acf-field-gallery.php:510
|
2724 |
+
#: pro/options-page.php:81
|
2725 |
msgid "Update"
|
2726 |
msgstr "Päivitä"
|
2727 |
|
2728 |
+
#: includes/forms/form-front.php:105
|
2729 |
msgid "Post updated"
|
2730 |
msgstr "Artikkeli päivitetty"
|
2731 |
|
2732 |
+
#: includes/forms/form-front.php:231
|
2733 |
msgid "Spam Detected"
|
2734 |
msgstr "Roskapostia havaittu"
|
2735 |
|
2736 |
+
#: includes/forms/form-user.php:336
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2737 |
#, php-format
|
2738 |
+
msgid "<strong>ERROR</strong>: %s"
|
2739 |
+
msgstr "<strong>Virhe</strong>: %s"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2740 |
|
2741 |
#: includes/locations.php:93 includes/locations/class-acf-location-post.php:27
|
2742 |
msgid "Post"
|
2750 |
msgid "Forms"
|
2751 |
msgstr "Lomakkeet"
|
2752 |
|
2753 |
+
#: includes/locations.php:243
|
2754 |
+
msgid "is equal to"
|
2755 |
+
msgstr "on sama kuin"
|
2756 |
+
|
2757 |
+
#: includes/locations.php:244
|
2758 |
+
msgid "is not equal to"
|
2759 |
+
msgstr "ei ole sama kuin"
|
2760 |
+
|
2761 |
#: includes/locations/class-acf-location-attachment.php:27
|
2762 |
msgid "Attachment"
|
2763 |
msgstr "Liite"
|
2819 |
msgid "Page Template"
|
2820 |
msgstr "Sivupohja"
|
2821 |
|
2822 |
+
#: includes/locations/class-acf-location-page-template.php:87
|
2823 |
+
#: includes/locations/class-acf-location-post-template.php:134
|
2824 |
msgid "Default Template"
|
2825 |
msgstr "Oletus sivupohja"
|
2826 |
|
2828 |
msgid "Page Type"
|
2829 |
msgstr "Sivun tyyppi"
|
2830 |
|
2831 |
+
#: includes/locations/class-acf-location-page-type.php:146
|
2832 |
msgid "Front Page"
|
2833 |
msgstr "Etusivu"
|
2834 |
|
2835 |
+
#: includes/locations/class-acf-location-page-type.php:147
|
2836 |
msgid "Posts Page"
|
2837 |
msgstr "Artikkelit -sivu"
|
2838 |
|
2839 |
+
#: includes/locations/class-acf-location-page-type.php:148
|
2840 |
msgid "Top Level Page (no parent)"
|
2841 |
msgstr "Ylätason sivu (sivu, jolla ei ole vanhempia)"
|
2842 |
|
2843 |
+
#: includes/locations/class-acf-location-page-type.php:149
|
2844 |
msgid "Parent Page (has children)"
|
2845 |
msgstr "Vanhempi sivu (sivu, jolla on alasivuja)"
|
2846 |
|
2847 |
+
#: includes/locations/class-acf-location-page-type.php:150
|
2848 |
msgid "Child Page (has parent)"
|
2849 |
+
msgstr "Lapsisivu (sivu, jolla on vanhempi)"
|
2850 |
|
2851 |
#: includes/locations/class-acf-location-post-category.php:27
|
2852 |
msgid "Post Category"
|
2868 |
msgid "Post Template"
|
2869 |
msgstr "Sivupohja"
|
2870 |
|
2871 |
+
#: includes/locations/class-acf-location-user-form.php:22
|
|
|
|
|
|
|
|
|
2872 |
msgid "User Form"
|
2873 |
msgstr "Käyttäjälomake"
|
2874 |
|
2875 |
+
#: includes/locations/class-acf-location-user-form.php:74
|
2876 |
msgid "Add / Edit"
|
2877 |
msgstr "Lisää / Muokkaa"
|
2878 |
|
2879 |
+
#: includes/locations/class-acf-location-user-form.php:75
|
2880 |
msgid "Register"
|
2881 |
msgstr "Rekisteröi"
|
2882 |
|
2883 |
+
#: includes/locations/class-acf-location-user-role.php:22
|
2884 |
msgid "User Role"
|
2885 |
msgstr "Käyttäjän rooli"
|
2886 |
|
2888 |
msgid "Widget"
|
2889 |
msgstr "Vimpain"
|
2890 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2891 |
#: includes/validation.php:364
|
2892 |
#, php-format
|
2893 |
msgid "%s value is required"
|
2896 |
#. Plugin Name of the plugin/theme
|
2897 |
#: pro/acf-pro.php:28
|
2898 |
msgid "Advanced Custom Fields PRO"
|
2899 |
+
msgstr "Advanced Custom Fields PRO"
|
2900 |
|
2901 |
+
#: pro/admin/admin-options-page.php:198
|
2902 |
msgid "Publish"
|
2903 |
msgstr "Julkaistu"
|
2904 |
|
2905 |
+
#: pro/admin/admin-options-page.php:204
|
2906 |
#, php-format
|
2907 |
msgid ""
|
2908 |
"No Custom Field Groups found for this options page. <a href=\"%s\">Create a "
|
2911 |
"Yhtään lisäkenttäryhmää ei löytynyt tälle asetussivulle. <a href=\"%s\">Luo "
|
2912 |
"lisäkenttäryhmä</a>"
|
2913 |
|
2914 |
+
#: pro/admin/admin-updates.php:49
|
2915 |
msgid "<b>Error</b>. Could not connect to update server"
|
2916 |
msgstr "<b>Virhe</b>. Ei voitu yhdistää päivityspalvelimeen"
|
2917 |
|
2918 |
+
#: pro/admin/admin-updates.php:118 pro/admin/views/html-settings-updates.php:13
|
|
|
2919 |
msgid "Updates"
|
2920 |
msgstr "Päivitykset"
|
2921 |
|
2922 |
+
#: pro/admin/admin-updates.php:191
|
2923 |
+
msgid ""
|
2924 |
+
"<b>Error</b>. Could not authenticate update package. Please check again or "
|
2925 |
+
"deactivate and reactivate your ACF PRO license."
|
2926 |
+
msgstr ""
|
2927 |
+
"<b>Virhe</b>. Päivityspakettia ei voitu todentaa. Tarkista uudelleen tai "
|
2928 |
+
"poista käytöstä ACF PRO -lisenssi ja aktivoi se uudelleen."
|
2929 |
+
|
2930 |
#: pro/admin/views/html-settings-updates.php:7
|
2931 |
msgid "Deactivate License"
|
2932 |
+
msgstr "Poista lisenssi käytöstä"
|
2933 |
|
2934 |
#: pro/admin/views/html-settings-updates.php:7
|
2935 |
msgid "Activate License"
|
2946 |
"licence key, please see <a href=\"%s\" target=\"_blank\">details & pricing</"
|
2947 |
"a>."
|
2948 |
msgstr ""
|
2949 |
+
"Ottaaksesi käyttöön päivitykset, syötä alle lisenssiavaimesi. Jos sinulla ei "
|
2950 |
+
"ole lisenssiavainta, katso <a href=\"%s\" target=\"_blank\">tarkemmat tiedot "
|
2951 |
+
"ja hinnoittelu</a>."
|
2952 |
|
2953 |
#: pro/admin/views/html-settings-updates.php:29
|
2954 |
msgid "License Key"
|
2968 |
|
2969 |
#: pro/admin/views/html-settings-updates.php:84
|
2970 |
msgid "Update Available"
|
2971 |
+
msgstr "Päivitys saatavilla"
|
2972 |
|
2973 |
#: pro/admin/views/html-settings-updates.php:92
|
2974 |
msgid "Update Plugin"
|
2986 |
msgid "Upgrade Notice"
|
2987 |
msgstr "Päivitys Ilmoitus"
|
2988 |
|
2989 |
+
#: pro/blocks.php:36
|
2990 |
+
msgid "Block type name is required."
|
2991 |
+
msgstr "Lohkotyypin nimi on pakollinen."
|
2992 |
+
|
2993 |
+
#: pro/blocks.php:43
|
2994 |
+
#, php-format
|
2995 |
+
msgid "Block type \"%s\" is already registered."
|
2996 |
+
msgstr "Lohkotyyppi \"%s\" on jo rekisteröity."
|
2997 |
+
|
2998 |
+
#: pro/blocks.php:393
|
2999 |
+
msgid "Switch to Edit"
|
3000 |
+
msgstr "Siirry muokkaamaan"
|
3001 |
+
|
3002 |
+
#: pro/blocks.php:394
|
3003 |
+
msgid "Switch to Preview"
|
3004 |
+
msgstr "Siirry esikatseluun"
|
3005 |
+
|
3006 |
+
#: pro/blocks.php:397
|
3007 |
+
#, php-format
|
3008 |
+
msgid "%s settings"
|
3009 |
+
msgstr "%s asetusta"
|
3010 |
+
|
3011 |
#: pro/fields/class-acf-field-clone.php:25
|
3012 |
msgctxt "noun"
|
3013 |
msgid "Clone"
|
3014 |
msgstr "Klooni"
|
3015 |
|
3016 |
+
#: pro/fields/class-acf-field-clone.php:812
|
3017 |
msgid "Select one or more fields you wish to clone"
|
3018 |
+
msgstr "Valitse kentät, jotka haluat kopioida"
|
3019 |
|
3020 |
+
#: pro/fields/class-acf-field-clone.php:829
|
3021 |
msgid "Display"
|
3022 |
msgstr "Näytä"
|
3023 |
|
3024 |
+
#: pro/fields/class-acf-field-clone.php:830
|
3025 |
msgid "Specify the style used to render the clone field"
|
3026 |
msgstr "Määritä tyyli, jota käytetään kloonikentän luomisessa"
|
3027 |
|
3028 |
+
#: pro/fields/class-acf-field-clone.php:835
|
3029 |
msgid "Group (displays selected fields in a group within this field)"
|
3030 |
msgstr "Ryhmä (valitut kentät näytetään ryhmänä tämän klooni-kentän sisällä)"
|
3031 |
|
3032 |
+
#: pro/fields/class-acf-field-clone.php:836
|
3033 |
msgid "Seamless (replaces this field with selected fields)"
|
3034 |
msgstr "Saumaton (korvaa tämä klooni-kenttä valituilla kentillä)"
|
3035 |
|
3036 |
+
#: pro/fields/class-acf-field-clone.php:857
|
3037 |
#, php-format
|
3038 |
msgid "Labels will be displayed as %s"
|
3039 |
+
msgstr "Kentän nimiö näytetään seuraavassa muodossa: %s"
|
3040 |
|
3041 |
+
#: pro/fields/class-acf-field-clone.php:860
|
3042 |
msgid "Prefix Field Labels"
|
3043 |
msgstr "Kentän nimiön etuliite"
|
3044 |
|
3045 |
+
#: pro/fields/class-acf-field-clone.php:871
|
3046 |
#, php-format
|
3047 |
msgid "Values will be saved as %s"
|
3048 |
msgstr "Arvot tallennetaan muodossa: %s"
|
3049 |
|
3050 |
+
#: pro/fields/class-acf-field-clone.php:874
|
3051 |
msgid "Prefix Field Names"
|
3052 |
msgstr "Kentän nimen etuliite"
|
3053 |
|
3054 |
+
#: pro/fields/class-acf-field-clone.php:992
|
3055 |
msgid "Unknown field"
|
3056 |
msgstr "Tuntematon kenttä"
|
3057 |
|
3058 |
+
#: pro/fields/class-acf-field-clone.php:1031
|
3059 |
msgid "Unknown field group"
|
3060 |
msgstr "Tuntematon kenttäryhmä"
|
3061 |
|
3062 |
+
#: pro/fields/class-acf-field-clone.php:1035
|
3063 |
#, php-format
|
3064 |
msgid "All fields from %s field group"
|
3065 |
msgstr "Kaikki kentät kenttäryhmästä %s"
|
3066 |
|
3067 |
#: pro/fields/class-acf-field-flexible-content.php:31
|
3068 |
+
#: pro/fields/class-acf-field-repeater.php:193
|
3069 |
+
#: pro/fields/class-acf-field-repeater.php:468
|
3070 |
msgid "Add Row"
|
3071 |
msgstr "Lisää rivi"
|
3072 |
|
3073 |
+
#: pro/fields/class-acf-field-flexible-content.php:73
|
3074 |
+
#: pro/fields/class-acf-field-flexible-content.php:924
|
3075 |
+
#: pro/fields/class-acf-field-flexible-content.php:1006
|
3076 |
msgid "layout"
|
3077 |
+
msgid_plural "layouts"
|
3078 |
+
msgstr[0] "asettelu"
|
3079 |
+
msgstr[1] "asettelut"
|
3080 |
|
3081 |
+
#: pro/fields/class-acf-field-flexible-content.php:74
|
3082 |
msgid "layouts"
|
3083 |
msgstr "asettelua"
|
3084 |
|
3085 |
+
#: pro/fields/class-acf-field-flexible-content.php:77
|
3086 |
+
#: pro/fields/class-acf-field-flexible-content.php:923
|
3087 |
+
#: pro/fields/class-acf-field-flexible-content.php:1005
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3088 |
msgid "This field requires at least {min} {label} {identifier}"
|
3089 |
msgstr "Tämä kenttä vaatii vähintään {min} {label} {identifier}"
|
3090 |
|
3091 |
+
#: pro/fields/class-acf-field-flexible-content.php:78
|
3092 |
+
msgid "This field has a limit of {max} {label} {identifier}"
|
3093 |
+
msgstr "Tämän kentän yläraja on {max} {label} {identifier}"
|
3094 |
|
3095 |
+
#: pro/fields/class-acf-field-flexible-content.php:81
|
3096 |
msgid "{available} {label} {identifier} available (max {max})"
|
3097 |
msgstr "{available} {label} {identifier} saatavilla (max {max})"
|
3098 |
|
3099 |
+
#: pro/fields/class-acf-field-flexible-content.php:82
|
3100 |
msgid "{required} {label} {identifier} required (min {min})"
|
3101 |
msgstr "{required} {label} {identifier} vaadittu (min {min})"
|
3102 |
|
3103 |
+
#: pro/fields/class-acf-field-flexible-content.php:85
|
3104 |
msgid "Flexible Content requires at least 1 layout"
|
3105 |
msgstr "Vaaditaan vähintään yksi asettelu"
|
3106 |
|
3107 |
+
#: pro/fields/class-acf-field-flexible-content.php:287
|
3108 |
#, php-format
|
3109 |
msgid "Click the \"%s\" button below to start creating your layout"
|
3110 |
msgstr "Klikkaa ”%s” -painiketta luodaksesi oman asettelun"
|
3111 |
|
3112 |
+
#: pro/fields/class-acf-field-flexible-content.php:413
|
3113 |
msgid "Add layout"
|
3114 |
msgstr "Lisää asettelu"
|
3115 |
|
3116 |
+
#: pro/fields/class-acf-field-flexible-content.php:414
|
3117 |
msgid "Remove layout"
|
3118 |
msgstr "Poista asettelu"
|
3119 |
|
3120 |
+
#: pro/fields/class-acf-field-flexible-content.php:415
|
3121 |
+
#: pro/fields/class-acf-field-repeater.php:301
|
3122 |
msgid "Click to toggle"
|
3123 |
msgstr "Piilota/Näytä"
|
3124 |
|
3125 |
+
#: pro/fields/class-acf-field-flexible-content.php:555
|
3126 |
msgid "Reorder Layout"
|
3127 |
msgstr "Järjestä asettelu uudelleen"
|
3128 |
|
3129 |
+
#: pro/fields/class-acf-field-flexible-content.php:555
|
3130 |
msgid "Reorder"
|
3131 |
msgstr "Järjestä uudelleen"
|
3132 |
|
3133 |
+
#: pro/fields/class-acf-field-flexible-content.php:556
|
3134 |
msgid "Delete Layout"
|
3135 |
msgstr "Poista asettelu"
|
3136 |
|
3137 |
+
#: pro/fields/class-acf-field-flexible-content.php:557
|
3138 |
msgid "Duplicate Layout"
|
3139 |
msgstr "Monista asettelu"
|
3140 |
|
3141 |
+
#: pro/fields/class-acf-field-flexible-content.php:558
|
3142 |
msgid "Add New Layout"
|
3143 |
msgstr "Lisää uusi asettelu"
|
3144 |
|
3145 |
+
#: pro/fields/class-acf-field-flexible-content.php:629
|
3146 |
msgid "Min"
|
3147 |
msgstr "Min"
|
3148 |
|
3149 |
+
#: pro/fields/class-acf-field-flexible-content.php:642
|
3150 |
msgid "Max"
|
3151 |
+
msgstr "Max"
|
3152 |
|
3153 |
+
#: pro/fields/class-acf-field-flexible-content.php:669
|
3154 |
+
#: pro/fields/class-acf-field-repeater.php:464
|
3155 |
msgid "Button Label"
|
3156 |
msgstr "Painikkeen teksti"
|
3157 |
|
3158 |
+
#: pro/fields/class-acf-field-flexible-content.php:678
|
3159 |
msgid "Minimum Layouts"
|
3160 |
msgstr "Asetteluita vähintään"
|
3161 |
|
3162 |
+
#: pro/fields/class-acf-field-flexible-content.php:687
|
3163 |
msgid "Maximum Layouts"
|
3164 |
msgstr "Asetteluita enintään"
|
3165 |
|
3166 |
+
#: pro/fields/class-acf-field-gallery.php:73
|
3167 |
msgid "Add Image to Gallery"
|
3168 |
msgstr "Lisää kuva galleriaan"
|
3169 |
|
3170 |
+
#: pro/fields/class-acf-field-gallery.php:74
|
3171 |
msgid "Maximum selection reached"
|
3172 |
msgstr "Et voi valita enempää kuvia"
|
3173 |
|
3174 |
+
#: pro/fields/class-acf-field-gallery.php:322
|
3175 |
msgid "Length"
|
3176 |
msgstr "Pituus"
|
3177 |
|
3178 |
+
#: pro/fields/class-acf-field-gallery.php:362
|
3179 |
msgid "Caption"
|
3180 |
msgstr "Kuvateksti"
|
3181 |
|
3182 |
+
#: pro/fields/class-acf-field-gallery.php:371
|
3183 |
msgid "Alt Text"
|
3184 |
msgstr "Vaihtoehtoinen teksti"
|
3185 |
|
3186 |
+
#: pro/fields/class-acf-field-gallery.php:487
|
3187 |
msgid "Add to gallery"
|
3188 |
msgstr "Lisää galleriaan"
|
3189 |
|
3190 |
+
#: pro/fields/class-acf-field-gallery.php:491
|
3191 |
msgid "Bulk actions"
|
3192 |
msgstr "Massatoiminnot"
|
3193 |
|
3194 |
+
#: pro/fields/class-acf-field-gallery.php:492
|
3195 |
msgid "Sort by date uploaded"
|
3196 |
msgstr "Lajittele latauksen päivämäärän mukaan"
|
3197 |
|
3198 |
+
#: pro/fields/class-acf-field-gallery.php:493
|
3199 |
msgid "Sort by date modified"
|
3200 |
msgstr "Lajittele viimeisimmän muokkauksen päivämäärän mukaan"
|
3201 |
|
3202 |
+
#: pro/fields/class-acf-field-gallery.php:494
|
3203 |
msgid "Sort by title"
|
3204 |
msgstr "Lajittele otsikon mukaan"
|
3205 |
|
3206 |
+
#: pro/fields/class-acf-field-gallery.php:495
|
3207 |
msgid "Reverse current order"
|
3208 |
msgstr "Käännän nykyinen järjestys"
|
3209 |
|
3210 |
+
#: pro/fields/class-acf-field-gallery.php:507
|
3211 |
msgid "Close"
|
3212 |
msgstr "Sulje"
|
3213 |
|
3214 |
+
#: pro/fields/class-acf-field-gallery.php:580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3215 |
msgid "Insert"
|
3216 |
msgstr "Lisää"
|
3217 |
|
3218 |
+
#: pro/fields/class-acf-field-gallery.php:581
|
3219 |
msgid "Specify where new attachments are added"
|
3220 |
msgstr "Määritä mihin uudet liitteet lisätään"
|
3221 |
|
3222 |
+
#: pro/fields/class-acf-field-gallery.php:585
|
3223 |
msgid "Append to the end"
|
3224 |
msgstr "Lisää loppuun"
|
3225 |
|
3226 |
+
#: pro/fields/class-acf-field-gallery.php:586
|
3227 |
msgid "Prepend to the beginning"
|
3228 |
msgstr "Lisää alkuun"
|
3229 |
|
3230 |
+
#: pro/fields/class-acf-field-gallery.php:605
|
3231 |
+
msgid "Minimum Selection"
|
3232 |
+
msgstr "Pienin määrä kuvia"
|
3233 |
+
|
3234 |
+
#: pro/fields/class-acf-field-gallery.php:613
|
3235 |
+
msgid "Maximum Selection"
|
3236 |
+
msgstr "Suurin määrä kuvia"
|
3237 |
+
|
3238 |
+
#: pro/fields/class-acf-field-repeater.php:65
|
3239 |
+
#: pro/fields/class-acf-field-repeater.php:661
|
3240 |
msgid "Minimum rows reached ({min} rows)"
|
3241 |
msgstr "Pienin määrä rivejä saavutettu ({min} riviä)"
|
3242 |
|
3243 |
+
#: pro/fields/class-acf-field-repeater.php:66
|
3244 |
msgid "Maximum rows reached ({max} rows)"
|
3245 |
msgstr "Suurin määrä rivejä saavutettu ({max} riviä)"
|
3246 |
|
3247 |
+
#: pro/fields/class-acf-field-repeater.php:338
|
3248 |
msgid "Add row"
|
3249 |
msgstr "Lisää rivi"
|
3250 |
|
3251 |
+
#: pro/fields/class-acf-field-repeater.php:339
|
3252 |
msgid "Remove row"
|
3253 |
msgstr "Poista rivi"
|
3254 |
|
3255 |
+
#: pro/fields/class-acf-field-repeater.php:417
|
3256 |
msgid "Collapsed"
|
3257 |
msgstr "Piilotettu"
|
3258 |
|
3259 |
+
#: pro/fields/class-acf-field-repeater.php:418
|
3260 |
msgid "Select a sub field to show when row is collapsed"
|
3261 |
msgstr "Valitse alakenttä, joka näytetään, kun rivi on piilotettu"
|
3262 |
|
3263 |
+
#: pro/fields/class-acf-field-repeater.php:428
|
3264 |
msgid "Minimum Rows"
|
3265 |
msgstr "Pienin määrä rivejä"
|
3266 |
|
3267 |
+
#: pro/fields/class-acf-field-repeater.php:438
|
3268 |
msgid "Maximum Rows"
|
3269 |
msgstr "Suurin määrä rivejä"
|
3270 |
|
3271 |
#: pro/locations/class-acf-location-options-page.php:79
|
3272 |
msgid "No options pages exist"
|
3273 |
+
msgstr "Yhtään asetussivua ei ole olemassa"
|
3274 |
|
3275 |
#: pro/options-page.php:51
|
3276 |
msgid "Options"
|
3288 |
"\">details & pricing</a>."
|
3289 |
msgstr ""
|
3290 |
"Ottaaksesi käyttöön päivitykset, ole hyvä ja syötä lisenssiavaimesi <a href="
|
3291 |
+
"\"%s\">Päivitykset</a> -sivulle. Jos sinulla ei ole lisenssiavainta, katso "
|
3292 |
+
"<a href=\"%s\">tarkemmat tiedot ja hinnoittelu</a>."
|
3293 |
+
|
3294 |
+
#: tests/basic/test-blocks.php:46
|
3295 |
+
msgid "Normal"
|
3296 |
+
msgstr "Normaali"
|
3297 |
+
|
3298 |
+
#: tests/basic/test-blocks.php:47
|
3299 |
+
msgid "Fancy"
|
3300 |
+
msgstr "Hieno"
|
3301 |
|
3302 |
#. Plugin URI of the plugin/theme
|
3303 |
+
#. Author URI of the plugin/theme
|
3304 |
+
msgid "https://www.advancedcustomfields.com"
|
3305 |
+
msgstr "http://www.advancedcustomfields.com"
|
3306 |
|
3307 |
#. Author of the plugin/theme
|
3308 |
msgid "Elliot Condon"
|
3309 |
msgstr "Elliot Condon"
|
3310 |
|
3311 |
+
#~ msgid "Parent fields"
|
3312 |
+
#~ msgstr "Yläkentät"
|
3313 |
+
|
3314 |
+
#~ msgid "Sibling fields"
|
3315 |
+
#~ msgstr "Sisaruskentät"
|
3316 |
+
|
3317 |
+
#, php-format
|
3318 |
+
#~ msgid "%s field group duplicated."
|
3319 |
+
#~ msgid_plural "%s field groups duplicated."
|
3320 |
+
#~ msgstr[0] "%s kenttäryhmä monistettu."
|
3321 |
+
#~ msgstr[1] "%s kenttäryhmät monistettu."
|
3322 |
+
|
3323 |
+
#, php-format
|
3324 |
+
#~ msgid "%s field group synchronised."
|
3325 |
+
#~ msgid_plural "%s field groups synchronised."
|
3326 |
+
#~ msgstr[0] "%s kenttäryhmä synkronoitu."
|
3327 |
+
#~ msgstr[1] "%s kenttäryhmät synkronoitu."
|
3328 |
+
|
3329 |
+
#~ msgid "Error validating request"
|
3330 |
+
#~ msgstr "Virhe pyynnön käsittelyssä"
|
3331 |
+
|
3332 |
+
#~ msgid "Add-ons"
|
3333 |
+
#~ msgstr "Lisäosat"
|
3334 |
+
|
3335 |
+
#~ msgid "<b>Error</b>. Could not load add-ons list"
|
3336 |
+
#~ msgstr "<b>Virhe</b>. Lisäosa luetteloa ei voitu ladata"
|
3337 |
+
|
3338 |
+
#~ msgid "Advanced Custom Fields Database Upgrade"
|
3339 |
+
#~ msgstr "Advanced Custom Fields -tietokantapäivitys"
|
3340 |
+
|
3341 |
+
#~ msgid ""
|
3342 |
+
#~ "Before you start using the new awesome features, please update your "
|
3343 |
+
#~ "database to the newest version."
|
3344 |
+
#~ msgstr ""
|
3345 |
+
#~ "Ennen kuin alat käyttämään uusia mahtavia ominaisuuksia, ole hyvä ja "
|
3346 |
+
#~ "päivitä tietokantasi uuteen versioon."
|
3347 |
+
|
3348 |
+
#~ msgid "Download & Install"
|
3349 |
+
#~ msgstr "Lataa ja asenna"
|
3350 |
+
|
3351 |
+
#~ msgid "Installed"
|
3352 |
+
#~ msgstr "Asennettu"
|
3353 |
+
|
3354 |
+
#, php-format
|
3355 |
+
#~ msgid ""
|
3356 |
+
#~ "To help make upgrading easy, <a href=\"%s\">login to your store account</"
|
3357 |
+
#~ "a> and claim a free copy of ACF PRO!"
|
3358 |
+
#~ msgstr ""
|
3359 |
+
#~ "Tehdäksesi päivityksen helpoksi, <a href=\"%s\">kirjaudu kauppaan</a> ja "
|
3360 |
+
#~ "lataa ilmainen kopio ACF PRO:sta!"
|
3361 |
+
|
3362 |
+
#~ msgid "Under the Hood"
|
3363 |
+
#~ msgstr "Konepellin alla"
|
3364 |
+
|
3365 |
+
#~ msgid "Smarter field settings"
|
3366 |
+
#~ msgstr "Älykkäämmät kenttäasetukset"
|
3367 |
+
|
3368 |
+
#~ msgid "ACF now saves its field settings as individual post objects"
|
3369 |
+
#~ msgstr "ACF tallentaa nyt kenttäasetukset yksittäisenä artikkelioliona"
|
3370 |
+
|
3371 |
+
#~ msgid "Better version control"
|
3372 |
+
#~ msgstr "Parempi versionhallinta"
|
3373 |
+
|
3374 |
+
#~ msgid ""
|
3375 |
+
#~ "New auto export to JSON feature allows field settings to be version "
|
3376 |
+
#~ "controlled"
|
3377 |
+
#~ msgstr ""
|
3378 |
+
#~ "Uusi automaattinen JSON-vienti sallii kenttäasetuksia versionhallinnan"
|
3379 |
+
|
3380 |
+
#~ msgid "Swapped XML for JSON"
|
3381 |
+
#~ msgstr "XML vaihdettu JSON:iin"
|
3382 |
+
|
3383 |
+
#~ msgid "Import / Export now uses JSON in favour of XML"
|
3384 |
+
#~ msgstr "Tuonti / Vienti käyttää nyt JSONia XML:n sijaan"
|
3385 |
+
|
3386 |
+
#~ msgid "New Forms"
|
3387 |
+
#~ msgstr "Uudet lomakkeet"
|
3388 |
+
|
3389 |
+
#~ msgid "A new field for embedding content has been added"
|
3390 |
+
#~ msgstr "Lisättiin uusi kenttä sisällön upottamiseen"
|
3391 |
+
|
3392 |
+
#~ msgid "New Gallery"
|
3393 |
+
#~ msgstr "Uusi galleria"
|
3394 |
+
|
3395 |
+
#~ msgid "The gallery field has undergone a much needed facelift"
|
3396 |
+
#~ msgstr "Galleriakenttä on käynyt läpi suuresti tarvitun kasvojenkohotuksen"
|
3397 |
+
|
3398 |
+
#~ msgid "Relationship Field"
|
3399 |
+
#~ msgstr "Suodata artikkeleita -kenttä"
|
3400 |
+
|
3401 |
+
#~ msgid ""
|
3402 |
+
#~ "New Relationship field setting for 'Filters' (Search, Post Type, Taxonomy)"
|
3403 |
+
#~ msgstr ""
|
3404 |
+
#~ "Uudet Suodata artikkeleita -kentän asetukset 'Suodattamille' (Etsi, "
|
3405 |
+
#~ "Artikkelityyppi, Taksonomia)"
|
3406 |
+
|
3407 |
+
#~ msgid "New archives group in page_link field selection"
|
3408 |
+
#~ msgstr "Uusi arkistoryhmä page_link -kentän valintana"
|
3409 |
+
|
3410 |
+
#~ msgid "Better Options Pages"
|
3411 |
+
#~ msgstr "Paremmat asetukset-sivut"
|
3412 |
+
|
3413 |
+
#~ msgid ""
|
3414 |
+
#~ "New functions for options page allow creation of both parent and child "
|
3415 |
+
#~ "menu pages"
|
3416 |
+
#~ msgstr ""
|
3417 |
+
#~ "Uusi toiminnallisuus asetukset-sivulle, joka sallii sekä vanhempi että "
|
3418 |
+
#~ "lapsi menu-sivujen luomisen"
|
3419 |
+
|
3420 |
+
#~ msgid "Export Field Groups to PHP"
|
3421 |
+
#~ msgstr "Vie kenttäryhmä PHP:llä"
|
3422 |
+
|
3423 |
+
#~ msgid "Download export file"
|
3424 |
+
#~ msgstr "Lataa vientitiedosto"
|
3425 |
+
|
3426 |
+
#~ msgid "Generate export code"
|
3427 |
+
#~ msgstr "Generoi vientikoodi"
|
3428 |
+
|
3429 |
+
#~ msgid "Import"
|
3430 |
+
#~ msgstr "Tuo"
|
3431 |
+
|
3432 |
+
#~ msgid "Locating"
|
3433 |
+
#~ msgstr "Paikannus"
|
3434 |
+
|
3435 |
+
#~ msgid "Shown when entering data"
|
3436 |
+
#~ msgstr "Näytetään muokkausnäkymässä"
|
3437 |
+
|
3438 |
+
#~ msgid "Error."
|
3439 |
+
#~ msgstr "Virhe."
|
3440 |
+
|
3441 |
+
#~ msgid "No embed found for the given URL."
|
3442 |
+
#~ msgstr "Upotettavaa ei löytynyt annetusta URL-osoitteesta."
|
3443 |
+
|
3444 |
+
#~ msgid "Minimum values reached ( {min} values )"
|
3445 |
+
#~ msgstr "Pienin määrä arvoja saavutettu ({min} arvoa)"
|
3446 |
+
|
3447 |
+
#~ msgid ""
|
3448 |
+
#~ "The tab field will display incorrectly when added to a Table style "
|
3449 |
+
#~ "repeater field or flexible content field layout"
|
3450 |
+
#~ msgstr ""
|
3451 |
+
#~ "Välilehtikentän ulkoasu rikkoutuu, jos lisätään taulukko-tyyli toistin "
|
3452 |
+
#~ "kenttä tai joustava sisältö kenttä asettelu"
|
3453 |
+
|
3454 |
+
#~ msgid ""
|
3455 |
+
#~ "Use \"Tab Fields\" to better organize your edit screen by grouping fields "
|
3456 |
+
#~ "together."
|
3457 |
+
#~ msgstr ""
|
3458 |
+
#~ "Ryhmittele kenttiä käyttämällä ”välilehtikenttiä”. Näin saat selkeämmän "
|
3459 |
+
#~ "muokkausnäkymän."
|
3460 |
+
|
3461 |
+
#~ msgid ""
|
3462 |
+
#~ "All fields following this \"tab field\" (or until another \"tab field\" "
|
3463 |
+
#~ "is defined) will be grouped together using this field's label as the tab "
|
3464 |
+
#~ "heading."
|
3465 |
+
#~ msgstr ""
|
3466 |
+
#~ "Kaikki kentät, jotka seuraavat tätä \"välilehtikenttää\" (tai kunnes "
|
3467 |
+
#~ "toinen \"välilehtikenttä\" määritellään) ryhmitellään yhteen ja "
|
3468 |
+
#~ "välilehden otsikoksi tulee tämän kentän nimiö."
|
3469 |
+
|
3470 |
+
#~ msgid "None"
|
3471 |
+
#~ msgstr "Ei mitään"
|
3472 |
+
|
3473 |
+
#~ msgid "Taxonomy Term"
|
3474 |
+
#~ msgstr "Taksonomian ehto"
|
3475 |
+
|
3476 |
+
#~ msgid "remove {layout}?"
|
3477 |
+
#~ msgstr "poista {layout}?"
|
3478 |
+
|
3479 |
+
#~ msgid "This field requires at least {min} {identifier}"
|
3480 |
+
#~ msgstr "Tämä kenttä vaatii vähintään {min} {identifier}"
|
3481 |
+
|
3482 |
+
#~ msgid "Maximum {label} limit reached ({max} {identifier})"
|
3483 |
+
#~ msgstr "Maksimi {label} saavutettu ({max} {identifier})"
|
3484 |
+
|
3485 |
+
#~ msgid "http://www.elliotcondon.com/"
|
3486 |
+
#~ msgstr "http://www.elliotcondon.com/"
|
3487 |
|
3488 |
#~ msgid "Disabled"
|
3489 |
#~ msgstr "Poistettu käytöstä"
|
3517 |
#~ msgid "Created by"
|
3518 |
#~ msgstr "Tekijä"
|
3519 |
|
|
|
|
|
|
|
3520 |
#~ msgid "Error"
|
3521 |
#~ msgstr "Virhe"
|
3522 |
|
3615 |
#~ msgid "Show Field Keys"
|
3616 |
#~ msgstr "Näytä kenttäavain"
|
3617 |
|
|
|
|
|
|
|
3618 |
#~ msgid "Field groups are created in order from lowest to highest"
|
3619 |
#~ msgstr ""
|
3620 |
#~ "Kenttäryhmät luodaan järjestyksessä alkaen pienimmästä järjestysnumerosta"
|
lang/acf-fr_FR.mo
CHANGED
Binary file
|
lang/acf-fr_FR.po
CHANGED
@@ -2,9 +2,9 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Advanced Custom Fields Pro v5.8.5\n"
|
4 |
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Français\n"
|
9 |
"Language: fr_FR\n"
|
10 |
"MIME-Version: 1.0\n"
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
19 |
"X-Poedit-Basepath: ..\n"
|
20 |
"X-Poedit-WPHeader: acf.php\n"
|
21 |
"X-Textdomain-Support: yes\n"
|
22 |
-
"X-Loco-Version: 2.3.
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
25 |
|
@@ -29,109 +29,109 @@ msgid "Advanced Custom Fields"
|
|
29 |
msgstr "Advanced Custom Fields"
|
30 |
|
31 |
# @ acf
|
32 |
-
#: acf.php:
|
33 |
msgid "Field Groups"
|
34 |
msgstr "Groupes de champs"
|
35 |
|
36 |
# @ acf
|
37 |
-
#: acf.php:
|
38 |
msgid "Field Group"
|
39 |
msgstr "Groupe de champs"
|
40 |
|
41 |
# @ acf
|
42 |
-
#: acf.php:
|
43 |
#: pro/fields/class-acf-field-flexible-content.php:558
|
44 |
msgid "Add New"
|
45 |
msgstr "Ajouter"
|
46 |
|
47 |
# @ acf
|
48 |
-
#: acf.php:
|
49 |
msgid "Add New Field Group"
|
50 |
msgstr "Ajouter un nouveau groupe de champs"
|
51 |
|
52 |
# @ acf
|
53 |
-
#: acf.php:
|
54 |
msgid "Edit Field Group"
|
55 |
msgstr "Modifier le groupe de champs"
|
56 |
|
57 |
# @ acf
|
58 |
-
#: acf.php:
|
59 |
msgid "New Field Group"
|
60 |
msgstr "Nouveau groupe de champs"
|
61 |
|
62 |
# @ default
|
63 |
-
#: acf.php:
|
64 |
msgid "View Field Group"
|
65 |
msgstr "Voir le groupe de champs"
|
66 |
|
67 |
# @ default
|
68 |
-
#: acf.php:
|
69 |
msgid "Search Field Groups"
|
70 |
msgstr "Rechercher un groupe de champs"
|
71 |
|
72 |
# @ default
|
73 |
-
#: acf.php:
|
74 |
msgid "No Field Groups found"
|
75 |
msgstr "Aucun groupe de champs trouvé"
|
76 |
|
77 |
# @ default
|
78 |
-
#: acf.php:
|
79 |
msgid "No Field Groups found in Trash"
|
80 |
msgstr "Aucun groupe de champs trouvé dans la corbeille"
|
81 |
|
82 |
# @ acf
|
83 |
-
#: acf.php:
|
84 |
#: includes/admin/admin-field-groups.php:530
|
85 |
#: pro/fields/class-acf-field-clone.php:811
|
86 |
msgid "Fields"
|
87 |
msgstr "Champs"
|
88 |
|
89 |
# @ acf
|
90 |
-
#: acf.php:
|
91 |
msgid "Field"
|
92 |
msgstr "Champ"
|
93 |
|
94 |
# @ acf
|
95 |
-
#: acf.php:
|
96 |
msgid "Add New Field"
|
97 |
msgstr "Ajouter un champ"
|
98 |
|
99 |
# @ acf
|
100 |
-
#: acf.php:
|
101 |
msgid "Edit Field"
|
102 |
msgstr "Modifier le champ"
|
103 |
|
104 |
# @ acf
|
105 |
-
#: acf.php:
|
106 |
msgid "New Field"
|
107 |
msgstr "Nouveau champ"
|
108 |
|
109 |
# @ acf
|
110 |
-
#: acf.php:
|
111 |
msgid "View Field"
|
112 |
msgstr "Voir le champ"
|
113 |
|
114 |
# @ default
|
115 |
-
#: acf.php:
|
116 |
msgid "Search Fields"
|
117 |
msgstr "Rechercher des champs"
|
118 |
|
119 |
# @ default
|
120 |
-
#: acf.php:
|
121 |
msgid "No Fields found"
|
122 |
msgstr "Aucun champ trouvé"
|
123 |
|
124 |
# @ default
|
125 |
-
#: acf.php:
|
126 |
msgid "No Fields found in Trash"
|
127 |
msgstr "Aucun champ trouvé dans la corbeille"
|
128 |
|
129 |
-
#: acf.php:
|
130 |
#: includes/admin/admin-field-groups.php:587
|
131 |
msgid "Inactive"
|
132 |
msgstr "Inactif"
|
133 |
|
134 |
-
#: acf.php:
|
135 |
#, php-format
|
136 |
msgid "Inactive <span class=\"count\">(%s)</span>"
|
137 |
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
@@ -205,7 +205,7 @@ msgstr "Mettre à la corbeille. Êtes-vous sûr ?"
|
|
205 |
|
206 |
#: includes/admin/admin-field-group.php:175
|
207 |
msgid "No toggle fields available"
|
208 |
-
msgstr "Ajoutez d
|
209 |
|
210 |
# @ acf
|
211 |
#: includes/admin/admin-field-group.php:176
|
@@ -252,27 +252,27 @@ msgstr "Identifiants des champs"
|
|
252 |
msgid "Active"
|
253 |
msgstr "Actif"
|
254 |
|
255 |
-
#: includes/admin/admin-field-group.php:
|
256 |
msgid "Move Complete."
|
257 |
msgstr "Déplacement effectué."
|
258 |
|
259 |
-
#: includes/admin/admin-field-group.php:
|
260 |
#, php-format
|
261 |
msgid "The %s field can now be found in the %s field group"
|
262 |
msgstr "Le champ %s a été déplacé dans le groupe %s"
|
263 |
|
264 |
# @ acf
|
265 |
-
#: includes/admin/admin-field-group.php:
|
266 |
msgid "Close Window"
|
267 |
msgstr "Fermer la fenêtre"
|
268 |
|
269 |
# @ acf
|
270 |
-
#: includes/admin/admin-field-group.php:
|
271 |
msgid "Please select the destination for this field"
|
272 |
msgstr "Choisissez la destination de ce champ"
|
273 |
|
274 |
# @ acf
|
275 |
-
#: includes/admin/admin-field-group.php:
|
276 |
msgid "Move Field"
|
277 |
msgstr "Déplacer le champ"
|
278 |
|
@@ -329,8 +329,7 @@ msgstr ""
|
|
329 |
"professionnels."
|
330 |
|
331 |
# @ acf
|
332 |
-
#: includes/admin/admin-field-groups.php:628
|
333 |
-
#: includes/admin/settings-info.php:76
|
334 |
#: pro/admin/views/html-settings-updates.php:107
|
335 |
msgid "Changelog"
|
336 |
msgstr "Améliorations"
|
@@ -380,7 +379,7 @@ msgid "Duplicate"
|
|
380 |
msgstr "Dupliquer"
|
381 |
|
382 |
#: includes/admin/admin-field-groups.php:719
|
383 |
-
#: includes/fields/class-acf-field-google-map.php:
|
384 |
#: includes/fields/class-acf-field-relationship.php:593
|
385 |
msgid "Search"
|
386 |
msgstr "Rechercher"
|
@@ -415,27 +414,27 @@ msgid "Tools"
|
|
415 |
msgstr "Outils"
|
416 |
|
417 |
# @ acf
|
418 |
-
#: includes/admin/admin-upgrade.php:
|
419 |
-
#: includes/admin/admin-upgrade.php:
|
420 |
#: includes/admin/views/html-admin-page-upgrade-network.php:24
|
421 |
#: includes/admin/views/html-admin-page-upgrade.php:26
|
422 |
msgid "Upgrade Database"
|
423 |
msgstr "Mise à niveau de la base de données"
|
424 |
|
425 |
-
#: includes/admin/admin-upgrade.php:
|
426 |
msgid "Review sites & upgrade"
|
427 |
msgstr "Examiner les sites et mettre à niveau"
|
428 |
|
429 |
# @ acf
|
430 |
-
#: includes/admin/admin.php:
|
431 |
msgid "Custom Fields"
|
432 |
msgstr "ACF"
|
433 |
|
434 |
-
#: includes/admin/
|
435 |
msgid "Info"
|
436 |
msgstr "Information"
|
437 |
|
438 |
-
#: includes/admin/
|
439 |
msgid "What's New"
|
440 |
msgstr "Nouveautés"
|
441 |
|
@@ -699,7 +698,7 @@ msgstr "Intitulé"
|
|
699 |
|
700 |
# @ acf
|
701 |
#: includes/admin/views/field-group-fields.php:6
|
702 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
703 |
#: pro/fields/class-acf-field-flexible-content.php:596
|
704 |
msgid "Name"
|
705 |
msgstr "Nom"
|
@@ -928,7 +927,7 @@ msgid ""
|
|
928 |
"Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
|
929 |
msgstr ""
|
930 |
"Mise à niveau de la base de données effectuée. <a href=\"%s\">Retourner au "
|
931 |
-
"panneau d
|
932 |
|
933 |
#: includes/admin/views/html-admin-page-upgrade-network.php:113
|
934 |
msgid "Please select at least one site to upgrade."
|
@@ -950,14 +949,12 @@ msgstr ""
|
|
950 |
msgid "Upgrading data to version %s"
|
951 |
msgstr "Migration des données vers la version %s"
|
952 |
|
953 |
-
#: includes/admin/views/html-admin-page-upgrade-network.php:
|
954 |
msgid "Upgrade complete."
|
955 |
msgstr "Mise à niveau terminée."
|
956 |
|
957 |
-
#: includes/admin/views/html-admin-page-upgrade-network.php:
|
958 |
-
#: includes/admin/views/html-admin-page-upgrade
|
959 |
-
#: includes/admin/views/html-admin-page-upgrade.php:78
|
960 |
-
#: includes/admin/views/html-admin-page-upgrade.php:87
|
961 |
msgid "Upgrade failed."
|
962 |
msgstr "Mise à niveau échouée."
|
963 |
|
@@ -973,7 +970,7 @@ msgstr ""
|
|
973 |
"nouveautés</a>"
|
974 |
|
975 |
# @ acf
|
976 |
-
#: includes/admin/views/html-admin-page-upgrade.php:
|
977 |
#: includes/ajax/class-acf-ajax-upgrade.php:32
|
978 |
msgid "No updates available."
|
979 |
msgstr "Aucune mise à jour disponible."
|
@@ -1017,7 +1014,7 @@ msgstr "Mise à jour de la base de données nécessaire"
|
|
1017 |
#: includes/admin/views/html-notice-upgrade.php:22
|
1018 |
#, php-format
|
1019 |
msgid "Thank you for updating to %s v%s!"
|
1020 |
-
msgstr "Merci d
|
1021 |
|
1022 |
#: includes/admin/views/html-notice-upgrade.php:22
|
1023 |
msgid ""
|
@@ -1034,20 +1031,6 @@ msgstr ""
|
|
1034 |
"Veuillez également vérifier que tous les add-ons premium (%s) sont à jour "
|
1035 |
"avec la dernière version disponible."
|
1036 |
|
1037 |
-
# @ acf
|
1038 |
-
#: includes/admin/views/settings-addons.php:3
|
1039 |
-
msgid "Add-ons"
|
1040 |
-
msgstr "Add-ons"
|
1041 |
-
|
1042 |
-
# @ acf
|
1043 |
-
#: includes/admin/views/settings-addons.php:17
|
1044 |
-
msgid "Download & Install"
|
1045 |
-
msgstr "Télécharger & installer"
|
1046 |
-
|
1047 |
-
#: includes/admin/views/settings-addons.php:36
|
1048 |
-
msgid "Installed"
|
1049 |
-
msgstr "Installé"
|
1050 |
-
|
1051 |
# @ acf
|
1052 |
#: includes/admin/views/settings-info.php:3
|
1053 |
msgid "Welcome to Advanced Custom Fields"
|
@@ -1060,7 +1043,7 @@ msgid ""
|
|
1060 |
"hope you like it."
|
1061 |
msgstr ""
|
1062 |
"Merci d'avoir mis à jour ! ACF %s est plus performant que jamais. Nous "
|
1063 |
-
"espérons que vous l
|
1064 |
|
1065 |
#: includes/admin/views/settings-info.php:15
|
1066 |
msgid "A Smoother Experience"
|
@@ -1146,7 +1129,7 @@ msgid ""
|
|
1146 |
msgstr ""
|
1147 |
"ACF PRO contient de nouvelles super fonctionnalités telles que les champs "
|
1148 |
"répéteurs, les dispositions flexibles, une superbe galerie et la possibilité "
|
1149 |
-
"de créer des pages d
|
1150 |
|
1151 |
#: includes/admin/views/settings-info.php:46
|
1152 |
#, php-format
|
@@ -1213,8 +1196,8 @@ msgid ""
|
|
1213 |
"The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
|
1214 |
"and other content."
|
1215 |
msgstr ""
|
1216 |
-
"Le champ oEmbed vous permet d
|
1217 |
-
"de l
|
1218 |
|
1219 |
#: includes/admin/views/settings-info.php:81
|
1220 |
msgid "Clone Field"
|
@@ -1227,12 +1210,12 @@ msgstr ""
|
|
1227 |
|
1228 |
#: includes/admin/views/settings-info.php:86
|
1229 |
msgid "More AJAX"
|
1230 |
-
msgstr "Plus d
|
1231 |
|
1232 |
#: includes/admin/views/settings-info.php:87
|
1233 |
msgid "More fields use AJAX powered search to speed up page loading."
|
1234 |
msgstr ""
|
1235 |
-
"Encore plus de champs utilisent la recherche via AJAX afin d
|
1236 |
"temps de chargement des pages."
|
1237 |
|
1238 |
#: includes/admin/views/settings-info.php:91
|
@@ -1253,8 +1236,8 @@ msgstr "Import / Export Facile"
|
|
1253 |
#: includes/admin/views/settings-info.php:97
|
1254 |
msgid "Both import and export can easily be done through a new tools page."
|
1255 |
msgstr ""
|
1256 |
-
"Les imports et exports de données d
|
1257 |
-
"via notre nouvelle page d
|
1258 |
|
1259 |
#: includes/admin/views/settings-info.php:101
|
1260 |
msgid "New Form Locations"
|
@@ -1324,7 +1307,7 @@ msgstr "Meilleure validation"
|
|
1324 |
msgid "Form validation is now done via PHP + AJAX in favour of only JS."
|
1325 |
msgstr ""
|
1326 |
"La validation des formulaires est maintenant faite via PHP + AJAX au lieu "
|
1327 |
-
"d
|
1328 |
|
1329 |
# @ acf
|
1330 |
#: includes/admin/views/settings-info.php:131
|
@@ -1346,6 +1329,10 @@ msgstr ""
|
|
1346 |
"Nous pensons que vous allez adorer les nouveautés présentées dans la version "
|
1347 |
"%s."
|
1348 |
|
|
|
|
|
|
|
|
|
1349 |
#: includes/api/api-helpers.php:827
|
1350 |
msgid "Thumbnail"
|
1351 |
msgstr "Miniature"
|
@@ -1381,22 +1368,22 @@ msgstr "L'image ne doit pas dépasser %dpx de largeur."
|
|
1381 |
#: includes/api/api-helpers.php:3591
|
1382 |
#, php-format
|
1383 |
msgid "Image height must be at least %dpx."
|
1384 |
-
msgstr "L
|
1385 |
|
1386 |
#: includes/api/api-helpers.php:3596
|
1387 |
#, php-format
|
1388 |
msgid "Image height must not exceed %dpx."
|
1389 |
-
msgstr "L
|
1390 |
|
1391 |
#: includes/api/api-helpers.php:3614
|
1392 |
#, php-format
|
1393 |
msgid "File size must be at least %s."
|
1394 |
-
msgstr "Le poids de l
|
1395 |
|
1396 |
#: includes/api/api-helpers.php:3619
|
1397 |
#, php-format
|
1398 |
msgid "File size must must not exceed %s."
|
1399 |
-
msgstr "Le poids de l
|
1400 |
|
1401 |
# @ acf
|
1402 |
#: includes/api/api-helpers.php:3653
|
@@ -1404,83 +1391,83 @@ msgstr "Le poids de l'image ne doit pas dépasser %s."
|
|
1404 |
msgid "File type must be %s."
|
1405 |
msgstr "Le type de fichier doit être %s."
|
1406 |
|
1407 |
-
#: includes/assets.php:
|
1408 |
msgid "The changes you made will be lost if you navigate away from this page"
|
1409 |
msgstr "Les modifications seront perdues si vous quittez cette page"
|
1410 |
|
1411 |
-
#: includes/assets.php:
|
1412 |
msgctxt "verb"
|
1413 |
msgid "Select"
|
1414 |
msgstr "Choisir"
|
1415 |
|
1416 |
-
#: includes/assets.php:
|
1417 |
msgctxt "verb"
|
1418 |
msgid "Edit"
|
1419 |
msgstr "Modifier"
|
1420 |
|
1421 |
-
#: includes/assets.php:
|
1422 |
msgctxt "verb"
|
1423 |
msgid "Update"
|
1424 |
msgstr "Mettre à jour"
|
1425 |
|
1426 |
-
#: includes/assets.php:
|
1427 |
msgid "Uploaded to this post"
|
1428 |
msgstr "Liés à cette publication"
|
1429 |
|
1430 |
-
#: includes/assets.php:
|
1431 |
msgid "Expand Details"
|
1432 |
msgstr "Afficher les détails"
|
1433 |
|
1434 |
-
#: includes/assets.php:
|
1435 |
msgid "Collapse Details"
|
1436 |
msgstr "Masquer les détails"
|
1437 |
|
1438 |
-
#: includes/assets.php:
|
1439 |
msgid "Restricted"
|
1440 |
msgstr "Limité"
|
1441 |
|
1442 |
# @ acf
|
1443 |
-
#: includes/assets.php:
|
1444 |
msgid "All images"
|
1445 |
msgstr "Toutes les images"
|
1446 |
|
1447 |
-
#: includes/assets.php:
|
1448 |
msgid "Validation successful"
|
1449 |
msgstr "Validé avec succès"
|
1450 |
|
1451 |
-
#: includes/assets.php:
|
1452 |
#: includes/validation.php:296
|
1453 |
msgid "Validation failed"
|
1454 |
msgstr "Échec de la validation"
|
1455 |
|
1456 |
-
#: includes/assets.php:
|
1457 |
msgid "1 field requires attention"
|
1458 |
msgstr "1 champ requiert votre attention"
|
1459 |
|
1460 |
-
#: includes/assets.php:
|
1461 |
#, php-format
|
1462 |
msgid "%d fields require attention"
|
1463 |
msgstr "%d champs requièrent votre attention"
|
1464 |
|
1465 |
# @ acf
|
1466 |
-
#: includes/assets.php:
|
1467 |
msgid "Are you sure?"
|
1468 |
msgstr "Confirmez-vous cette action ?"
|
1469 |
|
1470 |
-
#: includes/assets.php:
|
1471 |
#: includes/fields/class-acf-field-true_false.php:159
|
1472 |
#: pro/admin/views/html-settings-updates.php:89
|
1473 |
msgid "Yes"
|
1474 |
msgstr "Oui"
|
1475 |
|
1476 |
-
#: includes/assets.php:
|
1477 |
#: includes/fields/class-acf-field-true_false.php:174
|
1478 |
#: pro/admin/views/html-settings-updates.php:99
|
1479 |
msgid "No"
|
1480 |
msgstr "Non"
|
1481 |
|
1482 |
# @ acf
|
1483 |
-
#: includes/assets.php:
|
1484 |
#: includes/fields/class-acf-field-image.php:140
|
1485 |
#: includes/fields/class-acf-field-link.php:140
|
1486 |
#: pro/fields/class-acf-field-gallery.php:338
|
@@ -1488,52 +1475,52 @@ msgstr "Non"
|
|
1488 |
msgid "Remove"
|
1489 |
msgstr "Enlever"
|
1490 |
|
1491 |
-
#: includes/assets.php:
|
1492 |
msgid "Cancel"
|
1493 |
msgstr "Annuler"
|
1494 |
|
1495 |
-
#: includes/assets.php:
|
1496 |
msgid "Has any value"
|
1497 |
msgstr "A n'importe quelle valeur"
|
1498 |
|
1499 |
-
#: includes/assets.php:
|
1500 |
msgid "Has no value"
|
1501 |
msgstr "N'a pas de valeur"
|
1502 |
|
1503 |
-
#: includes/assets.php:
|
1504 |
msgid "Value is equal to"
|
1505 |
msgstr "La valeur est égale à"
|
1506 |
|
1507 |
-
#: includes/assets.php:
|
1508 |
msgid "Value is not equal to"
|
1509 |
msgstr "La valeur est différente de"
|
1510 |
|
1511 |
-
#: includes/assets.php:
|
1512 |
msgid "Value matches pattern"
|
1513 |
msgstr "La valeur correspond au modèle"
|
1514 |
|
1515 |
-
#: includes/assets.php:
|
1516 |
msgid "Value contains"
|
1517 |
msgstr "La valeur contient"
|
1518 |
|
1519 |
-
#: includes/assets.php:
|
1520 |
msgid "Value is greater than"
|
1521 |
msgstr "La valeur est supérieure à"
|
1522 |
|
1523 |
-
#: includes/assets.php:
|
1524 |
msgid "Value is less than"
|
1525 |
msgstr "La valeur est inférieure à"
|
1526 |
|
1527 |
-
#: includes/assets.php:
|
1528 |
msgid "Selection is greater than"
|
1529 |
msgstr "La sélection est supérieure à"
|
1530 |
|
1531 |
-
#: includes/assets.php:
|
1532 |
msgid "Selection is less than"
|
1533 |
msgstr "La sélection est inférieure à"
|
1534 |
|
1535 |
# @ acf
|
1536 |
-
#: includes/assets.php:
|
1537 |
#: pro/admin/admin-options-page.php:325
|
1538 |
msgid "Edit field group"
|
1539 |
msgstr "Modifier le groupe de champs"
|
@@ -1591,7 +1578,7 @@ msgstr "Ouvert"
|
|
1591 |
|
1592 |
#: includes/fields/class-acf-field-accordion.php:100
|
1593 |
msgid "Display this accordion as open on page load."
|
1594 |
-
msgstr "Ouvrir l
|
1595 |
|
1596 |
#: includes/fields/class-acf-field-accordion.php:109
|
1597 |
msgid "Multi-expand"
|
@@ -1611,7 +1598,7 @@ msgid ""
|
|
1611 |
"Define an endpoint for the previous accordion to stop. This accordion will "
|
1612 |
"not be visible."
|
1613 |
msgstr ""
|
1614 |
-
"Définir un point de terminaison pour arrêter l
|
1615 |
"sera pas visible."
|
1616 |
|
1617 |
#: includes/fields/class-acf-field-button-group.php:24
|
@@ -1655,8 +1642,8 @@ msgstr "rouge : Rouge"
|
|
1655 |
#: includes/fields/class-acf-field-post_object.php:411
|
1656 |
#: includes/fields/class-acf-field-radio.php:244
|
1657 |
#: includes/fields/class-acf-field-select.php:382
|
1658 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
1659 |
-
#: includes/fields/class-acf-field-user.php:
|
1660 |
msgid "Allow Null?"
|
1661 |
msgstr "Autoriser une valeur vide ?"
|
1662 |
|
@@ -1667,7 +1654,7 @@ msgstr "Autoriser une valeur vide ?"
|
|
1667 |
#: includes/fields/class-acf-field-email.php:118
|
1668 |
#: includes/fields/class-acf-field-number.php:127
|
1669 |
#: includes/fields/class-acf-field-radio.php:281
|
1670 |
-
#: includes/fields/class-acf-field-range.php:
|
1671 |
#: includes/fields/class-acf-field-select.php:373
|
1672 |
#: includes/fields/class-acf-field-text.php:95
|
1673 |
#: includes/fields/class-acf-field-textarea.php:102
|
@@ -1681,13 +1668,13 @@ msgstr "Valeur par défaut"
|
|
1681 |
#: includes/fields/class-acf-field-email.php:119
|
1682 |
#: includes/fields/class-acf-field-number.php:128
|
1683 |
#: includes/fields/class-acf-field-radio.php:282
|
1684 |
-
#: includes/fields/class-acf-field-range.php:
|
1685 |
#: includes/fields/class-acf-field-text.php:96
|
1686 |
#: includes/fields/class-acf-field-textarea.php:103
|
1687 |
#: includes/fields/class-acf-field-url.php:101
|
1688 |
#: includes/fields/class-acf-field-wysiwyg.php:382
|
1689 |
msgid "Appears when creating a new post"
|
1690 |
-
msgstr "Valeur affichée à la création d
|
1691 |
|
1692 |
#: includes/fields/class-acf-field-button-group.php:183
|
1693 |
#: includes/fields/class-acf-field-checkbox.php:396
|
@@ -1707,7 +1694,7 @@ msgstr "Vertical"
|
|
1707 |
#: includes/fields/class-acf-field-file.php:215
|
1708 |
#: includes/fields/class-acf-field-link.php:166
|
1709 |
#: includes/fields/class-acf-field-radio.php:304
|
1710 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
1711 |
msgid "Return Value"
|
1712 |
msgstr "Valeur affichée dans le template"
|
1713 |
|
@@ -1735,7 +1722,7 @@ msgstr "Les deux (tableau)"
|
|
1735 |
|
1736 |
# @ acf
|
1737 |
#: includes/fields/class-acf-field-checkbox.php:25
|
1738 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
1739 |
msgid "Checkbox"
|
1740 |
msgstr "Case à cocher"
|
1741 |
|
@@ -1779,7 +1766,7 @@ msgstr "Ajouter une case à cocher au début pour intervertir tous les choix"
|
|
1779 |
# @ acf
|
1780 |
#: includes/fields/class-acf-field-color_picker.php:25
|
1781 |
msgid "Color Picker"
|
1782 |
-
msgstr "
|
1783 |
|
1784 |
#: includes/fields/class-acf-field-color_picker.php:68
|
1785 |
msgid "Clear"
|
@@ -1869,7 +1856,7 @@ msgstr "Le format enregistré"
|
|
1869 |
#: includes/fields/class-acf-field-relationship.php:634
|
1870 |
#: includes/fields/class-acf-field-select.php:427
|
1871 |
#: includes/fields/class-acf-field-time_picker.php:124
|
1872 |
-
#: includes/fields/class-acf-field-user.php:
|
1873 |
#: pro/fields/class-acf-field-gallery.php:557
|
1874 |
msgid "Return Format"
|
1875 |
msgstr "Format dans le modèle"
|
@@ -1989,7 +1976,7 @@ msgstr "Apparait dans le champ (placeholder)"
|
|
1989 |
#: includes/fields/class-acf-field-email.php:136
|
1990 |
#: includes/fields/class-acf-field-number.php:145
|
1991 |
#: includes/fields/class-acf-field-password.php:80
|
1992 |
-
#: includes/fields/class-acf-field-range.php:
|
1993 |
#: includes/fields/class-acf-field-text.php:113
|
1994 |
msgid "Prepend"
|
1995 |
msgstr "Préfixe"
|
@@ -1997,7 +1984,7 @@ msgstr "Préfixe"
|
|
1997 |
#: includes/fields/class-acf-field-email.php:137
|
1998 |
#: includes/fields/class-acf-field-number.php:146
|
1999 |
#: includes/fields/class-acf-field-password.php:81
|
2000 |
-
#: includes/fields/class-acf-field-range.php:
|
2001 |
#: includes/fields/class-acf-field-text.php:114
|
2002 |
msgid "Appears before the input"
|
2003 |
msgstr "Apparait avant le champ"
|
@@ -2005,7 +1992,7 @@ msgstr "Apparait avant le champ"
|
|
2005 |
#: includes/fields/class-acf-field-email.php:145
|
2006 |
#: includes/fields/class-acf-field-number.php:154
|
2007 |
#: includes/fields/class-acf-field-password.php:89
|
2008 |
-
#: includes/fields/class-acf-field-range.php:
|
2009 |
#: includes/fields/class-acf-field-text.php:122
|
2010 |
msgid "Append"
|
2011 |
msgstr "Suffixe"
|
@@ -2013,7 +2000,7 @@ msgstr "Suffixe"
|
|
2013 |
#: includes/fields/class-acf-field-email.php:146
|
2014 |
#: includes/fields/class-acf-field-number.php:155
|
2015 |
#: includes/fields/class-acf-field-password.php:90
|
2016 |
-
#: includes/fields/class-acf-field-range.php:
|
2017 |
#: includes/fields/class-acf-field-text.php:123
|
2018 |
msgid "Appears after the input"
|
2019 |
msgstr "Apparait après le champ"
|
@@ -2047,7 +2034,7 @@ msgstr "Nom du fichier"
|
|
2047 |
#: pro/fields/class-acf-field-gallery.php:642
|
2048 |
#: pro/fields/class-acf-field-gallery.php:671
|
2049 |
msgid "File size"
|
2050 |
-
msgstr "
|
2051 |
|
2052 |
# @ acf
|
2053 |
#: includes/fields/class-acf-field-file.php:170
|
@@ -2056,7 +2043,7 @@ msgstr "Ajouter un fichier"
|
|
2056 |
|
2057 |
#: includes/fields/class-acf-field-file.php:221
|
2058 |
msgid "File Array"
|
2059 |
-
msgstr "Données du fichier (
|
2060 |
|
2061 |
# @ acf
|
2062 |
#: includes/fields/class-acf-field-file.php:222
|
@@ -2110,7 +2097,7 @@ msgstr "Minimum"
|
|
2110 |
#: includes/fields/class-acf-field-file.php:245
|
2111 |
#: includes/fields/class-acf-field-file.php:256
|
2112 |
msgid "Restrict which files can be uploaded"
|
2113 |
-
msgstr "Restreindre l
|
2114 |
|
2115 |
# @ acf
|
2116 |
#: includes/fields/class-acf-field-file.php:255
|
@@ -2142,37 +2129,37 @@ msgid "Sorry, this browser does not support geolocation"
|
|
2142 |
msgstr "Désolé, ce navigateur ne prend pas en charge la géolocalisation"
|
2143 |
|
2144 |
# @ acf
|
2145 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2146 |
msgid "Clear location"
|
2147 |
msgstr "Effacer la position"
|
2148 |
|
2149 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2150 |
msgid "Find current location"
|
2151 |
-
msgstr "Trouver l
|
2152 |
|
2153 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2154 |
msgid "Search for address..."
|
2155 |
msgstr "Rechercher une adresse…"
|
2156 |
|
2157 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2158 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2159 |
msgid "Center"
|
2160 |
msgstr "Centre"
|
2161 |
|
2162 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2163 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2164 |
msgid "Center the initial map"
|
2165 |
msgstr "Position géographique du centre de la carte"
|
2166 |
|
2167 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2168 |
msgid "Zoom"
|
2169 |
msgstr "Zoom"
|
2170 |
|
2171 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2172 |
msgid "Set the initial zoom level"
|
2173 |
msgstr "Définir le niveau de zoom (0 : monde ; 14 : ville ; 21 : rue)"
|
2174 |
|
2175 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2176 |
#: includes/fields/class-acf-field-image.php:255
|
2177 |
#: includes/fields/class-acf-field-image.php:284
|
2178 |
#: includes/fields/class-acf-field-oembed.php:268
|
@@ -2181,7 +2168,7 @@ msgstr "Définir le niveau de zoom (0 : monde ; 14 : ville ; 21 : rue)"
|
|
2181 |
msgid "Height"
|
2182 |
msgstr "Hauteur"
|
2183 |
|
2184 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2185 |
msgid "Customize the map height"
|
2186 |
msgstr "Personnaliser la hauteur de la carte"
|
2187 |
|
@@ -2236,7 +2223,7 @@ msgstr "Sélectionner l‘image"
|
|
2236 |
# @ acf
|
2237 |
#: includes/fields/class-acf-field-image.php:64
|
2238 |
msgid "Edit Image"
|
2239 |
-
msgstr "Modifier l
|
2240 |
|
2241 |
# @ acf
|
2242 |
#: includes/fields/class-acf-field-image.php:65
|
@@ -2257,7 +2244,7 @@ msgstr "Ajouter une image"
|
|
2257 |
#: includes/fields/class-acf-field-image.php:210
|
2258 |
#: pro/fields/class-acf-field-gallery.php:563
|
2259 |
msgid "Image Array"
|
2260 |
-
msgstr "Données de l
|
2261 |
|
2262 |
# @ acf
|
2263 |
#: includes/fields/class-acf-field-image.php:211
|
@@ -2308,7 +2295,7 @@ msgstr "Ouvrir dans un nouvel onglet"
|
|
2308 |
|
2309 |
#: includes/fields/class-acf-field-link.php:172
|
2310 |
msgid "Link Array"
|
2311 |
-
msgstr "
|
2312 |
|
2313 |
# @ acf
|
2314 |
#: includes/fields/class-acf-field-link.php:173
|
@@ -2355,25 +2342,25 @@ msgstr "Autoriser le code HTML"
|
|
2355 |
|
2356 |
#: includes/fields/class-acf-field-message.php:125
|
2357 |
msgid "Allow HTML markup to display as visible text instead of rendering"
|
2358 |
-
msgstr "Permettre l
|
2359 |
|
2360 |
#: includes/fields/class-acf-field-number.php:25
|
2361 |
msgid "Number"
|
2362 |
msgstr "Nombre"
|
2363 |
|
2364 |
#: includes/fields/class-acf-field-number.php:163
|
2365 |
-
#: includes/fields/class-acf-field-range.php:
|
2366 |
msgid "Minimum Value"
|
2367 |
msgstr "Valeur minimale"
|
2368 |
|
2369 |
# @ acf
|
2370 |
#: includes/fields/class-acf-field-number.php:172
|
2371 |
-
#: includes/fields/class-acf-field-range.php:
|
2372 |
msgid "Maximum Value"
|
2373 |
msgstr "Valeur maximale"
|
2374 |
|
2375 |
#: includes/fields/class-acf-field-number.php:181
|
2376 |
-
#: includes/fields/class-acf-field-range.php:
|
2377 |
msgid "Step Size"
|
2378 |
msgstr "Pas"
|
2379 |
|
@@ -2397,7 +2384,7 @@ msgstr "oEmbed"
|
|
2397 |
|
2398 |
#: includes/fields/class-acf-field-oembed.php:216
|
2399 |
msgid "Enter URL"
|
2400 |
-
msgstr "Entrez l
|
2401 |
|
2402 |
#: includes/fields/class-acf-field-oembed.php:254
|
2403 |
#: includes/fields/class-acf-field-oembed.php:265
|
@@ -2415,7 +2402,7 @@ msgstr "Archives"
|
|
2415 |
|
2416 |
#: includes/fields/class-acf-field-page_link.php:269
|
2417 |
#: includes/fields/class-acf-field-post_object.php:267
|
2418 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2419 |
msgid "Parent"
|
2420 |
msgstr "Parent"
|
2421 |
|
@@ -2452,7 +2439,7 @@ msgstr "Afficher les pages d’archives"
|
|
2452 |
#: includes/fields/class-acf-field-page_link.php:533
|
2453 |
#: includes/fields/class-acf-field-post_object.php:421
|
2454 |
#: includes/fields/class-acf-field-select.php:392
|
2455 |
-
#: includes/fields/class-acf-field-user.php:
|
2456 |
msgid "Select multiple values?"
|
2457 |
msgstr "Plusieurs valeurs possibles ?"
|
2458 |
|
@@ -2465,13 +2452,13 @@ msgstr "Mot de passe"
|
|
2465 |
#: includes/fields/class-acf-field-post_object.php:436
|
2466 |
#: includes/fields/class-acf-field-relationship.php:639
|
2467 |
msgid "Post Object"
|
2468 |
-
msgstr "Objet
|
2469 |
|
2470 |
# @ acf
|
2471 |
#: includes/fields/class-acf-field-post_object.php:437
|
2472 |
#: includes/fields/class-acf-field-relationship.php:640
|
2473 |
msgid "Post ID"
|
2474 |
-
msgstr "ID de l
|
2475 |
|
2476 |
# @ acf
|
2477 |
#: includes/fields/class-acf-field-radio.php:25
|
@@ -2496,7 +2483,7 @@ msgstr "Enregistrer « autre » en tant que choix"
|
|
2496 |
|
2497 |
#: includes/fields/class-acf-field-range.php:25
|
2498 |
msgid "Range"
|
2499 |
-
msgstr "
|
2500 |
|
2501 |
# @ acf
|
2502 |
#: includes/fields/class-acf-field-relationship.php:25
|
@@ -2541,7 +2528,7 @@ msgstr "Type de publication"
|
|
2541 |
# @ acf
|
2542 |
#: includes/fields/class-acf-field-relationship.php:595
|
2543 |
#: includes/fields/class-acf-field-taxonomy.php:28
|
2544 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2545 |
#: includes/locations/class-acf-location-taxonomy.php:27
|
2546 |
msgid "Taxonomy"
|
2547 |
msgstr "Taxonomie"
|
@@ -2557,12 +2544,12 @@ msgstr "Les éléments sélectionnés seront affichés dans chaque résultat"
|
|
2557 |
# @ acf
|
2558 |
#: includes/fields/class-acf-field-relationship.php:614
|
2559 |
msgid "Minimum posts"
|
2560 |
-
msgstr "Minimum
|
2561 |
|
2562 |
# @ acf
|
2563 |
#: includes/fields/class-acf-field-relationship.php:623
|
2564 |
msgid "Maximum posts"
|
2565 |
-
msgstr "Maximum
|
2566 |
|
2567 |
#: includes/fields/class-acf-field-relationship.php:727
|
2568 |
#: pro/fields/class-acf-field-gallery.php:779
|
@@ -2573,7 +2560,7 @@ msgstr[0] "%s requiert au moins %s sélection"
|
|
2573 |
msgstr[1] "%s requiert au moins %s sélections"
|
2574 |
|
2575 |
#: includes/fields/class-acf-field-select.php:25
|
2576 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2577 |
msgctxt "noun"
|
2578 |
msgid "Select"
|
2579 |
msgstr "Liste déroulante"
|
@@ -2676,98 +2663,98 @@ msgid ""
|
|
2676 |
"group of tabs."
|
2677 |
msgstr ""
|
2678 |
"Définir un point de terminaison pour arrêter les précédents onglets. Cela va "
|
2679 |
-
"commencer un nouveau groupe d
|
2680 |
|
2681 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2682 |
#, php-format
|
2683 |
msgctxt "No terms"
|
2684 |
msgid "No %s"
|
2685 |
msgstr "Pas de %s"
|
2686 |
|
2687 |
# @ acf
|
2688 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2689 |
msgid "Select the taxonomy to be displayed"
|
2690 |
msgstr "Choisissez la taxonomie à afficher"
|
2691 |
|
2692 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2693 |
msgid "Appearance"
|
2694 |
msgstr "Apparence"
|
2695 |
|
2696 |
# @ acf
|
2697 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2698 |
msgid "Select the appearance of this field"
|
2699 |
-
msgstr "Personnaliser l
|
2700 |
|
2701 |
# @ acf
|
2702 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2703 |
msgid "Multiple Values"
|
2704 |
msgstr "Valeurs multiples"
|
2705 |
|
2706 |
# @ acf
|
2707 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2708 |
msgid "Multi Select"
|
2709 |
msgstr "Sélecteur multiple"
|
2710 |
|
2711 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2712 |
msgid "Single Value"
|
2713 |
msgstr "Valeur unique"
|
2714 |
|
2715 |
# @ acf
|
2716 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2717 |
msgid "Radio Buttons"
|
2718 |
msgstr "Boutons radio"
|
2719 |
|
2720 |
# @ acf
|
2721 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2722 |
msgid "Create Terms"
|
2723 |
msgstr "Créer des termes"
|
2724 |
|
2725 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2726 |
msgid "Allow new terms to be created whilst editing"
|
2727 |
-
msgstr "Autoriser la création de nouveaux termes pendant l
|
2728 |
|
2729 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2730 |
msgid "Save Terms"
|
2731 |
msgstr "Enregistrer les termes"
|
2732 |
|
2733 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2734 |
msgid "Connect selected terms to the post"
|
2735 |
-
msgstr "Lier les termes sélectionnés à l
|
2736 |
|
2737 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2738 |
msgid "Load Terms"
|
2739 |
msgstr "Charger les termes"
|
2740 |
|
2741 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2742 |
msgid "Load value from posts terms"
|
2743 |
msgstr "Charger une valeur depuis les termes"
|
2744 |
|
2745 |
# @ acf
|
2746 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2747 |
msgid "Term Object"
|
2748 |
msgstr "Objet Terme"
|
2749 |
|
2750 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2751 |
msgid "Term ID"
|
2752 |
msgstr "ID du terme"
|
2753 |
|
2754 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2755 |
#, php-format
|
2756 |
msgid "User unable to add new %s"
|
2757 |
-
msgstr "Utilisateur incapable d
|
2758 |
|
2759 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2760 |
#, php-format
|
2761 |
msgid "%s already exists"
|
2762 |
msgstr "%s existe déjà"
|
2763 |
|
2764 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2765 |
#, php-format
|
2766 |
msgid "%s added"
|
2767 |
msgstr "%s ajouté"
|
2768 |
|
2769 |
# @ acf
|
2770 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2771 |
#: includes/locations/class-acf-location-user-form.php:73
|
2772 |
msgid "Add"
|
2773 |
msgstr "Ajouter"
|
@@ -2843,29 +2830,33 @@ msgstr "URL"
|
|
2843 |
msgid "Value must be a valid URL"
|
2844 |
msgstr "La valeur doit être une URL valide"
|
2845 |
|
2846 |
-
#: includes/fields/class-acf-field-user.php:
|
2847 |
msgid "User"
|
2848 |
msgstr "Utilisateur"
|
2849 |
|
2850 |
-
#: includes/fields/class-acf-field-user.php:
|
2851 |
msgid "Filter by role"
|
2852 |
msgstr "Filtrer par rôle"
|
2853 |
|
2854 |
-
#: includes/fields/class-acf-field-user.php:
|
2855 |
msgid "All user roles"
|
2856 |
msgstr "Tous les rôles utilisateurs"
|
2857 |
|
2858 |
-
#: includes/fields/class-acf-field-user.php:
|
2859 |
msgid "User Array"
|
2860 |
-
msgstr "
|
2861 |
|
2862 |
-
#: includes/fields/class-acf-field-user.php:
|
2863 |
msgid "User Object"
|
2864 |
-
msgstr "Objet
|
2865 |
|
2866 |
-
#: includes/fields/class-acf-field-user.php:
|
2867 |
msgid "User ID"
|
2868 |
-
msgstr "ID de l
|
|
|
|
|
|
|
|
|
2869 |
|
2870 |
# @ acf
|
2871 |
#: includes/fields/class-acf-field-wysiwyg.php:25
|
@@ -2918,9 +2909,8 @@ msgid "Delay initialization?"
|
|
2918 |
msgstr "Retarder l’initialisation ?"
|
2919 |
|
2920 |
#: includes/fields/class-acf-field-wysiwyg.php:430
|
2921 |
-
msgid "TinyMCE will not be
|
2922 |
-
msgstr ""
|
2923 |
-
"TinyMCE ne sera pas automatiquement initialisé si cette option est activée"
|
2924 |
|
2925 |
#: includes/forms/form-front.php:55
|
2926 |
msgid "Validate Email"
|
@@ -3046,7 +3036,7 @@ msgstr "Type de page"
|
|
3046 |
|
3047 |
#: includes/locations/class-acf-location-page-type.php:146
|
3048 |
msgid "Front Page"
|
3049 |
-
msgstr "Page d
|
3050 |
|
3051 |
#: includes/locations/class-acf-location-page-type.php:147
|
3052 |
msgid "Posts Page"
|
@@ -3149,7 +3139,7 @@ msgid ""
|
|
3149 |
"<b>Error</b>. Could not authenticate update package. Please check again or "
|
3150 |
"deactivate and reactivate your ACF PRO license."
|
3151 |
msgstr ""
|
3152 |
-
"<b>Erreur</b>. Impossible d
|
3153 |
"nouveau et si le problème persiste, désactivez et réactivez votre licence "
|
3154 |
"ACF PRO."
|
3155 |
|
@@ -3219,14 +3209,28 @@ msgstr "Vérifier à nouveau"
|
|
3219 |
msgid "Upgrade Notice"
|
3220 |
msgstr "Améliorations"
|
3221 |
|
3222 |
-
#: pro/blocks.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3223 |
msgid "Switch to Edit"
|
3224 |
msgstr "Passer en mode Édition"
|
3225 |
|
3226 |
-
#: pro/blocks.php:
|
3227 |
msgid "Switch to Preview"
|
3228 |
msgstr "Passer en mode Aperçu"
|
3229 |
|
|
|
|
|
|
|
|
|
|
|
3230 |
#: pro/fields/class-acf-field-clone.php:25
|
3231 |
msgctxt "noun"
|
3232 |
msgid "Clone"
|
@@ -3239,7 +3243,7 @@ msgstr "Sélectionnez un ou plusieurs champs à cloner"
|
|
3239 |
# @ acf
|
3240 |
#: pro/fields/class-acf-field-clone.php:829
|
3241 |
msgid "Display"
|
3242 |
-
msgstr "Format d
|
3243 |
|
3244 |
#: pro/fields/class-acf-field-clone.php:830
|
3245 |
msgid "Specify the style used to render the clone field"
|
@@ -3400,7 +3404,7 @@ msgstr "Nombre maximum de dispositions"
|
|
3400 |
# @ acf
|
3401 |
#: pro/fields/class-acf-field-gallery.php:73
|
3402 |
msgid "Add Image to Gallery"
|
3403 |
-
msgstr "Ajouter l
|
3404 |
|
3405 |
#: pro/fields/class-acf-field-gallery.php:74
|
3406 |
msgid "Maximum selection reached"
|
@@ -3429,7 +3433,7 @@ msgstr "Actions de groupe"
|
|
3429 |
|
3430 |
#: pro/fields/class-acf-field-gallery.php:492
|
3431 |
msgid "Sort by date uploaded"
|
3432 |
-
msgstr "Ranger par date d
|
3433 |
|
3434 |
#: pro/fields/class-acf-field-gallery.php:493
|
3435 |
msgid "Sort by date modified"
|
@@ -3442,7 +3446,7 @@ msgstr "Ranger par titre"
|
|
3442 |
|
3443 |
#: pro/fields/class-acf-field-gallery.php:495
|
3444 |
msgid "Reverse current order"
|
3445 |
-
msgstr "Inverser l
|
3446 |
|
3447 |
# @ acf
|
3448 |
#: pro/fields/class-acf-field-gallery.php:507
|
@@ -3468,7 +3472,7 @@ msgstr "Insérer au début"
|
|
3468 |
# @ acf
|
3469 |
#: pro/fields/class-acf-field-gallery.php:605
|
3470 |
msgid "Minimum Selection"
|
3471 |
-
msgstr "Minimum d
|
3472 |
|
3473 |
# @ acf
|
3474 |
#: pro/fields/class-acf-field-gallery.php:613
|
@@ -3478,11 +3482,11 @@ msgstr "Maximum d’images"
|
|
3478 |
#: pro/fields/class-acf-field-repeater.php:65
|
3479 |
#: pro/fields/class-acf-field-repeater.php:661
|
3480 |
msgid "Minimum rows reached ({min} rows)"
|
3481 |
-
msgstr "Nombre minimal d
|
3482 |
|
3483 |
#: pro/fields/class-acf-field-repeater.php:66
|
3484 |
msgid "Maximum rows reached ({max} rows)"
|
3485 |
-
msgstr "Nombre maximal d
|
3486 |
|
3487 |
# @ acf
|
3488 |
#: pro/fields/class-acf-field-repeater.php:338
|
@@ -3492,7 +3496,7 @@ msgstr "Ajouter un élément"
|
|
3492 |
# @ acf
|
3493 |
#: pro/fields/class-acf-field-repeater.php:339
|
3494 |
msgid "Remove row"
|
3495 |
-
msgstr "Retirer l
|
3496 |
|
3497 |
#: pro/fields/class-acf-field-repeater.php:417
|
3498 |
msgid "Collapsed"
|
@@ -3505,16 +3509,16 @@ msgstr "Choisir un sous champ à montrer lorsque la ligne est refermée"
|
|
3505 |
# @ acf
|
3506 |
#: pro/fields/class-acf-field-repeater.php:428
|
3507 |
msgid "Minimum Rows"
|
3508 |
-
msgstr "Nombre minimum d
|
3509 |
|
3510 |
# @ acf
|
3511 |
#: pro/fields/class-acf-field-repeater.php:438
|
3512 |
msgid "Maximum Rows"
|
3513 |
-
msgstr "Nombre maximum d
|
3514 |
|
3515 |
#: pro/locations/class-acf-location-options-page.php:79
|
3516 |
msgid "No options pages exist"
|
3517 |
-
msgstr "Aucune page d
|
3518 |
|
3519 |
# @ acf
|
3520 |
#: pro/options-page.php:51
|
@@ -3537,11 +3541,11 @@ msgstr ""
|
|
3537 |
"page <a href=\"%s\">Mises à jour</a>. Si vous n’en possédez pas encore une, "
|
3538 |
"jetez un oeil à nos <a href=\"%s\" target=\"_blank\">détails & tarifs</a>."
|
3539 |
|
3540 |
-
#: tests/basic/test-blocks.php:
|
3541 |
msgid "Normal"
|
3542 |
msgstr "Normal"
|
3543 |
|
3544 |
-
#: tests/basic/test-blocks.php:
|
3545 |
msgid "Fancy"
|
3546 |
msgstr "Fantaisie"
|
3547 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Advanced Custom Fields Pro v5.8.5\n"
|
4 |
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
5 |
+
"POT-Creation-Date: 2020-03-23 15:39+1000\n"
|
6 |
+
"PO-Revision-Date: 2020-04-10 12:11+0000\n"
|
7 |
+
"Last-Translator: MaximeBJ\n"
|
8 |
"Language-Team: Français\n"
|
9 |
"Language: fr_FR\n"
|
10 |
"MIME-Version: 1.0\n"
|
19 |
"X-Poedit-Basepath: ..\n"
|
20 |
"X-Poedit-WPHeader: acf.php\n"
|
21 |
"X-Textdomain-Support: yes\n"
|
22 |
+
"X-Loco-Version: 2.3.3; wp-5.4\n"
|
23 |
"X-Poedit-SearchPath-0: .\n"
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
25 |
|
29 |
msgstr "Advanced Custom Fields"
|
30 |
|
31 |
# @ acf
|
32 |
+
#: acf.php:342 includes/admin/admin.php:52
|
33 |
msgid "Field Groups"
|
34 |
msgstr "Groupes de champs"
|
35 |
|
36 |
# @ acf
|
37 |
+
#: acf.php:343
|
38 |
msgid "Field Group"
|
39 |
msgstr "Groupe de champs"
|
40 |
|
41 |
# @ acf
|
42 |
+
#: acf.php:344 acf.php:376 includes/admin/admin.php:53
|
43 |
#: pro/fields/class-acf-field-flexible-content.php:558
|
44 |
msgid "Add New"
|
45 |
msgstr "Ajouter"
|
46 |
|
47 |
# @ acf
|
48 |
+
#: acf.php:345
|
49 |
msgid "Add New Field Group"
|
50 |
msgstr "Ajouter un nouveau groupe de champs"
|
51 |
|
52 |
# @ acf
|
53 |
+
#: acf.php:346
|
54 |
msgid "Edit Field Group"
|
55 |
msgstr "Modifier le groupe de champs"
|
56 |
|
57 |
# @ acf
|
58 |
+
#: acf.php:347
|
59 |
msgid "New Field Group"
|
60 |
msgstr "Nouveau groupe de champs"
|
61 |
|
62 |
# @ default
|
63 |
+
#: acf.php:348
|
64 |
msgid "View Field Group"
|
65 |
msgstr "Voir le groupe de champs"
|
66 |
|
67 |
# @ default
|
68 |
+
#: acf.php:349
|
69 |
msgid "Search Field Groups"
|
70 |
msgstr "Rechercher un groupe de champs"
|
71 |
|
72 |
# @ default
|
73 |
+
#: acf.php:350
|
74 |
msgid "No Field Groups found"
|
75 |
msgstr "Aucun groupe de champs trouvé"
|
76 |
|
77 |
# @ default
|
78 |
+
#: acf.php:351
|
79 |
msgid "No Field Groups found in Trash"
|
80 |
msgstr "Aucun groupe de champs trouvé dans la corbeille"
|
81 |
|
82 |
# @ acf
|
83 |
+
#: acf.php:374 includes/admin/admin-field-group.php:220
|
84 |
#: includes/admin/admin-field-groups.php:530
|
85 |
#: pro/fields/class-acf-field-clone.php:811
|
86 |
msgid "Fields"
|
87 |
msgstr "Champs"
|
88 |
|
89 |
# @ acf
|
90 |
+
#: acf.php:375
|
91 |
msgid "Field"
|
92 |
msgstr "Champ"
|
93 |
|
94 |
# @ acf
|
95 |
+
#: acf.php:377
|
96 |
msgid "Add New Field"
|
97 |
msgstr "Ajouter un champ"
|
98 |
|
99 |
# @ acf
|
100 |
+
#: acf.php:378
|
101 |
msgid "Edit Field"
|
102 |
msgstr "Modifier le champ"
|
103 |
|
104 |
# @ acf
|
105 |
+
#: acf.php:379 includes/admin/views/field-group-fields.php:41
|
106 |
msgid "New Field"
|
107 |
msgstr "Nouveau champ"
|
108 |
|
109 |
# @ acf
|
110 |
+
#: acf.php:380
|
111 |
msgid "View Field"
|
112 |
msgstr "Voir le champ"
|
113 |
|
114 |
# @ default
|
115 |
+
#: acf.php:381
|
116 |
msgid "Search Fields"
|
117 |
msgstr "Rechercher des champs"
|
118 |
|
119 |
# @ default
|
120 |
+
#: acf.php:382
|
121 |
msgid "No Fields found"
|
122 |
msgstr "Aucun champ trouvé"
|
123 |
|
124 |
# @ default
|
125 |
+
#: acf.php:383
|
126 |
msgid "No Fields found in Trash"
|
127 |
msgstr "Aucun champ trouvé dans la corbeille"
|
128 |
|
129 |
+
#: acf.php:418 includes/admin/admin-field-group.php:402
|
130 |
#: includes/admin/admin-field-groups.php:587
|
131 |
msgid "Inactive"
|
132 |
msgstr "Inactif"
|
133 |
|
134 |
+
#: acf.php:423
|
135 |
#, php-format
|
136 |
msgid "Inactive <span class=\"count\">(%s)</span>"
|
137 |
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
205 |
|
206 |
#: includes/admin/admin-field-group.php:175
|
207 |
msgid "No toggle fields available"
|
208 |
+
msgstr "Ajoutez d’abord une case à cocher ou un champ sélection"
|
209 |
|
210 |
# @ acf
|
211 |
#: includes/admin/admin-field-group.php:176
|
252 |
msgid "Active"
|
253 |
msgstr "Actif"
|
254 |
|
255 |
+
#: includes/admin/admin-field-group.php:763
|
256 |
msgid "Move Complete."
|
257 |
msgstr "Déplacement effectué."
|
258 |
|
259 |
+
#: includes/admin/admin-field-group.php:764
|
260 |
#, php-format
|
261 |
msgid "The %s field can now be found in the %s field group"
|
262 |
msgstr "Le champ %s a été déplacé dans le groupe %s"
|
263 |
|
264 |
# @ acf
|
265 |
+
#: includes/admin/admin-field-group.php:765
|
266 |
msgid "Close Window"
|
267 |
msgstr "Fermer la fenêtre"
|
268 |
|
269 |
# @ acf
|
270 |
+
#: includes/admin/admin-field-group.php:806
|
271 |
msgid "Please select the destination for this field"
|
272 |
msgstr "Choisissez la destination de ce champ"
|
273 |
|
274 |
# @ acf
|
275 |
+
#: includes/admin/admin-field-group.php:813
|
276 |
msgid "Move Field"
|
277 |
msgstr "Déplacer le champ"
|
278 |
|
329 |
"professionnels."
|
330 |
|
331 |
# @ acf
|
332 |
+
#: includes/admin/admin-field-groups.php:628 includes/admin/admin.php:123
|
|
|
333 |
#: pro/admin/views/html-settings-updates.php:107
|
334 |
msgid "Changelog"
|
335 |
msgstr "Améliorations"
|
379 |
msgstr "Dupliquer"
|
380 |
|
381 |
#: includes/admin/admin-field-groups.php:719
|
382 |
+
#: includes/fields/class-acf-field-google-map.php:146
|
383 |
#: includes/fields/class-acf-field-relationship.php:593
|
384 |
msgid "Search"
|
385 |
msgstr "Rechercher"
|
414 |
msgstr "Outils"
|
415 |
|
416 |
# @ acf
|
417 |
+
#: includes/admin/admin-upgrade.php:49 includes/admin/admin-upgrade.php:111
|
418 |
+
#: includes/admin/admin-upgrade.php:112 includes/admin/admin-upgrade.php:175
|
419 |
#: includes/admin/views/html-admin-page-upgrade-network.php:24
|
420 |
#: includes/admin/views/html-admin-page-upgrade.php:26
|
421 |
msgid "Upgrade Database"
|
422 |
msgstr "Mise à niveau de la base de données"
|
423 |
|
424 |
+
#: includes/admin/admin-upgrade.php:199
|
425 |
msgid "Review sites & upgrade"
|
426 |
msgstr "Examiner les sites et mettre à niveau"
|
427 |
|
428 |
# @ acf
|
429 |
+
#: includes/admin/admin.php:51 includes/admin/views/field-group-options.php:110
|
430 |
msgid "Custom Fields"
|
431 |
msgstr "ACF"
|
432 |
|
433 |
+
#: includes/admin/admin.php:57
|
434 |
msgid "Info"
|
435 |
msgstr "Information"
|
436 |
|
437 |
+
#: includes/admin/admin.php:122
|
438 |
msgid "What's New"
|
439 |
msgstr "Nouveautés"
|
440 |
|
698 |
|
699 |
# @ acf
|
700 |
#: includes/admin/views/field-group-fields.php:6
|
701 |
+
#: includes/fields/class-acf-field-taxonomy.php:936
|
702 |
#: pro/fields/class-acf-field-flexible-content.php:596
|
703 |
msgid "Name"
|
704 |
msgstr "Nom"
|
927 |
"Database Upgrade complete. <a href=\"%s\">Return to network dashboard</a>"
|
928 |
msgstr ""
|
929 |
"Mise à niveau de la base de données effectuée. <a href=\"%s\">Retourner au "
|
930 |
+
"panneau d’administration du réseau</a>"
|
931 |
|
932 |
#: includes/admin/views/html-admin-page-upgrade-network.php:113
|
933 |
msgid "Please select at least one site to upgrade."
|
949 |
msgid "Upgrading data to version %s"
|
950 |
msgstr "Migration des données vers la version %s"
|
951 |
|
952 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:158
|
953 |
msgid "Upgrade complete."
|
954 |
msgstr "Mise à niveau terminée."
|
955 |
|
956 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:161
|
957 |
+
#: includes/admin/views/html-admin-page-upgrade.php:65
|
|
|
|
|
958 |
msgid "Upgrade failed."
|
959 |
msgstr "Mise à niveau échouée."
|
960 |
|
970 |
"nouveautés</a>"
|
971 |
|
972 |
# @ acf
|
973 |
+
#: includes/admin/views/html-admin-page-upgrade.php:94
|
974 |
#: includes/ajax/class-acf-ajax-upgrade.php:32
|
975 |
msgid "No updates available."
|
976 |
msgstr "Aucune mise à jour disponible."
|
1014 |
#: includes/admin/views/html-notice-upgrade.php:22
|
1015 |
#, php-format
|
1016 |
msgid "Thank you for updating to %s v%s!"
|
1017 |
+
msgstr "Merci d’avoir mis à jour %s v%s !"
|
1018 |
|
1019 |
#: includes/admin/views/html-notice-upgrade.php:22
|
1020 |
msgid ""
|
1031 |
"Veuillez également vérifier que tous les add-ons premium (%s) sont à jour "
|
1032 |
"avec la dernière version disponible."
|
1033 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1034 |
# @ acf
|
1035 |
#: includes/admin/views/settings-info.php:3
|
1036 |
msgid "Welcome to Advanced Custom Fields"
|
1043 |
"hope you like it."
|
1044 |
msgstr ""
|
1045 |
"Merci d'avoir mis à jour ! ACF %s est plus performant que jamais. Nous "
|
1046 |
+
"espérons que vous l’apprécierez."
|
1047 |
|
1048 |
#: includes/admin/views/settings-info.php:15
|
1049 |
msgid "A Smoother Experience"
|
1129 |
msgstr ""
|
1130 |
"ACF PRO contient de nouvelles super fonctionnalités telles que les champs "
|
1131 |
"répéteurs, les dispositions flexibles, une superbe galerie et la possibilité "
|
1132 |
+
"de créer des pages d’options !"
|
1133 |
|
1134 |
#: includes/admin/views/settings-info.php:46
|
1135 |
#, php-format
|
1196 |
"The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
|
1197 |
"and other content."
|
1198 |
msgstr ""
|
1199 |
+
"Le champ oEmbed vous permet d’embarquer des vidéos, des images, des tweets, "
|
1200 |
+
"de l’audio ou encore d'autres médias en toute simplicité."
|
1201 |
|
1202 |
#: includes/admin/views/settings-info.php:81
|
1203 |
msgid "Clone Field"
|
1210 |
|
1211 |
#: includes/admin/views/settings-info.php:86
|
1212 |
msgid "More AJAX"
|
1213 |
+
msgstr "Plus d’AJAX"
|
1214 |
|
1215 |
#: includes/admin/views/settings-info.php:87
|
1216 |
msgid "More fields use AJAX powered search to speed up page loading."
|
1217 |
msgstr ""
|
1218 |
+
"Encore plus de champs utilisent la recherche via AJAX afin d’améliorer le "
|
1219 |
"temps de chargement des pages."
|
1220 |
|
1221 |
#: includes/admin/views/settings-info.php:91
|
1236 |
#: includes/admin/views/settings-info.php:97
|
1237 |
msgid "Both import and export can easily be done through a new tools page."
|
1238 |
msgstr ""
|
1239 |
+
"Les imports et exports de données d’ACF sont encore plus simples à réaliser "
|
1240 |
+
"via notre nouvelle page d’outils."
|
1241 |
|
1242 |
#: includes/admin/views/settings-info.php:101
|
1243 |
msgid "New Form Locations"
|
1307 |
msgid "Form validation is now done via PHP + AJAX in favour of only JS."
|
1308 |
msgstr ""
|
1309 |
"La validation des formulaires est maintenant faite via PHP + AJAX au lieu "
|
1310 |
+
"d’être seulement faite en JS."
|
1311 |
|
1312 |
# @ acf
|
1313 |
#: includes/admin/views/settings-info.php:131
|
1329 |
"Nous pensons que vous allez adorer les nouveautés présentées dans la version "
|
1330 |
"%s."
|
1331 |
|
1332 |
+
#: includes/ajax/class-acf-ajax.php:157
|
1333 |
+
msgid "Invalid nonce."
|
1334 |
+
msgstr "Nonce invalide."
|
1335 |
+
|
1336 |
#: includes/api/api-helpers.php:827
|
1337 |
msgid "Thumbnail"
|
1338 |
msgstr "Miniature"
|
1368 |
#: includes/api/api-helpers.php:3591
|
1369 |
#, php-format
|
1370 |
msgid "Image height must be at least %dpx."
|
1371 |
+
msgstr "L’image doit mesurer au moins %dpx de hauteur."
|
1372 |
|
1373 |
#: includes/api/api-helpers.php:3596
|
1374 |
#, php-format
|
1375 |
msgid "Image height must not exceed %dpx."
|
1376 |
+
msgstr "L’image ne doit pas dépasser %dpx de hauteur."
|
1377 |
|
1378 |
#: includes/api/api-helpers.php:3614
|
1379 |
#, php-format
|
1380 |
msgid "File size must be at least %s."
|
1381 |
+
msgstr "Le poids de l’image doit être d’au moins %s."
|
1382 |
|
1383 |
#: includes/api/api-helpers.php:3619
|
1384 |
#, php-format
|
1385 |
msgid "File size must must not exceed %s."
|
1386 |
+
msgstr "Le poids de l’image ne doit pas dépasser %s."
|
1387 |
|
1388 |
# @ acf
|
1389 |
#: includes/api/api-helpers.php:3653
|
1391 |
msgid "File type must be %s."
|
1392 |
msgstr "Le type de fichier doit être %s."
|
1393 |
|
1394 |
+
#: includes/assets.php:184
|
1395 |
msgid "The changes you made will be lost if you navigate away from this page"
|
1396 |
msgstr "Les modifications seront perdues si vous quittez cette page"
|
1397 |
|
1398 |
+
#: includes/assets.php:187 includes/fields/class-acf-field-select.php:259
|
1399 |
msgctxt "verb"
|
1400 |
msgid "Select"
|
1401 |
msgstr "Choisir"
|
1402 |
|
1403 |
+
#: includes/assets.php:188
|
1404 |
msgctxt "verb"
|
1405 |
msgid "Edit"
|
1406 |
msgstr "Modifier"
|
1407 |
|
1408 |
+
#: includes/assets.php:189
|
1409 |
msgctxt "verb"
|
1410 |
msgid "Update"
|
1411 |
msgstr "Mettre à jour"
|
1412 |
|
1413 |
+
#: includes/assets.php:190
|
1414 |
msgid "Uploaded to this post"
|
1415 |
msgstr "Liés à cette publication"
|
1416 |
|
1417 |
+
#: includes/assets.php:191
|
1418 |
msgid "Expand Details"
|
1419 |
msgstr "Afficher les détails"
|
1420 |
|
1421 |
+
#: includes/assets.php:192
|
1422 |
msgid "Collapse Details"
|
1423 |
msgstr "Masquer les détails"
|
1424 |
|
1425 |
+
#: includes/assets.php:193
|
1426 |
msgid "Restricted"
|
1427 |
msgstr "Limité"
|
1428 |
|
1429 |
# @ acf
|
1430 |
+
#: includes/assets.php:194 includes/fields/class-acf-field-image.php:66
|
1431 |
msgid "All images"
|
1432 |
msgstr "Toutes les images"
|
1433 |
|
1434 |
+
#: includes/assets.php:197
|
1435 |
msgid "Validation successful"
|
1436 |
msgstr "Validé avec succès"
|
1437 |
|
1438 |
+
#: includes/assets.php:198 includes/validation.php:285
|
1439 |
#: includes/validation.php:296
|
1440 |
msgid "Validation failed"
|
1441 |
msgstr "Échec de la validation"
|
1442 |
|
1443 |
+
#: includes/assets.php:199
|
1444 |
msgid "1 field requires attention"
|
1445 |
msgstr "1 champ requiert votre attention"
|
1446 |
|
1447 |
+
#: includes/assets.php:200
|
1448 |
#, php-format
|
1449 |
msgid "%d fields require attention"
|
1450 |
msgstr "%d champs requièrent votre attention"
|
1451 |
|
1452 |
# @ acf
|
1453 |
+
#: includes/assets.php:203
|
1454 |
msgid "Are you sure?"
|
1455 |
msgstr "Confirmez-vous cette action ?"
|
1456 |
|
1457 |
+
#: includes/assets.php:204 includes/fields/class-acf-field-true_false.php:79
|
1458 |
#: includes/fields/class-acf-field-true_false.php:159
|
1459 |
#: pro/admin/views/html-settings-updates.php:89
|
1460 |
msgid "Yes"
|
1461 |
msgstr "Oui"
|
1462 |
|
1463 |
+
#: includes/assets.php:205 includes/fields/class-acf-field-true_false.php:80
|
1464 |
#: includes/fields/class-acf-field-true_false.php:174
|
1465 |
#: pro/admin/views/html-settings-updates.php:99
|
1466 |
msgid "No"
|
1467 |
msgstr "Non"
|
1468 |
|
1469 |
# @ acf
|
1470 |
+
#: includes/assets.php:206 includes/fields/class-acf-field-file.php:154
|
1471 |
#: includes/fields/class-acf-field-image.php:140
|
1472 |
#: includes/fields/class-acf-field-link.php:140
|
1473 |
#: pro/fields/class-acf-field-gallery.php:338
|
1475 |
msgid "Remove"
|
1476 |
msgstr "Enlever"
|
1477 |
|
1478 |
+
#: includes/assets.php:207
|
1479 |
msgid "Cancel"
|
1480 |
msgstr "Annuler"
|
1481 |
|
1482 |
+
#: includes/assets.php:210
|
1483 |
msgid "Has any value"
|
1484 |
msgstr "A n'importe quelle valeur"
|
1485 |
|
1486 |
+
#: includes/assets.php:211
|
1487 |
msgid "Has no value"
|
1488 |
msgstr "N'a pas de valeur"
|
1489 |
|
1490 |
+
#: includes/assets.php:212
|
1491 |
msgid "Value is equal to"
|
1492 |
msgstr "La valeur est égale à"
|
1493 |
|
1494 |
+
#: includes/assets.php:213
|
1495 |
msgid "Value is not equal to"
|
1496 |
msgstr "La valeur est différente de"
|
1497 |
|
1498 |
+
#: includes/assets.php:214
|
1499 |
msgid "Value matches pattern"
|
1500 |
msgstr "La valeur correspond au modèle"
|
1501 |
|
1502 |
+
#: includes/assets.php:215
|
1503 |
msgid "Value contains"
|
1504 |
msgstr "La valeur contient"
|
1505 |
|
1506 |
+
#: includes/assets.php:216
|
1507 |
msgid "Value is greater than"
|
1508 |
msgstr "La valeur est supérieure à"
|
1509 |
|
1510 |
+
#: includes/assets.php:217
|
1511 |
msgid "Value is less than"
|
1512 |
msgstr "La valeur est inférieure à"
|
1513 |
|
1514 |
+
#: includes/assets.php:218
|
1515 |
msgid "Selection is greater than"
|
1516 |
msgstr "La sélection est supérieure à"
|
1517 |
|
1518 |
+
#: includes/assets.php:219
|
1519 |
msgid "Selection is less than"
|
1520 |
msgstr "La sélection est inférieure à"
|
1521 |
|
1522 |
# @ acf
|
1523 |
+
#: includes/assets.php:222 includes/forms/form-comment.php:166
|
1524 |
#: pro/admin/admin-options-page.php:325
|
1525 |
msgid "Edit field group"
|
1526 |
msgstr "Modifier le groupe de champs"
|
1578 |
|
1579 |
#: includes/fields/class-acf-field-accordion.php:100
|
1580 |
msgid "Display this accordion as open on page load."
|
1581 |
+
msgstr "Ouvrir l’accordéon au chargement de la page."
|
1582 |
|
1583 |
#: includes/fields/class-acf-field-accordion.php:109
|
1584 |
msgid "Multi-expand"
|
1598 |
"Define an endpoint for the previous accordion to stop. This accordion will "
|
1599 |
"not be visible."
|
1600 |
msgstr ""
|
1601 |
+
"Définir un point de terminaison pour arrêter l’accordéon. Cet accordéon ne "
|
1602 |
"sera pas visible."
|
1603 |
|
1604 |
#: includes/fields/class-acf-field-button-group.php:24
|
1642 |
#: includes/fields/class-acf-field-post_object.php:411
|
1643 |
#: includes/fields/class-acf-field-radio.php:244
|
1644 |
#: includes/fields/class-acf-field-select.php:382
|
1645 |
+
#: includes/fields/class-acf-field-taxonomy.php:781
|
1646 |
+
#: includes/fields/class-acf-field-user.php:63
|
1647 |
msgid "Allow Null?"
|
1648 |
msgstr "Autoriser une valeur vide ?"
|
1649 |
|
1654 |
#: includes/fields/class-acf-field-email.php:118
|
1655 |
#: includes/fields/class-acf-field-number.php:127
|
1656 |
#: includes/fields/class-acf-field-radio.php:281
|
1657 |
+
#: includes/fields/class-acf-field-range.php:155
|
1658 |
#: includes/fields/class-acf-field-select.php:373
|
1659 |
#: includes/fields/class-acf-field-text.php:95
|
1660 |
#: includes/fields/class-acf-field-textarea.php:102
|
1668 |
#: includes/fields/class-acf-field-email.php:119
|
1669 |
#: includes/fields/class-acf-field-number.php:128
|
1670 |
#: includes/fields/class-acf-field-radio.php:282
|
1671 |
+
#: includes/fields/class-acf-field-range.php:156
|
1672 |
#: includes/fields/class-acf-field-text.php:96
|
1673 |
#: includes/fields/class-acf-field-textarea.php:103
|
1674 |
#: includes/fields/class-acf-field-url.php:101
|
1675 |
#: includes/fields/class-acf-field-wysiwyg.php:382
|
1676 |
msgid "Appears when creating a new post"
|
1677 |
+
msgstr "Valeur affichée à la création d’un article"
|
1678 |
|
1679 |
#: includes/fields/class-acf-field-button-group.php:183
|
1680 |
#: includes/fields/class-acf-field-checkbox.php:396
|
1694 |
#: includes/fields/class-acf-field-file.php:215
|
1695 |
#: includes/fields/class-acf-field-link.php:166
|
1696 |
#: includes/fields/class-acf-field-radio.php:304
|
1697 |
+
#: includes/fields/class-acf-field-taxonomy.php:826
|
1698 |
msgid "Return Value"
|
1699 |
msgstr "Valeur affichée dans le template"
|
1700 |
|
1722 |
|
1723 |
# @ acf
|
1724 |
#: includes/fields/class-acf-field-checkbox.php:25
|
1725 |
+
#: includes/fields/class-acf-field-taxonomy.php:768
|
1726 |
msgid "Checkbox"
|
1727 |
msgstr "Case à cocher"
|
1728 |
|
1766 |
# @ acf
|
1767 |
#: includes/fields/class-acf-field-color_picker.php:25
|
1768 |
msgid "Color Picker"
|
1769 |
+
msgstr "Couleur"
|
1770 |
|
1771 |
#: includes/fields/class-acf-field-color_picker.php:68
|
1772 |
msgid "Clear"
|
1856 |
#: includes/fields/class-acf-field-relationship.php:634
|
1857 |
#: includes/fields/class-acf-field-select.php:427
|
1858 |
#: includes/fields/class-acf-field-time_picker.php:124
|
1859 |
+
#: includes/fields/class-acf-field-user.php:79
|
1860 |
#: pro/fields/class-acf-field-gallery.php:557
|
1861 |
msgid "Return Format"
|
1862 |
msgstr "Format dans le modèle"
|
1976 |
#: includes/fields/class-acf-field-email.php:136
|
1977 |
#: includes/fields/class-acf-field-number.php:145
|
1978 |
#: includes/fields/class-acf-field-password.php:80
|
1979 |
+
#: includes/fields/class-acf-field-range.php:194
|
1980 |
#: includes/fields/class-acf-field-text.php:113
|
1981 |
msgid "Prepend"
|
1982 |
msgstr "Préfixe"
|
1984 |
#: includes/fields/class-acf-field-email.php:137
|
1985 |
#: includes/fields/class-acf-field-number.php:146
|
1986 |
#: includes/fields/class-acf-field-password.php:81
|
1987 |
+
#: includes/fields/class-acf-field-range.php:195
|
1988 |
#: includes/fields/class-acf-field-text.php:114
|
1989 |
msgid "Appears before the input"
|
1990 |
msgstr "Apparait avant le champ"
|
1992 |
#: includes/fields/class-acf-field-email.php:145
|
1993 |
#: includes/fields/class-acf-field-number.php:154
|
1994 |
#: includes/fields/class-acf-field-password.php:89
|
1995 |
+
#: includes/fields/class-acf-field-range.php:203
|
1996 |
#: includes/fields/class-acf-field-text.php:122
|
1997 |
msgid "Append"
|
1998 |
msgstr "Suffixe"
|
2000 |
#: includes/fields/class-acf-field-email.php:146
|
2001 |
#: includes/fields/class-acf-field-number.php:155
|
2002 |
#: includes/fields/class-acf-field-password.php:90
|
2003 |
+
#: includes/fields/class-acf-field-range.php:204
|
2004 |
#: includes/fields/class-acf-field-text.php:123
|
2005 |
msgid "Appears after the input"
|
2006 |
msgstr "Apparait après le champ"
|
2034 |
#: pro/fields/class-acf-field-gallery.php:642
|
2035 |
#: pro/fields/class-acf-field-gallery.php:671
|
2036 |
msgid "File size"
|
2037 |
+
msgstr "Poids du fichier"
|
2038 |
|
2039 |
# @ acf
|
2040 |
#: includes/fields/class-acf-field-file.php:170
|
2043 |
|
2044 |
#: includes/fields/class-acf-field-file.php:221
|
2045 |
msgid "File Array"
|
2046 |
+
msgstr "Données du fichier (tableau)"
|
2047 |
|
2048 |
# @ acf
|
2049 |
#: includes/fields/class-acf-field-file.php:222
|
2097 |
#: includes/fields/class-acf-field-file.php:245
|
2098 |
#: includes/fields/class-acf-field-file.php:256
|
2099 |
msgid "Restrict which files can be uploaded"
|
2100 |
+
msgstr "Restreindre l’import de fichiers"
|
2101 |
|
2102 |
# @ acf
|
2103 |
#: includes/fields/class-acf-field-file.php:255
|
2129 |
msgstr "Désolé, ce navigateur ne prend pas en charge la géolocalisation"
|
2130 |
|
2131 |
# @ acf
|
2132 |
+
#: includes/fields/class-acf-field-google-map.php:147
|
2133 |
msgid "Clear location"
|
2134 |
msgstr "Effacer la position"
|
2135 |
|
2136 |
+
#: includes/fields/class-acf-field-google-map.php:148
|
2137 |
msgid "Find current location"
|
2138 |
+
msgstr "Trouver l’emplacement actuel"
|
2139 |
|
2140 |
+
#: includes/fields/class-acf-field-google-map.php:151
|
2141 |
msgid "Search for address..."
|
2142 |
msgstr "Rechercher une adresse…"
|
2143 |
|
2144 |
+
#: includes/fields/class-acf-field-google-map.php:181
|
2145 |
+
#: includes/fields/class-acf-field-google-map.php:192
|
2146 |
msgid "Center"
|
2147 |
msgstr "Centre"
|
2148 |
|
2149 |
+
#: includes/fields/class-acf-field-google-map.php:182
|
2150 |
+
#: includes/fields/class-acf-field-google-map.php:193
|
2151 |
msgid "Center the initial map"
|
2152 |
msgstr "Position géographique du centre de la carte"
|
2153 |
|
2154 |
+
#: includes/fields/class-acf-field-google-map.php:204
|
2155 |
msgid "Zoom"
|
2156 |
msgstr "Zoom"
|
2157 |
|
2158 |
+
#: includes/fields/class-acf-field-google-map.php:205
|
2159 |
msgid "Set the initial zoom level"
|
2160 |
msgstr "Définir le niveau de zoom (0 : monde ; 14 : ville ; 21 : rue)"
|
2161 |
|
2162 |
+
#: includes/fields/class-acf-field-google-map.php:214
|
2163 |
#: includes/fields/class-acf-field-image.php:255
|
2164 |
#: includes/fields/class-acf-field-image.php:284
|
2165 |
#: includes/fields/class-acf-field-oembed.php:268
|
2168 |
msgid "Height"
|
2169 |
msgstr "Hauteur"
|
2170 |
|
2171 |
+
#: includes/fields/class-acf-field-google-map.php:215
|
2172 |
msgid "Customize the map height"
|
2173 |
msgstr "Personnaliser la hauteur de la carte"
|
2174 |
|
2223 |
# @ acf
|
2224 |
#: includes/fields/class-acf-field-image.php:64
|
2225 |
msgid "Edit Image"
|
2226 |
+
msgstr "Modifier l’image"
|
2227 |
|
2228 |
# @ acf
|
2229 |
#: includes/fields/class-acf-field-image.php:65
|
2244 |
#: includes/fields/class-acf-field-image.php:210
|
2245 |
#: pro/fields/class-acf-field-gallery.php:563
|
2246 |
msgid "Image Array"
|
2247 |
+
msgstr "Données de l’image (tableau)"
|
2248 |
|
2249 |
# @ acf
|
2250 |
#: includes/fields/class-acf-field-image.php:211
|
2295 |
|
2296 |
#: includes/fields/class-acf-field-link.php:172
|
2297 |
msgid "Link Array"
|
2298 |
+
msgstr "Données de lien (tableau)"
|
2299 |
|
2300 |
# @ acf
|
2301 |
#: includes/fields/class-acf-field-link.php:173
|
2342 |
|
2343 |
#: includes/fields/class-acf-field-message.php:125
|
2344 |
msgid "Allow HTML markup to display as visible text instead of rendering"
|
2345 |
+
msgstr "Permettre l’affichage du code HTML à l’écran au lieu de l’interpréter"
|
2346 |
|
2347 |
#: includes/fields/class-acf-field-number.php:25
|
2348 |
msgid "Number"
|
2349 |
msgstr "Nombre"
|
2350 |
|
2351 |
#: includes/fields/class-acf-field-number.php:163
|
2352 |
+
#: includes/fields/class-acf-field-range.php:164
|
2353 |
msgid "Minimum Value"
|
2354 |
msgstr "Valeur minimale"
|
2355 |
|
2356 |
# @ acf
|
2357 |
#: includes/fields/class-acf-field-number.php:172
|
2358 |
+
#: includes/fields/class-acf-field-range.php:174
|
2359 |
msgid "Maximum Value"
|
2360 |
msgstr "Valeur maximale"
|
2361 |
|
2362 |
#: includes/fields/class-acf-field-number.php:181
|
2363 |
+
#: includes/fields/class-acf-field-range.php:184
|
2364 |
msgid "Step Size"
|
2365 |
msgstr "Pas"
|
2366 |
|
2384 |
|
2385 |
#: includes/fields/class-acf-field-oembed.php:216
|
2386 |
msgid "Enter URL"
|
2387 |
+
msgstr "Entrez l’URL"
|
2388 |
|
2389 |
#: includes/fields/class-acf-field-oembed.php:254
|
2390 |
#: includes/fields/class-acf-field-oembed.php:265
|
2402 |
|
2403 |
#: includes/fields/class-acf-field-page_link.php:269
|
2404 |
#: includes/fields/class-acf-field-post_object.php:267
|
2405 |
+
#: includes/fields/class-acf-field-taxonomy.php:958
|
2406 |
msgid "Parent"
|
2407 |
msgstr "Parent"
|
2408 |
|
2439 |
#: includes/fields/class-acf-field-page_link.php:533
|
2440 |
#: includes/fields/class-acf-field-post_object.php:421
|
2441 |
#: includes/fields/class-acf-field-select.php:392
|
2442 |
+
#: includes/fields/class-acf-field-user.php:71
|
2443 |
msgid "Select multiple values?"
|
2444 |
msgstr "Plusieurs valeurs possibles ?"
|
2445 |
|
2452 |
#: includes/fields/class-acf-field-post_object.php:436
|
2453 |
#: includes/fields/class-acf-field-relationship.php:639
|
2454 |
msgid "Post Object"
|
2455 |
+
msgstr "Objet Publication"
|
2456 |
|
2457 |
# @ acf
|
2458 |
#: includes/fields/class-acf-field-post_object.php:437
|
2459 |
#: includes/fields/class-acf-field-relationship.php:640
|
2460 |
msgid "Post ID"
|
2461 |
+
msgstr "ID de l’article"
|
2462 |
|
2463 |
# @ acf
|
2464 |
#: includes/fields/class-acf-field-radio.php:25
|
2483 |
|
2484 |
#: includes/fields/class-acf-field-range.php:25
|
2485 |
msgid "Range"
|
2486 |
+
msgstr "Curseur numérique"
|
2487 |
|
2488 |
# @ acf
|
2489 |
#: includes/fields/class-acf-field-relationship.php:25
|
2528 |
# @ acf
|
2529 |
#: includes/fields/class-acf-field-relationship.php:595
|
2530 |
#: includes/fields/class-acf-field-taxonomy.php:28
|
2531 |
+
#: includes/fields/class-acf-field-taxonomy.php:751
|
2532 |
#: includes/locations/class-acf-location-taxonomy.php:27
|
2533 |
msgid "Taxonomy"
|
2534 |
msgstr "Taxonomie"
|
2544 |
# @ acf
|
2545 |
#: includes/fields/class-acf-field-relationship.php:614
|
2546 |
msgid "Minimum posts"
|
2547 |
+
msgstr "Minimum de publications"
|
2548 |
|
2549 |
# @ acf
|
2550 |
#: includes/fields/class-acf-field-relationship.php:623
|
2551 |
msgid "Maximum posts"
|
2552 |
+
msgstr "Maximum de publications"
|
2553 |
|
2554 |
#: includes/fields/class-acf-field-relationship.php:727
|
2555 |
#: pro/fields/class-acf-field-gallery.php:779
|
2560 |
msgstr[1] "%s requiert au moins %s sélections"
|
2561 |
|
2562 |
#: includes/fields/class-acf-field-select.php:25
|
2563 |
+
#: includes/fields/class-acf-field-taxonomy.php:773
|
2564 |
msgctxt "noun"
|
2565 |
msgid "Select"
|
2566 |
msgstr "Liste déroulante"
|
2663 |
"group of tabs."
|
2664 |
msgstr ""
|
2665 |
"Définir un point de terminaison pour arrêter les précédents onglets. Cela va "
|
2666 |
+
"commencer un nouveau groupe d’onglets."
|
2667 |
|
2668 |
+
#: includes/fields/class-acf-field-taxonomy.php:711
|
2669 |
#, php-format
|
2670 |
msgctxt "No terms"
|
2671 |
msgid "No %s"
|
2672 |
msgstr "Pas de %s"
|
2673 |
|
2674 |
# @ acf
|
2675 |
+
#: includes/fields/class-acf-field-taxonomy.php:752
|
2676 |
msgid "Select the taxonomy to be displayed"
|
2677 |
msgstr "Choisissez la taxonomie à afficher"
|
2678 |
|
2679 |
+
#: includes/fields/class-acf-field-taxonomy.php:761
|
2680 |
msgid "Appearance"
|
2681 |
msgstr "Apparence"
|
2682 |
|
2683 |
# @ acf
|
2684 |
+
#: includes/fields/class-acf-field-taxonomy.php:762
|
2685 |
msgid "Select the appearance of this field"
|
2686 |
+
msgstr "Personnaliser l’apparence de champ"
|
2687 |
|
2688 |
# @ acf
|
2689 |
+
#: includes/fields/class-acf-field-taxonomy.php:767
|
2690 |
msgid "Multiple Values"
|
2691 |
msgstr "Valeurs multiples"
|
2692 |
|
2693 |
# @ acf
|
2694 |
+
#: includes/fields/class-acf-field-taxonomy.php:769
|
2695 |
msgid "Multi Select"
|
2696 |
msgstr "Sélecteur multiple"
|
2697 |
|
2698 |
+
#: includes/fields/class-acf-field-taxonomy.php:771
|
2699 |
msgid "Single Value"
|
2700 |
msgstr "Valeur unique"
|
2701 |
|
2702 |
# @ acf
|
2703 |
+
#: includes/fields/class-acf-field-taxonomy.php:772
|
2704 |
msgid "Radio Buttons"
|
2705 |
msgstr "Boutons radio"
|
2706 |
|
2707 |
# @ acf
|
2708 |
+
#: includes/fields/class-acf-field-taxonomy.php:796
|
2709 |
msgid "Create Terms"
|
2710 |
msgstr "Créer des termes"
|
2711 |
|
2712 |
+
#: includes/fields/class-acf-field-taxonomy.php:797
|
2713 |
msgid "Allow new terms to be created whilst editing"
|
2714 |
+
msgstr "Autoriser la création de nouveaux termes pendant l’édition"
|
2715 |
|
2716 |
+
#: includes/fields/class-acf-field-taxonomy.php:806
|
2717 |
msgid "Save Terms"
|
2718 |
msgstr "Enregistrer les termes"
|
2719 |
|
2720 |
+
#: includes/fields/class-acf-field-taxonomy.php:807
|
2721 |
msgid "Connect selected terms to the post"
|
2722 |
+
msgstr "Lier les termes sélectionnés à l’article"
|
2723 |
|
2724 |
+
#: includes/fields/class-acf-field-taxonomy.php:816
|
2725 |
msgid "Load Terms"
|
2726 |
msgstr "Charger les termes"
|
2727 |
|
2728 |
+
#: includes/fields/class-acf-field-taxonomy.php:817
|
2729 |
msgid "Load value from posts terms"
|
2730 |
msgstr "Charger une valeur depuis les termes"
|
2731 |
|
2732 |
# @ acf
|
2733 |
+
#: includes/fields/class-acf-field-taxonomy.php:831
|
2734 |
msgid "Term Object"
|
2735 |
msgstr "Objet Terme"
|
2736 |
|
2737 |
+
#: includes/fields/class-acf-field-taxonomy.php:832
|
2738 |
msgid "Term ID"
|
2739 |
msgstr "ID du terme"
|
2740 |
|
2741 |
+
#: includes/fields/class-acf-field-taxonomy.php:882
|
2742 |
#, php-format
|
2743 |
msgid "User unable to add new %s"
|
2744 |
+
msgstr "Utilisateur incapable d’ajouter un nouveau %s"
|
2745 |
|
2746 |
+
#: includes/fields/class-acf-field-taxonomy.php:892
|
2747 |
#, php-format
|
2748 |
msgid "%s already exists"
|
2749 |
msgstr "%s existe déjà"
|
2750 |
|
2751 |
+
#: includes/fields/class-acf-field-taxonomy.php:924
|
2752 |
#, php-format
|
2753 |
msgid "%s added"
|
2754 |
msgstr "%s ajouté"
|
2755 |
|
2756 |
# @ acf
|
2757 |
+
#: includes/fields/class-acf-field-taxonomy.php:970
|
2758 |
#: includes/locations/class-acf-location-user-form.php:73
|
2759 |
msgid "Add"
|
2760 |
msgstr "Ajouter"
|
2830 |
msgid "Value must be a valid URL"
|
2831 |
msgstr "La valeur doit être une URL valide"
|
2832 |
|
2833 |
+
#: includes/fields/class-acf-field-user.php:20 includes/locations.php:95
|
2834 |
msgid "User"
|
2835 |
msgstr "Utilisateur"
|
2836 |
|
2837 |
+
#: includes/fields/class-acf-field-user.php:51
|
2838 |
msgid "Filter by role"
|
2839 |
msgstr "Filtrer par rôle"
|
2840 |
|
2841 |
+
#: includes/fields/class-acf-field-user.php:59
|
2842 |
msgid "All user roles"
|
2843 |
msgstr "Tous les rôles utilisateurs"
|
2844 |
|
2845 |
+
#: includes/fields/class-acf-field-user.php:84
|
2846 |
msgid "User Array"
|
2847 |
+
msgstr "Données de l’Utilisateur (tableau)"
|
2848 |
|
2849 |
+
#: includes/fields/class-acf-field-user.php:85
|
2850 |
msgid "User Object"
|
2851 |
+
msgstr "Objet Utilisateur"
|
2852 |
|
2853 |
+
#: includes/fields/class-acf-field-user.php:86
|
2854 |
msgid "User ID"
|
2855 |
+
msgstr "ID de l’utilisateur"
|
2856 |
+
|
2857 |
+
#: includes/fields/class-acf-field-user.php:334
|
2858 |
+
msgid "Error loading field."
|
2859 |
+
msgstr "Erreur pendant le chargement du champ."
|
2860 |
|
2861 |
# @ acf
|
2862 |
#: includes/fields/class-acf-field-wysiwyg.php:25
|
2909 |
msgstr "Retarder l’initialisation ?"
|
2910 |
|
2911 |
#: includes/fields/class-acf-field-wysiwyg.php:430
|
2912 |
+
msgid "TinyMCE will not be initialized until field is clicked"
|
2913 |
+
msgstr "TinyMCE ne sera pas initialisé tant que le champ n’est pas cliqué"
|
|
|
2914 |
|
2915 |
#: includes/forms/form-front.php:55
|
2916 |
msgid "Validate Email"
|
3036 |
|
3037 |
#: includes/locations/class-acf-location-page-type.php:146
|
3038 |
msgid "Front Page"
|
3039 |
+
msgstr "Page d’accueil"
|
3040 |
|
3041 |
#: includes/locations/class-acf-location-page-type.php:147
|
3042 |
msgid "Posts Page"
|
3139 |
"<b>Error</b>. Could not authenticate update package. Please check again or "
|
3140 |
"deactivate and reactivate your ACF PRO license."
|
3141 |
msgstr ""
|
3142 |
+
"<b>Erreur</b>. Impossible d’authentifier la mise à jour. Merci d’essayer à "
|
3143 |
"nouveau et si le problème persiste, désactivez et réactivez votre licence "
|
3144 |
"ACF PRO."
|
3145 |
|
3209 |
msgid "Upgrade Notice"
|
3210 |
msgstr "Améliorations"
|
3211 |
|
3212 |
+
#: pro/blocks.php:36
|
3213 |
+
msgid "Block type name is required."
|
3214 |
+
msgstr "Le nom du type de bloc est obligatoire."
|
3215 |
+
|
3216 |
+
#: pro/blocks.php:43
|
3217 |
+
#, php-format
|
3218 |
+
msgid "Block type \"%s\" is already registered."
|
3219 |
+
msgstr "Le type de bloc \"%s\" est déjà déclaré."
|
3220 |
+
|
3221 |
+
#: pro/blocks.php:393
|
3222 |
msgid "Switch to Edit"
|
3223 |
msgstr "Passer en mode Édition"
|
3224 |
|
3225 |
+
#: pro/blocks.php:394
|
3226 |
msgid "Switch to Preview"
|
3227 |
msgstr "Passer en mode Aperçu"
|
3228 |
|
3229 |
+
#: pro/blocks.php:397
|
3230 |
+
#, php-format
|
3231 |
+
msgid "%s settings"
|
3232 |
+
msgstr "Réglages de %s "
|
3233 |
+
|
3234 |
#: pro/fields/class-acf-field-clone.php:25
|
3235 |
msgctxt "noun"
|
3236 |
msgid "Clone"
|
3243 |
# @ acf
|
3244 |
#: pro/fields/class-acf-field-clone.php:829
|
3245 |
msgid "Display"
|
3246 |
+
msgstr "Format d’affichage"
|
3247 |
|
3248 |
#: pro/fields/class-acf-field-clone.php:830
|
3249 |
msgid "Specify the style used to render the clone field"
|
3404 |
# @ acf
|
3405 |
#: pro/fields/class-acf-field-gallery.php:73
|
3406 |
msgid "Add Image to Gallery"
|
3407 |
+
msgstr "Ajouter l’image à la galerie"
|
3408 |
|
3409 |
#: pro/fields/class-acf-field-gallery.php:74
|
3410 |
msgid "Maximum selection reached"
|
3433 |
|
3434 |
#: pro/fields/class-acf-field-gallery.php:492
|
3435 |
msgid "Sort by date uploaded"
|
3436 |
+
msgstr "Ranger par date d’import"
|
3437 |
|
3438 |
#: pro/fields/class-acf-field-gallery.php:493
|
3439 |
msgid "Sort by date modified"
|
3446 |
|
3447 |
#: pro/fields/class-acf-field-gallery.php:495
|
3448 |
msgid "Reverse current order"
|
3449 |
+
msgstr "Inverser l’ordre actuel"
|
3450 |
|
3451 |
# @ acf
|
3452 |
#: pro/fields/class-acf-field-gallery.php:507
|
3472 |
# @ acf
|
3473 |
#: pro/fields/class-acf-field-gallery.php:605
|
3474 |
msgid "Minimum Selection"
|
3475 |
+
msgstr "Minimum d’images"
|
3476 |
|
3477 |
# @ acf
|
3478 |
#: pro/fields/class-acf-field-gallery.php:613
|
3482 |
#: pro/fields/class-acf-field-repeater.php:65
|
3483 |
#: pro/fields/class-acf-field-repeater.php:661
|
3484 |
msgid "Minimum rows reached ({min} rows)"
|
3485 |
+
msgstr "Nombre minimal d’éléments atteint ({min} éléments)"
|
3486 |
|
3487 |
#: pro/fields/class-acf-field-repeater.php:66
|
3488 |
msgid "Maximum rows reached ({max} rows)"
|
3489 |
+
msgstr "Nombre maximal d’éléments atteint ({max} éléments)"
|
3490 |
|
3491 |
# @ acf
|
3492 |
#: pro/fields/class-acf-field-repeater.php:338
|
3496 |
# @ acf
|
3497 |
#: pro/fields/class-acf-field-repeater.php:339
|
3498 |
msgid "Remove row"
|
3499 |
+
msgstr "Retirer l’élément"
|
3500 |
|
3501 |
#: pro/fields/class-acf-field-repeater.php:417
|
3502 |
msgid "Collapsed"
|
3509 |
# @ acf
|
3510 |
#: pro/fields/class-acf-field-repeater.php:428
|
3511 |
msgid "Minimum Rows"
|
3512 |
+
msgstr "Nombre minimum d’éléments"
|
3513 |
|
3514 |
# @ acf
|
3515 |
#: pro/fields/class-acf-field-repeater.php:438
|
3516 |
msgid "Maximum Rows"
|
3517 |
+
msgstr "Nombre maximum d’éléments"
|
3518 |
|
3519 |
#: pro/locations/class-acf-location-options-page.php:79
|
3520 |
msgid "No options pages exist"
|
3521 |
+
msgstr "Aucune page d’option créée"
|
3522 |
|
3523 |
# @ acf
|
3524 |
#: pro/options-page.php:51
|
3541 |
"page <a href=\"%s\">Mises à jour</a>. Si vous n’en possédez pas encore une, "
|
3542 |
"jetez un oeil à nos <a href=\"%s\" target=\"_blank\">détails & tarifs</a>."
|
3543 |
|
3544 |
+
#: tests/basic/test-blocks.php:46
|
3545 |
msgid "Normal"
|
3546 |
msgstr "Normal"
|
3547 |
|
3548 |
+
#: tests/basic/test-blocks.php:47
|
3549 |
msgid "Fancy"
|
3550 |
msgstr "Fantaisie"
|
3551 |
|
lang/acf-tr_TR.mo
CHANGED
Binary file
|
lang/acf-tr_TR.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: Advanced Custom Fields Pro v5.
|
4 |
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Emre Erkan <kara@karalamalar.net>\n"
|
8 |
"Language-Team: Emre Erkan <emre@ada.agency>\n"
|
9 |
"Language: tr_TR\n"
|
@@ -22,107 +22,107 @@ msgstr ""
|
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
24 |
|
25 |
-
#: acf.php:
|
26 |
msgid "Advanced Custom Fields"
|
27 |
msgstr "Advanced Custom Fields"
|
28 |
|
29 |
-
#: acf.php:
|
30 |
msgid "Field Groups"
|
31 |
msgstr "Alan grupları"
|
32 |
|
33 |
-
#: acf.php:
|
34 |
msgid "Field Group"
|
35 |
msgstr "Alan grubu"
|
36 |
|
37 |
-
#: acf.php:
|
38 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
39 |
msgid "Add New"
|
40 |
msgstr "Yeni ekle"
|
41 |
|
42 |
-
#: acf.php:
|
43 |
msgid "Add New Field Group"
|
44 |
msgstr "Yeni alan grubu ekle"
|
45 |
|
46 |
-
#: acf.php:
|
47 |
msgid "Edit Field Group"
|
48 |
msgstr "Alan grubunu düzenle"
|
49 |
|
50 |
-
#: acf.php:
|
51 |
msgid "New Field Group"
|
52 |
msgstr "Yeni alan grubu"
|
53 |
|
54 |
-
#: acf.php:
|
55 |
msgid "View Field Group"
|
56 |
msgstr "Alan grubunu görüntüle"
|
57 |
|
58 |
-
#: acf.php:
|
59 |
msgid "Search Field Groups"
|
60 |
msgstr "Alan gruplarında ara"
|
61 |
|
62 |
-
#: acf.php:
|
63 |
msgid "No Field Groups found"
|
64 |
msgstr "Hiç alan grubu bulunamadı"
|
65 |
|
66 |
-
#: acf.php:
|
67 |
msgid "No Field Groups found in Trash"
|
68 |
msgstr "Çöpte alan grubu bulunamadı"
|
69 |
|
70 |
-
#: acf.php:
|
71 |
-
#: includes/admin/admin-field-groups.php:
|
72 |
#: pro/fields/class-acf-field-clone.php:811
|
73 |
msgid "Fields"
|
74 |
msgstr "Alanlar"
|
75 |
|
76 |
-
#: acf.php:
|
77 |
msgid "Field"
|
78 |
msgstr "Alan"
|
79 |
|
80 |
-
#: acf.php:
|
81 |
msgid "Add New Field"
|
82 |
msgstr "Yeni elan ekle"
|
83 |
|
84 |
-
#: acf.php:
|
85 |
msgid "Edit Field"
|
86 |
msgstr "Alanı düzenle"
|
87 |
|
88 |
-
#: acf.php:
|
89 |
msgid "New Field"
|
90 |
msgstr "Yeni alan"
|
91 |
|
92 |
-
#: acf.php:
|
93 |
msgid "View Field"
|
94 |
msgstr "Alanı görüntüle"
|
95 |
|
96 |
-
#: acf.php:
|
97 |
msgid "Search Fields"
|
98 |
msgstr "Alanlarda ara"
|
99 |
|
100 |
-
#: acf.php:
|
101 |
msgid "No Fields found"
|
102 |
msgstr "Hiç alan bulunamadı"
|
103 |
|
104 |
-
#: acf.php:
|
105 |
msgid "No Fields found in Trash"
|
106 |
msgstr "Çöpte alan bulunamadı"
|
107 |
|
108 |
-
#: acf.php:
|
109 |
-
#: includes/admin/admin-field-groups.php:
|
110 |
msgid "Inactive"
|
111 |
msgstr "Etkin değil"
|
112 |
|
113 |
-
#: acf.php:
|
114 |
#, php-format
|
115 |
msgid "Inactive <span class=\"count\">(%s)</span>"
|
116 |
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
117 |
msgstr[0] "Etkin olmayan <span class=“count”>(%s)</span>"
|
118 |
msgstr[1] "Etkin olmayan <span class=“count”>(%s)</span>"
|
119 |
|
120 |
-
#: includes/acf-field-functions.php:
|
121 |
#: includes/admin/admin-field-group.php:178
|
122 |
msgid "(no label)"
|
123 |
msgstr "(etiket yok)"
|
124 |
|
125 |
-
#: includes/acf-field-group-functions.php:
|
126 |
#: includes/admin/admin-field-group.php:180
|
127 |
msgid "copy"
|
128 |
msgstr "kopyala"
|
@@ -194,7 +194,7 @@ msgstr "(bu alan)"
|
|
194 |
#: includes/admin/views/field-group-field-conditional-logic.php:151
|
195 |
#: includes/admin/views/field-group-locations.php:29
|
196 |
#: includes/admin/views/html-location-group.php:3
|
197 |
-
#: includes/api/api-helpers.php:
|
198 |
msgid "or"
|
199 |
msgstr "veya"
|
200 |
|
@@ -220,24 +220,24 @@ msgstr "Alan anahtarları"
|
|
220 |
msgid "Active"
|
221 |
msgstr "Etkin"
|
222 |
|
223 |
-
#: includes/admin/admin-field-group.php:
|
224 |
msgid "Move Complete."
|
225 |
msgstr "Taşıma tamamlandı."
|
226 |
|
227 |
-
#: includes/admin/admin-field-group.php:
|
228 |
#, php-format
|
229 |
msgid "The %s field can now be found in the %s field group"
|
230 |
msgstr "%s alanı artık %s alan grubu altında bulunabilir"
|
231 |
|
232 |
-
#: includes/admin/admin-field-group.php:
|
233 |
msgid "Close Window"
|
234 |
msgstr "Pencereyi kapat"
|
235 |
|
236 |
-
#: includes/admin/admin-field-group.php:
|
237 |
msgid "Please select the destination for this field"
|
238 |
msgstr "Lütfen bu alan için bir hedef seçin"
|
239 |
|
240 |
-
#: includes/admin/admin-field-group.php:
|
241 |
msgid "Move Field"
|
242 |
msgstr "Alanı taşı"
|
243 |
|
@@ -262,25 +262,25 @@ msgid_plural "%s field groups synchronised."
|
|
262 |
msgstr[0] "Alan grubu eşitlendi."
|
263 |
msgstr[1] "%s alan grubu eşitlendi."
|
264 |
|
265 |
-
#: includes/admin/admin-field-groups.php:
|
266 |
-
#: includes/admin/admin-field-groups.php:
|
267 |
msgid "Sync available"
|
268 |
msgstr "Eşitleme mevcut"
|
269 |
|
270 |
-
#: includes/admin/admin-field-groups.php:
|
271 |
-
#: pro/fields/class-acf-field-gallery.php:
|
272 |
msgid "Title"
|
273 |
msgstr "Başlık"
|
274 |
|
275 |
-
#: includes/admin/admin-field-groups.php:
|
276 |
#: includes/admin/views/field-group-options.php:96
|
277 |
#: includes/admin/views/html-admin-page-upgrade-network.php:38
|
278 |
#: includes/admin/views/html-admin-page-upgrade-network.php:49
|
279 |
-
#: pro/fields/class-acf-field-gallery.php:
|
280 |
msgid "Description"
|
281 |
msgstr "Açıklama"
|
282 |
|
283 |
-
#: includes/admin/admin-field-groups.php:
|
284 |
msgid "Status"
|
285 |
msgstr "Durum"
|
286 |
|
@@ -289,8 +289,7 @@ msgstr "Durum"
|
|
289 |
msgid "Customize WordPress with powerful, professional and intuitive fields."
|
290 |
msgstr "Güçlü, profesyonel ve sezgisel alanlar ile WordPress'i özelleştirin."
|
291 |
|
292 |
-
#: includes/admin/admin-field-groups.php:628
|
293 |
-
#: includes/admin/settings-info.php:76
|
294 |
#: pro/admin/views/html-settings-updates.php:107
|
295 |
msgid "Changelog"
|
296 |
msgstr "Değişiklik kayıtları"
|
@@ -317,7 +316,7 @@ msgid "Support"
|
|
317 |
msgstr "Destek"
|
318 |
|
319 |
#: includes/admin/admin-field-groups.php:642
|
320 |
-
#: includes/admin/views/settings-info.php:
|
321 |
msgid "Pro"
|
322 |
msgstr "Pro"
|
323 |
|
@@ -333,12 +332,12 @@ msgstr "Bu ögeyi çoğalt"
|
|
333 |
#: includes/admin/admin-field-groups.php:686
|
334 |
#: includes/admin/admin-field-groups.php:702
|
335 |
#: includes/admin/views/field-group-field.php:46
|
336 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
337 |
msgid "Duplicate"
|
338 |
msgstr "Çoğalt"
|
339 |
|
340 |
#: includes/admin/admin-field-groups.php:719
|
341 |
-
#: includes/fields/class-acf-field-google-map.php:
|
342 |
#: includes/fields/class-acf-field-relationship.php:593
|
343 |
msgid "Search"
|
344 |
msgstr "Ara"
|
@@ -370,26 +369,26 @@ msgstr "Toplu eylemler"
|
|
370 |
msgid "Tools"
|
371 |
msgstr "Araçlar"
|
372 |
|
373 |
-
#: includes/admin/admin-upgrade.php:
|
374 |
-
#: includes/admin/admin-upgrade.php:
|
375 |
#: includes/admin/views/html-admin-page-upgrade-network.php:24
|
376 |
#: includes/admin/views/html-admin-page-upgrade.php:26
|
377 |
msgid "Upgrade Database"
|
378 |
msgstr "Veritabanını güncelle"
|
379 |
|
380 |
-
#: includes/admin/admin-upgrade.php:
|
381 |
msgid "Review sites & upgrade"
|
382 |
msgstr "Siteleri incele ve güncelle"
|
383 |
|
384 |
-
#: includes/admin/admin.php:
|
385 |
msgid "Custom Fields"
|
386 |
msgstr "Özel alanlar"
|
387 |
|
388 |
-
#: includes/admin/
|
389 |
msgid "Info"
|
390 |
msgstr "Bilgi"
|
391 |
|
392 |
-
#: includes/admin/
|
393 |
msgid "What's New"
|
394 |
msgstr "Neler yeni"
|
395 |
|
@@ -523,8 +522,8 @@ msgid "Add rule group"
|
|
523 |
msgstr "Kural grubu ekle"
|
524 |
|
525 |
#: includes/admin/views/field-group-field.php:38
|
526 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
527 |
-
#: pro/fields/class-acf-field-repeater.php:
|
528 |
msgid "Drag to reorder"
|
529 |
msgstr "Yeniden düzenlemek için sürükleyin"
|
530 |
|
@@ -535,9 +534,9 @@ msgstr "Alanı düzenle"
|
|
535 |
|
536 |
#: includes/admin/views/field-group-field.php:45
|
537 |
#: includes/fields/class-acf-field-file.php:152
|
538 |
-
#: includes/fields/class-acf-field-image.php:
|
539 |
#: includes/fields/class-acf-field-link.php:139
|
540 |
-
#: pro/fields/class-acf-field-gallery.php:
|
541 |
msgid "Edit"
|
542 |
msgstr "Düzenle"
|
543 |
|
@@ -558,7 +557,7 @@ msgid "Delete field"
|
|
558 |
msgstr "Alanı sil"
|
559 |
|
560 |
#: includes/admin/views/field-group-field.php:48
|
561 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
562 |
msgid "Delete"
|
563 |
msgstr "Sil"
|
564 |
|
@@ -623,13 +622,13 @@ msgstr "Sırala"
|
|
623 |
#: includes/fields/class-acf-field-checkbox.php:420
|
624 |
#: includes/fields/class-acf-field-radio.php:311
|
625 |
#: includes/fields/class-acf-field-select.php:433
|
626 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
627 |
msgid "Label"
|
628 |
msgstr "Etiket"
|
629 |
|
630 |
#: includes/admin/views/field-group-fields.php:6
|
631 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
632 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
633 |
msgid "Name"
|
634 |
msgstr "İsim"
|
635 |
|
@@ -859,14 +858,12 @@ msgstr ""
|
|
859 |
msgid "Upgrading data to version %s"
|
860 |
msgstr "Veri %s sürümüne yükseltiliyor"
|
861 |
|
862 |
-
#: includes/admin/views/html-admin-page-upgrade-network.php:
|
863 |
msgid "Upgrade complete."
|
864 |
msgstr "Yükseltme başarılı."
|
865 |
|
866 |
-
#: includes/admin/views/html-admin-page-upgrade-network.php:
|
867 |
-
#: includes/admin/views/html-admin-page-upgrade
|
868 |
-
#: includes/admin/views/html-admin-page-upgrade.php:78
|
869 |
-
#: includes/admin/views/html-admin-page-upgrade.php:87
|
870 |
msgid "Upgrade failed."
|
871 |
msgstr "Yükseltme başarısız oldu."
|
872 |
|
@@ -881,8 +878,8 @@ msgstr ""
|
|
881 |
"Veritabanı güncellemesi tamamlandı. <a href=\"%s\">Neler yeni bir göz atın</"
|
882 |
"a>"
|
883 |
|
884 |
-
#: includes/admin/views/html-admin-page-upgrade.php:
|
885 |
-
#: includes/ajax/class-acf-ajax-upgrade.php:
|
886 |
msgid "No updates available."
|
887 |
msgstr "Güncelleme yok."
|
888 |
|
@@ -938,18 +935,6 @@ msgstr ""
|
|
938 |
"Lütfen ayrıca premium eklentilerin de (%s) en üst sürüme güncellendiğinden "
|
939 |
"emin olun."
|
940 |
|
941 |
-
#: includes/admin/views/settings-addons.php:3
|
942 |
-
msgid "Add-ons"
|
943 |
-
msgstr "Eklentiler"
|
944 |
-
|
945 |
-
#: includes/admin/views/settings-addons.php:17
|
946 |
-
msgid "Download & Install"
|
947 |
-
msgstr "İndir ve yükle"
|
948 |
-
|
949 |
-
#: includes/admin/views/settings-addons.php:36
|
950 |
-
msgid "Installed"
|
951 |
-
msgstr "Yüklendi"
|
952 |
-
|
953 |
#: includes/admin/views/settings-info.php:3
|
954 |
msgid "Welcome to Advanced Custom Fields"
|
955 |
msgstr "Advanced Custom Fields eklentisine hoş geldiniz"
|
@@ -967,11 +952,11 @@ msgstr ""
|
|
967 |
msgid "A Smoother Experience"
|
968 |
msgstr "Daha pürüzsüz bir deneyim"
|
969 |
|
970 |
-
#: includes/admin/views/settings-info.php:
|
971 |
msgid "Improved Usability"
|
972 |
msgstr "Geliştirilmiş kullanılabilirlik"
|
973 |
|
974 |
-
#: includes/admin/views/settings-info.php:
|
975 |
msgid ""
|
976 |
"Including the popular Select2 library has improved both usability and speed "
|
977 |
"across a number of field types including post object, page link, taxonomy "
|
@@ -981,11 +966,11 @@ msgstr ""
|
|
981 |
"taksonomi ve seçim kutusu gibi bir çok alan tipinde hem kullanışlılık hem de "
|
982 |
"hız iyileştirmeleri gerçekleşti."
|
983 |
|
984 |
-
#: includes/admin/views/settings-info.php:
|
985 |
msgid "Improved Design"
|
986 |
msgstr "Geliştirilmiş tasarım"
|
987 |
|
988 |
-
#: includes/admin/views/settings-info.php:
|
989 |
msgid ""
|
990 |
"Many fields have undergone a visual refresh to make ACF look better than "
|
991 |
"ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
|
@@ -994,11 +979,11 @@ msgstr ""
|
|
994 |
"ACF daha iyi görünsün diye bir çok alan görsel yenilemeden geçirildi! Gözle "
|
995 |
"görülür değişiklikler galeri, ilişki ve oEmbed (yeni) alanlarında!"
|
996 |
|
997 |
-
#: includes/admin/views/settings-info.php:
|
998 |
msgid "Improved Data"
|
999 |
msgstr "Geliştirilmiş veri"
|
1000 |
|
1001 |
-
#: includes/admin/views/settings-info.php:
|
1002 |
msgid ""
|
1003 |
"Redesigning the data architecture has allowed sub fields to live "
|
1004 |
"independently from their parents. This allows you to drag and drop fields in "
|
@@ -1008,21 +993,21 @@ msgstr ""
|
|
1008 |
"bağlı olmadan var olabiliyorlar. Bu da üst alanların dışına sürükle bırak "
|
1009 |
"yapılabilmesine olanak sağlıyor!"
|
1010 |
|
1011 |
-
#: includes/admin/views/settings-info.php:
|
1012 |
msgid "Goodbye Add-ons. Hello PRO"
|
1013 |
msgstr "Elveda eklentiler. Merhaba PRO"
|
1014 |
|
1015 |
-
#: includes/admin/views/settings-info.php:
|
1016 |
msgid "Introducing ACF PRO"
|
1017 |
msgstr "Karşınızda ACF PRO"
|
1018 |
|
1019 |
-
#: includes/admin/views/settings-info.php:
|
1020 |
msgid ""
|
1021 |
"We're changing the way premium functionality is delivered in an exciting way!"
|
1022 |
msgstr ""
|
1023 |
"Premium işlevlerin size ulaştırılmasını daha heyecanlı bir hale getiriyoruz!"
|
1024 |
|
1025 |
-
#: includes/admin/views/settings-info.php:
|
1026 |
#, php-format
|
1027 |
msgid ""
|
1028 |
"All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
|
@@ -1033,11 +1018,11 @@ msgstr ""
|
|
1033 |
"Hem kişisel hem geliştirici lisansında, özel beceriler hiç olmadığı kadar "
|
1034 |
"edinilebilir ve erişilebilir!"
|
1035 |
|
1036 |
-
#: includes/admin/views/settings-info.php:
|
1037 |
msgid "Powerful Features"
|
1038 |
msgstr "Güçlü özellikler"
|
1039 |
|
1040 |
-
#: includes/admin/views/settings-info.php:
|
1041 |
msgid ""
|
1042 |
"ACF PRO contains powerful features such as repeatable data, flexible content "
|
1043 |
"layouts, a beautiful gallery field and the ability to create extra admin "
|
@@ -1047,16 +1032,16 @@ msgstr ""
|
|
1047 |
"alanı ve ekstra yönetim seçenekleri sayfaları oluşturma gibi güçlü "
|
1048 |
"özellikler içerir!"
|
1049 |
|
1050 |
-
#: includes/admin/views/settings-info.php:
|
1051 |
#, php-format
|
1052 |
msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
|
1053 |
msgstr "<a href=\"%s\">ACF PRO özellikleri</a> hakkında daha fazlasını okuyun."
|
1054 |
|
1055 |
-
#: includes/admin/views/settings-info.php:
|
1056 |
msgid "Easy Upgrading"
|
1057 |
msgstr "Kolay yükseltme"
|
1058 |
|
1059 |
-
#: includes/admin/views/settings-info.php:
|
1060 |
msgid ""
|
1061 |
"Upgrading to ACF PRO is easy. Simply purchase a license online and download "
|
1062 |
"the plugin!"
|
@@ -1064,7 +1049,7 @@ msgstr ""
|
|
1064 |
"ACF PRO’ya yükseltmek çok kolay. Çevrimiçi bir lisans satın alın ve "
|
1065 |
"eklentiyi indirin!"
|
1066 |
|
1067 |
-
#: includes/admin/views/settings-info.php:
|
1068 |
#, php-format
|
1069 |
msgid ""
|
1070 |
"We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
|
@@ -1075,15 +1060,15 @@ msgstr ""
|
|
1075 |
"hazırladık, fakat yine de bir sorunuz varsa lütfen <a href=\"%s\">yardım "
|
1076 |
"masası</a>nı kullanarak destek ekibimize danışın."
|
1077 |
|
1078 |
-
#: includes/admin/views/settings-info.php:
|
1079 |
msgid "New Features"
|
1080 |
msgstr "Yeni özellikler"
|
1081 |
|
1082 |
-
#: includes/admin/views/settings-info.php:
|
1083 |
msgid "Link Field"
|
1084 |
msgstr "Bağlantı alanı"
|
1085 |
|
1086 |
-
#: includes/admin/views/settings-info.php:
|
1087 |
msgid ""
|
1088 |
"The Link field provides a simple way to select or define a link (url, title, "
|
1089 |
"target)."
|
@@ -1091,19 +1076,19 @@ msgstr ""
|
|
1091 |
"Bağlantı alanı bir bağlantı (adres, başlık, hedef) seçmek ya da tanımlamak "
|
1092 |
"için basit bir yol sunar."
|
1093 |
|
1094 |
-
#: includes/admin/views/settings-info.php:
|
1095 |
msgid "Group Field"
|
1096 |
msgstr "Grup alanı"
|
1097 |
|
1098 |
-
#: includes/admin/views/settings-info.php:
|
1099 |
msgid "The Group field provides a simple way to create a group of fields."
|
1100 |
msgstr "Grup alanı birden çok alanı basitçe gruplamanıza olanak sağlar."
|
1101 |
|
1102 |
-
#: includes/admin/views/settings-info.php:
|
1103 |
msgid "oEmbed Field"
|
1104 |
msgstr "oEmbed alanı"
|
1105 |
|
1106 |
-
#: includes/admin/views/settings-info.php:
|
1107 |
msgid ""
|
1108 |
"The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
|
1109 |
"and other content."
|
@@ -1111,50 +1096,50 @@ msgstr ""
|
|
1111 |
"oEmbed alanı videolar, görseller, tweetler, ses ve diğer içeriği kolayca "
|
1112 |
"gömebilmenizi sağlar."
|
1113 |
|
1114 |
-
#: includes/admin/views/settings-info.php:
|
1115 |
msgid "Clone Field"
|
1116 |
msgstr "Kopya alanı"
|
1117 |
|
1118 |
-
#: includes/admin/views/settings-info.php:
|
1119 |
msgid "The clone field allows you to select and display existing fields."
|
1120 |
msgstr "Kopya alanı var olan alanları seçme ve görüntülemenize olanak sağlar."
|
1121 |
|
1122 |
-
#: includes/admin/views/settings-info.php:
|
1123 |
msgid "More AJAX"
|
1124 |
msgstr "Daha fazla AJAX"
|
1125 |
|
1126 |
-
#: includes/admin/views/settings-info.php:
|
1127 |
msgid "More fields use AJAX powered search to speed up page loading."
|
1128 |
msgstr ""
|
1129 |
"Sayfa yüklenmesini hızlandırmak adına daha çok alan AJAX ile güçlendirilmiş "
|
1130 |
"arama kullanıyor."
|
1131 |
|
1132 |
-
#: includes/admin/views/settings-info.php:
|
1133 |
msgid "Local JSON"
|
1134 |
msgstr "Yerel JSON"
|
1135 |
|
1136 |
-
#: includes/admin/views/settings-info.php:
|
1137 |
msgid ""
|
1138 |
"New auto export to JSON feature improves speed and allows for syncronisation."
|
1139 |
msgstr ""
|
1140 |
"Yeni otomatik JSON dışarı aktarma özelliği ile hız artıyor ve "
|
1141 |
"senkronizasyona imkan sağlanıyor."
|
1142 |
|
1143 |
-
#: includes/admin/views/settings-info.php:
|
1144 |
msgid "Easy Import / Export"
|
1145 |
msgstr "Kolayca içe / dışa aktarma"
|
1146 |
|
1147 |
-
#: includes/admin/views/settings-info.php:
|
1148 |
msgid "Both import and export can easily be done through a new tools page."
|
1149 |
msgstr ""
|
1150 |
"İçeri ve dışarı aktarma işlemleri yeni araçlar sayfasından kolayca "
|
1151 |
"yapılabilir."
|
1152 |
|
1153 |
-
#: includes/admin/views/settings-info.php:
|
1154 |
msgid "New Form Locations"
|
1155 |
msgstr "Yeni form konumları"
|
1156 |
|
1157 |
-
#: includes/admin/views/settings-info.php:
|
1158 |
msgid ""
|
1159 |
"Fields can now be mapped to menus, menu items, comments, widgets and all "
|
1160 |
"user forms!"
|
@@ -1162,11 +1147,11 @@ msgstr ""
|
|
1162 |
"Alanlar artık menülere, menü elemanlarına, yorumlara, bileşenlere ve tüm "
|
1163 |
"kullanıcı formlarına eşlenebiliyor!"
|
1164 |
|
1165 |
-
#: includes/admin/views/settings-info.php:
|
1166 |
msgid "More Customization"
|
1167 |
msgstr "Daha fazla özelleştirme"
|
1168 |
|
1169 |
-
#: includes/admin/views/settings-info.php:
|
1170 |
msgid ""
|
1171 |
"New PHP (and JS) actions and filters have been added to allow for more "
|
1172 |
"customization."
|
@@ -1174,11 +1159,11 @@ msgstr ""
|
|
1174 |
"Daha fazla özelleştirmeye izin veren yeni PHP (ve JS) eylem ve filtreleri "
|
1175 |
"eklendi."
|
1176 |
|
1177 |
-
#: includes/admin/views/settings-info.php:
|
1178 |
msgid "Fresh UI"
|
1179 |
msgstr "Taze arayüz"
|
1180 |
|
1181 |
-
#: includes/admin/views/settings-info.php:
|
1182 |
msgid ""
|
1183 |
"The entire plugin has had a design refresh including new field types, "
|
1184 |
"settings and design!"
|
@@ -1186,11 +1171,11 @@ msgstr ""
|
|
1186 |
"Eklentinin tasarımı yeni alan tipleri, ayarlar ve tasarımı da içerecek "
|
1187 |
"şekilde yenilendi!"
|
1188 |
|
1189 |
-
#: includes/admin/views/settings-info.php:
|
1190 |
msgid "New Settings"
|
1191 |
msgstr "Yeni ayarlar"
|
1192 |
|
1193 |
-
#: includes/admin/views/settings-info.php:
|
1194 |
msgid ""
|
1195 |
"Field group settings have been added for Active, Label Placement, "
|
1196 |
"Instructions Placement and Description."
|
@@ -1198,30 +1183,30 @@ msgstr ""
|
|
1198 |
"Etkin, etiket yerleşimi, talimatlar yerleşimi ve açıklama için alan grubu "
|
1199 |
"ayarları eklendi."
|
1200 |
|
1201 |
-
#: includes/admin/views/settings-info.php:
|
1202 |
msgid "Better Front End Forms"
|
1203 |
msgstr "Daha iyi ön yüz formları"
|
1204 |
|
1205 |
-
#: includes/admin/views/settings-info.php:
|
1206 |
msgid ""
|
1207 |
"acf_form() can now create a new post on submission with lots of new settings."
|
1208 |
msgstr ""
|
1209 |
"acf_form() artık gönderim halinde bir sürü yeni ayar ile yeni bir yazı "
|
1210 |
"oluşturabilir."
|
1211 |
|
1212 |
-
#: includes/admin/views/settings-info.php:
|
1213 |
msgid "Better Validation"
|
1214 |
msgstr "Daha iyi doğrulama"
|
1215 |
|
1216 |
-
#: includes/admin/views/settings-info.php:
|
1217 |
msgid "Form validation is now done via PHP + AJAX in favour of only JS."
|
1218 |
msgstr "Form doğrulama artık sadece JS yerine PHP + AJAX ile yapılıyor."
|
1219 |
|
1220 |
-
#: includes/admin/views/settings-info.php:
|
1221 |
msgid "Moving Fields"
|
1222 |
msgstr "Taşınabilir alanlar"
|
1223 |
|
1224 |
-
#: includes/admin/views/settings-info.php:
|
1225 |
msgid ""
|
1226 |
"New field group functionality allows you to move a field between groups & "
|
1227 |
"parents."
|
@@ -1229,194 +1214,198 @@ msgstr ""
|
|
1229 |
"Yeni gruplama becerisi, bir alanı gruplar ve üst alanlar arasında "
|
1230 |
"taşıyabilmenize olanak sağlar."
|
1231 |
|
1232 |
-
#: includes/admin/views/settings-info.php:
|
1233 |
#, php-format
|
1234 |
msgid "We think you'll love the changes in %s."
|
1235 |
msgstr "%s sürümündeki değişiklikleri seveceğinizi düşünüyoruz."
|
1236 |
|
1237 |
-
#: includes/
|
|
|
|
|
|
|
|
|
1238 |
msgid "Thumbnail"
|
1239 |
msgstr "Küçük görsel"
|
1240 |
|
1241 |
-
#: includes/api/api-helpers.php:
|
1242 |
msgid "Medium"
|
1243 |
msgstr "Orta"
|
1244 |
|
1245 |
-
#: includes/api/api-helpers.php:
|
1246 |
msgid "Large"
|
1247 |
msgstr "Büyük"
|
1248 |
|
1249 |
-
#: includes/api/api-helpers.php:
|
1250 |
msgid "Full Size"
|
1251 |
msgstr "Tam boyut"
|
1252 |
|
1253 |
-
#: includes/api/api-helpers.php:
|
1254 |
#: pro/fields/class-acf-field-clone.php:996
|
1255 |
msgid "(no title)"
|
1256 |
msgstr "(başlıksız)"
|
1257 |
|
1258 |
-
#: includes/api/api-helpers.php:
|
1259 |
#, php-format
|
1260 |
msgid "Image width must be at least %dpx."
|
1261 |
msgstr "Görsel genişliği en az %dpx olmalı."
|
1262 |
|
1263 |
-
#: includes/api/api-helpers.php:
|
1264 |
#, php-format
|
1265 |
msgid "Image width must not exceed %dpx."
|
1266 |
msgstr "Görsel genişliği %dpx değerini geçmemeli."
|
1267 |
|
1268 |
-
#: includes/api/api-helpers.php:
|
1269 |
#, php-format
|
1270 |
msgid "Image height must be at least %dpx."
|
1271 |
msgstr "Görsel yüksekliği en az %dpx olmalı."
|
1272 |
|
1273 |
-
#: includes/api/api-helpers.php:
|
1274 |
#, php-format
|
1275 |
msgid "Image height must not exceed %dpx."
|
1276 |
msgstr "Görsel yüksekliği %dpx değerini geçmemeli."
|
1277 |
|
1278 |
-
#: includes/api/api-helpers.php:
|
1279 |
#, php-format
|
1280 |
msgid "File size must be at least %s."
|
1281 |
msgstr "Dosya boyutu en az %s olmalı."
|
1282 |
|
1283 |
-
#: includes/api/api-helpers.php:
|
1284 |
#, php-format
|
1285 |
msgid "File size must must not exceed %s."
|
1286 |
msgstr "Dosya boyutu %s boyutunu geçmemeli."
|
1287 |
|
1288 |
-
#: includes/api/api-helpers.php:
|
1289 |
#, php-format
|
1290 |
msgid "File type must be %s."
|
1291 |
msgstr "Dosya tipi %s olmalı."
|
1292 |
|
1293 |
-
#: includes/assets.php:
|
1294 |
msgid "The changes you made will be lost if you navigate away from this page"
|
1295 |
msgstr ""
|
1296 |
"Bu sayfadan başka bir sayfaya geçerseniz yaptığınız değişiklikler kaybolacak"
|
1297 |
|
1298 |
-
#: includes/assets.php:
|
1299 |
msgctxt "verb"
|
1300 |
msgid "Select"
|
1301 |
msgstr "Seç"
|
1302 |
|
1303 |
-
#: includes/assets.php:
|
1304 |
msgctxt "verb"
|
1305 |
msgid "Edit"
|
1306 |
msgstr "Düzenle"
|
1307 |
|
1308 |
-
#: includes/assets.php:
|
1309 |
msgctxt "verb"
|
1310 |
msgid "Update"
|
1311 |
msgstr "Güncelle"
|
1312 |
|
1313 |
-
#: includes/assets.php:
|
1314 |
msgid "Uploaded to this post"
|
1315 |
msgstr "Bu yazıya yüklenmiş"
|
1316 |
|
1317 |
-
#: includes/assets.php:
|
1318 |
msgid "Expand Details"
|
1319 |
msgstr "Ayrıntıları genişlet"
|
1320 |
|
1321 |
-
#: includes/assets.php:
|
1322 |
msgid "Collapse Details"
|
1323 |
msgstr "Detayları daralt"
|
1324 |
|
1325 |
-
#: includes/assets.php:
|
1326 |
msgid "Restricted"
|
1327 |
msgstr "Kısıtlı"
|
1328 |
|
1329 |
-
#: includes/assets.php:
|
1330 |
msgid "All images"
|
1331 |
msgstr "Tüm görseller"
|
1332 |
|
1333 |
-
#: includes/assets.php:
|
1334 |
msgid "Validation successful"
|
1335 |
msgstr "Doğrulama başarılı"
|
1336 |
|
1337 |
-
#: includes/assets.php:
|
1338 |
#: includes/validation.php:296
|
1339 |
msgid "Validation failed"
|
1340 |
msgstr "Doğrulama başarısız"
|
1341 |
|
1342 |
-
#: includes/assets.php:
|
1343 |
msgid "1 field requires attention"
|
1344 |
msgstr "1 alan dikkatinizi gerektiriyor"
|
1345 |
|
1346 |
-
#: includes/assets.php:
|
1347 |
#, php-format
|
1348 |
msgid "%d fields require attention"
|
1349 |
msgstr "%d alan dikkatinizi gerektiriyor"
|
1350 |
|
1351 |
-
#: includes/assets.php:
|
1352 |
msgid "Are you sure?"
|
1353 |
msgstr "Emin misiniz?"
|
1354 |
|
1355 |
-
#: includes/assets.php:
|
1356 |
#: includes/fields/class-acf-field-true_false.php:159
|
1357 |
#: pro/admin/views/html-settings-updates.php:89
|
1358 |
msgid "Yes"
|
1359 |
msgstr "Evet"
|
1360 |
|
1361 |
-
#: includes/assets.php:
|
1362 |
#: includes/fields/class-acf-field-true_false.php:174
|
1363 |
#: pro/admin/views/html-settings-updates.php:99
|
1364 |
msgid "No"
|
1365 |
msgstr "Hayır"
|
1366 |
|
1367 |
-
#: includes/assets.php:
|
1368 |
-
#: includes/fields/class-acf-field-image.php:
|
1369 |
#: includes/fields/class-acf-field-link.php:140
|
1370 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1371 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1372 |
msgid "Remove"
|
1373 |
msgstr "Kaldır"
|
1374 |
|
1375 |
-
#: includes/assets.php:
|
1376 |
msgid "Cancel"
|
1377 |
msgstr "İptal"
|
1378 |
|
1379 |
-
#: includes/assets.php:
|
1380 |
msgid "Has any value"
|
1381 |
msgstr "Herhangi bir değer"
|
1382 |
|
1383 |
-
#: includes/assets.php:
|
1384 |
msgid "Has no value"
|
1385 |
msgstr "Hiçbir değer"
|
1386 |
|
1387 |
-
#: includes/assets.php:
|
1388 |
msgid "Value is equal to"
|
1389 |
msgstr "Değer eşitse"
|
1390 |
|
1391 |
-
#: includes/assets.php:
|
1392 |
msgid "Value is not equal to"
|
1393 |
msgstr "Değer eşit değilse"
|
1394 |
|
1395 |
-
#: includes/assets.php:
|
1396 |
msgid "Value matches pattern"
|
1397 |
msgstr "Değer bir desenle eşleşir"
|
1398 |
|
1399 |
-
#: includes/assets.php:
|
1400 |
msgid "Value contains"
|
1401 |
msgstr "Değer içeriyor"
|
1402 |
|
1403 |
-
#: includes/assets.php:
|
1404 |
msgid "Value is greater than"
|
1405 |
msgstr "Değer daha büyük"
|
1406 |
|
1407 |
-
#: includes/assets.php:
|
1408 |
msgid "Value is less than"
|
1409 |
msgstr "Değer daha az"
|
1410 |
|
1411 |
-
#: includes/assets.php:
|
1412 |
msgid "Selection is greater than"
|
1413 |
msgstr "Seçin daha büyük"
|
1414 |
|
1415 |
-
#: includes/assets.php:
|
1416 |
msgid "Selection is less than"
|
1417 |
msgstr "Seçim daha az"
|
1418 |
|
1419 |
-
#: includes/assets.php:
|
1420 |
#: pro/admin/admin-options-page.php:325
|
1421 |
msgid "Edit field group"
|
1422 |
msgstr "Alan grubunu düzenle"
|
@@ -1454,9 +1443,9 @@ msgstr "jQuery"
|
|
1454 |
#: includes/fields/class-acf-field-group.php:474
|
1455 |
#: includes/fields/class-acf-field-radio.php:290
|
1456 |
#: pro/fields/class-acf-field-clone.php:843
|
1457 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
1458 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
1459 |
-
#: pro/fields/class-acf-field-repeater.php:
|
1460 |
msgid "Layout"
|
1461 |
msgstr "Yerleşim"
|
1462 |
|
@@ -1532,8 +1521,8 @@ msgstr "kirmizi : Kırmızı"
|
|
1532 |
#: includes/fields/class-acf-field-post_object.php:411
|
1533 |
#: includes/fields/class-acf-field-radio.php:244
|
1534 |
#: includes/fields/class-acf-field-select.php:382
|
1535 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
1536 |
-
#: includes/fields/class-acf-field-user.php:
|
1537 |
msgid "Allow Null?"
|
1538 |
msgstr "Boş geçilebilir mi?"
|
1539 |
|
@@ -1543,9 +1532,9 @@ msgstr "Boş geçilebilir mi?"
|
|
1543 |
#: includes/fields/class-acf-field-email.php:118
|
1544 |
#: includes/fields/class-acf-field-number.php:127
|
1545 |
#: includes/fields/class-acf-field-radio.php:281
|
1546 |
-
#: includes/fields/class-acf-field-range.php:
|
1547 |
#: includes/fields/class-acf-field-select.php:373
|
1548 |
-
#: includes/fields/class-acf-field-text.php:
|
1549 |
#: includes/fields/class-acf-field-textarea.php:102
|
1550 |
#: includes/fields/class-acf-field-true_false.php:135
|
1551 |
#: includes/fields/class-acf-field-url.php:100
|
@@ -1557,8 +1546,8 @@ msgstr "Varsayılan değer"
|
|
1557 |
#: includes/fields/class-acf-field-email.php:119
|
1558 |
#: includes/fields/class-acf-field-number.php:128
|
1559 |
#: includes/fields/class-acf-field-radio.php:282
|
1560 |
-
#: includes/fields/class-acf-field-range.php:
|
1561 |
-
#: includes/fields/class-acf-field-text.php:
|
1562 |
#: includes/fields/class-acf-field-textarea.php:103
|
1563 |
#: includes/fields/class-acf-field-url.php:101
|
1564 |
#: includes/fields/class-acf-field-wysiwyg.php:382
|
@@ -1580,17 +1569,15 @@ msgstr "Dikey"
|
|
1580 |
#: includes/fields/class-acf-field-button-group.php:191
|
1581 |
#: includes/fields/class-acf-field-checkbox.php:413
|
1582 |
#: includes/fields/class-acf-field-file.php:215
|
1583 |
-
#: includes/fields/class-acf-field-image.php:205
|
1584 |
#: includes/fields/class-acf-field-link.php:166
|
1585 |
#: includes/fields/class-acf-field-radio.php:304
|
1586 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
1587 |
msgid "Return Value"
|
1588 |
msgstr "Dönüş değeri"
|
1589 |
|
1590 |
#: includes/fields/class-acf-field-button-group.php:192
|
1591 |
#: includes/fields/class-acf-field-checkbox.php:414
|
1592 |
#: includes/fields/class-acf-field-file.php:216
|
1593 |
-
#: includes/fields/class-acf-field-image.php:206
|
1594 |
#: includes/fields/class-acf-field-link.php:167
|
1595 |
#: includes/fields/class-acf-field-radio.php:305
|
1596 |
msgid "Specify the returned value on front end"
|
@@ -1611,7 +1598,7 @@ msgid "Both (Array)"
|
|
1611 |
msgstr "İkisi de (Dizi)"
|
1612 |
|
1613 |
#: includes/fields/class-acf-field-checkbox.php:25
|
1614 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
1615 |
msgid "Checkbox"
|
1616 |
msgstr "İşaret kutusu"
|
1617 |
|
@@ -1733,11 +1720,13 @@ msgstr "Bir değer kaydedilirken kullanılacak biçim"
|
|
1733 |
|
1734 |
#: includes/fields/class-acf-field-date_picker.php:208
|
1735 |
#: includes/fields/class-acf-field-date_time_picker.php:200
|
|
|
1736 |
#: includes/fields/class-acf-field-post_object.php:431
|
1737 |
#: includes/fields/class-acf-field-relationship.php:634
|
1738 |
#: includes/fields/class-acf-field-select.php:427
|
1739 |
#: includes/fields/class-acf-field-time_picker.php:124
|
1740 |
-
#: includes/fields/class-acf-field-user.php:
|
|
|
1741 |
msgid "Return Format"
|
1742 |
msgstr "Dönüş biçimi"
|
1743 |
|
@@ -1838,7 +1827,7 @@ msgstr "E-posta"
|
|
1838 |
#: includes/fields/class-acf-field-email.php:127
|
1839 |
#: includes/fields/class-acf-field-number.php:136
|
1840 |
#: includes/fields/class-acf-field-password.php:71
|
1841 |
-
#: includes/fields/class-acf-field-text.php:
|
1842 |
#: includes/fields/class-acf-field-textarea.php:111
|
1843 |
#: includes/fields/class-acf-field-url.php:109
|
1844 |
msgid "Placeholder Text"
|
@@ -1847,7 +1836,7 @@ msgstr "Yer tutucu metin"
|
|
1847 |
#: includes/fields/class-acf-field-email.php:128
|
1848 |
#: includes/fields/class-acf-field-number.php:137
|
1849 |
#: includes/fields/class-acf-field-password.php:72
|
1850 |
-
#: includes/fields/class-acf-field-text.php:
|
1851 |
#: includes/fields/class-acf-field-textarea.php:112
|
1852 |
#: includes/fields/class-acf-field-url.php:110
|
1853 |
msgid "Appears within the input"
|
@@ -1856,32 +1845,32 @@ msgstr "Girdi alanının içinde görünür"
|
|
1856 |
#: includes/fields/class-acf-field-email.php:136
|
1857 |
#: includes/fields/class-acf-field-number.php:145
|
1858 |
#: includes/fields/class-acf-field-password.php:80
|
1859 |
-
#: includes/fields/class-acf-field-range.php:
|
1860 |
-
#: includes/fields/class-acf-field-text.php:
|
1861 |
msgid "Prepend"
|
1862 |
msgstr "Önüne ekle"
|
1863 |
|
1864 |
#: includes/fields/class-acf-field-email.php:137
|
1865 |
#: includes/fields/class-acf-field-number.php:146
|
1866 |
#: includes/fields/class-acf-field-password.php:81
|
1867 |
-
#: includes/fields/class-acf-field-range.php:
|
1868 |
-
#: includes/fields/class-acf-field-text.php:
|
1869 |
msgid "Appears before the input"
|
1870 |
msgstr "Girdi alanından önce görünür"
|
1871 |
|
1872 |
#: includes/fields/class-acf-field-email.php:145
|
1873 |
#: includes/fields/class-acf-field-number.php:154
|
1874 |
#: includes/fields/class-acf-field-password.php:89
|
1875 |
-
#: includes/fields/class-acf-field-range.php:
|
1876 |
-
#: includes/fields/class-acf-field-text.php:
|
1877 |
msgid "Append"
|
1878 |
msgstr "Sonuna ekle"
|
1879 |
|
1880 |
#: includes/fields/class-acf-field-email.php:146
|
1881 |
#: includes/fields/class-acf-field-number.php:155
|
1882 |
#: includes/fields/class-acf-field-password.php:90
|
1883 |
-
#: includes/fields/class-acf-field-range.php:
|
1884 |
-
#: includes/fields/class-acf-field-text.php:
|
1885 |
msgid "Appears after the input"
|
1886 |
msgstr "Girdi alanından sonra görünür"
|
1887 |
|
@@ -1904,10 +1893,10 @@ msgstr "Dosya adı"
|
|
1904 |
#: includes/fields/class-acf-field-file.php:145
|
1905 |
#: includes/fields/class-acf-field-file.php:248
|
1906 |
#: includes/fields/class-acf-field-file.php:259
|
1907 |
-
#: includes/fields/class-acf-field-image.php:
|
1908 |
-
#: includes/fields/class-acf-field-image.php:
|
1909 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1910 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1911 |
msgid "File size"
|
1912 |
msgstr "Dosya boyutu"
|
1913 |
|
@@ -1928,39 +1917,40 @@ msgid "File ID"
|
|
1928 |
msgstr "Dosya no"
|
1929 |
|
1930 |
#: includes/fields/class-acf-field-file.php:230
|
1931 |
-
#: includes/fields/class-acf-field-image.php:
|
1932 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1933 |
msgid "Library"
|
1934 |
msgstr "Kitaplık"
|
1935 |
|
1936 |
#: includes/fields/class-acf-field-file.php:231
|
1937 |
-
#: includes/fields/class-acf-field-image.php:
|
1938 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1939 |
msgid "Limit the media library choice"
|
1940 |
msgstr "Ortam kitaplığı seçimini sınırlayın"
|
1941 |
|
1942 |
#: includes/fields/class-acf-field-file.php:236
|
1943 |
-
#: includes/fields/class-acf-field-image.php:
|
1944 |
#: includes/locations/class-acf-location-attachment.php:101
|
1945 |
#: includes/locations/class-acf-location-comment.php:79
|
1946 |
#: includes/locations/class-acf-location-nav-menu.php:102
|
1947 |
#: includes/locations/class-acf-location-taxonomy.php:79
|
1948 |
-
#: includes/locations/class-acf-location-user-form.php:
|
1949 |
-
#: includes/locations/class-acf-location-user-role.php:
|
1950 |
#: includes/locations/class-acf-location-widget.php:83
|
1951 |
-
#: pro/fields/class-acf-field-gallery.php:
|
|
|
1952 |
msgid "All"
|
1953 |
msgstr "Tümü"
|
1954 |
|
1955 |
#: includes/fields/class-acf-field-file.php:237
|
1956 |
-
#: includes/fields/class-acf-field-image.php:
|
1957 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1958 |
msgid "Uploaded to post"
|
1959 |
msgstr "Yazıya yüklendi"
|
1960 |
|
1961 |
#: includes/fields/class-acf-field-file.php:244
|
1962 |
-
#: includes/fields/class-acf-field-image.php:
|
1963 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1964 |
msgid "Minimum"
|
1965 |
msgstr "En az"
|
1966 |
|
@@ -1970,20 +1960,20 @@ msgid "Restrict which files can be uploaded"
|
|
1970 |
msgstr "Yüklenebilecek dosyaları sınırlandırın"
|
1971 |
|
1972 |
#: includes/fields/class-acf-field-file.php:255
|
1973 |
-
#: includes/fields/class-acf-field-image.php:
|
1974 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1975 |
msgid "Maximum"
|
1976 |
msgstr "En fazla"
|
1977 |
|
1978 |
#: includes/fields/class-acf-field-file.php:266
|
1979 |
-
#: includes/fields/class-acf-field-image.php:
|
1980 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1981 |
msgid "Allowed file types"
|
1982 |
msgstr "İzin verilen dosya tipleri"
|
1983 |
|
1984 |
#: includes/fields/class-acf-field-file.php:267
|
1985 |
-
#: includes/fields/class-acf-field-image.php:
|
1986 |
-
#: pro/fields/class-acf-field-gallery.php:
|
1987 |
msgid "Comma separated list. Leave blank for all types"
|
1988 |
msgstr "Virgül ile ayrılmış liste. Tüm tipler için boş bırakın"
|
1989 |
|
@@ -1995,46 +1985,46 @@ msgstr "Google haritası"
|
|
1995 |
msgid "Sorry, this browser does not support geolocation"
|
1996 |
msgstr "Üzgünüz, bu tarayıcı konumlandırma desteklemiyor"
|
1997 |
|
1998 |
-
#: includes/fields/class-acf-field-google-map.php:
|
1999 |
msgid "Clear location"
|
2000 |
msgstr "Konumu temizle"
|
2001 |
|
2002 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2003 |
msgid "Find current location"
|
2004 |
msgstr "Şu anki konumu bul"
|
2005 |
|
2006 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2007 |
msgid "Search for address..."
|
2008 |
msgstr "Adres arayın…"
|
2009 |
|
2010 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2011 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2012 |
msgid "Center"
|
2013 |
msgstr "Merkez"
|
2014 |
|
2015 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2016 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2017 |
msgid "Center the initial map"
|
2018 |
msgstr "Haritayı ortala"
|
2019 |
|
2020 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2021 |
msgid "Zoom"
|
2022 |
msgstr "Yaklaş"
|
2023 |
|
2024 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2025 |
msgid "Set the initial zoom level"
|
2026 |
msgstr "Temel yaklaşma seviyesini belirle"
|
2027 |
|
2028 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2029 |
-
#: includes/fields/class-acf-field-image.php:
|
2030 |
-
#: includes/fields/class-acf-field-image.php:
|
2031 |
#: includes/fields/class-acf-field-oembed.php:268
|
2032 |
-
#: pro/fields/class-acf-field-gallery.php:
|
2033 |
-
#: pro/fields/class-acf-field-gallery.php:
|
2034 |
msgid "Height"
|
2035 |
msgstr "Yükseklik"
|
2036 |
|
2037 |
-
#: includes/fields/class-acf-field-google-map.php:
|
2038 |
msgid "Customize the map height"
|
2039 |
msgstr "Harita yüksekliğini özelleştir"
|
2040 |
|
@@ -2043,7 +2033,7 @@ msgid "Group"
|
|
2043 |
msgstr "Grup"
|
2044 |
|
2045 |
#: includes/fields/class-acf-field-group.php:459
|
2046 |
-
#: pro/fields/class-acf-field-repeater.php:
|
2047 |
msgid "Sub Fields"
|
2048 |
msgstr "Alt alanlar"
|
2049 |
|
@@ -2054,22 +2044,23 @@ msgstr "Seçili alanları görüntülemek için kullanılacak stili belirtin"
|
|
2054 |
|
2055 |
#: includes/fields/class-acf-field-group.php:480
|
2056 |
#: pro/fields/class-acf-field-clone.php:849
|
2057 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
2058 |
-
#: pro/fields/class-acf-field-repeater.php:
|
|
|
2059 |
msgid "Block"
|
2060 |
msgstr "Blok"
|
2061 |
|
2062 |
#: includes/fields/class-acf-field-group.php:481
|
2063 |
#: pro/fields/class-acf-field-clone.php:850
|
2064 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
2065 |
-
#: pro/fields/class-acf-field-repeater.php:
|
2066 |
msgid "Table"
|
2067 |
msgstr "Tablo"
|
2068 |
|
2069 |
#: includes/fields/class-acf-field-group.php:482
|
2070 |
#: pro/fields/class-acf-field-clone.php:851
|
2071 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
2072 |
-
#: pro/fields/class-acf-field-repeater.php:
|
2073 |
msgid "Row"
|
2074 |
msgstr "Satır"
|
2075 |
|
@@ -2077,58 +2068,58 @@ msgstr "Satır"
|
|
2077 |
msgid "Image"
|
2078 |
msgstr "Görsel"
|
2079 |
|
2080 |
-
#: includes/fields/class-acf-field-image.php:
|
2081 |
msgid "Select Image"
|
2082 |
msgstr "Görsel seç"
|
2083 |
|
2084 |
-
#: includes/fields/class-acf-field-image.php:
|
2085 |
msgid "Edit Image"
|
2086 |
msgstr "Görseli düzenle"
|
2087 |
|
2088 |
-
#: includes/fields/class-acf-field-image.php:
|
2089 |
msgid "Update Image"
|
2090 |
msgstr "Görseli güncelle"
|
2091 |
|
2092 |
-
#: includes/fields/class-acf-field-image.php:
|
2093 |
msgid "No image selected"
|
2094 |
msgstr "Görsel seçilmedi"
|
2095 |
|
2096 |
-
#: includes/fields/class-acf-field-image.php:
|
2097 |
msgid "Add Image"
|
2098 |
msgstr "Görsel ekle"
|
2099 |
|
2100 |
-
#: includes/fields/class-acf-field-image.php:
|
|
|
2101 |
msgid "Image Array"
|
2102 |
msgstr "Görsel dizisi"
|
2103 |
|
2104 |
-
#: includes/fields/class-acf-field-image.php:
|
|
|
2105 |
msgid "Image URL"
|
2106 |
msgstr "Görsel adresi"
|
2107 |
|
2108 |
-
#: includes/fields/class-acf-field-image.php:
|
|
|
2109 |
msgid "Image ID"
|
2110 |
msgstr "Görsel no"
|
2111 |
|
2112 |
-
#: includes/fields/class-acf-field-image.php:
|
|
|
2113 |
msgid "Preview Size"
|
2114 |
msgstr "Önizleme boyutu"
|
2115 |
|
2116 |
-
#: includes/fields/class-acf-field-image.php:
|
2117 |
-
|
2118 |
-
|
2119 |
-
|
2120 |
-
#: includes/fields/class-acf-field-image.php:245
|
2121 |
-
#: includes/fields/class-acf-field-image.php:274
|
2122 |
-
#: pro/fields/class-acf-field-gallery.php:688
|
2123 |
-
#: pro/fields/class-acf-field-gallery.php:717
|
2124 |
msgid "Restrict which images can be uploaded"
|
2125 |
msgstr "Hangi görsellerin yüklenebileceğini sınırlandırın"
|
2126 |
|
2127 |
-
#: includes/fields/class-acf-field-image.php:
|
2128 |
-
#: includes/fields/class-acf-field-image.php:
|
2129 |
#: includes/fields/class-acf-field-oembed.php:257
|
2130 |
-
#: pro/fields/class-acf-field-gallery.php:
|
2131 |
-
#: pro/fields/class-acf-field-gallery.php:
|
2132 |
msgid "Width"
|
2133 |
msgstr "Genişlik"
|
2134 |
|
@@ -2196,17 +2187,17 @@ msgid "Number"
|
|
2196 |
msgstr "Sayı"
|
2197 |
|
2198 |
#: includes/fields/class-acf-field-number.php:163
|
2199 |
-
#: includes/fields/class-acf-field-range.php:
|
2200 |
msgid "Minimum Value"
|
2201 |
msgstr "En az değer"
|
2202 |
|
2203 |
#: includes/fields/class-acf-field-number.php:172
|
2204 |
-
#: includes/fields/class-acf-field-range.php:
|
2205 |
msgid "Maximum Value"
|
2206 |
msgstr "En fazla değer"
|
2207 |
|
2208 |
#: includes/fields/class-acf-field-number.php:181
|
2209 |
-
#: includes/fields/class-acf-field-range.php:
|
2210 |
msgid "Step Size"
|
2211 |
msgstr "Adım boyutu"
|
2212 |
|
@@ -2247,7 +2238,7 @@ msgstr "Arşivler"
|
|
2247 |
|
2248 |
#: includes/fields/class-acf-field-page_link.php:269
|
2249 |
#: includes/fields/class-acf-field-post_object.php:267
|
2250 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2251 |
msgid "Parent"
|
2252 |
msgstr "Ebeveyn"
|
2253 |
|
@@ -2282,7 +2273,7 @@ msgstr "Arşivler adresine izin ver"
|
|
2282 |
#: includes/fields/class-acf-field-page_link.php:533
|
2283 |
#: includes/fields/class-acf-field-post_object.php:421
|
2284 |
#: includes/fields/class-acf-field-select.php:392
|
2285 |
-
#: includes/fields/class-acf-field-user.php:
|
2286 |
msgid "Select multiple values?"
|
2287 |
msgstr "Birden çok değer seçilsin mi?"
|
2288 |
|
@@ -2364,7 +2355,7 @@ msgstr "Yazı tipi"
|
|
2364 |
|
2365 |
#: includes/fields/class-acf-field-relationship.php:595
|
2366 |
#: includes/fields/class-acf-field-taxonomy.php:28
|
2367 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2368 |
#: includes/locations/class-acf-location-taxonomy.php:27
|
2369 |
msgid "Taxonomy"
|
2370 |
msgstr "Taksonomi"
|
@@ -2386,7 +2377,7 @@ msgid "Maximum posts"
|
|
2386 |
msgstr "En fazla yazı"
|
2387 |
|
2388 |
#: includes/fields/class-acf-field-relationship.php:727
|
2389 |
-
#: pro/fields/class-acf-field-gallery.php:
|
2390 |
#, php-format
|
2391 |
msgid "%s requires at least %s selection"
|
2392 |
msgid_plural "%s requires at least %s selections"
|
@@ -2394,7 +2385,7 @@ msgstr[0] "%s en az %s seçim gerektirir"
|
|
2394 |
msgstr[1] "%s en az %s seçim gerektirir"
|
2395 |
|
2396 |
#: includes/fields/class-acf-field-select.php:25
|
2397 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2398 |
msgctxt "noun"
|
2399 |
msgid "Select"
|
2400 |
msgstr "Seçim"
|
@@ -2496,88 +2487,89 @@ msgstr ""
|
|
2496 |
"Önceki sekmelerin durması için bir uç nokta tanımlayın. Bu yeni sekmeler "
|
2497 |
"için bir grup başlatacaktır."
|
2498 |
|
2499 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2500 |
#, php-format
|
2501 |
msgctxt "No terms"
|
2502 |
msgid "No %s"
|
2503 |
msgstr "%s yok"
|
2504 |
|
2505 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2506 |
msgid "Select the taxonomy to be displayed"
|
2507 |
msgstr "Görüntülenecek taksonomiyi seçin"
|
2508 |
|
2509 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2510 |
msgid "Appearance"
|
2511 |
msgstr "Görünüm"
|
2512 |
|
2513 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2514 |
msgid "Select the appearance of this field"
|
2515 |
msgstr "Bu alanın görünümünü seçin"
|
2516 |
|
2517 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2518 |
msgid "Multiple Values"
|
2519 |
msgstr "Çoklu değer"
|
2520 |
|
2521 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2522 |
msgid "Multi Select"
|
2523 |
msgstr "Çoklu seçim"
|
2524 |
|
2525 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2526 |
msgid "Single Value"
|
2527 |
msgstr "Tek değer"
|
2528 |
|
2529 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2530 |
msgid "Radio Buttons"
|
2531 |
msgstr "Radyo düğmeleri"
|
2532 |
|
2533 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2534 |
msgid "Create Terms"
|
2535 |
msgstr "Terimleri oluştur"
|
2536 |
|
2537 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2538 |
msgid "Allow new terms to be created whilst editing"
|
2539 |
msgstr "Düzenlenirken yeni terimlerin oluşabilmesine izin ver"
|
2540 |
|
2541 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2542 |
msgid "Save Terms"
|
2543 |
msgstr "Terimleri kaydet"
|
2544 |
|
2545 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2546 |
msgid "Connect selected terms to the post"
|
2547 |
msgstr "Seçilmiş terimleri yazıya bağla"
|
2548 |
|
2549 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2550 |
msgid "Load Terms"
|
2551 |
msgstr "Terimleri yükle"
|
2552 |
|
2553 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2554 |
msgid "Load value from posts terms"
|
2555 |
msgstr "Yazının terimlerinden değerleri yükle"
|
2556 |
|
2557 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2558 |
msgid "Term Object"
|
2559 |
msgstr "Terim nesnesi"
|
2560 |
|
2561 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2562 |
msgid "Term ID"
|
2563 |
msgstr "Terim no"
|
2564 |
|
2565 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2566 |
#, php-format
|
2567 |
msgid "User unable to add new %s"
|
2568 |
msgstr "Kullanıcı yeni %s ekleyemiyor"
|
2569 |
|
2570 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2571 |
#, php-format
|
2572 |
msgid "%s already exists"
|
2573 |
msgstr "%s zaten mevcut"
|
2574 |
|
2575 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
2576 |
#, php-format
|
2577 |
msgid "%s added"
|
2578 |
msgstr "%s eklendi"
|
2579 |
|
2580 |
-
#: includes/fields/class-acf-field-taxonomy.php:
|
|
|
2581 |
msgid "Add"
|
2582 |
msgstr "Ekle"
|
2583 |
|
@@ -2585,18 +2577,18 @@ msgstr "Ekle"
|
|
2585 |
msgid "Text"
|
2586 |
msgstr "Metin"
|
2587 |
|
2588 |
-
#: includes/fields/class-acf-field-text.php:
|
2589 |
#: includes/fields/class-acf-field-textarea.php:120
|
2590 |
msgid "Character Limit"
|
2591 |
msgstr "Karakter limiti"
|
2592 |
|
2593 |
-
#: includes/fields/class-acf-field-text.php:
|
2594 |
#: includes/fields/class-acf-field-textarea.php:121
|
2595 |
msgid "Leave blank for no limit"
|
2596 |
msgstr "Limit olmaması için boş bırakın"
|
2597 |
|
2598 |
-
#: includes/fields/class-acf-field-text.php:
|
2599 |
-
#: includes/fields/class-acf-field-textarea.php:
|
2600 |
#, php-format
|
2601 |
msgid "Value must not exceed %d characters"
|
2602 |
msgstr "Değer %d karakteri geçmemelidir"
|
@@ -2649,30 +2641,34 @@ msgstr "Web adresi"
|
|
2649 |
msgid "Value must be a valid URL"
|
2650 |
msgstr "Değer geçerli bir web adresi olmalı"
|
2651 |
|
2652 |
-
#: includes/fields/class-acf-field-user.php:
|
2653 |
msgid "User"
|
2654 |
msgstr "Kullanıcı"
|
2655 |
|
2656 |
-
#: includes/fields/class-acf-field-user.php:
|
2657 |
msgid "Filter by role"
|
2658 |
msgstr "Kurala göre filtrele"
|
2659 |
|
2660 |
-
#: includes/fields/class-acf-field-user.php:
|
2661 |
msgid "All user roles"
|
2662 |
msgstr "Bütün kullanıcı rolleri"
|
2663 |
|
2664 |
-
#: includes/fields/class-acf-field-user.php:
|
2665 |
msgid "User Array"
|
2666 |
msgstr "Kullanıcı dizisi"
|
2667 |
|
2668 |
-
#: includes/fields/class-acf-field-user.php:
|
2669 |
msgid "User Object"
|
2670 |
msgstr "Kullanıcı nesnesi"
|
2671 |
|
2672 |
-
#: includes/fields/class-acf-field-user.php:
|
2673 |
msgid "User ID"
|
2674 |
msgstr "Kullanıcı No"
|
2675 |
|
|
|
|
|
|
|
|
|
2676 |
#: includes/fields/class-acf-field-wysiwyg.php:25
|
2677 |
msgid "Wysiwyg Editor"
|
2678 |
msgstr "Wysiwyg düzenleyici"
|
@@ -2719,26 +2715,31 @@ msgid "Delay initialization?"
|
|
2719 |
msgstr "Hazırlık geciktirilsin mi?"
|
2720 |
|
2721 |
#: includes/fields/class-acf-field-wysiwyg.php:430
|
2722 |
-
msgid "TinyMCE will not be
|
2723 |
-
msgstr "Alan tıklanana kadar TinyMCE
|
2724 |
|
2725 |
#: includes/forms/form-front.php:55
|
2726 |
msgid "Validate Email"
|
2727 |
msgstr "E-postayı doğrula"
|
2728 |
|
2729 |
-
#: includes/forms/form-front.php:
|
2730 |
#: pro/options-page.php:81
|
2731 |
msgid "Update"
|
2732 |
msgstr "Güncelle"
|
2733 |
|
2734 |
-
#: includes/forms/form-front.php:
|
2735 |
msgid "Post updated"
|
2736 |
msgstr "Yazı güncellendi"
|
2737 |
|
2738 |
-
#: includes/forms/form-front.php:
|
2739 |
msgid "Spam Detected"
|
2740 |
msgstr "İstenmeyen tespit edildi"
|
2741 |
|
|
|
|
|
|
|
|
|
|
|
2742 |
#: includes/locations.php:93 includes/locations/class-acf-location-post.php:27
|
2743 |
msgid "Post"
|
2744 |
msgstr "Yazı"
|
@@ -2869,19 +2870,19 @@ msgstr "Yazı taksonomisi"
|
|
2869 |
msgid "Post Template"
|
2870 |
msgstr "Yazı şablonu"
|
2871 |
|
2872 |
-
#: includes/locations/class-acf-location-user-form.php:
|
2873 |
msgid "User Form"
|
2874 |
msgstr "Kullanıcı formu"
|
2875 |
|
2876 |
-
#: includes/locations/class-acf-location-user-form.php:
|
2877 |
msgid "Add / Edit"
|
2878 |
msgstr "Ekle / düzenle"
|
2879 |
|
2880 |
-
#: includes/locations/class-acf-location-user-form.php:
|
2881 |
msgid "Register"
|
2882 |
msgstr "Kaydet"
|
2883 |
|
2884 |
-
#: includes/locations/class-acf-location-user-role.php:
|
2885 |
msgid "User Role"
|
2886 |
msgstr "Kullanıcı kuralı"
|
2887 |
|
@@ -2990,6 +2991,28 @@ msgstr "Tekrar kontrol et"
|
|
2990 |
msgid "Upgrade Notice"
|
2991 |
msgstr "Yükseltme bildirimi"
|
2992 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2993 |
#: pro/fields/class-acf-field-clone.php:25
|
2994 |
msgctxt "noun"
|
2995 |
msgid "Clone"
|
@@ -3048,13 +3071,13 @@ msgstr "%s alan grubundaki tüm alanlar"
|
|
3048 |
|
3049 |
#: pro/fields/class-acf-field-flexible-content.php:31
|
3050 |
#: pro/fields/class-acf-field-repeater.php:193
|
3051 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3052 |
msgid "Add Row"
|
3053 |
msgstr "Satır ekle"
|
3054 |
|
3055 |
#: pro/fields/class-acf-field-flexible-content.php:73
|
3056 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3057 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3058 |
msgid "layout"
|
3059 |
msgid_plural "layouts"
|
3060 |
msgstr[0] "yerleşim"
|
@@ -3065,8 +3088,8 @@ msgid "layouts"
|
|
3065 |
msgstr "yerleşimler"
|
3066 |
|
3067 |
#: pro/fields/class-acf-field-flexible-content.php:77
|
3068 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3069 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3070 |
msgid "This field requires at least {min} {label} {identifier}"
|
3071 |
msgstr "Bu alan için en az gereken {min} {label} {identifier}"
|
3072 |
|
@@ -3086,141 +3109,141 @@ msgstr "{required} {label} {identifier} gerekli (min {min})"
|
|
3086 |
msgid "Flexible Content requires at least 1 layout"
|
3087 |
msgstr "Esnek içerik, en az 1 yerleşim gerektirir"
|
3088 |
|
3089 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3090 |
#, php-format
|
3091 |
msgid "Click the \"%s\" button below to start creating your layout"
|
3092 |
msgstr ""
|
3093 |
"Kendi yerleşiminizi oluşturmaya başlamak için aşağıdaki \"%s \" tuşuna "
|
3094 |
"tıklayın"
|
3095 |
|
3096 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3097 |
msgid "Add layout"
|
3098 |
msgstr "Yerleşim ekle"
|
3099 |
|
3100 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3101 |
msgid "Remove layout"
|
3102 |
msgstr "Yerleşimi çıkar"
|
3103 |
|
3104 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3105 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3106 |
msgid "Click to toggle"
|
3107 |
msgstr "Geçiş yapmak için tıklayın"
|
3108 |
|
3109 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3110 |
msgid "Reorder Layout"
|
3111 |
msgstr "Yerleşimi yeniden sırala"
|
3112 |
|
3113 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3114 |
msgid "Reorder"
|
3115 |
msgstr "Yeniden sırala"
|
3116 |
|
3117 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3118 |
msgid "Delete Layout"
|
3119 |
msgstr "Yerleşimi sil"
|
3120 |
|
3121 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3122 |
msgid "Duplicate Layout"
|
3123 |
msgstr "Yerleşimi çoğalt"
|
3124 |
|
3125 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3126 |
msgid "Add New Layout"
|
3127 |
msgstr "Yeni yerleşim ekle"
|
3128 |
|
3129 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3130 |
msgid "Min"
|
3131 |
msgstr "En düşük"
|
3132 |
|
3133 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3134 |
msgid "Max"
|
3135 |
msgstr "En yüksek"
|
3136 |
|
3137 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3138 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3139 |
msgid "Button Label"
|
3140 |
msgstr "Tuş etiketi"
|
3141 |
|
3142 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3143 |
msgid "Minimum Layouts"
|
3144 |
msgstr "En az yerleşim"
|
3145 |
|
3146 |
-
#: pro/fields/class-acf-field-flexible-content.php:
|
3147 |
msgid "Maximum Layouts"
|
3148 |
msgstr "En fazla yerleşim"
|
3149 |
|
3150 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3151 |
msgid "Add Image to Gallery"
|
3152 |
msgstr "Galeriye görsel ekle"
|
3153 |
|
3154 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3155 |
msgid "Maximum selection reached"
|
3156 |
msgstr "En fazla seçim aşıldı"
|
3157 |
|
3158 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3159 |
msgid "Length"
|
3160 |
msgstr "Uzunluk"
|
3161 |
|
3162 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3163 |
msgid "Caption"
|
3164 |
msgstr "Başlık"
|
3165 |
|
3166 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3167 |
msgid "Alt Text"
|
3168 |
msgstr "Alternatif metin"
|
3169 |
|
3170 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3171 |
msgid "Add to gallery"
|
3172 |
msgstr "Galeriye ekle"
|
3173 |
|
3174 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3175 |
msgid "Bulk actions"
|
3176 |
msgstr "Toplu eylemler"
|
3177 |
|
3178 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3179 |
msgid "Sort by date uploaded"
|
3180 |
msgstr "Yüklenme tarihine göre sırala"
|
3181 |
|
3182 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3183 |
msgid "Sort by date modified"
|
3184 |
msgstr "Değiştirme tarihine göre sırala"
|
3185 |
|
3186 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3187 |
msgid "Sort by title"
|
3188 |
msgstr "Başlığa göre sırala"
|
3189 |
|
3190 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3191 |
msgid "Reverse current order"
|
3192 |
msgstr "Sıralamayı ters çevir"
|
3193 |
|
3194 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3195 |
msgid "Close"
|
3196 |
msgstr "Kapat"
|
3197 |
|
3198 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3199 |
-
msgid "Minimum Selection"
|
3200 |
-
msgstr "En az seçim"
|
3201 |
-
|
3202 |
-
#: pro/fields/class-acf-field-gallery.php:651
|
3203 |
-
msgid "Maximum Selection"
|
3204 |
-
msgstr "En fazla seçim"
|
3205 |
-
|
3206 |
-
#: pro/fields/class-acf-field-gallery.php:660
|
3207 |
msgid "Insert"
|
3208 |
msgstr "Ekle"
|
3209 |
|
3210 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3211 |
msgid "Specify where new attachments are added"
|
3212 |
msgstr "Yeni eklerin nereye ekleneceğini belirtin"
|
3213 |
|
3214 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3215 |
msgid "Append to the end"
|
3216 |
msgstr "Sona ekle"
|
3217 |
|
3218 |
-
#: pro/fields/class-acf-field-gallery.php:
|
3219 |
msgid "Prepend to the beginning"
|
3220 |
msgstr "En başa ekleyin"
|
3221 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3222 |
#: pro/fields/class-acf-field-repeater.php:65
|
3223 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3224 |
msgid "Minimum rows reached ({min} rows)"
|
3225 |
msgstr "En az satır sayısına ulaşıldı ({min} satır)"
|
3226 |
|
@@ -3228,27 +3251,27 @@ msgstr "En az satır sayısına ulaşıldı ({min} satır)"
|
|
3228 |
msgid "Maximum rows reached ({max} rows)"
|
3229 |
msgstr "En fazla satır değerine ulaşıldı ({max} satır)"
|
3230 |
|
3231 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3232 |
msgid "Add row"
|
3233 |
msgstr "Satır ekle"
|
3234 |
|
3235 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3236 |
msgid "Remove row"
|
3237 |
msgstr "Satır çıkar"
|
3238 |
|
3239 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3240 |
msgid "Collapsed"
|
3241 |
msgstr "Daraltılmış"
|
3242 |
|
3243 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3244 |
msgid "Select a sub field to show when row is collapsed"
|
3245 |
msgstr "Satır toparlandığında görüntülenecek alt alanı seçin"
|
3246 |
|
3247 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3248 |
msgid "Minimum Rows"
|
3249 |
msgstr "En az satır"
|
3250 |
|
3251 |
-
#: pro/fields/class-acf-field-repeater.php:
|
3252 |
msgid "Maximum Rows"
|
3253 |
msgstr "En fazla satır"
|
3254 |
|
@@ -3275,17 +3298,38 @@ msgstr ""
|
|
3275 |
"sayfasında lisans anahtarınızı girin. Eğer bir lisans anahtarınız yoksa "
|
3276 |
"lütfen <a href=\"%s\">detaylar ve fiyatlama</a> sayfasına bakın."
|
3277 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3278 |
#. Plugin URI of the plugin/theme
|
3279 |
-
|
3280 |
-
|
|
|
|
|
3281 |
|
3282 |
#. Author of the plugin/theme
|
3283 |
msgid "Elliot Condon"
|
3284 |
msgstr "Elliot Condon"
|
3285 |
|
3286 |
-
|
3287 |
-
|
3288 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3289 |
|
3290 |
#~ msgid "%s field group duplicated."
|
3291 |
#~ msgid_plural "%s field groups duplicated."
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Advanced Custom Fields Pro v5.8.9\n"
|
4 |
"Report-Msgid-Bugs-To: http://support.advancedcustomfields.com\n"
|
5 |
+
"POT-Creation-Date: 2020-03-23 15:39+1000\n"
|
6 |
+
"PO-Revision-Date: 2020-04-15 11:55+0300\n"
|
7 |
"Last-Translator: Emre Erkan <kara@karalamalar.net>\n"
|
8 |
"Language-Team: Emre Erkan <emre@ada.agency>\n"
|
9 |
"Language: tr_TR\n"
|
22 |
"X-Poedit-SearchPath-0: .\n"
|
23 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
24 |
|
25 |
+
#: acf.php:68
|
26 |
msgid "Advanced Custom Fields"
|
27 |
msgstr "Advanced Custom Fields"
|
28 |
|
29 |
+
#: acf.php:342 includes/admin/admin.php:52
|
30 |
msgid "Field Groups"
|
31 |
msgstr "Alan grupları"
|
32 |
|
33 |
+
#: acf.php:343
|
34 |
msgid "Field Group"
|
35 |
msgstr "Alan grubu"
|
36 |
|
37 |
+
#: acf.php:344 acf.php:376 includes/admin/admin.php:53
|
38 |
+
#: pro/fields/class-acf-field-flexible-content.php:558
|
39 |
msgid "Add New"
|
40 |
msgstr "Yeni ekle"
|
41 |
|
42 |
+
#: acf.php:345
|
43 |
msgid "Add New Field Group"
|
44 |
msgstr "Yeni alan grubu ekle"
|
45 |
|
46 |
+
#: acf.php:346
|
47 |
msgid "Edit Field Group"
|
48 |
msgstr "Alan grubunu düzenle"
|
49 |
|
50 |
+
#: acf.php:347
|
51 |
msgid "New Field Group"
|
52 |
msgstr "Yeni alan grubu"
|
53 |
|
54 |
+
#: acf.php:348
|
55 |
msgid "View Field Group"
|
56 |
msgstr "Alan grubunu görüntüle"
|
57 |
|
58 |
+
#: acf.php:349
|
59 |
msgid "Search Field Groups"
|
60 |
msgstr "Alan gruplarında ara"
|
61 |
|
62 |
+
#: acf.php:350
|
63 |
msgid "No Field Groups found"
|
64 |
msgstr "Hiç alan grubu bulunamadı"
|
65 |
|
66 |
+
#: acf.php:351
|
67 |
msgid "No Field Groups found in Trash"
|
68 |
msgstr "Çöpte alan grubu bulunamadı"
|
69 |
|
70 |
+
#: acf.php:374 includes/admin/admin-field-group.php:220
|
71 |
+
#: includes/admin/admin-field-groups.php:530
|
72 |
#: pro/fields/class-acf-field-clone.php:811
|
73 |
msgid "Fields"
|
74 |
msgstr "Alanlar"
|
75 |
|
76 |
+
#: acf.php:375
|
77 |
msgid "Field"
|
78 |
msgstr "Alan"
|
79 |
|
80 |
+
#: acf.php:377
|
81 |
msgid "Add New Field"
|
82 |
msgstr "Yeni elan ekle"
|
83 |
|
84 |
+
#: acf.php:378
|
85 |
msgid "Edit Field"
|
86 |
msgstr "Alanı düzenle"
|
87 |
|
88 |
+
#: acf.php:379 includes/admin/views/field-group-fields.php:41
|
89 |
msgid "New Field"
|
90 |
msgstr "Yeni alan"
|
91 |
|
92 |
+
#: acf.php:380
|
93 |
msgid "View Field"
|
94 |
msgstr "Alanı görüntüle"
|
95 |
|
96 |
+
#: acf.php:381
|
97 |
msgid "Search Fields"
|
98 |
msgstr "Alanlarda ara"
|
99 |
|
100 |
+
#: acf.php:382
|
101 |
msgid "No Fields found"
|
102 |
msgstr "Hiç alan bulunamadı"
|
103 |
|
104 |
+
#: acf.php:383
|
105 |
msgid "No Fields found in Trash"
|
106 |
msgstr "Çöpte alan bulunamadı"
|
107 |
|
108 |
+
#: acf.php:418 includes/admin/admin-field-group.php:402
|
109 |
+
#: includes/admin/admin-field-groups.php:587
|
110 |
msgid "Inactive"
|
111 |
msgstr "Etkin değil"
|
112 |
|
113 |
+
#: acf.php:423
|
114 |
#, php-format
|
115 |
msgid "Inactive <span class=\"count\">(%s)</span>"
|
116 |
msgid_plural "Inactive <span class=\"count\">(%s)</span>"
|
117 |
msgstr[0] "Etkin olmayan <span class=“count”>(%s)</span>"
|
118 |
msgstr[1] "Etkin olmayan <span class=“count”>(%s)</span>"
|
119 |
|
120 |
+
#: includes/acf-field-functions.php:831
|
121 |
#: includes/admin/admin-field-group.php:178
|
122 |
msgid "(no label)"
|
123 |
msgstr "(etiket yok)"
|
124 |
|
125 |
+
#: includes/acf-field-group-functions.php:819
|
126 |
#: includes/admin/admin-field-group.php:180
|
127 |
msgid "copy"
|
128 |
msgstr "kopyala"
|
194 |
#: includes/admin/views/field-group-field-conditional-logic.php:151
|
195 |
#: includes/admin/views/field-group-locations.php:29
|
196 |
#: includes/admin/views/html-location-group.php:3
|
197 |
+
#: includes/api/api-helpers.php:3649
|
198 |
msgid "or"
|
199 |
msgstr "veya"
|
200 |
|
220 |
msgid "Active"
|
221 |
msgstr "Etkin"
|
222 |
|
223 |
+
#: includes/admin/admin-field-group.php:763
|
224 |
msgid "Move Complete."
|
225 |
msgstr "Taşıma tamamlandı."
|
226 |
|
227 |
+
#: includes/admin/admin-field-group.php:764
|
228 |
#, php-format
|
229 |
msgid "The %s field can now be found in the %s field group"
|
230 |
msgstr "%s alanı artık %s alan grubu altında bulunabilir"
|
231 |
|
232 |
+
#: includes/admin/admin-field-group.php:765
|
233 |
msgid "Close Window"
|
234 |
msgstr "Pencereyi kapat"
|
235 |
|
236 |
+
#: includes/admin/admin-field-group.php:806
|
237 |
msgid "Please select the destination for this field"
|
238 |
msgstr "Lütfen bu alan için bir hedef seçin"
|
239 |
|
240 |
+
#: includes/admin/admin-field-group.php:813
|
241 |
msgid "Move Field"
|
242 |
msgstr "Alanı taşı"
|
243 |
|
262 |
msgstr[0] "Alan grubu eşitlendi."
|
263 |
msgstr[1] "%s alan grubu eşitlendi."
|
264 |
|
265 |
+
#: includes/admin/admin-field-groups.php:414
|
266 |
+
#: includes/admin/admin-field-groups.php:577
|
267 |
msgid "Sync available"
|
268 |
msgstr "Eşitleme mevcut"
|
269 |
|
270 |
+
#: includes/admin/admin-field-groups.php:527 includes/forms/form-front.php:38
|
271 |
+
#: pro/fields/class-acf-field-gallery.php:353
|
272 |
msgid "Title"
|
273 |
msgstr "Başlık"
|
274 |
|
275 |
+
#: includes/admin/admin-field-groups.php:528
|
276 |
#: includes/admin/views/field-group-options.php:96
|
277 |
#: includes/admin/views/html-admin-page-upgrade-network.php:38
|
278 |
#: includes/admin/views/html-admin-page-upgrade-network.php:49
|
279 |
+
#: pro/fields/class-acf-field-gallery.php:380
|
280 |
msgid "Description"
|
281 |
msgstr "Açıklama"
|
282 |
|
283 |
+
#: includes/admin/admin-field-groups.php:529
|
284 |
msgid "Status"
|
285 |
msgstr "Durum"
|
286 |
|
289 |
msgid "Customize WordPress with powerful, professional and intuitive fields."
|
290 |
msgstr "Güçlü, profesyonel ve sezgisel alanlar ile WordPress'i özelleştirin."
|
291 |
|
292 |
+
#: includes/admin/admin-field-groups.php:628 includes/admin/admin.php:123
|
|
|
293 |
#: pro/admin/views/html-settings-updates.php:107
|
294 |
msgid "Changelog"
|
295 |
msgstr "Değişiklik kayıtları"
|
316 |
msgstr "Destek"
|
317 |
|
318 |
#: includes/admin/admin-field-groups.php:642
|
319 |
+
#: includes/admin/views/settings-info.php:81
|
320 |
msgid "Pro"
|
321 |
msgstr "Pro"
|
322 |
|
332 |
#: includes/admin/admin-field-groups.php:686
|
333 |
#: includes/admin/admin-field-groups.php:702
|
334 |
#: includes/admin/views/field-group-field.php:46
|
335 |
+
#: pro/fields/class-acf-field-flexible-content.php:557
|
336 |
msgid "Duplicate"
|
337 |
msgstr "Çoğalt"
|
338 |
|
339 |
#: includes/admin/admin-field-groups.php:719
|
340 |
+
#: includes/fields/class-acf-field-google-map.php:146
|
341 |
#: includes/fields/class-acf-field-relationship.php:593
|
342 |
msgid "Search"
|
343 |
msgstr "Ara"
|
369 |
msgid "Tools"
|
370 |
msgstr "Araçlar"
|
371 |
|
372 |
+
#: includes/admin/admin-upgrade.php:49 includes/admin/admin-upgrade.php:111
|
373 |
+
#: includes/admin/admin-upgrade.php:112 includes/admin/admin-upgrade.php:175
|
374 |
#: includes/admin/views/html-admin-page-upgrade-network.php:24
|
375 |
#: includes/admin/views/html-admin-page-upgrade.php:26
|
376 |
msgid "Upgrade Database"
|
377 |
msgstr "Veritabanını güncelle"
|
378 |
|
379 |
+
#: includes/admin/admin-upgrade.php:199
|
380 |
msgid "Review sites & upgrade"
|
381 |
msgstr "Siteleri incele ve güncelle"
|
382 |
|
383 |
+
#: includes/admin/admin.php:51 includes/admin/views/field-group-options.php:110
|
384 |
msgid "Custom Fields"
|
385 |
msgstr "Özel alanlar"
|
386 |
|
387 |
+
#: includes/admin/admin.php:57
|
388 |
msgid "Info"
|
389 |
msgstr "Bilgi"
|
390 |
|
391 |
+
#: includes/admin/admin.php:122
|
392 |
msgid "What's New"
|
393 |
msgstr "Neler yeni"
|
394 |
|
522 |
msgstr "Kural grubu ekle"
|
523 |
|
524 |
#: includes/admin/views/field-group-field.php:38
|
525 |
+
#: pro/fields/class-acf-field-flexible-content.php:410
|
526 |
+
#: pro/fields/class-acf-field-repeater.php:299
|
527 |
msgid "Drag to reorder"
|
528 |
msgstr "Yeniden düzenlemek için sürükleyin"
|
529 |
|
534 |
|
535 |
#: includes/admin/views/field-group-field.php:45
|
536 |
#: includes/fields/class-acf-field-file.php:152
|
537 |
+
#: includes/fields/class-acf-field-image.php:138
|
538 |
#: includes/fields/class-acf-field-link.php:139
|
539 |
+
#: pro/fields/class-acf-field-gallery.php:337
|
540 |
msgid "Edit"
|
541 |
msgstr "Düzenle"
|
542 |
|
557 |
msgstr "Alanı sil"
|
558 |
|
559 |
#: includes/admin/views/field-group-field.php:48
|
560 |
+
#: pro/fields/class-acf-field-flexible-content.php:556
|
561 |
msgid "Delete"
|
562 |
msgstr "Sil"
|
563 |
|
622 |
#: includes/fields/class-acf-field-checkbox.php:420
|
623 |
#: includes/fields/class-acf-field-radio.php:311
|
624 |
#: includes/fields/class-acf-field-select.php:433
|
625 |
+
#: pro/fields/class-acf-field-flexible-content.php:582
|
626 |
msgid "Label"
|
627 |
msgstr "Etiket"
|
628 |
|
629 |
#: includes/admin/views/field-group-fields.php:6
|
630 |
+
#: includes/fields/class-acf-field-taxonomy.php:936
|
631 |
+
#: pro/fields/class-acf-field-flexible-content.php:596
|
632 |
msgid "Name"
|
633 |
msgstr "İsim"
|
634 |
|
858 |
msgid "Upgrading data to version %s"
|
859 |
msgstr "Veri %s sürümüne yükseltiliyor"
|
860 |
|
861 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:158
|
862 |
msgid "Upgrade complete."
|
863 |
msgstr "Yükseltme başarılı."
|
864 |
|
865 |
+
#: includes/admin/views/html-admin-page-upgrade-network.php:161
|
866 |
+
#: includes/admin/views/html-admin-page-upgrade.php:65
|
|
|
|
|
867 |
msgid "Upgrade failed."
|
868 |
msgstr "Yükseltme başarısız oldu."
|
869 |
|
878 |
"Veritabanı güncellemesi tamamlandı. <a href=\"%s\">Neler yeni bir göz atın</"
|
879 |
"a>"
|
880 |
|
881 |
+
#: includes/admin/views/html-admin-page-upgrade.php:94
|
882 |
+
#: includes/ajax/class-acf-ajax-upgrade.php:32
|
883 |
msgid "No updates available."
|
884 |
msgstr "Güncelleme yok."
|
885 |
|
935 |
"Lütfen ayrıca premium eklentilerin de (%s) en üst sürüme güncellendiğinden "
|
936 |
"emin olun."
|
937 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
938 |
#: includes/admin/views/settings-info.php:3
|
939 |
msgid "Welcome to Advanced Custom Fields"
|
940 |
msgstr "Advanced Custom Fields eklentisine hoş geldiniz"
|
952 |
msgid "A Smoother Experience"
|
953 |
msgstr "Daha pürüzsüz bir deneyim"
|
954 |
|
955 |
+
#: includes/admin/views/settings-info.php:18
|
956 |
msgid "Improved Usability"
|
957 |
msgstr "Geliştirilmiş kullanılabilirlik"
|
958 |
|
959 |
+
#: includes/admin/views/settings-info.php:19
|
960 |
msgid ""
|
961 |
"Including the popular Select2 library has improved both usability and speed "
|
962 |
"across a number of field types including post object, page link, taxonomy "
|
966 |
"taksonomi ve seçim kutusu gibi bir çok alan tipinde hem kullanışlılık hem de "
|
967 |
"hız iyileştirmeleri gerçekleşti."
|
968 |
|
969 |
+
#: includes/admin/views/settings-info.php:22
|
970 |
msgid "Improved Design"
|
971 |
msgstr "Geliştirilmiş tasarım"
|
972 |
|
973 |
+
#: includes/admin/views/settings-info.php:23
|
974 |
msgid ""
|
975 |
"Many fields have undergone a visual refresh to make ACF look better than "
|
976 |
"ever! Noticeable changes are seen on the gallery, relationship and oEmbed "
|
979 |
"ACF daha iyi görünsün diye bir çok alan görsel yenilemeden geçirildi! Gözle "
|
980 |
"görülür değişiklikler galeri, ilişki ve oEmbed (yeni) alanlarında!"
|
981 |
|
982 |
+
#: includes/admin/views/settings-info.php:26
|
983 |
msgid "Improved Data"
|
984 |
msgstr "Geliştirilmiş veri"
|
985 |
|
986 |
+
#: includes/admin/views/settings-info.php:27
|
987 |
msgid ""
|
988 |
"Redesigning the data architecture has allowed sub fields to live "
|
989 |
"independently from their parents. This allows you to drag and drop fields in "
|
993 |
"bağlı olmadan var olabiliyorlar. Bu da üst alanların dışına sürükle bırak "
|
994 |
"yapılabilmesine olanak sağlıyor!"
|
995 |
|
996 |
+
#: includes/admin/views/settings-info.php:35
|
997 |
msgid "Goodbye Add-ons. Hello PRO"
|
998 |
msgstr "Elveda eklentiler. Merhaba PRO"
|
999 |
|
1000 |
+
#: includes/admin/views/settings-info.php:38
|
1001 |
msgid "Introducing ACF PRO"
|
1002 |
msgstr "Karşınızda ACF PRO"
|
1003 |
|
1004 |
+
#: includes/admin/views/settings-info.php:39
|
1005 |
msgid ""
|
1006 |
"We're changing the way premium functionality is delivered in an exciting way!"
|
1007 |
msgstr ""
|
1008 |
"Premium işlevlerin size ulaştırılmasını daha heyecanlı bir hale getiriyoruz!"
|
1009 |
|
1010 |
+
#: includes/admin/views/settings-info.php:40
|
1011 |
#, php-format
|
1012 |
msgid ""
|
1013 |
"All 4 premium add-ons have been combined into a new <a href=\"%s\">Pro "
|
1018 |
"Hem kişisel hem geliştirici lisansında, özel beceriler hiç olmadığı kadar "
|
1019 |
"edinilebilir ve erişilebilir!"
|
1020 |
|
1021 |
+
#: includes/admin/views/settings-info.php:44
|
1022 |
msgid "Powerful Features"
|
1023 |
msgstr "Güçlü özellikler"
|
1024 |
|
1025 |
+
#: includes/admin/views/settings-info.php:45
|
1026 |
msgid ""
|
1027 |
"ACF PRO contains powerful features such as repeatable data, flexible content "
|
1028 |
"layouts, a beautiful gallery field and the ability to create extra admin "
|
1032 |
"alanı ve ekstra yönetim seçenekleri sayfaları oluşturma gibi güçlü "
|
1033 |
"özellikler içerir!"
|
1034 |
|
1035 |
+
#: includes/admin/views/settings-info.php:46
|
1036 |
#, php-format
|
1037 |
msgid "Read more about <a href=\"%s\">ACF PRO features</a>."
|
1038 |
msgstr "<a href=\"%s\">ACF PRO özellikleri</a> hakkında daha fazlasını okuyun."
|
1039 |
|
1040 |
+
#: includes/admin/views/settings-info.php:50
|
1041 |
msgid "Easy Upgrading"
|
1042 |
msgstr "Kolay yükseltme"
|
1043 |
|
1044 |
+
#: includes/admin/views/settings-info.php:51
|
1045 |
msgid ""
|
1046 |
"Upgrading to ACF PRO is easy. Simply purchase a license online and download "
|
1047 |
"the plugin!"
|
1049 |
"ACF PRO’ya yükseltmek çok kolay. Çevrimiçi bir lisans satın alın ve "
|
1050 |
"eklentiyi indirin!"
|
1051 |
|
1052 |
+
#: includes/admin/views/settings-info.php:52
|
1053 |
#, php-format
|
1054 |
msgid ""
|
1055 |
"We also wrote an <a href=\"%s\">upgrade guide</a> to answer any questions, "
|
1060 |
"hazırladık, fakat yine de bir sorunuz varsa lütfen <a href=\"%s\">yardım "
|
1061 |
"masası</a>nı kullanarak destek ekibimize danışın."
|
1062 |
|
1063 |
+
#: includes/admin/views/settings-info.php:61
|
1064 |
msgid "New Features"
|
1065 |
msgstr "Yeni özellikler"
|
1066 |
|
1067 |
+
#: includes/admin/views/settings-info.php:66
|
1068 |
msgid "Link Field"
|
1069 |
msgstr "Bağlantı alanı"
|
1070 |
|
1071 |
+
#: includes/admin/views/settings-info.php:67
|
1072 |
msgid ""
|
1073 |
"The Link field provides a simple way to select or define a link (url, title, "
|
1074 |
"target)."
|
1076 |
"Bağlantı alanı bir bağlantı (adres, başlık, hedef) seçmek ya da tanımlamak "
|
1077 |
"için basit bir yol sunar."
|
1078 |
|
1079 |
+
#: includes/admin/views/settings-info.php:71
|
1080 |
msgid "Group Field"
|
1081 |
msgstr "Grup alanı"
|
1082 |
|
1083 |
+
#: includes/admin/views/settings-info.php:72
|
1084 |
msgid "The Group field provides a simple way to create a group of fields."
|
1085 |
msgstr "Grup alanı birden çok alanı basitçe gruplamanıza olanak sağlar."
|
1086 |
|
1087 |
+
#: includes/admin/views/settings-info.php:76
|
1088 |
msgid "oEmbed Field"
|
1089 |
msgstr "oEmbed alanı"
|
1090 |
|
1091 |
+
#: includes/admin/views/settings-info.php:77
|
1092 |
msgid ""
|
1093 |
"The oEmbed field allows an easy way to embed videos, images, tweets, audio, "
|
1094 |
"and other content."
|
1096 |
"oEmbed alanı videolar, görseller, tweetler, ses ve diğer içeriği kolayca "
|
1097 |
"gömebilmenizi sağlar."
|
1098 |
|
1099 |
+
#: includes/admin/views/settings-info.php:81
|
1100 |
msgid "Clone Field"
|
1101 |
msgstr "Kopya alanı"
|
1102 |
|
1103 |
+
#: includes/admin/views/settings-info.php:82
|
1104 |
msgid "The clone field allows you to select and display existing fields."
|
1105 |
msgstr "Kopya alanı var olan alanları seçme ve görüntülemenize olanak sağlar."
|
1106 |
|
1107 |
+
#: includes/admin/views/settings-info.php:86
|
1108 |
msgid "More AJAX"
|
1109 |
msgstr "Daha fazla AJAX"
|
1110 |
|
1111 |
+
#: includes/admin/views/settings-info.php:87
|
1112 |
msgid "More fields use AJAX powered search to speed up page loading."
|
1113 |
msgstr ""
|
1114 |
"Sayfa yüklenmesini hızlandırmak adına daha çok alan AJAX ile güçlendirilmiş "
|
1115 |
"arama kullanıyor."
|
1116 |
|
1117 |
+
#: includes/admin/views/settings-info.php:91
|
1118 |
msgid "Local JSON"
|
1119 |
msgstr "Yerel JSON"
|
1120 |
|
1121 |
+
#: includes/admin/views/settings-info.php:92
|
1122 |
msgid ""
|
1123 |
"New auto export to JSON feature improves speed and allows for syncronisation."
|
1124 |
msgstr ""
|
1125 |
"Yeni otomatik JSON dışarı aktarma özelliği ile hız artıyor ve "
|
1126 |
"senkronizasyona imkan sağlanıyor."
|
1127 |
|
1128 |
+
#: includes/admin/views/settings-info.php:96
|
1129 |
msgid "Easy Import / Export"
|
1130 |
msgstr "Kolayca içe / dışa aktarma"
|
1131 |
|
1132 |
+
#: includes/admin/views/settings-info.php:97
|
1133 |
msgid "Both import and export can easily be done through a new tools page."
|
1134 |
msgstr ""
|
1135 |
"İçeri ve dışarı aktarma işlemleri yeni araçlar sayfasından kolayca "
|
1136 |
"yapılabilir."
|
1137 |
|
1138 |
+
#: includes/admin/views/settings-info.php:101
|
1139 |
msgid "New Form Locations"
|
1140 |
msgstr "Yeni form konumları"
|
1141 |
|
1142 |
+
#: includes/admin/views/settings-info.php:102
|
1143 |
msgid ""
|
1144 |
"Fields can now be mapped to menus, menu items, comments, widgets and all "
|
1145 |
"user forms!"
|
1147 |
"Alanlar artık menülere, menü elemanlarına, yorumlara, bileşenlere ve tüm "
|
1148 |
"kullanıcı formlarına eşlenebiliyor!"
|
1149 |
|
1150 |
+
#: includes/admin/views/settings-info.php:106
|
1151 |
msgid "More Customization"
|
1152 |
msgstr "Daha fazla özelleştirme"
|
1153 |
|
1154 |
+
#: includes/admin/views/settings-info.php:107
|
1155 |
msgid ""
|
1156 |
"New PHP (and JS) actions and filters have been added to allow for more "
|
1157 |
"customization."
|
1159 |
"Daha fazla özelleştirmeye izin veren yeni PHP (ve JS) eylem ve filtreleri "
|
1160 |
"eklendi."
|
1161 |
|
1162 |
+
#: includes/admin/views/settings-info.php:111
|
1163 |
msgid "Fresh UI"
|
1164 |
msgstr "Taze arayüz"
|
1165 |
|
1166 |
+
#: includes/admin/views/settings-info.php:112
|
1167 |
msgid ""
|
1168 |
"The entire plugin has had a design refresh including new field types, "
|
1169 |
"settings and design!"
|
1171 |
"Eklentinin tasarımı yeni alan tipleri, ayarlar ve tasarımı da içerecek "
|
1172 |
"şekilde yenilendi!"
|
1173 |
|
1174 |
+
#: includes/admin/views/settings-info.php:116
|
1175 |
msgid "New Settings"
|
1176 |
msgstr "Yeni ayarlar"
|
1177 |
|
1178 |
+
#: includes/admin/views/settings-info.php:117
|
1179 |
msgid ""
|
1180 |
"Field group settings have been added for Active, Label Placement, "
|
1181 |
"Instructions Placement and Description."
|
1183 |
"Etkin, etiket yerleşimi, talimatlar yerleşimi ve açıklama için alan grubu "
|
1184 |
"ayarları eklendi."
|
1185 |
|
1186 |
+
#: includes/admin/views/settings-info.php:121
|
1187 |
msgid "Better Front End Forms"
|
1188 |
msgstr "Daha iyi ön yüz formları"
|
1189 |
|
1190 |
+
#: includes/admin/views/settings-info.php:122
|
1191 |
msgid ""
|
1192 |
"acf_form() can now create a new post on submission with lots of new settings."
|
1193 |
msgstr ""
|
1194 |
"acf_form() artık gönderim halinde bir sürü yeni ayar ile yeni bir yazı "
|
1195 |
"oluşturabilir."
|
1196 |
|
1197 |
+
#: includes/admin/views/settings-info.php:126
|
1198 |
msgid "Better Validation"
|
1199 |
msgstr "Daha iyi doğrulama"
|
1200 |
|
1201 |
+
#: includes/admin/views/settings-info.php:127
|
1202 |
msgid "Form validation is now done via PHP + AJAX in favour of only JS."
|
1203 |
msgstr "Form doğrulama artık sadece JS yerine PHP + AJAX ile yapılıyor."
|
1204 |
|
1205 |
+
#: includes/admin/views/settings-info.php:131
|
1206 |
msgid "Moving Fields"
|
1207 |
msgstr "Taşınabilir alanlar"
|
1208 |
|
1209 |
+
#: includes/admin/views/settings-info.php:132
|
1210 |
msgid ""
|
1211 |
"New field group functionality allows you to move a field between groups & "
|
1212 |
"parents."
|
1214 |
"Yeni gruplama becerisi, bir alanı gruplar ve üst alanlar arasında "
|
1215 |
"taşıyabilmenize olanak sağlar."
|
1216 |
|
1217 |
+
#: includes/admin/views/settings-info.php:143
|
1218 |
#, php-format
|
1219 |
msgid "We think you'll love the changes in %s."
|
1220 |
msgstr "%s sürümündeki değişiklikleri seveceğinizi düşünüyoruz."
|
1221 |
|
1222 |
+
#: includes/ajax/class-acf-ajax.php:157
|
1223 |
+
msgid "Invalid nonce."
|
1224 |
+
msgstr "Geçersiz nonce."
|
1225 |
+
|
1226 |
+
#: includes/api/api-helpers.php:827
|
1227 |
msgid "Thumbnail"
|
1228 |
msgstr "Küçük görsel"
|
1229 |
|
1230 |
+
#: includes/api/api-helpers.php:828
|
1231 |
msgid "Medium"
|
1232 |
msgstr "Orta"
|
1233 |
|
1234 |
+
#: includes/api/api-helpers.php:829
|
1235 |
msgid "Large"
|
1236 |
msgstr "Büyük"
|
1237 |
|
1238 |
+
#: includes/api/api-helpers.php:878
|
1239 |
msgid "Full Size"
|
1240 |
msgstr "Tam boyut"
|
1241 |
|
1242 |
+
#: includes/api/api-helpers.php:1599 includes/api/api-term.php:147
|
1243 |
#: pro/fields/class-acf-field-clone.php:996
|
1244 |
msgid "(no title)"
|
1245 |
msgstr "(başlıksız)"
|
1246 |
|
1247 |
+
#: includes/api/api-helpers.php:3570
|
1248 |
#, php-format
|
1249 |
msgid "Image width must be at least %dpx."
|
1250 |
msgstr "Görsel genişliği en az %dpx olmalı."
|
1251 |
|
1252 |
+
#: includes/api/api-helpers.php:3575
|
1253 |
#, php-format
|
1254 |
msgid "Image width must not exceed %dpx."
|
1255 |
msgstr "Görsel genişliği %dpx değerini geçmemeli."
|
1256 |
|
1257 |
+
#: includes/api/api-helpers.php:3591
|
1258 |
#, php-format
|
1259 |
msgid "Image height must be at least %dpx."
|
1260 |
msgstr "Görsel yüksekliği en az %dpx olmalı."
|
1261 |
|
1262 |
+
#: includes/api/api-helpers.php:3596
|
1263 |
#, php-format
|
1264 |
msgid "Image height must not exceed %dpx."
|
1265 |
msgstr "Görsel yüksekliği %dpx değerini geçmemeli."
|
1266 |
|
1267 |
+
#: includes/api/api-helpers.php:3614
|
1268 |
#, php-format
|
1269 |
msgid "File size must be at least %s."
|
1270 |
msgstr "Dosya boyutu en az %s olmalı."
|
1271 |
|
1272 |
+
#: includes/api/api-helpers.php:3619
|
1273 |
#, php-format
|
1274 |
msgid "File size must must not exceed %s."
|
1275 |
msgstr "Dosya boyutu %s boyutunu geçmemeli."
|
1276 |
|
1277 |
+
#: includes/api/api-helpers.php:3653
|
1278 |
#, php-format
|
1279 |
msgid "File type must be %s."
|
1280 |
msgstr "Dosya tipi %s olmalı."
|
1281 |
|
1282 |
+
#: includes/assets.php:184
|
1283 |
msgid "The changes you made will be lost if you navigate away from this page"
|
1284 |
msgstr ""
|
1285 |
"Bu sayfadan başka bir sayfaya geçerseniz yaptığınız değişiklikler kaybolacak"
|
1286 |
|
1287 |
+
#: includes/assets.php:187 includes/fields/class-acf-field-select.php:259
|
1288 |
msgctxt "verb"
|
1289 |
msgid "Select"
|
1290 |
msgstr "Seç"
|
1291 |
|
1292 |
+
#: includes/assets.php:188
|
1293 |
msgctxt "verb"
|
1294 |
msgid "Edit"
|
1295 |
msgstr "Düzenle"
|
1296 |
|
1297 |
+
#: includes/assets.php:189
|
1298 |
msgctxt "verb"
|
1299 |
msgid "Update"
|
1300 |
msgstr "Güncelle"
|
1301 |
|
1302 |
+
#: includes/assets.php:190
|
1303 |
msgid "Uploaded to this post"
|
1304 |
msgstr "Bu yazıya yüklenmiş"
|
1305 |
|
1306 |
+
#: includes/assets.php:191
|
1307 |
msgid "Expand Details"
|
1308 |
msgstr "Ayrıntıları genişlet"
|
1309 |
|
1310 |
+
#: includes/assets.php:192
|
1311 |
msgid "Collapse Details"
|
1312 |
msgstr "Detayları daralt"
|
1313 |
|
1314 |
+
#: includes/assets.php:193
|
1315 |
msgid "Restricted"
|
1316 |
msgstr "Kısıtlı"
|
1317 |
|
1318 |
+
#: includes/assets.php:194 includes/fields/class-acf-field-image.php:66
|
1319 |
msgid "All images"
|
1320 |
msgstr "Tüm görseller"
|
1321 |
|
1322 |
+
#: includes/assets.php:197
|
1323 |
msgid "Validation successful"
|
1324 |
msgstr "Doğrulama başarılı"
|
1325 |
|
1326 |
+
#: includes/assets.php:198 includes/validation.php:285
|
1327 |
#: includes/validation.php:296
|
1328 |
msgid "Validation failed"
|
1329 |
msgstr "Doğrulama başarısız"
|
1330 |
|
1331 |
+
#: includes/assets.php:199
|
1332 |
msgid "1 field requires attention"
|
1333 |
msgstr "1 alan dikkatinizi gerektiriyor"
|
1334 |
|
1335 |
+
#: includes/assets.php:200
|
1336 |
#, php-format
|
1337 |
msgid "%d fields require attention"
|
1338 |
msgstr "%d alan dikkatinizi gerektiriyor"
|
1339 |
|
1340 |
+
#: includes/assets.php:203
|
1341 |
msgid "Are you sure?"
|
1342 |
msgstr "Emin misiniz?"
|
1343 |
|
1344 |
+
#: includes/assets.php:204 includes/fields/class-acf-field-true_false.php:79
|
1345 |
#: includes/fields/class-acf-field-true_false.php:159
|
1346 |
#: pro/admin/views/html-settings-updates.php:89
|
1347 |
msgid "Yes"
|
1348 |
msgstr "Evet"
|
1349 |
|
1350 |
+
#: includes/assets.php:205 includes/fields/class-acf-field-true_false.php:80
|
1351 |
#: includes/fields/class-acf-field-true_false.php:174
|
1352 |
#: pro/admin/views/html-settings-updates.php:99
|
1353 |
msgid "No"
|
1354 |
msgstr "Hayır"
|
1355 |
|
1356 |
+
#: includes/assets.php:206 includes/fields/class-acf-field-file.php:154
|
1357 |
+
#: includes/fields/class-acf-field-image.php:140
|
1358 |
#: includes/fields/class-acf-field-link.php:140
|
1359 |
+
#: pro/fields/class-acf-field-gallery.php:338
|
1360 |
+
#: pro/fields/class-acf-field-gallery.php:478
|
1361 |
msgid "Remove"
|
1362 |
msgstr "Kaldır"
|
1363 |
|
1364 |
+
#: includes/assets.php:207
|
1365 |
msgid "Cancel"
|
1366 |
msgstr "İptal"
|
1367 |
|
1368 |
+
#: includes/assets.php:210
|
1369 |
msgid "Has any value"
|
1370 |
msgstr "Herhangi bir değer"
|
1371 |
|
1372 |
+
#: includes/assets.php:211
|
1373 |
msgid "Has no value"
|
1374 |
msgstr "Hiçbir değer"
|
1375 |
|
1376 |
+
#: includes/assets.php:212
|
1377 |
msgid "Value is equal to"
|
1378 |
msgstr "Değer eşitse"
|
1379 |
|
1380 |
+
#: includes/assets.php:213
|
1381 |
msgid "Value is not equal to"
|
1382 |
msgstr "Değer eşit değilse"
|
1383 |
|
1384 |
+
#: includes/assets.php:214
|
1385 |
msgid "Value matches pattern"
|
1386 |
msgstr "Değer bir desenle eşleşir"
|
1387 |
|
1388 |
+
#: includes/assets.php:215
|
1389 |
msgid "Value contains"
|
1390 |
msgstr "Değer içeriyor"
|
1391 |
|
1392 |
+
#: includes/assets.php:216
|
1393 |
msgid "Value is greater than"
|
1394 |
msgstr "Değer daha büyük"
|
1395 |
|
1396 |
+
#: includes/assets.php:217
|
1397 |
msgid "Value is less than"
|
1398 |
msgstr "Değer daha az"
|
1399 |
|
1400 |
+
#: includes/assets.php:218
|
1401 |
msgid "Selection is greater than"
|
1402 |
msgstr "Seçin daha büyük"
|
1403 |
|
1404 |
+
#: includes/assets.php:219
|
1405 |
msgid "Selection is less than"
|
1406 |
msgstr "Seçim daha az"
|
1407 |
|
1408 |
+
#: includes/assets.php:222 includes/forms/form-comment.php:166
|
1409 |
#: pro/admin/admin-options-page.php:325
|
1410 |
msgid "Edit field group"
|
1411 |
msgstr "Alan grubunu düzenle"
|
1443 |
#: includes/fields/class-acf-field-group.php:474
|
1444 |
#: includes/fields/class-acf-field-radio.php:290
|
1445 |
#: pro/fields/class-acf-field-clone.php:843
|
1446 |
+
#: pro/fields/class-acf-field-flexible-content.php:553
|
1447 |
+
#: pro/fields/class-acf-field-flexible-content.php:602
|
1448 |
+
#: pro/fields/class-acf-field-repeater.php:448
|
1449 |
msgid "Layout"
|
1450 |
msgstr "Yerleşim"
|
1451 |
|
1521 |
#: includes/fields/class-acf-field-post_object.php:411
|
1522 |
#: includes/fields/class-acf-field-radio.php:244
|
1523 |
#: includes/fields/class-acf-field-select.php:382
|
1524 |
+
#: includes/fields/class-acf-field-taxonomy.php:781
|
1525 |
+
#: includes/fields/class-acf-field-user.php:63
|
1526 |
msgid "Allow Null?"
|
1527 |
msgstr "Boş geçilebilir mi?"
|
1528 |
|
1532 |
#: includes/fields/class-acf-field-email.php:118
|
1533 |
#: includes/fields/class-acf-field-number.php:127
|
1534 |
#: includes/fields/class-acf-field-radio.php:281
|
1535 |
+
#: includes/fields/class-acf-field-range.php:155
|
1536 |
#: includes/fields/class-acf-field-select.php:373
|
1537 |
+
#: includes/fields/class-acf-field-text.php:95
|
1538 |
#: includes/fields/class-acf-field-textarea.php:102
|
1539 |
#: includes/fields/class-acf-field-true_false.php:135
|
1540 |
#: includes/fields/class-acf-field-url.php:100
|
1546 |
#: includes/fields/class-acf-field-email.php:119
|
1547 |
#: includes/fields/class-acf-field-number.php:128
|
1548 |
#: includes/fields/class-acf-field-radio.php:282
|
1549 |
+
#: includes/fields/class-acf-field-range.php:156
|
1550 |
+
#: includes/fields/class-acf-field-text.php:96
|
1551 |
#: includes/fields/class-acf-field-textarea.php:103
|
1552 |
#: includes/fields/class-acf-field-url.php:101
|
1553 |
#: includes/fields/class-acf-field-wysiwyg.php:382
|
1569 |
#: includes/fields/class-acf-field-button-group.php:191
|
1570 |
#: includes/fields/class-acf-field-checkbox.php:413
|
1571 |
#: includes/fields/class-acf-field-file.php:215
|
|
|
1572 |
#: includes/fields/class-acf-field-link.php:166
|
1573 |
#: includes/fields/class-acf-field-radio.php:304
|
1574 |
+
#: includes/fields/class-acf-field-taxonomy.php:826
|
1575 |
msgid "Return Value"
|
1576 |
msgstr "Dönüş değeri"
|
1577 |
|
1578 |
#: includes/fields/class-acf-field-button-group.php:192
|
1579 |
#: includes/fields/class-acf-field-checkbox.php:414
|
1580 |
#: includes/fields/class-acf-field-file.php:216
|
|
|
1581 |
#: includes/fields/class-acf-field-link.php:167
|
1582 |
#: includes/fields/class-acf-field-radio.php:305
|
1583 |
msgid "Specify the returned value on front end"
|
1598 |
msgstr "İkisi de (Dizi)"
|
1599 |
|
1600 |
#: includes/fields/class-acf-field-checkbox.php:25
|
1601 |
+
#: includes/fields/class-acf-field-taxonomy.php:768
|
1602 |
msgid "Checkbox"
|
1603 |
msgstr "İşaret kutusu"
|
1604 |
|
1720 |
|
1721 |
#: includes/fields/class-acf-field-date_picker.php:208
|
1722 |
#: includes/fields/class-acf-field-date_time_picker.php:200
|
1723 |
+
#: includes/fields/class-acf-field-image.php:204
|
1724 |
#: includes/fields/class-acf-field-post_object.php:431
|
1725 |
#: includes/fields/class-acf-field-relationship.php:634
|
1726 |
#: includes/fields/class-acf-field-select.php:427
|
1727 |
#: includes/fields/class-acf-field-time_picker.php:124
|
1728 |
+
#: includes/fields/class-acf-field-user.php:79
|
1729 |
+
#: pro/fields/class-acf-field-gallery.php:557
|
1730 |
msgid "Return Format"
|
1731 |
msgstr "Dönüş biçimi"
|
1732 |
|
1827 |
#: includes/fields/class-acf-field-email.php:127
|
1828 |
#: includes/fields/class-acf-field-number.php:136
|
1829 |
#: includes/fields/class-acf-field-password.php:71
|
1830 |
+
#: includes/fields/class-acf-field-text.php:104
|
1831 |
#: includes/fields/class-acf-field-textarea.php:111
|
1832 |
#: includes/fields/class-acf-field-url.php:109
|
1833 |
msgid "Placeholder Text"
|
1836 |
#: includes/fields/class-acf-field-email.php:128
|
1837 |
#: includes/fields/class-acf-field-number.php:137
|
1838 |
#: includes/fields/class-acf-field-password.php:72
|
1839 |
+
#: includes/fields/class-acf-field-text.php:105
|
1840 |
#: includes/fields/class-acf-field-textarea.php:112
|
1841 |
#: includes/fields/class-acf-field-url.php:110
|
1842 |
msgid "Appears within the input"
|
1845 |
#: includes/fields/class-acf-field-email.php:136
|
1846 |
#: includes/fields/class-acf-field-number.php:145
|
1847 |
#: includes/fields/class-acf-field-password.php:80
|
1848 |
+
#: includes/fields/class-acf-field-range.php:194
|
1849 |
+
#: includes/fields/class-acf-field-text.php:113
|
1850 |
msgid "Prepend"
|
1851 |
msgstr "Önüne ekle"
|
1852 |
|
1853 |
#: includes/fields/class-acf-field-email.php:137
|
1854 |
#: includes/fields/class-acf-field-number.php:146
|
1855 |
#: includes/fields/class-acf-field-password.php:81
|
1856 |
+
#: includes/fields/class-acf-field-range.php:195
|
1857 |
+
#: includes/fields/class-acf-field-text.php:114
|
1858 |
msgid "Appears before the input"
|
1859 |
msgstr "Girdi alanından önce görünür"
|
1860 |
|
1861 |
#: includes/fields/class-acf-field-email.php:145
|
1862 |
#: includes/fields/class-acf-field-number.php:154
|
1863 |
#: includes/fields/class-acf-field-password.php:89
|
1864 |
+
#: includes/fields/class-acf-field-range.php:203
|
1865 |
+
#: includes/fields/class-acf-field-text.php:122
|
1866 |
msgid "Append"
|
1867 |
msgstr "Sonuna ekle"
|
1868 |
|
1869 |
#: includes/fields/class-acf-field-email.php:146
|
1870 |
#: includes/fields/class-acf-field-number.php:155
|
1871 |
#: includes/fields/class-acf-field-password.php:90
|
1872 |
+
#: includes/fields/class-acf-field-range.php:204
|
1873 |
+
#: includes/fields/class-acf-field-text.php:123
|
1874 |
msgid "Appears after the input"
|
1875 |
msgstr "Girdi alanından sonra görünür"
|
1876 |
|
1893 |
#: includes/fields/class-acf-field-file.php:145
|
1894 |
#: includes/fields/class-acf-field-file.php:248
|
1895 |
#: includes/fields/class-acf-field-file.php:259
|
1896 |
+
#: includes/fields/class-acf-field-image.php:264
|
1897 |
+
#: includes/fields/class-acf-field-image.php:293
|
1898 |
+
#: pro/fields/class-acf-field-gallery.php:642
|
1899 |
+
#: pro/fields/class-acf-field-gallery.php:671
|
1900 |
msgid "File size"
|
1901 |
msgstr "Dosya boyutu"
|
1902 |
|
1917 |
msgstr "Dosya no"
|
1918 |
|
1919 |
#: includes/fields/class-acf-field-file.php:230
|
1920 |
+
#: includes/fields/class-acf-field-image.php:229
|
1921 |
+
#: pro/fields/class-acf-field-gallery.php:592
|
1922 |
msgid "Library"
|
1923 |
msgstr "Kitaplık"
|
1924 |
|
1925 |
#: includes/fields/class-acf-field-file.php:231
|
1926 |
+
#: includes/fields/class-acf-field-image.php:230
|
1927 |
+
#: pro/fields/class-acf-field-gallery.php:593
|
1928 |
msgid "Limit the media library choice"
|
1929 |
msgstr "Ortam kitaplığı seçimini sınırlayın"
|
1930 |
|
1931 |
#: includes/fields/class-acf-field-file.php:236
|
1932 |
+
#: includes/fields/class-acf-field-image.php:235
|
1933 |
#: includes/locations/class-acf-location-attachment.php:101
|
1934 |
#: includes/locations/class-acf-location-comment.php:79
|
1935 |
#: includes/locations/class-acf-location-nav-menu.php:102
|
1936 |
#: includes/locations/class-acf-location-taxonomy.php:79
|
1937 |
+
#: includes/locations/class-acf-location-user-form.php:72
|
1938 |
+
#: includes/locations/class-acf-location-user-role.php:88
|
1939 |
#: includes/locations/class-acf-location-widget.php:83
|
1940 |
+
#: pro/fields/class-acf-field-gallery.php:598
|
1941 |
+
#: pro/locations/class-acf-location-block.php:79
|
1942 |
msgid "All"
|
1943 |
msgstr "Tümü"
|
1944 |
|
1945 |
#: includes/fields/class-acf-field-file.php:237
|
1946 |
+
#: includes/fields/class-acf-field-image.php:236
|
1947 |
+
#: pro/fields/class-acf-field-gallery.php:599
|
1948 |
msgid "Uploaded to post"
|
1949 |
msgstr "Yazıya yüklendi"
|
1950 |
|
1951 |
#: includes/fields/class-acf-field-file.php:244
|
1952 |
+
#: includes/fields/class-acf-field-image.php:243
|
1953 |
+
#: pro/fields/class-acf-field-gallery.php:621
|
1954 |
msgid "Minimum"
|
1955 |
msgstr "En az"
|
1956 |
|
1960 |
msgstr "Yüklenebilecek dosyaları sınırlandırın"
|
1961 |
|
1962 |
#: includes/fields/class-acf-field-file.php:255
|
1963 |
+
#: includes/fields/class-acf-field-image.php:272
|
1964 |
+
#: pro/fields/class-acf-field-gallery.php:650
|
1965 |
msgid "Maximum"
|
1966 |
msgstr "En fazla"
|
1967 |
|
1968 |
#: includes/fields/class-acf-field-file.php:266
|
1969 |
+
#: includes/fields/class-acf-field-image.php:301
|
1970 |
+
#: pro/fields/class-acf-field-gallery.php:678
|
1971 |
msgid "Allowed file types"
|
1972 |
msgstr "İzin verilen dosya tipleri"
|
1973 |
|
1974 |
#: includes/fields/class-acf-field-file.php:267
|
1975 |
+
#: includes/fields/class-acf-field-image.php:302
|
1976 |
+
#: pro/fields/class-acf-field-gallery.php:679
|
1977 |
msgid "Comma separated list. Leave blank for all types"
|
1978 |
msgstr "Virgül ile ayrılmış liste. Tüm tipler için boş bırakın"
|
1979 |
|
1985 |
msgid "Sorry, this browser does not support geolocation"
|
1986 |
msgstr "Üzgünüz, bu tarayıcı konumlandırma desteklemiyor"
|
1987 |
|
1988 |
+
#: includes/fields/class-acf-field-google-map.php:147
|
1989 |
msgid "Clear location"
|
1990 |
msgstr "Konumu temizle"
|
1991 |
|
1992 |
+
#: includes/fields/class-acf-field-google-map.php:148
|
1993 |
msgid "Find current location"
|
1994 |
msgstr "Şu anki konumu bul"
|
1995 |
|
1996 |
+
#: includes/fields/class-acf-field-google-map.php:151
|
1997 |
msgid "Search for address..."
|
1998 |
msgstr "Adres arayın…"
|
1999 |
|
2000 |
+
#: includes/fields/class-acf-field-google-map.php:181
|
2001 |
+
#: includes/fields/class-acf-field-google-map.php:192
|
2002 |
msgid "Center"
|
2003 |
msgstr "Merkez"
|
2004 |
|
2005 |
+
#: includes/fields/class-acf-field-google-map.php:182
|
2006 |
+
#: includes/fields/class-acf-field-google-map.php:193
|
2007 |
msgid "Center the initial map"
|
2008 |
msgstr "Haritayı ortala"
|
2009 |
|
2010 |
+
#: includes/fields/class-acf-field-google-map.php:204
|
2011 |
msgid "Zoom"
|
2012 |
msgstr "Yaklaş"
|
2013 |
|
2014 |
+
#: includes/fields/class-acf-field-google-map.php:205
|
2015 |
msgid "Set the initial zoom level"
|
2016 |
msgstr "Temel yaklaşma seviyesini belirle"
|
2017 |
|
2018 |
+
#: includes/fields/class-acf-field-google-map.php:214
|
2019 |
+
#: includes/fields/class-acf-field-image.php:255
|
2020 |
+
#: includes/fields/class-acf-field-image.php:284
|
2021 |
#: includes/fields/class-acf-field-oembed.php:268
|
2022 |
+
#: pro/fields/class-acf-field-gallery.php:633
|
2023 |
+
#: pro/fields/class-acf-field-gallery.php:662
|
2024 |
msgid "Height"
|
2025 |
msgstr "Yükseklik"
|
2026 |
|
2027 |
+
#: includes/fields/class-acf-field-google-map.php:215
|
2028 |
msgid "Customize the map height"
|
2029 |
msgstr "Harita yüksekliğini özelleştir"
|
2030 |
|
2033 |
msgstr "Grup"
|
2034 |
|
2035 |
#: includes/fields/class-acf-field-group.php:459
|
2036 |
+
#: pro/fields/class-acf-field-repeater.php:384
|
2037 |
msgid "Sub Fields"
|
2038 |
msgstr "Alt alanlar"
|
2039 |
|
2044 |
|
2045 |
#: includes/fields/class-acf-field-group.php:480
|
2046 |
#: pro/fields/class-acf-field-clone.php:849
|
2047 |
+
#: pro/fields/class-acf-field-flexible-content.php:613
|
2048 |
+
#: pro/fields/class-acf-field-repeater.php:456
|
2049 |
+
#: pro/locations/class-acf-location-block.php:27
|
2050 |
msgid "Block"
|
2051 |
msgstr "Blok"
|
2052 |
|
2053 |
#: includes/fields/class-acf-field-group.php:481
|
2054 |
#: pro/fields/class-acf-field-clone.php:850
|
2055 |
+
#: pro/fields/class-acf-field-flexible-content.php:612
|
2056 |
+
#: pro/fields/class-acf-field-repeater.php:455
|
2057 |
msgid "Table"
|
2058 |
msgstr "Tablo"
|
2059 |
|
2060 |
#: includes/fields/class-acf-field-group.php:482
|
2061 |
#: pro/fields/class-acf-field-clone.php:851
|
2062 |
+
#: pro/fields/class-acf-field-flexible-content.php:614
|
2063 |
+
#: pro/fields/class-acf-field-repeater.php:457
|
2064 |
msgid "Row"
|
2065 |
msgstr "Satır"
|
2066 |
|
2068 |
msgid "Image"
|
2069 |
msgstr "Görsel"
|
2070 |
|
2071 |
+
#: includes/fields/class-acf-field-image.php:63
|
2072 |
msgid "Select Image"
|
2073 |
msgstr "Görsel seç"
|
2074 |
|
2075 |
+
#: includes/fields/class-acf-field-image.php:64
|
2076 |
msgid "Edit Image"
|
2077 |
msgstr "Görseli düzenle"
|
2078 |
|
2079 |
+
#: includes/fields/class-acf-field-image.php:65
|
2080 |
msgid "Update Image"
|
2081 |
msgstr "Görseli güncelle"
|
2082 |
|
2083 |
+
#: includes/fields/class-acf-field-image.php:156
|
2084 |
msgid "No image selected"
|
2085 |
msgstr "Görsel seçilmedi"
|
2086 |
|
2087 |
+
#: includes/fields/class-acf-field-image.php:156
|
2088 |
msgid "Add Image"
|
2089 |
msgstr "Görsel ekle"
|
2090 |
|
2091 |
+
#: includes/fields/class-acf-field-image.php:210
|
2092 |
+
#: pro/fields/class-acf-field-gallery.php:563
|
2093 |
msgid "Image Array"
|
2094 |
msgstr "Görsel dizisi"
|
2095 |
|
2096 |
+
#: includes/fields/class-acf-field-image.php:211
|
2097 |
+
#: pro/fields/class-acf-field-gallery.php:564
|
2098 |
msgid "Image URL"
|
2099 |
msgstr "Görsel adresi"
|
2100 |
|
2101 |
+
#: includes/fields/class-acf-field-image.php:212
|
2102 |
+
#: pro/fields/class-acf-field-gallery.php:565
|
2103 |
msgid "Image ID"
|
2104 |
msgstr "Görsel no"
|
2105 |
|
2106 |
+
#: includes/fields/class-acf-field-image.php:219
|
2107 |
+
#: pro/fields/class-acf-field-gallery.php:571
|
2108 |
msgid "Preview Size"
|
2109 |
msgstr "Önizleme boyutu"
|
2110 |
|
2111 |
+
#: includes/fields/class-acf-field-image.php:244
|
2112 |
+
#: includes/fields/class-acf-field-image.php:273
|
2113 |
+
#: pro/fields/class-acf-field-gallery.php:622
|
2114 |
+
#: pro/fields/class-acf-field-gallery.php:651
|
|
|
|
|
|
|
|
|
2115 |
msgid "Restrict which images can be uploaded"
|
2116 |
msgstr "Hangi görsellerin yüklenebileceğini sınırlandırın"
|
2117 |
|
2118 |
+
#: includes/fields/class-acf-field-image.php:247
|
2119 |
+
#: includes/fields/class-acf-field-image.php:276
|
2120 |
#: includes/fields/class-acf-field-oembed.php:257
|
2121 |
+
#: pro/fields/class-acf-field-gallery.php:625
|
2122 |
+
#: pro/fields/class-acf-field-gallery.php:654
|
2123 |
msgid "Width"
|
2124 |
msgstr "Genişlik"
|
2125 |
|
2187 |
msgstr "Sayı"
|
2188 |
|
2189 |
#: includes/fields/class-acf-field-number.php:163
|
2190 |
+
#: includes/fields/class-acf-field-range.php:164
|
2191 |
msgid "Minimum Value"
|
2192 |
msgstr "En az değer"
|
2193 |
|
2194 |
#: includes/fields/class-acf-field-number.php:172
|
2195 |
+
#: includes/fields/class-acf-field-range.php:174
|
2196 |
msgid "Maximum Value"
|
2197 |
msgstr "En fazla değer"
|
2198 |
|
2199 |
#: includes/fields/class-acf-field-number.php:181
|
2200 |
+
#: includes/fields/class-acf-field-range.php:184
|
2201 |
msgid "Step Size"
|
2202 |
msgstr "Adım boyutu"
|
2203 |
|
2238 |
|
2239 |
#: includes/fields/class-acf-field-page_link.php:269
|
2240 |
#: includes/fields/class-acf-field-post_object.php:267
|
2241 |
+
#: includes/fields/class-acf-field-taxonomy.php:958
|
2242 |
msgid "Parent"
|
2243 |
msgstr "Ebeveyn"
|
2244 |
|
2273 |
#: includes/fields/class-acf-field-page_link.php:533
|
2274 |
#: includes/fields/class-acf-field-post_object.php:421
|
2275 |
#: includes/fields/class-acf-field-select.php:392
|
2276 |
+
#: includes/fields/class-acf-field-user.php:71
|
2277 |
msgid "Select multiple values?"
|
2278 |
msgstr "Birden çok değer seçilsin mi?"
|
2279 |
|
2355 |
|
2356 |
#: includes/fields/class-acf-field-relationship.php:595
|
2357 |
#: includes/fields/class-acf-field-taxonomy.php:28
|
2358 |
+
#: includes/fields/class-acf-field-taxonomy.php:751
|
2359 |
#: includes/locations/class-acf-location-taxonomy.php:27
|
2360 |
msgid "Taxonomy"
|
2361 |
msgstr "Taksonomi"
|
2377 |
msgstr "En fazla yazı"
|
2378 |
|
2379 |
#: includes/fields/class-acf-field-relationship.php:727
|
2380 |
+
#: pro/fields/class-acf-field-gallery.php:779
|
2381 |
#, php-format
|
2382 |
msgid "%s requires at least %s selection"
|
2383 |
msgid_plural "%s requires at least %s selections"
|
2385 |
msgstr[1] "%s en az %s seçim gerektirir"
|
2386 |
|
2387 |
#: includes/fields/class-acf-field-select.php:25
|
2388 |
+
#: includes/fields/class-acf-field-taxonomy.php:773
|
2389 |
msgctxt "noun"
|
2390 |
msgid "Select"
|
2391 |
msgstr "Seçim"
|
2487 |
"Önceki sekmelerin durması için bir uç nokta tanımlayın. Bu yeni sekmeler "
|
2488 |
"için bir grup başlatacaktır."
|
2489 |
|
2490 |
+
#: includes/fields/class-acf-field-taxonomy.php:711
|
2491 |
#, php-format
|
2492 |
msgctxt "No terms"
|
2493 |
msgid "No %s"
|
2494 |
msgstr "%s yok"
|
2495 |
|
2496 |
+
#: includes/fields/class-acf-field-taxonomy.php:752
|
2497 |
msgid "Select the taxonomy to be displayed"
|
2498 |
msgstr "Görüntülenecek taksonomiyi seçin"
|
2499 |
|
2500 |
+
#: includes/fields/class-acf-field-taxonomy.php:761
|
2501 |
msgid "Appearance"
|
2502 |
msgstr "Görünüm"
|
2503 |
|
2504 |
+
#: includes/fields/class-acf-field-taxonomy.php:762
|
2505 |
msgid "Select the appearance of this field"
|
2506 |
msgstr "Bu alanın görünümünü seçin"
|
2507 |
|
2508 |
+
#: includes/fields/class-acf-field-taxonomy.php:767
|
2509 |
msgid "Multiple Values"
|
2510 |
msgstr "Çoklu değer"
|
2511 |
|
2512 |
+
#: includes/fields/class-acf-field-taxonomy.php:769
|
2513 |
msgid "Multi Select"
|
2514 |
msgstr "Çoklu seçim"
|
2515 |
|
2516 |
+
#: includes/fields/class-acf-field-taxonomy.php:771
|
2517 |
msgid "Single Value"
|
2518 |
msgstr "Tek değer"
|
2519 |
|
2520 |
+
#: includes/fields/class-acf-field-taxonomy.php:772
|
2521 |
msgid "Radio Buttons"
|
2522 |
msgstr "Radyo düğmeleri"
|
2523 |
|
2524 |
+
#: includes/fields/class-acf-field-taxonomy.php:796
|
2525 |
msgid "Create Terms"
|
2526 |
msgstr "Terimleri oluştur"
|
2527 |
|
2528 |
+
#: includes/fields/class-acf-field-taxonomy.php:797
|
2529 |
msgid "Allow new terms to be created whilst editing"
|
2530 |
msgstr "Düzenlenirken yeni terimlerin oluşabilmesine izin ver"
|
2531 |
|
2532 |
+
#: includes/fields/class-acf-field-taxonomy.php:806
|
2533 |
msgid "Save Terms"
|
2534 |
msgstr "Terimleri kaydet"
|
2535 |
|
2536 |
+
#: includes/fields/class-acf-field-taxonomy.php:807
|
2537 |
msgid "Connect selected terms to the post"
|
2538 |
msgstr "Seçilmiş terimleri yazıya bağla"
|
2539 |
|
2540 |
+
#: includes/fields/class-acf-field-taxonomy.php:816
|
2541 |
msgid "Load Terms"
|
2542 |
msgstr "Terimleri yükle"
|
2543 |
|
2544 |
+
#: includes/fields/class-acf-field-taxonomy.php:817
|
2545 |
msgid "Load value from posts terms"
|
2546 |
msgstr "Yazının terimlerinden değerleri yükle"
|
2547 |
|
2548 |
+
#: includes/fields/class-acf-field-taxonomy.php:831
|
2549 |
msgid "Term Object"
|
2550 |
msgstr "Terim nesnesi"
|
2551 |
|
2552 |
+
#: includes/fields/class-acf-field-taxonomy.php:832
|
2553 |
msgid "Term ID"
|
2554 |
msgstr "Terim no"
|
2555 |
|
2556 |
+
#: includes/fields/class-acf-field-taxonomy.php:882
|
2557 |
#, php-format
|
2558 |
msgid "User unable to add new %s"
|
2559 |
msgstr "Kullanıcı yeni %s ekleyemiyor"
|
2560 |
|
2561 |
+
#: includes/fields/class-acf-field-taxonomy.php:892
|
2562 |
#, php-format
|
2563 |
msgid "%s already exists"
|
2564 |
msgstr "%s zaten mevcut"
|
2565 |
|
2566 |
+
#: includes/fields/class-acf-field-taxonomy.php:924
|
2567 |
#, php-format
|
2568 |
msgid "%s added"
|
2569 |
msgstr "%s eklendi"
|
2570 |
|
2571 |
+
#: includes/fields/class-acf-field-taxonomy.php:970
|
2572 |
+
#: includes/locations/class-acf-location-user-form.php:73
|
2573 |
msgid "Add"
|
2574 |
msgstr "Ekle"
|
2575 |
|
2577 |
msgid "Text"
|
2578 |
msgstr "Metin"
|
2579 |
|
2580 |
+
#: includes/fields/class-acf-field-text.php:131
|
2581 |
#: includes/fields/class-acf-field-textarea.php:120
|
2582 |
msgid "Character Limit"
|
2583 |
msgstr "Karakter limiti"
|
2584 |
|
2585 |
+
#: includes/fields/class-acf-field-text.php:132
|
2586 |
#: includes/fields/class-acf-field-textarea.php:121
|
2587 |
msgid "Leave blank for no limit"
|
2588 |
msgstr "Limit olmaması için boş bırakın"
|
2589 |
|
2590 |
+
#: includes/fields/class-acf-field-text.php:157
|
2591 |
+
#: includes/fields/class-acf-field-textarea.php:215
|
2592 |
#, php-format
|
2593 |
msgid "Value must not exceed %d characters"
|
2594 |
msgstr "Değer %d karakteri geçmemelidir"
|
2641 |
msgid "Value must be a valid URL"
|
2642 |
msgstr "Değer geçerli bir web adresi olmalı"
|
2643 |
|
2644 |
+
#: includes/fields/class-acf-field-user.php:20 includes/locations.php:95
|
2645 |
msgid "User"
|
2646 |
msgstr "Kullanıcı"
|
2647 |
|
2648 |
+
#: includes/fields/class-acf-field-user.php:51
|
2649 |
msgid "Filter by role"
|
2650 |
msgstr "Kurala göre filtrele"
|
2651 |
|
2652 |
+
#: includes/fields/class-acf-field-user.php:59
|
2653 |
msgid "All user roles"
|
2654 |
msgstr "Bütün kullanıcı rolleri"
|
2655 |
|
2656 |
+
#: includes/fields/class-acf-field-user.php:84
|
2657 |
msgid "User Array"
|
2658 |
msgstr "Kullanıcı dizisi"
|
2659 |
|
2660 |
+
#: includes/fields/class-acf-field-user.php:85
|
2661 |
msgid "User Object"
|
2662 |
msgstr "Kullanıcı nesnesi"
|
2663 |
|
2664 |
+
#: includes/fields/class-acf-field-user.php:86
|
2665 |
msgid "User ID"
|
2666 |
msgstr "Kullanıcı No"
|
2667 |
|
2668 |
+
#: includes/fields/class-acf-field-user.php:334
|
2669 |
+
msgid "Error loading field."
|
2670 |
+
msgstr "Alan yükleme sırasında hata."
|
2671 |
+
|
2672 |
#: includes/fields/class-acf-field-wysiwyg.php:25
|
2673 |
msgid "Wysiwyg Editor"
|
2674 |
msgstr "Wysiwyg düzenleyici"
|
2715 |
msgstr "Hazırlık geciktirilsin mi?"
|
2716 |
|
2717 |
#: includes/fields/class-acf-field-wysiwyg.php:430
|
2718 |
+
msgid "TinyMCE will not be initialized until field is clicked"
|
2719 |
+
msgstr "Alan tıklanana kadar TinyMCE hazırlanmayacaktır"
|
2720 |
|
2721 |
#: includes/forms/form-front.php:55
|
2722 |
msgid "Validate Email"
|
2723 |
msgstr "E-postayı doğrula"
|
2724 |
|
2725 |
+
#: includes/forms/form-front.php:104 pro/fields/class-acf-field-gallery.php:510
|
2726 |
#: pro/options-page.php:81
|
2727 |
msgid "Update"
|
2728 |
msgstr "Güncelle"
|
2729 |
|
2730 |
+
#: includes/forms/form-front.php:105
|
2731 |
msgid "Post updated"
|
2732 |
msgstr "Yazı güncellendi"
|
2733 |
|
2734 |
+
#: includes/forms/form-front.php:231
|
2735 |
msgid "Spam Detected"
|
2736 |
msgstr "İstenmeyen tespit edildi"
|
2737 |
|
2738 |
+
#: includes/forms/form-user.php:336
|
2739 |
+
#, php-format
|
2740 |
+
msgid "<strong>ERROR</strong>: %s"
|
2741 |
+
msgstr "<strong>HATA</strong>: %s"
|
2742 |
+
|
2743 |
#: includes/locations.php:93 includes/locations/class-acf-location-post.php:27
|
2744 |
msgid "Post"
|
2745 |
msgstr "Yazı"
|
2870 |
msgid "Post Template"
|
2871 |
msgstr "Yazı şablonu"
|
2872 |
|
2873 |
+
#: includes/locations/class-acf-location-user-form.php:22
|
2874 |
msgid "User Form"
|
2875 |
msgstr "Kullanıcı formu"
|
2876 |
|
2877 |
+
#: includes/locations/class-acf-location-user-form.php:74
|
2878 |
msgid "Add / Edit"
|
2879 |
msgstr "Ekle / düzenle"
|
2880 |
|
2881 |
+
#: includes/locations/class-acf-location-user-form.php:75
|
2882 |
msgid "Register"
|
2883 |
msgstr "Kaydet"
|
2884 |
|
2885 |
+
#: includes/locations/class-acf-location-user-role.php:22
|
2886 |
msgid "User Role"
|
2887 |
msgstr "Kullanıcı kuralı"
|
2888 |
|
2991 |
msgid "Upgrade Notice"
|
2992 |
msgstr "Yükseltme bildirimi"
|
2993 |
|
2994 |
+
#: pro/blocks.php:36
|
2995 |
+
msgid "Block type name is required."
|
2996 |
+
msgstr "Blok türü adı gereklidir."
|
2997 |
+
|
2998 |
+
#: pro/blocks.php:43
|
2999 |
+
#, php-format
|
3000 |
+
msgid "Block type \"%s\" is already registered."
|
3001 |
+
msgstr "Blok türü \"%s\" zaten kayıtlı."
|
3002 |
+
|
3003 |
+
#: pro/blocks.php:393
|
3004 |
+
msgid "Switch to Edit"
|
3005 |
+
msgstr "Düzenlemeye geç"
|
3006 |
+
|
3007 |
+
#: pro/blocks.php:394
|
3008 |
+
msgid "Switch to Preview"
|
3009 |
+
msgstr "Önizlemeye geç"
|
3010 |
+
|
3011 |
+
#: pro/blocks.php:397
|
3012 |
+
#, php-format
|
3013 |
+
msgid "%s settings"
|
3014 |
+
msgstr "%s ayarları"
|
3015 |
+
|
3016 |
#: pro/fields/class-acf-field-clone.php:25
|
3017 |
msgctxt "noun"
|
3018 |
msgid "Clone"
|
3071 |
|
3072 |
#: pro/fields/class-acf-field-flexible-content.php:31
|
3073 |
#: pro/fields/class-acf-field-repeater.php:193
|
3074 |
+
#: pro/fields/class-acf-field-repeater.php:468
|
3075 |
msgid "Add Row"
|
3076 |
msgstr "Satır ekle"
|
3077 |
|
3078 |
#: pro/fields/class-acf-field-flexible-content.php:73
|
3079 |
+
#: pro/fields/class-acf-field-flexible-content.php:924
|
3080 |
+
#: pro/fields/class-acf-field-flexible-content.php:1006
|
3081 |
msgid "layout"
|
3082 |
msgid_plural "layouts"
|
3083 |
msgstr[0] "yerleşim"
|
3088 |
msgstr "yerleşimler"
|
3089 |
|
3090 |
#: pro/fields/class-acf-field-flexible-content.php:77
|
3091 |
+
#: pro/fields/class-acf-field-flexible-content.php:923
|
3092 |
+
#: pro/fields/class-acf-field-flexible-content.php:1005
|
3093 |
msgid "This field requires at least {min} {label} {identifier}"
|
3094 |
msgstr "Bu alan için en az gereken {min} {label} {identifier}"
|
3095 |
|
3109 |
msgid "Flexible Content requires at least 1 layout"
|
3110 |
msgstr "Esnek içerik, en az 1 yerleşim gerektirir"
|
3111 |
|
3112 |
+
#: pro/fields/class-acf-field-flexible-content.php:287
|
3113 |
#, php-format
|
3114 |
msgid "Click the \"%s\" button below to start creating your layout"
|
3115 |
msgstr ""
|
3116 |
"Kendi yerleşiminizi oluşturmaya başlamak için aşağıdaki \"%s \" tuşuna "
|
3117 |
"tıklayın"
|
3118 |
|
3119 |
+
#: pro/fields/class-acf-field-flexible-content.php:413
|
3120 |
msgid "Add layout"
|
3121 |
msgstr "Yerleşim ekle"
|
3122 |
|
3123 |
+
#: pro/fields/class-acf-field-flexible-content.php:414
|
3124 |
msgid "Remove layout"
|
3125 |
msgstr "Yerleşimi çıkar"
|
3126 |
|
3127 |
+
#: pro/fields/class-acf-field-flexible-content.php:415
|
3128 |
+
#: pro/fields/class-acf-field-repeater.php:301
|
3129 |
msgid "Click to toggle"
|
3130 |
msgstr "Geçiş yapmak için tıklayın"
|
3131 |
|
3132 |
+
#: pro/fields/class-acf-field-flexible-content.php:555
|
3133 |
msgid "Reorder Layout"
|
3134 |
msgstr "Yerleşimi yeniden sırala"
|
3135 |
|
3136 |
+
#: pro/fields/class-acf-field-flexible-content.php:555
|
3137 |
msgid "Reorder"
|
3138 |
msgstr "Yeniden sırala"
|
3139 |
|
3140 |
+
#: pro/fields/class-acf-field-flexible-content.php:556
|
3141 |
msgid "Delete Layout"
|
3142 |
msgstr "Yerleşimi sil"
|
3143 |
|
3144 |
+
#: pro/fields/class-acf-field-flexible-content.php:557
|
3145 |
msgid "Duplicate Layout"
|
3146 |
msgstr "Yerleşimi çoğalt"
|
3147 |
|
3148 |
+
#: pro/fields/class-acf-field-flexible-content.php:558
|
3149 |
msgid "Add New Layout"
|
3150 |
msgstr "Yeni yerleşim ekle"
|
3151 |
|
3152 |
+
#: pro/fields/class-acf-field-flexible-content.php:629
|
3153 |
msgid "Min"
|
3154 |
msgstr "En düşük"
|
3155 |
|
3156 |
+
#: pro/fields/class-acf-field-flexible-content.php:642
|
3157 |
msgid "Max"
|
3158 |
msgstr "En yüksek"
|
3159 |
|
3160 |
+
#: pro/fields/class-acf-field-flexible-content.php:669
|
3161 |
+
#: pro/fields/class-acf-field-repeater.php:464
|
3162 |
msgid "Button Label"
|
3163 |
msgstr "Tuş etiketi"
|
3164 |
|
3165 |
+
#: pro/fields/class-acf-field-flexible-content.php:678
|
3166 |
msgid "Minimum Layouts"
|
3167 |
msgstr "En az yerleşim"
|
3168 |
|
3169 |
+
#: pro/fields/class-acf-field-flexible-content.php:687
|
3170 |
msgid "Maximum Layouts"
|
3171 |
msgstr "En fazla yerleşim"
|
3172 |
|
3173 |
+
#: pro/fields/class-acf-field-gallery.php:73
|
3174 |
msgid "Add Image to Gallery"
|
3175 |
msgstr "Galeriye görsel ekle"
|
3176 |
|
3177 |
+
#: pro/fields/class-acf-field-gallery.php:74
|
3178 |
msgid "Maximum selection reached"
|
3179 |
msgstr "En fazla seçim aşıldı"
|
3180 |
|
3181 |
+
#: pro/fields/class-acf-field-gallery.php:322
|
3182 |
msgid "Length"
|
3183 |
msgstr "Uzunluk"
|
3184 |
|
3185 |
+
#: pro/fields/class-acf-field-gallery.php:362
|
3186 |
msgid "Caption"
|
3187 |
msgstr "Başlık"
|
3188 |
|
3189 |
+
#: pro/fields/class-acf-field-gallery.php:371
|
3190 |
msgid "Alt Text"
|
3191 |
msgstr "Alternatif metin"
|
3192 |
|
3193 |
+
#: pro/fields/class-acf-field-gallery.php:487
|
3194 |
msgid "Add to gallery"
|
3195 |
msgstr "Galeriye ekle"
|
3196 |
|
3197 |
+
#: pro/fields/class-acf-field-gallery.php:491
|
3198 |
msgid "Bulk actions"
|
3199 |
msgstr "Toplu eylemler"
|
3200 |
|
3201 |
+
#: pro/fields/class-acf-field-gallery.php:492
|
3202 |
msgid "Sort by date uploaded"
|
3203 |
msgstr "Yüklenme tarihine göre sırala"
|
3204 |
|
3205 |
+
#: pro/fields/class-acf-field-gallery.php:493
|
3206 |
msgid "Sort by date modified"
|
3207 |
msgstr "Değiştirme tarihine göre sırala"
|
3208 |
|
3209 |
+
#: pro/fields/class-acf-field-gallery.php:494
|
3210 |
msgid "Sort by title"
|
3211 |
msgstr "Başlığa göre sırala"
|
3212 |
|
3213 |
+
#: pro/fields/class-acf-field-gallery.php:495
|
3214 |
msgid "Reverse current order"
|
3215 |
msgstr "Sıralamayı ters çevir"
|
3216 |
|
3217 |
+
#: pro/fields/class-acf-field-gallery.php:507
|
3218 |
msgid "Close"
|
3219 |
msgstr "Kapat"
|
3220 |
|
3221 |
+
#: pro/fields/class-acf-field-gallery.php:580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3222 |
msgid "Insert"
|
3223 |
msgstr "Ekle"
|
3224 |
|
3225 |
+
#: pro/fields/class-acf-field-gallery.php:581
|
3226 |
msgid "Specify where new attachments are added"
|
3227 |
msgstr "Yeni eklerin nereye ekleneceğini belirtin"
|
3228 |
|
3229 |
+
#: pro/fields/class-acf-field-gallery.php:585
|
3230 |
msgid "Append to the end"
|
3231 |
msgstr "Sona ekle"
|
3232 |
|
3233 |
+
#: pro/fields/class-acf-field-gallery.php:586
|
3234 |
msgid "Prepend to the beginning"
|
3235 |
msgstr "En başa ekleyin"
|
3236 |
|
3237 |
+
#: pro/fields/class-acf-field-gallery.php:605
|
3238 |
+
msgid "Minimum Selection"
|
3239 |
+
msgstr "En az seçim"
|
3240 |
+
|
3241 |
+
#: pro/fields/class-acf-field-gallery.php:613
|
3242 |
+
msgid "Maximum Selection"
|
3243 |
+
msgstr "En fazla seçim"
|
3244 |
+
|
3245 |
#: pro/fields/class-acf-field-repeater.php:65
|
3246 |
+
#: pro/fields/class-acf-field-repeater.php:661
|
3247 |
msgid "Minimum rows reached ({min} rows)"
|
3248 |
msgstr "En az satır sayısına ulaşıldı ({min} satır)"
|
3249 |
|
3251 |
msgid "Maximum rows reached ({max} rows)"
|
3252 |
msgstr "En fazla satır değerine ulaşıldı ({max} satır)"
|
3253 |
|
3254 |
+
#: pro/fields/class-acf-field-repeater.php:338
|
3255 |
msgid "Add row"
|
3256 |
msgstr "Satır ekle"
|
3257 |
|
3258 |
+
#: pro/fields/class-acf-field-repeater.php:339
|
3259 |
msgid "Remove row"
|
3260 |
msgstr "Satır çıkar"
|
3261 |
|
3262 |
+
#: pro/fields/class-acf-field-repeater.php:417
|
3263 |
msgid "Collapsed"
|
3264 |
msgstr "Daraltılmış"
|
3265 |
|
3266 |
+
#: pro/fields/class-acf-field-repeater.php:418
|
3267 |
msgid "Select a sub field to show when row is collapsed"
|
3268 |
msgstr "Satır toparlandığında görüntülenecek alt alanı seçin"
|
3269 |
|
3270 |
+
#: pro/fields/class-acf-field-repeater.php:428
|
3271 |
msgid "Minimum Rows"
|
3272 |
msgstr "En az satır"
|
3273 |
|
3274 |
+
#: pro/fields/class-acf-field-repeater.php:438
|
3275 |
msgid "Maximum Rows"
|
3276 |
msgstr "En fazla satır"
|
3277 |
|
3298 |
"sayfasında lisans anahtarınızı girin. Eğer bir lisans anahtarınız yoksa "
|
3299 |
"lütfen <a href=\"%s\">detaylar ve fiyatlama</a> sayfasına bakın."
|
3300 |
|
3301 |
+
#: tests/basic/test-blocks.php:46
|
3302 |
+
msgid "Normal"
|
3303 |
+
msgstr "Normal"
|
3304 |
+
|
3305 |
+
#: tests/basic/test-blocks.php:47
|
3306 |
+
msgid "Fancy"
|
3307 |
+
msgstr "Süslü"
|
3308 |
+
|
3309 |
#. Plugin URI of the plugin/theme
|
3310 |
+
#. Author URI of the plugin/theme
|
3311 |
+
#| msgid "https://www.advancedcustomfields.com/"
|
3312 |
+
msgid "https://www.advancedcustomfields.com"
|
3313 |
+
msgstr "https://www.advancedcustomfields.com"
|
3314 |
|
3315 |
#. Author of the plugin/theme
|
3316 |
msgid "Elliot Condon"
|
3317 |
msgstr "Elliot Condon"
|
3318 |
|
3319 |
+
#~ msgid "Add-ons"
|
3320 |
+
#~ msgstr "Eklentiler"
|
3321 |
+
|
3322 |
+
#~ msgid "Download & Install"
|
3323 |
+
#~ msgstr "İndir ve yükle"
|
3324 |
+
|
3325 |
+
#~ msgid "Installed"
|
3326 |
+
#~ msgstr "Yüklendi"
|
3327 |
+
|
3328 |
+
#~ msgid "Shown when entering data"
|
3329 |
+
#~ msgstr "Veri girilirken gösterilir"
|
3330 |
+
|
3331 |
+
#~ msgid "http://www.elliotcondon.com/"
|
3332 |
+
#~ msgstr "http://www.elliotcondon.com/"
|
3333 |
|
3334 |
#~ msgid "%s field group duplicated."
|
3335 |
#~ msgid_plural "%s field groups duplicated."
|
readme.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
=== Advanced Custom Fields ===
|
2 |
Contributors: elliotcondon
|
3 |
Tags: acf, advanced, custom, field, fields, form, repeater, content
|
4 |
-
Requires at least: 4.7
|
5 |
Tested up to: 5.4
|
6 |
Requires PHP: 5.4
|
7 |
License: GPLv2 or later
|
@@ -67,6 +67,20 @@ From your WordPress dashboard
|
|
67 |
|
68 |
== Changelog ==
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
= 5.8.9 =
|
71 |
*Release Date - 26 March 2020*
|
72 |
|
@@ -80,7 +94,7 @@ From your WordPress dashboard
|
|
80 |
* i18n - Updated French Canadian translation thanks to Bérenger Zyla.
|
81 |
* i18n - Updated Traditional Chinese translation thanks to Audi Lu.
|
82 |
* i18n - Updated German translation thanks to Ralf Koller.
|
83 |
-
* i18n - Updated Portuguese
|
84 |
|
85 |
= 5.8.8 =
|
86 |
*Release Date - 4 March 2020*
|
1 |
=== Advanced Custom Fields ===
|
2 |
Contributors: elliotcondon
|
3 |
Tags: acf, advanced, custom, field, fields, form, repeater, content
|
4 |
+
Requires at least: 4.7
|
5 |
Tested up to: 5.4
|
6 |
Requires PHP: 5.4
|
7 |
License: GPLv2 or later
|
67 |
|
68 |
== Changelog ==
|
69 |
|
70 |
+
= 5.8.10 =
|
71 |
+
*Release Date - 12 May 2020*
|
72 |
+
|
73 |
+
* Fix - Fixed bug in ACF Blocks where "inserter examples" and "block templates" did not load the defined "data".
|
74 |
+
* Fix - Reverted "fix" in 5.8.9 regarding Taxonomy fields saving terms to non "post" objects.
|
75 |
+
* Fix - Fixed bug allowing the Image field to save the value of a deleted attachment.
|
76 |
+
* Fix - Improved Select field `format_value()` behaviour to correctly cast value types depending on the "multiple" setting.
|
77 |
+
* Tweak - Changed language fallback for "zh_HK" to "zh_TW".
|
78 |
+
* Tweak - Changed Time Picker field settings to display in a localized format via `date_i18n()`.
|
79 |
+
* Tweak - Improved CSS styling of menu item fields.
|
80 |
+
* i18n - Updated Finnish translation thanks to Mikko Kekki
|
81 |
+
* i18n - Updated French translation thanks to Maxime Bernard-Jacquet.
|
82 |
+
* i18n - Updated Turkish translation thanks to Emre Erkan.
|
83 |
+
|
84 |
= 5.8.9 =
|
85 |
*Release Date - 26 March 2020*
|
86 |
|
94 |
* i18n - Updated French Canadian translation thanks to Bérenger Zyla.
|
95 |
* i18n - Updated Traditional Chinese translation thanks to Audi Lu.
|
96 |
* i18n - Updated German translation thanks to Ralf Koller.
|
97 |
+
* i18n - Updated Portuguese translation thanks to Pedro Mendonça.
|
98 |
|
99 |
= 5.8.8 =
|
100 |
*Release Date - 4 March 2020*
|