diff --git a/composer.json b/composer.json
index e9977147..8691da16 100644
--- a/composer.json
+++ b/composer.json
@@ -11,18 +11,12 @@
"require": {
"php": ">=7.4"
},
- "autoload": {
- "psr-4": {
- "SCF\\Forms\\": "includes/forms/",
- "SCF\\Meta\\": "includes/Meta/",
- "ACF\\Blocks\\": "includes/Blocks/"
- }
- },
"require-dev": {
"automattic/wordbless": "^0.5.0",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"ergebnis/composer-normalize": "^2.45",
"nikic/php-parser": "^4.0",
+ "php-stubs/woocommerce-stubs": "^9.8",
"phpcompatibility/phpcompatibility-wp": "^2.1.3",
"phpstan/extension-installer": "^1.4",
"phpunit/phpunit": "^9.6",
@@ -30,8 +24,14 @@
"symfony/finder": "^5.0 || ^6.0",
"szepeviktor/phpstan-wordpress": "^2.0",
"wp-coding-standards/wpcs": "^3.0",
- "yoast/phpunit-polyfills": "^1.1.0",
- "php-stubs/woocommerce-stubs": "^9.8"
+ "yoast/phpunit-polyfills": "^1.1.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "ACF\\Blocks\\": "includes/Blocks/",
+ "SCF\\Forms\\": "includes/forms/",
+ "SCF\\Meta\\": "includes/Meta/"
+ }
},
"config": {
"allow-plugins": {
diff --git a/composer.lock b/composer.lock
index 61908289..57343ade 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "652899b34da171aac8f751a6c639281f",
+ "content-hash": "8d0f943be649224e531569f83de28e34",
"packages": [],
"packages-dev": [
{
diff --git a/docs/bin/manifest.json b/docs/bin/manifest.json
index c3cab2ea..287e838d 100644
--- a/docs/bin/manifest.json
+++ b/docs/bin/manifest.json
@@ -259,6 +259,11 @@
"parent": "welcome",
"markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/welcome/quick-start.md"
},
+ "code-reference/admin/admin-commands-file": {
+ "slug": "admin-commands-file",
+ "parent": "admin",
+ "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/code-reference/admin/admin-commands-file.md"
+ },
"code-reference/admin/admin-notices-file": {
"slug": "admin-notices-file",
"parent": "admin",
@@ -269,6 +274,11 @@
"parent": "admin",
"markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/code-reference/admin/admin-tools-file.md"
},
+ "code-reference/admin/beta-features-file": {
+ "slug": "beta-features-file",
+ "parent": "admin",
+ "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/code-reference/admin/beta-features-file.md"
+ },
"code-reference/api/api-helpers-file": {
"slug": "api-helpers-file",
"parent": "api",
@@ -314,6 +324,11 @@
"parent": "rest-api",
"markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/code-reference/rest-api/class-acf-rest-request-file.md"
},
+ "code-reference/rest-api/class-acf-rest-types-endpoint-file": {
+ "slug": "class-acf-rest-types-endpoint-file",
+ "parent": "rest-api",
+ "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/code-reference/rest-api/class-acf-rest-types-endpoint-file.md"
+ },
"features/field/accordion": {
"slug": "accordion",
"parent": "field",
@@ -399,6 +414,11 @@
"parent": "field",
"markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/features/field/message/index.md"
},
+ "features/field/nav_menu": {
+ "slug": "nav_menu",
+ "parent": "field",
+ "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/features/field/nav_menu/index.md"
+ },
"features/field/number": {
"slug": "number",
"parent": "field",
@@ -579,6 +599,11 @@
"parent": "message",
"markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/features/field/message/tutorial.md"
},
+ "features/field/nav_menu/tutorial": {
+ "slug": "nav_menu-tutorial",
+ "parent": "nav_menu",
+ "markdown_source": "https://github.com/wordpress/secure-custom-fields/blob/trunk/docs/features/field/nav_menu/tutorial.md"
+ },
"features/field/number/tutorial": {
"slug": "number-tutorial",
"parent": "number",
diff --git a/docs/code-reference/META.md b/docs/code-reference/META.md
index b9d58454..c98a8bcf 100644
--- a/docs/code-reference/META.md
+++ b/docs/code-reference/META.md
@@ -75,8 +75,11 @@ This file tracks code elements that need documentation.
- `acf/load_meta`
- `acf/pre_delete_metadata`
+- `acf/pre_delete_metadata`
- `acf/pre_load_meta`
- `acf/pre_load_metadata`
+- `acf/pre_load_metadata`
+- `acf/pre_update_metadata`
- `acf/pre_update_metadata`
## acf-user-functions.php
@@ -94,6 +97,7 @@ This file tracks code elements that need documentation.
- `acf/load_reference`
- `acf/load_value`
- `acf/pre_format_value`
+- `acf/pre_load_metadata`
- `acf/pre_load_reference`
- `acf/pre_load_value`
- `acf/pre_update_value`
@@ -135,6 +139,12 @@ This file tracks code elements that need documentation.
- `acf/admin/prevent_escaped_html_notice`
- `acf/in_admin_header`
+## admin/beta-features.php
+
+### Hooks
+
+- `scf/include_admin_beta_features`
+
## admin/class-acf-admin-options-page.php
### Hooks
@@ -324,6 +334,7 @@ This file tracks code elements that need documentation.
- `acf/shortcode/allow_in_block_themes_outside_content`
- `acf/shortcode/allow_unsafe_html`
- `acf/shortcode/disabled_message`
+- `acf/shortcode/display_admin_errors`
- `acf/shortcode/field_not_allowed_message`
- `acf/shortcode/field_not_supported_message`
- `acf/shortcode/post_not_public_message`
@@ -414,6 +425,12 @@ This file tracks code elements that need documentation.
- `acf/fields/icon_picker/dashicons`
- `acf/fields/icon_picker/tabs`
+## fields/class-acf-field-nav-menu.php
+
+### Hooks
+
+- `wp_nav_menu_container_allowed_tags`
+
## fields/class-acf-field-page_link.php
### Hooks
@@ -472,6 +489,12 @@ This file tracks code elements that need documentation.
- `media_buttons`
- `teeny_mce_buttons`
+## forms/WC_Order.php
+
+### Hooks
+
+- `acf/input/meta_box_priority`
+
## forms/form-front.php
### Functions
diff --git a/docs/code-reference/acf-bidirectional-functions-file.md b/docs/code-reference/acf-bidirectional-functions-file.md
index 099e5d5c..d98bba00 100644
--- a/docs/code-reference/acf-bidirectional-functions-file.md
+++ b/docs/code-reference/acf-bidirectional-functions-file.md
@@ -9,6 +9,7 @@ Process updating bidirectional fields.
* @param integer|string $post_id The ACF encoded origin post, user or term ID.
* @param array $field The field being updated on the origin post, user or term ID.
* @param string|false $target_prefix The ACF prefix for a post, user or term ID required for the update_field call for this field type.
+* @return void
## `acf_get_valid_bidirectional_target_types()`
@@ -41,6 +42,7 @@ Renders the field settings required for bidirectional fields
* @since ACF 6.2
* @param array $field The field object passed into field setting functions.
+* @return void
## `acf_get_bidirectional_field_settings_instruction_text()`
diff --git a/docs/code-reference/acf-helper-functions-file.md b/docs/code-reference/acf-helper-functions-file.md
index 560e1a8d..67d90013 100644
--- a/docs/code-reference/acf-helper-functions-file.md
+++ b/docs/code-reference/acf-helper-functions-file.md
@@ -114,7 +114,7 @@ acf_set_filters
* @date 14/7/16
* @since ACF 5.4.0
* @param array $filters An Array of modifiers.
-* @return array
+* @return void
## `acf_disable_filters()`
diff --git a/docs/code-reference/acf-input-functions-file.md b/docs/code-reference/acf-input-functions-file.md
index 49e1bef6..85d24db6 100644
--- a/docs/code-reference/acf-input-functions-file.md
+++ b/docs/code-reference/acf-input-functions-file.md
@@ -46,7 +46,7 @@ acf_hidden_input
* @date 3/02/2014
* @since ACF 5.0.0
* @param array $attrs The array of attrs.
-* @return string
+* @return void echos out value.
## `acf_get_hidden_input()`
@@ -66,7 +66,7 @@ acf_text_input
* @date 3/02/2014
* @since ACF 5.0.0
* @param array $attrs The array of attrs.
-* @return string
+* @return void echos out value.
## `acf_get_text_input()`
@@ -86,7 +86,7 @@ acf_file_input
* @date 3/02/2014
* @since ACF 5.0.0
* @param array $attrs The array of attrs.
-* @return string
+* @return void echos out value.
## `acf_get_file_input()`
@@ -106,7 +106,7 @@ acf_textarea_input
* @date 3/02/2014
* @since ACF 5.0.0
* @param array $attrs The array of attrs.
-* @return string
+* @return void echos out value.
## `acf_get_textarea_input()`
@@ -126,7 +126,7 @@ acf_checkbox_input
* @date 3/02/2014
* @since ACF 5.0.0
* @param array $attrs The array of attrs.
-* @return string
+* @return void echos out value.
## `acf_get_checkbox_input()`
@@ -146,7 +146,7 @@ acf_radio_input
* @date 3/02/2014
* @since ACF 5.0.0
* @param array $attrs The array of attrs.
-* @return string
+* @return void echos out value.
## `acf_get_radio_input()`
@@ -166,7 +166,7 @@ acf_select_input
* @date 3/02/2014
* @since ACF 5.0.0
* @param array $attrs The array of attrs.
-* @return string
+* @return void
## `acf_get_select_input()`
diff --git a/docs/code-reference/acf-meta-functions-file.md b/docs/code-reference/acf-meta-functions-file.md
index e923ca07..c1f1deb0 100644
--- a/docs/code-reference/acf-meta-functions-file.md
+++ b/docs/code-reference/acf-meta-functions-file.md
@@ -55,13 +55,11 @@ Deletes metadata from the database.
## `acf_copy_metadata()`
-acf_copy_postmeta
+Copies meta from one post to another. Useful for saving and restoring revisions.
-* Copies meta from one post to another. Useful for saving and restoring revisions.
-* @date 25/06/2016
* @since ACF 5.3.8
-* @param (int|string) $from_post_id The post id to copy from.
-* @param (int|string) $to_post_id The post id to paste to.
+* @param integer|string $from_post_id The post id to copy from.
+* @param integer|string $to_post_id The post id to paste to.
* @return void
## `acf_copy_postmeta()`
@@ -112,4 +110,43 @@ acf_update_metaref
* @param array $references An array of references.
* @return (int|bool) Meta ID if the key didn't exist, true on successful update, false on failure.
+## `acf_get_meta_instance()`
+
+Retrieves an ACF meta instance for the provided meta type.
+
+* @since 6.5
+* @param string $type The meta type as decoded from the post ID.
+* @return object|null
+
+## `acf_get_metadata_by_field()`
+
+Gets metadata from the database.
+
+* @since 6.5
+* @param integer|string $post_id The post id.
+* @param array $field The field array.
+* @param boolean $hidden True if we should return the reference key.
+* @return mixed
+
+## `acf_update_metadata_by_field()`
+
+Updates metadata in the database.
+
+* @since 6.5
+* @param integer|string $post_id The post id.
+* @param array $field The field array.
+* @param mixed $value The meta value.
+* @param boolean $hidden True if we should update the reference key.
+* @return integer|boolean Meta ID if the key didn't exist, true on successful update, false on failure.
+
+## `acf_delete_metadata_by_field()`
+
+Deletes metadata from the database.
+
+* @since 6.5
+* @param integer|string $post_id The post id.
+* @param array $field The field array.
+* @param boolean $hidden True if we should update the reference key.
+* @return boolean
+
---
diff --git a/docs/code-reference/acf-user-functions-file.md b/docs/code-reference/acf-user-functions-file.md
index 0bb27221..93747965 100644
--- a/docs/code-reference/acf-user-functions-file.md
+++ b/docs/code-reference/acf-user-functions-file.md
@@ -32,11 +32,9 @@ acf_get_user_role_labels
## `acf_allow_unfiltered_html()`
-acf_allow_unfiltered_html
+Returns true if the current user is allowed to save unfiltered HTML.
-* Returns true if the current user is allowed to save unfiltered HTML.
-* @date 9/1/19
-* @since ACF 5.7.10
+* @since ACF 5.7.10
* @return boolean
---
diff --git a/docs/code-reference/admin/admin-commands-file.md b/docs/code-reference/admin/admin-commands-file.md
new file mode 100644
index 00000000..da5290a3
--- /dev/null
+++ b/docs/code-reference/admin/admin-commands-file.md
@@ -0,0 +1,20 @@
+# Admin Commands Global Functions
+
+## `acf_commands_init()`
+
+Initializes SCF commands integration
+
+* This function handles the integration with WordPress Commands (Cmd+K / Ctrl+K),
+providing navigation commands for SCF admin pages and custom post types.
+* The implementation follows these principles:
+
+1. Only loads in screens where WordPress commands are available.
+2. Performs capability checks to ensure users only see commands they can access.
+3. Core administrative commands are only shown to users with SCF admin capabilities.
+4. Custom post type commands are conditionally shown based on edit_posts capability
+for each specific post type.
+5. Post types must have UI enabled (show_ui setting) to appear in commands.
+
+* @since SCF 6.5.0
+
+---
diff --git a/docs/code-reference/admin/admin-notices-file.md b/docs/code-reference/admin/admin-notices-file.md
index 159b00e5..aa1e8c53 100644
--- a/docs/code-reference/admin/admin-notices-file.md
+++ b/docs/code-reference/admin/admin-notices-file.md
@@ -25,7 +25,7 @@ Creates and returns a new notice.
* @since ACF 5.0.0
* @param string $text The admin notice text.
* @param string $type The type of notice (warning, error, success, info).
-* @param boolean $dismissible Is this notification dismissible (default true) (since ACF 5.11.0).
+* @param boolean $dismissible Is this notification dismissible (default true) (since 5.11.0).
* @param boolean $persisted Store once a notice has been dismissed per user and prevent showing it again. (since ACF 6.1.0).
* @return ACF_Admin_Notice
diff --git a/docs/code-reference/admin/beta-features-file.md b/docs/code-reference/admin/beta-features-file.md
new file mode 100644
index 00000000..a09ed288
--- /dev/null
+++ b/docs/code-reference/admin/beta-features-file.md
@@ -0,0 +1,20 @@
+# Beta Features Global Functions
+
+## `scf_register_admin_beta_feature()`
+
+Alias of acf()->admin_beta_features->register_beta_feature()
+
+* @type function
+* @since SCF 6.5.0
+* @param string $beta_feature The beta feature class.
+* @return void
+
+## `scf_get_admin_beta_features_url()`
+
+This function will return the admin URL to the beta features page
+
+* @type function
+* @since SCF 6.5.0
+* @return string The URL to the beta features page.
+
+---
diff --git a/docs/code-reference/admin/index.md b/docs/code-reference/admin/index.md
index 1580eb7e..5610c5d4 100644
--- a/docs/code-reference/admin/index.md
+++ b/docs/code-reference/admin/index.md
@@ -2,5 +2,7 @@
## Files
+- [Admin Commands](admin-commands-file)
- [Admin Notices](admin-notices-file)
- [Admin Tools](admin-tools-file)
+- [Beta Features](beta-features-file)
diff --git a/docs/code-reference/api/api-helpers-file.md b/docs/code-reference/api/api-helpers-file.md
index 2fc4cb74..c26255b5 100644
--- a/docs/code-reference/api/api-helpers-file.md
+++ b/docs/code-reference/api/api-helpers-file.md
@@ -279,6 +279,7 @@ It's action will also allow WPML to set the lang and avoid AJAX get_posts issues
* @since ACF 5.2.3
* @param string $nonce The nonce to check.
* @param string $action The action of the nonce.
+* @param bool $action_is_field Whether the action is a field key or not. Defaults to false.
* @return boolean
## `acf_get_image_sizes()`
diff --git a/docs/code-reference/local-fields-file.md b/docs/code-reference/local-fields-file.md
index cd8af0a6..87dce90a 100644
--- a/docs/code-reference/local-fields-file.md
+++ b/docs/code-reference/local-fields-file.md
@@ -196,7 +196,7 @@ acf_add_local_fields
* @date 22/1/19
* @since ACF 5.7.10
* @param array $fields An array of un prepared fields.
-* @return array
+* @return void|array
## `acf_get_local_fields()`
diff --git a/docs/code-reference/locations-file.md b/docs/code-reference/locations-file.md
index fe73d4e4..0ca18caa 100644
--- a/docs/code-reference/locations-file.md
+++ b/docs/code-reference/locations-file.md
@@ -69,7 +69,7 @@ Returns true if the provided rule matches the screen args.
* @since ACF 5.6.0
* @param array $rule The location rule.
* @param array $screen The screen args.
-* @param array $field The field group array.
+* @param array $field_group The field group array.
* @return boolean
## `acf_get_location_screen()`
@@ -79,7 +79,7 @@ Returns ann array of screen args to be used against matching rules.
* @date 8/4/20
* @since ACF 5.9.0
* @param array $screen The screen args.
-* @param array $deprecated The field group array.
+* @param array $deprecated Deprecated.
* @return array
## `acf_register_location_rule()`
diff --git a/docs/code-reference/loop-file.md b/docs/code-reference/loop-file.md
index 914ad7b2..9684a0ae 100644
--- a/docs/code-reference/loop-file.md
+++ b/docs/code-reference/loop-file.md
@@ -38,6 +38,6 @@ alias of acf()->loop->remove_loop()
* @date 6/10/13
* @since ACF 5.0.0
* @param n/a
-* @return n/a
+* @return bool
---
diff --git a/docs/code-reference/rest-api/class-acf-rest-types-endpoint-file.md b/docs/code-reference/rest-api/class-acf-rest-types-endpoint-file.md
new file mode 100644
index 00000000..a297167b
--- /dev/null
+++ b/docs/code-reference/rest-api/class-acf-rest-types-endpoint-file.md
@@ -0,0 +1,36 @@
+# SCF_Rest_Types_Endpoint
+
+Class SCF_Rest_Types_Endpoint
+
+* Extends the /wp/v2/types endpoint to include SCF fields.
+* @since SCF 6.5.0
+
+## Methods
+
+### `__construct`
+
+Initialize the class.
+
+* @since SCF 6.5.0
+
+### `register_extra_fields`
+
+Register extra SCF fields for the post types endpoint.
+
+* @since SCF 6.5.0
+* @return void
+
+### `get_scf_fields`
+
+Get SCF fields for a post type.
+
+* @since SCF 6.5.0
+* @param array $post_type_object The post type object.
+* @return array Array of field data.
+
+### `get_field_schema`
+
+Get the schema for the SCF fields.
+
+* @since SCF 6.5.0
+* @return array The schema for the SCF fields.
diff --git a/docs/code-reference/rest-api/index.md b/docs/code-reference/rest-api/index.md
index c33abf0c..fe3455d8 100644
--- a/docs/code-reference/rest-api/index.md
+++ b/docs/code-reference/rest-api/index.md
@@ -6,3 +6,4 @@
- [Class Acf REST API](class-acf-rest-api-file)
- [Class ACF REST Embed Links](class-acf-rest-embed-links-file)
- [Class ACF REST Request](class-acf-rest-request-file)
+- [Class ACF REST Types Endpoint](class-acf-rest-types-endpoint-file)
diff --git a/docs/contributing/index.md b/docs/contributing/index.md
index 8d9f8653..f250bc31 100644
--- a/docs/contributing/index.md
+++ b/docs/contributing/index.md
@@ -26,7 +26,7 @@ Guide for contributing to Secure Custom Fields development.
1. Fork the repository
2. Set up local environment
- - The local environment runs with WP env, for setup, see: https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/ along with prerequisites.
+ - The local environment runs with WP env, for setup, see: along with prerequisites.
3. Install dependencies
- run `composer install`
- build the plugin files (JS/CSS) via `npm run build`
diff --git a/docs/features/field/nav_menu/index.md b/docs/features/field/nav_menu/index.md
index b1ac75b6..12b07cd7 100644
--- a/docs/features/field/nav_menu/index.md
+++ b/docs/features/field/nav_menu/index.md
@@ -6,12 +6,10 @@ The Nav Menu Field field provides a way to select nav menus and output them.
- Different Return Value (Object, HTML, ID)
- Different Menu Container (nav, div)
-- Ability to select no value
+- Ability to select no value
## Settings
- Return Value
- Menu Container
- Allow Null?
-
-
diff --git a/docs/features/field/nav_menu/tutorial.md b/docs/features/field/nav_menu/tutorial.md
index bc21954d..d1d911d9 100644
--- a/docs/features/field/nav_menu/tutorial.md
+++ b/docs/features/field/nav_menu/tutorial.md
@@ -63,6 +63,7 @@ if ($menu_id) {
Use the `wp_nav_menu_container_allowed_tags` hook to add additional allowed container tags for the Nav Menu field. This will enable more flexibility in the menu's wrapper tag.
Example:
+
```php
function my_custom_menu_container_tags($tags) {
$tags[] = 'section'; // Adds 'section' as an allowed container tag
diff --git a/docs/welcome/installation.md b/docs/welcome/installation.md
index 9ca536e9..7f637ae8 100644
--- a/docs/welcome/installation.md
+++ b/docs/welcome/installation.md
@@ -26,6 +26,7 @@ Before installing, ensure your site meets these requirements:
2. Extract the plugin files
3. Upload the plugin folder to `/wp-content/plugins/`
4. Activate through the WordPress admin interface
+
---
### Composer Installation
@@ -88,22 +89,33 @@ Add the following configuration to your `composer.json` file:
}
}
```
+
Once the configuration is set, run the following command in your terminal to install the dependencies:
+
```shell
composer install
```
+
or
+
```shell
composer i
```
+
---
+
### Add the Composer Autoloader
+
To ensure Composer dependencies are loaded correctly, add the following line in your plugin or theme:
+
```php
require_once plugin_dir_path(dirname(__FILE__)) . 'vendor/autoload.php';
```
-### Load Secure Custom Fields
+
+### Load Secure Custom Fields
+
Now you need to manually load the Secure Custom Fields plugin and define its paths. Adjust the paths according to the structure of your plugin or theme:
+
```php
if (! class_exists('ACF')) {
// Define the path and URL to the Secure Custom Fields plugin.
@@ -114,9 +126,11 @@ if (! class_exists('ACF')) {
require_once MY_SCF_PATH . 'secure-custom-fields.php';
}
```
+
⚠️ **Note:** Replace MY_SCF_PATH and MY_SCF_URL with constants that match your plugin/theme structure if necessary.
-### Done!
+### Done
+
You have successfully installed and integrated Secure Custom Fields via Composer. You can now use it as you would with a normal installation, but with all the benefits of Composer-based dependency management.
---
@@ -132,6 +146,7 @@ add_filter( 'acf/settings/show_admin', '__return_false' );
// Hide the SCF Updates menu.
add_filter( 'acf/settings/show_updates', '__return_false', 100 );
```
+
#### What does this do?
- **Hide Admin Menu:**
@@ -147,7 +162,6 @@ add_filter( 'acf/settings/show_updates', '__return_false', 100 );
> **Note:** Hiding updates means you are responsible for manually updating SCF when necessary to keep your project secure and compatible, but it also helps avoid potential conflicts between Composer and the built-in updater.
-
## Verify Your Installation
After installation:
diff --git a/lang/secure-custom-fields-pl_PL.l10n.php b/lang/secure-custom-fields-pl_PL.l10n.php
deleted file mode 100644
index a9a91b20..00000000
--- a/lang/secure-custom-fields-pl_PL.l10n.php
+++ /dev/null
@@ -1,2 +0,0 @@
-NULL,'plural-forms'=>NULL,'language'=>'','project-id-version'=>'','pot-creation-date'=>'2025-01-08T19:43:20+00:00','po-revision-date'=>'2025-01-08T19:43:20+00:00','messages'=>['Invalid request args.'=>'Nieprawidłowe argumenty żądania.','%s requires a valid attachment ID when type is set to media_library.'=>'%s wymaga poprawnego identyfikatora załącznika, gdy rodzaj jest ustawiony na „media_library”.','%s is a required property of acf.'=>'%s jest wymaganą właściwością dla ACF.','The value of icon to save.'=>'Wartość ikonki do zapisania.','The type of icon to save.'=>'Rodzaj ikonki do zapisania.','Array'=>'Tablica','String'=>'Ciąg znaków','Browse Media Library'=>'Przeglądaj bibliotekę mediów','Search icons...'=>'Szukaj ikonek...','Icon Picker'=>'Wybór ikonki','REST API Format'=>'Format REST API','Active Plugins'=>'Wtyczki włączone','Parent Theme'=>'Motyw nadrzędny','Active Theme'=>'Włączony motyw','MySQL Version'=>'Wersja MySQL','WordPress Version'=>'Wersja WordPressa','Plugin Version'=>'Wersja wtyczki','Dismiss permanently'=>'Odrzuć na zawsze','The core ACF block binding source name for fields on the current pageACF Fields'=>'Pola ACF','Learn more'=>'Dowiedz się więcej','Hide details'=>'Ukryj szczegóły','Show details'=>'Pokaż szczegóły','%1$s (%2$s) - rendered via %3$s'=>'%1$s (%2$s) - wyświetlane przez %3$s','\'High\' position not supported in the Block Editor'=>'Pozycja „Wysoka” nie jest obsługiwana w edytorze blokowym.','Add Options Page'=>'Dodaj stronę opcji','In the editor used as the placeholder of the title.'=>'W edytorze, używane jako tekst zastępczy tytułu.','Title Placeholder'=>'Placeholder (tekst zastępczy) tytułu','(Duplicated from %s)'=>'(zduplikowane z %s)','Select Options Pages'=>'Wybierz strony opcji','Duplicate taxonomy'=>'Duplikuj taksonomię','Create taxonomy'=>'Utwórz taksonomię','Duplicate post type'=>'Duplikuj typ treści','Create post type'=>'Utwórz typ treści','Link field groups'=>'Powiąż grupy pól','Add fields'=>'Dodaj pola','This Field'=>'To pole','Add this %s to the location rules of the selected field groups.'=>'Dodaj ten element (%s) do reguł lokalizacji wybranych grup pól.','Select field(s) to store the reference back to the item being updated. You may select this field. Target fields must be compatible with where this field is being displayed. For example, if this field is displayed on a Taxonomy, your target field should be of type Taxonomy'=>'Wybierz pole(-a), gdzie zapisywać odwołanie do aktualizowanego elementu. Możesz wybrać to pole. Pola docelowe muszą być zgodne z miejscem wyświetlania tego pola. Przykładowo, jeśli to pole jest wyświetlane w terminie taksonomii, pole docelowe musi mieć rodzaj Taksonomia.','Target Field'=>'Pole docelowe','Update a field on the selected values, referencing back to this ID'=>'Zaktualizuj pole w wybranych elementach, odwołując się do tego identyfikatora','Bidirectional'=>'Dwukierunkowe','%s Field'=>'Pole „%s”','Select Multiple'=>'Wielokrotny wybór','Lower case letters, underscores and dashes only, Max 32 characters.'=>'Tylko małe litery, myślniki i podkreślniki. Maksymalnie 32 znaki.','The capability name for assigning terms of this taxonomy.'=>'Nazwa uprawnienia do przypisywania terminów tej taksonomii.','Assign Terms Capability'=>'Uprawnienie do przypisywania terminów','The capability name for deleting terms of this taxonomy.'=>'Nazwa uprawnienia do usuwania terminów tej taksonomii.','Delete Terms Capability'=>'Uprawnienie do usuwania terminów','The capability name for editing terms of this taxonomy.'=>'Nazwa uprawnienia do edytowania terminów tej taksonomii.','Edit Terms Capability'=>'Uprawnienie do edytowania terminów','The capability name for managing terms of this taxonomy.'=>'Nazwa uprawnienia do zarządzania terminami tej taksonomii.','Manage Terms Capability'=>'Uprawnienie do zarządzania terminami','Sets whether posts should be excluded from search results and taxonomy archive pages.'=>'Określa czy wpisy powinny być wykluczone z wyników wyszukiwania oraz stron archiwów taksonomii.','Learn More'=>'Dowiedz się więcej','%s fields'=>'Pola „%s”','No terms'=>'Brak terminów','No post types'=>'Brak typów treści','No posts'=>'Brak wpisów','No taxonomies'=>'Brak taksonomii','No field groups'=>'Brak grup pól','No fields'=>'Brak pól','No description'=>'Brak opisu','Any post status'=>'Dowolny status wpisu','This taxonomy key is already in use by another taxonomy registered outside of ACF and cannot be used.'=>'Ten klucz taksonomii jest już używany przez inną taksonomię zarejestrowaną poza ACF-em i nie może zostać użyty.','This taxonomy key is already in use by another taxonomy in ACF and cannot be used.'=>'Ten klucz taksonomii jest już używany przez inną taksonomię w ACF-ie i nie może zostać użyty.','The taxonomy key must only contain lower case alphanumeric characters, underscores or dashes.'=>'Klucz taksonomii może zawierać wyłącznie małe litery, cyfry, myślniki i podkreślniki.','The taxonomy key must be under 32 characters.'=>'Klucz taksonomii musi mieć mniej niż 32 znaków.','No Taxonomies found in Trash'=>'Nie znaleziono żadnych taksonomii w koszu','No Taxonomies found'=>'Nie znaleziono żadnych taksonomii','Search Taxonomies'=>'Szukaj taksonomii','View Taxonomy'=>'Zobacz taksonomię','New Taxonomy'=>'Nowa taksonomia','Edit Taxonomy'=>'Edytuj taksonomię','Add New Taxonomy'=>'Utwórz taksonomię','No Post Types found in Trash'=>'Nie znaleziono żadnych typów treści w koszu','No Post Types found'=>'Nie znaleziono żadnych typów treści','Search Post Types'=>'Szukaj typów treści','View Post Type'=>'Zobacz typ treści','New Post Type'=>'Nowy typ treści','Edit Post Type'=>'Edytuj typ treści','Add New Post Type'=>'Utwórz typ treści','This post type key is already in use by another post type registered outside of ACF and cannot be used.'=>'Ten klucz typu treści jest już używany przez inny typ treści zarejestrowany poza ACF-em i nie może zostać użyty.','This post type key is already in use by another post type in ACF and cannot be used.'=>'Ten klucz typu treści jest już używany przez inny typ treści w ACF-ie i nie może zostać użyty.','This field must not be a WordPress reserved term.'=>'Pole nie może być terminem zastrzeżonym przez WordPressa.','The post type key must only contain lower case alphanumeric characters, underscores or dashes.'=>'Klucz typu treści może zawierać wyłącznie małe litery, cyfry, myślniki i podkreślniki.','The post type key must be under 20 characters.'=>'Klucz typu treści musi mieć mniej niż 20 znaków.','We do not recommend using this field in ACF Blocks.'=>'Nie zalecamy używania tego pola w blokach ACF.','Displays the WordPress WYSIWYG editor as seen in Posts and Pages allowing for a rich text-editing experience that also allows for multimedia content.'=>'Wyświetla edytor WYSIWYG WordPressa, taki jak we wpisach czy stronach, który pozwala na formatowanie tekstu oraz użycie treści multimedialnych.','WYSIWYG Editor'=>'Edytor WYSIWYG','Allows the selection of one or more users which can be used to create relationships between data objects.'=>'Pozwala na wybór jednego lub kliku użytkowników do tworzenia relacji między obiektami danych.','A text input specifically designed for storing web addresses.'=>'Pole tekstowe przeznaczone do przechowywania adresów URL.','URL'=>'Adres URL','A toggle that allows you to pick a value of 1 or 0 (on or off, true or false, etc). Can be presented as a stylized switch or checkbox.'=>'Przełącznik pozwalający na wybranie wartości 1 lub 0 (włączone lub wyłączone, prawda lub fałsz, itp.). Może być wyświetlany jako ostylowany przełącznik lub pole zaznaczenia.','An interactive UI for picking a time. The time format can be customized using the field settings.'=>'Interaktywny interfejs użytkownika do wybierania godziny. Zwracany format czasu można dostosować przy użyciu ustawień pola.','A basic textarea input for storing paragraphs of text.'=>'Prosty obszar tekstowy do przechowywania akapitów tekstu.','A basic text input, useful for storing single string values.'=>'Proste pole tekstowe, przydatne do przechowywania wartości pojedynczych ciągów.','Allows the selection of one or more taxonomy terms based on the criteria and options specified in the fields settings.'=>'Pozwala na wybór jednego lub kliku terminów taksonomii w oparciu o kryteria i opcje określone w ustawieniach pola.','Allows you to group fields into tabbed sections in the edit screen. Useful for keeping fields organized and structured.'=>'Pozwala na grupowanie pól w zakładkach na ekranie edycji. Przydatne do utrzymywania porządku i struktury pól.','A dropdown list with a selection of choices that you specify.'=>'Lista rozwijana z wyborem określonych opcji.','A dual-column interface to select one or more posts, pages, or custom post type items to create a relationship with the item that you\'re currently editing. Includes options to search and filter.'=>'Interfejs dwukolumnowy do wybierania jednego lub kilku wpisów, stron lub elementów własnych typów treści, aby stworzyć relację z obecnie edytowanym elementem. Posiada wyszukiwarkę i filtrowanie.','An input for selecting a numerical value within a specified range using a range slider element.'=>'Pole do wybierania wartości liczbowej z określonego zakresu za pomocą suwaka.','A group of radio button inputs that allows the user to make a single selection from values that you specify.'=>'Grupa pól wyboru pozwalająca użytkownikowi na wybór jednej spośród określonych wartości.','An interactive and customizable UI for picking one or many posts, pages or post type items with the option to search. '=>'Interaktywny i konfigurowalny interfejs użytkownika do wybierania jednego lub kilku wpisów, stron, elementów typów treści. Posiada wyszukiwarkę. ','An input for providing a password using a masked field.'=>'Maskowane pole do wpisywania hasła.','Filter by Post Status'=>'Filtruj wg statusu wpisu','An interactive dropdown to select one or more posts, pages, custom post type items or archive URLs, with the option to search.'=>'Interaktywna lista rozwijana do wybierania jednego lub kilku wpisów, stron, elementów własnych typów treści lub adresów URL archiwów. Posiada wyszukiwarkę.','An interactive component for embedding videos, images, tweets, audio and other content by making use of the native WordPress oEmbed functionality.'=>'Interaktywny element do osadzania filmów, obrazków, tweetów, audio i innych treści przy użyciu natywnej funkcji oEmbed WordPressa.','An input limited to numerical values.'=>'Pole ograniczone do wartości liczbowych.','Used to display a message to editors alongside other fields. Useful for providing additional context or instructions around your fields.'=>'Używane do wyświetlania wiadomości dla redaktorów obok innych pól. Przydatne do przekazywania dodatkowego kontekstu lub instrukcji dotyczących pól.','Allows you to specify a link and its properties such as title and target using the WordPress native link picker.'=>'Pozwala na określenie odnośnika i jego właściwości, takich jak tytuł czy cel, przy użyciu natywnego wyboru odnośników WordPressa.','Uses the native WordPress media picker to upload, or choose images.'=>'Używa natywnego wyboru mediów WordPressa do przesyłania lub wyboru obrazków.','Provides a way to structure fields into groups to better organize the data and the edit screen.'=>'Zapewnia sposób na uporządkowanie pól w grupy w celu lepszej organizacji danych i ekranu edycji.','An interactive UI for selecting a location using Google Maps. Requires a Google Maps API key and additional configuration to display correctly.'=>'Interaktywny interfejs użytkownika do wybierania lokalizacji przy użyciu Map Google. Do poprawnego wyświetlania wymagany jest klucz API Google Maps oraz dodatkowa konfiguracja.','Uses the native WordPress media picker to upload, or choose files.'=>'Używa natywnego wyboru mediów WordPressa do przesyłania lub wyboru plików.','A text input specifically designed for storing email addresses.'=>'Pole tekstowe przeznaczone do przechowywania adresów e-mail.','An interactive UI for picking a date and time. The date return format can be customized using the field settings.'=>'Interaktywny interfejs użytkownika do wybierania daty i godziny. Zwracany format daty można dostosować przy użyciu ustawień pola.','An interactive UI for picking a date. The date return format can be customized using the field settings.'=>'Interaktywny interfejs użytkownika do wybierania daty. Zwracany format daty można dostosować przy użyciu ustawień pola.','An interactive UI for selecting a color, or specifying a Hex value.'=>'Interaktywny interfejs użytkownika do wybierania koloru lub określenia wartości Hex.','A group of checkbox inputs that allow the user to select one, or multiple values that you specify.'=>'Grupa pól zaznaczenia, która pozwala użytkownikowi na wybranie jednej lub kilku określonych wartości.','A group of buttons with values that you specify, users can choose one option from the values provided.'=>'Grupa przycisków z określonymi wartościami, z których użytkownik może wybrać jedną opcję.','Allows you to group and organize custom fields into collapsable panels that are shown while editing content. Useful for keeping large datasets tidy.'=>'Pozwala na grupowanie i organizowanie własnych pól w zwijanych panelach wyświetlanych podczas edytowania treści. Przydatne do utrzymywania porządku przy dużej ilości danych.','This provides a solution for repeating content such as slides, team members, and call-to-action tiles, by acting as a parent to a set of subfields which can be repeated again and again.'=>'Zapewnie rozwiązanie dla powtarzalnych treści, takich jak slajdy, członkowie zespołu, czy kafelki. Działa jak element nadrzędny dla zestawu podpól, który może być powtarzany wiele razy.','This provides an interactive interface for managing a collection of attachments. Most settings are similar to the Image field type. Additional settings allow you to specify where new attachments are added in the gallery and the minimum/maximum number of attachments allowed.'=>'Zapewnia interaktywny interfejs do zarządzania zbiorem załączników. Większość opcji jest podobna do rodzaju pola Obrazek. Dodatkowe opcje pozwalają na określenie miejsca w galerii w którym nowe załączniki są dodawane oraz minimalną i maksymalną liczbę dozwolonych załączników.','This provides a simple, structured, layout-based editor. The Flexible Content field allows you to define, create and manage content with total control by using layouts and subfields to design the available blocks.'=>'Zapewnia prosty, uporządkowany edytor oparty na układach. Pole elastycznej treści pozwala na pełną kontrolę nad definiowaniem, tworzeniem i zarządzaniem treścią przy użyciu układów i podpól w celu zaprojektowania dostępnych bloków.','This allows you to select and display existing fields. It does not duplicate any fields in the database, but loads and displays the selected fields at run-time. The Clone field can either replace itself with the selected fields or display the selected fields as a group of subfields.'=>'Pozwala na wybór i wyświetlanie istniejących pól. Zamiast powielania pól w bazie danych, wczytuje i wyświetla wybrane pola w trakcie wykonywania kodu strony. Pole klona może być zastąpione przez wybrane pola lub wyświetlać wybrane pola jak grupa podpól.','nounClone'=>'Klon','PRO'=>'PRO','Advanced'=>'Zaawansowane','JSON (newer)'=>'JSON (nowszy)','Original'=>'Oryginalny','Invalid post ID.'=>'Nieprawidłowy identyfikator wpisu.','Invalid post type selected for review.'=>'Wybrano nieprawidłowy typ treści do porównania.','More'=>'Więcej','Select Field'=>'Wybierz pole','Try a different search term or browse %s'=>'Spróbuj innej frazy lub przejrzyj %s','Popular fields'=>'Popularne pola','No search results for \'%s\''=>'Brak wyników wyszukiwania dla „%s”','Search fields...'=>'Szukaj pól…','Select Field Type'=>'Wybierz rodzaj pola','Popular'=>'Popularne','Add Taxonomy'=>'Dodaj taksonomię','Create custom taxonomies to classify post type content'=>'Twórz własne taksonomie, aby klasyfikować typy treści','Add Your First Taxonomy'=>'Dodaj swoją pierwszą taksonomię','Hierarchical taxonomies can have descendants (like categories).'=>'Hierarchiczne taksonomie mogą posiadać elementy potomne (jak kategorie).','Makes a taxonomy visible on the frontend and in the admin dashboard.'=>'Powoduje, że taksonomia jest widoczna w witrynie oraz w kokpicie administratora.','One or many post types that can be classified with this taxonomy.'=>'Jeden lub klika typów wpisów, które będą klasyfikowane za pomocą tej taksonomii.','genre'=>'gatunek','Genre'=>'Gatunek','Genres'=>'Gatunki','Optional custom controller to use instead of `WP_REST_Terms_Controller `.'=>'Opcjonalny własny kontroler do użycia zamiast `WP_REST_Terms_Controller`.','Expose this post type in the REST API.'=>'Pokaż ten typ treści w REST API.','Customize the query variable name'=>'Dostosuj nazwę zmiennej zapytania','Terms can be accessed using the non-pretty permalink, e.g., {query_var}={term_slug}.'=>'Terminy są dostępne za pomocą nieprzyjaznych bezpośrednich odnośników, np. {zmienna_zapytania}={uproszczona_nazwa_terminu}.','Parent-child terms in URLs for hierarchical taxonomies.'=>'Terminy nadrzędne i potomne w adresach URL dla hierarchicznych taksonomii.','Customize the slug used in the URL'=>'Dostosuj uproszczoną nazwę używaną w adresie URL','Permalinks for this taxonomy are disabled.'=>'Bezpośrednie odnośniki tej taksonomii są wyłączone.','Rewrite the URL using the taxonomy key as the slug. Your permalink structure will be'=>'Przepisuj adres URL używając klucza taksonomii jako uproszczonej nazwy. Struktura bezpośrednich odnośników będzie następująca','Taxonomy Key'=>'Klucz taksonomii','Select the type of permalink to use for this taxonomy.'=>'Wybierz rodzaj bezpośredniego odnośnika używanego dla tego taksonomii.','Display a column for the taxonomy on post type listing screens.'=>'Wyświetl kolumnę taksonomii na ekranach list typów treści.','Show Admin Column'=>'Pokaż kolumnę administratora','Show the taxonomy in the quick/bulk edit panel.'=>'Pokaż taksonomię w panelu szybkiej/masowej edycji.','Quick Edit'=>'Szybka edycja','List the taxonomy in the Tag Cloud Widget controls.'=>'Pokaż taksonomię w ustawieniach widżetu Chmury tagów.','Tag Cloud'=>'Chmura tagów','A PHP function name to be called for sanitizing taxonomy data saved from a meta box.'=>'Nazwa funkcji PHP, która będzie wzywana do oczyszczania danych taksonomii z metaboksa.','Meta Box Sanitization Callback'=>'Funkcja zwrotna oczyszczania metaboksa','Register Meta Box Callback'=>'Funkcja zwrotna rejestrowania metaboksa','No Meta Box'=>'Brak metaboksa','Custom Meta Box'=>'Własny metaboks','Controls the meta box on the content editor screen. By default, the Categories meta box is shown for hierarchical taxonomies, and the Tags meta box is shown for non-hierarchical taxonomies.'=>'Kontroluje metaboks na ekranie edytora treści. Domyślnie metaboks Kategorii jest wyświetlany dla hierarchicznych taksonomii, a metaboks Tagów dla taksonomii niehierarchicznych.','Meta Box'=>'Metaboks','Categories Meta Box'=>'Metaboks kategorii','Tags Meta Box'=>'Metaboks tagów','A link to a tag'=>'Dodaj odnośnik do tagu','Describes a navigation link block variation used in the block editor.'=>'Opisuje wersję bloku odnośnika używanego w edytorze blokowym.','A link to a %s'=>'Odnośnik do „%s”','Tag Link'=>'Odnośnik tagu','Assigns a title for navigation link block variation used in the block editor.'=>'Przypisuje tytuł wersji bloku odnośnika używanego w edytorze blokowym.','← Go to tags'=>'← Przejdź do tagów','Assigns the text used to link back to the main index after updating a term.'=>'Przypisuje tekst używany w odnośniku powrotu do głównego indeksu po zaktualizowaniu terminu.','Back To Items'=>'Powrót do elementów','← Go to %s'=>'← Przejdź do „%s”','Tags list'=>'Lista tagów','Assigns text to the table hidden heading.'=>'Przypisuje tekst do ukrytego nagłówka tabeli.','Tags list navigation'=>'Nawigacja listy tagów','Assigns text to the table pagination hidden heading.'=>'Przypisuje tekst do ukrytego nagłówka stronicowania tabeli.','Filter by category'=>'Filtruj wg kategorii','Assigns text to the filter button in the posts lists table.'=>'Przypisuje tekst do przycisku filtrowania w tabeli listy wpisów.','Filter By Item'=>'Filtruj wg elementu','Filter by %s'=>'Filtruj wg „%s”','The description is not prominent by default; however, some themes may show it.'=>'Opis zwykle nie jest eksponowany, jednak niektóre motywy mogą go wyświetlać.','Describes the Description field on the Edit Tags screen.'=>'Opisuje pole opisu na ekranie edycji tagów.','Description Field Description'=>'Opis pola opisu','Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band'=>'Przypisz pojęcie nadrzędne, aby utworzyć hierarchię. Na przykład pojęcie Jazz byłoby rodzicem dla Bebop i Big Band','Describes the Parent field on the Edit Tags screen.'=>'Opisuje pole elementu nadrzędnego na ekranie edycji tagów.','Parent Field Description'=>'Opis pola nadrzędnego','The "slug" is the URL-friendly version of the name. It is usually all lower case and contains only letters, numbers, and hyphens.'=>'„Uproszczona nazwa” jest przyjazną dla adresu URL wersją nazwy. Zwykle składa się wyłącznie z małych liter, cyfr i myślników.','Describes the Slug field on the Edit Tags screen.'=>'Opisuje pole uproszczonej nazwy na ekranie edycji tagów.','Slug Field Description'=>'Opis pola uproszczonej nazwy','The name is how it appears on your site'=>'Nazwa jak pojawia się w witrynie','Describes the Name field on the Edit Tags screen.'=>'Opisuje pole nazwy na ekranie edycji tagów.','Name Field Description'=>'Opis pola nazwy','No tags'=>'Brak tagów','Assigns the text displayed in the posts and media list tables when no tags or categories are available.'=>'Przypisuje tekst wyświetlany w tabelach list wpisów i mediów gdy nie ma żadnych tagów, ani kategorii.','No Terms'=>'Brak terminów','No %s'=>'Brak „%s”','No tags found'=>'Nie znaleziono żadnych tagów','Assigns the text displayed when clicking the \'choose from most used\' text in the taxonomy meta box when no tags are available, and assigns the text used in the terms list table when there are no items for a taxonomy.'=>'Przypisuje tekst wyświetlany po kliknięciu „Wybierz z najczęściej używanych” w metaboksie taksonomii gdy nie ma żadnych tagów, ani kategorii oraz tekst używany w tabeli listy terminów gdy nie ma elementów z tej taksonomii.','Not Found'=>'Nie znaleziono','Assigns text to the Title field of the Most Used tab.'=>'Przypisuje tekst do pola Tytuł zakładki najczęściej używanych.','Most Used'=>'Najczęściej używane','Choose from the most used tags'=>'Wybierz z najczęściej używanych tagów','Assigns the \'choose from most used\' text used in the meta box when JavaScript is disabled. Only used on non-hierarchical taxonomies.'=>'Przypisuje tekst „Wybierz z najczęściej używanych” w metaboksie, gdy JavaScript jest wyłączony. Używane tylko w taksonomiach niehierarchicznych.','Choose From Most Used'=>'Wybierz z najczęściej używanych','Choose from the most used %s'=>'Wybierz z najczęściej używanych „%s”','Add or remove tags'=>'Dodaj lub usuń tagi','Assigns the add or remove items text used in the meta box when JavaScript is disabled. Only used on non-hierarchical taxonomies'=>'Przypisuje tekst dot. dodawania lub usuwania elementów w metaboksie, gdy JavaScript jest wyłączony. Używane tylko w taksonomiach niehierarchicznych','Add Or Remove Items'=>'Dodaj lub usuń elementy','Add or remove %s'=>'Dodaj lub usuń %s','Separate tags with commas'=>'Oddziel tagi przecinkami','Assigns the separate item with commas text used in the taxonomy meta box. Only used on non-hierarchical taxonomies.'=>'Przypisuje tekst dot. oddzielania elementów przecinkami w metaboksie taksonomii. Używane tylko w taksonomiach niehierarchicznych.','Separate Items With Commas'=>'Oddziel elementy przecinkami','Separate %s with commas'=>'Oddziel %s przecinkami','Popular Tags'=>'Popularne tagi','Assigns popular items text. Only used for non-hierarchical taxonomies.'=>'Przypisuje tekst popularnych elementów. Używane tylko w taksonomiach niehierarchicznych.','Popular Items'=>'Popularne elementy','Popular %s'=>'Popularne %s','Search Tags'=>'Szukaj tagów','Assigns search items text.'=>'Przypisuje tekst wyszukiwania elementów.','Parent Category:'=>'Kategoria nadrzędna:','Assigns parent item text, but with a colon (:) added to the end.'=>'Przypisuje tekst elementu nadrzędnego, ale z dodanym na końcu dwukropkiem (:).','Parent Item With Colon'=>'Element nadrzędny z dwukropkiem','Parent Category'=>'Kategoria nadrzędna','Assigns parent item text. Only used on hierarchical taxonomies.'=>'Przypisuje tekst elementu nadrzędnego. Używane tylko w taksonomiach hierarchicznych.','Parent Item'=>'Element nadrzędny','Parent %s'=>'Element nadrzędny „%s”','New Tag Name'=>'Nazwa nowego tagu','Assigns the new item name text.'=>'Przypisuje tekst nazwy nowego elementu.','New Item Name'=>'Nazwa nowego elementu','New %s Name'=>'Nazwa nowego „%s”','Add New Tag'=>'Utwórz tag','Assigns the add new item text.'=>'Przypisuje tekst dodania nowego elementu.','Update Tag'=>'Aktualizuj tag','Assigns the update item text.'=>'Przypisuje tekst zaktualizowania elementu.','Update Item'=>'Aktualizuj element','Update %s'=>'Aktualizuj „%s”','View Tag'=>'Zobacz tag','In the admin bar to view term during editing.'=>'Na pasku administratora do zobaczenia terminu podczas edycji.','Edit Tag'=>'Edytuj tag','At the top of the editor screen when editing a term.'=>'Na górze ekranu edycji podczas edytowania terminu.','All Tags'=>'Wszystkie tagi','Assigns the all items text.'=>'Przypisuje tekst wszystkich elementów.','Assigns the menu name text.'=>'Przypisuje tekst nazwy menu.','Menu Label'=>'Etykieta menu','Active taxonomies are enabled and registered with WordPress.'=>'Włączone taksonomie są uruchamiane i rejestrowane razem z WordPressem.','A descriptive summary of the taxonomy.'=>'Podsumowanie opisujące taksonomię.','A descriptive summary of the term.'=>'Podsumowanie opisujące termin.','Term Description'=>'Opis terminu','Single word, no spaces. Underscores and dashes allowed.'=>'Pojedyncze słowo, bez spacji. Dozwolone są myślniki i podkreślniki.','Term Slug'=>'Uproszczona nazwa terminu','The name of the default term.'=>'Nazwa domyślnego terminu.','Term Name'=>'Nazwa terminu','Create a term for the taxonomy that cannot be deleted. It will not be selected for posts by default.'=>'Utwórz termin taksonomii, którego nie będzie można usunąć. Nie będzie on domyślnie wybrany dla wpisów.','Default Term'=>'Domyślny termin','Whether terms in this taxonomy should be sorted in the order they are provided to `wp_set_object_terms()`.'=>'Czy terminy tej taksonomii powinny być posortowane w kolejności, w jakiej są przekazywane do `wp_set_object_terms()`.','Sort Terms'=>'Sortuj terminy','Add Post Type'=>'Dodaj typ treści','Expand the functionality of WordPress beyond standard posts and pages with custom post types.'=>'Rozszerz funkcjonalność WordPressa ponad standardowe wpisy i strony za pomocą własnych typów treści.','Add Your First Post Type'=>'Dodaj swój pierwszy typ treści','I know what I\'m doing, show me all the options.'=>'Wiem co robię, pokaż mi wszystkie opcje.','Advanced Configuration'=>'Zaawansowana konfiguracja','Hierarchical post types can have descendants (like pages).'=>'Hierarchiczne typy treści mogą posiadać elementy potomne (jak strony).','Hierarchical'=>'Hierarchiczne','Visible on the frontend and in the admin dashboard.'=>'Widoczne w witrynie oraz w kokpicie administratora.','Public'=>'Publiczne','movie'=>'film','Lower case letters, underscores and dashes only, Max 20 characters.'=>'Tylko małe litery, myślniki i podkreślniki. Maksymalnie 20 znaków.','Movie'=>'Film','Singular Label'=>'Etykieta w liczbie pojedynczej','Movies'=>'Filmy','Plural Label'=>'Etykieta w liczbie mnogiej','Optional custom controller to use instead of `WP_REST_Posts_Controller`.'=>'Opcjonalny własny kontroler do użycia zamiast `WP_REST_Posts_Controller`.','Controller Class'=>'Klasa kontrolera','The namespace part of the REST API URL.'=>'Część przestrzeni nazw adresu URL REST API.','Namespace Route'=>'Ścieżka przestrzeni nazw','The base URL for the post type REST API URLs.'=>'Bazowy adres URL tego typu treści dla adresów URL REST API.','Base URL'=>'Bazowy adres URL','Exposes this post type in the REST API. Required to use the block editor.'=>'Pokaż ten typ treści w REST API. Wymagane, aby używać edytora blokowego.','Show In REST API'=>'Pokaż w REST API','Customize the query variable name.'=>'Dostosuj nazwę zmiennej zapytania.','Query Variable'=>'Zmienna zapytania','No Query Variable Support'=>'Brak obsługi zmiennej zapytania','Custom Query Variable'=>'Własna zmienna zapytania','Items can be accessed using the non-pretty permalink, eg. {post_type}={post_slug}.'=>'Elementy są dostępne za pomocą nieprzyjaznych bezpośrednich odnośników, np. {typ_treści}={uproszczona_nazwa_wpisu}.','Query Variable Support'=>'Obsługa zmiennej zapytania','URLs for an item and items can be accessed with a query string.'=>'Adresy URL elementu i elementów są dostępne za pomocą ciągu znaków zapytania.','Publicly Queryable'=>'Publicznie dostępne','Custom slug for the Archive URL.'=>'Własna uproszczona nazwa dla adresu URL archiwum.','Archive Slug'=>'Uproszczona nazwa archiwum','Has an item archive that can be customized with an archive template file in your theme.'=>'Posiada archiwum elementów, które można dostosować za pomocą szablonu archiwum w motywie.','Archive'=>'Archiwum','Pagination support for the items URLs such as the archives.'=>'Obsługa stronicowania adresów URL elementów takich jak archiwa.','Pagination'=>'Paginacja','RSS feed URL for the post type items.'=>'Adres URL kanału RSS elementów tego typu treści.','Feed URL'=>'Adres URL kanału informacyjnego','Alters the permalink structure to add the `WP_Rewrite::$front` prefix to URLs.'=>'Modyfikuje strukturę bezpośrednich odnośników dodając prefiks `WP_Rewrite::$front` do adresów URL.','Front URL Prefix'=>'Prefiks adresu URL','Customize the slug used in the URL.'=>'Dostosuj uproszczoną nazwę używaną w adresie URL.','URL Slug'=>'Uproszczona nazwa w adresie URL','Permalinks for this post type are disabled.'=>'Bezpośrednie odnośniki tego typu treści są wyłączone.','Rewrite the URL using a custom slug defined in the input below. Your permalink structure will be'=>'Przepisuj adres URL używając własnej uproszczonej nazwy określonej w polu poniżej. Struktura bezpośrednich odnośników będzie następująca','No Permalink (prevent URL rewriting)'=>'Brak bezpośredniego odnośnika (wyłącz przepisywanie adresów URL)','Custom Permalink'=>'Własny bezpośredni odnośnik','Post Type Key'=>'Klucz typu treści','Rewrite the URL using the post type key as the slug. Your permalink structure will be'=>'Przepisuj adres URL używając klucza typu treści jako uproszczonej nazwy. Struktura bezpośrednich odnośników będzie następująca','Permalink Rewrite'=>'Przepisywanie bezpośrednich odnośników','Delete items by a user when that user is deleted.'=>'Usuwaj elementy należące do użytkownika podczas jego usuwania.','Delete With User'=>'Usuń wraz z użytkownikiem','Allow the post type to be exported from \'Tools\' > \'Export\'.'=>'Zezwól na eksportowanie tego typu treści na ekranie „Narzędzia > Eksport”.','Can Export'=>'Można eksportować','Optionally provide a plural to be used in capabilities.'=>'Opcjonalnie podaj liczbę mnogą, aby użyć jej w uprawnieniach.','Plural Capability Name'=>'Nazwa uprawnienia w liczbie mnogiej','Choose another post type to base the capabilities for this post type.'=>'Wybierz inny typ treści, aby bazować na jego uprawnieniach dla tego typu treści.','Singular Capability Name'=>'Nazwa uprawnienia w liczbie pojedynczej','By default the capabilities of the post type will inherit the \'Post\' capability names, eg. edit_post, delete_posts. Enable to use post type specific capabilities, eg. edit_{singular}, delete_{plural}.'=>'Domyślnie nazwy uprawnienia tego typu treści zostaną odziedziczone z uprawnień typu „Wpis”, np. edit_post, delete_posts. Włącz, aby użyć w tym typie treści własnych uprawnień, np. edit_{liczba pojedyncza}, delete_{liczba mnoga}.','Rename Capabilities'=>'Zmień nazwy uprawnień','Exclude From Search'=>'Wyklucz z wyszukiwania','Allow items to be added to menus in the \'Appearance\' > \'Menus\' screen. Must be turned on in \'Screen options\'.'=>'Zezwól na dodawanie elementów do menu na ekranie „Wygląd > Menu”. Należy je włączyć w „Opcjach ekranu”.','Appearance Menus Support'=>'Obsługa menu wyglądu','Appears as an item in the \'New\' menu in the admin bar.'=>'Pojawia się jako element w menu „Utwórz” na pasku administratora.','Show In Admin Bar'=>'Pokaż na pasku administratora','Custom Meta Box Callback'=>'Własna funkcja zwrotna metaboksa','Menu Icon'=>'Ikonka menu','The position in the sidebar menu in the admin dashboard.'=>'Pozycja w menu w panelu bocznym w kokpicie administratora.','Menu Position'=>'Pozycja menu','By default the post type will get a new top level item in the admin menu. If an existing top level item is supplied here, the post type will be added as a submenu item under it.'=>'Domyślnie typ treści otrzyma nowy element najwyższego poziomu w menu administratora. Jeżeli zostanie tu podany istniejący element najwyższego poziomu, typ treści zostanie dodany do niego jako element podmenu.','Admin Menu Parent'=>'Element nadrzędny menu administratora','Admin editor navigation in the sidebar menu.'=>'Nawigacja w menu w panelu bocznym kokpitu administratora.','Show In Admin Menu'=>'Pokaż w menu administratora','Items can be edited and managed in the admin dashboard.'=>'Elementy mogą być edytowanie i zarządzane w kokpicie administratora.','Show In UI'=>'Pokaż w interfejsie użytkownika','A link to a post.'=>'Odnośnik do wpisu.','Description for a navigation link block variation.'=>'Opis wersji bloku odnośnika.','Item Link Description'=>'Opis odnośnika elementu','A link to a %s.'=>'Odnośnik do „%s”.','Post Link'=>'Odnośnik wpisu','Title for a navigation link block variation.'=>'Tytuł wersji bloku odnośnika.','Item Link'=>'Odnośnik elementu','%s Link'=>'Odnośnik „%s”','Post updated.'=>'Wpis został zaktualizowany.','In the editor notice after an item is updated.'=>'Powiadomienie w edytorze po zaktualizowaniu elementu.','Item Updated'=>'Element został zaktualizowany','%s updated.'=>'„%s” został zaktualizowany.','Post scheduled.'=>'Zaplanowano publikację wpisu.','In the editor notice after scheduling an item.'=>'Powiadomienie w edytorze po zaplanowaniu publikacji elementu.','Item Scheduled'=>'Zaplanowano publikację elementu','%s scheduled.'=>'Zaplanowano publikację „%s”.','Post reverted to draft.'=>'Wpis zamieniony w szkic.','In the editor notice after reverting an item to draft.'=>'Powiadomienie w edytorze po zamienieniu elementu w szkic.','Item Reverted To Draft'=>'Element zamieniony w szkic','%s reverted to draft.'=>'„%s” zamieniony w szkic.','Post published privately.'=>'Wpis został opublikowany jako prywatny.','In the editor notice after publishing a private item.'=>'Powiadomienie w edytorze po opublikowaniu elementu jako prywatny.','Item Published Privately'=>'Element został opublikowany jako prywatny','%s published privately.'=>'„%s” został opublikowany jako prywatny.','Post published.'=>'Wpis został opublikowany.','In the editor notice after publishing an item.'=>'Powiadomienie w edytorze po opublikowaniu elementu.','Item Published'=>'Element został opublikowany','%s published.'=>'„%s” został opublikowany.','Posts list'=>'Lista wpisów','Used by screen readers for the items list on the post type list screen.'=>'Używane przez czytniki ekranu do listy elementów na ekranie listy wpisów tego typu treści.','Items List'=>'Lista elementów','%s list'=>'Lista „%s”','Posts list navigation'=>'Nawigacja listy wpisów','Used by screen readers for the filter list pagination on the post type list screen.'=>'Używane przez czytniki ekranu do stronicowania na liście filtrów na ekranie listy wpisów tego typu treści.','Items List Navigation'=>'Nawigacja listy elementów','%s list navigation'=>'Nawigacja listy „%s”','Filter posts by date'=>'Filtruj wpisy wg daty','Used by screen readers for the filter by date heading on the post type list screen.'=>'Używane przez czytniki ekranu do nagłówka filtrowania wg daty na ekranie listy wpisów tego typu treści.','Filter Items By Date'=>'Filtruj elementy wg daty','Filter %s by date'=>'Filtruj %s wg daty','Filter posts list'=>'Filtrowanie listy wpisów','Used by screen readers for the filter links heading on the post type list screen.'=>'Używane przez czytniki ekranu do nagłówka odnośników filtrowania na ekranie listy wpisów tego typu treści.','Filter Items List'=>'Filtrowanie listy elementów','Filter %s list'=>'Filtrowanie listy „%s”','In the media modal showing all media uploaded to this item.'=>'W oknie mediów wyświetlającym wszystkie media wgrane do tego elementu.','Uploaded To This Item'=>'Wgrane do elementu','Uploaded to this %s'=>'Wgrane do „%s”','Insert into post'=>'Wstaw do wpisu','As the button label when adding media to content.'=>'Jako etykieta przycisku podczas dodawania mediów do treści.','Insert Into Media Button'=>'Przycisk wstawiania mediów','Insert into %s'=>'Wstaw do „%s”','Use as featured image'=>'Użyj jako obrazek wyróżniający','As the button label for selecting to use an image as the featured image.'=>'Jako etykieta przycisku podczas wybierania obrazka do użycia jako obrazka wyróżniającego.','Use Featured Image'=>'Użyj obrazka wyróżniającego','Remove featured image'=>'Usuń obrazek wyróżniający','As the button label when removing the featured image.'=>'Jako etykieta przycisku podczas usuwania obrazka wyróżniającego.','Remove Featured Image'=>'Usuń obrazek wyróżniający','Set featured image'=>'Ustaw obrazek wyróżniający','As the button label when setting the featured image.'=>'Jako etykieta przycisku podczas ustawiania obrazka wyróżniającego.','Set Featured Image'=>'Ustaw obrazek wyróżniający','Featured image'=>'Obrazek wyróżniający','In the editor used for the title of the featured image meta box.'=>'W edytorze, używane jako tytuł metaboksa obrazka wyróżniającego.','Featured Image Meta Box'=>'Metaboks obrazka wyróżniającego','Post Attributes'=>'Atrybuty wpisu','In the editor used for the title of the post attributes meta box.'=>'W edytorze, używane jako tytuł metaboksa atrybutów wpisu.','Attributes Meta Box'=>'Metaboks atrybutów','%s Attributes'=>'Atrybuty „%s”','Post Archives'=>'Archiwa wpisów','Adds \'Post Type Archive\' items with this label to the list of posts shown when adding items to an existing menu in a CPT with archives enabled. Only appears when editing menus in \'Live Preview\' mode and a custom archive slug has been provided.'=>'Dodaje element „Archiwa typu treści”, o tej etykiecie, do listy wpisów własnych typów treści z włączonymi archiwami, wyświetlanych podczas dodawania elementów do istniejącego menu. Pojawia się podczas edytowania menu w trybie „Podgląd na żywo”, gdy podano własną uproszczoną nazwę archiwów.','Archives Nav Menu'=>'Menu nawigacyjne archiwów','%s Archives'=>'Archiwa „%s”','No posts found in Trash'=>'Nie znaleziono żadnych wpisów w koszu','At the top of the post type list screen when there are no posts in the trash.'=>'Na górze ekranu listy wpisów typu treści gdy brak wpisów w koszu.','No Items Found in Trash'=>'Nie znaleziono żadnych elementów w koszu','No %s found in Trash'=>'Nie znaleziono żadnych „%s” w koszu','No posts found'=>'Nie znaleziono żadnych wpisów','At the top of the post type list screen when there are no posts to display.'=>'Na górze ekranu listy wpisów typu treści gdy brak wpisów do wyświetlenia.','No Items Found'=>'Nie znaleziono żadnych elementów','No %s found'=>'Nie znaleziono żadnych „%s”','Search Posts'=>'Szukaj wpisów','At the top of the items screen when searching for an item.'=>'Na górze ekranu elementów podczas szukania elementu.','Search Items'=>'Szukaj elementów','Search %s'=>'Szukaj „%s”','Parent Page:'=>'Strona nadrzędna:','For hierarchical types in the post type list screen.'=>'Dla hierarchicznych typów na ekranie listy wpisów tego typu treści.','Parent Item Prefix'=>'Prefiks elementu nadrzędnego','Parent %s:'=>'Nadrzędny „%s”:','New Post'=>'Nowy wpis','New Item'=>'Nowy element','New %s'=>'Nowy „%s”','Add New Post'=>'Utwórz wpis','At the top of the editor screen when adding a new item.'=>'Na górze ekranu edycji podczas dodawania nowego elementu.','Add New Item'=>'Utwórz element','Add New %s'=>'Utwórz „%s”','View Posts'=>'Zobacz wpisy','Appears in the admin bar in the \'All Posts\' view, provided the post type supports archives and the home page is not an archive of that post type.'=>'Pojawia się na pasku administratora w widoku „Wszystkie wpisy”, pod warunkiem, że typ treści obsługuje archiwa, a strona główna nie jest archiwum tego typu treści.','View Items'=>'Zobacz elementy','View Post'=>'Zobacz wpis','In the admin bar to view item when editing it.'=>'Na pasku administratora do zobaczenia elementu podczas jego edycji.','View Item'=>'Zobacz element','View %s'=>'Zobacz „%s”','Edit Post'=>'Edytuj wpis','At the top of the editor screen when editing an item.'=>'Na górze ekranu edycji podczas edytowania elementu.','Edit Item'=>'Edytuj element','Edit %s'=>'Edytuj „%s”','All Posts'=>'Wszystkie wpisy','In the post type submenu in the admin dashboard.'=>'W podmenu typu treści w kokpicie administratora.','All Items'=>'Wszystkie elementy','All %s'=>'Wszystkie %s','Admin menu name for the post type.'=>'Nazwa menu administracyjnego tego typu treści.','Menu Name'=>'Nazwa menu','Regenerate all labels using the Singular and Plural labels'=>'Odnów wszystkie etykiety używając etykiet w liczbie pojedynczej i mnogiej','Regenerate'=>'Odnów','Active post types are enabled and registered with WordPress.'=>'Włączone typy treści są uruchamiane i rejestrowane razem z WordPressem.','A descriptive summary of the post type.'=>'Podsumowanie opisujące typ treści.','Add Custom'=>'Dodaj własną','Enable various features in the content editor.'=>'Włącz różne funkcje w edytorze treści.','Post Formats'=>'Formaty wpisów','Editor'=>'Edytor','Trackbacks'=>'Trackbacki','Select existing taxonomies to classify items of the post type.'=>'Wybierz istniejące taksonomie, aby klasyfikować ten typ treści.','Browse Fields'=>'Przeglądaj pola','Nothing to import'=>'Brak danych do importu','. The Custom Post Type UI plugin can be deactivated.'=>'. Wtyczka „Custom Post Type UI” może zostać wyłączona.','Imported %d item from Custom Post Type UI -'=>'Zaimportowano %d element z „Custom Post Type UI” -' . "\0" . 'Zaimportowano %d elementy z „Custom Post Type UI” -' . "\0" . 'Zaimportowano %d elementów z „Custom Post Type UI” -','Failed to import taxonomies.'=>'Nie udało się zaimportować taksonomii.','Failed to import post types.'=>'Nie udało się zaimportować typów treści.','Nothing from Custom Post Type UI plugin selected for import.'=>'Nie wybrano niczego do zaimportowania z wtyczki „Custom Post Type UI”.','Importing a Post Type or Taxonomy with the same key as one that already exists will overwrite the settings for the existing Post Type or Taxonomy with those of the import.'=>'Zaimportowanie typu treści lub taksonomii, z tym samym kluczem co już istniejący element, nadpisze ustawienia istniejącego typu treści lub taksonomii używając zaimportowanych danych.','Import from Custom Post Type UI'=>'Importuj z „Custom Post Type UI”','The following code can be used to register a local version of the selected items. Storing field groups, post types, or taxonomies locally can provide many benefits such as faster load times, version control & dynamic fields/settings. Simply copy and paste the following code to your theme\'s functions.php file or include it within an external file, then deactivate or delete the items from the ACF admin.'=>'Następujący kod może zostać użyty do zarejestrowania lokalnej wersji wybranych elementów. Przechowywanie grup pól, typów treści czy taksonomii lokalnie może pozytywnie wpłynąć na szybsze czasy wczytywania, kontrolę wersji i dynamiczne pola oraz ustawienia. Skopiuj i wklej następujący kod do pliku function.php w twoim motywie lub załącz go w oddzielnym pliku, a następnie wyłącz lub usuń te elementy z ACF-a.','Export - Generate PHP'=>'Eksport - wygeneruj PHP','Export'=>'Eksportuj','Select Taxonomies'=>'Wybierz taksonomie','Select Post Types'=>'Wybierz typy treści','Category'=>'Kategoria','Tag'=>'Tag','%s taxonomy created'=>'Taksonomia %s została utworzona','%s taxonomy updated'=>'Taksonomia %s została zaktualizowana','Taxonomy draft updated.'=>'Szkic taksonomii został zaktualizowany.','Taxonomy scheduled for.'=>'Publikacja taksonomii została zaplanowana.','Taxonomy submitted.'=>'Taksonomia została dodana.','Taxonomy saved.'=>'Taksonomia została zapisana.','Taxonomy deleted.'=>'Taksonomia została usunięta.','Taxonomy updated.'=>'Taksonomia została zaktualizowana.','This taxonomy could not be registered because its key is in use by another taxonomy registered by another plugin or theme.'=>'Nie można było zarejestrować tej taksonomii, ponieważ jej klucz jest już używany przez inną taksonomię zarejestrowaną przez inną wtyczkę lub motyw.','Terms'=>'Terminy','Post Types'=>'Typy treści','Advanced Settings'=>'Ustawienia zaawansowane','Basic Settings'=>'Ustawienia podstawowe','This post type could not be registered because its key is in use by another post type registered by another plugin or theme.'=>'Nie można było zarejestrować tego typu treści, ponieważ jego klucz jest już używany przez inny typ treści zarejestrowany przez inną wtyczkę lub motyw.','Pages'=>'Strony','Link Existing Field Groups'=>'Powiąż istniejące grupy pól','%s post type created'=>'Typ treści %s został utworzony','Add fields to %s'=>'Dodaj pola do „%s”','%s post type updated'=>'Typ treści %s został zaktualizowany','Post type draft updated.'=>'Szkic typu treści został zaktualizowany.','Post type scheduled for.'=>'Publikacja typu treści została zaplanowana.','Post type submitted.'=>'Typ teści został dodany.','Post type saved.'=>'Typ treści został zapisany.','Post type updated.'=>'Typ treści został zaktualizowany.','Post type deleted.'=>'Typ treści został usunięty.','Type to search...'=>'Zacznij pisać, aby wyszukać…','PRO Only'=>'Tylko w PRO','Field groups linked successfully.'=>'Grupy pól zostały powiązane.','taxonomy'=>'taksonomia','post type'=>'typ treści','Done'=>'Gotowe','Field Group(s)'=>'Grupa(-y) pól','Select one or many field groups...'=>'Wybierz jedną lub klika grup pól…','Please select the field groups to link.'=>'Proszę wybrać grupy pól do powiązania.','Field group linked successfully.'=>'Grupa pól została powiązana.' . "\0" . 'Grupy pól zostały powiązane.' . "\0" . 'Grupy pól zostały powiązane.','post statusRegistration Failed'=>'Rejestracja nieudana','This item could not be registered because its key is in use by another item registered by another plugin or theme.'=>'Nie można było zarejestrować tego elementu, ponieważ jego klucz jest już używany przez inny element zarejestrowany przez inną wtyczkę lub motyw.','REST API'=>'REST API','Permissions'=>'Uprawnienia','URLs'=>'Adresy URL','Visibility'=>'Widoczność','Labels'=>'Etykiety','Field Settings Tabs'=>'Ustawienia pól w zakładkach','[ACF shortcode value disabled for preview]'=>'[Wartość shortcode\'u ACF-a wyłączona podczas podglądu]','Close Modal'=>'Zamknij okno','Field moved to other group'=>'Pole zostało przeniesione do innej grupy','Close modal'=>'Zamknij okno','Start a new group of tabs at this tab.'=>'Rozpocznij od tej zakładki nową grupę zakładek.','New Tab Group'=>'Nowa grupa zakładek','Use a stylized checkbox using select2'=>'Użyj ostylowanego pola select2','Save Other Choice'=>'Zapisz inny wybór','Allow Other Choice'=>'Zezwól na inny wybór','Add Toggle All'=>'Dodaj „Przełącz wszystko”','Save Custom Values'=>'Zapisz własne wartości','Allow Custom Values'=>'Zezwól na własne wartości','Checkbox custom values cannot be empty. Uncheck any empty values.'=>'Własne wartości pola zaznaczenia nie mogą być puste. Odznacz wszystkie puste wartości.','Save Changes'=>'Zapisz zmiany','Field Group Title'=>'Tytuł grupy pól','Add title'=>'Dodaj tytuł','Add Field Group'=>'Dodaj grupę pól','Add Your First Field Group'=>'Dodaj swoją pierwszą grupę pól','Options Pages'=>'Strony opcji','Delete Field Group'=>'Usuń grupę pól','Created on %1$s at %2$s'=>'Utworzono %1$s o %2$s','Group Settings'=>'Ustawienia grupy','Location Rules'=>'Reguły lokalizacji','Choose from over 30 field types. Learn more.'=>'Wybierz spośród ponad 30 rodzajów pól. Dowiedz się więcej.','Get started creating new custom fields for your posts, pages, custom post types and other WordPress content.'=>'Zacznij tworzyć nowe własne pola dla swoich wpisów, stron, własnych typów treści i innych treści WordPressa.','Add Your First Field'=>'Dodaj swoje pierwsze pole','#'=>'#','Add Field'=>'Dodaj pole','Presentation'=>'Prezentacja','Validation'=>'Walidacja','General'=>'Ogólne','Import JSON'=>'Importuj JSON','Export As JSON'=>'Eksportuj jako JSON','Deactivate'=>'Wyłącz','Deactivate this item'=>'Wyłącz ten element','Activate'=>'Włącz','Activate this item'=>'Włącz ten element','Move field group to trash?'=>'Przenieść grupę pól do kosza?','post statusInactive'=>'Wyłączone','%1$s must have a user with the %2$s role.'=>'%1$s musi mieć użytkownika z rolą %2$s.' . "\0" . '%1$s musi mieć użytkownika z jedną z następujących ról: %2$s' . "\0" . '%1$s musi mieć użytkownika z jedną z następujących ról: %2$s','%1$s must have a valid user ID.'=>'%1$s musi mieć prawidłowy identyfikator użytkownika.','Invalid request.'=>'Nieprawidłowe żądanie.','%1$s is not one of %2$s'=>'%1$s nie zawiera się w %2$s','%1$s must have term %2$s.'=>'%1$s musi należeć do taksonomii %2$s.' . "\0" . '%1$s musi należeć do jednej z następujących taksonomii: %2$s' . "\0" . '%1$s musi należeć do jednej z następujących taksonomii: %2$s','%1$s must be of post type %2$s.'=>'%1$s musi należeć do typu treści %2$s.' . "\0" . '%1$s musi należeć do jednego z następujących typów treści: %2$s' . "\0" . '%1$s musi należeć do jednego z następujących typów treści: %2$s','%1$s must have a valid post ID.'=>'%1$s musi mieć prawidłowy identyfikator wpisu.','%s requires a valid attachment ID.'=>'%s wymaga prawidłowego identyfikatora załącznika.','Show in REST API'=>'Pokaż w REST API','Enable Transparency'=>'Włącz przezroczystość','RGBA Array'=>'Tablica RGBA','RGBA String'=>'Ciąg RGBA','Hex String'=>'Ciąg Hex','post statusActive'=>'Włączone','\'%s\' is not a valid email address'=>'„%s” nie jest poprawnym adresem e-mail','Color value'=>'Kolor','Select default color'=>'Wybierz domyślny kolor','Clear color'=>'Wyczyść kolor','Blocks'=>'Bloki','Options'=>'Opcje','Users'=>'Użytkownicy','Menu items'=>'Elementy menu','Widgets'=>'Widżety','Attachments'=>'Załączniki','Taxonomies'=>'Taksonomie','Posts'=>'Wpisy','Last updated: %s'=>'Ostatnia aktualizacja: %s','Sorry, this post is unavailable for diff comparison.'=>'Przepraszamy, ten wpis jest niedostępny dla porównania różnic.','Invalid field group parameter(s).'=>'Nieprawidłowy parametr(y) grupy pól.','Awaiting save'=>'Oczekiwanie na zapis','Saved'=>'Zapisana','Import'=>'Importuj','Review changes'=>'Przejrzyj zmiany','Located in: %s'=>'Znajduje się w: %s','Located in plugin: %s'=>'Znalezione we wtyczce: %s','Located in theme: %s'=>'Znalezione w motywie: %s','Various'=>'Różne','Sync changes'=>'Synchronizuj zmiany','Loading diff'=>'Ładowanie różnic','Review local JSON changes'=>'Przegląd lokalnych zmian JSON','Location type "%s" is already registered.'=>'Typ lokalizacji „%s” jest już zarejestrowany.','Class "%s" does not exist.'=>'Klasa „%s” nie istnieje.','Invalid nonce.'=>'Nieprawidłowy identyfikator jednorazowy.','Error loading field.'=>'Błąd ładowania pola.','Error: %s'=>'Błąd: %s','Widget'=>'Widżet','User Role'=>'Rola użytkownika','Comment'=>'Komentarz','Post Format'=>'Format wpisu','Menu Item'=>'Element menu','Post Status'=>'Status wpisu','Menus'=>'Menu','Menu Locations'=>'Położenia menu','Menu'=>'Menu','Post Taxonomy'=>'Taksonomia wpisu','Child Page (has parent)'=>'Strona potomna (ma stronę nadrzędną)','Parent Page (has children)'=>'Strona nadrzędna (ma strony potomne)','Top Level Page (no parent)'=>'Strona najwyższego poziomu (bez strony nadrzędnej)','Posts Page'=>'Strona z wpisami','Front Page'=>'Strona główna','Page Type'=>'Typ strony','Viewing back end'=>'Wyświetla kokpit administratora','Viewing front end'=>'Wyświetla witrynę','Logged in'=>'Zalogowany','Current User'=>'Bieżący użytkownik','Page Template'=>'Szablon strony','Register'=>'Zarejestruj się','Add / Edit'=>'Dodaj / Edytuj','User Form'=>'Formularz użytkownika','Page Parent'=>'Strona nadrzędna','Super Admin'=>'Superadministrator','Current User Role'=>'Rola bieżącego użytkownika','Default Template'=>'Domyślny szablon','Post Template'=>'Szablon wpisu','Post Category'=>'Kategoria wpisu','All %s formats'=>'Wszystkie formaty %s','Attachment'=>'Załącznik','%s value is required'=>'%s wartość jest wymagana','Show this field if'=>'Pokaż to pole jeśli','Conditional Logic'=>'Wyświetlanie warunkowe','and'=>'oraz','Local JSON'=>'Lokalny JSON','Please also check all premium add-ons (%s) are updated to the latest version.'=>'Proszę również sprawdzić, czy wszystkie dodatki premium (%s) są zaktualizowane do najnowszej wersji.','This version contains improvements to your database and requires an upgrade.'=>'Ta wersja zawiera ulepszenia bazy danych i wymaga uaktualnienia.','Thank you for updating to %1$s v%2$s!'=>'Dziękujemy za aktualizację %1$s do wersji %2$s!','Database Upgrade Required'=>'Wymagana jest aktualizacja bazy danych','Options Page'=>'Strona opcji','Gallery'=>'Galeria','Flexible Content'=>'Elastyczne treść','Repeater'=>'Pole powtarzalne','Back to all tools'=>'Wróć do wszystkich narzędzi','If multiple field groups appear on an edit screen, the first field group\'s options will be used (the one with the lowest order number)'=>'Jeśli na stronie edycji znajduje się kilka grup pól, zostaną zastosowane ustawienia pierwszej z nich. (pierwsza grupa pól to ta, która ma najniższy numer w kolejności)','Select items to hide them from the edit screen.'=>'Wybierz elementy, które chcesz ukryć na stronie edycji.','Hide on screen'=>'Ukryj na ekranie','Send Trackbacks'=>'Wyślij trackbacki','Tags'=>'Tagi','Categories'=>'Kategorie','Page Attributes'=>'Atrybuty strony','Format'=>'Format','Author'=>'Autor','Slug'=>'Uproszczona nazwa','Revisions'=>'Wersje','Comments'=>'Komentarze','Discussion'=>'Dyskusja','Excerpt'=>'Zajawka','Content Editor'=>'Edytor treści','Permalink'=>'Bezpośredni odnośnik','Shown in field group list'=>'Wyświetlany na liście grup pól','Field groups with a lower order will appear first'=>'Grupy pól z niższym numerem pojawią się pierwsze','Order No.'=>'Nr w kolejności.','Below fields'=>'Pod polami','Below labels'=>'Pod etykietami','Instruction Placement'=>'Położenie instrukcji','Label Placement'=>'Położenie etykiety','Side'=>'Boczna','Normal (after content)'=>'Normalna (pod treścią)','High (after title)'=>'Wysoka (pod tytułem)','Position'=>'Pozycja','Seamless (no metabox)'=>'Bezpodziałowy (brak metaboksa)','Standard (WP metabox)'=>'Standardowy (metabox WP)','Style'=>'Styl','Type'=>'Rodzaj','Key'=>'Klucz','Order'=>'Kolejność','Close Field'=>'Zamknij pole','id'=>'id','class'=>'class','width'=>'szerokość','Wrapper Attributes'=>'Atrybuty kontenera','Required'=>'Wymagane','Instructions'=>'Instrukcje','Field Type'=>'Rodzaj pola','Single word, no spaces. Underscores and dashes allowed'=>'Pojedyncze słowo, bez spacji. Dozwolone są myślniki i podkreślniki','Field Name'=>'Nazwa pola','This is the name which will appear on the EDIT page'=>'Ta nazwa będzie widoczna na stronie edycji','Field Label'=>'Etykieta pola','Delete'=>'Usuń','Delete field'=>'Usuń pole','Move'=>'Przenieś','Move field to another group'=>'Przenieś pole do innej grupy','Duplicate field'=>'Duplikuj to pole','Edit field'=>'Edytuj pole','Drag to reorder'=>'Przeciągnij aby zmienić kolejność','Show this field group if'=>'Pokaż tę grupę pól jeśli','No updates available.'=>'Brak dostępnych aktualizacji.','Database upgrade complete. See what\'s new'=>'Aktualizacja bazy danych zakończona. Zobacz co nowego','Reading upgrade tasks...'=>'Czytam zadania aktualizacji…','Upgrade failed.'=>'Aktualizacja nie powiodła się.','Upgrade complete.'=>'Aktualizacja zakończona.','Upgrading data to version %s'=>'Aktualizowanie danych do wersji %s','It is strongly recommended that you backup your database before proceeding. Are you sure you wish to run the updater now?'=>'Zdecydowanie zaleca się wykonanie kopii zapasowej bazy danych przed kontynuowaniem. Czy na pewno chcesz teraz uruchomić aktualizacje?','Please select at least one site to upgrade.'=>'Proszę wybrać co najmniej jedną witrynę do uaktualnienia.','Database Upgrade complete. Return to network dashboard'=>'Aktualizacja bazy danych zakończona. Wróć do kokpitu sieci','Site is up to date'=>'Oprogramowanie witryny jest aktualne','Site requires database upgrade from %1$s to %2$s'=>'Witryna wymaga aktualizacji bazy danych z %1$s do %2$s','Site'=>'Witryna','Upgrade Sites'=>'Zaktualizuj witryny','The following sites require a DB upgrade. Check the ones you want to update and then click %s.'=>'Następujące witryny wymagają aktualizacji bazy danych. Zaznacz te, które chcesz zaktualizować i kliknij %s.','Add rule group'=>'Dodaj grupę warunków','Rules'=>'Reguły','Copied'=>'Skopiowano','Copy to clipboard'=>'Skopiuj do schowka','Select Field Groups'=>'Wybierz grupy pól','No field groups selected'=>'Nie zaznaczono żadnej grupy pól','Generate PHP'=>'Utwórz PHP','Export Field Groups'=>'Eksportuj grupy pól','Import file empty'=>'Importowany plik jest pusty','Incorrect file type'=>'Błędny typ pliku','Error uploading file. Please try again'=>'Błąd przesyłania pliku. Proszę spróbować ponownie','Import Field Groups'=>'Importuj grupy pól','Sync'=>'Synchronizuj','Select %s'=>'Wybierz %s','Duplicate'=>'Duplikuj','Duplicate this item'=>'Duplikuj ten element','Supports'=>'Obsługuje','Description'=>'Opis','Sync available'=>'Synchronizacja jest dostępna','Active (%s)'=>'Włączone (%s)' . "\0" . 'Włączone (%s)' . "\0" . 'Włączone (%s)','Review sites & upgrade'=>'Strona opinii i aktualizacji','Upgrade Database'=>'Aktualizuj bazę danych','Custom Fields'=>'Własne pola','Move Field'=>'Przenieś pole','Please select the destination for this field'=>'Proszę wybrać miejsce przeznaczenia dla tego pola','The %1$s field can now be found in the %2$s field group'=>'Pole %1$s znajduje się teraz w grupie pól %2$s','Move Complete.'=>'Przenoszenie zakończone.','Active'=>'Włączone','Field Keys'=>'Klucze pola','Settings'=>'Ustawienia','Location'=>'Lokalizacja','Null'=>'Pusty','copy'=>'kopia','(this field)'=>'(to pole)','Checked'=>'Zaznaczone','Move Custom Field'=>'Przenieś pole','No toggle fields available'=>'Brak dostępnych pól','Field group title is required'=>'Tytuł grupy pól jest wymagany','This field cannot be moved until its changes have been saved'=>'To pole nie może zostać przeniesione zanim zmiany nie zostaną zapisane','The string "field_" may not be used at the start of a field name'=>'Ciąg znaków „field_” nie może zostać użyty na początku nazwy pola','Field group draft updated.'=>'Szkic grupy pól został zaktualizowany.','Field group scheduled for.'=>'Publikacja grupy pól została zaplanowana.','Field group submitted.'=>'Grupa pól została dodana.','Field group saved.'=>'Grupa pól została zapisana.','Field group published.'=>'Grupa pól została opublikowana.','Field group deleted.'=>'Grupa pól została usunięta.','Field group updated.'=>'Grupa pól została zaktualizowana.','Tools'=>'Narzędzia','is not equal to'=>'nie jest równe','is equal to'=>'jest równe','Forms'=>'Formularze','Page'=>'Strona','Post'=>'Wpis','Relational'=>'Relacyjne','Choice'=>'Wybór','Basic'=>'Podstawowe','Unknown'=>'Nieznany','Field type does not exist'=>'Rodzaj pola nie istnieje','Spam Detected'=>'Wykryto spam','Post updated'=>'Wpis został zaktualizowany','Update'=>'Aktualizuj','Validate Email'=>'Potwierdź e-mail','Content'=>'Treść','Title'=>'Tytuł','Edit field group'=>'Edytuj grupę pól','Selection is less than'=>'Wybór jest mniejszy niż','Selection is greater than'=>'Wybór jest większy niż','Value is less than'=>'Wartość jest mniejsza niż','Value is greater than'=>'Wartość jest większa niż','Value contains'=>'Wartość zawiera','Value matches pattern'=>'Wartość musi pasować do wzoru','Value is not equal to'=>'Wartość nie jest równa','Value is equal to'=>'Wartość jest równa','Has no value'=>'Nie ma wartości','Has any value'=>'Ma dowolną wartość','Cancel'=>'Anuluj','Are you sure?'=>'Czy na pewno?','%d fields require attention'=>'%d pola(-ól) wymaga uwagi','1 field requires attention'=>'1 pole wymaga uwagi','Validation failed'=>'Walidacja nie powiodła się','Validation successful'=>'Walidacja zakończona sukcesem','Restricted'=>'Ograniczone','Collapse Details'=>'Zwiń szczegóły','Expand Details'=>'Rozwiń szczegóły','Uploaded to this post'=>'Wgrane do wpisu','verbUpdate'=>'Aktualizuj','verbEdit'=>'Edytuj','The changes you made will be lost if you navigate away from this page'=>'Wprowadzone przez Ciebie zmiany przepadną jeśli przejdziesz do innej strony','File type must be %s.'=>'Wymagany typ pliku to %s.','or'=>'lub','File size must not exceed %s.'=>'Rozmiar pliku nie może przekraczać %s.','File size must be at least %s.'=>'Rozmiar pliku musi wynosić co najmniej %s.','Image height must not exceed %dpx.'=>'Wysokość obrazka nie może przekraczać %dpx.','Image height must be at least %dpx.'=>'Obrazek musi mieć co najmniej %dpx wysokości.','Image width must not exceed %dpx.'=>'Szerokość obrazka nie może przekraczać %dpx.','Image width must be at least %dpx.'=>'Obrazek musi mieć co najmniej %dpx szerokości.','(no title)'=>'(brak tytułu)','Full Size'=>'Pełny rozmiar','Large'=>'Duży','Medium'=>'Średni','Thumbnail'=>'Miniatura','(no label)'=>'(brak etykiety)','Sets the textarea height'=>'Określa wysokość obszaru tekstowego','Rows'=>'Wiersze','Text Area'=>'Obszar tekstowy','Prepend an extra checkbox to toggle all choices'=>'Dołącz dodatkowe pole, aby grupowo włączać/wyłączać wszystkie wybory','Save \'custom\' values to the field\'s choices'=>'Dopisz własne wartości do wyborów pola','Allow \'custom\' values to be added'=>'Zezwól na dodawanie własnych wartości','Add new choice'=>'Dodaj nowy wybór','Toggle All'=>'Przełącz wszystko','Allow Archives URLs'=>'Zezwól na adresy URL archiwów','Archives'=>'Archiwa','Page Link'=>'Odnośnik do strony','Add'=>'Dodaj','Name'=>'Nazwa','%s added'=>'Dodano %s','%s already exists'=>'%s już istnieje','User unable to add new %s'=>'Użytkownik nie może dodać nowych „%s”','Term ID'=>'Identyfikator terminu','Term Object'=>'Obiekt terminu','Load value from posts terms'=>'Wczytaj wartości z terminów taksonomii z wpisu','Load Terms'=>'Wczytaj terminy taksonomii','Connect selected terms to the post'=>'Przypisz wybrane terminy taksonomii do wpisu','Save Terms'=>'Zapisz terminy taksonomii','Allow new terms to be created whilst editing'=>'Zezwól na tworzenie nowych terminów taksonomii podczas edycji','Create Terms'=>'Tworzenie terminów taksonomii','Radio Buttons'=>'Pola wyboru','Single Value'=>'Pojedyncza wartość','Multi Select'=>'Wybór wielokrotny','Checkbox'=>'Pole zaznaczenia','Multiple Values'=>'Wiele wartości','Select the appearance of this field'=>'Określ wygląd tego pola','Appearance'=>'Wygląd','Select the taxonomy to be displayed'=>'Wybierz taksonomię do wyświetlenia','No TermsNo %s'=>'Brak „%s”','Value must be equal to or lower than %d'=>'Wartość musi być równa lub niższa od %d','Value must be equal to or higher than %d'=>'Wartość musi być równa lub wyższa od %d','Value must be a number'=>'Wartość musi być liczbą','Number'=>'Liczba','Save \'other\' values to the field\'s choices'=>'Dopisz wartości wyboru „inne” do wyborów pola','Add \'other\' choice to allow for custom values'=>'Dodaj wybór „inne”, aby zezwolić na własne wartości','Other'=>'Inne','Radio Button'=>'Pole wyboru','Define an endpoint for the previous accordion to stop. This accordion will not be visible.'=>'Zdefiniuj punkt końcowy dla zatrzymania poprzedniego panelu zwijanego. Ten panel zwijany nie będzie widoczny.','Allow this accordion to open without closing others.'=>'Zezwól, aby ten zwijany panel otwierał się bez zamykania innych.','Multi-Expand'=>'Multi-expand','Display this accordion as open on page load.'=>'Pokaż ten zwijany panel jako otwarty po załadowaniu strony.','Open'=>'Otwórz','Accordion'=>'Zwijany panel','Restrict which files can be uploaded'=>'Określ jakie pliki mogą być przesyłane','File ID'=>'Identyfikator pliku','File URL'=>'Adres URL pliku','File Array'=>'Tablica pliku','Add File'=>'Dodaj plik','No file selected'=>'Nie wybrano pliku','File name'=>'Nazwa pliku','Update File'=>'Aktualizuj plik','Edit File'=>'Edytuj plik','Select File'=>'Wybierz plik','File'=>'Plik','Password'=>'Hasło','Specify the value returned'=>'Określ zwracaną wartość','Use AJAX to lazy load choices?'=>'Używaj AJAX do wczytywania wyborów?','Enter each default value on a new line'=>'Wpisz każdą domyślną wartość w osobnej linii','verbSelect'=>'Wybierz','Select2 JS load_failLoading failed'=>'Wczytywanie zakończone niepowodzeniem','Select2 JS searchingSearching…'=>'Szukam…','Select2 JS load_moreLoading more results…'=>'Wczytuję więcej wyników…','Select2 JS selection_too_long_nYou can only select %d items'=>'Możesz wybrać tylko %d elementy(-tów)','Select2 JS selection_too_long_1You can only select 1 item'=>'Możesz wybrać tylko 1 element','Select2 JS input_too_long_nPlease delete %d characters'=>'Proszę usunąć %d znaki(-ów)','Select2 JS input_too_long_1Please delete 1 character'=>'Proszę usunąć 1 znak','Select2 JS input_too_short_nPlease enter %d or more characters'=>'Wpisz %d lub więcej znaków','Select2 JS input_too_short_1Please enter 1 or more characters'=>'Wpisz 1 lub więcej znaków','Select2 JS matches_0No matches found'=>'Brak pasujących wyników','Select2 JS matches_n%d results are available, use up and down arrow keys to navigate.'=>'Dostępnych wyników: %d. Użyj strzałek w górę i w dół, aby nawigować.','Select2 JS matches_1One result is available, press enter to select it.'=>'Dostępny jest jeden wynik. Aby go wybrać, naciśnij Enter.','nounSelect'=>'Lista wyboru','User ID'=>'Identyfikator użytkownika','User Object'=>'Obiekt użytkownika','User Array'=>'Tablica użytkownika','All user roles'=>'Wszystkie role użytkownika','Filter by Role'=>'Filtruj wg roli','User'=>'Użytkownik','Separator'=>'Separator','Select Color'=>'Wybierz kolor','Default'=>'Domyślne','Clear'=>'Wyczyść','Color Picker'=>'Wybór koloru','Date Time Picker JS pmTextShortP'=>'P','Date Time Picker JS pmTextPM'=>'PM','Date Time Picker JS amTextShortA'=>'A','Date Time Picker JS amTextAM'=>'AM','Date Time Picker JS selectTextSelect'=>'Wybierz','Date Time Picker JS closeTextDone'=>'Gotowe','Date Time Picker JS currentTextNow'=>'Teraz','Date Time Picker JS timezoneTextTime Zone'=>'Strefa czasowa','Date Time Picker JS microsecTextMicrosecond'=>'Mikrosekunda','Date Time Picker JS millisecTextMillisecond'=>'Milisekunda','Date Time Picker JS secondTextSecond'=>'Sekunda','Date Time Picker JS minuteTextMinute'=>'Minuta','Date Time Picker JS hourTextHour'=>'Godzina','Date Time Picker JS timeTextTime'=>'Czas','Date Time Picker JS timeOnlyTitleChoose Time'=>'Określ czas','Date Time Picker'=>'Wybór daty i godziny','Endpoint'=>'Punkt końcowy','Left aligned'=>'Wyrównanie do lewej','Top aligned'=>'Wyrównanie do góry','Placement'=>'Położenie','Tab'=>'Zakładka','Value must be a valid URL'=>'Wartość musi być poprawnym adresem URL','Link URL'=>'Adres URL odnośnika','Link Array'=>'Tablica odnośnika','Opens in a new window/tab'=>'Otwiera się w nowym oknie/karcie','Select Link'=>'Wybierz odnośnik','Link'=>'Odnośnik','Email'=>'E-mail','Step Size'=>'Wielkość kroku','Maximum Value'=>'Wartość maksymalna','Minimum Value'=>'Wartość minimalna','Range'=>'Zakres','Both (Array)'=>'Oba (tablica)','Label'=>'Etykieta','Value'=>'Wartość','Vertical'=>'Pionowy','Horizontal'=>'Poziomy','red : Red'=>'czerwony : Czerwony','For more control, you may specify both a value and label like this:'=>'Aby uzyskać większą kontrolę, można określić wartość i etykietę w niniejszy sposób:','Enter each choice on a new line.'=>'Wpisz każdy z wyborów w osobnej linii.','Choices'=>'Wybory','Button Group'=>'Grupa przycisków','Allow Null'=>'Zezwól na pusty','Parent'=>'Element nadrzędny','TinyMCE will not be initialized until field is clicked'=>'TinyMCE nie zostanie zainicjowany, dopóki to pole nie zostanie kliknięte','Delay Initialization'=>'Opóźnij inicjowanie','Show Media Upload Buttons'=>'Pokaż przycisk dodawania mediów','Toolbar'=>'Pasek narzędzi','Text Only'=>'Tylko tekstowa','Visual Only'=>'Tylko wizualna','Visual & Text'=>'Wizualna i tekstowa','Tabs'=>'Zakładki','Click to initialize TinyMCE'=>'Kliknij, aby zainicjować TinyMCE','Name for the Text editor tab (formerly HTML)Text'=>'Tekstowy','Visual'=>'Wizualny','Value must not exceed %d characters'=>'Wartość nie może przekraczać %d znaków','Leave blank for no limit'=>'Pozostaw puste w przypadku braku limitu','Character Limit'=>'Limit znaków','Appears after the input'=>'Pojawia się za polem','Append'=>'Za polem (sufiks)','Appears before the input'=>'Pojawia się przed polem','Prepend'=>'Przed polem (prefiks)','Appears within the input'=>'Pojawia się w polu','Placeholder Text'=>'Placeholder (tekst zastępczy)','Appears when creating a new post'=>'Wyświetlana podczas tworzenia nowego wpisu','Text'=>'Tekst','%1$s requires at least %2$s selection'=>'%1$s wymaga co najmniej %2$s wyboru' . "\0" . '%1$s wymaga co najmniej %2$s wyborów' . "\0" . '%1$s wymaga co najmniej %2$s wyborów','Post ID'=>'Identyfikator wpisu','Post Object'=>'Obiekt wpisu','Maximum Posts'=>'Maksimum wpisów','Minimum Posts'=>'Minimum wpisów','Featured Image'=>'Obrazek wyróżniający','Selected elements will be displayed in each result'=>'Wybrane elementy będą wyświetlone przy każdym wyniku','Elements'=>'Elementy','Taxonomy'=>'Taksonomia','Post Type'=>'Typ treści','Filters'=>'Filtry','All taxonomies'=>'Wszystkie taksonomie','Filter by Taxonomy'=>'Filtruj wg taksonomii','All post types'=>'Wszystkie typy treści','Filter by Post Type'=>'Filtruj wg typu treści','Search...'=>'Wyszukiwanie…','Select taxonomy'=>'Wybierz taksonomię','Select post type'=>'Wybierz typ treści','No matches found'=>'Brak pasujących wyników','Loading'=>'Wczytywanie','Maximum values reached ( {max} values )'=>'Maksymalna liczba wartości została przekroczona ( {max} wartości )','Relationship'=>'Relacja','Comma separated list. Leave blank for all types'=>'Lista rozdzielana przecinkami. Pozostaw puste dla wszystkich typów','Allowed File Types'=>'Dozwolone typy plików','Maximum'=>'Maksimum','File size'=>'Wielkość pliku','Restrict which images can be uploaded'=>'Określ jakie obrazy mogą być przesyłane','Minimum'=>'Minimum','Uploaded to post'=>'Przesłane do wpisu','All'=>'Wszystkie','Limit the media library choice'=>'Ograniczenie wyborów z biblioteki','Library'=>'Biblioteka','Preview Size'=>'Rozmiar podglądu','Image ID'=>'ID obrazu','Image URL'=>'Adres URL obrazu','Image Array'=>'Tablica obrazów (Array)','Specify the returned value on front end'=>'Określ wartość zwracaną w witrynie','Return Value'=>'Zwracana wartość','Add Image'=>'Dodaj obrazek','No image selected'=>'Nie wybrano obrazka','Remove'=>'Usuń','Edit'=>'Edytuj','All images'=>'Wszystkie obrazki','Update Image'=>'Aktualizuj obrazek','Edit Image'=>'Edytuj obrazek','Select Image'=>'Wybierz obrazek','Image'=>'Obrazek','Allow HTML markup to display as visible text instead of rendering'=>'Zezwól aby znaczniki HTML były wyświetlane jako widoczny tekst, a nie renderowane','Escape HTML'=>'Dodawaj znaki ucieczki do HTML (escape HTML)','No Formatting'=>'Brak formatowania','Automatically add <br>'=>'Automatycznie dodaj <br>','Automatically add paragraphs'=>'Automatycznie twórz akapity','Controls how new lines are rendered'=>'Kontroluje jak są renderowane nowe linie','New Lines'=>'Nowe linie','Week Starts On'=>'Pierwszy dzień tygodnia','The format used when saving a value'=>'Format używany podczas zapisywania wartości','Save Format'=>'Zapisz format','Date Picker JS weekHeaderWk'=>'Tydz','Date Picker JS prevTextPrev'=>'Wstecz','Date Picker JS nextTextNext'=>'Dalej','Date Picker JS currentTextToday'=>'Dzisiaj','Date Picker JS closeTextDone'=>'Gotowe','Date Picker'=>'Wybór daty','Width'=>'Szerokość','Embed Size'=>'Rozmiar osadzenia','Enter URL'=>'Wpisz adres URL','oEmbed'=>'oEmbed','Text shown when inactive'=>'Tekst wyświetlany, gdy jest wyłączone','Off Text'=>'Tekst, gdy wyłączone','Text shown when active'=>'Tekst wyświetlany, gdy jest włączone','On Text'=>'Tekst, gdy włączone','Stylized UI'=>'Ostylowany interfejs użytkownika','Default Value'=>'Wartość domyślna','Displays text alongside the checkbox'=>'Wyświetla tekst obok pola','Message'=>'Wiadomość','No'=>'Nie','Yes'=>'Tak','True / False'=>'Prawda / Fałsz','Row'=>'Wiersz','Table'=>'Tabela','Block'=>'Blok','Specify the style used to render the selected fields'=>'Określ style stosowane to renderowania wybranych pól','Layout'=>'Układ','Sub Fields'=>'Pola podrzędne','Group'=>'Grupa','Customize the map height'=>'Dostosuj wysokość mapy','Height'=>'Wysokość','Set the initial zoom level'=>'Ustaw początkowe powiększenie','Zoom'=>'Powiększenie','Center the initial map'=>'Wyśrodkuj początkową mapę','Center'=>'Wyśrodkowanie','Search for address...'=>'Szukaj adresu…','Find current location'=>'Znajdź aktualną lokalizację','Clear location'=>'Wyczyść lokalizację','Search'=>'Szukaj','Sorry, this browser does not support geolocation'=>'Przepraszamy, ta przeglądarka nie obsługuje geolokalizacji','Google Map'=>'Mapa Google','The format returned via template functions'=>'Wartość zwracana przez funkcje w szablonie','Return Format'=>'Zwracany format','Custom:'=>'Własny:','The format displayed when editing a post'=>'Format wyświetlany przy edycji wpisu','Display Format'=>'Format wyświetlania','Time Picker'=>'Wybór godziny','Inactive (%s)'=>'Wyłączone (%s)' . "\0" . 'Wyłączone (%s)' . "\0" . 'Wyłączone (%s)','No Fields found in Trash'=>'Nie znaleziono żadnych pól w koszu','No Fields found'=>'Nie znaleziono żadnych pól','Search Fields'=>'Szukaj pól','View Field'=>'Zobacz pole','New Field'=>'Nowe pole','Edit Field'=>'Edytuj pole','Add New Field'=>'Dodaj nowe pole','Field'=>'Pole','Fields'=>'Pola','No Field Groups found in Trash'=>'Nie znaleziono żadnych grup pól w koszu','No Field Groups found'=>'Nie znaleziono żadnych grup pól','Search Field Groups'=>'Szukaj grup pól','View Field Group'=>'Zobacz grupę pól','New Field Group'=>'Nowa grupa pól','Edit Field Group'=>'Edytuj grupę pól','Add New Field Group'=>'Dodaj nową grupę pól','Add New'=>'Dodaj','Field Group'=>'Grupa pól','Field Groups'=>'Grupy pól','Block type name is required.'=>'Nazwa typu bloku jest wymagana.','Block type "%s" is already registered.'=>'Typ bloku "%s" jest już zarejestrowany.','Switch to Edit'=>'Przejdź do Edytuj','Switch to Preview'=>'Przejdź do Podglądu','Change content alignment'=>'Zmień wyrównanie treści','%s settings'=>'Ustawienia %s','This block contains no editable fields.'=>'Ten blok nie zawiera żadnych edytowalnych pól.','Assign a field group to add fields to this block.'=>'Przypisz grupę pól, aby dodać pola do tego bloku.','Options Updated'=>'Ustawienia zostały zaktualizowane','Publish'=>'Opublikuj','No Custom Field Groups found for this options page. Create a Custom Field Group'=>'Żadna grupa pól nie została dodana do tej strony opcji. Utwórz grupę własnych pól','Allows you to select and display existing fields. It does not duplicate any fields in the database, but loads and displays the selected fields at run-time. The Clone field can either replace itself with the selected fields or display the selected fields as a group of subfields.'=>'Umożliwia wybranie i wyświetlenie istniejących pól. Nie duplikuje żadnych pól w bazie danych, ale ładuje i wyświetla wybrane pola w czasie wykonywania. Pole Klonuj może zastąpić się wybranymi polami lub wyświetlić wybrane pola jako grupę podpól.','Select one or more fields you wish to clone'=>'Wybierz jedno lub więcej pól które chcesz sklonować','Display'=>'Wyświetl','Specify the style used to render the clone field'=>'Określ styl wykorzystywany do stosowania w klonowanych polach','Group (displays selected fields in a group within this field)'=>'Grupuj (wyświetla wybrane pola w grupie)','Seamless (replaces this field with selected fields)'=>'Ujednolicenie (zastępuje to pole wybranymi polami)','Labels will be displayed as %s'=>'Etykiety będą wyświetlane jako %s','Prefix Field Labels'=>'Prefiks Etykiet Pól','Values will be saved as %s'=>'Wartości będą zapisane jako %s','Prefix Field Names'=>'Prefiks Nazw Pól','Unknown field'=>'Nieznane pole','Unknown field group'=>'Nieznana grupa pól','All fields from %s field group'=>'Wszystkie pola z grupy pola %s','Allows you to define, create and manage content with total control by creating layouts that contain subfields that content editors can choose from.'=>'Umożliwia definiowanie, tworzenie i zarządzanie treścią z pełną kontrolą poprzez tworzenie układów zawierających podpola, które edytorzy treści mogą wybierać.','Add Row'=>'Dodaj wiersz','layout'=>'układ' . "\0" . 'układy' . "\0" . 'układów','layouts'=>'układy','This field requires at least {min} {label} {identifier}'=>'To pole wymaga przynajmniej {min} {label} {identifier}','This field has a limit of {max} {label} {identifier}'=>'To pole ma ograniczenie {max} {label} {identifier}','{available} {label} {identifier} available (max {max})'=>'{available} {label} {identifier} dostępne (max {max})','{required} {label} {identifier} required (min {min})'=>'{required} {label} {identifier} wymagane (min {min})','Flexible Content requires at least 1 layout'=>'Elastyczne pole wymaga przynajmniej 1 układu','Click the "%s" button below to start creating your layout'=>'Kliknij przycisk "%s" poniżej, aby zacząć tworzyć nowy układ','Add layout'=>'Dodaj układ','Duplicate layout'=>'Powiel układ','Remove layout'=>'Usuń układ','Click to toggle'=>'Kliknij, aby przełączyć','Delete Layout'=>'Usuń układ','Duplicate Layout'=>'Duplikuj układ','Add New Layout'=>'Dodaj nowy układ','Add Layout'=>'Dodaj układ','Min'=>'Min','Max'=>'Max','Minimum Layouts'=>'Minimalna liczba układów','Maximum Layouts'=>'Maksymalna liczba układów','Button Label'=>'Etykieta przycisku','%s must be of type array or null.'=>'%s musi być typu tablicy lub null.','%1$s must contain at least %2$s %3$s layout.'=>'%1$s musi zawierać co najmniej %2$s %3$s układ.' . "\0" . '%1$s musi zawierać co najmniej %2$s %3$s układy.' . "\0" . '%1$s musi zawierać co najmniej %2$s %3$s układów.','%1$s must contain at most %2$s %3$s layout.'=>'%1$s musi zawierać co najwyżej %2$s %3$s układ.' . "\0" . '%1$s musi zawierać co najwyżej %2$s %3$s układy.' . "\0" . '%1$s musi zawierać co najwyżej %2$s %3$s układów.','An interactive interface for managing a collection of attachments, such as images.'=>'Interaktywny interfejs do zarządzania kolekcją załączników, takich jak obrazy.','Add Image to Gallery'=>'Dodaj obraz do galerii','Maximum selection reached'=>'Maksimum ilości wyborów osiągnięte','Length'=>'Długość','Caption'=>'Etykieta','Alt Text'=>'Tekst alternatywny','Add to gallery'=>'Dodaj do galerii','Bulk actions'=>'Działania na wielu','Sort by date uploaded'=>'Sortuj po dacie przesłania','Sort by date modified'=>'Sortuj po dacie modyfikacji','Sort by title'=>'Sortuj po tytule','Reverse current order'=>'Odwróć aktualną kolejność','Close'=>'Zamknij','Minimum Selection'=>'Minimalna liczba wybranych elementów','Maximum Selection'=>'Maksymalna liczba wybranych elementów','Insert'=>'Wstaw','Specify where new attachments are added'=>'Określ gdzie są dodawane nowe załączniki','Append to the end'=>'Dodaj na końcu','Prepend to the beginning'=>'Dodaj do początku','Minimum rows not reached ({min} rows)'=>'Nie osiągnięto minimalnej liczby wierszy ({min} wierszy)','Maximum rows reached ({max} rows)'=>'Osiągnięto maksimum liczby wierszy ( {max} wierszy )','Error loading page'=>'Błąd ładowania strony','Order will be assigned upon save'=>'Kolejność zostanie przydzielona po zapisaniu','Useful for fields with a large number of rows.'=>'Przydatne dla pól z dużą liczbą wierszy.','Rows Per Page'=>'Wiersze na stronę','Set the number of rows to be displayed on a page.'=>'Ustawienie liczby wierszy, które mają być wyświetlane na stronie.','Minimum Rows'=>'Minimalna liczba wierszy','Maximum Rows'=>'Maksymalna liczba wierszy','Collapsed'=>'Zwinięty','Select a sub field to show when row is collapsed'=>'Wybierz pole podrzędne, które mają być pokazane kiedy wiersz jest zwinięty','Invalid field key or name.'=>'Nieprawidłowy klucz lub nazwa pola.','There was an error retrieving the field.'=>'Wystąpił błąd przy pobieraniu pola.','Click to reorder'=>'Kliknij, aby zmienić kolejność','Add row'=>'Dodaj wiersz','Duplicate row'=>'Powiel wiersz','Remove row'=>'Usuń wiersz','Current Page'=>'Bieżąca strona','First Page'=>'Pierwsza strona','Previous Page'=>'Poprzednia strona','paging%1$s of %2$s'=>'%1$s z %2$s','Next Page'=>'Następna strona','Last Page'=>'Ostatnia strona','No block types exist'=>'Nie istnieją żadne typy bloków']];
\ No newline at end of file
diff --git a/lang/secure-custom-fields-pl_PL.mo b/lang/secure-custom-fields-pl_PL.mo
deleted file mode 100644
index 27538393..00000000
Binary files a/lang/secure-custom-fields-pl_PL.mo and /dev/null differ
diff --git a/lang/secure-custom-fields-pl_PL.po b/lang/secure-custom-fields-pl_PL.po
deleted file mode 100644
index 23d6dc80..00000000
--- a/lang/secure-custom-fields-pl_PL.po
+++ /dev/null
@@ -1,7701 +0,0 @@
-"Project-Id-Version: Secure Custom Fields\n"
-"Report-Msgid-Bugs-To: \n"
-"Last-Translator: WP Engine \n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"POT-Creation-Date: 2023-04-18 07:25+0000\n"
-"PO-Revision-Date: 2023-05-10 12:04+0200\n"
-"Language: pl_PL\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Textdomain-Support: yes\n"
-
-#: includes/validation.php:137
-msgid "ACF was unable to perform validation due to an invalid security nonce being provided."
-msgstr ""
-
-#: includes/fields/class-acf-field.php:360
-msgid "Allow Access to Value in Editor UI"
-msgstr ""
-
-#: includes/fields/class-acf-field.php:342
-msgid "Learn more."
-msgstr ""
-
-#. translators: %s A "Learn More" link to documentation explaining the setting further.
-#: includes/fields/class-acf-field.php:341
-msgid "Allow content editors to access and display the field value in the editor UI using Block Bindings or the ACF Shortcode. %s"
-msgstr ""
-
-#: includes/Blocks/Bindings.php:64
-msgid "The requested ACF field type does not support output in Block Bindings or the ACF shortcode."
-msgstr ""
-
-#: includes/api/api-template.php:1085
-#: includes/Blocks/Bindings.php:72
-msgid "The requested ACF field is not allowed to be output in bindings or the ACF Shortcode."
-msgstr ""
-
-#: includes/api/api-template.php:1077
-msgid "The requested ACF field type does not support output in bindings or the ACF Shortcode."
-msgstr ""
-
-#: includes/api/api-template.php:1054
-msgid "[The ACF shortcode cannot display fields from non-public posts]"
-msgstr ""
-
-#: includes/api/api-template.php:1011
-msgid "[The ACF shortcode is disabled on this site]"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:451
-msgid "Businessman Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:443
-msgid "Forums Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:722
-msgid "YouTube Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:721
-msgid "Yes (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:719
-msgid "Xing Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:718
-msgid "WordPress (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:716
-msgid "WhatsApp Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:715
-msgid "Write Blog Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:714
-msgid "Widgets Menus Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:713
-msgid "View Site Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:712
-msgid "Learn More Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:710
-msgid "Add Page Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:707
-msgid "Video (alt3) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:706
-msgid "Video (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:705
-msgid "Video (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:702
-msgid "Update (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:699
-msgid "Universal Access (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:696
-msgid "Twitter (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:694
-msgid "Twitch Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:691
-msgid "Tide Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:690
-msgid "Tickets (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:686
-msgid "Text Page Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:680
-msgid "Table Row Delete Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:679
-msgid "Table Row Before Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:678
-msgid "Table Row After Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:677
-msgid "Table Col Delete Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:676
-msgid "Table Col Before Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:675
-msgid "Table Col After Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:674
-msgid "Superhero (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:673
-msgid "Superhero Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:667
-msgid "Spotify Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:661
-msgid "Shortcode Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:660
-msgid "Shield (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:658
-msgid "Share (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:657
-msgid "Share (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:652
-msgid "Saved Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:651
-msgid "RSS Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:650
-msgid "REST API Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:649
-msgid "Remove Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:647
-msgid "Reddit Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:644
-msgid "Privacy Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:643
-msgid "Printer Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:639
-msgid "Podio Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:638
-msgid "Plus (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:637
-msgid "Plus (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:635
-msgid "Plugins Checked Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:632
-msgid "Pinterest Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:630
-msgid "Pets Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:628
-msgid "PDF Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:626
-msgid "Palm Tree Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:625
-msgid "Open Folder Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:624
-msgid "No (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:619
-msgid "Money (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:614
-msgid "Menu (alt3) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:613
-msgid "Menu (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:612
-msgid "Menu (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:607
-msgid "Spreadsheet Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:606
-msgid "Interactive Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:605
-msgid "Document Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:604
-msgid "Default Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:598
-msgid "Location (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:595
-msgid "LinkedIn Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:590
-msgid "Instagram Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:589
-msgid "Insert Before Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:588
-msgid "Insert After Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:587
-msgid "Insert Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:586
-msgid "Info Outline Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:583
-msgid "Images (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:582
-msgid "Images (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:581
-msgid "Rotate Right Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:580
-msgid "Rotate Left Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:579
-msgid "Rotate Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:578
-msgid "Flip Vertical Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:577
-msgid "Flip Horizontal Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:575
-msgid "Crop Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:574
-msgid "ID (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:572
-msgid "HTML Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:571
-msgid "Hourglass Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:568
-msgid "Heading Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:564
-msgid "Google Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:563
-msgid "Games Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:562
-msgid "Fullscreen Exit (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:561
-msgid "Fullscreen (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:558
-msgid "Status Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:556
-msgid "Image Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:555
-msgid "Gallery Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:554
-msgid "Chat Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:553
-#: includes/fields/class-acf-field-icon_picker.php:602
-msgid "Audio Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:552
-msgid "Aside Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:551
-msgid "Food Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:544
-msgid "Exit Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:543
-msgid "Excerpt View Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:542
-msgid "Embed Video Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:541
-msgid "Embed Post Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:540
-msgid "Embed Photo Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:539
-msgid "Embed Generic Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:538
-msgid "Embed Audio Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:537
-msgid "Email (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:534
-msgid "Ellipsis Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:530
-msgid "Unordered List Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:525
-msgid "RTL Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:518
-msgid "Ordered List RTL Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:517
-msgid "Ordered List Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:516
-msgid "LTR Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:508
-msgid "Custom Character Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:500
-msgid "Edit Page Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:499
-msgid "Edit Large Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:497
-msgid "Drumstick Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:493
-msgid "Database View Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:492
-msgid "Database Remove Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:491
-msgid "Database Import Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:490
-msgid "Database Export Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:489
-msgid "Database Add Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:488
-msgid "Database Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:486
-msgid "Cover Image Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:485
-msgid "Volume On Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:484
-msgid "Volume Off Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:483
-msgid "Skip Forward Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:482
-msgid "Skip Back Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:481
-msgid "Repeat Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:480
-msgid "Play Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:479
-msgid "Pause Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:478
-msgid "Forward Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:477
-msgid "Back Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:476
-msgid "Columns Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:475
-msgid "Color Picker Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:474
-msgid "Coffee Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:473
-msgid "Code Standards Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:472
-msgid "Cloud Upload Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:471
-msgid "Cloud Saved Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:460
-msgid "Car Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:459
-msgid "Camera (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:455
-msgid "Calculator Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:454
-msgid "Button Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:452
-msgid "Businessperson Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:449
-msgid "Tracking Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:448
-msgid "Topics Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:447
-msgid "Replies Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:446
-msgid "PM Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:444
-msgid "Friends Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:442
-msgid "Community Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:441
-msgid "BuddyPress Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:440
-msgid "bbPress Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:439
-msgid "Activity Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:438
-msgid "Book (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:436
-msgid "Block Default Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:435
-msgid "Bell Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:434
-msgid "Beer Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:433
-msgid "Bank Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:429
-msgid "Arrow Up (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:428
-msgid "Arrow Up (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:426
-msgid "Arrow Right (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:425
-msgid "Arrow Right (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:423
-msgid "Arrow Left (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:422
-msgid "Arrow Left (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:420
-msgid "Arrow Down (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:419
-msgid "Arrow Down (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:415
-msgid "Amazon Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:414
-msgid "Align Wide Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:412
-msgid "Align Pull Right Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:411
-msgid "Align Pull Left Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:408
-msgid "Align Full Width Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:405
-msgid "Airplane Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:402
-msgid "Site (alt3) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:401
-msgid "Site (alt2) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:400
-msgid "Site (alt) Icon"
-msgstr ""
-
-#: includes/ajax/class-acf-ajax-query-users.php:24
-msgid "Invalid request args."
-msgstr "Nieprawidłowe argumenty żądania."
-
-#: includes/ajax/class-acf-ajax-check-screen.php:37
-#: includes/ajax/class-acf-ajax-local-json-diff.php:38
-#: includes/ajax/class-acf-ajax-query-users.php:32
-#: includes/ajax/class-acf-ajax-upgrade.php:24
-#: includes/ajax/class-acf-ajax-user-setting.php:38
-msgid "Sorry, you do not have permission to do that."
-msgstr ""
-
-#: includes/class-acf-site-health.php:577
-msgid "Blocks Using Post Meta"
-msgstr ""
-
-#. translators: %s - field/param name
-#: includes/fields/class-acf-field-icon_picker.php:788
-msgid "%s requires a valid attachment ID when type is set to media_library."
-msgstr "%s wymaga poprawnego identyfikatora załącznika, gdy rodzaj jest ustawiony na „media_library”."
-
-#. translators: %s - field name
-#: includes/fields/class-acf-field-icon_picker.php:772
-msgid "%s is a required property of acf."
-msgstr "%s jest wymaganą właściwością dla ACF."
-
-#: includes/fields/class-acf-field-icon_picker.php:748
-msgid "The value of icon to save."
-msgstr "Wartość ikonki do zapisania."
-
-#: includes/fields/class-acf-field-icon_picker.php:742
-msgid "The type of icon to save."
-msgstr "Rodzaj ikonki do zapisania."
-
-#: includes/fields/class-acf-field-icon_picker.php:720
-msgid "Yes Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:717
-msgid "WordPress Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:709
-msgid "Warning Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:708
-msgid "Visibility Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:704
-msgid "Vault Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:703
-msgid "Upload Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:701
-msgid "Update Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:700
-msgid "Unlock Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:698
-msgid "Universal Access Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:697
-msgid "Undo Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:695
-msgid "Twitter Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:693
-msgid "Trash Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:692
-msgid "Translation Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:689
-msgid "Tickets Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:688
-msgid "Thumbs Up Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:687
-msgid "Thumbs Down Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:608
-#: includes/fields/class-acf-field-icon_picker.php:685
-msgid "Text Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:684
-msgid "Testimonial Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:683
-msgid "Tagcloud Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:682
-msgid "Tag Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:681
-msgid "Tablet Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:672
-msgid "Store Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:671
-msgid "Sticky Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:670
-msgid "Star Half Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:669
-msgid "Star Filled Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:668
-msgid "Star Empty Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:666
-msgid "Sos Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:665
-msgid "Sort Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:664
-msgid "Smiley Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:663
-msgid "Smartphone Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:662
-msgid "Slides Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:659
-msgid "Shield Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:656
-msgid "Share Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:655
-msgid "Search Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:654
-msgid "Screen Options Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:653
-msgid "Schedule Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:648
-msgid "Redo Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:646
-msgid "Randomize Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:645
-msgid "Products Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:642
-msgid "Pressthis Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:641
-msgid "Post Status Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:640
-msgid "Portfolio Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:636
-msgid "Plus Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:634
-msgid "Playlist Video Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:633
-msgid "Playlist Audio Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:631
-msgid "Phone Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:629
-msgid "Performance Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:627
-msgid "Paperclip Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:623
-msgid "No Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:622
-msgid "Networking Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:621
-msgid "Nametag Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:620
-msgid "Move Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:618
-msgid "Money Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:617
-msgid "Minus Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:616
-msgid "Migrate Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:615
-msgid "Microphone Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:610
-msgid "Megaphone Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:600
-msgid "Marker Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:599
-msgid "Lock Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:597
-msgid "Location Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:596
-msgid "List View Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:594
-msgid "Lightbulb Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:593
-msgid "Left Right Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:592
-msgid "Layout Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:591
-msgid "Laptop Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:585
-msgid "Info Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:584
-msgid "Index Card Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:573
-msgid "ID Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:570
-msgid "Hidden Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:569
-msgid "Heart Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:567
-msgid "Hammer Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:445
-#: includes/fields/class-acf-field-icon_picker.php:566
-msgid "Groups Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:565
-msgid "Grid View Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:560
-msgid "Forms Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:550
-msgid "Flag Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:549
-#: includes/fields/class-acf-field-icon_picker.php:576
-msgid "Filter Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:548
-msgid "Feedback Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:547
-msgid "Facebook (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:546
-msgid "Facebook Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:545
-msgid "External Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:536
-msgid "Email (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:535
-msgid "Email Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:533
-#: includes/fields/class-acf-field-icon_picker.php:559
-#: includes/fields/class-acf-field-icon_picker.php:609
-msgid "Video Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:532
-msgid "Unlink Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:531
-msgid "Underline Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:529
-msgid "Text Color Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:528
-msgid "Table Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:527
-msgid "Strikethrough Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:526
-msgid "Spellcheck Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:524
-msgid "Remove Formatting Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:523
-#: includes/fields/class-acf-field-icon_picker.php:557
-msgid "Quote Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:522
-msgid "Paste Word Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:521
-msgid "Paste Text Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:520
-msgid "Paragraph Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:519
-msgid "Outdent Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:515
-msgid "Kitchen Sink Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:514
-msgid "Justify Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:513
-msgid "Italic Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:512
-msgid "Insert More Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:511
-msgid "Indent Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:510
-msgid "Help Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:509
-msgid "Expand Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:507
-msgid "Contract Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:506
-#: includes/fields/class-acf-field-icon_picker.php:603
-msgid "Code Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:505
-msgid "Break Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:504
-msgid "Bold Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:498
-msgid "Edit Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:496
-msgid "Download Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:495
-msgid "Dismiss Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:494
-msgid "Desktop Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:487
-msgid "Dashboard Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:470
-msgid "Cloud Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:469
-msgid "Clock Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:468
-msgid "Clipboard Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:467
-msgid "Chart Pie Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:466
-msgid "Chart Line Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:465
-msgid "Chart Bar Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:464
-msgid "Chart Area Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:463
-msgid "Category Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:462
-msgid "Cart Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:461
-msgid "Carrot Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:458
-msgid "Camera Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:457
-msgid "Calendar (alt) Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:456
-msgid "Calendar Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:453
-msgid "Businesswoman Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:450
-msgid "Building Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:437
-msgid "Book Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:432
-msgid "Backup Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:431
-msgid "Awards Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:430
-msgid "Art Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:427
-msgid "Arrow Up Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:424
-msgid "Arrow Right Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:421
-msgid "Arrow Left Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:418
-msgid "Arrow Down Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:417
-#: includes/fields/class-acf-field-icon_picker.php:601
-msgid "Archive Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:416
-msgid "Analytics Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:413
-#: includes/fields/class-acf-field-icon_picker.php:503
-msgid "Align Right Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:410
-msgid "Align None Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:409
-#: includes/fields/class-acf-field-icon_picker.php:502
-msgid "Align Left Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:407
-#: includes/fields/class-acf-field-icon_picker.php:501
-msgid "Align Center Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:406
-msgid "Album Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:404
-msgid "Users Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:403
-msgid "Tools Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:399
-msgid "Site Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:398
-msgid "Settings Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:397
-msgid "Post Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:396
-msgid "Plugins Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:395
-msgid "Page Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:394
-msgid "Network Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:393
-msgid "Multisite Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:392
-msgid "Media Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:391
-msgid "Links Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:390
-msgid "Home Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:388
-msgid "Customizer Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:387
-#: includes/fields/class-acf-field-icon_picker.php:711
-msgid "Comments Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:386
-msgid "Collapse Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:385
-msgid "Appearance Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:389
-msgid "Generic Icon"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:321
-msgid "Icon picker requires a value."
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:316
-msgid "Icon picker requires an icon type."
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:285
-msgid "The available icons matching your search query have been updated in the icon picker below."
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:284
-msgid "No results found for that search term"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:266
-msgid "Array"
-msgstr "Tablica"
-
-#: includes/fields/class-acf-field-icon_picker.php:265
-msgid "String"
-msgstr "Ciąg znaków"
-
-#. translators: %s - link to documentation
-#: includes/fields/class-acf-field-icon_picker.php:253
-msgid "Specify the return format for the icon. %s"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:238
-msgid "Select where content editors can choose the icon from."
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:211
-msgid "The URL to the icon you'd like to use, or svg as Data URI"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:194
-msgid "Browse Media Library"
-msgstr "Przeglądaj bibliotekę mediów"
-
-#: includes/fields/class-acf-field-icon_picker.php:185
-msgid "The currently selected image preview"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:176
-msgid "Click to change the icon in the Media Library"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:142
-msgid "Search icons..."
-msgstr "Szukaj ikonek..."
-
-#: includes/fields/class-acf-field-icon_picker.php:53
-msgid "Media Library"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:49
-msgid "Dashicons"
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:26
-msgid "An interactive UI for selecting an icon. Select from Dashicons, the media library, or a standalone URL input."
-msgstr ""
-
-#: includes/fields/class-acf-field-icon_picker.php:23
-msgid "Icon Picker"
-msgstr "Wybór ikonki"
-
-#: includes/class-acf-site-health.php:637
-msgid "JSON Load Paths"
-msgstr ""
-
-#: includes/class-acf-site-health.php:631
-msgid "JSON Save Paths"
-msgstr ""
-
-#: includes/class-acf-site-health.php:616
-msgid "Shortcode Enabled"
-msgstr ""
-
-#: includes/class-acf-site-health.php:608
-msgid "Field Settings Tabs Enabled"
-msgstr ""
-
-#: includes/class-acf-site-health.php:600
-msgid "Field Type Modal Enabled"
-msgstr ""
-
-#: includes/class-acf-site-health.php:592
-msgid "Admin UI Enabled"
-msgstr ""
-
-#: includes/class-acf-site-health.php:584
-msgid "Block Preloading Enabled"
-msgstr ""
-
-#: includes/class-acf-site-health.php:567
-msgid "Blocks Per API Version"
-msgstr ""
-
-#: includes/class-acf-site-health.php:540
-msgid "Light"
-msgstr ""
-
-#: includes/class-acf-site-health.php:540
-msgid "Standard"
-msgstr ""
-
-#: includes/class-acf-site-health.php:539
-msgid "REST API Format"
-msgstr "Format REST API"
-
-#: includes/class-acf-site-health.php:532
-msgid "Registered Options Pages (PHP)"
-msgstr ""
-
-#: includes/class-acf-site-health.php:518
-msgid "Registered Options Pages (JSON)"
-msgstr ""
-
-#: includes/class-acf-site-health.php:513
-msgid "Registered Options Pages (UI)"
-msgstr ""
-
-#: includes/class-acf-site-health.php:483
-msgid "Options Pages UI Enabled"
-msgstr ""
-
-#: includes/class-acf-site-health.php:476
-msgid "Registered Taxonomies (JSON)"
-msgstr ""
-
-#: includes/class-acf-site-health.php:464
-msgid "Registered Taxonomies (UI)"
-msgstr ""
-
-#: includes/class-acf-site-health.php:452
-msgid "Registered Post Types (JSON)"
-msgstr ""
-
-#: includes/class-acf-site-health.php:440
-msgid "Registered Post Types (UI)"
-msgstr ""
-
-#: includes/class-acf-site-health.php:427
-msgid "Post Types and Taxonomies Enabled"
-msgstr ""
-
-#: includes/class-acf-site-health.php:420
-msgid "Number of Third Party Fields by Field Type"
-msgstr ""
-
-#: includes/class-acf-site-health.php:415
-msgid "Number of Fields by Field Type"
-msgstr ""
-
-#: includes/class-acf-site-health.php:382
-msgid "Field Groups Enabled for GraphQL"
-msgstr ""
-
-#: includes/class-acf-site-health.php:369
-msgid "Field Groups Enabled for REST API"
-msgstr ""
-
-#: includes/class-acf-site-health.php:357
-msgid "Registered Field Groups (JSON)"
-msgstr ""
-
-#: includes/class-acf-site-health.php:345
-msgid "Registered Field Groups (PHP)"
-msgstr ""
-
-#: includes/class-acf-site-health.php:333
-msgid "Registered Field Groups (UI)"
-msgstr ""
-
-#: includes/class-acf-site-health.php:321
-msgid "Active Plugins"
-msgstr "Wtyczki włączone"
-
-#: includes/class-acf-site-health.php:295
-msgid "Parent Theme"
-msgstr "Motyw nadrzędny"
-
-#: includes/class-acf-site-health.php:284
-msgid "Active Theme"
-msgstr "Włączony motyw"
-
-#: includes/class-acf-site-health.php:275
-msgid "Is Multisite"
-msgstr ""
-
-#: includes/class-acf-site-health.php:270
-msgid "MySQL Version"
-msgstr "Wersja MySQL"
-
-#: includes/class-acf-site-health.php:265
-msgid "WordPress Version"
-msgstr "Wersja WordPressa"
-
-#: includes/class-acf-site-health.php:260
-msgid "Plugin Version"
-msgstr "Wersja wtyczki"
-
-#: includes/assets.php:375
-msgid "An ACF Block on this page requires attention before you can save."
-msgstr ""
-
-#. translators: %s - The clear log button opening HTML tag. %s - The closing HTML tag.
-#: includes/admin/views/escaped-html-notice.php:63
-msgid "This data is logged as we detect values that have been changed during output. %1$sClear log and dismiss%2$s after escaping the values in your code. The notice will reappear if we detect changed values again."
-msgstr ""
-
-#: includes/admin/views/escaped-html-notice.php:25
-msgid "Dismiss permanently"
-msgstr "Odrzuć na zawsze"
-
-#: includes/admin/views/acf-field-group/field.php:207
-msgid "Instructions for content editors. Shown when submitting data."
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:143
-msgid "Has no term selected"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:142
-msgid "Has any term selected"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:141
-msgid "Terms do not contain"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:140
-msgid "Terms contain"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:139
-msgid "Term is not equal to"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:138
-msgid "Term is equal to"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:137
-msgid "Has no user selected"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:136
-msgid "Has any user selected"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:135
-msgid "Users do not contain"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:134
-msgid "Users contain"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:133
-msgid "User is not equal to"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:132
-msgid "User is equal to"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:131
-msgid "Has no page selected"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:130
-msgid "Has any page selected"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:129
-msgid "Pages do not contain"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:128
-msgid "Pages contain"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:127
-msgid "Page is not equal to"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:126
-msgid "Page is equal to"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:125
-msgid "Has no relationship selected"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:124
-msgid "Has any relationship selected"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:123
-msgid "Has no post selected"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:122
-msgid "Has any post selected"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:121
-msgid "Posts do not contain"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:120
-msgid "Posts contain"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:119
-msgid "Post is not equal to"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:118
-msgid "Post is equal to"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:117
-msgid "Relationships do not contain"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:116
-msgid "Relationships contain"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:115
-msgid "Relationship is not equal to"
-msgstr ""
-
-#: includes/admin/post-types/admin-field-group.php:114
-msgid "Relationship is equal to"
-msgstr ""
-
-#: includes/Blocks/Bindings.php:35
-msgctxt "The core ACF block binding source name for fields on the current page"
-msgid "ACF Fields"
-msgstr "Pola ACF"
-
-#: includes/api/api-template.php:385
-#: includes/api/api-template.php:439
-msgid "Returning escaped HTML values is only possible when format_value is also true. The field values have not been returned for security."
-msgstr ""
-
-#: includes/api/api-template.php:46
-#: includes/api/api-template.php:251
-#: includes/api/api-template.php:947
-msgid "Returning an escaped HTML value is only possible when format_value is also true. The field value has not been returned for security."
-msgstr ""
-
-#: includes/admin/views/escaped-html-notice.php:27
-msgid "Please contact your site administrator or developer for more details."
-msgstr ""
-
-#: includes/admin/views/escaped-html-notice.php:5
-msgid "Learn more"
-msgstr "Dowiedz się więcej"
-
-#: includes/admin/admin.php:64
-msgid "Hide details"
-msgstr "Ukryj szczegóły"
-
-#: includes/admin/admin.php:63
-#: includes/admin/views/escaped-html-notice.php:24
-msgid "Show details"
-msgstr "Pokaż szczegóły"
-
-#. translators: %1$s - The selector used %2$s The field name 3%$s The parent function name
-#: includes/admin/views/escaped-html-notice.php:49
-msgid "%1$s (%2$s) - rendered via %3$s"
-msgstr "%1$s (%2$s) - wyświetlane przez %3$s"
-
-#: includes/admin/views/acf-field-group/options.php:102
-msgid "'High' position not supported in the Block Editor"
-msgstr "Pozycja „Wysoka” nie jest obsługiwana w edytorze blokowym."
-
-#: pro/admin/views/acf-ui-options-page/list-empty.php:21
-msgid "Add Options Page"
-msgstr "Dodaj stronę opcji"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:708
-msgid "In the editor used as the placeholder of the title."
-msgstr "W edytorze, używane jako tekst zastępczy tytułu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:707
-msgid "Title Placeholder"
-msgstr "Placeholder (tekst zastępczy) tytułu"
-
-#. translators: %s - A singular label for a post type or taxonomy.
-#: includes/admin/views/global/form-top.php:59
-msgid "(Duplicated from %s)"
-msgstr "(zduplikowane z %s)"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:291
-msgid "Select Options Pages"
-msgstr "Wybierz strony opcji"
-
-#: includes/admin/post-types/admin-taxonomy.php:107
-msgid "Duplicate taxonomy"
-msgstr "Duplikuj taksonomię"
-
-#: includes/admin/post-types/admin-post-type.php:106
-#: includes/admin/post-types/admin-taxonomy.php:106
-msgid "Create taxonomy"
-msgstr "Utwórz taksonomię"
-
-#: includes/admin/post-types/admin-post-type.php:105
-msgid "Duplicate post type"
-msgstr "Duplikuj typ treści"
-
-#: includes/admin/post-types/admin-post-type.php:104
-#: includes/admin/post-types/admin-taxonomy.php:108
-msgid "Create post type"
-msgstr "Utwórz typ treści"
-
-#: includes/admin/post-types/admin-post-type.php:103
-#: includes/admin/post-types/admin-taxonomy.php:105
-msgid "Link field groups"
-msgstr "Powiąż grupy pól"
-
-#: includes/admin/post-types/admin-post-type.php:102
-#: includes/admin/post-types/admin-taxonomy.php:104
-msgid "Add fields"
-msgstr "Dodaj pola"
-
-#: includes/admin/post-types/admin-field-group.php:147
-msgid "This Field"
-msgstr "To pole"
-
-#. translators: %s - either "post type" or "taxonomy"
-#: includes/admin/admin-internal-post-type.php:313
-msgid "Add this %s to the location rules of the selected field groups."
-msgstr "Dodaj ten element (%s) do reguł lokalizacji wybranych grup pól."
-
-#: includes/acf-bidirectional-functions.php:249
-msgid "Select field(s) to store the reference back to the item being updated. You may select this field. Target fields must be compatible with where this field is being displayed. For example, if this field is displayed on a Taxonomy, your target field should be of type Taxonomy"
-msgstr "Wybierz pole(-a), gdzie zapisywać odwołanie do aktualizowanego elementu. Możesz wybrać to pole. Pola docelowe muszą być zgodne z miejscem wyświetlania tego pola. Przykładowo, jeśli to pole jest wyświetlane w terminie taksonomii, pole docelowe musi mieć rodzaj Taksonomia."
-
-#: includes/acf-bidirectional-functions.php:248
-msgid "Target Field"
-msgstr "Pole docelowe"
-
-#: includes/acf-bidirectional-functions.php:222
-msgid "Update a field on the selected values, referencing back to this ID"
-msgstr "Zaktualizuj pole w wybranych elementach, odwołując się do tego identyfikatora"
-
-#: includes/acf-bidirectional-functions.php:221
-msgid "Bidirectional"
-msgstr "Dwukierunkowe"
-
-#. translators: %s A field type name, such as "Relationship"
-#: includes/acf-bidirectional-functions.php:194
-msgid "%s Field"
-msgstr "Pole „%s”"
-
-#: includes/fields/class-acf-field-page_link.php:498
-#: includes/fields/class-acf-field-post_object.php:412
-#: includes/fields/class-acf-field-select.php:373
-#: includes/fields/class-acf-field-user.php:112
-msgid "Select Multiple"
-msgstr "Wielokrotny wybór"
-
-#: includes/admin/views/acf-taxonomy/basic-settings.php:58
-msgid "Lower case letters, underscores and dashes only, Max 32 characters."
-msgstr "Tylko małe litery, myślniki i podkreślniki. Maksymalnie 32 znaki."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1136
-msgid "The capability name for assigning terms of this taxonomy."
-msgstr "Nazwa uprawnienia do przypisywania terminów tej taksonomii."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1135
-msgid "Assign Terms Capability"
-msgstr "Uprawnienie do przypisywania terminów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1119
-msgid "The capability name for deleting terms of this taxonomy."
-msgstr "Nazwa uprawnienia do usuwania terminów tej taksonomii."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1118
-msgid "Delete Terms Capability"
-msgstr "Uprawnienie do usuwania terminów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1102
-msgid "The capability name for editing terms of this taxonomy."
-msgstr "Nazwa uprawnienia do edytowania terminów tej taksonomii."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1101
-msgid "Edit Terms Capability"
-msgstr "Uprawnienie do edytowania terminów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1085
-msgid "The capability name for managing terms of this taxonomy."
-msgstr "Nazwa uprawnienia do zarządzania terminami tej taksonomii."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1084
-msgid "Manage Terms Capability"
-msgstr "Uprawnienie do zarządzania terminami"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:914
-msgid "Sets whether posts should be excluded from search results and taxonomy archive pages."
-msgstr "Określa czy wpisy powinny być wykluczone z wyników wyszukiwania oraz stron archiwów taksonomii."
-
-#: includes/fields/class-acf-field-icon_picker.php:248
-msgid "Learn More"
-msgstr "Dowiedz się więcej"
-
-#. translators: %s - singular label of post type/taxonomy, i.e. "Movie"/"Genre"
-#: includes/admin/views/global/form-top.php:19
-msgid "%s fields"
-msgstr "Pola „%s”"
-
-#: includes/admin/post-types/admin-taxonomies.php:269
-msgid "No terms"
-msgstr "Brak terminów"
-
-#: includes/admin/post-types/admin-taxonomies.php:242
-msgid "No post types"
-msgstr "Brak typów treści"
-
-#: includes/admin/post-types/admin-post-types.php:265
-msgid "No posts"
-msgstr "Brak wpisów"
-
-#: includes/admin/post-types/admin-post-types.php:239
-msgid "No taxonomies"
-msgstr "Brak taksonomii"
-
-#: includes/admin/post-types/admin-post-types.php:184
-#: includes/admin/post-types/admin-taxonomies.php:184
-msgid "No field groups"
-msgstr "Brak grup pól"
-
-#: includes/admin/post-types/admin-field-groups.php:256
-msgid "No fields"
-msgstr "Brak pól"
-
-#: includes/admin/post-types/admin-field-groups.php:129
-#: includes/admin/post-types/admin-post-types.php:148
-#: includes/admin/post-types/admin-taxonomies.php:148
-#: pro/admin/post-types/admin-ui-options-pages.php:152
-msgid "No description"
-msgstr "Brak opisu"
-
-#: includes/fields/class-acf-field-page_link.php:465
-#: includes/fields/class-acf-field-post_object.php:375
-#: includes/fields/class-acf-field-relationship.php:574
-msgid "Any post status"
-msgstr "Dowolny status wpisu"
-
-#: includes/post-types/class-acf-taxonomy.php:288
-msgid "This taxonomy key is already in use by another taxonomy registered outside of ACF and cannot be used."
-msgstr "Ten klucz taksonomii jest już używany przez inną taksonomię zarejestrowaną poza ACF-em i nie może zostać użyty."
-
-#: includes/post-types/class-acf-taxonomy.php:284
-msgid "This taxonomy key is already in use by another taxonomy in ACF and cannot be used."
-msgstr "Ten klucz taksonomii jest już używany przez inną taksonomię w ACF-ie i nie może zostać użyty."
-
-#: includes/post-types/class-acf-taxonomy.php:256
-msgid "The taxonomy key must only contain lower case alphanumeric characters, underscores or dashes."
-msgstr "Klucz taksonomii może zawierać wyłącznie małe litery, cyfry, myślniki i podkreślniki."
-
-#: includes/post-types/class-acf-taxonomy.php:251
-msgid "The taxonomy key must be under 32 characters."
-msgstr "Klucz taksonomii musi mieć mniej niż 32 znaków."
-
-#: includes/post-types/class-acf-taxonomy.php:99
-msgid "No Taxonomies found in Trash"
-msgstr "Nie znaleziono żadnych taksonomii w koszu"
-
-#: includes/post-types/class-acf-taxonomy.php:98
-msgid "No Taxonomies found"
-msgstr "Nie znaleziono żadnych taksonomii"
-
-#: includes/post-types/class-acf-taxonomy.php:97
-msgid "Search Taxonomies"
-msgstr "Szukaj taksonomii"
-
-#: includes/post-types/class-acf-taxonomy.php:96
-msgid "View Taxonomy"
-msgstr "Zobacz taksonomię"
-
-#: includes/post-types/class-acf-taxonomy.php:95
-msgid "New Taxonomy"
-msgstr "Nowa taksonomia"
-
-#: includes/post-types/class-acf-taxonomy.php:94
-msgid "Edit Taxonomy"
-msgstr "Edytuj taksonomię"
-
-#: includes/post-types/class-acf-taxonomy.php:93
-msgid "Add New Taxonomy"
-msgstr "Utwórz taksonomię"
-
-#: includes/post-types/class-acf-post-type.php:101
-msgid "No Post Types found in Trash"
-msgstr "Nie znaleziono żadnych typów treści w koszu"
-
-#: includes/post-types/class-acf-post-type.php:100
-msgid "No Post Types found"
-msgstr "Nie znaleziono żadnych typów treści"
-
-#: includes/post-types/class-acf-post-type.php:99
-msgid "Search Post Types"
-msgstr "Szukaj typów treści"
-
-#: includes/post-types/class-acf-post-type.php:98
-msgid "View Post Type"
-msgstr "Zobacz typ treści"
-
-#: includes/post-types/class-acf-post-type.php:97
-msgid "New Post Type"
-msgstr "Nowy typ treści"
-
-#: includes/post-types/class-acf-post-type.php:96
-msgid "Edit Post Type"
-msgstr "Edytuj typ treści"
-
-#: includes/post-types/class-acf-post-type.php:95
-msgid "Add New Post Type"
-msgstr "Utwórz typ treści"
-
-#: includes/post-types/class-acf-post-type.php:367
-msgid "This post type key is already in use by another post type registered outside of ACF and cannot be used."
-msgstr "Ten klucz typu treści jest już używany przez inny typ treści zarejestrowany poza ACF-em i nie może zostać użyty."
-
-#: includes/post-types/class-acf-post-type.php:362
-msgid "This post type key is already in use by another post type in ACF and cannot be used."
-msgstr "Ten klucz typu treści jest już używany przez inny typ treści w ACF-ie i nie może zostać użyty."
-
-#. translators: %s a link to WordPress.org's Reserved Terms page
-#: includes/post-types/class-acf-post-type.php:340
-#: includes/post-types/class-acf-taxonomy.php:262
-msgid "This field must not be a WordPress reserved term."
-msgstr "Pole nie może być terminem zastrzeżonym przez WordPressa."
-
-#: includes/post-types/class-acf-post-type.php:334
-msgid "The post type key must only contain lower case alphanumeric characters, underscores or dashes."
-msgstr "Klucz typu treści może zawierać wyłącznie małe litery, cyfry, myślniki i podkreślniki."
-
-#: includes/post-types/class-acf-post-type.php:329
-msgid "The post type key must be under 20 characters."
-msgstr "Klucz typu treści musi mieć mniej niż 20 znaków."
-
-#: includes/fields/class-acf-field-wysiwyg.php:24
-#: pro/fields/class-acf-field-flexible-content.php:25
-#, fuzzy
-msgid "We do not recommend using this field in ACF Blocks."
-msgstr ""
-"Nie zalecamy używania tego pola w blokach ACF."
-
-#: includes/fields/class-acf-field-wysiwyg.php:24
-msgid "Displays the WordPress WYSIWYG editor as seen in Posts and Pages allowing for a rich text-editing experience that also allows for multimedia content."
-msgstr "Wyświetla edytor WYSIWYG WordPressa, taki jak we wpisach czy stronach, który pozwala na formatowanie tekstu oraz użycie treści multimedialnych."
-
-#: includes/fields/class-acf-field-wysiwyg.php:22
-msgid "WYSIWYG Editor"
-msgstr "Edytor WYSIWYG"
-
-#: includes/fields/class-acf-field-user.php:18
-msgid "Allows the selection of one or more users which can be used to create relationships between data objects."
-msgstr "Pozwala na wybór jednego lub kliku użytkowników do tworzenia relacji między obiektami danych."
-
-#: includes/fields/class-acf-field-url.php:20
-msgid "A text input specifically designed for storing web addresses."
-msgstr "Pole tekstowe przeznaczone do przechowywania adresów URL."
-
-#: includes/fields/class-acf-field-icon_picker.php:56
-#: includes/fields/class-acf-field-url.php:19
-msgid "URL"
-msgstr "Adres URL"
-
-#: includes/fields/class-acf-field-true_false.php:24
-msgid "A toggle that allows you to pick a value of 1 or 0 (on or off, true or false, etc). Can be presented as a stylized switch or checkbox."
-msgstr "Przełącznik pozwalający na wybranie wartości 1 lub 0 (włączone lub wyłączone, prawda lub fałsz, itp.). Może być wyświetlany jako ostylowany przełącznik lub pole zaznaczenia."
-
-#: includes/fields/class-acf-field-time_picker.php:24
-msgid "An interactive UI for picking a time. The time format can be customized using the field settings."
-msgstr "Interaktywny interfejs użytkownika do wybierania godziny. Zwracany format czasu można dostosować przy użyciu ustawień pola."
-
-#: includes/fields/class-acf-field-textarea.php:24
-msgid "A basic textarea input for storing paragraphs of text."
-msgstr "Prosty obszar tekstowy do przechowywania akapitów tekstu."
-
-#: includes/fields/class-acf-field-text.php:24
-msgid "A basic text input, useful for storing single string values."
-msgstr "Proste pole tekstowe, przydatne do przechowywania wartości pojedynczych ciągów."
-
-#: includes/fields/class-acf-field-taxonomy.php:23
-msgid "Allows the selection of one or more taxonomy terms based on the criteria and options specified in the fields settings."
-msgstr "Pozwala na wybór jednego lub kliku terminów taksonomii w oparciu o kryteria i opcje określone w ustawieniach pola."
-
-#: includes/fields/class-acf-field-tab.php:25
-msgid "Allows you to group fields into tabbed sections in the edit screen. Useful for keeping fields organized and structured."
-msgstr "Pozwala na grupowanie pól w zakładkach na ekranie edycji. Przydatne do utrzymywania porządku i struktury pól."
-
-#: includes/fields/class-acf-field-select.php:25
-msgid "A dropdown list with a selection of choices that you specify."
-msgstr "Lista rozwijana z wyborem określonych opcji."
-
-#: includes/fields/class-acf-field-relationship.php:20
-msgid "A dual-column interface to select one or more posts, pages, or custom post type items to create a relationship with the item that you're currently editing. Includes options to search and filter."
-msgstr "Interfejs dwukolumnowy do wybierania jednego lub kilku wpisów, stron lub elementów własnych typów treści, aby stworzyć relację z obecnie edytowanym elementem. Posiada wyszukiwarkę i filtrowanie."
-
-#: includes/fields/class-acf-field-range.php:23
-msgid "An input for selecting a numerical value within a specified range using a range slider element."
-msgstr "Pole do wybierania wartości liczbowej z określonego zakresu za pomocą suwaka."
-
-#: includes/fields/class-acf-field-radio.php:24
-msgid "A group of radio button inputs that allows the user to make a single selection from values that you specify."
-msgstr "Grupa pól wyboru pozwalająca użytkownikowi na wybór jednej spośród określonych wartości."
-
-#: includes/fields/class-acf-field-post_object.php:18
-msgid "An interactive and customizable UI for picking one or many posts, pages or post type items with the option to search. "
-msgstr "Interaktywny i konfigurowalny interfejs użytkownika do wybierania jednego lub kilku wpisów, stron, elementów typów treści. Posiada wyszukiwarkę. "
-
-#: includes/fields/class-acf-field-password.php:23
-msgid "An input for providing a password using a masked field."
-msgstr "Maskowane pole do wpisywania hasła."
-
-#: includes/fields/class-acf-field-page_link.php:457
-#: includes/fields/class-acf-field-post_object.php:367
-#: includes/fields/class-acf-field-relationship.php:566
-msgid "Filter by Post Status"
-msgstr "Filtruj wg statusu wpisu"
-
-#: includes/fields/class-acf-field-page_link.php:24
-msgid "An interactive dropdown to select one or more posts, pages, custom post type items or archive URLs, with the option to search."
-msgstr "Interaktywna lista rozwijana do wybierania jednego lub kilku wpisów, stron, elementów własnych typów treści lub adresów URL archiwów. Posiada wyszukiwarkę."
-
-#: includes/fields/class-acf-field-oembed.php:24
-msgid "An interactive component for embedding videos, images, tweets, audio and other content by making use of the native WordPress oEmbed functionality."
-msgstr "Interaktywny element do osadzania filmów, obrazków, tweetów, audio i innych treści przy użyciu natywnej funkcji oEmbed WordPressa."
-
-#: includes/fields/class-acf-field-number.php:24
-msgid "An input limited to numerical values."
-msgstr "Pole ograniczone do wartości liczbowych."
-
-#: includes/fields/class-acf-field-message.php:25
-msgid "Used to display a message to editors alongside other fields. Useful for providing additional context or instructions around your fields."
-msgstr "Używane do wyświetlania wiadomości dla redaktorów obok innych pól. Przydatne do przekazywania dodatkowego kontekstu lub instrukcji dotyczących pól."
-
-#: includes/fields/class-acf-field-link.php:24
-msgid "Allows you to specify a link and its properties such as title and target using the WordPress native link picker."
-msgstr "Pozwala na określenie odnośnika i jego właściwości, takich jak tytuł czy cel, przy użyciu natywnego wyboru odnośników WordPressa."
-
-#: includes/fields/class-acf-field-image.php:24
-msgid "Uses the native WordPress media picker to upload, or choose images."
-msgstr "Używa natywnego wyboru mediów WordPressa do przesyłania lub wyboru obrazków."
-
-#: includes/fields/class-acf-field-group.php:24
-msgid "Provides a way to structure fields into groups to better organize the data and the edit screen."
-msgstr "Zapewnia sposób na uporządkowanie pól w grupy w celu lepszej organizacji danych i ekranu edycji."
-
-#: includes/fields/class-acf-field-google-map.php:24
-msgid "An interactive UI for selecting a location using Google Maps. Requires a Google Maps API key and additional configuration to display correctly."
-msgstr "Interaktywny interfejs użytkownika do wybierania lokalizacji przy użyciu Map Google. Do poprawnego wyświetlania wymagany jest klucz API Google Maps oraz dodatkowa konfiguracja."
-
-#: includes/fields/class-acf-field-file.php:25
-msgid "Uses the native WordPress media picker to upload, or choose files."
-msgstr "Używa natywnego wyboru mediów WordPressa do przesyłania lub wyboru plików."
-
-#: includes/fields/class-acf-field-email.php:24
-msgid "A text input specifically designed for storing email addresses."
-msgstr "Pole tekstowe przeznaczone do przechowywania adresów e-mail."
-
-#: includes/fields/class-acf-field-date_time_picker.php:24
-msgid "An interactive UI for picking a date and time. The date return format can be customized using the field settings."
-msgstr "Interaktywny interfejs użytkownika do wybierania daty i godziny. Zwracany format daty można dostosować przy użyciu ustawień pola."
-
-#: includes/fields/class-acf-field-date_picker.php:24
-msgid "An interactive UI for picking a date. The date return format can be customized using the field settings."
-msgstr "Interaktywny interfejs użytkownika do wybierania daty. Zwracany format daty można dostosować przy użyciu ustawień pola."
-
-#: includes/fields/class-acf-field-color_picker.php:24
-msgid "An interactive UI for selecting a color, or specifying a Hex value."
-msgstr "Interaktywny interfejs użytkownika do wybierania koloru lub określenia wartości Hex."
-
-#: includes/fields/class-acf-field-checkbox.php:24
-msgid "A group of checkbox inputs that allow the user to select one, or multiple values that you specify."
-msgstr "Grupa pól zaznaczenia, która pozwala użytkownikowi na wybranie jednej lub kilku określonych wartości."
-
-#: includes/fields/class-acf-field-button-group.php:25
-msgid "A group of buttons with values that you specify, users can choose one option from the values provided."
-msgstr "Grupa przycisków z określonymi wartościami, z których użytkownik może wybrać jedną opcję."
-
-#: includes/fields/class-acf-field-accordion.php:26
-msgid "Allows you to group and organize custom fields into collapsable panels that are shown while editing content. Useful for keeping large datasets tidy."
-msgstr "Pozwala na grupowanie i organizowanie własnych pól w zwijanych panelach wyświetlanych podczas edytowania treści. Przydatne do utrzymywania porządku przy dużej ilości danych."
-
-#: includes/fields.php:449
-msgid "This provides a solution for repeating content such as slides, team members, and call-to-action tiles, by acting as a parent to a set of subfields which can be repeated again and again."
-msgstr "Zapewnie rozwiązanie dla powtarzalnych treści, takich jak slajdy, członkowie zespołu, czy kafelki. Działa jak element nadrzędny dla zestawu podpól, który może być powtarzany wiele razy."
-
-#: includes/fields.php:439
-msgid "This provides an interactive interface for managing a collection of attachments. Most settings are similar to the Image field type. Additional settings allow you to specify where new attachments are added in the gallery and the minimum/maximum number of attachments allowed."
-msgstr "Zapewnia interaktywny interfejs do zarządzania zbiorem załączników. Większość opcji jest podobna do rodzaju pola Obrazek. Dodatkowe opcje pozwalają na określenie miejsca w galerii w którym nowe załączniki są dodawane oraz minimalną i maksymalną liczbę dozwolonych załączników."
-
-#: includes/fields.php:429
-msgid "This provides a simple, structured, layout-based editor. The Flexible Content field allows you to define, create and manage content with total control by using layouts and subfields to design the available blocks."
-msgstr "Zapewnia prosty, uporządkowany edytor oparty na układach. Pole elastycznej treści pozwala na pełną kontrolę nad definiowaniem, tworzeniem i zarządzaniem treścią przy użyciu układów i podpól w celu zaprojektowania dostępnych bloków."
-
-#: includes/fields.php:419
-msgid "This allows you to select and display existing fields. It does not duplicate any fields in the database, but loads and displays the selected fields at run-time. The Clone field can either replace itself with the selected fields or display the selected fields as a group of subfields."
-msgstr "Pozwala na wybór i wyświetlanie istniejących pól. Zamiast powielania pól w bazie danych, wczytuje i wyświetla wybrane pola w trakcie wykonywania kodu strony. Pole klona może być zastąpione przez wybrane pola lub wyświetlać wybrane pola jak grupa podpól."
-
-#: includes/fields.php:416
-#: pro/fields/class-acf-field-clone.php:23
-msgctxt "noun"
-msgid "Clone"
-msgstr "Klon"
-
-#: includes/fields.php:331
-msgid "PRO"
-msgstr "PRO"
-
-#: includes/fields.php:329
-#: includes/fields.php:386
-msgid "Advanced"
-msgstr "Zaawansowane"
-
-#: includes/ajax/class-acf-ajax-local-json-diff.php:92
-msgid "JSON (newer)"
-msgstr "JSON (nowszy)"
-
-#: includes/ajax/class-acf-ajax-local-json-diff.php:88
-msgid "Original"
-msgstr "Oryginalny"
-
-#: includes/ajax/class-acf-ajax-local-json-diff.php:61
-msgid "Invalid post ID."
-msgstr "Nieprawidłowy identyfikator wpisu."
-
-#: includes/ajax/class-acf-ajax-local-json-diff.php:53
-msgid "Invalid post type selected for review."
-msgstr "Wybrano nieprawidłowy typ treści do porównania."
-
-#: includes/admin/views/global/navigation.php:149
-msgid "More"
-msgstr "Więcej"
-
-#: includes/admin/views/browse-fields-modal.php:64
-msgid "Select Field"
-msgstr "Wybierz pole"
-
-#. translators: %s: A link to the popular fields used in ACF
-#: includes/admin/views/browse-fields-modal.php:51
-msgid "Try a different search term or browse %s"
-msgstr "Spróbuj innej frazy lub przejrzyj %s"
-
-#: includes/admin/views/browse-fields-modal.php:48
-msgid "Popular fields"
-msgstr "Popularne pola"
-
-#. translators: %s: The invalid search term
-#: includes/admin/views/browse-fields-modal.php:41
-#: includes/fields/class-acf-field-icon_picker.php:155
-msgid "No search results for '%s'"
-msgstr "Brak wyników wyszukiwania dla „%s”"
-
-#: includes/admin/views/browse-fields-modal.php:14
-msgid "Search fields..."
-msgstr "Szukaj pól…"
-
-#: includes/admin/views/browse-fields-modal.php:12
-msgid "Select Field Type"
-msgstr "Wybierz rodzaj pola"
-
-#: includes/admin/views/browse-fields-modal.php:4
-msgid "Popular"
-msgstr "Popularne"
-
-#: includes/admin/views/acf-taxonomy/list-empty.php:15
-msgid "Add Taxonomy"
-msgstr "Dodaj taksonomię"
-
-#: includes/admin/views/acf-taxonomy/list-empty.php:14
-msgid "Create custom taxonomies to classify post type content"
-msgstr "Twórz własne taksonomie, aby klasyfikować typy treści"
-
-#: includes/admin/views/acf-taxonomy/list-empty.php:13
-msgid "Add Your First Taxonomy"
-msgstr "Dodaj swoją pierwszą taksonomię"
-
-#: includes/admin/views/acf-taxonomy/basic-settings.php:122
-msgid "Hierarchical taxonomies can have descendants (like categories)."
-msgstr "Hierarchiczne taksonomie mogą posiadać elementy potomne (jak kategorie)."
-
-#: includes/admin/views/acf-taxonomy/basic-settings.php:107
-msgid "Makes a taxonomy visible on the frontend and in the admin dashboard."
-msgstr "Powoduje, że taksonomia jest widoczna w witrynie oraz w kokpicie administratora."
-
-#: includes/admin/views/acf-taxonomy/basic-settings.php:91
-msgid "One or many post types that can be classified with this taxonomy."
-msgstr "Jeden lub klika typów wpisów, które będą klasyfikowane za pomocą tej taksonomii."
-
-#. translators: example taxonomy
-#: includes/admin/views/acf-taxonomy/basic-settings.php:60
-msgid "genre"
-msgstr "gatunek"
-
-#. translators: example taxonomy
-#: includes/admin/views/acf-taxonomy/basic-settings.php:42
-msgid "Genre"
-msgstr "Gatunek"
-
-#. translators: example taxonomy
-#: includes/admin/views/acf-taxonomy/basic-settings.php:25
-msgid "Genres"
-msgstr "Gatunki"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1211
-msgid "Optional custom controller to use instead of `WP_REST_Terms_Controller `."
-msgstr "Opcjonalny własny kontroler do użycia zamiast `WP_REST_Terms_Controller`."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1155
-msgid "Expose this post type in the REST API."
-msgstr "Pokaż ten typ treści w REST API."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1055
-msgid "Customize the query variable name"
-msgstr "Dostosuj nazwę zmiennej zapytania"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1028
-msgid "Terms can be accessed using the non-pretty permalink, e.g., {query_var}={term_slug}."
-msgstr "Terminy są dostępne za pomocą nieprzyjaznych bezpośrednich odnośników, np. {zmienna_zapytania}={uproszczona_nazwa_terminu}."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:981
-msgid "Parent-child terms in URLs for hierarchical taxonomies."
-msgstr "Terminy nadrzędne i potomne w adresach URL dla hierarchicznych taksonomii."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:941
-msgid "Customize the slug used in the URL"
-msgstr "Dostosuj uproszczoną nazwę używaną w adresie URL"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:924
-msgid "Permalinks for this taxonomy are disabled."
-msgstr "Bezpośrednie odnośniki tej taksonomii są wyłączone."
-
-#. translators: this string will be appended with the new permalink structure.
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:921
-msgid "Rewrite the URL using the taxonomy key as the slug. Your permalink structure will be"
-msgstr "Przepisuj adres URL używając klucza taksonomii jako uproszczonej nazwy. Struktura bezpośrednich odnośników będzie następująca"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:913
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1030
-#: includes/admin/views/acf-taxonomy/basic-settings.php:57
-msgid "Taxonomy Key"
-msgstr "Klucz taksonomii"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:911
-msgid "Select the type of permalink to use for this taxonomy."
-msgstr "Wybierz rodzaj bezpośredniego odnośnika używanego dla tego taksonomii."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:896
-msgid "Display a column for the taxonomy on post type listing screens."
-msgstr "Wyświetl kolumnę taksonomii na ekranach list typów treści."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:895
-msgid "Show Admin Column"
-msgstr "Pokaż kolumnę administratora"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:882
-msgid "Show the taxonomy in the quick/bulk edit panel."
-msgstr "Pokaż taksonomię w panelu szybkiej/masowej edycji."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:881
-msgid "Quick Edit"
-msgstr "Szybka edycja"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:868
-msgid "List the taxonomy in the Tag Cloud Widget controls."
-msgstr "Pokaż taksonomię w ustawieniach widżetu Chmury tagów."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:867
-msgid "Tag Cloud"
-msgstr "Chmura tagów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:824
-msgid "A PHP function name to be called for sanitizing taxonomy data saved from a meta box."
-msgstr "Nazwa funkcji PHP, która będzie wzywana do oczyszczania danych taksonomii z metaboksa."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:823
-msgid "Meta Box Sanitization Callback"
-msgstr "Funkcja zwrotna oczyszczania metaboksa"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:804
-msgid "Register Meta Box Callback"
-msgstr "Funkcja zwrotna rejestrowania metaboksa"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:763
-msgid "No Meta Box"
-msgstr "Brak metaboksa"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:762
-msgid "Custom Meta Box"
-msgstr "Własny metaboks"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:758
-msgid "Controls the meta box on the content editor screen. By default, the Categories meta box is shown for hierarchical taxonomies, and the Tags meta box is shown for non-hierarchical taxonomies."
-msgstr "Kontroluje metaboks na ekranie edytora treści. Domyślnie metaboks Kategorii jest wyświetlany dla hierarchicznych taksonomii, a metaboks Tagów dla taksonomii niehierarchicznych."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:757
-msgid "Meta Box"
-msgstr "Metaboks"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:746
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:767
-msgid "Categories Meta Box"
-msgstr "Metaboks kategorii"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:745
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:766
-msgid "Tags Meta Box"
-msgstr "Metaboks tagów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:704
-msgid "A link to a tag"
-msgstr "Dodaj odnośnik do tagu"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:703
-msgid "Describes a navigation link block variation used in the block editor."
-msgstr "Opisuje wersję bloku odnośnika używanego w edytorze blokowym."
-
-#. translators: %s Singular form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:698
-msgid "A link to a %s"
-msgstr "Odnośnik do „%s”"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:683
-msgid "Tag Link"
-msgstr "Odnośnik tagu"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:682
-msgid "Assigns a title for navigation link block variation used in the block editor."
-msgstr "Przypisuje tytuł wersji bloku odnośnika używanego w edytorze blokowym."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:663
-msgid "← Go to tags"
-msgstr "← Przejdź do tagów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:662
-msgid "Assigns the text used to link back to the main index after updating a term."
-msgstr "Przypisuje tekst używany w odnośniku powrotu do głównego indeksu po zaktualizowaniu terminu."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:661
-msgid "Back To Items"
-msgstr "Powrót do elementów"
-
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:657
-msgid "← Go to %s"
-msgstr "← Przejdź do „%s”"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:642
-msgid "Tags list"
-msgstr "Lista tagów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:641
-msgid "Assigns text to the table hidden heading."
-msgstr "Przypisuje tekst do ukrytego nagłówka tabeli."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:622
-msgid "Tags list navigation"
-msgstr "Nawigacja listy tagów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:621
-msgid "Assigns text to the table pagination hidden heading."
-msgstr "Przypisuje tekst do ukrytego nagłówka stronicowania tabeli."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:597
-msgid "Filter by category"
-msgstr "Filtruj wg kategorii"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:596
-msgid "Assigns text to the filter button in the posts lists table."
-msgstr "Przypisuje tekst do przycisku filtrowania w tabeli listy wpisów."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:595
-msgid "Filter By Item"
-msgstr "Filtruj wg elementu"
-
-#. translators: %s Singular form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:591
-msgid "Filter by %s"
-msgstr "Filtruj wg „%s”"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:575
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:576
-msgid "The description is not prominent by default; however, some themes may show it."
-msgstr "Opis zwykle nie jest eksponowany, jednak niektóre motywy mogą go wyświetlać."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:574
-msgid "Describes the Description field on the Edit Tags screen."
-msgstr "Opisuje pole opisu na ekranie edycji tagów."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:573
-msgid "Description Field Description"
-msgstr "Opis pola opisu"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:554
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:555
-msgid "Assign a parent term to create a hierarchy. The term Jazz, for example, would be the parent of Bebop and Big Band"
-msgstr "Przypisz pojęcie nadrzędne, aby utworzyć hierarchię. Na przykład pojęcie Jazz byłoby rodzicem dla Bebop i Big Band"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:553
-msgid "Describes the Parent field on the Edit Tags screen."
-msgstr "Opisuje pole elementu nadrzędnego na ekranie edycji tagów."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:552
-msgid "Parent Field Description"
-msgstr "Opis pola nadrzędnego"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:538
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:539
-msgid "The \"slug\" is the URL-friendly version of the name. It is usually all lower case and contains only letters, numbers, and hyphens."
-msgstr "„Uproszczona nazwa” jest przyjazną dla adresu URL wersją nazwy. Zwykle składa się wyłącznie z małych liter, cyfr i myślników."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:537
-msgid "Describes the Slug field on the Edit Tags screen."
-msgstr "Opisuje pole uproszczonej nazwy na ekranie edycji tagów."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:536
-msgid "Slug Field Description"
-msgstr "Opis pola uproszczonej nazwy"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:522
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:523
-msgid "The name is how it appears on your site"
-msgstr "Nazwa jak pojawia się w witrynie"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:521
-msgid "Describes the Name field on the Edit Tags screen."
-msgstr "Opisuje pole nazwy na ekranie edycji tagów."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:520
-msgid "Name Field Description"
-msgstr "Opis pola nazwy"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:507
-msgid "No tags"
-msgstr "Brak tagów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:506
-msgid "Assigns the text displayed in the posts and media list tables when no tags or categories are available."
-msgstr "Przypisuje tekst wyświetlany w tabelach list wpisów i mediów gdy nie ma żadnych tagów, ani kategorii."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:505
-msgid "No Terms"
-msgstr "Brak terminów"
-
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:501
-msgid "No %s"
-msgstr "Brak „%s”"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:486
-msgid "No tags found"
-msgstr "Nie znaleziono żadnych tagów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:485
-msgid "Assigns the text displayed when clicking the 'choose from most used' text in the taxonomy meta box when no tags are available, and assigns the text used in the terms list table when there are no items for a taxonomy."
-msgstr "Przypisuje tekst wyświetlany po kliknięciu „Wybierz z najczęściej używanych” w metaboksie taksonomii gdy nie ma żadnych tagów, ani kategorii oraz tekst używany w tabeli listy terminów gdy nie ma elementów z tej taksonomii."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:484
-msgid "Not Found"
-msgstr "Nie znaleziono"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:463
-msgid "Assigns text to the Title field of the Most Used tab."
-msgstr "Przypisuje tekst do pola Tytuł zakładki najczęściej używanych."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:462
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:464
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:465
-msgid "Most Used"
-msgstr "Najczęściej używane"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:444
-msgid "Choose from the most used tags"
-msgstr "Wybierz z najczęściej używanych tagów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:443
-msgid "Assigns the 'choose from most used' text used in the meta box when JavaScript is disabled. Only used on non-hierarchical taxonomies."
-msgstr "Przypisuje tekst „Wybierz z najczęściej używanych” w metaboksie, gdy JavaScript jest wyłączony. Używane tylko w taksonomiach niehierarchicznych."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:442
-msgid "Choose From Most Used"
-msgstr "Wybierz z najczęściej używanych"
-
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:438
-msgid "Choose from the most used %s"
-msgstr "Wybierz z najczęściej używanych „%s”"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:418
-msgid "Add or remove tags"
-msgstr "Dodaj lub usuń tagi"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:417
-msgid "Assigns the add or remove items text used in the meta box when JavaScript is disabled. Only used on non-hierarchical taxonomies"
-msgstr "Przypisuje tekst dot. dodawania lub usuwania elementów w metaboksie, gdy JavaScript jest wyłączony. Używane tylko w taksonomiach niehierarchicznych"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:416
-msgid "Add Or Remove Items"
-msgstr "Dodaj lub usuń elementy"
-
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:412
-msgid "Add or remove %s"
-msgstr "Dodaj lub usuń %s"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:392
-msgid "Separate tags with commas"
-msgstr "Oddziel tagi przecinkami"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:391
-msgid "Assigns the separate item with commas text used in the taxonomy meta box. Only used on non-hierarchical taxonomies."
-msgstr "Przypisuje tekst dot. oddzielania elementów przecinkami w metaboksie taksonomii. Używane tylko w taksonomiach niehierarchicznych."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:390
-msgid "Separate Items With Commas"
-msgstr "Oddziel elementy przecinkami"
-
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:386
-msgid "Separate %s with commas"
-msgstr "Oddziel %s przecinkami"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:366
-msgid "Popular Tags"
-msgstr "Popularne tagi"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:365
-msgid "Assigns popular items text. Only used for non-hierarchical taxonomies."
-msgstr "Przypisuje tekst popularnych elementów. Używane tylko w taksonomiach niehierarchicznych."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:364
-msgid "Popular Items"
-msgstr "Popularne elementy"
-
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:361
-msgid "Popular %s"
-msgstr "Popularne %s"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:347
-msgid "Search Tags"
-msgstr "Szukaj tagów"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:346
-msgid "Assigns search items text."
-msgstr "Przypisuje tekst wyszukiwania elementów."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:323
-msgid "Parent Category:"
-msgstr "Kategoria nadrzędna:"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:322
-msgid "Assigns parent item text, but with a colon (:) added to the end."
-msgstr "Przypisuje tekst elementu nadrzędnego, ale z dodanym na końcu dwukropkiem (:)."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:321
-msgid "Parent Item With Colon"
-msgstr "Element nadrzędny z dwukropkiem"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:298
-msgid "Parent Category"
-msgstr "Kategoria nadrzędna"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:297
-msgid "Assigns parent item text. Only used on hierarchical taxonomies."
-msgstr "Przypisuje tekst elementu nadrzędnego. Używane tylko w taksonomiach hierarchicznych."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:296
-msgid "Parent Item"
-msgstr "Element nadrzędny"
-
-#. translators: %s Singular form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:293
-msgid "Parent %s"
-msgstr "Element nadrzędny „%s”"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:278
-msgid "New Tag Name"
-msgstr "Nazwa nowego tagu"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:277
-msgid "Assigns the new item name text."
-msgstr "Przypisuje tekst nazwy nowego elementu."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:276
-msgid "New Item Name"
-msgstr "Nazwa nowego elementu"
-
-#. translators: %s Singular form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:273
-msgid "New %s Name"
-msgstr "Nazwa nowego „%s”"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:258
-msgid "Add New Tag"
-msgstr "Utwórz tag"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:257
-msgid "Assigns the add new item text."
-msgstr "Przypisuje tekst dodania nowego elementu."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:238
-msgid "Update Tag"
-msgstr "Aktualizuj tag"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:237
-msgid "Assigns the update item text."
-msgstr "Przypisuje tekst zaktualizowania elementu."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:236
-msgid "Update Item"
-msgstr "Aktualizuj element"
-
-#. translators: %s Singular form of taxonomy name
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:233
-msgid "Update %s"
-msgstr "Aktualizuj „%s”"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:218
-msgid "View Tag"
-msgstr "Zobacz tag"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:217
-msgid "In the admin bar to view term during editing."
-msgstr "Na pasku administratora do zobaczenia terminu podczas edycji."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:198
-msgid "Edit Tag"
-msgstr "Edytuj tag"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:197
-msgid "At the top of the editor screen when editing a term."
-msgstr "Na górze ekranu edycji podczas edytowania terminu."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:178
-msgid "All Tags"
-msgstr "Wszystkie tagi"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:177
-msgid "Assigns the all items text."
-msgstr "Przypisuje tekst wszystkich elementów."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:158
-msgid "Assigns the menu name text."
-msgstr "Przypisuje tekst nazwy menu."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:157
-msgid "Menu Label"
-msgstr "Etykieta menu"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:131
-msgid "Active taxonomies are enabled and registered with WordPress."
-msgstr "Włączone taksonomie są uruchamiane i rejestrowane razem z WordPressem."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:115
-msgid "A descriptive summary of the taxonomy."
-msgstr "Podsumowanie opisujące taksonomię."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:95
-msgid "A descriptive summary of the term."
-msgstr "Podsumowanie opisujące termin."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:94
-msgid "Term Description"
-msgstr "Opis terminu"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:76
-msgid "Single word, no spaces. Underscores and dashes allowed."
-msgstr "Pojedyncze słowo, bez spacji. Dozwolone są myślniki i podkreślniki."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:75
-msgid "Term Slug"
-msgstr "Uproszczona nazwa terminu"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:56
-msgid "The name of the default term."
-msgstr "Nazwa domyślnego terminu."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:55
-msgid "Term Name"
-msgstr "Nazwa terminu"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:41
-msgid "Create a term for the taxonomy that cannot be deleted. It will not be selected for posts by default."
-msgstr "Utwórz termin taksonomii, którego nie będzie można usunąć. Nie będzie on domyślnie wybrany dla wpisów."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:40
-msgid "Default Term"
-msgstr "Domyślny termin"
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:28
-msgid "Whether terms in this taxonomy should be sorted in the order they are provided to `wp_set_object_terms()`."
-msgstr "Czy terminy tej taksonomii powinny być posortowane w kolejności, w jakiej są przekazywane do `wp_set_object_terms()`."
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:27
-msgid "Sort Terms"
-msgstr "Sortuj terminy"
-
-#: includes/admin/views/acf-post-type/list-empty.php:14
-msgid "Add Post Type"
-msgstr "Dodaj typ treści"
-
-#: includes/admin/views/acf-post-type/list-empty.php:13
-msgid "Expand the functionality of WordPress beyond standard posts and pages with custom post types."
-msgstr "Rozszerz funkcjonalność WordPressa ponad standardowe wpisy i strony za pomocą własnych typów treści."
-
-#: includes/admin/views/acf-post-type/list-empty.php:12
-msgid "Add Your First Post Type"
-msgstr "Dodaj swój pierwszy typ treści"
-
-#: includes/admin/views/acf-post-type/basic-settings.php:136
-#: includes/admin/views/acf-taxonomy/basic-settings.php:135
-#: pro/admin/views/acf-ui-options-page/basic-settings.php:73
-msgid "I know what I'm doing, show me all the options."
-msgstr "Wiem co robię, pokaż mi wszystkie opcje."
-
-#: includes/admin/views/acf-post-type/basic-settings.php:135
-#: includes/admin/views/acf-taxonomy/basic-settings.php:134
-#: pro/admin/views/acf-ui-options-page/basic-settings.php:72
-msgid "Advanced Configuration"
-msgstr "Zaawansowana konfiguracja"
-
-#: includes/admin/views/acf-post-type/basic-settings.php:123
-msgid "Hierarchical post types can have descendants (like pages)."
-msgstr "Hierarchiczne typy treści mogą posiadać elementy potomne (jak strony)."
-
-#: includes/admin/views/acf-post-type/basic-settings.php:122
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:980
-#: includes/admin/views/acf-taxonomy/basic-settings.php:121
-msgid "Hierarchical"
-msgstr "Hierarchiczne"
-
-#: includes/admin/views/acf-post-type/basic-settings.php:107
-msgid "Visible on the frontend and in the admin dashboard."
-msgstr "Widoczne w witrynie oraz w kokpicie administratora."
-
-#: includes/admin/views/acf-post-type/basic-settings.php:106
-#: includes/admin/views/acf-taxonomy/basic-settings.php:106
-msgid "Public"
-msgstr "Publiczne"
-
-#. translators: example post type
-#: includes/admin/views/acf-post-type/basic-settings.php:59
-msgid "movie"
-msgstr "film"
-
-#: includes/admin/views/acf-post-type/basic-settings.php:57
-msgid "Lower case letters, underscores and dashes only, Max 20 characters."
-msgstr "Tylko małe litery, myślniki i podkreślniki. Maksymalnie 20 znaków."
-
-#. translators: example post type
-#: includes/admin/views/acf-post-type/basic-settings.php:41
-msgid "Movie"
-msgstr "Film"
-
-#: includes/admin/views/acf-post-type/basic-settings.php:39
-#: includes/admin/views/acf-taxonomy/basic-settings.php:40
-msgid "Singular Label"
-msgstr "Etykieta w liczbie pojedynczej"
-
-#. translators: example post type
-#: includes/admin/views/acf-post-type/basic-settings.php:24
-msgid "Movies"
-msgstr "Filmy"
-
-#: includes/admin/views/acf-post-type/basic-settings.php:22
-#: includes/admin/views/acf-taxonomy/basic-settings.php:23
-msgid "Plural Label"
-msgstr "Etykieta w liczbie mnogiej"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1298
-msgid "Optional custom controller to use instead of `WP_REST_Posts_Controller`."
-msgstr "Opcjonalny własny kontroler do użycia zamiast `WP_REST_Posts_Controller`."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1297
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1210
-msgid "Controller Class"
-msgstr "Klasa kontrolera"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1279
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1191
-msgid "The namespace part of the REST API URL."
-msgstr "Część przestrzeni nazw adresu URL REST API."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1278
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1190
-msgid "Namespace Route"
-msgstr "Ścieżka przestrzeni nazw"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1260
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1172
-msgid "The base URL for the post type REST API URLs."
-msgstr "Bazowy adres URL tego typu treści dla adresów URL REST API."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1259
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1171
-msgid "Base URL"
-msgstr "Bazowy adres URL"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1245
-msgid "Exposes this post type in the REST API. Required to use the block editor."
-msgstr "Pokaż ten typ treści w REST API. Wymagane, aby używać edytora blokowego."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1244
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1154
-msgid "Show In REST API"
-msgstr "Pokaż w REST API"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1223
-msgid "Customize the query variable name."
-msgstr "Dostosuj nazwę zmiennej zapytania."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1222
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1054
-msgid "Query Variable"
-msgstr "Zmienna zapytania"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1200
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1032
-msgid "No Query Variable Support"
-msgstr "Brak obsługi zmiennej zapytania"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1199
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1031
-msgid "Custom Query Variable"
-msgstr "Własna zmienna zapytania"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1196
-msgid "Items can be accessed using the non-pretty permalink, eg. {post_type}={post_slug}."
-msgstr "Elementy są dostępne za pomocą nieprzyjaznych bezpośrednich odnośników, np. {typ_treści}={uproszczona_nazwa_wpisu}."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1195
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1027
-msgid "Query Variable Support"
-msgstr "Obsługa zmiennej zapytania"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1170
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1003
-msgid "URLs for an item and items can be accessed with a query string."
-msgstr "Adresy URL elementu i elementów są dostępne za pomocą ciągu znaków zapytania."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1169
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:1002
-msgid "Publicly Queryable"
-msgstr "Publicznie dostępne"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1148
-msgid "Custom slug for the Archive URL."
-msgstr "Własna uproszczona nazwa dla adresu URL archiwum."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1147
-msgid "Archive Slug"
-msgstr "Uproszczona nazwa archiwum"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1134
-msgid "Has an item archive that can be customized with an archive template file in your theme."
-msgstr "Posiada archiwum elementów, które można dostosować za pomocą szablonu archiwum w motywie."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1133
-msgid "Archive"
-msgstr "Archiwum"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1113
-msgid "Pagination support for the items URLs such as the archives."
-msgstr "Obsługa stronicowania adresów URL elementów takich jak archiwa."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1112
-#: pro/fields/class-acf-field-repeater.php:197
-#, fuzzy
-msgid "Pagination"
-msgstr ""
-"Paginacja"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1095
-msgid "RSS feed URL for the post type items."
-msgstr "Adres URL kanału RSS elementów tego typu treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1094
-msgid "Feed URL"
-msgstr "Adres URL kanału informacyjnego"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1076
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:961
-msgid "Alters the permalink structure to add the `WP_Rewrite::$front` prefix to URLs."
-msgstr "Modyfikuje strukturę bezpośrednich odnośników dodając prefiks `WP_Rewrite::$front` do adresów URL."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1075
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:960
-msgid "Front URL Prefix"
-msgstr "Prefiks adresu URL"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1056
-msgid "Customize the slug used in the URL."
-msgstr "Dostosuj uproszczoną nazwę używaną w adresie URL."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1055
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:940
-msgid "URL Slug"
-msgstr "Uproszczona nazwa w adresie URL"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1039
-msgid "Permalinks for this post type are disabled."
-msgstr "Bezpośrednie odnośniki tego typu treści są wyłączone."
-
-#. translators: this string will be appended with the new permalink structure.
-#: includes/admin/views/acf-post-type/advanced-settings.php:1038
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:923
-msgid "Rewrite the URL using a custom slug defined in the input below. Your permalink structure will be"
-msgstr "Przepisuj adres URL używając własnej uproszczonej nazwy określonej w polu poniżej. Struktura bezpośrednich odnośników będzie następująca"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1030
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:915
-msgid "No Permalink (prevent URL rewriting)"
-msgstr "Brak bezpośredniego odnośnika (wyłącz przepisywanie adresów URL)"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1029
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:914
-msgid "Custom Permalink"
-msgstr "Własny bezpośredni odnośnik"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1028
-#: includes/admin/views/acf-post-type/advanced-settings.php:1198
-#: includes/admin/views/acf-post-type/basic-settings.php:56
-msgid "Post Type Key"
-msgstr "Klucz typu treści"
-
-#. translators: this string will be appended with the new permalink structure.
-#: includes/admin/views/acf-post-type/advanced-settings.php:1026
-#: includes/admin/views/acf-post-type/advanced-settings.php:1036
-msgid "Rewrite the URL using the post type key as the slug. Your permalink structure will be"
-msgstr "Przepisuj adres URL używając klucza typu treści jako uproszczonej nazwy. Struktura bezpośrednich odnośników będzie następująca"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1024
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:910
-msgid "Permalink Rewrite"
-msgstr "Przepisywanie bezpośrednich odnośników"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1010
-msgid "Delete items by a user when that user is deleted."
-msgstr "Usuwaj elementy należące do użytkownika podczas jego usuwania."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:1009
-msgid "Delete With User"
-msgstr "Usuń wraz z użytkownikiem"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:995
-msgid "Allow the post type to be exported from 'Tools' > 'Export'."
-msgstr "Zezwól na eksportowanie tego typu treści na ekranie „Narzędzia > Eksport”."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:994
-msgid "Can Export"
-msgstr "Można eksportować"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:963
-msgid "Optionally provide a plural to be used in capabilities."
-msgstr "Opcjonalnie podaj liczbę mnogą, aby użyć jej w uprawnieniach."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:962
-msgid "Plural Capability Name"
-msgstr "Nazwa uprawnienia w liczbie mnogiej"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:944
-msgid "Choose another post type to base the capabilities for this post type."
-msgstr "Wybierz inny typ treści, aby bazować na jego uprawnieniach dla tego typu treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:943
-msgid "Singular Capability Name"
-msgstr "Nazwa uprawnienia w liczbie pojedynczej"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:929
-msgid "By default the capabilities of the post type will inherit the 'Post' capability names, eg. edit_post, delete_posts. Enable to use post type specific capabilities, eg. edit_{singular}, delete_{plural}."
-msgstr "Domyślnie nazwy uprawnienia tego typu treści zostaną odziedziczone z uprawnień typu „Wpis”, np. edit_post, delete_posts. Włącz, aby użyć w tym typie treści własnych uprawnień, np. edit_{liczba pojedyncza}, delete_{liczba mnoga}."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:928
-msgid "Rename Capabilities"
-msgstr "Zmień nazwy uprawnień"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:913
-msgid "Exclude From Search"
-msgstr "Wyklucz z wyszukiwania"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:900
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:854
-msgid "Allow items to be added to menus in the 'Appearance' > 'Menus' screen. Must be turned on in 'Screen options'."
-msgstr "Zezwól na dodawanie elementów do menu na ekranie „Wygląd > Menu”. Należy je włączyć w „Opcjach ekranu”."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:899
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:853
-msgid "Appearance Menus Support"
-msgstr "Obsługa menu wyglądu"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:881
-msgid "Appears as an item in the 'New' menu in the admin bar."
-msgstr "Pojawia się jako element w menu „Utwórz” na pasku administratora."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:880
-msgid "Show In Admin Bar"
-msgstr "Pokaż na pasku administratora"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:848
-msgid "Custom Meta Box Callback"
-msgstr "Własna funkcja zwrotna metaboksa"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:822
-#: includes/fields/class-acf-field-icon_picker.php:611
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:59
-msgid "Menu Icon"
-msgstr "Ikonka menu"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:778
-msgid "The position in the sidebar menu in the admin dashboard."
-msgstr "Pozycja w menu w panelu bocznym w kokpicie administratora."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:777
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:115
-msgid "Menu Position"
-msgstr "Pozycja menu"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:759
-msgid "By default the post type will get a new top level item in the admin menu. If an existing top level item is supplied here, the post type will be added as a submenu item under it."
-msgstr "Domyślnie typ treści otrzyma nowy element najwyższego poziomu w menu administratora. Jeżeli zostanie tu podany istniejący element najwyższego poziomu, typ treści zostanie dodany do niego jako element podmenu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:758
-msgid "Admin Menu Parent"
-msgstr "Element nadrzędny menu administratora"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:739
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:734
-msgid "Admin editor navigation in the sidebar menu."
-msgstr "Nawigacja w menu w panelu bocznym kokpitu administratora."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:738
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:733
-msgid "Show In Admin Menu"
-msgstr "Pokaż w menu administratora"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:725
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:719
-msgid "Items can be edited and managed in the admin dashboard."
-msgstr "Elementy mogą być edytowanie i zarządzane w kokpicie administratora."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:724
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:718
-msgid "Show In UI"
-msgstr "Pokaż w interfejsie użytkownika"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:694
-msgid "A link to a post."
-msgstr "Odnośnik do wpisu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:693
-msgid "Description for a navigation link block variation."
-msgstr "Opis wersji bloku odnośnika."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:692
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:702
-msgid "Item Link Description"
-msgstr "Opis odnośnika elementu"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:688
-msgid "A link to a %s."
-msgstr "Odnośnik do „%s”."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:673
-msgid "Post Link"
-msgstr "Odnośnik wpisu"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:672
-msgid "Title for a navigation link block variation."
-msgstr "Tytuł wersji bloku odnośnika."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:671
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:681
-msgid "Item Link"
-msgstr "Odnośnik elementu"
-
-#. translators: %s Singular form of post type name
-#. translators: %s Singular form of taxonomy name
-#: includes/admin/views/acf-post-type/advanced-settings.php:668
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:678
-msgid "%s Link"
-msgstr "Odnośnik „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:653
-msgid "Post updated."
-msgstr "Wpis został zaktualizowany."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:652
-msgid "In the editor notice after an item is updated."
-msgstr "Powiadomienie w edytorze po zaktualizowaniu elementu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:651
-msgid "Item Updated"
-msgstr "Element został zaktualizowany"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:648
-msgid "%s updated."
-msgstr "„%s” został zaktualizowany."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:633
-msgid "Post scheduled."
-msgstr "Zaplanowano publikację wpisu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:632
-msgid "In the editor notice after scheduling an item."
-msgstr "Powiadomienie w edytorze po zaplanowaniu publikacji elementu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:631
-msgid "Item Scheduled"
-msgstr "Zaplanowano publikację elementu"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:628
-msgid "%s scheduled."
-msgstr "Zaplanowano publikację „%s”."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:613
-msgid "Post reverted to draft."
-msgstr "Wpis zamieniony w szkic."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:612
-msgid "In the editor notice after reverting an item to draft."
-msgstr "Powiadomienie w edytorze po zamienieniu elementu w szkic."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:611
-msgid "Item Reverted To Draft"
-msgstr "Element zamieniony w szkic"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:608
-msgid "%s reverted to draft."
-msgstr "„%s” zamieniony w szkic."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:593
-msgid "Post published privately."
-msgstr "Wpis został opublikowany jako prywatny."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:592
-msgid "In the editor notice after publishing a private item."
-msgstr "Powiadomienie w edytorze po opublikowaniu elementu jako prywatny."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:591
-msgid "Item Published Privately"
-msgstr "Element został opublikowany jako prywatny"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:588
-msgid "%s published privately."
-msgstr "„%s” został opublikowany jako prywatny."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:573
-msgid "Post published."
-msgstr "Wpis został opublikowany."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:572
-msgid "In the editor notice after publishing an item."
-msgstr "Powiadomienie w edytorze po opublikowaniu elementu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:571
-msgid "Item Published"
-msgstr "Element został opublikowany"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:568
-msgid "%s published."
-msgstr "„%s” został opublikowany."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:553
-msgid "Posts list"
-msgstr "Lista wpisów"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:552
-msgid "Used by screen readers for the items list on the post type list screen."
-msgstr "Używane przez czytniki ekranu do listy elementów na ekranie listy wpisów tego typu treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:551
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:640
-msgid "Items List"
-msgstr "Lista elementów"
-
-#. translators: %s Plural form of post type name
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-post-type/advanced-settings.php:548
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:637
-msgid "%s list"
-msgstr "Lista „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:533
-msgid "Posts list navigation"
-msgstr "Nawigacja listy wpisów"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:532
-msgid "Used by screen readers for the filter list pagination on the post type list screen."
-msgstr "Używane przez czytniki ekranu do stronicowania na liście filtrów na ekranie listy wpisów tego typu treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:531
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:620
-msgid "Items List Navigation"
-msgstr "Nawigacja listy elementów"
-
-#. translators: %s Plural form of post type name
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-post-type/advanced-settings.php:528
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:617
-msgid "%s list navigation"
-msgstr "Nawigacja listy „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:512
-msgid "Filter posts by date"
-msgstr "Filtruj wpisy wg daty"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:511
-msgid "Used by screen readers for the filter by date heading on the post type list screen."
-msgstr "Używane przez czytniki ekranu do nagłówka filtrowania wg daty na ekranie listy wpisów tego typu treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:510
-msgid "Filter Items By Date"
-msgstr "Filtruj elementy wg daty"
-
-#. translators: %s Plural form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:506
-msgid "Filter %s by date"
-msgstr "Filtruj %s wg daty"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:491
-msgid "Filter posts list"
-msgstr "Filtrowanie listy wpisów"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:490
-msgid "Used by screen readers for the filter links heading on the post type list screen."
-msgstr "Używane przez czytniki ekranu do nagłówka odnośników filtrowania na ekranie listy wpisów tego typu treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:489
-msgid "Filter Items List"
-msgstr "Filtrowanie listy elementów"
-
-#. translators: %s Plural form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:485
-msgid "Filter %s list"
-msgstr "Filtrowanie listy „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:469
-msgid "In the media modal showing all media uploaded to this item."
-msgstr "W oknie mediów wyświetlającym wszystkie media wgrane do tego elementu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:468
-msgid "Uploaded To This Item"
-msgstr "Wgrane do elementu"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:464
-msgid "Uploaded to this %s"
-msgstr "Wgrane do „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:449
-msgid "Insert into post"
-msgstr "Wstaw do wpisu"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:448
-msgid "As the button label when adding media to content."
-msgstr "Jako etykieta przycisku podczas dodawania mediów do treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:447
-msgid "Insert Into Media Button"
-msgstr "Przycisk wstawiania mediów"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:443
-msgid "Insert into %s"
-msgstr "Wstaw do „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:428
-msgid "Use as featured image"
-msgstr "Użyj jako obrazek wyróżniający"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:427
-msgid "As the button label for selecting to use an image as the featured image."
-msgstr "Jako etykieta przycisku podczas wybierania obrazka do użycia jako obrazka wyróżniającego."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:426
-msgid "Use Featured Image"
-msgstr "Użyj obrazka wyróżniającego"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:413
-msgid "Remove featured image"
-msgstr "Usuń obrazek wyróżniający"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:412
-msgid "As the button label when removing the featured image."
-msgstr "Jako etykieta przycisku podczas usuwania obrazka wyróżniającego."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:411
-msgid "Remove Featured Image"
-msgstr "Usuń obrazek wyróżniający"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:398
-msgid "Set featured image"
-msgstr "Ustaw obrazek wyróżniający"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:397
-msgid "As the button label when setting the featured image."
-msgstr "Jako etykieta przycisku podczas ustawiania obrazka wyróżniającego."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:396
-msgid "Set Featured Image"
-msgstr "Ustaw obrazek wyróżniający"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:383
-msgid "Featured image"
-msgstr "Obrazek wyróżniający"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:382
-msgid "In the editor used for the title of the featured image meta box."
-msgstr "W edytorze, używane jako tytuł metaboksa obrazka wyróżniającego."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:381
-msgid "Featured Image Meta Box"
-msgstr "Metaboks obrazka wyróżniającego"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:368
-msgid "Post Attributes"
-msgstr "Atrybuty wpisu"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:367
-msgid "In the editor used for the title of the post attributes meta box."
-msgstr "W edytorze, używane jako tytuł metaboksa atrybutów wpisu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:366
-msgid "Attributes Meta Box"
-msgstr "Metaboks atrybutów"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:363
-msgid "%s Attributes"
-msgstr "Atrybuty „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:348
-msgid "Post Archives"
-msgstr "Archiwa wpisów"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:347
-msgid "Adds 'Post Type Archive' items with this label to the list of posts shown when adding items to an existing menu in a CPT with archives enabled. Only appears when editing menus in 'Live Preview' mode and a custom archive slug has been provided."
-msgstr "Dodaje element „Archiwa typu treści”, o tej etykiecie, do listy wpisów własnych typów treści z włączonymi archiwami, wyświetlanych podczas dodawania elementów do istniejącego menu. Pojawia się podczas edytowania menu w trybie „Podgląd na żywo”, gdy podano własną uproszczoną nazwę archiwów."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:346
-msgid "Archives Nav Menu"
-msgstr "Menu nawigacyjne archiwów"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:343
-msgid "%s Archives"
-msgstr "Archiwa „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:328
-msgid "No posts found in Trash"
-msgstr "Nie znaleziono żadnych wpisów w koszu"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:327
-msgid "At the top of the post type list screen when there are no posts in the trash."
-msgstr "Na górze ekranu listy wpisów typu treści gdy brak wpisów w koszu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:326
-msgid "No Items Found in Trash"
-msgstr "Nie znaleziono żadnych elementów w koszu"
-
-#. translators: %s Plural form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:322
-msgid "No %s found in Trash"
-msgstr "Nie znaleziono żadnych „%s” w koszu"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:307
-msgid "No posts found"
-msgstr "Nie znaleziono żadnych wpisów"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:306
-msgid "At the top of the post type list screen when there are no posts to display."
-msgstr "Na górze ekranu listy wpisów typu treści gdy brak wpisów do wyświetlenia."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:305
-msgid "No Items Found"
-msgstr "Nie znaleziono żadnych elementów"
-
-#. translators: %s Plural form of post type name
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-post-type/advanced-settings.php:301
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:480
-msgid "No %s found"
-msgstr "Nie znaleziono żadnych „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:286
-msgid "Search Posts"
-msgstr "Szukaj wpisów"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:285
-msgid "At the top of the items screen when searching for an item."
-msgstr "Na górze ekranu elementów podczas szukania elementu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:284
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:345
-msgid "Search Items"
-msgstr "Szukaj elementów"
-
-#. translators: %s Singular form of post type name
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-post-type/advanced-settings.php:281
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:342
-msgid "Search %s"
-msgstr "Szukaj „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:266
-msgid "Parent Page:"
-msgstr "Strona nadrzędna:"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:265
-msgid "For hierarchical types in the post type list screen."
-msgstr "Dla hierarchicznych typów na ekranie listy wpisów tego typu treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:264
-msgid "Parent Item Prefix"
-msgstr "Prefiks elementu nadrzędnego"
-
-#. translators: %s Singular form of post type name
-#. translators: %s Singular form of taxonomy name
-#: includes/admin/views/acf-post-type/advanced-settings.php:261
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:318
-msgid "Parent %s:"
-msgstr "Nadrzędny „%s”:"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:246
-msgid "New Post"
-msgstr "Nowy wpis"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:244
-msgid "New Item"
-msgstr "Nowy element"
-
-#. translators: %s Singular form of post type name
-#: includes/admin/views/acf-post-type/advanced-settings.php:241
-msgid "New %s"
-msgstr "Nowy „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:206
-#: includes/admin/views/acf-post-type/advanced-settings.php:226
-msgid "Add New Post"
-msgstr "Utwórz wpis"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:205
-msgid "At the top of the editor screen when adding a new item."
-msgstr "Na górze ekranu edycji podczas dodawania nowego elementu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:204
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:256
-msgid "Add New Item"
-msgstr "Utwórz element"
-
-#. translators: %s Singular form of post type name
-#. translators: %s Singular form of taxonomy name
-#: includes/admin/views/acf-post-type/advanced-settings.php:201
-#: includes/admin/views/acf-post-type/advanced-settings.php:221
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:253
-msgid "Add New %s"
-msgstr "Utwórz „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:186
-msgid "View Posts"
-msgstr "Zobacz wpisy"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:185
-msgid "Appears in the admin bar in the 'All Posts' view, provided the post type supports archives and the home page is not an archive of that post type."
-msgstr "Pojawia się na pasku administratora w widoku „Wszystkie wpisy”, pod warunkiem, że typ treści obsługuje archiwa, a strona główna nie jest archiwum tego typu treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:184
-msgid "View Items"
-msgstr "Zobacz elementy"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:166
-msgid "View Post"
-msgstr "Zobacz wpis"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:165
-msgid "In the admin bar to view item when editing it."
-msgstr "Na pasku administratora do zobaczenia elementu podczas jego edycji."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:164
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:216
-msgid "View Item"
-msgstr "Zobacz element"
-
-#. translators: %s Singular form of post type name
-#. translators: %s Plural form of post type name
-#. translators: %s Singular form of taxonomy name
-#: includes/admin/views/acf-post-type/advanced-settings.php:161
-#: includes/admin/views/acf-post-type/advanced-settings.php:181
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:213
-msgid "View %s"
-msgstr "Zobacz „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:146
-msgid "Edit Post"
-msgstr "Edytuj wpis"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:145
-msgid "At the top of the editor screen when editing an item."
-msgstr "Na górze ekranu edycji podczas edytowania elementu."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:144
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:196
-msgid "Edit Item"
-msgstr "Edytuj element"
-
-#. translators: %s Singular form of post type name
-#. translators: %s Singular form of taxonomy name
-#: includes/admin/views/acf-post-type/advanced-settings.php:141
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:193
-msgid "Edit %s"
-msgstr "Edytuj „%s”"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:126
-msgid "All Posts"
-msgstr "Wszystkie wpisy"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:125
-#: includes/admin/views/acf-post-type/advanced-settings.php:225
-#: includes/admin/views/acf-post-type/advanced-settings.php:245
-msgid "In the post type submenu in the admin dashboard."
-msgstr "W podmenu typu treści w kokpicie administratora."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:124
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:176
-msgid "All Items"
-msgstr "Wszystkie elementy"
-
-#. translators: %s Plural form of post type name
-#. translators: %s Plural form of taxonomy name
-#: includes/admin/views/acf-post-type/advanced-settings.php:121
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:173
-msgid "All %s"
-msgstr "Wszystkie %s"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:105
-msgid "Admin menu name for the post type."
-msgstr "Nazwa menu administracyjnego tego typu treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:104
-msgid "Menu Name"
-msgstr "Nazwa menu"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:90
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:142
-msgid "Regenerate all labels using the Singular and Plural labels"
-msgstr "Odnów wszystkie etykiety używając etykiet w liczbie pojedynczej i mnogiej"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:88
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:140
-msgid "Regenerate"
-msgstr "Odnów"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:79
-msgid "Active post types are enabled and registered with WordPress."
-msgstr "Włączone typy treści są uruchamiane i rejestrowane razem z WordPressem."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:63
-msgid "A descriptive summary of the post type."
-msgstr "Podsumowanie opisujące typ treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:48
-msgid "Add Custom"
-msgstr "Dodaj własną"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:42
-msgid "Enable various features in the content editor."
-msgstr "Włącz różne funkcje w edytorze treści."
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:31
-msgid "Post Formats"
-msgstr "Formaty wpisów"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:25
-msgid "Editor"
-msgstr "Edytor"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:24
-msgid "Trackbacks"
-msgstr "Trackbacki"
-
-#: includes/admin/views/acf-post-type/basic-settings.php:87
-msgid "Select existing taxonomies to classify items of the post type."
-msgstr "Wybierz istniejące taksonomie, aby klasyfikować ten typ treści."
-
-#: includes/admin/views/acf-field-group/field.php:145
-msgid "Browse Fields"
-msgstr "Przeglądaj pola"
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:289
-msgid "Nothing to import"
-msgstr "Brak danych do importu"
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:284
-msgid ". The Custom Post Type UI plugin can be deactivated."
-msgstr ". Wtyczka „Custom Post Type UI” może zostać wyłączona."
-
-#. translators: %d - number of items imported from CPTUI
-#: includes/admin/tools/class-acf-admin-tool-import.php:275
-msgid "Imported %d item from Custom Post Type UI -"
-msgid_plural "Imported %d items from Custom Post Type UI -"
-msgstr[0] "Zaimportowano %d element z „Custom Post Type UI” -"
-msgstr[1] "Zaimportowano %d elementy z „Custom Post Type UI” -"
-msgstr[2] "Zaimportowano %d elementów z „Custom Post Type UI” -"
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:259
-msgid "Failed to import taxonomies."
-msgstr "Nie udało się zaimportować taksonomii."
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:241
-msgid "Failed to import post types."
-msgstr "Nie udało się zaimportować typów treści."
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:230
-msgid "Nothing from Custom Post Type UI plugin selected for import."
-msgstr "Nie wybrano niczego do zaimportowania z wtyczki „Custom Post Type UI”."
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:120
-msgid "Importing a Post Type or Taxonomy with the same key as one that already exists will overwrite the settings for the existing Post Type or Taxonomy with those of the import."
-msgstr "Zaimportowanie typu treści lub taksonomii, z tym samym kluczem co już istniejący element, nadpisze ustawienia istniejącego typu treści lub taksonomii używając zaimportowanych danych."
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:109
-#: includes/admin/tools/class-acf-admin-tool-import.php:125
-msgid "Import from Custom Post Type UI"
-msgstr "Importuj z „Custom Post Type UI”"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:356
-msgid "The following code can be used to register a local version of the selected items. Storing field groups, post types, or taxonomies locally can provide many benefits such as faster load times, version control & dynamic fields/settings. Simply copy and paste the following code to your theme's functions.php file or include it within an external file, then deactivate or delete the items from the ACF admin."
-msgstr "Następujący kod może zostać użyty do zarejestrowania lokalnej wersji wybranych elementów. Przechowywanie grup pól, typów treści czy taksonomii lokalnie może pozytywnie wpłynąć na szybsze czasy wczytywania, kontrolę wersji i dynamiczne pola oraz ustawienia. Skopiuj i wklej następujący kod do pliku function.php w twoim motywie lub załącz go w oddzielnym pliku, a następnie wyłącz lub usuń te elementy z ACF-a."
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:355
-msgid "Export - Generate PHP"
-msgstr "Eksport - wygeneruj PHP"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:332
-msgid "Export"
-msgstr "Eksportuj"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:266
-msgid "Select Taxonomies"
-msgstr "Wybierz taksonomie"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:241
-msgid "Select Post Types"
-msgstr "Wybierz typy treści"
-
-#: includes/admin/post-types/admin-taxonomy.php:127
-msgid "Category"
-msgstr "Kategoria"
-
-#: includes/admin/post-types/admin-taxonomy.php:125
-msgid "Tag"
-msgstr "Tag"
-
-#. translators: %s taxonomy name
-#: includes/admin/post-types/admin-taxonomy.php:82
-msgid "%s taxonomy created"
-msgstr "Taksonomia %s została utworzona"
-
-#. translators: %s taxonomy name
-#: includes/admin/post-types/admin-taxonomy.php:76
-msgid "%s taxonomy updated"
-msgstr "Taksonomia %s została zaktualizowana"
-
-#: includes/admin/post-types/admin-taxonomy.php:56
-msgid "Taxonomy draft updated."
-msgstr "Szkic taksonomii został zaktualizowany."
-
-#: includes/admin/post-types/admin-taxonomy.php:55
-msgid "Taxonomy scheduled for."
-msgstr "Publikacja taksonomii została zaplanowana."
-
-#: includes/admin/post-types/admin-taxonomy.php:54
-msgid "Taxonomy submitted."
-msgstr "Taksonomia została dodana."
-
-#: includes/admin/post-types/admin-taxonomy.php:53
-msgid "Taxonomy saved."
-msgstr "Taksonomia została zapisana."
-
-#: includes/admin/post-types/admin-taxonomy.php:49
-msgid "Taxonomy deleted."
-msgstr "Taksonomia została usunięta."
-
-#: includes/admin/post-types/admin-taxonomy.php:48
-msgid "Taxonomy updated."
-msgstr "Taksonomia została zaktualizowana."
-
-#: includes/admin/post-types/admin-taxonomies.php:353
-#: includes/admin/post-types/admin-taxonomy.php:153
-msgid "This taxonomy could not be registered because its key is in use by another taxonomy registered by another plugin or theme."
-msgstr "Nie można było zarejestrować tej taksonomii, ponieważ jej klucz jest już używany przez inną taksonomię zarejestrowaną przez inną wtyczkę lub motyw."
-
-#: includes/admin/post-types/admin-taxonomies.php:115
-msgid "Terms"
-msgstr "Terminy"
-
-#: includes/admin/post-types/admin-post-types.php:88
-#: includes/admin/post-types/admin-taxonomies.php:113
-#: includes/admin/tools/class-acf-admin-tool-import.php:80
-#: includes/admin/views/acf-taxonomy/basic-settings.php:82
-#: includes/post-types/class-acf-post-type.php:92
-msgid "Post Types"
-msgstr "Typy treści"
-
-#: includes/admin/post-types/admin-post-type.php:158
-#: includes/admin/post-types/admin-taxonomy.php:160
-#: pro/admin/post-types/admin-ui-options-page.php:158
-msgid "Advanced Settings"
-msgstr "Ustawienia zaawansowane"
-
-#: includes/admin/post-types/admin-post-type.php:157
-#: includes/admin/post-types/admin-taxonomy.php:159
-#: pro/admin/post-types/admin-ui-options-page.php:157
-msgid "Basic Settings"
-msgstr "Ustawienia podstawowe"
-
-#: includes/admin/post-types/admin-post-type.php:151
-#: includes/admin/post-types/admin-post-types.php:346
-msgid "This post type could not be registered because its key is in use by another post type registered by another plugin or theme."
-msgstr "Nie można było zarejestrować tego typu treści, ponieważ jego klucz jest już używany przez inny typ treści zarejestrowany przez inną wtyczkę lub motyw."
-
-#: includes/admin/post-types/admin-post-type.php:126
-#: pro/admin/post-types/admin-ui-options-page.php:134
-msgid "Pages"
-msgstr "Strony"
-
-#: includes/admin/admin-internal-post-type.php:347
-msgid "Link Existing Field Groups"
-msgstr "Powiąż istniejące grupy pól"
-
-#. translators: %s post type name
-#: includes/admin/post-types/admin-post-type.php:80
-msgid "%s post type created"
-msgstr "Typ treści %s został utworzony"
-
-#. translators: %s taxonomy name
-#. translators: %s options page name
-#: includes/admin/post-types/admin-taxonomy.php:78
-#: pro/admin/post-types/admin-ui-options-page.php:85
-msgid "Add fields to %s"
-msgstr "Dodaj pola do „%s”"
-
-#. translators: %s post type name
-#: includes/admin/post-types/admin-post-type.php:76
-msgid "%s post type updated"
-msgstr "Typ treści %s został zaktualizowany"
-
-#: includes/admin/post-types/admin-post-type.php:56
-msgid "Post type draft updated."
-msgstr "Szkic typu treści został zaktualizowany."
-
-#: includes/admin/post-types/admin-post-type.php:55
-msgid "Post type scheduled for."
-msgstr "Publikacja typu treści została zaplanowana."
-
-#: includes/admin/post-types/admin-post-type.php:54
-msgid "Post type submitted."
-msgstr "Typ teści został dodany."
-
-#: includes/admin/post-types/admin-post-type.php:53
-msgid "Post type saved."
-msgstr "Typ treści został zapisany."
-
-#: includes/admin/post-types/admin-post-type.php:50
-msgid "Post type updated."
-msgstr "Typ treści został zaktualizowany."
-
-#: includes/admin/post-types/admin-post-type.php:49
-msgid "Post type deleted."
-msgstr "Typ treści został usunięty."
-
-#: includes/admin/post-types/admin-field-group.php:146
-msgid "Type to search..."
-msgstr "Zacznij pisać, aby wyszukać…"
-
-#: includes/admin/post-types/admin-field-group.php:101
-msgid "PRO Only"
-msgstr "Tylko w PRO"
-
-#: includes/admin/post-types/admin-field-group.php:93
-msgid "Field groups linked successfully."
-msgstr "Grupy pól zostały powiązane."
-
-#: includes/admin/admin-internal-post-type.php:314
-msgid "taxonomy"
-msgstr "taksonomia"
-
-#: includes/admin/admin-internal-post-type.php:314
-msgid "post type"
-msgstr "typ treści"
-
-#: includes/admin/admin-internal-post-type.php:338
-#: pro/admin/views/acf-ui-options-page/create-options-page-modal.php:63
-msgid "Done"
-msgstr "Gotowe"
-
-#: includes/admin/admin-internal-post-type.php:324
-msgid "Field Group(s)"
-msgstr "Grupa(-y) pól"
-
-#: includes/admin/admin-internal-post-type.php:323
-msgid "Select one or many field groups..."
-msgstr "Wybierz jedną lub klika grup pól…"
-
-#: includes/admin/admin-internal-post-type.php:322
-msgid "Please select the field groups to link."
-msgstr "Proszę wybrać grupy pól do powiązania."
-
-#: includes/admin/admin-internal-post-type.php:280
-msgid "Field group linked successfully."
-msgid_plural "Field groups linked successfully."
-msgstr[0] "Grupa pól została powiązana."
-msgstr[1] "Grupy pól zostały powiązane."
-msgstr[2] "Grupy pól zostały powiązane."
-
-#: includes/admin/admin-internal-post-type-list.php:260
-#: includes/admin/post-types/admin-post-types.php:347
-#: includes/admin/post-types/admin-taxonomies.php:354
-msgctxt "post status"
-msgid "Registration Failed"
-msgstr "Rejestracja nieudana"
-
-#: includes/admin/admin-internal-post-type-list.php:259
-msgid "This item could not be registered because its key is in use by another item registered by another plugin or theme."
-msgstr "Nie można było zarejestrować tego elementu, ponieważ jego klucz jest już używany przez inny element zarejestrowany przez inną wtyczkę lub motyw."
-
-#: includes/acf-internal-post-type-functions.php:510
-#: includes/acf-internal-post-type-functions.php:539
-msgid "REST API"
-msgstr "REST API"
-
-#: includes/acf-internal-post-type-functions.php:509
-#: includes/acf-internal-post-type-functions.php:538
-#: includes/acf-internal-post-type-functions.php:565
-msgid "Permissions"
-msgstr "Uprawnienia"
-
-#: includes/acf-internal-post-type-functions.php:508
-#: includes/acf-internal-post-type-functions.php:537
-msgid "URLs"
-msgstr "Adresy URL"
-
-#: includes/acf-internal-post-type-functions.php:507
-#: includes/acf-internal-post-type-functions.php:536
-#: includes/acf-internal-post-type-functions.php:563
-msgid "Visibility"
-msgstr "Widoczność"
-
-#: includes/acf-internal-post-type-functions.php:506
-#: includes/acf-internal-post-type-functions.php:535
-#: includes/acf-internal-post-type-functions.php:564
-msgid "Labels"
-msgstr "Etykiety"
-
-#: includes/admin/post-types/admin-field-group.php:261
-msgid "Field Settings Tabs"
-msgstr "Ustawienia pól w zakładkach"
-
-#: includes/api/api-template.php:1027
-msgid "[ACF shortcode value disabled for preview]"
-msgstr "[Wartość shortcode'u ACF-a wyłączona podczas podglądu]"
-
-#: includes/admin/admin-internal-post-type.php:290
-#: includes/admin/post-types/admin-field-group.php:545
-msgid "Close Modal"
-msgstr "Zamknij okno"
-
-#: includes/admin/post-types/admin-field-group.php:92
-msgid "Field moved to other group"
-msgstr "Pole zostało przeniesione do innej grupy"
-
-#: includes/admin/post-types/admin-field-group.php:91
-msgid "Close modal"
-msgstr "Zamknij okno"
-
-#: includes/fields/class-acf-field-tab.php:122
-msgid "Start a new group of tabs at this tab."
-msgstr "Rozpocznij od tej zakładki nową grupę zakładek."
-
-#: includes/fields/class-acf-field-tab.php:121
-msgid "New Tab Group"
-msgstr "Nowa grupa zakładek"
-
-#: includes/fields/class-acf-field-select.php:416
-#: includes/fields/class-acf-field-true_false.php:188
-msgid "Use a stylized checkbox using select2"
-msgstr "Użyj ostylowanego pola select2"
-
-#: includes/fields/class-acf-field-radio.php:250
-msgid "Save Other Choice"
-msgstr "Zapisz inny wybór"
-
-#: includes/fields/class-acf-field-radio.php:239
-msgid "Allow Other Choice"
-msgstr "Zezwól na inny wybór"
-
-#: includes/fields/class-acf-field-checkbox.php:420
-msgid "Add Toggle All"
-msgstr "Dodaj „Przełącz wszystko”"
-
-#: includes/fields/class-acf-field-checkbox.php:379
-msgid "Save Custom Values"
-msgstr "Zapisz własne wartości"
-
-#: includes/fields/class-acf-field-checkbox.php:368
-msgid "Allow Custom Values"
-msgstr "Zezwól na własne wartości"
-
-#: includes/fields/class-acf-field-checkbox.php:134
-msgid "Checkbox custom values cannot be empty. Uncheck any empty values."
-msgstr "Własne wartości pola zaznaczenia nie mogą być puste. Odznacz wszystkie puste wartości."
-
-#: includes/admin/views/global/form-top.php:92
-msgid "Save Changes"
-msgstr "Zapisz zmiany"
-
-#: includes/admin/views/global/form-top.php:79
-msgid "Field Group Title"
-msgstr "Tytuł grupy pól"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:709
-#: includes/admin/views/global/form-top.php:3
-msgid "Add title"
-msgstr "Dodaj tytuł"
-
-#: includes/admin/views/acf-field-group/list-empty.php:18
-msgid "Add Field Group"
-msgstr "Dodaj grupę pól"
-
-#: includes/admin/views/acf-field-group/list-empty.php:12
-msgid "Add Your First Field Group"
-msgstr "Dodaj swoją pierwszą grupę pól"
-
-#: pro/admin/post-types/admin-ui-options-pages.php:95
-#: pro/post-types/acf-ui-options-page.php:92
-#: pro/post-types/acf-ui-options-page.php:93
-msgid "Options Pages"
-msgstr "Strony opcji"
-
-#: includes/admin/views/acf-field-group/options.php:267
-msgid "Delete Field Group"
-msgstr "Usuń grupę pól"
-
-#. translators: 1: Post creation date 2: Post creation time
-#: includes/admin/views/acf-field-group/options.php:261
-msgid "Created on %1$s at %2$s"
-msgstr "Utworzono %1$s o %2$s"
-
-#: includes/acf-field-group-functions.php:497
-msgid "Group Settings"
-msgstr "Ustawienia grupy"
-
-#: includes/acf-field-group-functions.php:495
-msgid "Location Rules"
-msgstr "Reguły lokalizacji"
-
-#. translators: %s url to field types list
-#: includes/admin/views/acf-field-group/fields.php:73
-msgid "Choose from over 30 field types. Learn more."
-msgstr "Wybierz spośród ponad 30 rodzajów pól. Dowiedz się więcej."
-
-#: includes/admin/views/acf-field-group/fields.php:65
-msgid "Get started creating new custom fields for your posts, pages, custom post types and other WordPress content."
-msgstr "Zacznij tworzyć nowe własne pola dla swoich wpisów, stron, własnych typów treści i innych treści WordPressa."
-
-#: includes/admin/views/acf-field-group/fields.php:64
-msgid "Add Your First Field"
-msgstr "Dodaj swoje pierwsze pole"
-
-#. translators: A symbol (or text, if not available in your locale) meaning "Order Number", in terms of positional placement.
-#: includes/admin/views/acf-field-group/fields.php:43
-msgid "#"
-msgstr "#"
-
-#: includes/admin/views/acf-field-group/fields.php:33
-#: includes/admin/views/acf-field-group/fields.php:67
-#: includes/admin/views/acf-field-group/fields.php:101
-#: includes/admin/views/global/form-top.php:88
-msgid "Add Field"
-msgstr "Dodaj pole"
-
-#: includes/acf-field-group-functions.php:496
-#: includes/fields.php:384
-msgid "Presentation"
-msgstr "Prezentacja"
-
-#: includes/fields.php:383
-msgid "Validation"
-msgstr "Walidacja"
-
-#: includes/acf-internal-post-type-functions.php:505
-#: includes/acf-internal-post-type-functions.php:534
-#: includes/fields.php:382
-msgid "General"
-msgstr "Ogólne"
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:68
-msgid "Import JSON"
-msgstr "Importuj JSON"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:340
-msgid "Export As JSON"
-msgstr "Eksportuj jako JSON"
-
-#: includes/admin/admin-internal-post-type-list.php:456
-#: includes/admin/admin-internal-post-type-list.php:482
-msgid "Deactivate"
-msgstr "Wyłącz"
-
-#: includes/admin/admin-internal-post-type-list.php:456
-msgid "Deactivate this item"
-msgstr "Wyłącz ten element"
-
-#: includes/admin/admin-internal-post-type-list.php:452
-#: includes/admin/admin-internal-post-type-list.php:481
-msgid "Activate"
-msgstr "Włącz"
-
-#: includes/admin/admin-internal-post-type-list.php:452
-msgid "Activate this item"
-msgstr "Włącz ten element"
-
-#: includes/admin/post-types/admin-field-group.php:88
-msgid "Move field group to trash?"
-msgstr "Przenieść grupę pól do kosza?"
-
-#: includes/admin/admin-internal-post-type-list.php:247
-#: includes/admin/post-types/admin-field-group.php:286
-#: includes/admin/post-types/admin-post-type.php:282
-#: includes/admin/post-types/admin-taxonomy.php:284
-#: pro/admin/post-types/admin-ui-options-page.php:283
-#: secure-custom-fields.php:492
-msgctxt "post status"
-msgid "Inactive"
-msgstr "Wyłączone"
-
-#. translators: 1: field name, 2: role name
-#: includes/fields/class-acf-field-user.php:581
-msgid "%1$s must have a user with the %2$s role."
-msgid_plural "%1$s must have a user with one of the following roles: %2$s"
-msgstr[0] "%1$s musi mieć użytkownika z rolą %2$s."
-msgstr[1] "%1$s musi mieć użytkownika z jedną z następujących ról: %2$s"
-msgstr[2] "%1$s musi mieć użytkownika z jedną z następujących ról: %2$s"
-
-#. translators: %s: field value
-#: includes/fields/class-acf-field-user.php:571
-msgid "%1$s must have a valid user ID."
-msgstr "%1$s musi mieć prawidłowy identyfikator użytkownika."
-
-#: includes/fields/class-acf-field-user.php:409
-msgid "Invalid request."
-msgstr "Nieprawidłowe żądanie."
-
-#. translators: 1: parameter, 2: allowed values
-#: includes/fields/class-acf-field-select.php:631
-msgid "%1$s is not one of %2$s"
-msgstr "%1$s nie zawiera się w %2$s"
-
-#. translators: 1: field name, 2: taxonomy term
-#: includes/fields/class-acf-field-post_object.php:664
-msgid "%1$s must have term %2$s."
-msgid_plural "%1$s must have one of the following terms: %2$s"
-msgstr[0] "%1$s musi należeć do taksonomii %2$s."
-msgstr[1] "%1$s musi należeć do jednej z następujących taksonomii: %2$s"
-msgstr[2] "%1$s musi należeć do jednej z następujących taksonomii: %2$s"
-
-#. translators: 1: field name, 2: post type
-#: includes/fields/class-acf-field-post_object.php:647
-msgid "%1$s must be of post type %2$s."
-msgid_plural "%1$s must be of one of the following post types: %2$s"
-msgstr[0] "%1$s musi należeć do typu treści %2$s."
-msgstr[1] "%1$s musi należeć do jednego z następujących typów treści: %2$s"
-msgstr[2] "%1$s musi należeć do jednego z następujących typów treści: %2$s"
-
-#. translators: %s: field name
-#: includes/fields/class-acf-field-post_object.php:637
-msgid "%1$s must have a valid post ID."
-msgstr "%1$s musi mieć prawidłowy identyfikator wpisu."
-
-#. translators: %s: field value
-#: includes/fields/class-acf-field-file.php:451
-msgid "%s requires a valid attachment ID."
-msgstr "%s wymaga prawidłowego identyfikatora załącznika."
-
-#: includes/admin/views/acf-field-group/options.php:233
-msgid "Show in REST API"
-msgstr "Pokaż w REST API"
-
-#: includes/fields/class-acf-field-color_picker.php:156
-msgid "Enable Transparency"
-msgstr "Włącz przezroczystość"
-
-#: includes/fields/class-acf-field-color_picker.php:175
-msgid "RGBA Array"
-msgstr "Tablica RGBA"
-
-#: includes/fields/class-acf-field-color_picker.php:92
-msgid "RGBA String"
-msgstr "Ciąg RGBA"
-
-#: includes/fields/class-acf-field-color_picker.php:91
-#: includes/fields/class-acf-field-color_picker.php:174
-msgid "Hex String"
-msgstr "Ciąg Hex"
-
-#: includes/admin/post-types/admin-field-group.php:286
-#: includes/admin/post-types/admin-post-type.php:282
-#: includes/admin/post-types/admin-taxonomy.php:284
-#: pro/admin/post-types/admin-ui-options-page.php:283
-msgctxt "post status"
-msgid "Active"
-msgstr "Włączone"
-
-#. translators: %s: form field value
-#: includes/fields/class-acf-field-email.php:168
-msgid "'%s' is not a valid email address"
-msgstr "„%s” nie jest poprawnym adresem e-mail"
-
-#: includes/fields/class-acf-field-color_picker.php:70
-msgid "Color value"
-msgstr "Kolor"
-
-#: includes/fields/class-acf-field-color_picker.php:68
-msgid "Select default color"
-msgstr "Wybierz domyślny kolor"
-
-#: includes/fields/class-acf-field-color_picker.php:66
-msgid "Clear color"
-msgstr "Wyczyść kolor"
-
-#: includes/acf-wp-functions.php:90
-msgid "Blocks"
-msgstr "Bloki"
-
-#: includes/acf-wp-functions.php:86
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:237
-#: pro/options-page.php:43
-msgid "Options"
-msgstr "Opcje"
-
-#: includes/acf-wp-functions.php:82
-msgid "Users"
-msgstr "Użytkownicy"
-
-#: includes/acf-wp-functions.php:78
-msgid "Menu items"
-msgstr "Elementy menu"
-
-#: includes/acf-wp-functions.php:70
-msgid "Widgets"
-msgstr "Widżety"
-
-#: includes/acf-wp-functions.php:62
-msgid "Attachments"
-msgstr "Załączniki"
-
-#: includes/acf-wp-functions.php:57
-#: includes/admin/post-types/admin-post-types.php:113
-#: includes/admin/post-types/admin-taxonomies.php:88
-#: includes/admin/tools/class-acf-admin-tool-import.php:91
-#: includes/admin/views/acf-post-type/basic-settings.php:86
-#: includes/post-types/class-acf-taxonomy.php:90
-#: includes/post-types/class-acf-taxonomy.php:91
-msgid "Taxonomies"
-msgstr "Taksonomie"
-
-#: includes/acf-wp-functions.php:44
-#: includes/admin/post-types/admin-post-type.php:124
-#: includes/admin/post-types/admin-post-types.php:115
-#: includes/admin/views/acf-post-type/advanced-settings.php:106
-#: pro/admin/post-types/admin-ui-options-page.php:132
-msgid "Posts"
-msgstr "Wpisy"
-
-#. translators: %s: Date/time.
-#: includes/ajax/class-acf-ajax-local-json-diff.php:83
-msgid "Last updated: %s"
-msgstr "Ostatnia aktualizacja: %s"
-
-#: includes/ajax/class-acf-ajax-local-json-diff.php:76
-msgid "Sorry, this post is unavailable for diff comparison."
-msgstr "Przepraszamy, ten wpis jest niedostępny dla porównania różnic."
-
-#: includes/ajax/class-acf-ajax-local-json-diff.php:48
-msgid "Invalid field group parameter(s)."
-msgstr "Nieprawidłowy parametr(y) grupy pól."
-
-#: includes/admin/admin-internal-post-type-list.php:415
-msgid "Awaiting save"
-msgstr "Oczekiwanie na zapis"
-
-#: includes/admin/admin-internal-post-type-list.php:412
-msgid "Saved"
-msgstr "Zapisana"
-
-#: includes/admin/admin-internal-post-type-list.php:408
-#: includes/admin/tools/class-acf-admin-tool-import.php:47
-msgid "Import"
-msgstr "Importuj"
-
-#: includes/admin/admin-internal-post-type-list.php:404
-msgid "Review changes"
-msgstr "Przejrzyj zmiany"
-
-#. translators: %s: file path
-#: includes/admin/admin-internal-post-type-list.php:380
-msgid "Located in: %s"
-msgstr "Znajduje się w: %s"
-
-#. translators: %s: plugin file path
-#: includes/admin/admin-internal-post-type-list.php:376
-msgid "Located in plugin: %s"
-msgstr "Znalezione we wtyczce: %s"
-
-#. translators: %s: theme file path
-#: includes/admin/admin-internal-post-type-list.php:372
-msgid "Located in theme: %s"
-msgstr "Znalezione w motywie: %s"
-
-#: includes/admin/post-types/admin-field-groups.php:236
-msgid "Various"
-msgstr "Różne"
-
-#: includes/admin/admin-internal-post-type-list.php:215
-#: includes/admin/admin-internal-post-type-list.php:489
-msgid "Sync changes"
-msgstr "Synchronizuj zmiany"
-
-#: includes/admin/admin-internal-post-type-list.php:214
-msgid "Loading diff"
-msgstr "Ładowanie różnic"
-
-#: includes/admin/admin-internal-post-type-list.php:213
-msgid "Review local JSON changes"
-msgstr "Przegląd lokalnych zmian JSON"
-
-#. translators: %s the name of the location type
-#: includes/locations.php:38
-msgid "Location type \"%s\" is already registered."
-msgstr "Typ lokalizacji „%s” jest już zarejestrowany."
-
-#. translators: %s class name for a location that could not be found
-#: includes/locations.php:26
-msgid "Class \"%s\" does not exist."
-msgstr "Klasa „%s” nie istnieje."
-
-#: includes/ajax/class-acf-ajax-query-users.php:41
-#: includes/ajax/class-acf-ajax.php:157
-#: pro/fields/class-acf-field-repeater.php:1052
-msgid "Invalid nonce."
-msgstr "Nieprawidłowy identyfikator jednorazowy."
-
-#: includes/fields/class-acf-field-user.php:401
-msgid "Error loading field."
-msgstr "Błąd ładowania pola."
-
-#. translators: %s: Error message.
-#: includes/forms/form-user.php:330
-msgid "Error: %s"
-msgstr "Błąd: %s"
-
-#: includes/locations/class-acf-location-widget.php:22
-msgid "Widget"
-msgstr "Widżet"
-
-#: includes/locations/class-acf-location-user-role.php:24
-msgid "User Role"
-msgstr "Rola użytkownika"
-
-#: includes/locations/class-acf-location-comment.php:22
-msgid "Comment"
-msgstr "Komentarz"
-
-#: includes/locations/class-acf-location-post-format.php:22
-msgid "Post Format"
-msgstr "Format wpisu"
-
-#: includes/locations/class-acf-location-nav-menu-item.php:22
-msgid "Menu Item"
-msgstr "Element menu"
-
-#: includes/locations/class-acf-location-post-status.php:22
-msgid "Post Status"
-msgstr "Status wpisu"
-
-#: includes/acf-wp-functions.php:74
-#: includes/locations/class-acf-location-nav-menu.php:89
-msgid "Menus"
-msgstr "Menu"
-
-#: includes/locations/class-acf-location-nav-menu.php:80
-msgid "Menu Locations"
-msgstr "Położenia menu"
-
-#: includes/locations/class-acf-location-nav-menu.php:22
-msgid "Menu"
-msgstr "Menu"
-
-#: includes/locations/class-acf-location-post-taxonomy.php:22
-msgid "Post Taxonomy"
-msgstr "Taksonomia wpisu"
-
-#: includes/locations/class-acf-location-page-type.php:114
-msgid "Child Page (has parent)"
-msgstr "Strona potomna (ma stronę nadrzędną)"
-
-#: includes/locations/class-acf-location-page-type.php:113
-msgid "Parent Page (has children)"
-msgstr "Strona nadrzędna (ma strony potomne)"
-
-#: includes/locations/class-acf-location-page-type.php:112
-msgid "Top Level Page (no parent)"
-msgstr "Strona najwyższego poziomu (bez strony nadrzędnej)"
-
-#: includes/locations/class-acf-location-page-type.php:111
-msgid "Posts Page"
-msgstr "Strona z wpisami"
-
-#: includes/locations/class-acf-location-page-type.php:110
-msgid "Front Page"
-msgstr "Strona główna"
-
-#: includes/locations/class-acf-location-page-type.php:22
-msgid "Page Type"
-msgstr "Typ strony"
-
-#: includes/locations/class-acf-location-current-user.php:73
-msgid "Viewing back end"
-msgstr "Wyświetla kokpit administratora"
-
-#: includes/locations/class-acf-location-current-user.php:72
-msgid "Viewing front end"
-msgstr "Wyświetla witrynę"
-
-#: includes/locations/class-acf-location-current-user.php:71
-msgid "Logged in"
-msgstr "Zalogowany"
-
-#: includes/locations/class-acf-location-current-user.php:22
-msgid "Current User"
-msgstr "Bieżący użytkownik"
-
-#: includes/locations/class-acf-location-page-template.php:22
-msgid "Page Template"
-msgstr "Szablon strony"
-
-#: includes/locations/class-acf-location-user-form.php:74
-msgid "Register"
-msgstr "Zarejestruj się"
-
-#: includes/locations/class-acf-location-user-form.php:73
-msgid "Add / Edit"
-msgstr "Dodaj / Edytuj"
-
-#: includes/locations/class-acf-location-user-form.php:22
-msgid "User Form"
-msgstr "Formularz użytkownika"
-
-#: includes/locations/class-acf-location-page-parent.php:22
-msgid "Page Parent"
-msgstr "Strona nadrzędna"
-
-#: includes/locations/class-acf-location-current-user-role.php:77
-msgid "Super Admin"
-msgstr "Superadministrator"
-
-#: includes/locations/class-acf-location-current-user-role.php:22
-msgid "Current User Role"
-msgstr "Rola bieżącego użytkownika"
-
-#: includes/locations/class-acf-location-page-template.php:73
-#: includes/locations/class-acf-location-post-template.php:85
-msgid "Default Template"
-msgstr "Domyślny szablon"
-
-#: includes/locations/class-acf-location-post-template.php:22
-msgid "Post Template"
-msgstr "Szablon wpisu"
-
-#: includes/locations/class-acf-location-post-category.php:22
-msgid "Post Category"
-msgstr "Kategoria wpisu"
-
-#. translators: 1: image type
-#: includes/locations/class-acf-location-attachment.php:86
-msgid "All %s formats"
-msgstr "Wszystkie formaty %s"
-
-#: includes/locations/class-acf-location-attachment.php:23
-msgid "Attachment"
-msgstr "Załącznik"
-
-#. translators: %s: field label
-#: includes/validation.php:315
-msgid "%s value is required"
-msgstr "%s wartość jest wymagana"
-
-#: includes/admin/views/acf-field-group/conditional-logic.php:64
-msgid "Show this field if"
-msgstr "Pokaż to pole jeśli"
-
-#: includes/admin/views/acf-field-group/conditional-logic.php:25
-#: includes/admin/views/acf-field-group/field.php:109
-#: includes/fields.php:385
-msgid "Conditional Logic"
-msgstr "Wyświetlanie warunkowe"
-
-#: includes/admin/views/acf-field-group/conditional-logic.php:169
-#: includes/admin/views/acf-field-group/location-rule.php:84
-msgid "and"
-msgstr "oraz"
-
-#: includes/admin/post-types/admin-field-groups.php:98
-#: includes/admin/post-types/admin-post-types.php:119
-#: includes/admin/post-types/admin-taxonomies.php:119
-#: pro/admin/post-types/admin-ui-options-pages.php:123
-msgid "Local JSON"
-msgstr "Lokalny JSON"
-
-#. translators: %s a list of plugin
-#: includes/admin/views/upgrade/notice.php:32
-msgid "Please also check all premium add-ons (%s) are updated to the latest version."
-msgstr "Proszę również sprawdzić, czy wszystkie dodatki premium (%s) są zaktualizowane do najnowszej wersji."
-
-#: includes/admin/views/upgrade/notice.php:29
-msgid "This version contains improvements to your database and requires an upgrade."
-msgstr "Ta wersja zawiera ulepszenia bazy danych i wymaga uaktualnienia."
-
-#. translators: %1 plugin name, %2 version number
-#: includes/admin/views/upgrade/notice.php:28
-msgid "Thank you for updating to %1$s v%2$s!"
-msgstr "Dziękujemy za aktualizację %1$s do wersji %2$s!"
-
-#: includes/admin/views/upgrade/notice.php:26
-msgid "Database Upgrade Required"
-msgstr "Wymagana jest aktualizacja bazy danych"
-
-#: includes/admin/post-types/admin-field-group.php:159
-#: includes/admin/views/upgrade/notice.php:17
-#: pro/locations/class-acf-location-options-page.php:22
-msgid "Options Page"
-msgstr "Strona opcji"
-
-#: includes/admin/views/upgrade/notice.php:14
-#: includes/fields.php:436
-#: pro/fields/class-acf-field-gallery.php:23
-msgid "Gallery"
-msgstr "Galeria"
-
-#: includes/admin/views/upgrade/notice.php:11
-#: includes/fields.php:426
-#: pro/fields/class-acf-field-flexible-content.php:23
-#, fuzzy
-msgid "Flexible Content"
-msgstr ""
-"Elastyczne treść"
-
-#: includes/admin/views/upgrade/notice.php:8
-#: includes/fields.php:446
-#: pro/fields/class-acf-field-repeater.php:30
-msgid "Repeater"
-msgstr "Pole powtarzalne"
-
-#: includes/admin/views/tools/tools.php:16
-msgid "Back to all tools"
-msgstr "Wróć do wszystkich narzędzi"
-
-#: includes/admin/views/acf-field-group/options.php:195
-msgid "If multiple field groups appear on an edit screen, the first field group's options will be used (the one with the lowest order number)"
-msgstr "Jeśli na stronie edycji znajduje się kilka grup pól, zostaną zastosowane ustawienia pierwszej z nich. (pierwsza grupa pól to ta, która ma najniższy numer w kolejności)"
-
-#: includes/admin/views/acf-field-group/options.php:195
-msgid "Select items to hide them from the edit screen."
-msgstr "Wybierz elementy, które chcesz ukryć na stronie edycji."
-
-#: includes/admin/views/acf-field-group/options.php:194
-msgid "Hide on screen"
-msgstr "Ukryj na ekranie"
-
-#: includes/admin/views/acf-field-group/options.php:186
-msgid "Send Trackbacks"
-msgstr "Wyślij trackbacki"
-
-#: includes/admin/post-types/admin-taxonomy.php:126
-#: includes/admin/views/acf-field-group/options.php:185
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:159
-msgid "Tags"
-msgstr "Tagi"
-
-#: includes/admin/post-types/admin-taxonomy.php:128
-#: includes/admin/views/acf-field-group/options.php:184
-msgid "Categories"
-msgstr "Kategorie"
-
-#: includes/admin/views/acf-field-group/options.php:182
-#: includes/admin/views/acf-post-type/advanced-settings.php:28
-msgid "Page Attributes"
-msgstr "Atrybuty strony"
-
-#: includes/admin/views/acf-field-group/options.php:181
-msgid "Format"
-msgstr "Format"
-
-#: includes/admin/views/acf-field-group/options.php:180
-#: includes/admin/views/acf-post-type/advanced-settings.php:22
-msgid "Author"
-msgstr "Autor"
-
-#: includes/admin/views/acf-field-group/options.php:179
-msgid "Slug"
-msgstr "Uproszczona nazwa"
-
-#: includes/admin/views/acf-field-group/options.php:178
-#: includes/admin/views/acf-post-type/advanced-settings.php:27
-msgid "Revisions"
-msgstr "Wersje"
-
-#: includes/acf-wp-functions.php:66
-#: includes/admin/views/acf-field-group/options.php:177
-#: includes/admin/views/acf-post-type/advanced-settings.php:23
-msgid "Comments"
-msgstr "Komentarze"
-
-#: includes/admin/views/acf-field-group/options.php:176
-msgid "Discussion"
-msgstr "Dyskusja"
-
-#: includes/admin/views/acf-field-group/options.php:174
-#: includes/admin/views/acf-post-type/advanced-settings.php:26
-msgid "Excerpt"
-msgstr "Zajawka"
-
-#: includes/admin/views/acf-field-group/options.php:173
-msgid "Content Editor"
-msgstr "Edytor treści"
-
-#: includes/admin/views/acf-field-group/options.php:172
-msgid "Permalink"
-msgstr "Bezpośredni odnośnik"
-
-#: includes/admin/views/acf-field-group/options.php:250
-msgid "Shown in field group list"
-msgstr "Wyświetlany na liście grup pól"
-
-#: includes/admin/views/acf-field-group/options.php:157
-msgid "Field groups with a lower order will appear first"
-msgstr "Grupy pól z niższym numerem pojawią się pierwsze"
-
-#: includes/admin/views/acf-field-group/options.php:156
-msgid "Order No."
-msgstr "Nr w kolejności."
-
-#: includes/admin/views/acf-field-group/options.php:147
-msgid "Below fields"
-msgstr "Pod polami"
-
-#: includes/admin/views/acf-field-group/options.php:146
-msgid "Below labels"
-msgstr "Pod etykietami"
-
-#: includes/admin/views/acf-field-group/options.php:139
-msgid "Instruction Placement"
-msgstr "Położenie instrukcji"
-
-#: includes/admin/views/acf-field-group/options.php:122
-msgid "Label Placement"
-msgstr "Położenie etykiety"
-
-#: includes/admin/views/acf-field-group/options.php:110
-msgid "Side"
-msgstr "Boczna"
-
-#: includes/admin/views/acf-field-group/options.php:109
-msgid "Normal (after content)"
-msgstr "Normalna (pod treścią)"
-
-#: includes/admin/views/acf-field-group/options.php:108
-msgid "High (after title)"
-msgstr "Wysoka (pod tytułem)"
-
-#: includes/admin/views/acf-field-group/options.php:101
-msgid "Position"
-msgstr "Pozycja"
-
-#: includes/admin/views/acf-field-group/options.php:92
-msgid "Seamless (no metabox)"
-msgstr "Bezpodziałowy (brak metaboksa)"
-
-#: includes/admin/views/acf-field-group/options.php:91
-msgid "Standard (WP metabox)"
-msgstr "Standardowy (metabox WP)"
-
-#: includes/admin/views/acf-field-group/options.php:84
-msgid "Style"
-msgstr "Styl"
-
-#: includes/admin/views/acf-field-group/fields.php:55
-msgid "Type"
-msgstr "Rodzaj"
-
-#: includes/admin/post-types/admin-field-groups.php:92
-#: includes/admin/post-types/admin-post-types.php:112
-#: includes/admin/post-types/admin-taxonomies.php:112
-#: includes/admin/views/acf-field-group/fields.php:54
-#: pro/admin/post-types/admin-ui-options-pages.php:119
-msgid "Key"
-msgstr "Klucz"
-
-#. translators: Hidden accessibility text for the positional order number of the field.
-#: includes/admin/views/acf-field-group/fields.php:48
-msgid "Order"
-msgstr "Kolejność"
-
-#: includes/admin/views/acf-field-group/field.php:308
-msgid "Close Field"
-msgstr "Zamknij pole"
-
-#: includes/admin/views/acf-field-group/field.php:239
-msgid "id"
-msgstr "id"
-
-#: includes/admin/views/acf-field-group/field.php:223
-msgid "class"
-msgstr "class"
-
-#: includes/admin/views/acf-field-group/field.php:265
-msgid "width"
-msgstr "szerokość"
-
-#: includes/admin/views/acf-field-group/field.php:259
-msgid "Wrapper Attributes"
-msgstr "Atrybuty kontenera"
-
-#: includes/fields/class-acf-field.php:313
-msgid "Required"
-msgstr "Wymagane"
-
-#: includes/admin/views/acf-field-group/field.php:206
-msgid "Instructions"
-msgstr "Instrukcje"
-
-#: includes/admin/views/acf-field-group/field.php:129
-msgid "Field Type"
-msgstr "Rodzaj pola"
-
-#: includes/admin/views/acf-field-group/field.php:170
-msgid "Single word, no spaces. Underscores and dashes allowed"
-msgstr "Pojedyncze słowo, bez spacji. Dozwolone są myślniki i podkreślniki"
-
-#: includes/admin/views/acf-field-group/field.php:169
-msgid "Field Name"
-msgstr "Nazwa pola"
-
-#: includes/admin/views/acf-field-group/field.php:157
-msgid "This is the name which will appear on the EDIT page"
-msgstr "Ta nazwa będzie widoczna na stronie edycji"
-
-#: includes/admin/views/acf-field-group/field.php:156
-#: includes/admin/views/browse-fields-modal.php:60
-msgid "Field Label"
-msgstr "Etykieta pola"
-
-#: includes/admin/views/acf-field-group/field.php:81
-msgid "Delete"
-msgstr "Usuń"
-
-#: includes/admin/views/acf-field-group/field.php:81
-msgid "Delete field"
-msgstr "Usuń pole"
-
-#: includes/admin/views/acf-field-group/field.php:79
-msgid "Move"
-msgstr "Przenieś"
-
-#: includes/admin/views/acf-field-group/field.php:79
-msgid "Move field to another group"
-msgstr "Przenieś pole do innej grupy"
-
-#: includes/admin/views/acf-field-group/field.php:77
-msgid "Duplicate field"
-msgstr "Duplikuj to pole"
-
-#: includes/admin/views/acf-field-group/field.php:73
-#: includes/admin/views/acf-field-group/field.php:76
-msgid "Edit field"
-msgstr "Edytuj pole"
-
-#: includes/admin/views/acf-field-group/field.php:69
-#: pro/fields/class-acf-field-flexible-content.php:376
-#: pro/fields/class-acf-repeater-table.php:363
-msgid "Drag to reorder"
-msgstr "Przeciągnij aby zmienić kolejność"
-
-#: includes/admin/post-types/admin-field-group.php:99
-#: includes/admin/views/acf-field-group/location-group.php:3
-msgid "Show this field group if"
-msgstr "Pokaż tę grupę pól jeśli"
-
-#: includes/admin/views/upgrade/upgrade.php:93
-#: includes/ajax/class-acf-ajax-upgrade.php:34
-msgid "No updates available."
-msgstr "Brak dostępnych aktualizacji."
-
-#. translators: %s the url to the field group page.
-#: includes/admin/views/upgrade/upgrade.php:32
-msgid "Database upgrade complete. See what's new"
-msgstr "Aktualizacja bazy danych zakończona. Zobacz co nowego"
-
-#: includes/admin/views/upgrade/upgrade.php:27
-msgid "Reading upgrade tasks..."
-msgstr "Czytam zadania aktualizacji…"
-
-#: includes/admin/views/upgrade/network.php:165
-#: includes/admin/views/upgrade/upgrade.php:64
-msgid "Upgrade failed."
-msgstr "Aktualizacja nie powiodła się."
-
-#: includes/admin/views/upgrade/network.php:162
-msgid "Upgrade complete."
-msgstr "Aktualizacja zakończona."
-
-#. translators: %s the version being upgraded to.
-#. translators: %s the new ACF version
-#: includes/admin/views/upgrade/network.php:148
-#: includes/admin/views/upgrade/upgrade.php:29
-msgid "Upgrading data to version %s"
-msgstr "Aktualizowanie danych do wersji %s"
-
-#: includes/admin/views/upgrade/network.php:120
-#: includes/admin/views/upgrade/notice.php:46
-msgid "It is strongly recommended that you backup your database before proceeding. Are you sure you wish to run the updater now?"
-msgstr "Zdecydowanie zaleca się wykonanie kopii zapasowej bazy danych przed kontynuowaniem. Czy na pewno chcesz teraz uruchomić aktualizacje?"
-
-#: includes/admin/views/upgrade/network.php:116
-msgid "Please select at least one site to upgrade."
-msgstr "Proszę wybrać co najmniej jedną witrynę do uaktualnienia."
-
-#. translators: %s admin dashboard url page
-#: includes/admin/views/upgrade/network.php:96
-msgid "Database Upgrade complete. Return to network dashboard"
-msgstr "Aktualizacja bazy danych zakończona. Wróć do kokpitu sieci"
-
-#: includes/admin/views/upgrade/network.php:79
-msgid "Site is up to date"
-msgstr "Oprogramowanie witryny jest aktualne"
-
-#. translators: %1 current db version, %2 available db version
-#: includes/admin/views/upgrade/network.php:77
-msgid "Site requires database upgrade from %1$s to %2$s"
-msgstr "Witryna wymaga aktualizacji bazy danych z %1$s do %2$s"
-
-#: includes/admin/views/upgrade/network.php:34
-#: includes/admin/views/upgrade/network.php:45
-msgid "Site"
-msgstr "Witryna"
-
-#. translators: %s The button label name, translated seperately
-#: includes/admin/views/upgrade/network.php:24
-#: includes/admin/views/upgrade/network.php:25
-#: includes/admin/views/upgrade/network.php:94
-msgid "Upgrade Sites"
-msgstr "Zaktualizuj witryny"
-
-#. translators: %s The button label name, translated seperately
-#: includes/admin/views/upgrade/network.php:24
-msgid "The following sites require a DB upgrade. Check the ones you want to update and then click %s."
-msgstr "Następujące witryny wymagają aktualizacji bazy danych. Zaznacz te, które chcesz zaktualizować i kliknij %s."
-
-#: includes/admin/views/acf-field-group/conditional-logic.php:184
-#: includes/admin/views/acf-field-group/locations.php:37
-msgid "Add rule group"
-msgstr "Dodaj grupę warunków"
-
-#: includes/admin/views/acf-field-group/locations.php:9
-msgid "Rules"
-msgstr "Reguły"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:451
-msgid "Copied"
-msgstr "Skopiowano"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:427
-msgid "Copy to clipboard"
-msgstr "Skopiuj do schowka"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:217
-msgid "Select Field Groups"
-msgstr "Wybierz grupy pól"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:89
-#: includes/admin/tools/class-acf-admin-tool-export.php:122
-msgid "No field groups selected"
-msgstr "Nie zaznaczono żadnej grupy pól"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:39
-#: includes/admin/tools/class-acf-admin-tool-export.php:341
-#: includes/admin/tools/class-acf-admin-tool-export.php:365
-msgid "Generate PHP"
-msgstr "Utwórz PHP"
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:35
-msgid "Export Field Groups"
-msgstr "Eksportuj grupy pól"
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:173
-msgid "Import file empty"
-msgstr "Importowany plik jest pusty"
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:164
-msgid "Incorrect file type"
-msgstr "Błędny typ pliku"
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:159
-msgid "Error uploading file. Please try again"
-msgstr "Błąd przesyłania pliku. Proszę spróbować ponownie"
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:27
-msgid "Import Field Groups"
-msgstr "Importuj grupy pól"
-
-#: includes/admin/admin-internal-post-type-list.php:403
-msgid "Sync"
-msgstr "Synchronizuj"
-
-#. translators: %s: field group title
-#: includes/admin/admin-internal-post-type-list.php:932
-msgid "Select %s"
-msgstr "Wybierz %s"
-
-#: includes/admin/admin-internal-post-type-list.php:446
-#: includes/admin/admin-internal-post-type-list.php:478
-#: includes/admin/views/acf-field-group/field.php:77
-msgid "Duplicate"
-msgstr "Duplikuj"
-
-#: includes/admin/admin-internal-post-type-list.php:446
-msgid "Duplicate this item"
-msgstr "Duplikuj ten element"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:41
-msgid "Supports"
-msgstr "Obsługuje"
-
-#: includes/admin/post-types/admin-field-groups.php:91
-#: includes/admin/post-types/admin-post-types.php:111
-#: includes/admin/post-types/admin-taxonomies.php:111
-#: includes/admin/views/acf-field-group/options.php:249
-#: includes/admin/views/acf-post-type/advanced-settings.php:62
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:114
-#: includes/admin/views/upgrade/network.php:36
-#: includes/admin/views/upgrade/network.php:47
-#: pro/admin/post-types/admin-ui-options-pages.php:118
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:153
-#: pro/fields/class-acf-field-gallery.php:351
-msgid "Description"
-msgstr "Opis"
-
-#: includes/admin/admin-internal-post-type-list.php:400
-#: includes/admin/admin-internal-post-type-list.php:818
-msgid "Sync available"
-msgstr "Synchronizacja jest dostępna"
-
-#. translators: %s: number of items
-#: includes/admin/admin-internal-post-type-list.php:140
-msgid "Active (%s)"
-msgid_plural "Active (%s)"
-msgstr[0] "Włączone (%s)"
-msgstr[1] "Włączone (%s)"
-msgstr[2] "Włączone (%s)"
-
-#: includes/admin/admin-upgrade.php:251
-msgid "Review sites & upgrade"
-msgstr "Strona opinii i aktualizacji"
-
-#: includes/admin/admin-upgrade.php:59
-#: includes/admin/admin-upgrade.php:90
-#: includes/admin/admin-upgrade.php:91
-#: includes/admin/admin-upgrade.php:227
-#: includes/admin/views/upgrade/network.php:21
-#: includes/admin/views/upgrade/upgrade.php:23
-msgid "Upgrade Database"
-msgstr "Aktualizuj bazę danych"
-
-#: includes/admin/views/acf-field-group/options.php:175
-#: includes/admin/views/acf-post-type/advanced-settings.php:30
-msgid "Custom Fields"
-msgstr "Własne pola"
-
-#: includes/admin/post-types/admin-field-group.php:582
-msgid "Move Field"
-msgstr "Przenieś pole"
-
-#: includes/admin/post-types/admin-field-group.php:575
-#: includes/admin/post-types/admin-field-group.php:579
-msgid "Please select the destination for this field"
-msgstr "Proszę wybrać miejsce przeznaczenia dla tego pola"
-
-#. translators: Confirmation message once a field has been moved to a different field group.
-#: includes/admin/post-types/admin-field-group.php:541
-msgid "The %1$s field can now be found in the %2$s field group"
-msgstr "Pole %1$s znajduje się teraz w grupie pól %2$s"
-
-#: includes/admin/post-types/admin-field-group.php:538
-msgid "Move Complete."
-msgstr "Przenoszenie zakończone."
-
-#: includes/admin/views/acf-field-group/field.php:39
-#: includes/admin/views/acf-field-group/options.php:217
-#: includes/admin/views/acf-post-type/advanced-settings.php:78
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:130
-msgid "Active"
-msgstr "Włączone"
-
-#: includes/admin/post-types/admin-field-group.php:258
-msgid "Field Keys"
-msgstr "Klucze pola"
-
-#: includes/admin/post-types/admin-field-group.php:180
-msgid "Settings"
-msgstr "Ustawienia"
-
-#: includes/admin/post-types/admin-field-groups.php:93
-msgid "Location"
-msgstr "Lokalizacja"
-
-#: includes/admin/post-types/admin-field-group.php:100
-msgid "Null"
-msgstr "Pusty"
-
-#: includes/admin/post-types/admin-field-group.php:97
-#: includes/class-acf-internal-post-type.php:729
-#: includes/post-types/class-acf-field-group.php:345
-msgid "copy"
-msgstr "kopia"
-
-#: includes/admin/post-types/admin-field-group.php:96
-msgid "(this field)"
-msgstr "(to pole)"
-
-#: includes/admin/post-types/admin-field-group.php:94
-msgid "Checked"
-msgstr "Zaznaczone"
-
-#: includes/admin/post-types/admin-field-group.php:90
-msgid "Move Custom Field"
-msgstr "Przenieś pole"
-
-#: includes/admin/post-types/admin-field-group.php:89
-msgid "No toggle fields available"
-msgstr "Brak dostępnych pól"
-
-#: includes/admin/post-types/admin-field-group.php:87
-msgid "Field group title is required"
-msgstr "Tytuł grupy pól jest wymagany"
-
-#: includes/admin/post-types/admin-field-group.php:86
-msgid "This field cannot be moved until its changes have been saved"
-msgstr "To pole nie może zostać przeniesione zanim zmiany nie zostaną zapisane"
-
-#: includes/admin/post-types/admin-field-group.php:85
-msgid "The string \"field_\" may not be used at the start of a field name"
-msgstr "Ciąg znaków „field_” nie może zostać użyty na początku nazwy pola"
-
-#: includes/admin/post-types/admin-field-group.php:69
-msgid "Field group draft updated."
-msgstr "Szkic grupy pól został zaktualizowany."
-
-#: includes/admin/post-types/admin-field-group.php:68
-msgid "Field group scheduled for."
-msgstr "Publikacja grupy pól została zaplanowana."
-
-#: includes/admin/post-types/admin-field-group.php:67
-msgid "Field group submitted."
-msgstr "Grupa pól została dodana."
-
-#: includes/admin/post-types/admin-field-group.php:66
-msgid "Field group saved."
-msgstr "Grupa pól została zapisana."
-
-#: includes/admin/post-types/admin-field-group.php:65
-msgid "Field group published."
-msgstr "Grupa pól została opublikowana."
-
-#: includes/admin/post-types/admin-field-group.php:62
-msgid "Field group deleted."
-msgstr "Grupa pól została usunięta."
-
-#: includes/admin/post-types/admin-field-group.php:60
-#: includes/admin/post-types/admin-field-group.php:61
-#: includes/admin/post-types/admin-field-group.php:63
-msgid "Field group updated."
-msgstr "Grupa pól została zaktualizowana."
-
-#: includes/admin/admin-tools.php:107
-#: includes/admin/views/global/navigation.php:177
-#: includes/admin/views/tools/tools.php:13
-msgid "Tools"
-msgstr "Narzędzia"
-
-#: includes/locations/abstract-acf-location.php:105
-msgid "is not equal to"
-msgstr "nie jest równe"
-
-#: includes/locations/abstract-acf-location.php:104
-msgid "is equal to"
-msgstr "jest równe"
-
-#: includes/locations.php:104
-msgid "Forms"
-msgstr "Formularze"
-
-#: includes/admin/post-types/admin-post-type.php:125
-#: includes/locations.php:102
-#: includes/locations/class-acf-location-page.php:22
-#: pro/admin/post-types/admin-ui-options-page.php:133
-msgid "Page"
-msgstr "Strona"
-
-#: includes/admin/post-types/admin-post-type.php:123
-#: includes/locations.php:101
-#: includes/locations/class-acf-location-post.php:22
-#: pro/admin/post-types/admin-ui-options-page.php:131
-msgid "Post"
-msgstr "Wpis"
-
-#: includes/fields.php:328
-msgid "Relational"
-msgstr "Relacyjne"
-
-#: includes/fields.php:327
-msgid "Choice"
-msgstr "Wybór"
-
-#: includes/fields.php:325
-msgid "Basic"
-msgstr "Podstawowe"
-
-#: includes/fields.php:276
-msgid "Unknown"
-msgstr "Nieznany"
-
-#: includes/fields.php:276
-msgid "Field type does not exist"
-msgstr "Rodzaj pola nie istnieje"
-
-#: includes/forms/form-front.php:217
-msgid "Spam Detected"
-msgstr "Wykryto spam"
-
-#: includes/forms/form-front.php:100
-msgid "Post updated"
-msgstr "Wpis został zaktualizowany"
-
-#: includes/forms/form-front.php:99
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:165
-#: pro/fields/class-acf-field-gallery.php:484
-#: pro/options-page.php:73
-#: pro/post-types/acf-ui-options-page.php:173
-msgid "Update"
-msgstr "Aktualizuj"
-
-#: includes/forms/form-front.php:54
-msgid "Validate Email"
-msgstr "Potwierdź e-mail"
-
-#: includes/fields.php:326
-#: includes/forms/form-front.php:46
-msgid "Content"
-msgstr "Treść"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:21
-#: includes/forms/form-front.php:37
-#: pro/fields/class-acf-field-gallery.php:315
-msgid "Title"
-msgstr "Tytuł"
-
-#: includes/assets.php:378
-#: includes/forms/form-comment.php:140
-#: pro/admin/admin-options-page.php:260
-msgid "Edit field group"
-msgstr "Edytuj grupę pól"
-
-#: includes/admin/post-types/admin-field-group.php:113
-msgid "Selection is less than"
-msgstr "Wybór jest mniejszy niż"
-
-#: includes/admin/post-types/admin-field-group.php:112
-msgid "Selection is greater than"
-msgstr "Wybór jest większy niż"
-
-#: includes/admin/post-types/admin-field-group.php:111
-msgid "Value is less than"
-msgstr "Wartość jest mniejsza niż"
-
-#: includes/admin/post-types/admin-field-group.php:110
-msgid "Value is greater than"
-msgstr "Wartość jest większa niż"
-
-#: includes/admin/post-types/admin-field-group.php:109
-msgid "Value contains"
-msgstr "Wartość zawiera"
-
-#: includes/admin/post-types/admin-field-group.php:108
-msgid "Value matches pattern"
-msgstr "Wartość musi pasować do wzoru"
-
-#: includes/admin/post-types/admin-field-group.php:107
-msgid "Value is not equal to"
-msgstr "Wartość nie jest równa"
-
-#: includes/admin/post-types/admin-field-group.php:106
-msgid "Value is equal to"
-msgstr "Wartość jest równa"
-
-#: includes/admin/post-types/admin-field-group.php:105
-msgid "Has no value"
-msgstr "Nie ma wartości"
-
-#: includes/admin/post-types/admin-field-group.php:104
-msgid "Has any value"
-msgstr "Ma dowolną wartość"
-
-#: includes/admin/admin-internal-post-type.php:337
-#: includes/admin/views/browse-fields-modal.php:63
-#: includes/assets.php:355
-#: pro/admin/views/acf-ui-options-page/create-options-page-modal.php:62
-msgid "Cancel"
-msgstr "Anuluj"
-
-#: includes/assets.php:351
-msgid "Are you sure?"
-msgstr "Czy na pewno?"
-
-#. translators: %d: number of fields
-#: includes/assets.php:372
-msgid "%d fields require attention"
-msgstr "%d pola(-ól) wymaga uwagi"
-
-#: includes/assets.php:370
-msgid "1 field requires attention"
-msgstr "1 pole wymaga uwagi"
-
-#: includes/assets.php:369
-#: includes/validation.php:248
-#: includes/validation.php:256
-msgid "Validation failed"
-msgstr "Walidacja nie powiodła się"
-
-#: includes/assets.php:368
-msgid "Validation successful"
-msgstr "Walidacja zakończona sukcesem"
-
-#: includes/media.php:54
-msgid "Restricted"
-msgstr "Ograniczone"
-
-#: includes/media.php:53
-msgid "Collapse Details"
-msgstr "Zwiń szczegóły"
-
-#: includes/media.php:52
-msgid "Expand Details"
-msgstr "Rozwiń szczegóły"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:470
-#: includes/media.php:51
-msgid "Uploaded to this post"
-msgstr "Wgrane do wpisu"
-
-#: includes/media.php:50
-msgctxt "verb"
-msgid "Update"
-msgstr "Aktualizuj"
-
-#: includes/media.php:49
-msgctxt "verb"
-msgid "Edit"
-msgstr "Edytuj"
-
-#: includes/assets.php:365
-msgid "The changes you made will be lost if you navigate away from this page"
-msgstr "Wprowadzone przez Ciebie zmiany przepadną jeśli przejdziesz do innej strony"
-
-#. translators: 1: file type(s)
-#: includes/api/api-helpers.php:2990
-msgid "File type must be %s."
-msgstr "Wymagany typ pliku to %s."
-
-#: includes/admin/post-types/admin-field-group.php:98
-#: includes/admin/views/acf-field-group/conditional-logic.php:64
-#: includes/admin/views/acf-field-group/conditional-logic.php:182
-#: includes/admin/views/acf-field-group/location-group.php:3
-#: includes/admin/views/acf-field-group/locations.php:35
-#: includes/api/api-helpers.php:2987
-msgid "or"
-msgstr "lub"
-
-#. translators: 1: file size
-#: includes/api/api-helpers.php:2963
-msgid "File size must not exceed %s."
-msgstr "Rozmiar pliku nie może przekraczać %s."
-
-#. translators: 1: file size
-#: includes/api/api-helpers.php:2958
-msgid "File size must be at least %s."
-msgstr "Rozmiar pliku musi wynosić co najmniej %s."
-
-#. translators: 1: image height
-#: includes/api/api-helpers.php:2944
-msgid "Image height must not exceed %dpx."
-msgstr "Wysokość obrazka nie może przekraczać %dpx."
-
-#. translators: 1: image height
-#: includes/api/api-helpers.php:2939
-msgid "Image height must be at least %dpx."
-msgstr "Obrazek musi mieć co najmniej %dpx wysokości."
-
-#. translators: 1: image width
-#: includes/api/api-helpers.php:2926
-msgid "Image width must not exceed %dpx."
-msgstr "Szerokość obrazka nie może przekraczać %dpx."
-
-#. translators: 1: image width
-#: includes/api/api-helpers.php:2921
-msgid "Image width must be at least %dpx."
-msgstr "Obrazek musi mieć co najmniej %dpx szerokości."
-
-#: includes/api/api-helpers.php:1409
-#: includes/api/api-term.php:140
-#: pro/fields/class-acf-field-clone.php:899
-msgid "(no title)"
-msgstr "(brak tytułu)"
-
-#: includes/api/api-helpers.php:765
-msgid "Full Size"
-msgstr "Pełny rozmiar"
-
-#: includes/api/api-helpers.php:730
-msgid "Large"
-msgstr "Duży"
-
-#: includes/api/api-helpers.php:729
-msgid "Medium"
-msgstr "Średni"
-
-#: includes/api/api-helpers.php:728
-msgid "Thumbnail"
-msgstr "Miniatura"
-
-#: includes/acf-field-functions.php:854
-#: includes/admin/post-types/admin-field-group.php:95
-msgid "(no label)"
-msgstr "(brak etykiety)"
-
-#: includes/fields/class-acf-field-textarea.php:136
-msgid "Sets the textarea height"
-msgstr "Określa wysokość obszaru tekstowego"
-
-#: includes/fields/class-acf-field-textarea.php:135
-msgid "Rows"
-msgstr "Wiersze"
-
-#: includes/fields/class-acf-field-textarea.php:23
-msgid "Text Area"
-msgstr "Obszar tekstowy"
-
-#: includes/fields/class-acf-field-checkbox.php:421
-msgid "Prepend an extra checkbox to toggle all choices"
-msgstr "Dołącz dodatkowe pole, aby grupowo włączać/wyłączać wszystkie wybory"
-
-#: includes/fields/class-acf-field-checkbox.php:383
-msgid "Save 'custom' values to the field's choices"
-msgstr "Dopisz własne wartości do wyborów pola"
-
-#: includes/fields/class-acf-field-checkbox.php:372
-msgid "Allow 'custom' values to be added"
-msgstr "Zezwól na dodawanie własnych wartości"
-
-#: includes/fields/class-acf-field-checkbox.php:35
-msgid "Add new choice"
-msgstr "Dodaj nowy wybór"
-
-#: includes/fields/class-acf-field-checkbox.php:157
-msgid "Toggle All"
-msgstr "Przełącz wszystko"
-
-#: includes/fields/class-acf-field-page_link.php:487
-msgid "Allow Archives URLs"
-msgstr "Zezwól na adresy URL archiwów"
-
-#: includes/fields/class-acf-field-page_link.php:196
-msgid "Archives"
-msgstr "Archiwa"
-
-#: includes/fields/class-acf-field-page_link.php:22
-msgid "Page Link"
-msgstr "Odnośnik do strony"
-
-#: includes/fields/class-acf-field-taxonomy.php:886
-#: includes/locations/class-acf-location-user-form.php:72
-msgid "Add"
-msgstr "Dodaj"
-
-#: includes/admin/views/acf-field-group/fields.php:53
-#: includes/fields/class-acf-field-taxonomy.php:856
-#: pro/fields/class-acf-field-flexible-content.php:566
-msgid "Name"
-msgstr "Nazwa"
-
-#. translators: %s: Taxonomy name
-#: includes/fields/class-acf-field-taxonomy.php:841
-msgid "%s added"
-msgstr "Dodano %s"
-
-#. translators: %s: Taxonomy name
-#: includes/fields/class-acf-field-taxonomy.php:804
-msgid "%s already exists"
-msgstr "%s już istnieje"
-
-#. translators: %s: Taxonomy name
-#: includes/fields/class-acf-field-taxonomy.php:791
-msgid "User unable to add new %s"
-msgstr "Użytkownik nie może dodać nowych „%s”"
-
-#: includes/fields/class-acf-field-taxonomy.php:677
-msgid "Term ID"
-msgstr "Identyfikator terminu"
-
-#: includes/fields/class-acf-field-taxonomy.php:676
-msgid "Term Object"
-msgstr "Obiekt terminu"
-
-#: includes/fields/class-acf-field-taxonomy.php:661
-msgid "Load value from posts terms"
-msgstr "Wczytaj wartości z terminów taksonomii z wpisu"
-
-#: includes/fields/class-acf-field-taxonomy.php:660
-msgid "Load Terms"
-msgstr "Wczytaj terminy taksonomii"
-
-#: includes/fields/class-acf-field-taxonomy.php:650
-msgid "Connect selected terms to the post"
-msgstr "Przypisz wybrane terminy taksonomii do wpisu"
-
-#: includes/fields/class-acf-field-taxonomy.php:649
-msgid "Save Terms"
-msgstr "Zapisz terminy taksonomii"
-
-#: includes/fields/class-acf-field-taxonomy.php:639
-msgid "Allow new terms to be created whilst editing"
-msgstr "Zezwól na tworzenie nowych terminów taksonomii podczas edycji"
-
-#: includes/fields/class-acf-field-taxonomy.php:638
-msgid "Create Terms"
-msgstr "Tworzenie terminów taksonomii"
-
-#: includes/fields/class-acf-field-taxonomy.php:697
-msgid "Radio Buttons"
-msgstr "Pola wyboru"
-
-#: includes/fields/class-acf-field-taxonomy.php:696
-msgid "Single Value"
-msgstr "Pojedyncza wartość"
-
-#: includes/fields/class-acf-field-taxonomy.php:694
-msgid "Multi Select"
-msgstr "Wybór wielokrotny"
-
-#: includes/fields/class-acf-field-checkbox.php:22
-#: includes/fields/class-acf-field-taxonomy.php:693
-msgid "Checkbox"
-msgstr "Pole zaznaczenia"
-
-#: includes/fields/class-acf-field-taxonomy.php:692
-msgid "Multiple Values"
-msgstr "Wiele wartości"
-
-#: includes/fields/class-acf-field-taxonomy.php:687
-msgid "Select the appearance of this field"
-msgstr "Określ wygląd tego pola"
-
-#: includes/fields/class-acf-field-taxonomy.php:686
-msgid "Appearance"
-msgstr "Wygląd"
-
-#: includes/fields/class-acf-field-taxonomy.php:628
-msgid "Select the taxonomy to be displayed"
-msgstr "Wybierz taksonomię do wyświetlenia"
-
-#. translators: %s: Taxonomy name
-#: includes/fields/class-acf-field-taxonomy.php:592
-msgctxt "No Terms"
-msgid "No %s"
-msgstr "Brak „%s”"
-
-#. translators: %d: the maximum value
-#: includes/fields/class-acf-field-number.php:243
-msgid "Value must be equal to or lower than %d"
-msgstr "Wartość musi być równa lub niższa od %d"
-
-#. translators: %d: the minimum value
-#: includes/fields/class-acf-field-number.php:237
-msgid "Value must be equal to or higher than %d"
-msgstr "Wartość musi być równa lub wyższa od %d"
-
-#: includes/fields/class-acf-field-number.php:224
-msgid "Value must be a number"
-msgstr "Wartość musi być liczbą"
-
-#: includes/fields/class-acf-field-number.php:23
-msgid "Number"
-msgstr "Liczba"
-
-#: includes/fields/class-acf-field-radio.php:254
-msgid "Save 'other' values to the field's choices"
-msgstr "Dopisz wartości wyboru „inne” do wyborów pola"
-
-#: includes/fields/class-acf-field-radio.php:243
-msgid "Add 'other' choice to allow for custom values"
-msgstr "Dodaj wybór „inne”, aby zezwolić na własne wartości"
-
-#: includes/admin/views/global/navigation.php:159
-msgid "Other"
-msgstr "Inne"
-
-#: includes/fields/class-acf-field-radio.php:22
-msgid "Radio Button"
-msgstr "Pole wyboru"
-
-#: includes/fields/class-acf-field-accordion.php:106
-msgid "Define an endpoint for the previous accordion to stop. This accordion will not be visible."
-msgstr "Zdefiniuj punkt końcowy dla zatrzymania poprzedniego panelu zwijanego. Ten panel zwijany nie będzie widoczny."
-
-#: includes/fields/class-acf-field-accordion.php:95
-msgid "Allow this accordion to open without closing others."
-msgstr "Zezwól, aby ten zwijany panel otwierał się bez zamykania innych."
-
-#: includes/fields/class-acf-field-accordion.php:94
-msgid "Multi-Expand"
-msgstr "Multi-expand"
-
-#: includes/fields/class-acf-field-accordion.php:84
-msgid "Display this accordion as open on page load."
-msgstr "Pokaż ten zwijany panel jako otwarty po załadowaniu strony."
-
-#: includes/fields/class-acf-field-accordion.php:83
-msgid "Open"
-msgstr "Otwórz"
-
-#: includes/fields/class-acf-field-accordion.php:24
-msgid "Accordion"
-msgstr "Zwijany panel"
-
-#: includes/fields/class-acf-field-file.php:256
-#: includes/fields/class-acf-field-file.php:268
-msgid "Restrict which files can be uploaded"
-msgstr "Określ jakie pliki mogą być przesyłane"
-
-#: includes/fields/class-acf-field-file.php:210
-msgid "File ID"
-msgstr "Identyfikator pliku"
-
-#: includes/fields/class-acf-field-file.php:209
-msgid "File URL"
-msgstr "Adres URL pliku"
-
-#: includes/fields/class-acf-field-file.php:208
-msgid "File Array"
-msgstr "Tablica pliku"
-
-#: includes/fields/class-acf-field-file.php:179
-msgid "Add File"
-msgstr "Dodaj plik"
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:152
-#: includes/fields/class-acf-field-file.php:179
-msgid "No file selected"
-msgstr "Nie wybrano pliku"
-
-#: includes/fields/class-acf-field-file.php:141
-msgid "File name"
-msgstr "Nazwa pliku"
-
-#: includes/fields/class-acf-field-file.php:58
-msgid "Update File"
-msgstr "Aktualizuj plik"
-
-#: includes/fields/class-acf-field-file.php:57
-msgid "Edit File"
-msgstr "Edytuj plik"
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:56
-#: includes/fields/class-acf-field-file.php:56
-msgid "Select File"
-msgstr "Wybierz plik"
-
-#: includes/fields/class-acf-field-file.php:23
-msgid "File"
-msgstr "Plik"
-
-#: includes/fields/class-acf-field-password.php:22
-msgid "Password"
-msgstr "Hasło"
-
-#: includes/fields/class-acf-field-select.php:358
-msgid "Specify the value returned"
-msgstr "Określ zwracaną wartość"
-
-#: includes/fields/class-acf-field-select.php:426
-msgid "Use AJAX to lazy load choices?"
-msgstr "Używaj AJAX do wczytywania wyborów?"
-
-#: includes/fields/class-acf-field-checkbox.php:333
-#: includes/fields/class-acf-field-select.php:347
-msgid "Enter each default value on a new line"
-msgstr "Wpisz każdą domyślną wartość w osobnej linii"
-
-#: includes/fields/class-acf-field-select.php:222
-#: includes/media.php:48
-msgctxt "verb"
-msgid "Select"
-msgstr "Wybierz"
-
-#: includes/fields/class-acf-field-select.php:102
-msgctxt "Select2 JS load_fail"
-msgid "Loading failed"
-msgstr "Wczytywanie zakończone niepowodzeniem"
-
-#: includes/fields/class-acf-field-select.php:101
-msgctxt "Select2 JS searching"
-msgid "Searching…"
-msgstr "Szukam…"
-
-#: includes/fields/class-acf-field-select.php:100
-msgctxt "Select2 JS load_more"
-msgid "Loading more results…"
-msgstr "Wczytuję więcej wyników…"
-
-#. translators: %d - maximum number of items that can be selected in the select field
-#: includes/fields/class-acf-field-select.php:99
-msgctxt "Select2 JS selection_too_long_n"
-msgid "You can only select %d items"
-msgstr "Możesz wybrać tylko %d elementy(-tów)"
-
-#: includes/fields/class-acf-field-select.php:97
-msgctxt "Select2 JS selection_too_long_1"
-msgid "You can only select 1 item"
-msgstr "Możesz wybrać tylko 1 element"
-
-#. translators: %d - number of characters that should be removed from select field
-#: includes/fields/class-acf-field-select.php:96
-msgctxt "Select2 JS input_too_long_n"
-msgid "Please delete %d characters"
-msgstr "Proszę usunąć %d znaki(-ów)"
-
-#: includes/fields/class-acf-field-select.php:94
-msgctxt "Select2 JS input_too_long_1"
-msgid "Please delete 1 character"
-msgstr "Proszę usunąć 1 znak"
-
-#. translators: %d - number of characters to enter into select field input
-#: includes/fields/class-acf-field-select.php:93
-msgctxt "Select2 JS input_too_short_n"
-msgid "Please enter %d or more characters"
-msgstr "Wpisz %d lub więcej znaków"
-
-#: includes/fields/class-acf-field-select.php:91
-msgctxt "Select2 JS input_too_short_1"
-msgid "Please enter 1 or more characters"
-msgstr "Wpisz 1 lub więcej znaków"
-
-#: includes/fields/class-acf-field-select.php:90
-msgctxt "Select2 JS matches_0"
-msgid "No matches found"
-msgstr "Brak pasujących wyników"
-
-#. translators: %d - number of results available in select field
-#: includes/fields/class-acf-field-select.php:89
-msgctxt "Select2 JS matches_n"
-msgid "%d results are available, use up and down arrow keys to navigate."
-msgstr "Dostępnych wyników: %d. Użyj strzałek w górę i w dół, aby nawigować."
-
-#: includes/fields/class-acf-field-select.php:87
-msgctxt "Select2 JS matches_1"
-msgid "One result is available, press enter to select it."
-msgstr "Dostępny jest jeden wynik. Aby go wybrać, naciśnij Enter."
-
-#: includes/fields/class-acf-field-select.php:23
-#: includes/fields/class-acf-field-taxonomy.php:698
-msgctxt "noun"
-msgid "Select"
-msgstr "Lista wyboru"
-
-#: includes/fields/class-acf-field-user.php:103
-msgid "User ID"
-msgstr "Identyfikator użytkownika"
-
-#: includes/fields/class-acf-field-user.php:102
-msgid "User Object"
-msgstr "Obiekt użytkownika"
-
-#: includes/fields/class-acf-field-user.php:101
-msgid "User Array"
-msgstr "Tablica użytkownika"
-
-#: includes/fields/class-acf-field-user.php:89
-msgid "All user roles"
-msgstr "Wszystkie role użytkownika"
-
-#: includes/fields/class-acf-field-user.php:81
-msgid "Filter by Role"
-msgstr "Filtruj wg roli"
-
-#: includes/fields/class-acf-field-user.php:16
-#: includes/locations.php:103
-msgid "User"
-msgstr "Użytkownik"
-
-#: includes/fields/class-acf-field-separator.php:22
-msgid "Separator"
-msgstr "Separator"
-
-#: includes/fields/class-acf-field-color_picker.php:69
-msgid "Select Color"
-msgstr "Wybierz kolor"
-
-#: includes/admin/post-types/admin-post-type.php:127
-#: includes/admin/post-types/admin-taxonomy.php:129
-#: includes/fields/class-acf-field-color_picker.php:67
-#: pro/admin/post-types/admin-ui-options-page.php:135
-msgid "Default"
-msgstr "Domyślne"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:89
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:141
-#: includes/fields/class-acf-field-color_picker.php:65
-msgid "Clear"
-msgstr "Wyczyść"
-
-#: includes/fields/class-acf-field-color_picker.php:22
-msgid "Color Picker"
-msgstr "Wybór koloru"
-
-#: includes/fields/class-acf-field-date_time_picker.php:82
-msgctxt "Date Time Picker JS pmTextShort"
-msgid "P"
-msgstr "P"
-
-#: includes/fields/class-acf-field-date_time_picker.php:81
-msgctxt "Date Time Picker JS pmText"
-msgid "PM"
-msgstr "PM"
-
-#: includes/fields/class-acf-field-date_time_picker.php:78
-msgctxt "Date Time Picker JS amTextShort"
-msgid "A"
-msgstr "A"
-
-#: includes/fields/class-acf-field-date_time_picker.php:77
-msgctxt "Date Time Picker JS amText"
-msgid "AM"
-msgstr "AM"
-
-#: includes/fields/class-acf-field-date_time_picker.php:75
-msgctxt "Date Time Picker JS selectText"
-msgid "Select"
-msgstr "Wybierz"
-
-#: includes/fields/class-acf-field-date_time_picker.php:74
-msgctxt "Date Time Picker JS closeText"
-msgid "Done"
-msgstr "Gotowe"
-
-#: includes/fields/class-acf-field-date_time_picker.php:73
-msgctxt "Date Time Picker JS currentText"
-msgid "Now"
-msgstr "Teraz"
-
-#: includes/fields/class-acf-field-date_time_picker.php:72
-msgctxt "Date Time Picker JS timezoneText"
-msgid "Time Zone"
-msgstr "Strefa czasowa"
-
-#: includes/fields/class-acf-field-date_time_picker.php:71
-msgctxt "Date Time Picker JS microsecText"
-msgid "Microsecond"
-msgstr "Mikrosekunda"
-
-#: includes/fields/class-acf-field-date_time_picker.php:70
-msgctxt "Date Time Picker JS millisecText"
-msgid "Millisecond"
-msgstr "Milisekunda"
-
-#: includes/fields/class-acf-field-date_time_picker.php:69
-msgctxt "Date Time Picker JS secondText"
-msgid "Second"
-msgstr "Sekunda"
-
-#: includes/fields/class-acf-field-date_time_picker.php:68
-msgctxt "Date Time Picker JS minuteText"
-msgid "Minute"
-msgstr "Minuta"
-
-#: includes/fields/class-acf-field-date_time_picker.php:67
-msgctxt "Date Time Picker JS hourText"
-msgid "Hour"
-msgstr "Godzina"
-
-#: includes/fields/class-acf-field-date_time_picker.php:66
-msgctxt "Date Time Picker JS timeText"
-msgid "Time"
-msgstr "Czas"
-
-#: includes/fields/class-acf-field-date_time_picker.php:65
-msgctxt "Date Time Picker JS timeOnlyTitle"
-msgid "Choose Time"
-msgstr "Określ czas"
-
-#: includes/fields/class-acf-field-date_time_picker.php:22
-msgid "Date Time Picker"
-msgstr "Wybór daty i godziny"
-
-#: includes/fields/class-acf-field-accordion.php:105
-msgid "Endpoint"
-msgstr "Punkt końcowy"
-
-#: includes/admin/views/acf-field-group/options.php:130
-#: includes/fields/class-acf-field-tab.php:112
-msgid "Left aligned"
-msgstr "Wyrównanie do lewej"
-
-#: includes/admin/views/acf-field-group/options.php:129
-#: includes/fields/class-acf-field-tab.php:111
-msgid "Top aligned"
-msgstr "Wyrównanie do góry"
-
-#: includes/fields/class-acf-field-tab.php:107
-msgid "Placement"
-msgstr "Położenie"
-
-#: includes/fields/class-acf-field-tab.php:23
-msgid "Tab"
-msgstr "Zakładka"
-
-#: includes/fields/class-acf-field-url.php:138
-msgid "Value must be a valid URL"
-msgstr "Wartość musi być poprawnym adresem URL"
-
-#: includes/fields/class-acf-field-link.php:153
-msgid "Link URL"
-msgstr "Adres URL odnośnika"
-
-#: includes/fields/class-acf-field-link.php:152
-msgid "Link Array"
-msgstr "Tablica odnośnika"
-
-#: includes/fields/class-acf-field-link.php:124
-msgid "Opens in a new window/tab"
-msgstr "Otwiera się w nowym oknie/karcie"
-
-#: includes/fields/class-acf-field-link.php:119
-msgid "Select Link"
-msgstr "Wybierz odnośnik"
-
-#: includes/fields/class-acf-field-link.php:22
-msgid "Link"
-msgstr "Odnośnik"
-
-#: includes/fields/class-acf-field-email.php:23
-msgid "Email"
-msgstr "E-mail"
-
-#: includes/fields/class-acf-field-number.php:174
-#: includes/fields/class-acf-field-range.php:206
-msgid "Step Size"
-msgstr "Wielkość kroku"
-
-#: includes/fields/class-acf-field-number.php:144
-#: includes/fields/class-acf-field-range.php:184
-msgid "Maximum Value"
-msgstr "Wartość maksymalna"
-
-#: includes/fields/class-acf-field-number.php:134
-#: includes/fields/class-acf-field-range.php:173
-msgid "Minimum Value"
-msgstr "Wartość minimalna"
-
-#: includes/fields/class-acf-field-range.php:22
-msgid "Range"
-msgstr "Zakres"
-
-#: includes/fields/class-acf-field-button-group.php:165
-#: includes/fields/class-acf-field-checkbox.php:350
-#: includes/fields/class-acf-field-radio.php:210
-#: includes/fields/class-acf-field-select.php:365
-msgid "Both (Array)"
-msgstr "Oba (tablica)"
-
-#: includes/admin/views/acf-field-group/fields.php:52
-#: includes/fields/class-acf-field-button-group.php:164
-#: includes/fields/class-acf-field-checkbox.php:349
-#: includes/fields/class-acf-field-radio.php:209
-#: includes/fields/class-acf-field-select.php:364
-#: pro/fields/class-acf-field-flexible-content.php:549
-msgid "Label"
-msgstr "Etykieta"
-
-#: includes/fields/class-acf-field-button-group.php:163
-#: includes/fields/class-acf-field-checkbox.php:348
-#: includes/fields/class-acf-field-radio.php:208
-#: includes/fields/class-acf-field-select.php:363
-msgid "Value"
-msgstr "Wartość"
-
-#: includes/fields/class-acf-field-button-group.php:211
-#: includes/fields/class-acf-field-checkbox.php:411
-#: includes/fields/class-acf-field-radio.php:282
-msgid "Vertical"
-msgstr "Pionowy"
-
-#: includes/fields/class-acf-field-button-group.php:210
-#: includes/fields/class-acf-field-checkbox.php:412
-#: includes/fields/class-acf-field-radio.php:283
-msgid "Horizontal"
-msgstr "Poziomy"
-
-#: includes/fields/class-acf-field-button-group.php:138
-#: includes/fields/class-acf-field-checkbox.php:323
-#: includes/fields/class-acf-field-radio.php:183
-#: includes/fields/class-acf-field-select.php:336
-msgid "red : Red"
-msgstr "czerwony : Czerwony"
-
-#: includes/fields/class-acf-field-button-group.php:138
-#: includes/fields/class-acf-field-checkbox.php:323
-#: includes/fields/class-acf-field-radio.php:183
-#: includes/fields/class-acf-field-select.php:336
-msgid "For more control, you may specify both a value and label like this:"
-msgstr "Aby uzyskać większą kontrolę, można określić wartość i etykietę w niniejszy sposób:"
-
-#: includes/fields/class-acf-field-button-group.php:138
-#: includes/fields/class-acf-field-checkbox.php:323
-#: includes/fields/class-acf-field-radio.php:183
-#: includes/fields/class-acf-field-select.php:336
-msgid "Enter each choice on a new line."
-msgstr "Wpisz każdy z wyborów w osobnej linii."
-
-#: includes/fields/class-acf-field-button-group.php:137
-#: includes/fields/class-acf-field-checkbox.php:322
-#: includes/fields/class-acf-field-radio.php:182
-#: includes/fields/class-acf-field-select.php:335
-msgid "Choices"
-msgstr "Wybory"
-
-#: includes/fields/class-acf-field-button-group.php:23
-msgid "Button Group"
-msgstr "Grupa przycisków"
-
-#: includes/fields/class-acf-field-button-group.php:183
-#: includes/fields/class-acf-field-page_link.php:519
-#: includes/fields/class-acf-field-post_object.php:433
-#: includes/fields/class-acf-field-radio.php:228
-#: includes/fields/class-acf-field-select.php:394
-#: includes/fields/class-acf-field-taxonomy.php:707
-#: includes/fields/class-acf-field-user.php:133
-msgid "Allow Null"
-msgstr "Zezwól na pusty"
-
-#: includes/fields/class-acf-field-page_link.php:273
-#: includes/fields/class-acf-field-post_object.php:255
-#: includes/fields/class-acf-field-taxonomy.php:874
-msgid "Parent"
-msgstr "Element nadrzędny"
-
-#: includes/fields/class-acf-field-wysiwyg.php:367
-msgid "TinyMCE will not be initialized until field is clicked"
-msgstr "TinyMCE nie zostanie zainicjowany, dopóki to pole nie zostanie kliknięte"
-
-#: includes/fields/class-acf-field-wysiwyg.php:366
-msgid "Delay Initialization"
-msgstr "Opóźnij inicjowanie"
-
-#: includes/fields/class-acf-field-wysiwyg.php:355
-msgid "Show Media Upload Buttons"
-msgstr "Pokaż przycisk dodawania mediów"
-
-#: includes/fields/class-acf-field-wysiwyg.php:339
-msgid "Toolbar"
-msgstr "Pasek narzędzi"
-
-#: includes/fields/class-acf-field-wysiwyg.php:331
-msgid "Text Only"
-msgstr "Tylko tekstowa"
-
-#: includes/fields/class-acf-field-wysiwyg.php:330
-msgid "Visual Only"
-msgstr "Tylko wizualna"
-
-#: includes/fields/class-acf-field-wysiwyg.php:329
-msgid "Visual & Text"
-msgstr "Wizualna i tekstowa"
-
-#: includes/fields/class-acf-field-icon_picker.php:237
-#: includes/fields/class-acf-field-wysiwyg.php:324
-msgid "Tabs"
-msgstr "Zakładki"
-
-#: includes/fields/class-acf-field-wysiwyg.php:268
-msgid "Click to initialize TinyMCE"
-msgstr "Kliknij, aby zainicjować TinyMCE"
-
-#: includes/fields/class-acf-field-wysiwyg.php:262
-msgctxt "Name for the Text editor tab (formerly HTML)"
-msgid "Text"
-msgstr "Tekstowy"
-
-#: includes/fields/class-acf-field-wysiwyg.php:261
-msgid "Visual"
-msgstr "Wizualny"
-
-#. translators: %d: the maximum number of characters
-#: includes/fields/class-acf-field-text.php:183
-#: includes/fields/class-acf-field-textarea.php:219
-msgid "Value must not exceed %d characters"
-msgstr "Wartość nie może przekraczać %d znaków"
-
-#: includes/fields/class-acf-field-text.php:117
-#: includes/fields/class-acf-field-textarea.php:115
-msgid "Leave blank for no limit"
-msgstr "Pozostaw puste w przypadku braku limitu"
-
-#: includes/fields/class-acf-field-text.php:116
-#: includes/fields/class-acf-field-textarea.php:114
-msgid "Character Limit"
-msgstr "Limit znaków"
-
-#: includes/fields/class-acf-field-email.php:145
-#: includes/fields/class-acf-field-number.php:195
-#: includes/fields/class-acf-field-password.php:95
-#: includes/fields/class-acf-field-range.php:228
-#: includes/fields/class-acf-field-text.php:157
-msgid "Appears after the input"
-msgstr "Pojawia się za polem"
-
-#: includes/fields/class-acf-field-email.php:144
-#: includes/fields/class-acf-field-number.php:194
-#: includes/fields/class-acf-field-password.php:94
-#: includes/fields/class-acf-field-range.php:227
-#: includes/fields/class-acf-field-text.php:156
-msgid "Append"
-msgstr "Za polem (sufiks)"
-
-#: includes/fields/class-acf-field-email.php:135
-#: includes/fields/class-acf-field-number.php:185
-#: includes/fields/class-acf-field-password.php:85
-#: includes/fields/class-acf-field-range.php:218
-#: includes/fields/class-acf-field-text.php:147
-msgid "Appears before the input"
-msgstr "Pojawia się przed polem"
-
-#: includes/fields/class-acf-field-email.php:134
-#: includes/fields/class-acf-field-number.php:184
-#: includes/fields/class-acf-field-password.php:84
-#: includes/fields/class-acf-field-range.php:217
-#: includes/fields/class-acf-field-text.php:146
-msgid "Prepend"
-msgstr "Przed polem (prefiks)"
-
-#: includes/fields/class-acf-field-email.php:125
-#: includes/fields/class-acf-field-number.php:165
-#: includes/fields/class-acf-field-password.php:75
-#: includes/fields/class-acf-field-text.php:137
-#: includes/fields/class-acf-field-textarea.php:147
-#: includes/fields/class-acf-field-url.php:105
-msgid "Appears within the input"
-msgstr "Pojawia się w polu"
-
-#: includes/fields/class-acf-field-email.php:124
-#: includes/fields/class-acf-field-number.php:164
-#: includes/fields/class-acf-field-password.php:74
-#: includes/fields/class-acf-field-text.php:136
-#: includes/fields/class-acf-field-textarea.php:146
-#: includes/fields/class-acf-field-url.php:104
-msgid "Placeholder Text"
-msgstr "Placeholder (tekst zastępczy)"
-
-#: includes/fields/class-acf-field-button-group.php:148
-#: includes/fields/class-acf-field-email.php:105
-#: includes/fields/class-acf-field-number.php:115
-#: includes/fields/class-acf-field-radio.php:193
-#: includes/fields/class-acf-field-range.php:154
-#: includes/fields/class-acf-field-text.php:97
-#: includes/fields/class-acf-field-textarea.php:95
-#: includes/fields/class-acf-field-url.php:85
-#: includes/fields/class-acf-field-wysiwyg.php:292
-msgid "Appears when creating a new post"
-msgstr "Wyświetlana podczas tworzenia nowego wpisu"
-
-#: includes/fields/class-acf-field-text.php:23
-msgid "Text"
-msgstr "Tekst"
-
-#. translators: %1$s: field label, %2$s: minimum number of selections
-#. translators: 1: field label, 2: minimum number of selections
-#: includes/fields/class-acf-field-relationship.php:755
-#: pro/fields/class-acf-field-gallery.php:789
-msgid "%1$s requires at least %2$s selection"
-msgid_plural "%1$s requires at least %2$s selections"
-msgstr[0] "%1$s wymaga co najmniej %2$s wyboru"
-msgstr[1] "%1$s wymaga co najmniej %2$s wyborów"
-msgstr[2] "%1$s wymaga co najmniej %2$s wyborów"
-
-#: includes/fields/class-acf-field-post_object.php:403
-#: includes/fields/class-acf-field-relationship.php:617
-msgid "Post ID"
-msgstr "Identyfikator wpisu"
-
-#: includes/fields/class-acf-field-post_object.php:16
-#: includes/fields/class-acf-field-post_object.php:402
-#: includes/fields/class-acf-field-relationship.php:616
-msgid "Post Object"
-msgstr "Obiekt wpisu"
-
-#: includes/fields/class-acf-field-relationship.php:649
-msgid "Maximum Posts"
-msgstr "Maksimum wpisów"
-
-#: includes/fields/class-acf-field-relationship.php:639
-msgid "Minimum Posts"
-msgstr "Minimum wpisów"
-
-#: includes/admin/views/acf-field-group/options.php:183
-#: includes/admin/views/acf-post-type/advanced-settings.php:29
-#: includes/fields/class-acf-field-relationship.php:674
-msgid "Featured Image"
-msgstr "Obrazek wyróżniający"
-
-#: includes/fields/class-acf-field-relationship.php:670
-msgid "Selected elements will be displayed in each result"
-msgstr "Wybrane elementy będą wyświetlone przy każdym wyniku"
-
-#: includes/fields/class-acf-field-relationship.php:669
-msgid "Elements"
-msgstr "Elementy"
-
-#: includes/fields/class-acf-field-relationship.php:603
-#: includes/fields/class-acf-field-taxonomy.php:21
-#: includes/fields/class-acf-field-taxonomy.php:627
-#: includes/locations/class-acf-location-taxonomy.php:22
-msgid "Taxonomy"
-msgstr "Taksonomia"
-
-#: includes/fields/class-acf-field-relationship.php:602
-#: includes/locations/class-acf-location-post-type.php:22
-#: includes/post-types/class-acf-post-type.php:93
-msgid "Post Type"
-msgstr "Typ treści"
-
-#: includes/fields/class-acf-field-relationship.php:596
-msgid "Filters"
-msgstr "Filtry"
-
-#: includes/fields/class-acf-field-page_link.php:480
-#: includes/fields/class-acf-field-post_object.php:390
-#: includes/fields/class-acf-field-relationship.php:589
-msgid "All taxonomies"
-msgstr "Wszystkie taksonomie"
-
-#: includes/fields/class-acf-field-page_link.php:472
-#: includes/fields/class-acf-field-post_object.php:382
-#: includes/fields/class-acf-field-relationship.php:581
-msgid "Filter by Taxonomy"
-msgstr "Filtruj wg taksonomii"
-
-#: includes/fields/class-acf-field-page_link.php:450
-#: includes/fields/class-acf-field-post_object.php:360
-#: includes/fields/class-acf-field-relationship.php:559
-msgid "All post types"
-msgstr "Wszystkie typy treści"
-
-#: includes/fields/class-acf-field-page_link.php:442
-#: includes/fields/class-acf-field-post_object.php:352
-#: includes/fields/class-acf-field-relationship.php:551
-msgid "Filter by Post Type"
-msgstr "Filtruj wg typu treści"
-
-#: includes/fields/class-acf-field-relationship.php:451
-msgid "Search..."
-msgstr "Wyszukiwanie…"
-
-#: includes/fields/class-acf-field-relationship.php:381
-msgid "Select taxonomy"
-msgstr "Wybierz taksonomię"
-
-#: includes/fields/class-acf-field-relationship.php:373
-msgid "Select post type"
-msgstr "Wybierz typ treści"
-
-#: includes/fields/class-acf-field-relationship.php:79
-msgid "No matches found"
-msgstr "Brak pasujących wyników"
-
-#: includes/fields/class-acf-field-relationship.php:78
-msgid "Loading"
-msgstr "Wczytywanie"
-
-#: includes/fields/class-acf-field-relationship.php:77
-msgid "Maximum values reached ( {max} values )"
-msgstr "Maksymalna liczba wartości została przekroczona ( {max} wartości )"
-
-#: includes/fields/class-acf-field-relationship.php:18
-msgid "Relationship"
-msgstr "Relacja"
-
-#: includes/fields/class-acf-field-file.php:280
-#: includes/fields/class-acf-field-image.php:307
-#: pro/fields/class-acf-field-gallery.php:661
-#, fuzzy
-msgid "Comma separated list. Leave blank for all types"
-msgstr ""
-"Lista rozdzielana przecinkami. Pozostaw puste dla wszystkich typów"
-
-#: includes/fields/class-acf-field-file.php:279
-#: includes/fields/class-acf-field-image.php:306
-#: pro/fields/class-acf-field-gallery.php:660
-msgid "Allowed File Types"
-msgstr "Dozwolone typy plików"
-
-#: includes/fields/class-acf-field-file.php:267
-#: includes/fields/class-acf-field-image.php:270
-#: pro/fields/class-acf-field-gallery.php:624
-msgid "Maximum"
-msgstr "Maksimum"
-
-#: includes/fields/class-acf-field-file.php:145
-#: includes/fields/class-acf-field-file.php:259
-#: includes/fields/class-acf-field-file.php:271
-#: includes/fields/class-acf-field-image.php:261
-#: includes/fields/class-acf-field-image.php:297
-#: pro/fields/class-acf-field-gallery.php:615
-#: pro/fields/class-acf-field-gallery.php:651
-msgid "File size"
-msgstr "Wielkość pliku"
-
-#: includes/fields/class-acf-field-image.php:235
-#: includes/fields/class-acf-field-image.php:271
-#: pro/fields/class-acf-field-gallery.php:589
-#: pro/fields/class-acf-field-gallery.php:625
-msgid "Restrict which images can be uploaded"
-msgstr "Określ jakie obrazy mogą być przesyłane"
-
-#: includes/fields/class-acf-field-file.php:255
-#: includes/fields/class-acf-field-image.php:234
-#: pro/fields/class-acf-field-gallery.php:588
-msgid "Minimum"
-msgstr "Minimum"
-
-#: includes/fields/class-acf-field-file.php:225
-#: includes/fields/class-acf-field-image.php:200
-#: pro/fields/class-acf-field-gallery.php:532
-#, fuzzy
-msgid "Uploaded to post"
-msgstr ""
-"Przesłane do wpisu"
-
-#: includes/fields/class-acf-field-file.php:224
-#: includes/fields/class-acf-field-image.php:199
-#: includes/locations/class-acf-location-attachment.php:74
-#: includes/locations/class-acf-location-comment.php:61
-#: includes/locations/class-acf-location-nav-menu.php:74
-#: includes/locations/class-acf-location-taxonomy.php:63
-#: includes/locations/class-acf-location-user-form.php:71
-#: includes/locations/class-acf-location-user-role.php:78
-#: includes/locations/class-acf-location-widget.php:65
-#: pro/fields/class-acf-field-gallery.php:531
-#: pro/locations/class-acf-location-block.php:68
-msgid "All"
-msgstr "Wszystkie"
-
-#: includes/fields/class-acf-field-file.php:219
-#: includes/fields/class-acf-field-image.php:194
-#: pro/fields/class-acf-field-gallery.php:526
-#, fuzzy
-msgid "Limit the media library choice"
-msgstr ""
-"Ograniczenie wyborów z biblioteki"
-
-#: includes/fields/class-acf-field-file.php:218
-#: includes/fields/class-acf-field-image.php:193
-#: pro/fields/class-acf-field-gallery.php:525
-msgid "Library"
-msgstr "Biblioteka"
-
-#: includes/fields/class-acf-field-image.php:326
-#: pro/fields/class-acf-field-gallery.php:694
-msgid "Preview Size"
-msgstr "Rozmiar podglądu"
-
-#: includes/fields/class-acf-field-image.php:185
-#: pro/fields/class-acf-field-gallery.php:517
-#, fuzzy
-msgid "Image ID"
-msgstr ""
-"ID obrazu"
-
-#: includes/fields/class-acf-field-image.php:184
-#: pro/fields/class-acf-field-gallery.php:516
-#, fuzzy
-msgid "Image URL"
-msgstr ""
-"Adres URL obrazu"
-
-#: includes/fields/class-acf-field-image.php:183
-#: pro/fields/class-acf-field-gallery.php:515
-#, fuzzy
-msgid "Image Array"
-msgstr ""
-"Tablica obrazów (Array)"
-
-#: includes/fields/class-acf-field-button-group.php:158
-#: includes/fields/class-acf-field-checkbox.php:343
-#: includes/fields/class-acf-field-file.php:203
-#: includes/fields/class-acf-field-link.php:147
-#: includes/fields/class-acf-field-radio.php:203
-msgid "Specify the returned value on front end"
-msgstr "Określ wartość zwracaną w witrynie"
-
-#: includes/fields/class-acf-field-button-group.php:157
-#: includes/fields/class-acf-field-checkbox.php:342
-#: includes/fields/class-acf-field-file.php:202
-#: includes/fields/class-acf-field-link.php:146
-#: includes/fields/class-acf-field-radio.php:202
-#: includes/fields/class-acf-field-taxonomy.php:671
-msgid "Return Value"
-msgstr "Zwracana wartość"
-
-#: includes/fields/class-acf-field-image.php:155
-msgid "Add Image"
-msgstr "Dodaj obrazek"
-
-#: includes/fields/class-acf-field-image.php:155
-msgid "No image selected"
-msgstr "Nie wybrano obrazka"
-
-#: includes/assets.php:354
-#: includes/fields/class-acf-field-file.php:153
-#: includes/fields/class-acf-field-image.php:135
-#: includes/fields/class-acf-field-link.php:124
-#: pro/fields/class-acf-field-gallery.php:299
-#: pro/fields/class-acf-field-gallery.php:452
-msgid "Remove"
-msgstr "Usuń"
-
-#: includes/admin/views/acf-field-group/field.php:76
-#: includes/fields/class-acf-field-file.php:151
-#: includes/fields/class-acf-field-image.php:133
-#: includes/fields/class-acf-field-link.php:124
-#: pro/fields/class-acf-field-gallery.php:298
-msgid "Edit"
-msgstr "Edytuj"
-
-#: includes/fields/class-acf-field-image.php:63
-#: includes/media.php:55
-msgid "All images"
-msgstr "Wszystkie obrazki"
-
-#: includes/fields/class-acf-field-image.php:62
-msgid "Update Image"
-msgstr "Aktualizuj obrazek"
-
-#: includes/fields/class-acf-field-image.php:61
-msgid "Edit Image"
-msgstr "Edytuj obrazek"
-
-#: includes/fields/class-acf-field-image.php:60
-msgid "Select Image"
-msgstr "Wybierz obrazek"
-
-#: includes/fields/class-acf-field-image.php:22
-msgid "Image"
-msgstr "Obrazek"
-
-#: includes/fields/class-acf-field-message.php:113
-msgid "Allow HTML markup to display as visible text instead of rendering"
-msgstr "Zezwól aby znaczniki HTML były wyświetlane jako widoczny tekst, a nie renderowane"
-
-#: includes/fields/class-acf-field-message.php:112
-msgid "Escape HTML"
-msgstr "Dodawaj znaki ucieczki do HTML (escape HTML)"
-
-#: includes/fields/class-acf-field-message.php:104
-#: includes/fields/class-acf-field-textarea.php:163
-msgid "No Formatting"
-msgstr "Brak formatowania"
-
-#: includes/fields/class-acf-field-message.php:103
-#: includes/fields/class-acf-field-textarea.php:162
-msgid "Automatically add <br>"
-msgstr "Automatycznie dodaj <br>"
-
-#: includes/fields/class-acf-field-message.php:102
-#: includes/fields/class-acf-field-textarea.php:161
-msgid "Automatically add paragraphs"
-msgstr "Automatycznie twórz akapity"
-
-#: includes/fields/class-acf-field-message.php:98
-#: includes/fields/class-acf-field-textarea.php:157
-msgid "Controls how new lines are rendered"
-msgstr "Kontroluje jak są renderowane nowe linie"
-
-#: includes/fields/class-acf-field-message.php:97
-#: includes/fields/class-acf-field-textarea.php:156
-msgid "New Lines"
-msgstr "Nowe linie"
-
-#: includes/fields/class-acf-field-date_picker.php:221
-#: includes/fields/class-acf-field-date_time_picker.php:208
-msgid "Week Starts On"
-msgstr "Pierwszy dzień tygodnia"
-
-#: includes/fields/class-acf-field-date_picker.php:190
-msgid "The format used when saving a value"
-msgstr "Format używany podczas zapisywania wartości"
-
-#: includes/fields/class-acf-field-date_picker.php:189
-msgid "Save Format"
-msgstr "Zapisz format"
-
-#: includes/fields/class-acf-field-date_picker.php:61
-msgctxt "Date Picker JS weekHeader"
-msgid "Wk"
-msgstr "Tydz"
-
-#: includes/fields/class-acf-field-date_picker.php:60
-msgctxt "Date Picker JS prevText"
-msgid "Prev"
-msgstr "Wstecz"
-
-#: includes/fields/class-acf-field-date_picker.php:59
-msgctxt "Date Picker JS nextText"
-msgid "Next"
-msgstr "Dalej"
-
-#: includes/fields/class-acf-field-date_picker.php:58
-msgctxt "Date Picker JS currentText"
-msgid "Today"
-msgstr "Dzisiaj"
-
-#: includes/fields/class-acf-field-date_picker.php:57
-msgctxt "Date Picker JS closeText"
-msgid "Done"
-msgstr "Gotowe"
-
-#: includes/fields/class-acf-field-date_picker.php:22
-msgid "Date Picker"
-msgstr "Wybór daty"
-
-#: includes/fields/class-acf-field-image.php:238
-#: includes/fields/class-acf-field-image.php:274
-#: includes/fields/class-acf-field-oembed.php:241
-#: pro/fields/class-acf-field-gallery.php:592
-#: pro/fields/class-acf-field-gallery.php:628
-msgid "Width"
-msgstr "Szerokość"
-
-#: includes/fields/class-acf-field-oembed.php:238
-#: includes/fields/class-acf-field-oembed.php:250
-msgid "Embed Size"
-msgstr "Rozmiar osadzenia"
-
-#: includes/fields/class-acf-field-oembed.php:198
-msgid "Enter URL"
-msgstr "Wpisz adres URL"
-
-#: includes/fields/class-acf-field-oembed.php:22
-msgid "oEmbed"
-msgstr "oEmbed"
-
-#: includes/fields/class-acf-field-true_false.php:172
-msgid "Text shown when inactive"
-msgstr "Tekst wyświetlany, gdy jest wyłączone"
-
-#: includes/fields/class-acf-field-true_false.php:171
-msgid "Off Text"
-msgstr "Tekst, gdy wyłączone"
-
-#: includes/fields/class-acf-field-true_false.php:156
-msgid "Text shown when active"
-msgstr "Tekst wyświetlany, gdy jest włączone"
-
-#: includes/fields/class-acf-field-true_false.php:155
-msgid "On Text"
-msgstr "Tekst, gdy włączone"
-
-#: includes/fields/class-acf-field-select.php:415
-#: includes/fields/class-acf-field-true_false.php:187
-msgid "Stylized UI"
-msgstr "Ostylowany interfejs użytkownika"
-
-#: includes/fields/class-acf-field-button-group.php:147
-#: includes/fields/class-acf-field-checkbox.php:332
-#: includes/fields/class-acf-field-color_picker.php:144
-#: includes/fields/class-acf-field-email.php:104
-#: includes/fields/class-acf-field-number.php:114
-#: includes/fields/class-acf-field-radio.php:192
-#: includes/fields/class-acf-field-range.php:153
-#: includes/fields/class-acf-field-select.php:346
-#: includes/fields/class-acf-field-text.php:96
-#: includes/fields/class-acf-field-textarea.php:94
-#: includes/fields/class-acf-field-true_false.php:135
-#: includes/fields/class-acf-field-url.php:84
-#: includes/fields/class-acf-field-wysiwyg.php:291
-msgid "Default Value"
-msgstr "Wartość domyślna"
-
-#: includes/fields/class-acf-field-true_false.php:126
-msgid "Displays text alongside the checkbox"
-msgstr "Wyświetla tekst obok pola"
-
-#: includes/fields/class-acf-field-message.php:23
-#: includes/fields/class-acf-field-message.php:87
-#: includes/fields/class-acf-field-true_false.php:125
-msgid "Message"
-msgstr "Wiadomość"
-
-#: includes/assets.php:353
-#: includes/class-acf-site-health.php:257
-#: includes/class-acf-site-health.php:276
-#: includes/fields/class-acf-field-true_false.php:79
-#: includes/fields/class-acf-field-true_false.php:175
-msgid "No"
-msgstr "Nie"
-
-#: includes/assets.php:352
-#: includes/class-acf-site-health.php:256
-#: includes/class-acf-site-health.php:276
-#: includes/fields/class-acf-field-true_false.php:76
-#: includes/fields/class-acf-field-true_false.php:159
-msgid "Yes"
-msgstr "Tak"
-
-#: includes/fields/class-acf-field-true_false.php:22
-msgid "True / False"
-msgstr "Prawda / Fałsz"
-
-#: includes/fields/class-acf-field-group.php:415
-#: pro/fields/class-acf-field-clone.php:770
-#: pro/fields/class-acf-field-flexible-content.php:587
-#: pro/fields/class-acf-field-repeater.php:188
-msgid "Row"
-msgstr "Wiersz"
-
-#: includes/fields/class-acf-field-group.php:414
-#: pro/fields/class-acf-field-clone.php:769
-#: pro/fields/class-acf-field-flexible-content.php:585
-#: pro/fields/class-acf-field-repeater.php:186
-msgid "Table"
-msgstr "Tabela"
-
-#: includes/admin/post-types/admin-field-group.php:158
-#: includes/fields/class-acf-field-group.php:413
-#: pro/fields/class-acf-field-clone.php:768
-#: pro/fields/class-acf-field-flexible-content.php:586
-#: pro/fields/class-acf-field-repeater.php:187
-#: pro/locations/class-acf-location-block.php:22
-msgid "Block"
-msgstr "Blok"
-
-#: includes/fields/class-acf-field-group.php:408
-#: pro/fields/class-acf-field-clone.php:763
-msgid "Specify the style used to render the selected fields"
-msgstr "Określ style stosowane to renderowania wybranych pól"
-
-#: includes/fields.php:330
-#: includes/fields/class-acf-field-button-group.php:204
-#: includes/fields/class-acf-field-checkbox.php:405
-#: includes/fields/class-acf-field-group.php:407
-#: includes/fields/class-acf-field-radio.php:276
-#: pro/fields/class-acf-field-clone.php:762
-#: pro/fields/class-acf-field-flexible-content.php:510
-#: pro/fields/class-acf-field-flexible-content.php:573
-#: pro/fields/class-acf-field-repeater.php:179
-msgid "Layout"
-msgstr "Układ"
-
-#: includes/fields/class-acf-field-group.php:391
-#: pro/fields/class-acf-field-repeater.php:164
-msgid "Sub Fields"
-msgstr "Pola podrzędne"
-
-#: includes/fields/class-acf-field-group.php:22
-msgid "Group"
-msgstr "Grupa"
-
-#: includes/fields/class-acf-field-google-map.php:222
-msgid "Customize the map height"
-msgstr "Dostosuj wysokość mapy"
-
-#: includes/fields/class-acf-field-google-map.php:221
-#: includes/fields/class-acf-field-image.php:249
-#: includes/fields/class-acf-field-image.php:285
-#: includes/fields/class-acf-field-oembed.php:253
-#: pro/fields/class-acf-field-gallery.php:603
-#: pro/fields/class-acf-field-gallery.php:639
-msgid "Height"
-msgstr "Wysokość"
-
-#: includes/fields/class-acf-field-google-map.php:210
-msgid "Set the initial zoom level"
-msgstr "Ustaw początkowe powiększenie"
-
-#: includes/fields/class-acf-field-google-map.php:209
-msgid "Zoom"
-msgstr "Powiększenie"
-
-#: includes/fields/class-acf-field-google-map.php:183
-#: includes/fields/class-acf-field-google-map.php:196
-msgid "Center the initial map"
-msgstr "Wyśrodkuj początkową mapę"
-
-#: includes/fields/class-acf-field-google-map.php:182
-#: includes/fields/class-acf-field-google-map.php:195
-msgid "Center"
-msgstr "Wyśrodkowanie"
-
-#: includes/fields/class-acf-field-google-map.php:154
-msgid "Search for address..."
-msgstr "Szukaj adresu…"
-
-#: includes/fields/class-acf-field-google-map.php:151
-msgid "Find current location"
-msgstr "Znajdź aktualną lokalizację"
-
-#: includes/fields/class-acf-field-google-map.php:150
-msgid "Clear location"
-msgstr "Wyczyść lokalizację"
-
-#: includes/fields/class-acf-field-google-map.php:149
-#: includes/fields/class-acf-field-relationship.php:601
-msgid "Search"
-msgstr "Szukaj"
-
-#: includes/fields/class-acf-field-google-map.php:57
-msgid "Sorry, this browser does not support geolocation"
-msgstr "Przepraszamy, ta przeglądarka nie obsługuje geolokalizacji"
-
-#: includes/fields/class-acf-field-google-map.php:22
-msgid "Google Map"
-msgstr "Mapa Google"
-
-#: includes/fields/class-acf-field-date_picker.php:201
-#: includes/fields/class-acf-field-date_time_picker.php:189
-#: includes/fields/class-acf-field-time_picker.php:122
-msgid "The format returned via template functions"
-msgstr "Wartość zwracana przez funkcje w szablonie"
-
-#: includes/fields/class-acf-field-color_picker.php:168
-#: includes/fields/class-acf-field-date_picker.php:200
-#: includes/fields/class-acf-field-date_time_picker.php:188
-#: includes/fields/class-acf-field-icon_picker.php:260
-#: includes/fields/class-acf-field-image.php:177
-#: includes/fields/class-acf-field-post_object.php:397
-#: includes/fields/class-acf-field-relationship.php:611
-#: includes/fields/class-acf-field-select.php:357
-#: includes/fields/class-acf-field-time_picker.php:121
-#: includes/fields/class-acf-field-user.php:96
-#: pro/fields/class-acf-field-gallery.php:509
-msgid "Return Format"
-msgstr "Zwracany format"
-
-#: includes/fields/class-acf-field-date_picker.php:179
-#: includes/fields/class-acf-field-date_picker.php:210
-#: includes/fields/class-acf-field-date_time_picker.php:180
-#: includes/fields/class-acf-field-date_time_picker.php:198
-#: includes/fields/class-acf-field-time_picker.php:113
-#: includes/fields/class-acf-field-time_picker.php:129
-msgid "Custom:"
-msgstr "Własny:"
-
-#: includes/fields/class-acf-field-date_picker.php:171
-#: includes/fields/class-acf-field-date_time_picker.php:171
-#: includes/fields/class-acf-field-time_picker.php:106
-msgid "The format displayed when editing a post"
-msgstr "Format wyświetlany przy edycji wpisu"
-
-#: includes/fields/class-acf-field-date_picker.php:170
-#: includes/fields/class-acf-field-date_time_picker.php:170
-#: includes/fields/class-acf-field-time_picker.php:105
-msgid "Display Format"
-msgstr "Format wyświetlania"
-
-#: includes/fields/class-acf-field-time_picker.php:22
-msgid "Time Picker"
-msgstr "Wybór godziny"
-
-#. translators: counts for inactive field groups
-#: secure-custom-fields.php:498
-msgid "Inactive (%s)"
-msgid_plural "Inactive (%s)"
-msgstr[0] "Wyłączone (%s)"
-msgstr[1] "Wyłączone (%s)"
-msgstr[2] "Wyłączone (%s)"
-
-#: secure-custom-fields.php:459
-msgid "No Fields found in Trash"
-msgstr "Nie znaleziono żadnych pól w koszu"
-
-#: secure-custom-fields.php:458
-msgid "No Fields found"
-msgstr "Nie znaleziono żadnych pól"
-
-#: secure-custom-fields.php:457
-msgid "Search Fields"
-msgstr "Szukaj pól"
-
-#: secure-custom-fields.php:456
-msgid "View Field"
-msgstr "Zobacz pole"
-
-#: includes/admin/views/acf-field-group/fields.php:113
-#: secure-custom-fields.php:455
-msgid "New Field"
-msgstr "Nowe pole"
-
-#: secure-custom-fields.php:454
-msgid "Edit Field"
-msgstr "Edytuj pole"
-
-#: secure-custom-fields.php:453
-msgid "Add New Field"
-msgstr "Dodaj nowe pole"
-
-#: secure-custom-fields.php:451
-msgid "Field"
-msgstr "Pole"
-
-#: includes/admin/post-types/admin-field-group.php:179
-#: includes/admin/post-types/admin-field-groups.php:94
-#: includes/admin/views/acf-field-group/fields.php:32
-#: pro/fields/class-acf-field-clone.php:725
-#: pro/fields/class-acf-field-flexible-content.php:73
-#: secure-custom-fields.php:450
-msgid "Fields"
-msgstr "Pola"
-
-#: secure-custom-fields.php:425
-msgid "No Field Groups found in Trash"
-msgstr "Nie znaleziono żadnych grup pól w koszu"
-
-#: secure-custom-fields.php:424
-msgid "No Field Groups found"
-msgstr "Nie znaleziono żadnych grup pól"
-
-#: secure-custom-fields.php:423
-msgid "Search Field Groups"
-msgstr "Szukaj grup pól"
-
-#: secure-custom-fields.php:422
-msgid "View Field Group"
-msgstr "Zobacz grupę pól"
-
-#: secure-custom-fields.php:421
-msgid "New Field Group"
-msgstr "Nowa grupa pól"
-
-#: secure-custom-fields.php:420
-msgid "Edit Field Group"
-msgstr "Edytuj grupę pól"
-
-#: secure-custom-fields.php:419
-msgid "Add New Field Group"
-msgstr "Dodaj nową grupę pól"
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:224
-#: includes/post-types/class-acf-post-type.php:94
-#: includes/post-types/class-acf-taxonomy.php:92
-#: pro/post-types/acf-ui-options-page.php:94
-#: secure-custom-fields.php:418
-#: secure-custom-fields.php:452
-msgid "Add New"
-msgstr "Dodaj"
-
-#: secure-custom-fields.php:417
-msgid "Field Group"
-msgstr "Grupa pól"
-
-#: includes/admin/post-types/admin-field-groups.php:56
-#: includes/admin/post-types/admin-post-types.php:114
-#: includes/admin/post-types/admin-taxonomies.php:114
-#: secure-custom-fields.php:416
-msgid "Field Groups"
-msgstr "Grupy pól"
-
-#: pro/blocks.php:186
-msgid "Block type name is required."
-msgstr "Nazwa typu bloku jest wymagana."
-
-#. translators: The name of the block type
-#: pro/blocks.php:194
-msgid "Block type \"%s\" is already registered."
-msgstr "Typ bloku \"%s\" jest już zarejestrowany."
-
-#: pro/blocks.php:790
-msgid "Switch to Edit"
-msgstr "Przejdź do Edytuj"
-
-#: pro/blocks.php:791
-msgid "Switch to Preview"
-msgstr "Przejdź do Podglądu"
-
-#: pro/blocks.php:792
-msgid "Change content alignment"
-msgstr "Zmień wyrównanie treści"
-
-#. translators: %s: Block type title
-#: pro/blocks.php:797
-msgid "%s settings"
-msgstr "Ustawienia %s"
-
-#: pro/blocks.php:1039
-msgid "This block contains no editable fields."
-msgstr "Ten blok nie zawiera żadnych edytowalnych pól."
-
-#. translators: %s: an admin URL to the field group edit screen
-#: pro/blocks.php:1045
-msgid "Assign a field group to add fields to this block."
-msgstr "Przypisz grupę pól, aby dodać pola do tego bloku."
-
-#: pro/options-page.php:74
-#: pro/post-types/acf-ui-options-page.php:174
-msgid "Options Updated"
-msgstr "Ustawienia zostały zaktualizowane"
-
-#: pro/admin/admin-options-page.php:160
-msgid "Publish"
-msgstr "Opublikuj"
-
-#. translators: %s: URL to create a new field group
-#: pro/admin/admin-options-page.php:164
-msgid "No Custom Field Groups found for this options page. Create a Custom Field Group"
-msgstr "Żadna grupa pól nie została dodana do tej strony opcji. Utwórz grupę własnych pól"
-
-#: pro/fields/class-acf-field-clone.php:25
-msgid "Allows you to select and display existing fields. It does not duplicate any fields in the database, but loads and displays the selected fields at run-time. The Clone field can either replace itself with the selected fields or display the selected fields as a group of subfields."
-msgstr "Umożliwia wybranie i wyświetlenie istniejących pól. Nie duplikuje żadnych pól w bazie danych, ale ładuje i wyświetla wybrane pola w czasie wykonywania. Pole Klonuj może zastąpić się wybranymi polami lub wyświetlić wybrane pola jako grupę podpól."
-
-#: pro/fields/class-acf-field-clone.php:726
-msgid "Select one or more fields you wish to clone"
-msgstr "Wybierz jedno lub więcej pól które chcesz sklonować"
-
-#: pro/fields/class-acf-field-clone.php:746
-msgid "Display"
-msgstr "Wyświetl"
-
-#: pro/fields/class-acf-field-clone.php:747
-msgid "Specify the style used to render the clone field"
-msgstr "Określ styl wykorzystywany do stosowania w klonowanych polach"
-
-#: pro/fields/class-acf-field-clone.php:752
-msgid "Group (displays selected fields in a group within this field)"
-msgstr "Grupuj (wyświetla wybrane pola w grupie)"
-
-#: pro/fields/class-acf-field-clone.php:753
-msgid "Seamless (replaces this field with selected fields)"
-msgstr "Ujednolicenie (zastępuje to pole wybranymi polami)"
-
-#. translators: %s: field label
-#: pro/fields/class-acf-field-clone.php:777
-msgid "Labels will be displayed as %s"
-msgstr "Etykiety będą wyświetlane jako %s"
-
-#: pro/fields/class-acf-field-clone.php:782
-msgid "Prefix Field Labels"
-msgstr "Prefiks Etykiet Pól"
-
-#. translators: %s: field name
-#: pro/fields/class-acf-field-clone.php:793
-msgid "Values will be saved as %s"
-msgstr "Wartości będą zapisane jako %s"
-
-#: pro/fields/class-acf-field-clone.php:798
-msgid "Prefix Field Names"
-msgstr "Prefiks Nazw Pól"
-
-#: pro/fields/class-acf-field-clone.php:895
-msgid "Unknown field"
-msgstr "Nieznane pole"
-
-#: pro/fields/class-acf-field-clone.php:928
-msgid "Unknown field group"
-msgstr "Nieznana grupa pól"
-
-#. translators: %s: field group title
-#: pro/fields/class-acf-field-clone.php:933
-msgid "All fields from %s field group"
-msgstr "Wszystkie pola z grupy pola %s"
-
-#: pro/fields/class-acf-field-flexible-content.php:25
-msgid "Allows you to define, create and manage content with total control by creating layouts that contain subfields that content editors can choose from."
-msgstr "Umożliwia definiowanie, tworzenie i zarządzanie treścią z pełną kontrolą poprzez tworzenie układów zawierających podpola, które edytorzy treści mogą wybierać."
-
-#: pro/fields/class-acf-field-flexible-content.php:35
-#: pro/fields/class-acf-field-repeater.php:105
-#: pro/fields/class-acf-field-repeater.php:299
-msgid "Add Row"
-msgstr "Dodaj wiersz"
-
-#: pro/fields/class-acf-field-flexible-content.php:71
-#: pro/fields/class-acf-field-flexible-content.php:868
-#: pro/fields/class-acf-field-flexible-content.php:950
-msgid "layout"
-msgid_plural "layouts"
-msgstr[0] "układ"
-msgstr[1] "układy"
-msgstr[2] "układów"
-
-#: pro/fields/class-acf-field-flexible-content.php:72
-msgid "layouts"
-msgstr "układy"
-
-#: pro/fields/class-acf-field-flexible-content.php:76
-#: pro/fields/class-acf-field-flexible-content.php:867
-#: pro/fields/class-acf-field-flexible-content.php:949
-msgid "This field requires at least {min} {label} {identifier}"
-msgstr "To pole wymaga przynajmniej {min} {label} {identifier}"
-
-#: pro/fields/class-acf-field-flexible-content.php:77
-msgid "This field has a limit of {max} {label} {identifier}"
-msgstr "To pole ma ograniczenie {max} {label} {identifier}"
-
-#: pro/fields/class-acf-field-flexible-content.php:80
-msgid "{available} {label} {identifier} available (max {max})"
-msgstr "{available} {label} {identifier} dostępne (max {max})"
-
-#: pro/fields/class-acf-field-flexible-content.php:81
-msgid "{required} {label} {identifier} required (min {min})"
-msgstr "{required} {label} {identifier} wymagane (min {min})"
-
-#: pro/fields/class-acf-field-flexible-content.php:84
-msgid "Flexible Content requires at least 1 layout"
-msgstr "Elastyczne pole wymaga przynajmniej 1 układu"
-
-#. translators: %s the button label used for adding a new layout.
-#: pro/fields/class-acf-field-flexible-content.php:256
-msgid "Click the \"%s\" button below to start creating your layout"
-msgstr "Kliknij przycisk \"%s\" poniżej, aby zacząć tworzyć nowy układ"
-
-#: pro/fields/class-acf-field-flexible-content.php:379
-msgid "Add layout"
-msgstr "Dodaj układ"
-
-#: pro/fields/class-acf-field-flexible-content.php:380
-msgid "Duplicate layout"
-msgstr "Powiel układ"
-
-#: pro/fields/class-acf-field-flexible-content.php:381
-msgid "Remove layout"
-msgstr "Usuń układ"
-
-#: pro/fields/class-acf-field-flexible-content.php:382
-#: pro/fields/class-acf-repeater-table.php:379
-msgid "Click to toggle"
-msgstr "Kliknij, aby przełączyć"
-
-#: pro/fields/class-acf-field-flexible-content.php:518
-msgid "Delete Layout"
-msgstr "Usuń układ"
-
-#: pro/fields/class-acf-field-flexible-content.php:519
-msgid "Duplicate Layout"
-msgstr "Duplikuj układ"
-
-#: pro/fields/class-acf-field-flexible-content.php:520
-msgid "Add New Layout"
-msgstr "Dodaj nowy układ"
-
-#: pro/fields/class-acf-field-flexible-content.php:520
-msgid "Add Layout"
-msgstr "Dodaj układ"
-
-#: pro/fields/class-acf-field-flexible-content.php:604
-msgid "Min"
-msgstr "Min"
-
-#: pro/fields/class-acf-field-flexible-content.php:619
-msgid "Max"
-msgstr "Max"
-
-#: pro/fields/class-acf-field-flexible-content.php:660
-msgid "Minimum Layouts"
-msgstr "Minimalna liczba układów"
-
-#: pro/fields/class-acf-field-flexible-content.php:671
-msgid "Maximum Layouts"
-msgstr "Maksymalna liczba układów"
-
-#: pro/fields/class-acf-field-flexible-content.php:682
-#: pro/fields/class-acf-field-repeater.php:295
-msgid "Button Label"
-msgstr "Etykieta przycisku"
-
-#. translators: 1: Submitted value
-#. translators: 1: submitted value
-#: pro/fields/class-acf-field-flexible-content.php:1554
-#: pro/fields/class-acf-field-repeater.php:915
-msgid "%s must be of type array or null."
-msgstr "%s musi być typu tablicy lub null."
-
-#. translators: 1: Field name, 2: Minimum number of layouts, 3: Layout name
-#: pro/fields/class-acf-field-flexible-content.php:1566
-msgid "%1$s must contain at least %2$s %3$s layout."
-msgid_plural "%1$s must contain at least %2$s %3$s layouts."
-msgstr[0] "%1$s musi zawierać co najmniej %2$s %3$s układ."
-msgstr[1] "%1$s musi zawierać co najmniej %2$s %3$s układy."
-msgstr[2] "%1$s musi zawierać co najmniej %2$s %3$s układów."
-
-#. translators: 1: field name, 2: minimum number of layouts, 3: layout name
-#: pro/fields/class-acf-field-flexible-content.php:1583
-msgid "%1$s must contain at most %2$s %3$s layout."
-msgid_plural "%1$s must contain at most %2$s %3$s layouts."
-msgstr[0] "%1$s musi zawierać co najwyżej %2$s %3$s układ."
-msgstr[1] "%1$s musi zawierać co najwyżej %2$s %3$s układy."
-msgstr[2] "%1$s musi zawierać co najwyżej %2$s %3$s układów."
-
-#: pro/fields/class-acf-field-gallery.php:25
-msgid "An interactive interface for managing a collection of attachments, such as images."
-msgstr "Interaktywny interfejs do zarządzania kolekcją załączników, takich jak obrazy."
-
-#: pro/fields/class-acf-field-gallery.php:73
-msgid "Add Image to Gallery"
-msgstr "Dodaj obraz do galerii"
-
-#: pro/fields/class-acf-field-gallery.php:74
-msgid "Maximum selection reached"
-msgstr "Maksimum ilości wyborów osiągnięte"
-
-#: pro/fields/class-acf-field-gallery.php:283
-msgid "Length"
-msgstr "Długość"
-
-#: pro/fields/class-acf-field-gallery.php:327
-msgid "Caption"
-msgstr "Etykieta"
-
-#: pro/fields/class-acf-field-gallery.php:339
-msgid "Alt Text"
-msgstr "Tekst alternatywny"
-
-#: pro/fields/class-acf-field-gallery.php:461
-msgid "Add to gallery"
-msgstr "Dodaj do galerii"
-
-#: pro/fields/class-acf-field-gallery.php:465
-msgid "Bulk actions"
-msgstr "Działania na wielu"
-
-#: pro/fields/class-acf-field-gallery.php:466
-msgid "Sort by date uploaded"
-msgstr "Sortuj po dacie przesłania"
-
-#: pro/fields/class-acf-field-gallery.php:467
-msgid "Sort by date modified"
-msgstr "Sortuj po dacie modyfikacji"
-
-#: pro/fields/class-acf-field-gallery.php:468
-msgid "Sort by title"
-msgstr "Sortuj po tytule"
-
-#: pro/fields/class-acf-field-gallery.php:469
-msgid "Reverse current order"
-msgstr "Odwróć aktualną kolejność"
-
-#: pro/fields/class-acf-field-gallery.php:481
-msgid "Close"
-msgstr "Zamknij"
-
-#: pro/fields/class-acf-field-gallery.php:568
-msgid "Minimum Selection"
-msgstr "Minimalna liczba wybranych elementów"
-
-#: pro/fields/class-acf-field-gallery.php:578
-msgid "Maximum Selection"
-msgstr "Maksymalna liczba wybranych elementów"
-
-#: pro/fields/class-acf-field-gallery.php:680
-msgid "Insert"
-msgstr "Wstaw"
-
-#: pro/fields/class-acf-field-gallery.php:681
-msgid "Specify where new attachments are added"
-msgstr "Określ gdzie są dodawane nowe załączniki"
-
-#: pro/fields/class-acf-field-gallery.php:685
-msgid "Append to the end"
-msgstr "Dodaj na końcu"
-
-#: pro/fields/class-acf-field-gallery.php:686
-msgid "Prepend to the beginning"
-msgstr "Dodaj do początku"
-
-#: pro/fields/class-acf-field-repeater.php:68
-#: pro/fields/class-acf-field-repeater.php:463
-msgid "Minimum rows not reached ({min} rows)"
-msgstr "Nie osiągnięto minimalnej liczby wierszy ({min} wierszy)"
-
-#: pro/fields/class-acf-field-repeater.php:69
-msgid "Maximum rows reached ({max} rows)"
-msgstr "Osiągnięto maksimum liczby wierszy ( {max} wierszy )"
-
-#: pro/fields/class-acf-field-repeater.php:70
-msgid "Error loading page"
-msgstr "Błąd ładowania strony"
-
-#: pro/fields/class-acf-field-repeater.php:71
-msgid "Order will be assigned upon save"
-msgstr "Kolejność zostanie przydzielona po zapisaniu"
-
-#: pro/fields/class-acf-field-repeater.php:198
-msgid "Useful for fields with a large number of rows."
-msgstr "Przydatne dla pól z dużą liczbą wierszy."
-
-#: pro/fields/class-acf-field-repeater.php:209
-msgid "Rows Per Page"
-msgstr "Wiersze na stronę"
-
-#: pro/fields/class-acf-field-repeater.php:210
-msgid "Set the number of rows to be displayed on a page."
-msgstr "Ustawienie liczby wierszy, które mają być wyświetlane na stronie."
-
-#: pro/fields/class-acf-field-repeater.php:242
-msgid "Minimum Rows"
-msgstr "Minimalna liczba wierszy"
-
-#: pro/fields/class-acf-field-repeater.php:253
-msgid "Maximum Rows"
-msgstr "Maksymalna liczba wierszy"
-
-#: pro/fields/class-acf-field-repeater.php:283
-msgid "Collapsed"
-msgstr "Zwinięty"
-
-#: pro/fields/class-acf-field-repeater.php:284
-msgid "Select a sub field to show when row is collapsed"
-msgstr "Wybierz pole podrzędne, które mają być pokazane kiedy wiersz jest zwinięty"
-
-#: pro/fields/class-acf-field-repeater.php:1057
-msgid "Invalid field key or name."
-msgstr "Nieprawidłowy klucz lub nazwa pola."
-
-#: pro/fields/class-acf-field-repeater.php:1066
-msgid "There was an error retrieving the field."
-msgstr "Wystąpił błąd przy pobieraniu pola."
-
-#: pro/fields/class-acf-repeater-table.php:366
-msgid "Click to reorder"
-msgstr "Kliknij, aby zmienić kolejność"
-
-#: pro/fields/class-acf-repeater-table.php:399
-msgid "Add row"
-msgstr "Dodaj wiersz"
-
-#: pro/fields/class-acf-repeater-table.php:400
-msgid "Duplicate row"
-msgstr "Powiel wiersz"
-
-#: pro/fields/class-acf-repeater-table.php:401
-msgid "Remove row"
-msgstr "Usuń wiersz"
-
-#: pro/fields/class-acf-repeater-table.php:445
-#: pro/fields/class-acf-repeater-table.php:462
-#: pro/fields/class-acf-repeater-table.php:463
-msgid "Current Page"
-msgstr "Bieżąca strona"
-
-#: pro/fields/class-acf-repeater-table.php:453
-#: pro/fields/class-acf-repeater-table.php:454
-msgid "First Page"
-msgstr "Pierwsza strona"
-
-#: pro/fields/class-acf-repeater-table.php:457
-#: pro/fields/class-acf-repeater-table.php:458
-msgid "Previous Page"
-msgstr "Poprzednia strona"
-
-#. translators: 1: Current page, 2: Total pages.
-#: pro/fields/class-acf-repeater-table.php:467
-msgctxt "paging"
-msgid "%1$s of %2$s"
-msgstr "%1$s z %2$s"
-
-#: pro/fields/class-acf-repeater-table.php:474
-#: pro/fields/class-acf-repeater-table.php:475
-msgid "Next Page"
-msgstr "Następna strona"
-
-#: pro/fields/class-acf-repeater-table.php:478
-#: pro/fields/class-acf-repeater-table.php:479
-msgid "Last Page"
-msgstr "Ostatnia strona"
-
-#: pro/locations/class-acf-location-block.php:73
-msgid "No block types exist"
-msgstr "Nie istnieją żadne typy bloków"
-
-#. Plugin Name of the plugin
-#: secure-custom-fields.php
-#: secure-custom-fields.php:91
-msgid "Secure Custom Fields"
-msgstr ""
-
-#. Plugin URI of the plugin
-#: secure-custom-fields.php
-msgid "http://wordpress.org/plugins/secure-custom-fields/"
-msgstr ""
-
-#. Description of the plugin
-#: secure-custom-fields.php
-msgid "Secure Custom Fields (SCF) offers an intuitive way for developers to enhance WordPress content management by adding extra fields and options without coding requirements."
-msgstr ""
-
-#. Author of the plugin
-#: secure-custom-fields.php
-msgid "WordPress.org"
-msgstr ""
-
-#. Author URI of the plugin
-#: secure-custom-fields.php
-msgid "https://wordpress.org/"
-msgstr ""
-
-#. translators: %s the URL to ACF's bidirectional relationship documentation
-#: includes/acf-bidirectional-functions.php:273
-msgid "Enabling the bidirectional setting allows you to update a value in the target fields for each value selected for this field, adding or removing the Post ID, Taxonomy ID or User ID of the item being updated."
-msgstr ""
-
-#. translators: %1 plugin name
-#: includes/acf-value-functions.php:376
-msgid "%1$s - We've detected one or more calls to retrieve ACF field values before ACF has been initialized. This is not supported and can result in malformed or missing data."
-msgstr ""
-
-#: includes/admin/admin.php:47
-#: includes/class-acf-site-health.php:233
-msgid "SCF"
-msgstr ""
-
-#. translators: %s - URL to ACF tools page.
-#: includes/admin/admin.php:135
-msgid "Import Post Types and Taxonomies registered with Custom Post Type UI and manage them with SCF. Get Started."
-msgstr ""
-
-#. translators: %s number of field groups activated
-#: includes/admin/post-types/admin-field-groups.php:354
-msgid "%s field group activated."
-msgid_plural "%s field groups activated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of field groups deactivated
-#: includes/admin/post-types/admin-field-groups.php:361
-msgid "%s field group deactivated."
-msgid_plural "%s field groups deactivated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of field groups duplicated
-#: includes/admin/post-types/admin-field-groups.php:368
-msgid "%s field group duplicated."
-msgid_plural "%s field groups duplicated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of field groups synchronized
-#: includes/admin/post-types/admin-field-groups.php:375
-msgid "%s field group synchronized."
-msgid_plural "%s field groups synchronized."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of post types activated
-#: includes/admin/post-types/admin-post-types.php:307
-msgid "%s post type activated."
-msgid_plural "%s post types activated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of post types deactivated
-#: includes/admin/post-types/admin-post-types.php:314
-msgid "%s post type deactivated."
-msgid_plural "%s post types deactivated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of post types duplicated
-#: includes/admin/post-types/admin-post-types.php:321
-msgid "%s post type duplicated."
-msgid_plural "%s post types duplicated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of post types synchronized
-#: includes/admin/post-types/admin-post-types.php:328
-msgid "%s post type synchronized."
-msgid_plural "%s post types synchronized."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of taxonomies activated
-#: includes/admin/post-types/admin-taxonomies.php:314
-msgid "%s taxonomy activated."
-msgid_plural "%s taxonomies activated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of taxonomies deactivated
-#: includes/admin/post-types/admin-taxonomies.php:321
-msgid "%s taxonomy deactivated."
-msgid_plural "%s taxonomies deactivated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of taxonomies duplicated
-#: includes/admin/post-types/admin-taxonomies.php:328
-msgid "%s taxonomy duplicated."
-msgid_plural "%s taxonomies duplicated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of taxonomies synchronized
-#: includes/admin/post-types/admin-taxonomies.php:335
-msgid "%s taxonomy synchronized."
-msgid_plural "%s taxonomies synchronized."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s: number of items exported
-#: includes/admin/tools/class-acf-admin-tool-export.php:157
-msgid "Exported %s item."
-msgid_plural "Exported %s items."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: includes/admin/tools/class-acf-admin-tool-export.php:333
-msgid "Select the items you would like to export and then select your export method. Export As JSON to export to a .json file which you can then import to another SCF installation. Generate PHP to export to PHP code which you can place in your theme."
-msgstr ""
-
-#: includes/admin/tools/class-acf-admin-tool-import.php:48
-msgid "Select the Secure Custom Fields JSON file you would like to import. When you click the import button below, SCF will import the items in that file."
-msgstr ""
-
-#. translators: %d - number of items imported
-#: includes/admin/tools/class-acf-admin-tool-import.php:206
-msgid "Imported %s item"
-msgid_plural "Imported %s items"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: includes/admin/views/acf-field-group/list-empty.php:15
-msgid "SCF uses field groups to group custom fields together, and then attach those fields to edit screens."
-msgstr ""
-
-#: includes/admin/views/acf-field-group/locations.php:10
-msgid "Create a set of rules to determine which edit screens will use these custom fields"
-msgstr ""
-
-#: includes/admin/views/acf-post-type/advanced-settings.php:849
-msgid "A PHP function name to be called when setting up the meta boxes for the edit screen. For security, this callback will be executed in a special context without access to any superglobals like $_POST or $_GET."
-msgstr ""
-
-#: includes/admin/views/acf-taxonomy/advanced-settings.php:805
-msgid "A PHP function name to be called to handle the content of a meta box on your taxonomy. For security, this callback will be executed in a special context without access to any superglobals like $_POST or $_GET."
-msgstr ""
-
-#. translators: %1$s - name of the SCF plugin. %2$s - Link to documentation.
-#: includes/admin/views/escaped-html-notice.php:32
-msgid "%1$s SCF automatically escapes unsafe HTML when rendered by the_field
or the ACF shortcode. We've detected the output of some of your fields has been modified by this change, but this may not be a breaking change. %2$s."
-msgstr ""
-
-#: includes/admin/views/global/navigation.php:142
-msgid "Secure Custom Fields logo"
-msgstr ""
-
-#: includes/class-acf-site-health.php:234
-msgid "This section contains debug information about your SCF configuration which can be useful to provide to support."
-msgstr ""
-
-#: includes/class-acf-site-health.php:572
-msgid "Blocks Per SCF Block Version"
-msgstr ""
-
-#: includes/class-acf-site-health.php:622
-msgid "Registered SCF Forms"
-msgstr ""
-
-#. translators: 1: object type, 2: property
-#: includes/rest-api/class-acf-rest-api.php:276
-msgid "Unable to determine the %1$s object ID or type. The %2$s property cannot be updated."
-msgstr ""
-
-#: pro/admin/post-types/admin-ui-options-page.php:56
-msgid "Options page deleted."
-msgstr ""
-
-#: pro/admin/post-types/admin-ui-options-page.php:57
-msgid "Options page updated."
-msgstr ""
-
-#: pro/admin/post-types/admin-ui-options-page.php:60
-msgid "Options page saved."
-msgstr ""
-
-#: pro/admin/post-types/admin-ui-options-page.php:61
-msgid "Options page submitted."
-msgstr ""
-
-#: pro/admin/post-types/admin-ui-options-page.php:62
-msgid "Options page scheduled for."
-msgstr ""
-
-#: pro/admin/post-types/admin-ui-options-page.php:63
-msgid "Options page draft updated."
-msgstr ""
-
-#. translators: %s options page name
-#: pro/admin/post-types/admin-ui-options-page.php:83
-msgid "%s options page updated"
-msgstr ""
-
-#. translators: %s options page name
-#: pro/admin/post-types/admin-ui-options-page.php:89
-msgid "%s options page created"
-msgstr ""
-
-#: pro/admin/post-types/admin-ui-options-page.php:102
-msgid "Link existing field groups"
-msgstr ""
-
-#: pro/admin/post-types/admin-ui-options-page.php:361
-msgid "No Parent"
-msgstr ""
-
-#: pro/admin/post-types/admin-ui-options-page.php:450
-msgid "The provided Menu Slug already exists."
-msgstr ""
-
-#: pro/admin/post-types/admin-ui-options-page.php:482
-#: pro/locations/class-acf-location-options-page.php:74
-#: pro/post-types/acf-ui-options-page.php:95
-msgid "Add New Options Page"
-msgstr ""
-
-#. translators: %s number of post types activated
-#: pro/admin/post-types/admin-ui-options-pages.php:180
-msgid "%s options page activated."
-msgid_plural "%s options pages activated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of post types deactivated
-#: pro/admin/post-types/admin-ui-options-pages.php:187
-msgid "%s options page deactivated."
-msgid_plural "%s options pages deactivated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of post types duplicated
-#: pro/admin/post-types/admin-ui-options-pages.php:194
-msgid "%s options page duplicated."
-msgid_plural "%s options pages duplicated."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. translators: %s number of post types synchronized
-#: pro/admin/post-types/admin-ui-options-pages.php:201
-msgid "%s options page synchronized."
-msgid_plural "%s options pages synchronized."
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:20
-msgid "Dashicon class name"
-msgstr ""
-
-#. translators: %s = "dashicon class name", link to the WordPress dashicon documentation.
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:25
-msgid "The icon used for the options page menu item in the admin dashboard. Can be a URL or %s to use for the icon."
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:80
-msgid "Menu Title"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:94
-msgid "Learn more about menu positions."
-msgstr ""
-
-#. translators: %s - link to WordPress docs to learn more about menu positions.
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:98
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:104
-msgid "The position in the menu where this page should appear. %s"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:108
-msgid "The position in the menu where this child page should appear. The first child page is 0, the next is 1, etc."
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:129
-msgid "Redirect to Child Page"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:130
-msgid "When child pages exist for this parent page, this page will redirect to the first child page."
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:154
-msgid "A descriptive summary of the options page."
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:163
-msgid "Update Button Label"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:164
-msgid "The label used for the submit button which updates the fields on the options page."
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:178
-msgid "Updated Message"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:179
-msgid "The message that is displayed after successfully updating the options page."
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:180
-msgid "Updated Options"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:217
-msgid "Capability"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:218
-msgid "The capability required for this menu to be displayed to the user."
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:234
-msgid "Data Storage"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:235
-msgid "By default, the option page stores field data in the options table. You can make the page load field data from a post, user, or term."
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:238
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:264
-msgid "Custom Storage"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:253
-msgid "Learn more about available settings."
-msgstr ""
-
-#. translators: %s = link to learn more about storage locations.
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:258
-msgid "Set a custom storage location. Can be a numeric post ID (123), or a string (`user_2`). %s"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:283
-msgid "Autoload Options"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/advanced-settings.php:284
-msgid "Improve performance by loading the fields in the option records automatically when WordPress loads."
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/basic-settings.php:20
-#: pro/admin/views/acf-ui-options-page/create-options-page-modal.php:16
-msgid "Page Title"
-msgstr ""
-
-#. translators: example options page name
-#: pro/admin/views/acf-ui-options-page/basic-settings.php:22
-#: pro/admin/views/acf-ui-options-page/create-options-page-modal.php:18
-msgid "Site Settings"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/basic-settings.php:37
-#: pro/admin/views/acf-ui-options-page/create-options-page-modal.php:33
-msgid "Menu Slug"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/basic-settings.php:52
-#: pro/admin/views/acf-ui-options-page/create-options-page-modal.php:47
-msgid "Parent Page"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/list-empty.php:15
-msgid "Add Your First Options Page"
-msgstr ""
-
-#: pro/admin/views/acf-ui-options-page/list-empty.php:19
-msgid "SCF options pages are custom admin pages for managing global settings via fields. You can create multiple pages and sub-pages."
-msgstr ""
-
-#: pro/blocks.php:740
-msgid "The render template for this ACF Block was not found"
-msgstr ""
-
-#: pro/blocks.php:793
-msgid "An error occurred when loading the preview for this block."
-msgstr ""
-
-#: pro/blocks.php:794
-msgid "An error occurred when loading the block in edit mode."
-msgstr ""
-
-#: pro/fields/class-acf-field-repeater.php:32
-msgid "Provides a solution for repeating content such as slides, team members, and call-to-action tiles, by acting as a parent to a set of subfields which can be repeated again and again."
-msgstr ""
-
-#: pro/locations/class-acf-location-options-page.php:70
-msgid "Select options page..."
-msgstr ""
-
-#: pro/post-types/acf-ui-options-page.php:96
-msgid "Edit Options Page"
-msgstr ""
-
-#: pro/post-types/acf-ui-options-page.php:97
-msgid "New Options Page"
-msgstr ""
-
-#: pro/post-types/acf-ui-options-page.php:98
-msgid "View Options Page"
-msgstr ""
-
-#: pro/post-types/acf-ui-options-page.php:99
-msgid "Search Options Pages"
-msgstr ""
-
-#: pro/post-types/acf-ui-options-page.php:100
-msgid "No Options Pages found"
-msgstr ""
-
-#: pro/post-types/acf-ui-options-page.php:101
-msgid "No Options Pages found in Trash"
-msgstr ""
-
-#: pro/post-types/acf-ui-options-page.php:203
-msgid "The menu slug must only contain lower case alphanumeric characters, underscores or dashes."
-msgstr ""
-
-#: pro/post-types/acf-ui-options-page.php:235
-msgid "This Menu Slug is already in use by another ACF Options Page."
-msgstr ""
-
-#: secure-custom-fields.php:796
-msgid "Secure Custom Fields and Advanced Custom Fields should not be active at the same time. We've automatically deactivated Advanced Custom Fields."
-msgstr ""
-
-#: secure-custom-fields.php:798
-msgid "Secure Custom Fields and Advanced Custom Fields PRO should not be active at the same time. We've automatically deactivated Advanced Custom Fields PRO."
-msgstr ""
-
-#: secure-custom-fields.php:800
-msgid "This version of Secure Custom Fields cannot work with the legacy version of Secure Custom Fields. We've automatically deactivated your previous version of Secure Custom Fields."
-msgstr ""
diff --git a/package.json b/package.json
index 82b38299..b315ec42 100644
--- a/package.json
+++ b/package.json
@@ -6,9 +6,9 @@
"lint:md": "markdownlint 'docs/**/*.md' --config .markdownlint.json",
"prepare": "husky",
"sort-package-json": "sort-package-json",
- "watch": "webpack --watch",
"test:e2e": "wp-scripts test-playwright",
- "test:e2e:debug": "wp-scripts test-playwright --debug"
+ "test:e2e:debug": "wp-scripts test-playwright --debug",
+ "watch": "webpack --watch"
},
"dependencies": {
"md5": "^2.3.0"
diff --git a/readme.txt b/readme.txt
index 55e60541..e81e278c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -4,7 +4,7 @@ Tags: fields, custom fields, meta, scf
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
-Stable tag: 6.4.2
+Stable tag: 6.5.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -51,6 +51,34 @@ This plugin builds upon and is a fork of the previous work done by the contribut
== Changelog ==
+= 6.5.0 =
+*Release Date 23 Jun 2025*
+
+*Enhancements & Features*
+
+- Added Command Palette support.
+- Added editor preview to acf-field source.
+- Added an endpoint to retrieve the custom fields of a post type.
+- Added nav menu as field type.
+- Added compatibility with Woo HPOS for order fields and subscriptions. ( Ported from ACF )
+- Create new options when editing a fields value on Selector. ( Ported from ACF )
+- The “Escaped HTML” warning notice is now disabled by default. ( Ported from ACF )
+- Added new `acf/fields/icon_picker/{tab_name}/icons` filter ( Ported from ACF )
+
+*Bug Fixes*
+
+- Update initialization of the acfL10n object to ensure it's available globally.
+- SCF Blocks are now forced into preview mode when editing a synced pattern. ( Ported from ACF )
+- SCF no longer causes an infinite loop in bbPress when editing replies. ( Ported from ACF )
+- Changing a field type no longer enables the “Allow Access to Value in Editor UI” setting. ( Ported from ACF )
+- Blocks registered via acf_register_block_type() with a `parent` value of `null` no longer fail to register. ( Ported from ACF )
+- Fix AJAX repeater pagination. ( Ported from ACF )
+- Paginated Repeater fields no longer save duplicate values when saving to a WooCommerce Order with HPOS disabled ( Ported from ACF )
+
+*Testing*
+
+- Added an initial batch of e2e tests.
+
= 6.4.2 =
*Release Date 14 Apr 2025*
diff --git a/secure-custom-fields.php b/secure-custom-fields.php
index e94a1898..0622d80f 100644
--- a/secure-custom-fields.php
+++ b/secure-custom-fields.php
@@ -6,7 +6,7 @@
* Plugin Name: Secure Custom Fields
* Plugin URI: https://developer.wordpress.org/secure-custom-fields/
* Description: Secure Custom Fields (SCF) offers an intuitive way for developers to enhance WordPress content management by adding extra fields and options without coding requirements.
- * Version: 6.4.2
+ * Version: 6.5.0
* Author: WordPress.org
* Author URI: https://wordpress.org/
* Text Domain: secure-custom-fields
@@ -33,7 +33,7 @@ class ACF {
*
* @var string
*/
- public $version = '6.4.2';
+ public $version = '6.5.0';
/**
* The plugin settings array.