diff --git a/common/php/class-module.php b/common/php/class-module.php index 20225f3e..2ebdb0cb 100644 --- a/common/php/class-module.php +++ b/common/php/class-module.php @@ -238,14 +238,14 @@ public function get_post_status_options($post_status) $color = $term->color; } else { $default_status_colors = [ - 'pitch' => '#cc0000', - 'assigned' => '#00bcc5', - 'in-progress' => '#ccc500', - 'draft' => '#f91d84', - 'pending' => '#d87200', - 'private' => '#000000', - 'future' => '#655997', - 'publish' => '#655997', + 'pitch' => '#887618', + 'assigned' => '#009ba0', + 'in-progress' => '#8c5400', + 'draft' => '#767676', + 'pending' => '#b95c00', + 'private' => '#b40000', + 'future' => '#8440f0', + 'publish' => '#207720', ]; if (isset($default_status_colors[$post_status])) { diff --git a/composer.lock b/composer.lock index 86adba13..a381fc07 100644 --- a/composer.lock +++ b/composer.lock @@ -1147,16 +1147,16 @@ }, { "name": "composer/semver", - "version": "3.4.0", + "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" + "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", - "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", + "url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6", + "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6", "shasum": "" }, "require": { @@ -1208,7 +1208,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.4.0" + "source": "https://github.com/composer/semver/tree/3.4.2" }, "funding": [ { @@ -1224,7 +1224,7 @@ "type": "tidelift" } ], - "time": "2023-08-31T09:50:34+00:00" + "time": "2024-07-12T11:35:52+00:00" }, { "name": "dealerdirect/phpcodesniffer-composer-installer", @@ -1633,16 +1633,16 @@ }, { "name": "doctrine/dbal", - "version": "3.8.4", + "version": "3.8.6", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "b05e48a745f722801f55408d0dbd8003b403dbbd" + "reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/b05e48a745f722801f55408d0dbd8003b403dbbd", - "reference": "b05e48a745f722801f55408d0dbd8003b403dbbd", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/b7411825cf7efb7e51f9791dea19d86e43b399a1", + "reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1", "shasum": "" }, "require": { @@ -1658,12 +1658,12 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.10.58", - "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "9.6.16", + "phpstan/phpstan": "1.11.5", + "phpstan/phpstan-strict-rules": "^1.6", + "phpunit/phpunit": "9.6.19", "psalm/plugin-phpunit": "0.18.4", "slevomat/coding-standard": "8.13.1", - "squizlabs/php_codesniffer": "3.9.0", + "squizlabs/php_codesniffer": "3.10.1", "symfony/cache": "^5.4|^6.0|^7.0", "symfony/console": "^4.4|^5.4|^6.0|^7.0", "vimeo/psalm": "4.30.0" @@ -1726,7 +1726,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.8.4" + "source": "https://github.com/doctrine/dbal/tree/3.8.6" }, "funding": [ { @@ -1742,7 +1742,7 @@ "type": "tidelift" } ], - "time": "2024-04-25T07:04:44+00:00" + "time": "2024-06-19T10:38:17+00:00" }, { "name": "doctrine/deprecations", @@ -2124,16 +2124,16 @@ }, { "name": "doctrine/orm", - "version": "2.19.5", + "version": "2.19.6", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "94986af28452da42a46a4489d1c958a2e5d710e5" + "reference": "c1bb2ccf4b19c845f91ff7c4c01dc7cbba7f4073" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/94986af28452da42a46a4489d1c958a2e5d710e5", - "reference": "94986af28452da42a46a4489d1c958a2e5d710e5", + "url": "https://api.github.com/repos/doctrine/orm/zipball/c1bb2ccf4b19c845f91ff7c4c01dc7cbba7f4073", + "reference": "c1bb2ccf4b19c845f91ff7c4c01dc7cbba7f4073", "shasum": "" }, "require": { @@ -2162,14 +2162,14 @@ "doctrine/annotations": "^1.13 || ^2", "doctrine/coding-standard": "^9.0.2 || ^12.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "~1.4.10 || 1.10.59", + "phpstan/phpstan": "~1.4.10 || 1.11.1", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", "psr/log": "^1 || ^2 || ^3", "squizlabs/php_codesniffer": "3.7.2", "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0", "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0", - "vimeo/psalm": "4.30.0 || 5.22.2" + "vimeo/psalm": "4.30.0 || 5.24.0" }, "suggest": { "ext-dom": "Provides support for XSD validation for XML mapping files", @@ -2219,22 +2219,22 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.19.5" + "source": "https://github.com/doctrine/orm/tree/2.19.6" }, - "time": "2024-04-30T06:49:54+00:00" + "time": "2024-06-26T17:24:40+00:00" }, { "name": "doctrine/persistence", - "version": "3.3.2", + "version": "3.3.3", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "477da35bd0255e032826f440b94b3e37f2d56f42" + "reference": "b337726451f5d530df338fc7f68dee8781b49779" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/477da35bd0255e032826f440b94b3e37f2d56f42", - "reference": "477da35bd0255e032826f440b94b3e37f2d56f42", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/b337726451f5d530df338fc7f68dee8781b49779", + "reference": "b337726451f5d530df338fc7f68dee8781b49779", "shasum": "" }, "require": { @@ -2246,15 +2246,14 @@ "doctrine/common": "<2.10" }, "require-dev": { - "composer/package-versions-deprecated": "^1.11", - "doctrine/coding-standard": "^11", + "doctrine/coding-standard": "^12", "doctrine/common": "^3.0", - "phpstan/phpstan": "1.9.4", + "phpstan/phpstan": "1.11.1", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "^8.5 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "vimeo/psalm": "4.30.0 || 5.3.0" + "vimeo/psalm": "4.30.0 || 5.24.0" }, "type": "library", "autoload": { @@ -2303,7 +2302,7 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/3.3.2" + "source": "https://github.com/doctrine/persistence/tree/3.3.3" }, "funding": [ { @@ -2319,26 +2318,26 @@ "type": "tidelift" } ], - "time": "2024-03-12T14:54:36+00:00" + "time": "2024-06-20T10:14:30+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.8.1", + "version": "7.9.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" + "reference": "84ac2b2afc44e40d3e8e658a45d68d6d20437612" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", - "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/84ac2b2afc44e40d3e8e658a45d68d6d20437612", + "reference": "84ac2b2afc44e40d3e8e658a45d68d6d20437612", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5.3 || ^2.0.1", - "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", + "guzzlehttp/promises": "^1.5.3 || ^2.0.3", + "guzzlehttp/psr7": "^2.7.0", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -2349,9 +2348,9 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", - "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "guzzle/client-integration-tests": "3.0.2", "php-http/message-factory": "^1.1", - "phpunit/phpunit": "^8.5.36 || ^9.6.15", + "phpunit/phpunit": "^8.5.39 || ^9.6.20", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { @@ -2429,7 +2428,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.8.1" + "source": "https://github.com/guzzle/guzzle/tree/7.9.0" }, "funding": [ { @@ -2445,20 +2444,20 @@ "type": "tidelift" } ], - "time": "2023-12-03T20:35:24+00:00" + "time": "2024-07-18T11:52:56+00:00" }, { "name": "guzzlehttp/promises", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", - "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", + "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", + "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", "shasum": "" }, "require": { @@ -2466,7 +2465,7 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.36 || ^9.6.15" + "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "type": "library", "extra": { @@ -2512,7 +2511,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.2" + "source": "https://github.com/guzzle/promises/tree/2.0.3" }, "funding": [ { @@ -2528,20 +2527,20 @@ "type": "tidelift" } ], - "time": "2023-12-03T20:19:20+00:00" + "time": "2024-07-18T10:29:17+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.6.2", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", - "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", "shasum": "" }, "require": { @@ -2556,8 +2555,8 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^8.5.36 || ^9.6.15" + "http-interop/http-factory-tests": "0.9.0", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -2628,7 +2627,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.6.2" + "source": "https://github.com/guzzle/psr7/tree/2.7.0" }, "funding": [ { @@ -2644,24 +2643,24 @@ "type": "tidelift" } ], - "time": "2023-12-03T20:05:35+00:00" + "time": "2024-07-18T11:15:46+00:00" }, { "name": "justinrainbow/json-schema", - "version": "v5.2.13", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793" + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793", - "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", + "reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": ">=7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", @@ -2672,11 +2671,6 @@ "bin/validate-json" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.0.x-dev" - } - }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" @@ -2712,9 +2706,9 @@ ], "support": { "issues": "https://github.com/jsonrainbow/json-schema/issues", - "source": "https://github.com/jsonrainbow/json-schema/tree/v5.2.13" + "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0" }, - "time": "2023-09-26T02:20:38+00:00" + "time": "2024-07-06T21:00:26+00:00" }, { "name": "mustache/mustache", @@ -2768,16 +2762,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.11.1", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" + "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", - "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", + "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", "shasum": "" }, "require": { @@ -2785,11 +2779,12 @@ }, "conflict": { "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" + "doctrine/common": "<2.13.3 || >=3 <3.2.2" }, "require-dev": { "doctrine/collections": "^1.6.8", "doctrine/common": "^2.13.3 || ^3.2.2", + "phpspec/prophecy": "^1.10", "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "type": "library", @@ -2815,7 +2810,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" + "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" }, "funding": [ { @@ -2823,7 +2818,7 @@ "type": "tidelift" } ], - "time": "2023-03-08T13:26:56+00:00" + "time": "2024-06-12T14:39:25+00:00" }, { "name": "n98/junit-xml", @@ -3414,16 +3409,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.29.0", + "version": "1.29.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "536889f2b340489d328f5ffb7b02bb6b183ddedc" + "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/536889f2b340489d328f5ffb7b02bb6b183ddedc", - "reference": "536889f2b340489d328f5ffb7b02bb6b183ddedc", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4", + "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4", "shasum": "" }, "require": { @@ -3455,9 +3450,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1" }, - "time": "2024-05-06T12:04:23+00:00" + "time": "2024-05-31T08:52:43+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3758,42 +3753,42 @@ }, { "name": "phpunit/phpunit", - "version": "8.5.38", + "version": "8.5.39", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "1ecad678646c817a29e55a32c930f3601c3f5a8c" + "reference": "172ba97bcf97ae6ef86ca256adf77aece8a143fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1ecad678646c817a29e55a32c930f3601c3f5a8c", - "reference": "1ecad678646c817a29e55a32c930f3601c3f5a8c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/172ba97bcf97ae6ef86ca256adf77aece8a143fe", + "reference": "172ba97bcf97ae6ef86ca256adf77aece8a143fe", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1", + "doctrine/instantiator": "^1.5.0", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.0", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", + "myclabs/deep-copy": "^1.12.0", + "phar-io/manifest": "^2.0.4", + "phar-io/version": "^3.2.1", "php": ">=7.2", - "phpunit/php-code-coverage": "^7.0.12", - "phpunit/php-file-iterator": "^2.0.4", + "phpunit/php-code-coverage": "^7.0.17", + "phpunit/php-file-iterator": "^2.0.6", "phpunit/php-text-template": "^1.2.1", - "phpunit/php-timer": "^2.1.2", + "phpunit/php-timer": "^2.1.4", "sebastian/comparator": "^3.0.5", - "sebastian/diff": "^3.0.2", - "sebastian/environment": "^4.2.3", - "sebastian/exporter": "^3.1.5", - "sebastian/global-state": "^3.0.0", - "sebastian/object-enumerator": "^3.0.3", - "sebastian/resource-operations": "^2.0.1", - "sebastian/type": "^1.1.3", + "sebastian/diff": "^3.0.6", + "sebastian/environment": "^4.2.5", + "sebastian/exporter": "^3.1.6", + "sebastian/global-state": "^3.0.5", + "sebastian/object-enumerator": "^3.0.5", + "sebastian/resource-operations": "^2.0.3", + "sebastian/type": "^1.1.5", "sebastian/version": "^2.0.1" }, "suggest": { @@ -3836,7 +3831,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.38" + "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.39" }, "funding": [ { @@ -3852,7 +3847,7 @@ "type": "tidelift" } ], - "time": "2024-04-05T04:31:23+00:00" + "time": "2024-07-10T11:43:00+00:00" }, { "name": "psr/cache", @@ -5167,23 +5162,23 @@ }, { "name": "seld/jsonlint", - "version": "1.10.2", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", - "reference": "9bb7db07b5d66d90f6ebf542f09fc67d800e5259" + "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9bb7db07b5d66d90f6ebf542f09fc67d800e5259", - "reference": "9bb7db07b5d66d90f6ebf542f09fc67d800e5259", + "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2", + "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.5", + "phpstan/phpstan": "^1.11", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" }, "bin": [ @@ -5215,7 +5210,7 @@ ], "support": { "issues": "https://github.com/Seldaek/jsonlint/issues", - "source": "https://github.com/Seldaek/jsonlint/tree/1.10.2" + "source": "https://github.com/Seldaek/jsonlint/tree/1.11.0" }, "funding": [ { @@ -5227,20 +5222,20 @@ "type": "tidelift" } ], - "time": "2024-02-07T12:57:50+00:00" + "time": "2024-07-11T14:55:45+00:00" }, { "name": "sirbrillig/phpcs-variable-analysis", - "version": "v2.11.18", + "version": "v2.11.19", "source": { "type": "git", "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", - "reference": "ca242a0b7309e0f9d1f73b236e04ecf4ca3248d0" + "reference": "bc8d7e30e2005bce5c59018b7cdb08e9fb45c0d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/ca242a0b7309e0f9d1f73b236e04ecf4ca3248d0", - "reference": "ca242a0b7309e0f9d1f73b236e04ecf4ca3248d0", + "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/bc8d7e30e2005bce5c59018b7cdb08e9fb45c0d1", + "reference": "bc8d7e30e2005bce5c59018b7cdb08e9fb45c0d1", "shasum": "" }, "require": { @@ -5285,7 +5280,7 @@ "source": "https://github.com/sirbrillig/phpcs-variable-analysis", "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" }, - "time": "2024-04-13T16:42:46+00:00" + "time": "2024-06-26T20:08:34+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -5369,16 +5364,16 @@ }, { "name": "symfony/amqp-messenger", - "version": "v5.4.39", + "version": "v5.4.41", "source": { "type": "git", "url": "https://github.com/symfony/amqp-messenger.git", - "reference": "252902bdd576b0a9279cb3d9b9f7e8317d1c54c3" + "reference": "ccadd8d21b34751f253c88cfc1ac3ae2c6d5ebae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/252902bdd576b0a9279cb3d9b9f7e8317d1c54c3", - "reference": "252902bdd576b0a9279cb3d9b9f7e8317d1c54c3", + "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/ccadd8d21b34751f253c88cfc1ac3ae2c6d5ebae", + "reference": "ccadd8d21b34751f253c88cfc1ac3ae2c6d5ebae", "shasum": "" }, "require": { @@ -5418,7 +5413,7 @@ "description": "Symfony AMQP extension Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/amqp-messenger/tree/v5.4.39" + "source": "https://github.com/symfony/amqp-messenger/tree/v5.4.41" }, "funding": [ { @@ -5434,20 +5429,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-06-16T20:56:25+00:00" }, { "name": "symfony/browser-kit", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "4c5d1a88ceee2b1c5c0b400b0137989ec34f70fa" + "reference": "92c8ba1e5ee12d07120744c90898516132b4e58b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/4c5d1a88ceee2b1c5c0b400b0137989ec34f70fa", - "reference": "4c5d1a88ceee2b1c5c0b400b0137989ec34f70fa", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/92c8ba1e5ee12d07120744c90898516132b4e58b", + "reference": "92c8ba1e5ee12d07120744c90898516132b4e58b", "shasum": "" }, "require": { @@ -5490,7 +5485,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v5.4.39" + "source": "https://github.com/symfony/browser-kit/tree/v5.4.40" }, "funding": [ { @@ -5506,20 +5501,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/cache", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "982237e35079fdcc31ab724f06b6131992c4fd24" + "reference": "89005bc368ca02ed0433c592e4d27670d0844a66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/982237e35079fdcc31ab724f06b6131992c4fd24", - "reference": "982237e35079fdcc31ab724f06b6131992c4fd24", + "url": "https://api.github.com/repos/symfony/cache/zipball/89005bc368ca02ed0433c592e4d27670d0844a66", + "reference": "89005bc368ca02ed0433c592e4d27670d0844a66", "shasum": "" }, "require": { @@ -5548,7 +5543,7 @@ "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6|^2.0", "doctrine/dbal": "^2.13.1|^3|^4", - "predis/predis": "^1.1", + "predis/predis": "^1.1|^2.0", "psr/simple-cache": "^1.0|^2.0", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", @@ -5587,7 +5582,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.4.39" + "source": "https://github.com/symfony/cache/tree/v5.4.40" }, "funding": [ { @@ -5603,7 +5598,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/cache-contracts", @@ -5686,16 +5681,16 @@ }, { "name": "symfony/config", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "62cec4a067931552624a9962002c210c502d42fd" + "reference": "d4e1db78421163b98dd9971d247fd0df4a57ee5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/62cec4a067931552624a9962002c210c502d42fd", - "reference": "62cec4a067931552624a9962002c210c502d42fd", + "url": "https://api.github.com/repos/symfony/config/zipball/d4e1db78421163b98dd9971d247fd0df4a57ee5e", + "reference": "d4e1db78421163b98dd9971d247fd0df4a57ee5e", "shasum": "" }, "require": { @@ -5745,7 +5740,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v5.4.39" + "source": "https://github.com/symfony/config/tree/v5.4.40" }, "funding": [ { @@ -5761,20 +5756,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/console", - "version": "v5.4.39", + "version": "v5.4.41", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1" + "reference": "6473d441a913cb997123b59ff2dbe3d1cf9e11ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/f3e591c48688a0cfa1a3296205926c05e84b22b1", - "reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1", + "url": "https://api.github.com/repos/symfony/console/zipball/6473d441a913cb997123b59ff2dbe3d1cf9e11ba", + "reference": "6473d441a913cb997123b59ff2dbe3d1cf9e11ba", "shasum": "" }, "require": { @@ -5844,7 +5839,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.39" + "source": "https://github.com/symfony/console/tree/v5.4.41" }, "funding": [ { @@ -5860,20 +5855,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-06-28T07:48:55+00:00" }, { "name": "symfony/css-selector", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "0934c9f1d433776f25c629bdc93f3e157d139e08" + "reference": "ea43887e9afd2029509662d4f95e8b5ef6fc9bbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/0934c9f1d433776f25c629bdc93f3e157d139e08", - "reference": "0934c9f1d433776f25c629bdc93f3e157d139e08", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/ea43887e9afd2029509662d4f95e8b5ef6fc9bbb", + "reference": "ea43887e9afd2029509662d4f95e8b5ef6fc9bbb", "shasum": "" }, "require": { @@ -5910,7 +5905,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.4.39" + "source": "https://github.com/symfony/css-selector/tree/v5.4.40" }, "funding": [ { @@ -5926,20 +5921,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "5b4505f2afbe1d11d43a3917d0c1c178a38f6f19" + "reference": "408b33326496030c201b8051b003e9e8cdb2efc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5b4505f2afbe1d11d43a3917d0c1c178a38f6f19", - "reference": "5b4505f2afbe1d11d43a3917d0c1c178a38f6f19", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/408b33326496030c201b8051b003e9e8cdb2efc9", + "reference": "408b33326496030c201b8051b003e9e8cdb2efc9", "shasum": "" }, "require": { @@ -5999,7 +5994,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v5.4.39" + "source": "https://github.com/symfony/dependency-injection/tree/v5.4.40" }, "funding": [ { @@ -6015,7 +6010,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/deprecation-contracts", @@ -6158,16 +6153,16 @@ }, { "name": "symfony/dom-crawler", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "1dffb111b038412b028caba029240e379fda85b2" + "reference": "2ad469c3e07fdba677b278d0e266071a51aa0dac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/1dffb111b038412b028caba029240e379fda85b2", - "reference": "1dffb111b038412b028caba029240e379fda85b2", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2ad469c3e07fdba677b278d0e266071a51aa0dac", + "reference": "2ad469c3e07fdba677b278d0e266071a51aa0dac", "shasum": "" }, "require": { @@ -6213,7 +6208,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v5.4.39" + "source": "https://github.com/symfony/dom-crawler/tree/v5.4.40" }, "funding": [ { @@ -6229,20 +6224,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "d40fae9fd85c762b6ba378152fdd1157a85d7e4f" + "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d40fae9fd85c762b6ba378152fdd1157a85d7e4f", - "reference": "d40fae9fd85c762b6ba378152fdd1157a85d7e4f", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a54e2a8a114065f31020d6a89ede83e34c3b27a4", + "reference": "a54e2a8a114065f31020d6a89ede83e34c3b27a4", "shasum": "" }, "require": { @@ -6298,7 +6293,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.39" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.40" }, "funding": [ { @@ -6314,7 +6309,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -6460,16 +6455,16 @@ }, { "name": "symfony/finder", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a" + "reference": "f51cff4687547641c7d8180d74932ab40b2205ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/f6a96e4fcd468a25fede16ee665f50ced856bd0a", - "reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a", + "url": "https://api.github.com/repos/symfony/finder/zipball/f51cff4687547641c7d8180d74932ab40b2205ce", + "reference": "f51cff4687547641c7d8180d74932ab40b2205ce", "shasum": "" }, "require": { @@ -6503,7 +6498,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.39" + "source": "https://github.com/symfony/finder/tree/v5.4.40" }, "funding": [ { @@ -6519,20 +6514,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/messenger", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", - "reference": "56366af2eb2b5041ae6ac21b3e9a5caf29e33c42" + "reference": "cd90fa136d87deb8a7e9deccbbe526888103a631" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/messenger/zipball/56366af2eb2b5041ae6ac21b3e9a5caf29e33c42", - "reference": "56366af2eb2b5041ae6ac21b3e9a5caf29e33c42", + "url": "https://api.github.com/repos/symfony/messenger/zipball/cd90fa136d87deb8a7e9deccbbe526888103a631", + "reference": "cd90fa136d87deb8a7e9deccbbe526888103a631", "shasum": "" }, "require": { @@ -6593,7 +6588,7 @@ "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/messenger/tree/v5.4.39" + "source": "https://github.com/symfony/messenger/tree/v5.4.40" }, "funding": [ { @@ -6609,20 +6604,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" + "reference": "0424dff1c58f028c451efff2045f5d92410bd540" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540", + "reference": "0424dff1c58f028c451efff2045f5d92410bd540", "shasum": "" }, "require": { @@ -6672,7 +6667,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0" }, "funding": [ { @@ -6688,20 +6683,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" + "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a", + "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a", "shasum": "" }, "require": { @@ -6750,7 +6745,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0" }, "funding": [ { @@ -6766,20 +6761,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" + "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb", + "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", "shasum": "" }, "require": { @@ -6831,7 +6826,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0" }, "funding": [ { @@ -6847,20 +6842,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" + "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c", + "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", "shasum": "" }, "require": { @@ -6911,7 +6906,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0" }, "funding": [ { @@ -6927,20 +6922,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" + "reference": "10112722600777e02d2745716b70c5db4ca70442" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442", + "reference": "10112722600777e02d2745716b70c5db4ca70442", "shasum": "" }, "require": { @@ -6984,7 +6979,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0" }, "funding": [ { @@ -7000,20 +6995,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "21bd091060673a1177ae842c0ef8fe30893114d2" + "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2", - "reference": "21bd091060673a1177ae842c0ef8fe30893114d2", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1", + "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1", "shasum": "" }, "require": { @@ -7060,7 +7055,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0" }, "funding": [ { @@ -7076,20 +7071,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" + "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", + "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", "shasum": "" }, "require": { @@ -7140,7 +7135,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" }, "funding": [ { @@ -7156,20 +7151,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" + "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af", + "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af", "shasum": "" }, "require": { @@ -7216,7 +7211,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0" }, "funding": [ { @@ -7232,20 +7227,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/process", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "85a554acd7c28522241faf2e97b9541247a0d3d5" + "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/85a554acd7c28522241faf2e97b9541247a0d3d5", - "reference": "85a554acd7c28522241faf2e97b9541247a0d3d5", + "url": "https://api.github.com/repos/symfony/process/zipball/deedcb3bb4669cae2148bc920eafd2b16dc7c046", + "reference": "deedcb3bb4669cae2148bc920eafd2b16dc7c046", "shasum": "" }, "require": { @@ -7278,7 +7273,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.39" + "source": "https://github.com/symfony/process/tree/v5.4.40" }, "funding": [ { @@ -7294,20 +7289,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/redis-messenger", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/redis-messenger.git", - "reference": "7b7b1c5e8cbaab9c15808822ab5ef355eff6c4c3" + "reference": "8acf6a849fbfa8526e0c56f69cfd8e1783038af4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/7b7b1c5e8cbaab9c15808822ab5ef355eff6c4c3", - "reference": "7b7b1c5e8cbaab9c15808822ab5ef355eff6c4c3", + "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/8acf6a849fbfa8526e0c56f69cfd8e1783038af4", + "reference": "8acf6a849fbfa8526e0c56f69cfd8e1783038af4", "shasum": "" }, "require": { @@ -7345,7 +7340,7 @@ "description": "Symfony Redis extension Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/redis-messenger/tree/v5.4.39" + "source": "https://github.com/symfony/redis-messenger/tree/v5.4.40" }, "funding": [ { @@ -7361,7 +7356,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/requirements-checker", @@ -7431,16 +7426,16 @@ }, { "name": "symfony/serializer", - "version": "v5.4.39", + "version": "v5.4.41", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "107d7e0b67f9295098aa7b29b1daeddd6303c658" + "reference": "c97dba58c2fb36dee0381da84952cad21c49b6fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/107d7e0b67f9295098aa7b29b1daeddd6303c658", - "reference": "107d7e0b67f9295098aa7b29b1daeddd6303c658", + "url": "https://api.github.com/repos/symfony/serializer/zipball/c97dba58c2fb36dee0381da84952cad21c49b6fb", + "reference": "c97dba58c2fb36dee0381da84952cad21c49b6fb", "shasum": "" }, "require": { @@ -7514,7 +7509,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v5.4.39" + "source": "https://github.com/symfony/serializer/tree/v5.4.41" }, "funding": [ { @@ -7530,7 +7525,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-06-27T16:09:31+00:00" }, { "name": "symfony/service-contracts", @@ -7617,16 +7612,16 @@ }, { "name": "symfony/stopwatch", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "fb97497490bcec8a3c32c809cacfdd4c15dc8390" + "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fb97497490bcec8a3c32c809cacfdd4c15dc8390", - "reference": "fb97497490bcec8a3c32c809cacfdd4c15dc8390", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/0e9daf3b7c805c747638b2cc48f1649e594f9625", + "reference": "0e9daf3b7c805c747638b2cc48f1649e594f9625", "shasum": "" }, "require": { @@ -7659,7 +7654,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.4.39" + "source": "https://github.com/symfony/stopwatch/tree/v5.4.40" }, "funding": [ { @@ -7675,7 +7670,7 @@ "type": "tidelift" } ], - "time": "2024-04-18T08:26:06+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/string", @@ -7836,16 +7831,16 @@ }, { "name": "symfony/yaml", - "version": "v5.4.39", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "bc780e16879000f77a1022163c052f5323b5e640" + "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/bc780e16879000f77a1022163c052f5323b5e640", - "reference": "bc780e16879000f77a1022163c052f5323b5e640", + "url": "https://api.github.com/repos/symfony/yaml/zipball/81cad0ceab3d61fe14fe941ff18a230ac9c80f83", + "reference": "81cad0ceab3d61fe14fe941ff18a230ac9c80f83", "shasum": "" }, "require": { @@ -7891,7 +7886,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.4.39" + "source": "https://github.com/symfony/yaml/tree/v5.4.40" }, "funding": [ { @@ -7907,7 +7902,7 @@ "type": "tidelift" } ], - "time": "2024-04-23T11:57:27+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "theseer/tokenizer", diff --git a/includes.php b/includes.php index ede11530..322b8e4d 100644 --- a/includes.php +++ b/includes.php @@ -34,7 +34,7 @@ if (! defined('PP_LOADED')) { if (! defined('PUBLISHPRESS_VERSION')) { // Define constants - define('PUBLISHPRESS_VERSION', '4.2.1'); + define('PUBLISHPRESS_VERSION', '4.3.0'); define('PUBLISHPRESS_BASE_PATH', __DIR__); define('PUBLISHPRESS_VIEWS_PATH', __DIR__ . '/views'); define('PUBLISHPRESS_FILE_PATH', PUBLISHPRESS_BASE_PATH . '/publishpress.php'); diff --git a/languages/publishpress-es_ES.mo b/languages/publishpress-es_ES.mo index 68642d8f..736205a3 100644 Binary files a/languages/publishpress-es_ES.mo and b/languages/publishpress-es_ES.mo differ diff --git a/languages/publishpress-es_ES.po b/languages/publishpress-es_ES.po index 6b464e80..83c4200d 100644 --- a/languages/publishpress-es_ES.po +++ b/languages/publishpress-es_ES.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: Plugins - PublishPress Planner: Organize and Schedule " "Your WordPress Content - Stable (latest release)\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" -"POT-Creation-Date: 2024-05-14 09:04+0000\n" -"PO-Revision-Date: 2024-05-21 10:05+0200\n" +"POT-Creation-Date: 2024-05-27 17:13+0000\n" +"PO-Revision-Date: 2024-05-28 19:23+0200\n" "Last-Translator: \n" "Language-Team: Spanish (Spain)\n" "Language: es_ES\n" @@ -58,8 +58,8 @@ msgstr "%1$s #%2$s «%3$s» fue despublicada por %4$s %5$s" msgid "%1$s (%2$s ) said on %3$s at %4$s:" msgstr "%1$s (%2$s) dijo en %3$s a las %4$s:" -#: modules/content-board/content-board.php:826 -#: modules/content-overview/content-overview.php:847 +#: modules/content-board/content-board.php:841 +#: modules/content-overview/content-overview.php:856 #, php-format msgctxt "%1$s = start date, %2$s = end date" msgid " %1$s
to
%2$s" @@ -96,22 +96,22 @@ msgid_plural "%d Users" msgstr[0] "%d usuario" msgstr[1] "%d usuarios" -#: modules/calendar/calendar.php:795 +#: modules/calendar/calendar.php:805 msgid "%d week" msgstr "%d semana" -#: modules/calendar/calendar.php:796 +#: modules/calendar/calendar.php:806 msgid "%d weeks" msgstr "%d semanas" -#: modules/content-board/content-board.php:985 -#: modules/content-overview/content-overview.php:1006 +#: modules/content-board/content-board.php:1000 +#: modules/content-overview/content-overview.php:1015 #, php-format msgid "%s could not be created" msgstr "%s no pudo ser creada" -#: modules/content-board/content-board.php:982 -#: modules/content-overview/content-overview.php:1003 +#: modules/content-board/content-board.php:997 +#: modules/content-overview/content-overview.php:1012 #, php-format msgid "%s created successfully. Edit %s" msgstr "" @@ -124,26 +124,26 @@ msgid_plural "%s notifications found." msgstr[0] "%s aviso encontrado." msgstr[1] "%s avisos encontrados." -#: modules/calendar/calendar.php:4060 +#: modules/calendar/calendar.php:4070 #, php-format msgid "%s week" msgid_plural "%s weeks" msgstr[0] "%s semana" msgstr[1] "%s semanas" -#: modules/calendar/calendar.php:2072 +#: modules/calendar/calendar.php:2082 msgid "«" msgstr "«" -#: modules/calendar/calendar.php:2085 +#: modules/calendar/calendar.php:2095 msgid "‹" msgstr "‹" -#: modules/calendar/calendar.php:2041 +#: modules/calendar/calendar.php:2051 msgid "»" msgstr "»" -#: modules/calendar/calendar.php:2024 +#: modules/calendar/calendar.php:2034 msgid "›" msgstr "›" @@ -368,7 +368,7 @@ msgstr "Añadir un comentario editorial" msgid "Add Another Option" msgstr "Añadir otra opción" -#: modules/content-overview/content-overview.php:1288 +#: modules/content-overview/content-overview.php:1297 msgid "Add Column" msgstr "Añadir columna" @@ -376,7 +376,7 @@ msgstr "Añadir columna" msgid "Add Comment" msgstr "Añadir comentario" -#: modules/calendar/calendar.php:767 +#: modules/calendar/calendar.php:777 #, php-format msgid "Add content for %s" msgstr "Añadir contenido para %s" @@ -387,22 +387,22 @@ msgstr "Añadir contenido para %s" msgid "Add editorial comment: %s" msgstr "Añadir comentario editorial: %s" -#: modules/content-board/content-board.php:1409 -#: modules/content-overview/content-overview.php:1436 +#: modules/content-board/content-board.php:1424 +#: modules/content-overview/content-overview.php:1445 msgid "Add Filter" msgstr "Añadir filtro" -#: modules/content-board/content-board.php:1241 -#: modules/content-board/content-board.php:1261 -#: modules/content-board/content-board.php:1389 -#: modules/content-overview/content-overview.php:1268 -#: modules/content-overview/content-overview.php:1416 +#: modules/content-board/content-board.php:1256 +#: modules/content-board/content-board.php:1276 +#: modules/content-board/content-board.php:1404 +#: modules/content-overview/content-overview.php:1277 +#: modules/content-overview/content-overview.php:1425 #: modules/editorial-metadata/editorial-metadata.php:1783 msgid "Add New" msgstr "Añadir nuevo" -#: modules/content-board/content-board.php:1581 -#: modules/content-overview/content-overview.php:1559 +#: modules/content-board/content-board.php:1634 +#: modules/content-overview/content-overview.php:1568 #, php-format msgid "Add New %s" msgstr "Añadir nuevo %s" @@ -415,7 +415,7 @@ msgstr "Añadir nuevos campos editoriales" msgid "Add New Editorial fields term" msgstr "Añadir nuevo término de campos editoriales" -#: publishpress.php:1323 +#: publishpress.php:1327 msgid "Add New Notification" msgstr "Añadir nuevo aviso" @@ -456,10 +456,10 @@ msgstr "Avisos avanzados" msgid "All" msgstr "Todo" -#: modules/content-board/content-board.php:2114 -#: modules/content-board/content-board.php:2117 -#: modules/content-overview/content-overview.php:2092 -#: modules/content-overview/content-overview.php:2095 +#: modules/content-board/content-board.php:2197 +#: modules/content-board/content-board.php:2200 +#: modules/content-overview/content-overview.php:2130 +#: modules/content-overview/content-overview.php:2133 #, php-format msgid "All %s" msgstr "Todas %s" @@ -468,15 +468,15 @@ msgstr "Todas %s" msgid "All Actions" msgstr "Todas las acciones" -#: modules/calendar/calendar.php:793 modules/calendar/calendar.php:4008 -#: modules/content-board/content-board.php:2139 -#: modules/content-board/content-board.php:2142 -#: modules/content-overview/content-overview.php:2117 -#: modules/content-overview/content-overview.php:2120 +#: modules/calendar/calendar.php:803 modules/calendar/calendar.php:4018 +#: modules/content-board/content-board.php:2222 +#: modules/content-board/content-board.php:2225 +#: modules/content-overview/content-overview.php:2155 +#: modules/content-overview/content-overview.php:2158 msgid "All authors" msgstr "Todos los autores" -#: modules/calendar/calendar.php:791 +#: modules/calendar/calendar.php:801 msgid "All categories" msgstr "Todas las categorías" @@ -513,8 +513,8 @@ msgstr "Todos los avisos de usuarios" msgid "All options value and labels are required." msgstr "Todas las opciones de valor y las etiquetas son obligatorios." -#: modules/content-board/content-board.php:2171 -#: modules/content-overview/content-overview.php:2149 +#: modules/content-board/content-board.php:2254 +#: modules/content-overview/content-overview.php:2187 msgid "All post types" msgstr "Todos los tipos de contenido" @@ -524,7 +524,7 @@ msgstr "Todos los tipos de contenido" msgid "All Posts" msgstr "Todas las entradas" -#: modules/calendar/calendar.php:2870 +#: modules/calendar/calendar.php:2880 msgid "All posts" msgstr "Todas las entradas" @@ -532,8 +532,8 @@ msgstr "Todas las entradas" msgid "All Receivers" msgstr "Todos los destinatarios" -#: modules/content-board/content-board.php:2386 -#: modules/content-overview/content-overview.php:2364 +#: modules/content-board/content-board.php:2469 +#: modules/content-overview/content-overview.php:2402 msgid "All status" msgstr "Todos los estados" @@ -541,17 +541,17 @@ msgstr "Todos los estados" msgid "All Statuses" msgstr "Todos los estados" -#: modules/calendar/calendar.php:790 modules/calendar/calendar.php:3952 -#: modules/content-board/content-board.php:2088 -#: modules/content-overview/content-overview.php:2066 +#: modules/calendar/calendar.php:800 modules/calendar/calendar.php:3962 +#: modules/content-board/content-board.php:2171 +#: modules/content-overview/content-overview.php:2104 msgid "All statuses" msgstr "Todos los estados" -#: modules/calendar/calendar.php:792 modules/calendar/calendar.php:3987 +#: modules/calendar/calendar.php:802 modules/calendar/calendar.php:3997 msgid "All tags" msgstr "Todas las etiquetas" -#: modules/calendar/calendar.php:794 modules/calendar/calendar.php:4035 +#: modules/calendar/calendar.php:804 modules/calendar/calendar.php:4045 msgid "All types" msgstr "Todos los tipos" @@ -564,7 +564,7 @@ msgstr "Todos los usuarios" msgid "All Workflows" msgstr "Todos los flujos de trabajo" -#: modules/calendar/calendar.php:2474 +#: modules/calendar/calendar.php:2484 msgid "Allow public access to subscriptions in iCal or Google Calendar" msgstr "" "Permite el acceso público a las suscripciones en iCal o Google Calendar" @@ -577,38 +577,40 @@ msgstr "Avisar siempre al autor del contenido:" msgid "Always notify users who have edited the content:" msgstr "Avisar siempre a los usuarios que han editado el contenido:" -#: modules/calendar/calendar.php:2522 +#: modules/calendar/calendar.php:2532 msgid "Always show complete post titles" msgstr "Muestra siempre los títulos completos de las entradas" -#: modules/content-board/content-board.php:1504 -#: modules/content-board/content-board.php:1554 +#: modules/content-board/content-board.php:1522 +#: modules/content-board/content-board.php:1548 +#: modules/content-board/content-board.php:1607 msgid "An error occured" msgstr "Ha ocurrido un error" -#: modules/content-board/content-board.php:836 -#: modules/content-board/content-board.php:846 -#: modules/content-board/content-board.php:2220 -#: modules/content-board/content-board.php:2331 -#: modules/content-board/content-board.php:2369 -#: modules/content-board/content-board.php:2450 -#: modules/content-overview/content-overview.php:857 -#: modules/content-overview/content-overview.php:867 -#: modules/content-overview/content-overview.php:2198 -#: modules/content-overview/content-overview.php:2309 +#: modules/content-board/content-board.php:851 +#: modules/content-board/content-board.php:861 +#: modules/content-board/content-board.php:2303 +#: modules/content-board/content-board.php:2414 +#: modules/content-board/content-board.php:2452 +#: modules/content-board/content-board.php:2533 +#: modules/content-board/content-board.php:2634 +#: modules/content-overview/content-overview.php:866 +#: modules/content-overview/content-overview.php:876 +#: modules/content-overview/content-overview.php:2236 #: modules/content-overview/content-overview.php:2347 -#: modules/content-overview/content-overview.php:2428 +#: modules/content-overview/content-overview.php:2385 +#: modules/content-overview/content-overview.php:2466 msgid "Apply" msgstr "Aplicar" -#: modules/content-board/content-board.php:1345 -#: modules/content-board/content-board.php:1493 -#: modules/content-overview/content-overview.php:1372 -#: modules/content-overview/content-overview.php:1520 +#: modules/content-board/content-board.php:1360 +#: modules/content-board/content-board.php:1508 +#: modules/content-overview/content-overview.php:1381 +#: modules/content-overview/content-overview.php:1529 msgid "Apply Changes" msgstr "Aplicar los cambios" -#: modules/calendar/calendar.php:781 +#: modules/calendar/calendar.php:791 msgid "Apr" msgstr "Abr" @@ -633,7 +635,7 @@ msgstr "Avisos asíncronos" msgid "asynchronous" msgstr "asíncrono" -#: modules/calendar/calendar.php:2541 +#: modules/calendar/calendar.php:2551 msgid "At least one post type must be selected" msgstr "Se debe seleccionar por lo menos un tipo de contenido" @@ -641,24 +643,24 @@ msgstr "Se debe seleccionar por lo menos un tipo de contenido" msgid "Attach file" msgstr "Adjuntar archivo" -#: modules/calendar/calendar.php:785 +#: modules/calendar/calendar.php:795 msgid "Aug" msgstr "Ago" -#: modules/calendar/calendar.php:1880 modules/calendar/calendar.php:3475 -#: modules/calendar/calendar.php:3565 -#: modules/content-board/content-board.php:1061 -#: modules/content-board/content-board.php:1072 -#: modules/content-board/content-board.php:1115 -#: modules/content-board/content-board.php:1174 -#: modules/content-board/content-board.php:1755 -#: modules/content-board/content-board.php:2137 -#: modules/content-overview/content-overview.php:1083 -#: modules/content-overview/content-overview.php:1096 -#: modules/content-overview/content-overview.php:1140 -#: modules/content-overview/content-overview.php:1201 -#: modules/content-overview/content-overview.php:1733 -#: modules/content-overview/content-overview.php:2115 +#: modules/calendar/calendar.php:1890 modules/calendar/calendar.php:3485 +#: modules/calendar/calendar.php:3575 +#: modules/content-board/content-board.php:1076 +#: modules/content-board/content-board.php:1087 +#: modules/content-board/content-board.php:1130 +#: modules/content-board/content-board.php:1189 +#: modules/content-board/content-board.php:1816 +#: modules/content-board/content-board.php:2220 +#: modules/content-overview/content-overview.php:1092 +#: modules/content-overview/content-overview.php:1105 +#: modules/content-overview/content-overview.php:1149 +#: modules/content-overview/content-overview.php:1210 +#: modules/content-overview/content-overview.php:1749 +#: modules/content-overview/content-overview.php:2153 #: modules/editorial-comments/library/EditorialCommentsTable.php:228 msgid "Author" msgid_plural "Authors" @@ -683,15 +685,15 @@ msgstr "Autores del contenido" msgid "Auto-draft" msgstr "Borrador automático" -#: modules/improved-notifications/improved-notifications.php:983 +#: modules/improved-notifications/improved-notifications.php:984 msgid "Available fields" msgstr "Campos disponibles" -#: modules/calendar/calendar.php:2064 +#: modules/calendar/calendar.php:2074 msgid "Back %d weeks" msgstr "Ir %d semanas hacia detrás" -#: modules/calendar/calendar.php:2076 +#: modules/calendar/calendar.php:2086 msgid "Back 1 week" msgstr "1 semana atrás" @@ -707,10 +709,6 @@ msgstr "Volver a los avisos de perfiles" msgid "Back to notify users" msgstr "Volver a los avisos de usuarios" -#: modules/modules-settings/modules-settings.php:241 -msgid "Basic Notifications" -msgstr "Avisos básicos" - #: modules/notifications/notifications.php:1665 msgid "Blacklisted taxonomies for Notifications" msgstr "Taxonomías en la lista negra de avisos" @@ -727,43 +725,48 @@ msgstr "Blog: " msgid "Body" msgstr "Cuerpo" -#: modules/content-board/content-board.php:842 -#: modules/content-overview/content-overview.php:863 +#: modules/content-board/content-board.php:857 +#: modules/content-overview/content-overview.php:872 #: modules/editorial-comments/editorial-comments.php:580 #: modules/editorial-metadata/editorial-metadata.php:2174 msgid "Cancel" msgstr "Cancelar" -#: modules/calendar/calendar.php:3575 -#: modules/content-board/content-board.php:1765 -#: modules/content-overview/content-overview.php:1743 +#: modules/content-board/content-board.php:930 +msgid "Card Data updated successfully." +msgstr "Datos de la tarjeta actualizados correctamente." + +#: modules/calendar/calendar.php:3585 +#: modules/content-board/content-board.php:1826 +#: modules/content-overview/content-overview.php:1759 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Category.php:34 msgid "Categories" msgstr "Categorías" -#: modules/calendar/calendar.php:3480 +#: modules/calendar/calendar.php:3490 #: lib/Notifications/Workflow/Step/Event_Content/Category.php:24 msgid "Category" msgid_plural "Categories" msgstr[0] "Categoría" msgstr[1] "Categorías" -#: modules/content-board/content-board.php:843 -#: modules/content-overview/content-overview.php:864 +#: modules/content-board/content-board.php:858 +#: modules/content-overview/content-overview.php:873 msgid "Change" msgstr "Cambiar" -#: modules/content-board/content-board.php:1543 +#: modules/content-board/content-board.php:1538 +#: modules/content-board/content-board.php:1596 msgid "Changes saved!" msgstr "¡Cambios guardado!" #: views/user_profile_notification_channels.html.php:15 -#: modules/improved-notifications/improved-notifications.php:408 -#: modules/improved-notifications/improved-notifications.php:1154 +#: modules/improved-notifications/improved-notifications.php:409 +#: modules/improved-notifications/improved-notifications.php:1155 msgid "Channels" msgstr "Canales" -#: publishpress.php:670 +#: publishpress.php:671 msgid "Cheatin’ uh?" msgstr "¡Haciendo trampas! ¿eh?" @@ -771,8 +774,8 @@ msgstr "¡Haciendo trampas! ¿eh?" msgid "Checkbox" msgstr "Casilla de verificación" -#: modules/content-board/content-board.php:2351 -#: modules/content-overview/content-overview.php:2329 +#: modules/content-board/content-board.php:2434 +#: modules/content-overview/content-overview.php:2367 msgid "Checked" msgstr "Seleccionado" @@ -793,34 +796,34 @@ msgid "Choose Post Types" msgstr "Elige el tipo de contenido" #: views/user_profile_notification_channels.html.php:6 -#: modules/improved-notifications/improved-notifications.php:402 -#: modules/improved-notifications/improved-notifications.php:1148 +#: modules/improved-notifications/improved-notifications.php:403 +#: modules/improved-notifications/improved-notifications.php:1149 msgid "Choose the channels where each workflow will send notifications to:" msgstr "Elige los canales a los que cada flujo de trabajo enviará avisos:" -#: modules/improved-notifications/improved-notifications.php:985 +#: modules/improved-notifications/improved-notifications.php:986 msgid "Click here to read more about shortcode options..." msgstr "Haz clic aquí para leer más acerca de las opciones de shortcode..." -#: modules/calendar/calendar.php:1404 +#: modules/calendar/calendar.php:1414 msgid "Click here to subscribe in iCal or Google Calendar" msgstr "Haz clic aquí para suscribirte en iCal o Google Calendar" -#: modules/content-board/content-board.php:1106 +#: modules/content-board/content-board.php:1121 msgid "Click the \"Add New\" button to create new card data." msgstr "" "Haz clic en el botón «Añadir nuevo» para crear nuevos datos de tarjeta." -#: modules/content-overview/content-overview.php:1130 +#: modules/content-overview/content-overview.php:1139 msgid "Click the \"Add New\" button to create new columns." msgstr "Haz clic en el botón «Añadir nuevo» para crear nuevas columnas." -#: modules/content-board/content-board.php:1165 -#: modules/content-overview/content-overview.php:1192 +#: modules/content-board/content-board.php:1180 +#: modules/content-overview/content-overview.php:1201 msgid "Click the \"Add New\" button to create new filters." msgstr "Haz clic en el botón «Añadir nuevo» para crear nuevos filtros." -#: modules/calendar/calendar.php:758 +#: modules/calendar/calendar.php:768 msgid "Click to add" msgstr "Haz clic para añadir" @@ -843,16 +846,15 @@ msgid "Click to stop being notified on updates for this post" msgstr "" "Haz clic para dejar de ser avisado sobre actualizaciones de este contenido" -#: modules/calendar/calendar.php:763 +#: modules/calendar/calendar.php:773 msgid "Close" msgstr "Cerrar" -#: modules/content-overview/content-overview.php:1276 +#: modules/content-overview/content-overview.php:1285 msgid "Column Title" msgstr "Título de la columna" -#: modules/content-board/content-board.php:915 -#: modules/content-overview/content-overview.php:936 +#: modules/content-overview/content-overview.php:945 msgid "Column updated successfully." msgstr "Columna actualizada correctamente." @@ -873,7 +875,7 @@ msgstr "El commentario ha sido borrado con éxito." msgid "Comment: %s (%d)" msgstr "Comentario: %s (%d)" -#: publishpress.php:666 +#: publishpress.php:667 msgid "Configure" msgstr "Configurar" @@ -881,18 +883,18 @@ msgstr "Configurar" msgid "Contact" msgstr "Contacto" -#: modules/calendar/calendar.php:3592 -#: modules/content-board/content-board.php:1782 -#: modules/content-overview/content-overview.php:1760 -#: modules/improved-notifications/improved-notifications.php:971 +#: modules/calendar/calendar.php:3602 +#: modules/content-board/content-board.php:1843 +#: modules/content-overview/content-overview.php:1776 +#: modules/improved-notifications/improved-notifications.php:972 #: lib/Notifications/Workflow/Step/Content/Main.php:29 msgid "Content" msgstr "Contenido" #: modules/content-board/content-board.php:140 -#: modules/content-board/content-board.php:395 -#: modules/content-board/content-board.php:412 -#: modules/content-board/content-board.php:413 +#: modules/content-board/content-board.php:410 +#: modules/content-board/content-board.php:427 +#: modules/content-board/content-board.php:428 msgid "Content Board" msgstr "Tablón de contenidos" @@ -902,9 +904,9 @@ msgid "Content Calendar" msgstr "Calendario de contenidos" #: modules/content-overview/content-overview.php:147 -#: modules/content-overview/content-overview.php:419 -#: modules/content-overview/content-overview.php:436 -#: modules/content-overview/content-overview.php:437 +#: modules/content-overview/content-overview.php:428 +#: modules/content-overview/content-overview.php:445 +#: modules/content-overview/content-overview.php:446 msgid "Content Overview" msgstr "Resumen del contenido" @@ -912,12 +914,12 @@ msgstr "Resumen del contenido" msgid "Content:" msgstr "Contenido:" -#: modules/calendar/calendar.php:1398 +#: modules/calendar/calendar.php:1408 msgid "Copy to the clipboard" msgstr "Copiar al portapapeles" -#: modules/content-board/content-board.php:1709 -#: modules/content-overview/content-overview.php:1687 +#: modules/content-board/content-board.php:1768 +#: modules/content-overview/content-overview.php:1701 #, php-format msgid "Create %s" msgstr "Crear %s" @@ -926,20 +928,20 @@ msgstr "Crear %s" msgid "Created on" msgstr "Creado el" -#: modules/calendar/calendar.php:1321 +#: modules/calendar/calendar.php:1331 msgid "Current week" msgstr "Semana actual" -#: modules/content-overview/content-overview.php:1129 +#: modules/content-overview/content-overview.php:1138 msgid "Custom Columns" msgstr "Columnas personalizadas" -#: modules/content-board/content-board.php:1164 -#: modules/content-overview/content-overview.php:1191 +#: modules/content-board/content-board.php:1179 +#: modules/content-overview/content-overview.php:1200 msgid "Custom filters" msgstr "Filtros personalizados" -#: modules/content-board/content-board.php:1105 +#: modules/content-board/content-board.php:1120 msgid "Custom Items" msgstr "Elementos personalizados" @@ -963,16 +965,16 @@ msgstr "" "%1$sPublishPress Statuses%2$s. Consulta %3$sPlanificación > Ajustes%4$s para " "más detalles." -#: modules/content-board/content-board.php:1884 +#: modules/content-board/content-board.php:1945 msgid "Customize Card Data" msgstr "Personalizar los datos de la tarjeta" -#: modules/content-overview/content-overview.php:1862 +#: modules/content-overview/content-overview.php:1878 msgid "Customize Columns" msgstr "Personalizar columnas" -#: modules/content-board/content-board.php:1894 -#: modules/content-overview/content-overview.php:1872 +#: modules/content-board/content-board.php:1955 +#: modules/content-overview/content-overview.php:1888 msgid "Customize Filters" msgstr "Personalizar filtros" @@ -984,9 +986,9 @@ msgstr "Escritorio" msgid "Dashboard Note" msgstr "Notas de escritorio" -#: modules/calendar/calendar.php:3464 -#: modules/content-board/content-board.php:1942 -#: modules/content-overview/content-overview.php:1920 +#: modules/calendar/calendar.php:3474 +#: modules/content-board/content-board.php:2003 +#: modules/content-overview/content-overview.php:1936 #: modules/editorial-metadata/editorial-metadata.php:285 #: lib/Notifications/Table/Notifications.php:158 #: modules/notifications-log/library/NotificationsLogTable.php:490 @@ -1001,11 +1003,16 @@ msgstr "Depuración" msgid "Debug data" msgstr "Datos de depuración" -#: modules/calendar/calendar.php:789 +#: modules/calendar/calendar.php:799 msgid "Dec" msgstr "Dic" -#: modules/improved-notifications/improved-notifications.php:229 +#: modules/content-board/content-board.php:2624 +#: modules/content-board/content-board.php:2641 +msgid "Default Date" +msgstr "Fecha por defecto" + +#: modules/improved-notifications/improved-notifications.php:230 msgid "Default notification channels:" msgstr "Canales de aviso por defecto:" @@ -1016,7 +1023,7 @@ msgstr "Canales de aviso por defecto:" msgid "Default option" msgstr "Opción por defecto" -#: modules/calendar/calendar.php:2498 +#: modules/calendar/calendar.php:2508 msgid "Default publish time for items created in the calendar" msgstr "" "Hora de publicación por defecto para elementos creados en el calendario" @@ -1051,7 +1058,7 @@ msgstr "Descripción" msgid "Detailed documentation is also available on the plugin website." msgstr "También hay disponible documentación detallada en la web del plugin." -#: modules/calendar/calendar.php:2572 modules/dashboard/dashboard.php:368 +#: modules/calendar/calendar.php:2582 modules/dashboard/dashboard.php:368 #: modules/dashboard/dashboard.php:391 modules/dashboard/dashboard.php:425 msgid "Disabled" msgstr "Desactivado" @@ -1080,7 +1087,7 @@ msgstr "Nombre a mostrar" msgid "Documentation" msgstr "Documentación" -#: modules/calendar/calendar.php:1391 +#: modules/calendar/calendar.php:1401 msgid "Download .ics file" msgstr "Descargar archivo .ics" @@ -1088,16 +1095,16 @@ msgstr "Descargar archivo .ics" msgid "Draft" msgstr "Borrador" -#: modules/content-board/content-board.php:1304 +#: modules/content-board/content-board.php:1319 msgid "Drag to change enabled card data order." msgstr "Arrastra para cambiar el orden de los datos de la tarjeta activada." -#: modules/content-overview/content-overview.php:1331 +#: modules/content-overview/content-overview.php:1340 msgid "Drag to change enabled columns order." msgstr "Arrastra para cambiar el orden de las columnas activadas." -#: modules/content-board/content-board.php:1452 -#: modules/content-overview/content-overview.php:1479 +#: modules/content-board/content-board.php:1467 +#: modules/content-overview/content-overview.php:1488 msgid "Drag to change enabled filters order." msgstr "Arrastra para cambiar el orden de los filtros activados." @@ -1110,7 +1117,7 @@ msgstr "Opción del menú desplegable" msgid "Dropdown Select" msgstr "Selección desplegable" -#: modules/improved-notifications/improved-notifications.php:221 +#: modules/improved-notifications/improved-notifications.php:222 msgid "Duplicated notification threshold:" msgstr "Umbral para los avisos duplicados:" @@ -1118,9 +1125,9 @@ msgstr "Umbral para los avisos duplicados:" msgid "E-mails" msgstr "Correos electrónicos" -#: modules/calendar/calendar.php:1735 modules/calendar/calendar.php:3497 -#: modules/content-board/content-board.php:2665 -#: modules/content-overview/content-overview.php:3017 +#: modules/calendar/calendar.php:1745 modules/calendar/calendar.php:3507 +#: modules/content-board/content-board.php:2745 +#: modules/content-overview/content-overview.php:3055 #: modules/editorial-comments/editorial-comments.php:634 #: modules/editorial-metadata/editorial-metadata.php:2745 msgid "Edit" @@ -1140,7 +1147,7 @@ msgstr "" "usar PublishPress Planner, primero completa la migración de los datos de " "Edit Flow y luego desactiva Edit Flow." -#: publishpress.php:1324 +#: publishpress.php:1328 msgid "Edit Notification" msgstr "Editar aviso" @@ -1156,12 +1163,12 @@ msgstr "Editar el aviso de perfil" msgid "Edit Notify User" msgstr "Editar el aviso de usuario" -#: modules/calendar/calendar.php:1735 +#: modules/calendar/calendar.php:1745 msgid "Edit this item" msgstr "Editar este elemento" -#: modules/content-board/content-board.php:2661 -#: modules/content-overview/content-overview.php:3013 +#: modules/content-board/content-board.php:2741 +#: modules/content-overview/content-overview.php:3051 #: modules/dashboard/dashboard.php:299 msgid "Edit this post" msgstr "Editar esta publicación" @@ -1172,7 +1179,7 @@ msgstr "Editar esta publicación" msgid "Edit: %s" msgstr "Editar: %s" -#: modules/improved-notifications/improved-notifications.php:972 +#: modules/improved-notifications/improved-notifications.php:973 msgid "Editorial Comment" msgstr "Comentario editorial" @@ -1183,10 +1190,10 @@ msgstr "Comentario editorial" msgid "Editorial Comments" msgstr "Comentarios editoriales" -#: modules/content-board/content-board.php:1122 -#: modules/content-board/content-board.php:1182 -#: modules/content-overview/content-overview.php:1149 -#: modules/content-overview/content-overview.php:1209 +#: modules/content-board/content-board.php:1137 +#: modules/content-board/content-board.php:1197 +#: modules/content-overview/content-overview.php:1158 +#: modules/content-overview/content-overview.php:1218 #: modules/editorial-metadata/editorial-metadata.php:96 #: modules/editorial-metadata/editorial-metadata.php:506 #: modules/editorial-metadata/editorial-metadata.php:1759 @@ -1219,16 +1226,16 @@ msgid "Editorial fields visibility changed." msgstr "Visibilidad de los campos editoriales cambiada." #: views/user_profile_notification_channels.html.php:1 -#: modules/improved-notifications/improved-notifications.php:401 -#: modules/improved-notifications/improved-notifications.php:1147 +#: modules/improved-notifications/improved-notifications.php:402 +#: modules/improved-notifications/improved-notifications.php:1148 msgid "Editorial Notifications" msgstr "Avisos editoriales" -#: modules/calendar/calendar.php:1371 +#: modules/calendar/calendar.php:1381 msgid "Eight months" msgstr "Ocho meses" -#: modules/calendar/calendar.php:1377 +#: modules/calendar/calendar.php:1387 msgid "Eleven months" msgstr "Once meses" @@ -1245,12 +1252,12 @@ msgstr "correo electrónico" msgid "Email from:" msgstr "Correo electrónico de:" -#: modules/content-overview/content-overview.php:1250 +#: modules/content-overview/content-overview.php:1259 msgid "Enable Columns" msgstr "Activar columnas" -#: modules/content-board/content-board.php:1371 -#: modules/content-overview/content-overview.php:1398 +#: modules/content-board/content-board.php:1386 +#: modules/content-overview/content-overview.php:1407 msgid "Enable Filters" msgstr "Activar filtros" @@ -1258,32 +1265,32 @@ msgstr "Activar filtros" msgid "Enable for these post types:" msgstr "Activar para estos tipos de publicación:" -#: modules/content-board/content-board.php:1223 +#: modules/content-board/content-board.php:1238 msgid "Enable or Disable" msgstr "Activar o desactivar" -#: modules/content-board/content-board.php:1229 +#: modules/content-board/content-board.php:1244 msgid "Enable or Disable Content Board Card Data." msgstr "" "Activar o desactivar los datos de la tarjeta del «Tablón de contenidos»." -#: modules/content-board/content-board.php:1377 +#: modules/content-board/content-board.php:1392 msgid "Enable or Disable Content Board filter." msgstr "Activar o desactivar el filtro «Tablón de contenidos»." -#: modules/content-overview/content-overview.php:1404 +#: modules/content-overview/content-overview.php:1413 msgid "Enable or Disable Content Overview filter." msgstr "Activar o desactivar el filtro «Resumen de contenidos»." -#: modules/content-overview/content-overview.php:1256 +#: modules/content-overview/content-overview.php:1265 msgid "Enable or Disable Content Overview table column." msgstr "Activar o desactivar la columna de la tabla «Resumen de contenidos»." -#: modules/calendar/calendar.php:2466 +#: modules/calendar/calendar.php:2476 msgid "Enable subscriptions in iCal or Google Calendar" msgstr "Activa las suscripciones en iCal o Google Calendar" -#: modules/calendar/calendar.php:2573 modules/dashboard/dashboard.php:369 +#: modules/calendar/calendar.php:2583 modules/dashboard/dashboard.php:369 #: modules/dashboard/dashboard.php:392 modules/dashboard/dashboard.php:426 msgid "Enabled" msgstr "Activado" @@ -1292,7 +1299,7 @@ msgstr "Activado" msgid "Enabled features" msgstr "Características activadas" -#: modules/calendar/calendar.php:1339 +#: modules/calendar/calendar.php:1349 msgid "End date" msgstr "Fecha de finalización" @@ -1330,7 +1337,7 @@ msgstr "Error añadiendo el término." msgid "Error deleting term." msgstr "Error al borrar el término." -#: modules/content-board/content-board.php:1517 +#: modules/content-board/content-board.php:1562 msgid "Error fetching post data." msgstr "Error al obtener los datos de la entrada." @@ -1339,23 +1346,28 @@ msgstr "Error al obtener los datos de la entrada." msgid "Error updating term." msgstr "Error al actualizar el término." -#: modules/content-board/content-board.php:1508 -#: modules/content-board/content-board.php:1558 -#: modules/content-overview/content-overview.php:1536 +#: modules/content-board/content-board.php:1526 +#: modules/content-board/content-board.php:1552 +#: modules/content-board/content-board.php:1611 +#: modules/content-overview/content-overview.php:1545 msgid "Error validating nonce. Please reload this page and try again." msgstr "" "Error al validar el nonce. Por favor, recarga esta página e inténtalo de " "nuevo." -#: modules/async-notifications/async-notifications.php:172 +#: modules/async-notifications/async-notifications.php:173 #, php-format msgid "Event: %s, Workflow ID: %s, Post ID: %s, User ID: %s" msgstr "" "Evento: %s, ID del flujo de trabajo: %s, ID de la entrada: %s, ID de " "usuario: %s" -#: modules/content-board/content-board.php:2390 -#: modules/content-overview/content-overview.php:2368 +#: lib/Notifications/Table/Base.php:183 +msgid "Excerpt View" +msgstr "Vista de extracto" + +#: modules/content-board/content-board.php:2473 +#: modules/content-overview/content-overview.php:2406 #: modules/notifications-log/library/NotificationsLogTable.php:271 #: modules/notifications-log/library/NotificationsLogTable.php:287 msgid "Failed" @@ -1369,7 +1381,7 @@ msgstr "Soporte rápido y profesional" msgid "Features" msgstr "Características" -#: modules/calendar/calendar.php:779 +#: modules/calendar/calendar.php:789 msgid "Feb" msgstr "Feb" @@ -1377,7 +1389,7 @@ msgstr "Feb" msgid "Feel free to select only the features you need." msgstr "Siéntete libre de seleccionar solo las características que necesites." -#: modules/improved-notifications/improved-notifications.php:978 +#: modules/improved-notifications/improved-notifications.php:979 msgid "field" msgstr "campo" @@ -1385,7 +1397,7 @@ msgstr "campo" msgid "Field Type" msgstr "Tipo de campo" -#: modules/calendar/calendar.php:2506 +#: modules/calendar/calendar.php:2516 msgid "Field used for sorting the calendar items in a day cell" msgstr "" "Campo utilizado para clasificar los elementos del calendario en una celda " @@ -1425,13 +1437,13 @@ msgstr "" "Filtra la lista de usuarios en la meta editorial para los usuarios en los " "roles seleccionados." -#: modules/content-board/content-board.php:1397 -#: modules/content-overview/content-overview.php:1424 +#: modules/content-board/content-board.php:1412 +#: modules/content-overview/content-overview.php:1433 msgid "Filter Title" msgstr "Titulo del filtro" -#: modules/content-board/content-board.php:929 -#: modules/content-overview/content-overview.php:950 +#: modules/content-board/content-board.php:944 +#: modules/content-overview/content-overview.php:959 msgid "Filter updated successfully." msgstr "Filtro actualizado correctamente." @@ -1443,62 +1455,44 @@ msgstr "Fecha del primer borrador" msgid "First Name" msgstr "Nombre" -#: modules/calendar/calendar.php:1365 +#: modules/calendar/calendar.php:1375 msgid "Five months" msgstr "Cinco meses" -#: modules/calendar/calendar.php:1331 +#: modules/calendar/calendar.php:1341 msgid "Five months ago" msgstr "Hace cinco meses" -#: modules/modules-settings/modules-settings.php:260 -#, php-format -msgid "" -"For custom post statuses, activate the %1$sPublishPress Statuses%2$s plugin. " -"%3$sLearn more...%4$s" -msgstr "" -"Para estados de entrada personalizados, activa el plugin %1$sPublishPress " -"Statuses%2$s. %3$sMás información...%4$s" - -#: modules/modules-settings/modules-settings.php:268 -#, php-format -msgid "" -"For custom post statuses, install the %1$sPublishPress Statuses%2$s plugin. " -"%3$sLearn more...%4$s" -msgstr "" -"Para estados de entrada personalizados, instala el plugin %1$sPublishPress " -"Statuses%2$s. %3$sMás información...%4$s" - -#: modules/improved-notifications/improved-notifications.php:823 +#: modules/improved-notifications/improved-notifications.php:824 #: modules/notifications-log/library/NotificationsLogTable.php:492 msgid "For which content?" msgstr "¿Para qué contenido?" -#: modules/improved-notifications/improved-notifications.php:975 +#: modules/improved-notifications/improved-notifications.php:976 msgid "Format" msgstr "Formato" -#: modules/calendar/calendar.php:2030 +#: modules/calendar/calendar.php:2040 msgid "Forward %d weeks" msgstr "Ir %d semanas hacia adelante" -#: modules/calendar/calendar.php:2015 +#: modules/calendar/calendar.php:2025 msgid "Forward 1 week" msgstr "Ir 1 semana adelante" -#: modules/calendar/calendar.php:1363 +#: modules/calendar/calendar.php:1373 msgid "Four months" msgstr "Cuatro meses" -#: modules/calendar/calendar.php:1329 +#: modules/calendar/calendar.php:1339 msgid "Four months ago" msgstr "Hace cuatro meses" -#: modules/calendar/calendar.php:1350 +#: modules/calendar/calendar.php:1360 msgid "Four weeks" msgstr "Cuatro semanas" -#: modules/calendar/calendar.php:776 +#: modules/calendar/calendar.php:786 msgid "Fri" msgstr "Vie" @@ -1506,7 +1500,7 @@ msgstr "Vie" msgid "From date" msgstr "Fecha inicial" -#: modules/improved-notifications/improved-notifications.php:793 +#: modules/improved-notifications/improved-notifications.php:794 msgid "Help" msgstr "Ayuda" @@ -1516,7 +1510,7 @@ msgstr "" "Los campos ocultos solo se pueden ver en la vista de edición de la " "publicación." -#: modules/calendar/calendar.php:760 +#: modules/calendar/calendar.php:770 #, php-format msgid "Hide the %s last items" msgstr "Ocultar los últimos %s elementos" @@ -1537,7 +1531,7 @@ msgstr "" "Clave secreta de iCal regenerada. Por favor, informa a todos los usuarios de " "que tendrán que volver a suscribirse." -#: modules/calendar/calendar.php:3459 +#: modules/calendar/calendar.php:3469 #: lib/Notifications/Table/Notifications.php:159 #: lib/Notifications/Table/Workflows.php:143 msgid "ID" @@ -1580,16 +1574,16 @@ msgstr "" "no dudes en contactar con el equipo de soporte. Envíanos un correo " "electrónico:" -#: modules/content-board/content-board.php:1112 +#: modules/content-board/content-board.php:1127 msgid "Inbuilt Card Data" msgstr "Datos de tarjeta integrados" -#: modules/content-overview/content-overview.php:1136 +#: modules/content-overview/content-overview.php:1145 msgid "Inbuilt Columns" msgstr "Columnas integradas" -#: modules/content-board/content-board.php:1171 -#: modules/content-overview/content-overview.php:1198 +#: modules/content-board/content-board.php:1186 +#: modules/content-overview/content-overview.php:1207 msgid "Inbuilt filters" msgstr "Filtros integrados" @@ -1602,7 +1596,7 @@ msgstr "Indica el tipo de selección." msgid "Indicate the type of editorial fields." msgstr "Indicar el tipo de campos editoriales." -#: modules/calendar/calendar.php:1472 +#: modules/calendar/calendar.php:1482 msgid "Initializing the calendar. Please wait..." msgstr "Iniciando el calendario. Por favor, espera…" @@ -1625,25 +1619,26 @@ msgstr "Canal no válido para el aviso" msgid "Invalid comment data" msgstr "Datos del comentario no válidos" -#: modules/calendar/calendar.php:3199 +#: modules/calendar/calendar.php:3209 msgid "Invalid date" msgstr "Fecha no válida" -#: modules/content-board/content-board.php:1510 -#: modules/content-board/content-board.php:1560 -#: modules/content-overview/content-overview.php:1538 +#: modules/content-board/content-board.php:1528 +#: modules/content-board/content-board.php:1554 +#: modules/content-board/content-board.php:1613 +#: modules/content-overview/content-overview.php:1547 msgid "Invalid form request." msgstr "Solicitud de formulario no válida." -#: modules/calendar/calendar.php:3179 +#: modules/calendar/calendar.php:3189 msgid "Invalid input" msgstr "Entrada no válida" -#: core/Error.php:80 modules/calendar/calendar.php:3170 +#: core/Error.php:80 modules/calendar/calendar.php:3180 msgid "Invalid nonce" msgstr "Nonce no válido" -#: modules/calendar/calendar.php:3758 +#: modules/calendar/calendar.php:3768 msgid "Invalid Publish Date supplied." msgstr "Fecha de publicación facilitada no válida." @@ -1651,11 +1646,11 @@ msgstr "Fecha de publicación facilitada no válida." msgid "Invalid receiver for the notification" msgstr "Destinatario no válido para el aviso" -#: modules/calendar/calendar.php:3734 +#: modules/calendar/calendar.php:3744 msgid "Invalid Status supplied." msgstr "Estado facilitado no válido." -#: modules/calendar/calendar.php:1476 +#: modules/calendar/calendar.php:1486 msgid "" "It seems like it is taking too long. Please, try reloading the page again " "and check the browser console looking for errors." @@ -1663,20 +1658,20 @@ msgstr "" "Parece que está tardando demasiado. Por favor, intenta recargar la página de " "nuevo y comprueba la consola del navegador en busca de errores." -#: modules/calendar/calendar.php:778 +#: modules/calendar/calendar.php:788 msgid "Jan" msgstr "Ene" -#: modules/calendar/calendar.php:784 +#: modules/calendar/calendar.php:794 msgid "Jul" msgstr "Jul" -#: modules/calendar/calendar.php:783 +#: modules/calendar/calendar.php:793 msgid "Jun" msgstr "Jun" -#: modules/content-overview/content-overview.php:1085 -#: modules/content-overview/content-overview.php:1142 +#: modules/content-overview/content-overview.php:1094 +#: modules/content-overview/content-overview.php:1151 msgid "Last Modified" msgstr "Última modificación" @@ -1684,11 +1679,11 @@ msgstr "Última modificación" msgid "Last Name" msgstr "Apellido" -#: modules/calendar/calendar.php:757 +#: modules/calendar/calendar.php:767 msgid "Loading item..." msgstr "Cargando el elemento…" -#: modules/calendar/calendar.php:756 +#: modules/calendar/calendar.php:766 #: modules/notifications-log/notifications-log.php:210 msgid "Loading..." msgstr "Cargando…" @@ -1717,20 +1712,20 @@ msgstr "Hacer oculto" msgid "Make Viewable" msgstr "Hacer visible" -#: modules/calendar/calendar.php:780 +#: modules/calendar/calendar.php:790 msgid "Mar" msgstr "Mar" -#: modules/calendar/calendar.php:2514 +#: modules/calendar/calendar.php:2524 msgid "Max visible posts per date" msgstr "Máximo de entradas visibles por fecha" -#: modules/calendar/calendar.php:782 +#: modules/calendar/calendar.php:792 msgid "May" msgstr "May" -#: modules/content-board/content-board.php:1881 -#: modules/content-overview/content-overview.php:1859 +#: modules/content-board/content-board.php:1942 +#: modules/content-overview/content-overview.php:1875 msgid "Me Mode" msgstr "Modo Me" @@ -1738,7 +1733,7 @@ msgstr "Modo Me" msgid "Message" msgstr "Mensaje" -#: modules/improved-notifications/improved-notifications.php:984 +#: modules/improved-notifications/improved-notifications.php:985 msgid "Meta fields" msgstr "Campos meta" @@ -1755,7 +1750,7 @@ msgstr "" "El nombre de los metadatos entra en conflicto con otro término ya existente. " "Por favor, elige otro diferente." -#: modules/improved-notifications/improved-notifications.php:351 +#: modules/improved-notifications/improved-notifications.php:352 msgid "minutes" msgstr "minutos" @@ -1763,7 +1758,7 @@ msgstr "minutos" msgid "Modified on" msgstr "Modificado el" -#: modules/calendar/calendar.php:772 +#: modules/calendar/calendar.php:782 msgid "Mon" msgstr "Lun" @@ -1779,17 +1774,17 @@ msgstr "Aviso de perfil más usado" msgid "Most Used Notify User" msgstr "Avisos de usuarios más usados" -#: modules/content-board/content-board.php:2595 -#: modules/content-board/content-board.php:2729 +#: modules/content-board/content-board.php:2675 +#: modules/content-board/content-board.php:2809 msgid "Move posts here to change their status" msgstr "Mover las entradas aquí para cambiar su estado" -#: modules/content-board/content-board.php:2673 -#: modules/content-overview/content-overview.php:3025 +#: modules/content-board/content-board.php:2753 +#: modules/content-overview/content-overview.php:3063 msgid "Move this item to the Trash" msgstr "Mover este elemento a la papelera" -#: modules/calendar/calendar.php:759 +#: modules/calendar/calendar.php:769 msgid "Moving the item..." msgstr "Moviendo el elemento…" @@ -1798,9 +1793,9 @@ msgstr "Moviendo el elemento…" msgid "Multiple Select" msgstr "Selección múltiple" -#: modules/improved-notifications/improved-notifications.php:406 -#: modules/improved-notifications/improved-notifications.php:1135 -#: modules/improved-notifications/improved-notifications.php:1152 +#: modules/improved-notifications/improved-notifications.php:407 +#: modules/improved-notifications/improved-notifications.php:1136 +#: modules/improved-notifications/improved-notifications.php:1153 msgid "Muted" msgstr "Silenciado" @@ -1863,8 +1858,8 @@ msgstr "Nuevo aviso de perfil" msgid "New Notify User" msgstr "Nuevo aviso de usuario" -#: modules/content-board/content-board.php:1911 -#: modules/content-overview/content-overview.php:1889 +#: modules/content-board/content-board.php:1972 +#: modules/content-overview/content-overview.php:1905 msgid "New Post" msgstr "Nueva entrada" @@ -1881,7 +1876,7 @@ msgstr "Nuevo estado" msgid "Nickname" msgstr "Alias" -#: modules/calendar/calendar.php:1373 +#: modules/calendar/calendar.php:1383 msgid "Nine months" msgstr "Nueve meses" @@ -1899,7 +1894,7 @@ msgstr "No" msgid "No active notifications found for this %s." msgstr "No se ha encontrado ningún aviso activo para esta %s." -#: modules/calendar/calendar.php:3693 +#: modules/calendar/calendar.php:3703 msgid "No date supplied." msgstr "No se proprocionó fecha." @@ -1911,11 +1906,11 @@ msgstr "Sin comentarios editoriales" msgid "No editorial fields found." msgstr "No se encontraron campos editoriales." -#: modules/calendar/calendar.php:3190 +#: modules/calendar/calendar.php:3200 msgid "No enough permissions" msgstr "No tienes los permisos necesarios" -#: publishpress.php:1328 publishpress.php:1329 +#: publishpress.php:1332 publishpress.php:1333 msgid "No notification found" msgstr "No se ha encontrado ningún aviso" @@ -1938,12 +1933,12 @@ msgstr "No hay avisos de perfiles" msgid "No notify users" msgstr "No hay avisos de usuarios" -#: modules/content-board/content-board.php:2750 -#: modules/content-overview/content-overview.php:2539 +#: modules/content-board/content-board.php:2830 +#: modules/content-overview/content-overview.php:2577 msgid "No results found" msgstr "No se han encontrado resultados" -#: modules/calendar/calendar.php:798 +#: modules/calendar/calendar.php:808 msgid "No terms" msgstr "No hay términos" @@ -1969,9 +1964,9 @@ msgstr "" "Ha fallado la comprobación del nonce. Por favor, asegúrate de que estás " "editando los comentarios editoriales." -#: modules/calendar/calendar.php:1715 -#: modules/content-board/content-board.php:3062 -#: modules/content-overview/content-overview.php:2892 +#: modules/calendar/calendar.php:1725 +#: modules/content-board/content-board.php:3142 +#: modules/content-overview/content-overview.php:2930 msgid "None" msgstr "Ninguno" @@ -1983,7 +1978,7 @@ msgstr "Sin filtrar" msgid "Notepad" msgstr "Cuaderno de notas" -#: publishpress.php:1322 publishpress.php:1327 +#: publishpress.php:1326 publishpress.php:1331 #: modules/notifications-log/notifications-log.php:209 msgid "Notification" msgstr "Aviso" @@ -1992,13 +1987,13 @@ msgstr "Aviso" msgid "Notification log not found" msgstr "No se ha encontrado el registro de los avisos" -#: publishpress.php:1321 publishpress.php:1326 +#: publishpress.php:1325 publishpress.php:1330 #: modules/notifications/notifications.php:72 #: modules/notifications/notifications.php:600 msgid "Notifications" msgstr "Avisos" -#: modules/improved-notifications/improved-notifications.php:741 +#: modules/improved-notifications/improved-notifications.php:742 #: modules/notifications-log/notifications-log.php:75 #: modules/notifications-log/notifications-log.php:263 #: modules/notifications-log/notifications-log.php:489 @@ -2022,7 +2017,7 @@ msgstr "Correos electrónicos de aviso" msgid "Notify me" msgstr "Avísame" -#: modules/improved-notifications/improved-notifications.php:306 +#: modules/improved-notifications/improved-notifications.php:307 msgid "Notify on editorial comments" msgstr "Avisos sobre comentarios editoriales" @@ -2048,11 +2043,11 @@ msgstr "Aviso de usuario" msgid "Notify Users" msgstr "Avisos de usuarios" -#: modules/improved-notifications/improved-notifications.php:272 +#: modules/improved-notifications/improved-notifications.php:273 msgid "Notify when content is published" msgstr "Avisar cuando se publique contenido" -#: modules/calendar/calendar.php:788 +#: modules/calendar/calendar.php:798 msgid "Nov" msgstr "Nov" @@ -2060,7 +2055,7 @@ msgstr "Nov" msgid "Number" msgstr "Número" -#: modules/calendar/calendar.php:787 +#: modules/calendar/calendar.php:797 msgid "Oct" msgstr "Oct" @@ -2069,7 +2064,7 @@ msgstr "Oct" msgid "Old post status: %s" msgstr "Estado anterior de la entrada: %s" -#: modules/improved-notifications/improved-notifications.php:979 +#: modules/improved-notifications/improved-notifications.php:980 msgid "" "On each shortcode, you can select one or more fields. If more than one, they " "will be displayed separated by \", \"." @@ -2077,24 +2072,24 @@ msgstr "" "En cada shortcode, puedes seleccionar uno o más campos. Si hay más de uno, " "se mostrarán separados por «,»." -#: modules/calendar/calendar.php:1356 +#: modules/calendar/calendar.php:1366 msgid "One month" msgstr "Un mes" -#: modules/calendar/calendar.php:1323 +#: modules/calendar/calendar.php:1333 msgid "One month ago" msgstr "Hace un mes" -#: modules/calendar/calendar.php:1344 +#: modules/calendar/calendar.php:1354 msgid "One week" msgstr "Una semana" -#: modules/content-board/content-board.php:2595 -#: modules/content-board/content-board.php:2729 +#: modules/content-board/content-board.php:2675 +#: modules/content-board/content-board.php:2809 msgid "Only editable posts will be moveable." msgstr "Solo las entradas editables serán movibles." -#: modules/improved-notifications/improved-notifications.php:784 +#: modules/improved-notifications/improved-notifications.php:785 msgid "Options" msgstr "Opciones" @@ -2133,8 +2128,8 @@ msgstr "Aviso de usuario superior" msgid "Parent Notify User:" msgstr "Aviso de usuario superior:" -#: modules/content-board/content-board.php:2389 -#: modules/content-overview/content-overview.php:2367 +#: modules/content-board/content-board.php:2472 +#: modules/content-overview/content-overview.php:2405 msgid "Passed" msgstr "Aprobado" @@ -2146,11 +2141,11 @@ msgstr "Ruta" msgid "Pending Review" msgstr "Pendiente de revisión" -#: publishpress.php:585 +#: publishpress.php:586 msgid "Planner" msgstr "Planificación" -#: publishpress.php:669 +#: publishpress.php:670 msgid "Please correct your form errors below and try again." msgstr "" "Por favor, corrige los errores del formulario de debajo e inténtalo de nuevo." @@ -2186,9 +2181,9 @@ msgstr "Por favor, selecciona un tipo de metadatos válido." msgid "Please select at least one event" msgstr "Por favor selecciona por lo menos un evento" -#: modules/calendar/calendar.php:770 -#: modules/content-board/content-board.php:1717 -#: modules/content-overview/content-overview.php:1695 +#: modules/calendar/calendar.php:780 +#: modules/content-board/content-board.php:1777 +#: modules/content-overview/content-overview.php:1710 msgid "Please, wait! Loading the form fields..." msgstr "¡Por favor, espera! Cargando los campos del formulario..." @@ -2216,16 +2211,16 @@ msgstr "Posición" msgid "Post" msgstr "Entrada" -#: modules/calendar/calendar.php:3834 +#: modules/calendar/calendar.php:3844 msgid "Post could not be created" msgstr "La publicación no pudo ser creada" -#: modules/calendar/calendar.php:3827 +#: modules/calendar/calendar.php:3837 msgid "Post created successfully" msgstr "Entrada creada correctamente" -#: modules/content-overview/content-overview.php:1084 -#: modules/content-overview/content-overview.php:1141 +#: modules/content-overview/content-overview.php:1093 +#: modules/content-overview/content-overview.php:1150 msgid "Post Date" msgstr "Fecha de publicación" @@ -2233,7 +2228,7 @@ msgstr "Fecha de publicación" msgid "Post date updated." msgstr "Fecha de publicación actualizada." -#: publishpress.php:675 +#: publishpress.php:676 msgid "Post does not exist" msgstr "La entrada no existe" @@ -2241,18 +2236,18 @@ msgstr "La entrada no existe" msgid "Post ID: %d" msgstr "ID de la entrada: %d" -#: modules/calendar/calendar.php:3185 +#: modules/calendar/calendar.php:3195 msgid "Post not found" msgstr "Entrada no encontrada" -#: modules/calendar/calendar.php:2815 modules/calendar/calendar.php:3470 -#: modules/calendar/calendar.php:3550 -#: modules/content-board/content-board.php:1173 -#: modules/content-board/content-board.php:1746 -#: modules/content-board/content-board.php:2084 -#: modules/content-overview/content-overview.php:1200 -#: modules/content-overview/content-overview.php:1724 -#: modules/content-overview/content-overview.php:2062 +#: modules/calendar/calendar.php:2825 modules/calendar/calendar.php:3480 +#: modules/calendar/calendar.php:3560 +#: modules/content-board/content-board.php:1188 +#: modules/content-board/content-board.php:1807 +#: modules/content-board/content-board.php:2167 +#: modules/content-overview/content-overview.php:1209 +#: modules/content-overview/content-overview.php:1740 +#: modules/content-overview/content-overview.php:2100 msgid "Post Status" msgstr "Estado de la entrada" @@ -2264,19 +2259,19 @@ msgstr "Estado de la publicación actualizado." msgid "Post Status Widget" msgstr "Widget de estado de publicación" -#: modules/calendar/calendar.php:1888 modules/calendar/calendar.php:3454 -#: modules/content-board/content-board.php:1060 -#: modules/content-board/content-board.php:1073 -#: modules/content-board/content-board.php:1114 -#: modules/content-board/content-board.php:1175 -#: modules/content-board/content-board.php:1735 -#: modules/content-board/content-board.php:2167 -#: modules/content-overview/content-overview.php:1082 -#: modules/content-overview/content-overview.php:1097 -#: modules/content-overview/content-overview.php:1139 -#: modules/content-overview/content-overview.php:1202 -#: modules/content-overview/content-overview.php:1713 -#: modules/content-overview/content-overview.php:2145 +#: modules/calendar/calendar.php:1898 modules/calendar/calendar.php:3464 +#: modules/content-board/content-board.php:1075 +#: modules/content-board/content-board.php:1088 +#: modules/content-board/content-board.php:1129 +#: modules/content-board/content-board.php:1190 +#: modules/content-board/content-board.php:1795 +#: modules/content-board/content-board.php:2250 +#: modules/content-overview/content-overview.php:1091 +#: modules/content-overview/content-overview.php:1106 +#: modules/content-overview/content-overview.php:1148 +#: modules/content-overview/content-overview.php:1211 +#: modules/content-overview/content-overview.php:1728 +#: modules/content-overview/content-overview.php:2183 msgid "Post Type" msgstr "Tipo de contenido" @@ -2284,11 +2279,11 @@ msgstr "Tipo de contenido" msgid "Post type" msgstr "Tipo de contenido" -#: modules/calendar/calendar.php:768 +#: modules/calendar/calendar.php:778 msgid "Post type not found" msgstr "No se ha encontrado el tipo de contenido" -#: modules/calendar/calendar.php:769 +#: modules/calendar/calendar.php:779 msgid "Post type:" msgstr "Tipo de contenido:" @@ -2302,11 +2297,11 @@ msgstr "Tipo de contenido: %s" msgid "Post Types" msgstr "Tipos de contenido" -#: modules/calendar/calendar.php:2458 +#: modules/calendar/calendar.php:2468 msgid "Post types to show" msgstr "Tipos de contenidos a mostrar" -#: modules/content-board/content-board.php:243 +#: modules/content-board/content-board.php:249 #: modules/content-overview/content-overview.php:252 msgid "Post types to show:" msgstr "Tipos de contenido a mostrar:" @@ -2315,19 +2310,19 @@ msgstr "Tipos de contenido a mostrar:" msgid "Posts at a Glance" msgstr "Publicaciones de un vistazo" -#: modules/calendar/calendar.php:2490 +#: modules/calendar/calendar.php:2500 msgid "Posts publish time format" msgstr "Formato de hora de las entradas publicadas" -#: modules/calendar/calendar.php:1759 modules/calendar/calendar.php:3514 -#: modules/content-board/content-board.php:2706 -#: modules/content-overview/content-overview.php:3058 +#: modules/calendar/calendar.php:1769 modules/calendar/calendar.php:3524 +#: modules/content-board/content-board.php:2786 +#: modules/content-overview/content-overview.php:3096 msgid "Preview" msgstr "Vista previa" -#: modules/calendar/calendar.php:1756 -#: modules/content-board/content-board.php:2703 -#: modules/content-overview/content-overview.php:3055 +#: modules/calendar/calendar.php:1766 +#: modules/content-board/content-board.php:2783 +#: modules/content-overview/content-overview.php:3093 #, php-format msgid "Preview “%s”" msgstr "Vista previa “%s”" @@ -2336,8 +2331,8 @@ msgstr "Vista previa “%s”" msgid "Previous status" msgstr "Estado anterior" -#: modules/content-board/content-board.php:1903 -#: modules/content-overview/content-overview.php:1881 +#: modules/content-board/content-board.php:1964 +#: modules/content-overview/content-overview.php:1897 msgid "Print" msgstr "Imprimir" @@ -2345,20 +2340,20 @@ msgstr "Imprimir" msgid "Private" msgstr "Privado" -#: modules/calendar/calendar.php:3556 +#: modules/calendar/calendar.php:3566 msgid "Publish Time" msgstr "Hora de publicación" -#: common/php/class-module.php:327 modules/calendar/calendar.php:1901 +#: common/php/class-module.php:327 modules/calendar/calendar.php:1911 msgid "Published" msgstr "Publicado" -#: modules/calendar/calendar.php:2814 +#: modules/calendar/calendar.php:2824 msgid "Publishing Time" msgstr "Hora de la publicación" #. Author of the plugin -#: modules/calendar/calendar.php:1310 modules/settings/settings.php:61 +#: modules/calendar/calendar.php:1320 modules/settings/settings.php:61 msgid "PublishPress" msgstr "PublishPress" @@ -2380,7 +2375,7 @@ msgstr "" "WordPress. Entre sus características se incluyen un calendario de " "contenidos, avisos y estados personalizados." -#: publishpress.php:1368 +#: publishpress.php:1372 msgid "" "PublishPress Planner tried to load multiple times. Please, deactivate and " "remove other instances of PublishPress, specially if you are using " @@ -2394,17 +2389,17 @@ msgstr "" msgid "PublishPress Settings" msgstr "Ajustes de PublishPress" -#: modules/improved-notifications/improved-notifications.php:976 +#: modules/improved-notifications/improved-notifications.php:977 msgid "Receiver" msgstr "Destinatario" -#: modules/calendar/calendar.php:2591 +#: modules/calendar/calendar.php:2601 msgid "Regenerate calendar feed secret" msgstr "Regenerar clave secreta del feed del calendario" #: modules/editorial-metadata/editorial-metadata.php:1677 -msgid "Register metadata for these post types:" -msgstr "Registrar metadatos para estos tipos de contenido:" +msgid "Register editorial fields for these post types:" +msgstr "Registrar los campos editoriales para estos tipos de entrada:" #: modules/editorial-comments/editorial-comments.php:211 #: modules/editorial-comments/editorial-comments.php:721 @@ -2415,16 +2410,16 @@ msgstr "Eliminar" msgid "Remove PublishPress ads and branding" msgstr "Eliminar los anuncios y la marca de PublishPress" -#: modules/content-board/content-board.php:1224 +#: modules/content-board/content-board.php:1239 msgid "Reorder" msgstr "Reordenar" -#: modules/content-overview/content-overview.php:1251 +#: modules/content-overview/content-overview.php:1260 msgid "Reorder Columns" msgstr "Reordenar columnas" -#: modules/content-board/content-board.php:1372 -#: modules/content-overview/content-overview.php:1399 +#: modules/content-board/content-board.php:1387 +#: modules/content-overview/content-overview.php:1408 msgid "Reorder Filters" msgstr "Reordenar filtros" @@ -2450,16 +2445,16 @@ msgstr "Solicitar soporte" msgid "Reschedule" msgstr "Reprogramar" -#: modules/calendar/calendar.php:2007 -#: modules/content-board/content-board.php:839 -#: modules/content-board/content-board.php:1977 -#: modules/content-overview/content-overview.php:860 -#: modules/content-overview/content-overview.php:1955 +#: modules/calendar/calendar.php:2017 +#: modules/content-board/content-board.php:854 +#: modules/content-board/content-board.php:2038 +#: modules/content-overview/content-overview.php:869 +#: modules/content-overview/content-overview.php:1971 msgid "Reset" msgstr "Restablecer" -#: modules/content-board/content-board.php:1976 -#: modules/content-overview/content-overview.php:1954 +#: modules/content-board/content-board.php:2037 +#: modules/content-overview/content-overview.php:1970 msgid "Reset Filters" msgstr "Restablecer filtros" @@ -2482,33 +2477,29 @@ msgstr "perfil: %s" msgid "Roles" msgstr "Perfiles" -#: modules/calendar/calendar.php:777 +#: modules/calendar/calendar.php:787 msgid "Sat" msgstr "Sáb" -#: modules/calendar/calendar.php:764 modules/calendar/calendar.php:1785 +#: modules/calendar/calendar.php:774 modules/calendar/calendar.php:1795 msgid "Save" msgstr "Guardar" -#: modules/calendar/calendar.php:1779 +#: modules/calendar/calendar.php:1789 #, php-format msgid "Save “%s”" msgstr "Guardar “%s”" -#: modules/calendar/calendar.php:766 +#: modules/calendar/calendar.php:776 msgid "Save and edit" msgstr "Guardar y editar" -#: modules/calendar/calendar.php:765 +#: modules/calendar/calendar.php:775 msgid "Saving..." msgstr "Guardando..." -#: modules/content-board/content-board.php:2561 -msgid "Schedule Date" -msgstr "Fecha de programación" - -#: common/php/class-module.php:329 modules/calendar/calendar.php:1896 -#: modules/content-board/content-board.php:2500 +#: common/php/class-module.php:329 modules/calendar/calendar.php:1906 +#: modules/content-board/content-board.php:2583 #: modules/notifications-log/library/NotificationsLogTable.php:523 msgid "Scheduled" msgstr "Programado" @@ -2517,15 +2508,15 @@ msgstr "Programado" msgid "Scheduled for %d receivers. Click here to display them." msgstr "Programado para %d destinatarios. Haz clic aquí para mostrarlos." -#: modules/content-board/content-board.php:1925 -#: modules/content-overview/content-overview.php:1903 +#: modules/content-board/content-board.php:1986 +#: modules/content-overview/content-overview.php:1919 msgid "Search" msgstr "Buscar" -#: modules/content-board/content-board.php:1924 -#: modules/content-board/content-board.php:2191 -#: modules/content-overview/content-overview.php:1902 -#: modules/content-overview/content-overview.php:2169 +#: modules/content-board/content-board.php:1985 +#: modules/content-board/content-board.php:2274 +#: modules/content-overview/content-overview.php:1918 +#: modules/content-overview/content-overview.php:2207 msgid "Search box" msgstr "Caja de búsqueda" @@ -2537,7 +2528,7 @@ msgstr "Buscar comentarios" msgid "Search Editorial Fields" msgstr "Buscar campos editoriales" -#: publishpress.php:1325 +#: publishpress.php:1329 msgid "Search Notifications" msgstr "Buscar avisos" @@ -2559,19 +2550,19 @@ msgstr "Buscar avisos de usuarios" msgid "Search results for “%s”" msgstr "Resultados de la búsqueda de «%s»" -#: modules/improved-notifications/improved-notifications.php:963 +#: modules/improved-notifications/improved-notifications.php:964 msgid "Select at least one option for each section." msgstr "Selecciona al menos una opción para cada sección." -#: modules/content-board/content-board.php:1253 -#: modules/content-board/content-board.php:1401 -#: modules/content-overview/content-overview.php:1280 -#: modules/content-overview/content-overview.php:1428 +#: modules/content-board/content-board.php:1268 +#: modules/content-board/content-board.php:1416 +#: modules/content-overview/content-overview.php:1289 +#: modules/content-overview/content-overview.php:1437 msgid "Select Metakey" msgstr "Seleccionar Metakey" -#: modules/content-board/content-board.php:2233 -#: modules/content-overview/content-overview.php:2211 +#: modules/content-board/content-board.php:2316 +#: modules/content-overview/content-overview.php:2249 msgid "Select option..." msgstr "Seleccionar option…" @@ -2593,7 +2584,7 @@ msgstr "Enviar avisos de recordatorio" msgid "Sent" msgstr "Enviado" -#: modules/calendar/calendar.php:786 +#: modules/calendar/calendar.php:796 msgid "Sep" msgstr "Sep" @@ -2617,21 +2608,21 @@ msgstr "Ajustes" msgid "settings" msgstr "ajustes" -#: modules/calendar/calendar.php:1369 +#: modules/calendar/calendar.php:1379 msgid "Seven months" msgstr "Siete meses" -#: modules/improved-notifications/improved-notifications.php:977 +#: modules/improved-notifications/improved-notifications.php:978 msgid "shortcode" msgstr "shortcode" -#: modules/calendar/calendar.php:761 +#: modules/calendar/calendar.php:771 #, php-format msgid "Show %s more" msgstr "Mostrar %s más" -#: modules/content-board/content-board.php:797 -#: modules/content-overview/content-overview.php:818 +#: modules/content-board/content-board.php:812 +#: modules/content-overview/content-overview.php:827 msgid "Show content from" msgstr "Mostrar contenido desde" @@ -2663,11 +2654,11 @@ msgstr "Selección individual" msgid "Site Administrator" msgstr "Administrador del sitio" -#: modules/calendar/calendar.php:1367 +#: modules/calendar/calendar.php:1377 msgid "Six months" msgstr "Seis meses" -#: modules/calendar/calendar.php:1333 +#: modules/calendar/calendar.php:1343 msgid "Six months ago" msgstr "Hace seis meses" @@ -2750,14 +2741,14 @@ msgstr "" "Lo siento, pero no tienes los privilegios para editar este comentario " "editorial. Por favor, habla con tu administrador." -#: modules/calendar/calendar.php:1317 +#: modules/calendar/calendar.php:1327 msgid "Start date" msgstr "Fecha de inicio" -#: modules/content-board/content-board.php:1071 -#: modules/content-overview/content-overview.php:1081 -#: modules/content-overview/content-overview.php:1095 -#: modules/content-overview/content-overview.php:1138 +#: modules/content-board/content-board.php:1086 +#: modules/content-overview/content-overview.php:1090 +#: modules/content-overview/content-overview.php:1104 +#: modules/content-overview/content-overview.php:1147 #: modules/notifications-log/library/NotificationsLogTable.php:494 msgid "Status" msgstr "Estado" @@ -2768,7 +2759,7 @@ msgstr "Estado" msgid "Status was changed for %1$s #%2$s \"%3$s\" by %4$s %5$s" msgstr "El estado se cambió de %1$s #%2$s «%3$s» por %4$s %5$s" -#: modules/calendar/calendar.php:2482 +#: modules/calendar/calendar.php:2492 msgid "Statuses to display publish time" msgstr "Estados para mostrar la hora de publicación" @@ -2785,11 +2776,16 @@ msgstr "Asunto" msgid "Subject:" msgstr "Asunto:" +#: modules/content-board/content-board.php:1770 +#: modules/content-overview/content-overview.php:1703 +msgid "Submit" +msgstr "Enviar" + #: modules/editorial-comments/library/EditorialCommentsTable.php:233 msgid "Submitted on" msgstr "Enviado el" -#: modules/calendar/calendar.php:1312 +#: modules/calendar/calendar.php:1322 msgid "Subscribe in iCal or Google Calendar" msgstr "Suscríbete en iCal o Google Calendar" @@ -2797,7 +2793,7 @@ msgstr "Suscríbete en iCal o Google Calendar" msgid "Success" msgstr "Correcto" -#: modules/calendar/calendar.php:771 +#: modules/calendar/calendar.php:781 msgid "Sun" msgstr "Dom" @@ -2805,22 +2801,22 @@ msgstr "Dom" msgid "synchronous" msgstr "síncrono" -#: modules/calendar/calendar.php:3485 +#: modules/calendar/calendar.php:3495 msgid "Tag" msgid_plural "Tags" msgstr[0] "Etiqueta" msgstr[1] "Etiquetas" -#: modules/calendar/calendar.php:3584 -#: modules/content-board/content-board.php:1774 -#: modules/content-overview/content-overview.php:1752 +#: modules/calendar/calendar.php:3594 +#: modules/content-board/content-board.php:1835 +#: modules/content-overview/content-overview.php:1768 msgid "Tags" msgstr "Etiquetas" -#: modules/content-board/content-board.php:1129 -#: modules/content-board/content-board.php:1189 -#: modules/content-overview/content-overview.php:1156 -#: modules/content-overview/content-overview.php:1216 +#: modules/content-board/content-board.php:1144 +#: modules/content-board/content-board.php:1204 +#: modules/content-overview/content-overview.php:1165 +#: modules/content-overview/content-overview.php:1225 msgid "Taxonomies" msgstr "Taxonomías" @@ -2838,7 +2834,7 @@ msgctxt "taxonomy singular name" msgid "Editorial Field" msgstr "Campo editorial" -#: modules/calendar/calendar.php:1375 +#: modules/calendar/calendar.php:1385 msgid "Ten months" msgstr "Diez meses" @@ -2905,7 +2901,7 @@ msgstr "" "El módulo de avisos necesitará estar activado para que se muestre este " "widget." -#: modules/calendar/calendar.php:2558 +#: modules/calendar/calendar.php:2568 msgid "" "The number of weeks shown on the calendar can be changed on a user-by-user " "basis using the calendar's screen options." @@ -2917,11 +2913,11 @@ msgstr "" msgid "The parent log was deleted or probably rescheduled" msgstr "El registro superior ha sido borrado o probablemente reprogramado" -#: modules/calendar/calendar.php:3704 +#: modules/calendar/calendar.php:3714 msgid "The selected post type is not enabled for the calendar." msgstr "El tipo de contenido seleccionado no está activado para el calendario." -#: modules/calendar/calendar.php:4183 +#: modules/calendar/calendar.php:4193 msgid "" "The selected user doesn't have enough permissions to be set as the post " "author." @@ -2933,8 +2929,8 @@ msgstr "" msgid "The slug cannot be changed once the term has been created." msgstr "El slug no puede cambiarse una vez el término ha sido creado." -#: modules/content-board/content-board.php:2755 -#: modules/content-overview/content-overview.php:2544 +#: modules/content-board/content-board.php:2835 +#: modules/content-overview/content-overview.php:2582 msgid "There are no posts in the range or filter specified." msgstr "No hay entradas en el rango o filtro especificado." @@ -2994,6 +2990,14 @@ msgstr "" "Esta es una vista previa del mensaje programado. Todavía se puede cambiar el " "contenido hasta que se envíe el aviso." +#: modules/content-board/content-board.php:2631 +msgid "" +"This is the default publish date from today for posts moving to the " +"Scheduled status." +msgstr "" +"Esta es la fecha de publicación por defecto a partir de hoy para las " +"entradas que pasan al estado «Programado»." + #: modules/notifications-log/notifications-log.php:442 msgid "" "This notification is very similar to another one sent less than %d minutes " @@ -3006,7 +3010,7 @@ msgstr "" msgid "This post was last updated on " msgstr "Esta entrada fue actualizada por última vez el " -#: modules/improved-notifications/improved-notifications.php:355 +#: modules/improved-notifications/improved-notifications.php:356 msgid "" "This will prevent too many notifications being sent for the same or similar " "events. Set this to a higher number if you are receiving duplicate emails." @@ -3022,28 +3026,28 @@ msgstr "" "Esto no tendrá ningún efecto a menos que tengas al menos un flujo de trabajo " "como objetivo de la caja «Avísame»." -#: modules/calendar/calendar.php:1361 +#: modules/calendar/calendar.php:1371 msgid "Three months" msgstr "Tres meses" -#: modules/calendar/calendar.php:1327 +#: modules/calendar/calendar.php:1337 msgid "Three months ago" msgstr "Hace tres meses" -#: modules/calendar/calendar.php:1348 +#: modules/calendar/calendar.php:1358 msgid "Three weeks" msgstr "Tres semanas" -#: modules/calendar/calendar.php:775 +#: modules/calendar/calendar.php:785 msgid "Thu" msgstr "Jue" -#: modules/calendar/calendar.php:3545 -#: modules/content-board/content-board.php:536 -#: modules/content-board/content-board.php:1249 -#: modules/content-board/content-board.php:1741 -#: modules/content-overview/content-overview.php:557 -#: modules/content-overview/content-overview.php:1719 +#: modules/calendar/calendar.php:3555 +#: modules/content-board/content-board.php:551 +#: modules/content-board/content-board.php:1264 +#: modules/content-board/content-board.php:1801 +#: modules/content-overview/content-overview.php:566 +#: modules/content-overview/content-overview.php:1734 #: lib/Notifications/Table/Notifications.php:156 #: lib/Notifications/Table/Workflows.php:142 msgid "Title" @@ -3054,12 +3058,12 @@ msgstr "Título" msgid "Title: %s" msgstr "Título: %s" -#: modules/content-board/content-board.php:1938 -#: modules/content-board/content-board.php:2267 -#: modules/content-board/content-board.php:2301 -#: modules/content-overview/content-overview.php:1916 -#: modules/content-overview/content-overview.php:2245 -#: modules/content-overview/content-overview.php:2279 +#: modules/content-board/content-board.php:1999 +#: modules/content-board/content-board.php:2350 +#: modules/content-board/content-board.php:2384 +#: modules/content-overview/content-overview.php:1932 +#: modules/content-overview/content-overview.php:2283 +#: modules/content-overview/content-overview.php:2317 msgid "to" msgstr "a" @@ -3067,39 +3071,39 @@ msgstr "a" msgid "To date" msgstr "Fecha final" -#: modules/calendar/calendar.php:797 modules/calendar/calendar.php:2055 +#: modules/calendar/calendar.php:807 modules/calendar/calendar.php:2065 msgid "Today" msgstr "Hoy" -#: modules/calendar/calendar.php:2049 +#: modules/calendar/calendar.php:2059 #, php-format msgid "Today is %s" msgstr "Hoy es %s" -#: common/php/class-module.php:332 modules/calendar/calendar.php:1745 -#: modules/calendar/calendar.php:3504 -#: modules/content-board/content-board.php:2677 -#: modules/content-overview/content-overview.php:3029 +#: common/php/class-module.php:332 modules/calendar/calendar.php:1755 +#: modules/calendar/calendar.php:3514 +#: modules/content-board/content-board.php:2757 +#: modules/content-overview/content-overview.php:3067 msgid "Trash" msgstr "Papelera" -#: modules/calendar/calendar.php:773 +#: modules/calendar/calendar.php:783 msgid "Tue" msgstr "Mar" -#: modules/calendar/calendar.php:1379 +#: modules/calendar/calendar.php:1389 msgid "Twelve months" msgstr "Doce meses" -#: modules/calendar/calendar.php:1359 +#: modules/calendar/calendar.php:1369 msgid "Two months" msgstr "Dos meses" -#: modules/calendar/calendar.php:1325 +#: modules/calendar/calendar.php:1335 msgid "Two months ago" msgstr "Hace dos meses" -#: modules/calendar/calendar.php:1346 +#: modules/calendar/calendar.php:1356 msgid "Two weeks" msgstr "Dos semanas" @@ -3112,9 +3116,9 @@ msgstr "Tipo" msgid "Undefined error found" msgstr "Se ha encontrado un error indefinido" -#: modules/calendar/calendar.php:1435 -#: modules/content-board/content-board.php:874 -#: modules/content-overview/content-overview.php:895 +#: modules/calendar/calendar.php:1445 +#: modules/content-board/content-board.php:889 +#: modules/content-overview/content-overview.php:904 msgid "Undo" msgstr "Deshacer" @@ -3122,7 +3126,7 @@ msgstr "Deshacer" msgid "Unpublished Content" msgstr "Contenido sin publicar" -#: modules/calendar/calendar.php:762 modules/calendar/calendar.php:3710 +#: modules/calendar/calendar.php:772 modules/calendar/calendar.php:3720 msgid "Untitled" msgstr "Sin título" @@ -3179,7 +3183,7 @@ msgstr "Usuario" msgid "user" msgstr "usuario" -#: modules/improved-notifications/improved-notifications.php:973 +#: modules/improved-notifications/improved-notifications.php:974 msgid "User making changes or comments" msgstr "Usuario haciendo cambios o comentarios" @@ -3210,15 +3214,15 @@ msgstr "Usuarios" msgid "Users who selected \"Notify me\" for the content" msgstr "Usuarios que seleccionaron «Avísame» para el contenido" -#: modules/calendar/calendar.php:1769 modules/calendar/calendar.php:3511 -#: modules/content-board/content-board.php:2693 -#: modules/content-overview/content-overview.php:3045 +#: modules/calendar/calendar.php:1779 modules/calendar/calendar.php:3521 +#: modules/content-board/content-board.php:2773 +#: modules/content-overview/content-overview.php:3083 msgid "View" msgstr "Ver" -#: modules/calendar/calendar.php:1763 -#: modules/content-board/content-board.php:2687 -#: modules/content-overview/content-overview.php:3039 +#: modules/calendar/calendar.php:1773 +#: modules/content-board/content-board.php:2767 +#: modules/content-overview/content-overview.php:3077 #, php-format msgid "View “%s”" msgstr "Ver “%s”" @@ -3228,7 +3232,7 @@ msgstr "Ver “%s”" msgid "View “%s” on Google Maps" msgstr "Ver “%s” en Google Maps" -#: modules/calendar/calendar.php:3969 +#: modules/calendar/calendar.php:3979 msgid "View all categories" msgstr "Ver todas las categorías" @@ -3260,11 +3264,11 @@ msgstr "Ver: %s" msgid "Viewable" msgstr "Visible" -#: publishpress.php:1376 +#: publishpress.php:1380 msgid "Warning" msgstr "Advertencia" -#: modules/calendar/calendar.php:774 +#: modules/calendar/calendar.php:784 msgid "Wed" msgstr "Mié" @@ -3272,7 +3276,7 @@ msgstr "Mié" msgid "What the post needs to cover." msgstr "Lo que la publicación debe cubrir." -#: modules/improved-notifications/improved-notifications.php:843 +#: modules/improved-notifications/improved-notifications.php:844 msgid "What to say?" msgstr "¿Qué decir?" @@ -3297,13 +3301,13 @@ msgid "When the status is changed" msgstr "Cuando se cambia el estado" #: lib/Notifications/Plugin.php:57 -#: modules/improved-notifications/improved-notifications.php:813 +#: modules/improved-notifications/improved-notifications.php:814 #: modules/notifications-log/library/NotificationsLogTable.php:491 msgid "When to notify?" msgstr "¿Cuándo avisar?" #: lib/Notifications/Plugin.php:59 -#: modules/improved-notifications/improved-notifications.php:833 +#: modules/improved-notifications/improved-notifications.php:834 #: modules/notifications-log/library/NotificationsLogTable.php:493 msgid "Who to notify?" msgstr "¿A quién avisar?" @@ -3316,11 +3320,11 @@ msgstr "Opciones del widget" msgid "WordPress Scheduler" msgstr "Programador de WordPress" -#: modules/improved-notifications/improved-notifications.php:974 +#: modules/improved-notifications/improved-notifications.php:975 msgid "Workflow" msgstr "Flujo de trabajo" -#: modules/improved-notifications/improved-notifications.php:775 +#: modules/improved-notifications/improved-notifications.php:776 msgid "Workflow Settings" msgstr "Ajustes de los flujos de trabajo" @@ -3330,8 +3334,8 @@ msgid "Workflow: %s" msgstr "Flujo de trabajo: %s" #: views/user_profile_notification_channels.html.php:14 -#: modules/improved-notifications/improved-notifications.php:407 -#: modules/improved-notifications/improved-notifications.php:1153 +#: modules/improved-notifications/improved-notifications.php:408 +#: modules/improved-notifications/improved-notifications.php:1154 msgid "Workflows" msgstr "Flujos de trabajo" @@ -3349,7 +3353,7 @@ msgstr "Sí" msgid "You are receiving this email because you are subscribed to \"%s\"." msgstr "Estás recibiendo este correo electrónico porque estás suscrito a «%s»." -#: modules/improved-notifications/improved-notifications.php:967 +#: modules/improved-notifications/improved-notifications.php:968 msgid "" "You can add dynamic information to the Subject or Body text using the " "following shortcodes:" @@ -3370,31 +3374,31 @@ msgstr "" msgid "You can see all editorial comments on this %s here: " msgstr "Puedes ver todos los comentarios editoriales en esta %s aquí: " -#: modules/content-board/content-board.php:1123 -#: modules/content-board/content-board.php:1183 -#: modules/content-overview/content-overview.php:1150 -#: modules/content-overview/content-overview.php:1210 +#: modules/content-board/content-board.php:1138 +#: modules/content-board/content-board.php:1198 +#: modules/content-overview/content-overview.php:1159 +#: modules/content-overview/content-overview.php:1219 msgid "You do not have any editorial fields enabled" msgstr "No hay campos editoriales activados" -#: modules/content-board/content-board.php:1130 -#: modules/content-board/content-board.php:1190 -#: modules/content-overview/content-overview.php:1157 -#: modules/content-overview/content-overview.php:1217 +#: modules/content-board/content-board.php:1145 +#: modules/content-board/content-board.php:1205 +#: modules/content-overview/content-overview.php:1166 +#: modules/content-overview/content-overview.php:1226 msgid "You do not have any public taxonomies" msgstr "No hay ninguna taxonomía pública" -#: publishpress.php:671 +#: publishpress.php:672 msgid "You do not have necessary permissions to complete this action." msgstr "No tienes los permisos necesarios para completar esta acción." -#: modules/content-board/content-board.php:990 -#: modules/content-overview/content-overview.php:1011 +#: modules/content-board/content-board.php:1005 +#: modules/content-overview/content-overview.php:1020 #, php-format msgid "You do not have permission to add new %s" msgstr "Lo siento, no tienes permisos para añadir nuevo %s" -#: modules/content-board/content-board.php:1521 +#: modules/content-board/content-board.php:1566 msgid "You do not have permission to edit selected post." msgstr "Lo siento, no tienes permisos para editar la entrada seleccionada." @@ -3411,6 +3415,28 @@ msgstr "" "Estás usando PublishPress Planner Free. La versión Pro tiene más " "características y soporte. %sPasar a Pro%s" +#~ msgid "Basic Notifications" +#~ msgstr "Avisos básicos" + +#, php-format +#~ msgid "" +#~ "For custom post statuses, activate the %1$sPublishPress Statuses%2$s " +#~ "plugin. %3$sLearn more...%4$s" +#~ msgstr "" +#~ "Para estados de entrada personalizados, activa el plugin %1$sPublishPress " +#~ "Statuses%2$s. %3$sMás información...%4$s" + +#, php-format +#~ msgid "" +#~ "For custom post statuses, install the %1$sPublishPress Statuses%2$s " +#~ "plugin. %3$sLearn more...%4$s" +#~ msgstr "" +#~ "Para estados de entrada personalizados, instala el plugin " +#~ "%1$sPublishPress Statuses%2$s. %3$sMás información...%4$s" + +#~ msgid "Schedule Date" +#~ msgstr "Fecha de programación" + #~ msgid "Add New Metadata Term" #~ msgstr "Añadir nuevo término de metadatos" @@ -3551,9 +3577,6 @@ msgstr "" #~ msgid "Custom status doesn't exist." #~ msgstr "El estado personalizado no existe." -#~ msgid "Default" -#~ msgstr "Por defecto" - #~ msgid "Default post status has been changed." #~ msgstr "El estado de la publicación por defecto se ha cambiado." diff --git a/languages/publishpress-fr_FR.mo b/languages/publishpress-fr_FR.mo index 761c0800..0388be68 100644 Binary files a/languages/publishpress-fr_FR.mo and b/languages/publishpress-fr_FR.mo differ diff --git a/languages/publishpress-fr_FR.po b/languages/publishpress-fr_FR.po index c72557b3..50734d9b 100644 --- a/languages/publishpress-fr_FR.po +++ b/languages/publishpress-fr_FR.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: Plugins - PublishPress: Editorial Calendar, Workflow, " "Comments, Notifications and Statuses - Stable (latest release)\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" -"POT-Creation-Date: 2024-05-14 09:04+0000\n" -"PO-Revision-Date: 2024-05-18 10:21+0200\n" +"POT-Creation-Date: 2024-05-27 17:13+0000\n" +"PO-Revision-Date: 2024-05-28 19:21+0200\n" "Last-Translator: \n" "Language-Team: French (France)\n" "Language: fr_FR\n" @@ -58,8 +58,8 @@ msgstr "%1$s #%2$s « %3$s » a été dépublié par %4$s %5$s" msgid "%1$s (%2$s ) said on %3$s at %4$s:" msgstr "%1$s (%2$s) a dit le %3$s à %4$s :" -#: modules/content-board/content-board.php:826 -#: modules/content-overview/content-overview.php:847 +#: modules/content-board/content-board.php:841 +#: modules/content-overview/content-overview.php:856 #, php-format msgctxt "%1$s = start date, %2$s = end date" msgid " %1$s
to
%2$s" @@ -96,22 +96,22 @@ msgid_plural "%d Users" msgstr[0] "%d utilisateur/utilisatrice" msgstr[1] "%d utilisateurs/utilisatrices" -#: modules/calendar/calendar.php:795 +#: modules/calendar/calendar.php:805 msgid "%d week" msgstr "%d semaine" -#: modules/calendar/calendar.php:796 +#: modules/calendar/calendar.php:806 msgid "%d weeks" msgstr "%d semaines" -#: modules/content-board/content-board.php:985 -#: modules/content-overview/content-overview.php:1006 +#: modules/content-board/content-board.php:1000 +#: modules/content-overview/content-overview.php:1015 #, php-format msgid "%s could not be created" msgstr "%s n’a pas pu être créée" -#: modules/content-board/content-board.php:982 -#: modules/content-overview/content-overview.php:1003 +#: modules/content-board/content-board.php:997 +#: modules/content-overview/content-overview.php:1012 #, php-format msgid "%s created successfully. Edit %s" msgstr "%s a bien été créée. Modifier %s" @@ -123,26 +123,26 @@ msgid_plural "%s notifications found." msgstr[0] "%s notification trouvée." msgstr[1] "%s notifications trouvées." -#: modules/calendar/calendar.php:4060 +#: modules/calendar/calendar.php:4070 #, php-format msgid "%s week" msgid_plural "%s weeks" msgstr[0] "%s semaine" msgstr[1] "%s semaines" -#: modules/calendar/calendar.php:2072 +#: modules/calendar/calendar.php:2082 msgid "«" msgstr "«" -#: modules/calendar/calendar.php:2085 +#: modules/calendar/calendar.php:2095 msgid "‹" msgstr "‹" -#: modules/calendar/calendar.php:2041 +#: modules/calendar/calendar.php:2051 msgid "»" msgstr "»" -#: modules/calendar/calendar.php:2024 +#: modules/calendar/calendar.php:2034 msgid "›" msgstr "›" @@ -371,7 +371,7 @@ msgstr "Ajouter un commentaire éditorial" msgid "Add Another Option" msgstr "Ajouter une autre option" -#: modules/content-overview/content-overview.php:1288 +#: modules/content-overview/content-overview.php:1297 msgid "Add Column" msgstr "Ajouter une colonne" @@ -379,7 +379,7 @@ msgstr "Ajouter une colonne" msgid "Add Comment" msgstr "Ajouter un commentaire" -#: modules/calendar/calendar.php:767 +#: modules/calendar/calendar.php:777 #, php-format msgid "Add content for %s" msgstr "Ajouter le contenu pour %s" @@ -390,22 +390,22 @@ msgstr "Ajouter le contenu pour %s" msgid "Add editorial comment: %s" msgstr "Ajouter un commentaire éditorial : %s" -#: modules/content-board/content-board.php:1409 -#: modules/content-overview/content-overview.php:1436 +#: modules/content-board/content-board.php:1424 +#: modules/content-overview/content-overview.php:1445 msgid "Add Filter" msgstr "Ajouter un filtre" -#: modules/content-board/content-board.php:1241 -#: modules/content-board/content-board.php:1261 -#: modules/content-board/content-board.php:1389 -#: modules/content-overview/content-overview.php:1268 -#: modules/content-overview/content-overview.php:1416 +#: modules/content-board/content-board.php:1256 +#: modules/content-board/content-board.php:1276 +#: modules/content-board/content-board.php:1404 +#: modules/content-overview/content-overview.php:1277 +#: modules/content-overview/content-overview.php:1425 #: modules/editorial-metadata/editorial-metadata.php:1783 msgid "Add New" msgstr "Ajouter" -#: modules/content-board/content-board.php:1581 -#: modules/content-overview/content-overview.php:1559 +#: modules/content-board/content-board.php:1634 +#: modules/content-overview/content-overview.php:1568 #, php-format msgid "Add New %s" msgstr "Ajouter %s" @@ -418,7 +418,7 @@ msgstr "Ajouter de nouveaux champs éditoriaux" msgid "Add New Editorial fields term" msgstr "Ajouter un nouveau terme de champs éditoriaux" -#: publishpress.php:1323 +#: publishpress.php:1327 msgid "Add New Notification" msgstr "Ajouter une nouvelle notification" @@ -459,10 +459,10 @@ msgstr "Notifications avancées" msgid "All" msgstr "Tous" -#: modules/content-board/content-board.php:2114 -#: modules/content-board/content-board.php:2117 -#: modules/content-overview/content-overview.php:2092 -#: modules/content-overview/content-overview.php:2095 +#: modules/content-board/content-board.php:2197 +#: modules/content-board/content-board.php:2200 +#: modules/content-overview/content-overview.php:2130 +#: modules/content-overview/content-overview.php:2133 #, php-format msgid "All %s" msgstr "Toutes les %s" @@ -471,15 +471,15 @@ msgstr "Toutes les %s" msgid "All Actions" msgstr "Toutes les actions" -#: modules/calendar/calendar.php:793 modules/calendar/calendar.php:4008 -#: modules/content-board/content-board.php:2139 -#: modules/content-board/content-board.php:2142 -#: modules/content-overview/content-overview.php:2117 -#: modules/content-overview/content-overview.php:2120 +#: modules/calendar/calendar.php:803 modules/calendar/calendar.php:4018 +#: modules/content-board/content-board.php:2222 +#: modules/content-board/content-board.php:2225 +#: modules/content-overview/content-overview.php:2155 +#: modules/content-overview/content-overview.php:2158 msgid "All authors" msgstr "Tous les auteurs/autrices" -#: modules/calendar/calendar.php:791 +#: modules/calendar/calendar.php:801 msgid "All categories" msgstr "Toutes les catégories" @@ -516,8 +516,8 @@ msgstr "Tous les comptes de notification" msgid "All options value and labels are required." msgstr "Toutes les valeurs et libellés des options sont obligatoires." -#: modules/content-board/content-board.php:2171 -#: modules/content-overview/content-overview.php:2149 +#: modules/content-board/content-board.php:2254 +#: modules/content-overview/content-overview.php:2187 msgid "All post types" msgstr "Tous les types de publication" @@ -527,7 +527,7 @@ msgstr "Tous les types de publication" msgid "All Posts" msgstr "Toutes les publications" -#: modules/calendar/calendar.php:2870 +#: modules/calendar/calendar.php:2880 msgid "All posts" msgstr "Toutes les publications" @@ -535,8 +535,8 @@ msgstr "Toutes les publications" msgid "All Receivers" msgstr "Tous les destinataires" -#: modules/content-board/content-board.php:2386 -#: modules/content-overview/content-overview.php:2364 +#: modules/content-board/content-board.php:2469 +#: modules/content-overview/content-overview.php:2402 msgid "All status" msgstr "Tous les états" @@ -544,17 +544,17 @@ msgstr "Tous les états" msgid "All Statuses" msgstr "Tous les états" -#: modules/calendar/calendar.php:790 modules/calendar/calendar.php:3952 -#: modules/content-board/content-board.php:2088 -#: modules/content-overview/content-overview.php:2066 +#: modules/calendar/calendar.php:800 modules/calendar/calendar.php:3962 +#: modules/content-board/content-board.php:2171 +#: modules/content-overview/content-overview.php:2104 msgid "All statuses" msgstr "Tous les états" -#: modules/calendar/calendar.php:792 modules/calendar/calendar.php:3987 +#: modules/calendar/calendar.php:802 modules/calendar/calendar.php:3997 msgid "All tags" msgstr "Toutes les étiquettes" -#: modules/calendar/calendar.php:794 modules/calendar/calendar.php:4035 +#: modules/calendar/calendar.php:804 modules/calendar/calendar.php:4045 msgid "All types" msgstr "Tous les types" @@ -567,7 +567,7 @@ msgstr "Tous les comptes" msgid "All Workflows" msgstr "Tous les flux de travail" -#: modules/calendar/calendar.php:2474 +#: modules/calendar/calendar.php:2484 msgid "Allow public access to subscriptions in iCal or Google Calendar" msgstr "Autoriser l’accès public aux abonnements à iCal ou Calendrier Google" @@ -580,38 +580,40 @@ msgid "Always notify users who have edited the content:" msgstr "" "Prévenez toujours les utilisateurs/utilisatrices qui ont modifié le contenu :" -#: modules/calendar/calendar.php:2522 +#: modules/calendar/calendar.php:2532 msgid "Always show complete post titles" msgstr "Toujours afficher les titres complets des publications" -#: modules/content-board/content-board.php:1504 -#: modules/content-board/content-board.php:1554 +#: modules/content-board/content-board.php:1522 +#: modules/content-board/content-board.php:1548 +#: modules/content-board/content-board.php:1607 msgid "An error occured" msgstr "Une erreur s’est produite" -#: modules/content-board/content-board.php:836 -#: modules/content-board/content-board.php:846 -#: modules/content-board/content-board.php:2220 -#: modules/content-board/content-board.php:2331 -#: modules/content-board/content-board.php:2369 -#: modules/content-board/content-board.php:2450 -#: modules/content-overview/content-overview.php:857 -#: modules/content-overview/content-overview.php:867 -#: modules/content-overview/content-overview.php:2198 -#: modules/content-overview/content-overview.php:2309 +#: modules/content-board/content-board.php:851 +#: modules/content-board/content-board.php:861 +#: modules/content-board/content-board.php:2303 +#: modules/content-board/content-board.php:2414 +#: modules/content-board/content-board.php:2452 +#: modules/content-board/content-board.php:2533 +#: modules/content-board/content-board.php:2634 +#: modules/content-overview/content-overview.php:866 +#: modules/content-overview/content-overview.php:876 +#: modules/content-overview/content-overview.php:2236 #: modules/content-overview/content-overview.php:2347 -#: modules/content-overview/content-overview.php:2428 +#: modules/content-overview/content-overview.php:2385 +#: modules/content-overview/content-overview.php:2466 msgid "Apply" msgstr "Appliquer" -#: modules/content-board/content-board.php:1345 -#: modules/content-board/content-board.php:1493 -#: modules/content-overview/content-overview.php:1372 -#: modules/content-overview/content-overview.php:1520 +#: modules/content-board/content-board.php:1360 +#: modules/content-board/content-board.php:1508 +#: modules/content-overview/content-overview.php:1381 +#: modules/content-overview/content-overview.php:1529 msgid "Apply Changes" msgstr "Appliquer les modifications" -#: modules/calendar/calendar.php:781 +#: modules/calendar/calendar.php:791 msgid "Apr" msgstr "Avr" @@ -636,7 +638,7 @@ msgstr "Notifications asynchrones" msgid "asynchronous" msgstr "asynchrone" -#: modules/calendar/calendar.php:2541 +#: modules/calendar/calendar.php:2551 msgid "At least one post type must be selected" msgstr "Au moins un type de publication doit être sélectionné" @@ -644,24 +646,24 @@ msgstr "Au moins un type de publication doit être sélectionné" msgid "Attach file" msgstr "Attacher un fichier" -#: modules/calendar/calendar.php:785 +#: modules/calendar/calendar.php:795 msgid "Aug" msgstr "Aoû" -#: modules/calendar/calendar.php:1880 modules/calendar/calendar.php:3475 -#: modules/calendar/calendar.php:3565 -#: modules/content-board/content-board.php:1061 -#: modules/content-board/content-board.php:1072 -#: modules/content-board/content-board.php:1115 -#: modules/content-board/content-board.php:1174 -#: modules/content-board/content-board.php:1755 -#: modules/content-board/content-board.php:2137 -#: modules/content-overview/content-overview.php:1083 -#: modules/content-overview/content-overview.php:1096 -#: modules/content-overview/content-overview.php:1140 -#: modules/content-overview/content-overview.php:1201 -#: modules/content-overview/content-overview.php:1733 -#: modules/content-overview/content-overview.php:2115 +#: modules/calendar/calendar.php:1890 modules/calendar/calendar.php:3485 +#: modules/calendar/calendar.php:3575 +#: modules/content-board/content-board.php:1076 +#: modules/content-board/content-board.php:1087 +#: modules/content-board/content-board.php:1130 +#: modules/content-board/content-board.php:1189 +#: modules/content-board/content-board.php:1816 +#: modules/content-board/content-board.php:2220 +#: modules/content-overview/content-overview.php:1092 +#: modules/content-overview/content-overview.php:1105 +#: modules/content-overview/content-overview.php:1149 +#: modules/content-overview/content-overview.php:1210 +#: modules/content-overview/content-overview.php:1749 +#: modules/content-overview/content-overview.php:2153 #: modules/editorial-comments/library/EditorialCommentsTable.php:228 msgid "Author" msgid_plural "Authors" @@ -686,15 +688,15 @@ msgstr "Auteurs du contenu" msgid "Auto-draft" msgstr "Brouillon automatique" -#: modules/improved-notifications/improved-notifications.php:983 +#: modules/improved-notifications/improved-notifications.php:984 msgid "Available fields" msgstr "Available fields" -#: modules/calendar/calendar.php:2064 +#: modules/calendar/calendar.php:2074 msgid "Back %d weeks" msgstr "Retour de %d semaines" -#: modules/calendar/calendar.php:2076 +#: modules/calendar/calendar.php:2086 msgid "Back 1 week" msgstr "Retour 1 semaine" @@ -710,10 +712,6 @@ msgstr "Retour à la notification des rôles" msgid "Back to notify users" msgstr "Retour aux utilisateurs/utilisatrices à prévenir" -#: modules/modules-settings/modules-settings.php:241 -msgid "Basic Notifications" -msgstr "Notifications basiques" - #: modules/notifications/notifications.php:1665 msgid "Blacklisted taxonomies for Notifications" msgstr "Taxonomies en liste noire pour les notifications" @@ -730,43 +728,48 @@ msgstr "Blog : " msgid "Body" msgstr "Corps" -#: modules/content-board/content-board.php:842 -#: modules/content-overview/content-overview.php:863 +#: modules/content-board/content-board.php:857 +#: modules/content-overview/content-overview.php:872 #: modules/editorial-comments/editorial-comments.php:580 #: modules/editorial-metadata/editorial-metadata.php:2174 msgid "Cancel" msgstr "Annuler" -#: modules/calendar/calendar.php:3575 -#: modules/content-board/content-board.php:1765 -#: modules/content-overview/content-overview.php:1743 +#: modules/content-board/content-board.php:930 +msgid "Card Data updated successfully." +msgstr "Les données de la carte ont bien été mises à jour." + +#: modules/calendar/calendar.php:3585 +#: modules/content-board/content-board.php:1826 +#: modules/content-overview/content-overview.php:1759 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Category.php:34 msgid "Categories" msgstr "Catégories" -#: modules/calendar/calendar.php:3480 +#: modules/calendar/calendar.php:3490 #: lib/Notifications/Workflow/Step/Event_Content/Category.php:24 msgid "Category" msgid_plural "Categories" msgstr[0] "Catégorie" msgstr[1] "Catégories" -#: modules/content-board/content-board.php:843 -#: modules/content-overview/content-overview.php:864 +#: modules/content-board/content-board.php:858 +#: modules/content-overview/content-overview.php:873 msgid "Change" msgstr "Changer" -#: modules/content-board/content-board.php:1543 +#: modules/content-board/content-board.php:1538 +#: modules/content-board/content-board.php:1596 msgid "Changes saved!" msgstr "Modifications enregistrées !" #: views/user_profile_notification_channels.html.php:15 -#: modules/improved-notifications/improved-notifications.php:408 -#: modules/improved-notifications/improved-notifications.php:1154 +#: modules/improved-notifications/improved-notifications.php:409 +#: modules/improved-notifications/improved-notifications.php:1155 msgid "Channels" msgstr "Canaux" -#: publishpress.php:670 +#: publishpress.php:671 msgid "Cheatin’ uh?" msgstr "Une mauvaise manipulation ?" @@ -774,8 +777,8 @@ msgstr "Une mauvaise manipulation ?" msgid "Checkbox" msgstr "Case à cocher" -#: modules/content-board/content-board.php:2351 -#: modules/content-overview/content-overview.php:2329 +#: modules/content-board/content-board.php:2434 +#: modules/content-overview/content-overview.php:2367 msgid "Checked" msgstr "Sélectionné" @@ -798,36 +801,36 @@ msgid "Choose Post Types" msgstr "Choisissez les types de publication" #: views/user_profile_notification_channels.html.php:6 -#: modules/improved-notifications/improved-notifications.php:402 -#: modules/improved-notifications/improved-notifications.php:1148 +#: modules/improved-notifications/improved-notifications.php:403 +#: modules/improved-notifications/improved-notifications.php:1149 msgid "Choose the channels where each workflow will send notifications to:" msgstr "" "Choisissez les canaux vers lesquels chaque flux de travail enverra des " "notifications :" -#: modules/improved-notifications/improved-notifications.php:985 +#: modules/improved-notifications/improved-notifications.php:986 msgid "Click here to read more about shortcode options..." msgstr "Cliquez ici pour en savoir plus sur les options des codes courts…" -#: modules/calendar/calendar.php:1404 +#: modules/calendar/calendar.php:1414 msgid "Click here to subscribe in iCal or Google Calendar" msgstr "Cliquez ici pour vous abonner à iCal ou Calendrier Google" -#: modules/content-board/content-board.php:1106 +#: modules/content-board/content-board.php:1121 msgid "Click the \"Add New\" button to create new card data." msgstr "" "Cliquer sur le bouton « Ajouter » pour créer de nouvelles données de carte." -#: modules/content-overview/content-overview.php:1130 +#: modules/content-overview/content-overview.php:1139 msgid "Click the \"Add New\" button to create new columns." msgstr "Cliquer sur le bouton « Ajouter » pour créer de nouvelles colonnes." -#: modules/content-board/content-board.php:1165 -#: modules/content-overview/content-overview.php:1192 +#: modules/content-board/content-board.php:1180 +#: modules/content-overview/content-overview.php:1201 msgid "Click the \"Add New\" button to create new filters." msgstr "Cliquer sur le bouton « Ajouter » pour créer de nouveaux filtres." -#: modules/calendar/calendar.php:758 +#: modules/calendar/calendar.php:768 msgid "Click to add" msgstr "Cliquez pour ajouter" @@ -848,16 +851,15 @@ msgstr "Cliquez pour être informé des mises à jour de ce contenu" msgid "Click to stop being notified on updates for this post" msgstr "Cliquez pour ne plus être informé des mises à jour de ce contenu" -#: modules/calendar/calendar.php:763 +#: modules/calendar/calendar.php:773 msgid "Close" msgstr "Fermer" -#: modules/content-overview/content-overview.php:1276 +#: modules/content-overview/content-overview.php:1285 msgid "Column Title" msgstr "Titre de la colonne" -#: modules/content-board/content-board.php:915 -#: modules/content-overview/content-overview.php:936 +#: modules/content-overview/content-overview.php:945 msgid "Column updated successfully." msgstr "La colonne a bien été mise à jour." @@ -878,7 +880,7 @@ msgstr "Le commentaire a bien été suppromé." msgid "Comment: %s (%d)" msgstr "Commentaire : %s (%d)" -#: publishpress.php:666 +#: publishpress.php:667 msgid "Configure" msgstr "Configurer" @@ -886,18 +888,18 @@ msgstr "Configurer" msgid "Contact" msgstr "Contact" -#: modules/calendar/calendar.php:3592 -#: modules/content-board/content-board.php:1782 -#: modules/content-overview/content-overview.php:1760 -#: modules/improved-notifications/improved-notifications.php:971 +#: modules/calendar/calendar.php:3602 +#: modules/content-board/content-board.php:1843 +#: modules/content-overview/content-overview.php:1776 +#: modules/improved-notifications/improved-notifications.php:972 #: lib/Notifications/Workflow/Step/Content/Main.php:29 msgid "Content" msgstr "Contenu" #: modules/content-board/content-board.php:140 -#: modules/content-board/content-board.php:395 -#: modules/content-board/content-board.php:412 -#: modules/content-board/content-board.php:413 +#: modules/content-board/content-board.php:410 +#: modules/content-board/content-board.php:427 +#: modules/content-board/content-board.php:428 msgid "Content Board" msgstr "Tableau des contenus" @@ -907,9 +909,9 @@ msgid "Content Calendar" msgstr "Calendrier des contenus" #: modules/content-overview/content-overview.php:147 -#: modules/content-overview/content-overview.php:419 -#: modules/content-overview/content-overview.php:436 -#: modules/content-overview/content-overview.php:437 +#: modules/content-overview/content-overview.php:428 +#: modules/content-overview/content-overview.php:445 +#: modules/content-overview/content-overview.php:446 msgid "Content Overview" msgstr "Aperçu du contenu" @@ -917,12 +919,12 @@ msgstr "Aperçu du contenu" msgid "Content:" msgstr "Contenu :" -#: modules/calendar/calendar.php:1398 +#: modules/calendar/calendar.php:1408 msgid "Copy to the clipboard" msgstr "Copier dans le presse-papiers" -#: modules/content-board/content-board.php:1709 -#: modules/content-overview/content-overview.php:1687 +#: modules/content-board/content-board.php:1768 +#: modules/content-overview/content-overview.php:1701 #, php-format msgid "Create %s" msgstr "Créer %s" @@ -931,20 +933,20 @@ msgstr "Créer %s" msgid "Created on" msgstr "Créé le" -#: modules/calendar/calendar.php:1321 +#: modules/calendar/calendar.php:1331 msgid "Current week" msgstr "Semaine courante" -#: modules/content-overview/content-overview.php:1129 +#: modules/content-overview/content-overview.php:1138 msgid "Custom Columns" msgstr "Colonnes personnalisées" -#: modules/content-board/content-board.php:1164 -#: modules/content-overview/content-overview.php:1191 +#: modules/content-board/content-board.php:1179 +#: modules/content-overview/content-overview.php:1200 msgid "Custom filters" msgstr "Filtres personnalisés" -#: modules/content-board/content-board.php:1105 +#: modules/content-board/content-board.php:1120 msgid "Custom Items" msgstr "Éléments personnalisés" @@ -968,16 +970,16 @@ msgstr "" "l’extension %1$sPublishPress Statuses%2$s. Voir %3$sPlanificateur > " "Réglages%4$s pour plus de détails." -#: modules/content-board/content-board.php:1884 +#: modules/content-board/content-board.php:1945 msgid "Customize Card Data" msgstr "Personnaliser les données de la carte" -#: modules/content-overview/content-overview.php:1862 +#: modules/content-overview/content-overview.php:1878 msgid "Customize Columns" msgstr "Personnaliser les colonnes" -#: modules/content-board/content-board.php:1894 -#: modules/content-overview/content-overview.php:1872 +#: modules/content-board/content-board.php:1955 +#: modules/content-overview/content-overview.php:1888 msgid "Customize Filters" msgstr "Personnaliser les filtres" @@ -989,9 +991,9 @@ msgstr "Tableau de bord" msgid "Dashboard Note" msgstr "Note du tableau de bord" -#: modules/calendar/calendar.php:3464 -#: modules/content-board/content-board.php:1942 -#: modules/content-overview/content-overview.php:1920 +#: modules/calendar/calendar.php:3474 +#: modules/content-board/content-board.php:2003 +#: modules/content-overview/content-overview.php:1936 #: modules/editorial-metadata/editorial-metadata.php:285 #: lib/Notifications/Table/Notifications.php:158 #: modules/notifications-log/library/NotificationsLogTable.php:490 @@ -1006,11 +1008,16 @@ msgstr "Débogage" msgid "Debug data" msgstr "Données de débogage" -#: modules/calendar/calendar.php:789 +#: modules/calendar/calendar.php:799 msgid "Dec" msgstr "Déc" -#: modules/improved-notifications/improved-notifications.php:229 +#: modules/content-board/content-board.php:2624 +#: modules/content-board/content-board.php:2641 +msgid "Default Date" +msgstr "Date par défaut" + +#: modules/improved-notifications/improved-notifications.php:230 msgid "Default notification channels:" msgstr "Canaux de notifiation par défaut :" @@ -1021,7 +1028,7 @@ msgstr "Canaux de notifiation par défaut :" msgid "Default option" msgstr "Option par défaut" -#: modules/calendar/calendar.php:2498 +#: modules/calendar/calendar.php:2508 msgid "Default publish time for items created in the calendar" msgstr "" "Heure de publication par défaut pour les éléments créés dans le calendrier" @@ -1058,7 +1065,7 @@ msgstr "" "Une documentation détaillée est également disponible sur le site de " "l’extension." -#: modules/calendar/calendar.php:2572 modules/dashboard/dashboard.php:368 +#: modules/calendar/calendar.php:2582 modules/dashboard/dashboard.php:368 #: modules/dashboard/dashboard.php:391 modules/dashboard/dashboard.php:425 msgid "Disabled" msgstr "Désactivé" @@ -1087,7 +1094,7 @@ msgstr "Nom à afficher publiquement" msgid "Documentation" msgstr "Documentation" -#: modules/calendar/calendar.php:1391 +#: modules/calendar/calendar.php:1401 msgid "Download .ics file" msgstr "Téléchargez le fichier .ics" @@ -1095,16 +1102,16 @@ msgstr "Téléchargez le fichier .ics" msgid "Draft" msgstr "Brouillon" -#: modules/content-board/content-board.php:1304 +#: modules/content-board/content-board.php:1319 msgid "Drag to change enabled card data order." msgstr "Glisser pour modifier l’ordre des données de la carte activée." -#: modules/content-overview/content-overview.php:1331 +#: modules/content-overview/content-overview.php:1340 msgid "Drag to change enabled columns order." msgstr "Glisser pour modifier l’ordre des colonnes activées." -#: modules/content-board/content-board.php:1452 -#: modules/content-overview/content-overview.php:1479 +#: modules/content-board/content-board.php:1467 +#: modules/content-overview/content-overview.php:1488 msgid "Drag to change enabled filters order." msgstr "Glisser pour modifier l’ordre des filtres activés." @@ -1117,7 +1124,7 @@ msgstr "Option de la liste déroulante" msgid "Dropdown Select" msgstr "Sélection par liste déroulante" -#: modules/improved-notifications/improved-notifications.php:221 +#: modules/improved-notifications/improved-notifications.php:222 msgid "Duplicated notification threshold:" msgstr "Seuil de notification dupliquée :" @@ -1125,9 +1132,9 @@ msgstr "Seuil de notification dupliquée :" msgid "E-mails" msgstr "E-mails" -#: modules/calendar/calendar.php:1735 modules/calendar/calendar.php:3497 -#: modules/content-board/content-board.php:2665 -#: modules/content-overview/content-overview.php:3017 +#: modules/calendar/calendar.php:1745 modules/calendar/calendar.php:3507 +#: modules/content-board/content-board.php:2745 +#: modules/content-overview/content-overview.php:3055 #: modules/editorial-comments/editorial-comments.php:634 #: modules/editorial-metadata/editorial-metadata.php:2745 msgid "Edit" @@ -1147,7 +1154,7 @@ msgstr "" "Si vous souhaitez utiliser PublishPress Planner, terminer d’abord la " "migration des données d’Edit Flow, puis désactiver Edit Flow." -#: publishpress.php:1324 +#: publishpress.php:1328 msgid "Edit Notification" msgstr "Modifier la notification" @@ -1163,12 +1170,12 @@ msgstr "Modifier la notification de rôle" msgid "Edit Notify User" msgstr "Modifier utilisateur/utilisatrice de notification" -#: modules/calendar/calendar.php:1735 +#: modules/calendar/calendar.php:1745 msgid "Edit this item" msgstr "Modifier cet élément" -#: modules/content-board/content-board.php:2661 -#: modules/content-overview/content-overview.php:3013 +#: modules/content-board/content-board.php:2741 +#: modules/content-overview/content-overview.php:3051 #: modules/dashboard/dashboard.php:299 msgid "Edit this post" msgstr "Editer cette fiche entreprise" @@ -1179,7 +1186,7 @@ msgstr "Editer cette fiche entreprise" msgid "Edit: %s" msgstr "Modifier : %s" -#: modules/improved-notifications/improved-notifications.php:972 +#: modules/improved-notifications/improved-notifications.php:973 msgid "Editorial Comment" msgstr "Commentaire éditorial" @@ -1190,10 +1197,10 @@ msgstr "Commentaire éditorial" msgid "Editorial Comments" msgstr "Commentaires éditoriaux" -#: modules/content-board/content-board.php:1122 -#: modules/content-board/content-board.php:1182 -#: modules/content-overview/content-overview.php:1149 -#: modules/content-overview/content-overview.php:1209 +#: modules/content-board/content-board.php:1137 +#: modules/content-board/content-board.php:1197 +#: modules/content-overview/content-overview.php:1158 +#: modules/content-overview/content-overview.php:1218 #: modules/editorial-metadata/editorial-metadata.php:96 #: modules/editorial-metadata/editorial-metadata.php:506 #: modules/editorial-metadata/editorial-metadata.php:1759 @@ -1226,16 +1233,16 @@ msgid "Editorial fields visibility changed." msgstr "La visibilité des champs éditoriaux a été modifiée." #: views/user_profile_notification_channels.html.php:1 -#: modules/improved-notifications/improved-notifications.php:401 -#: modules/improved-notifications/improved-notifications.php:1147 +#: modules/improved-notifications/improved-notifications.php:402 +#: modules/improved-notifications/improved-notifications.php:1148 msgid "Editorial Notifications" msgstr "Notifications éditoriales" -#: modules/calendar/calendar.php:1371 +#: modules/calendar/calendar.php:1381 msgid "Eight months" msgstr "Huit mois" -#: modules/calendar/calendar.php:1377 +#: modules/calendar/calendar.php:1387 msgid "Eleven months" msgstr "Onze mois" @@ -1252,12 +1259,12 @@ msgstr "e-mail" msgid "Email from:" msgstr "E-mail de l’expéditeur :" -#: modules/content-overview/content-overview.php:1250 +#: modules/content-overview/content-overview.php:1259 msgid "Enable Columns" msgstr "Activer les colonnes" -#: modules/content-board/content-board.php:1371 -#: modules/content-overview/content-overview.php:1398 +#: modules/content-board/content-board.php:1386 +#: modules/content-overview/content-overview.php:1407 msgid "Enable Filters" msgstr "Activer les filtres" @@ -1265,33 +1272,33 @@ msgstr "Activer les filtres" msgid "Enable for these post types:" msgstr "Activer pour ces types de publications :" -#: modules/content-board/content-board.php:1223 +#: modules/content-board/content-board.php:1238 msgid "Enable or Disable" msgstr "Activer ou désactiver" -#: modules/content-board/content-board.php:1229 +#: modules/content-board/content-board.php:1244 msgid "Enable or Disable Content Board Card Data." msgstr "" "Activer ou désactiver les données de la carte du « Tableau des contenus »." -#: modules/content-board/content-board.php:1377 +#: modules/content-board/content-board.php:1392 msgid "Enable or Disable Content Board filter." msgstr "Activer ou désactiver le filtre du « Tableau des contenus »." -#: modules/content-overview/content-overview.php:1404 +#: modules/content-overview/content-overview.php:1413 msgid "Enable or Disable Content Overview filter." msgstr "Activer ou désactiver le filtre de la « Vue d’ensemble du contenu »." -#: modules/content-overview/content-overview.php:1256 +#: modules/content-overview/content-overview.php:1265 msgid "Enable or Disable Content Overview table column." msgstr "" "Activer ou désactiver la colonne du tableau « Vue d’ensemble du contenu »." -#: modules/calendar/calendar.php:2466 +#: modules/calendar/calendar.php:2476 msgid "Enable subscriptions in iCal or Google Calendar" msgstr "Activez les abonnements à iCal ou Calendrier Google" -#: modules/calendar/calendar.php:2573 modules/dashboard/dashboard.php:369 +#: modules/calendar/calendar.php:2583 modules/dashboard/dashboard.php:369 #: modules/dashboard/dashboard.php:392 modules/dashboard/dashboard.php:426 msgid "Enabled" msgstr "Activé" @@ -1300,7 +1307,7 @@ msgstr "Activé" msgid "Enabled features" msgstr "Fonctionnalitées activées" -#: modules/calendar/calendar.php:1339 +#: modules/calendar/calendar.php:1349 msgid "End date" msgstr "Date de fin" @@ -1338,7 +1345,7 @@ msgstr "Erreur en ajoutant le terme." msgid "Error deleting term." msgstr "Erreur de suppression du terme." -#: modules/content-board/content-board.php:1517 +#: modules/content-board/content-board.php:1562 msgid "Error fetching post data." msgstr "Erreur dans la récupération des données de la publication." @@ -1347,22 +1354,27 @@ msgstr "Erreur dans la récupération des données de la publication." msgid "Error updating term." msgstr "Erreur de mise à jour du terme." -#: modules/content-board/content-board.php:1508 -#: modules/content-board/content-board.php:1558 -#: modules/content-overview/content-overview.php:1536 +#: modules/content-board/content-board.php:1526 +#: modules/content-board/content-board.php:1552 +#: modules/content-board/content-board.php:1611 +#: modules/content-overview/content-overview.php:1545 msgid "Error validating nonce. Please reload this page and try again." msgstr "" "Erreur de validation du nonce. Veuillez recharger cette page et réessayer." -#: modules/async-notifications/async-notifications.php:172 +#: modules/async-notifications/async-notifications.php:173 #, php-format msgid "Event: %s, Workflow ID: %s, Post ID: %s, User ID: %s" msgstr "" "Événement : %s, ID du flux de travail : %s, ID de la publication : %s, ID " "utilisateur/utilisatrice : %s" -#: modules/content-board/content-board.php:2390 -#: modules/content-overview/content-overview.php:2368 +#: lib/Notifications/Table/Base.php:183 +msgid "Excerpt View" +msgstr "Vue en résumé" + +#: modules/content-board/content-board.php:2473 +#: modules/content-overview/content-overview.php:2406 #: modules/notifications-log/library/NotificationsLogTable.php:271 #: modules/notifications-log/library/NotificationsLogTable.php:287 msgid "Failed" @@ -1376,7 +1388,7 @@ msgstr "Un support rapide et professionnel" msgid "Features" msgstr "Fonctionnalitées" -#: modules/calendar/calendar.php:779 +#: modules/calendar/calendar.php:789 msgid "Feb" msgstr "Fév" @@ -1386,7 +1398,7 @@ msgstr "" "N’hésitez pas à ne sélectionner que les fonctionnalités dont vous avez " "besoin." -#: modules/improved-notifications/improved-notifications.php:978 +#: modules/improved-notifications/improved-notifications.php:979 msgid "field" msgstr "champ" @@ -1394,7 +1406,7 @@ msgstr "champ" msgid "Field Type" msgstr "Type de champ" -#: modules/calendar/calendar.php:2506 +#: modules/calendar/calendar.php:2516 msgid "Field used for sorting the calendar items in a day cell" msgstr "" "Champ utilisé pour trier les éléments du calendrier dans une cellule " @@ -1434,13 +1446,13 @@ msgstr "" "Filtrer la liste des utilisateur·ice·s dans la méta éditoriale des " "utilisateur·ice·s dans les rôles sélectionnés." -#: modules/content-board/content-board.php:1397 -#: modules/content-overview/content-overview.php:1424 +#: modules/content-board/content-board.php:1412 +#: modules/content-overview/content-overview.php:1433 msgid "Filter Title" msgstr "Titre du filtre" -#: modules/content-board/content-board.php:929 -#: modules/content-overview/content-overview.php:950 +#: modules/content-board/content-board.php:944 +#: modules/content-overview/content-overview.php:959 msgid "Filter updated successfully." msgstr "Le filtre a bien été mis à jour." @@ -1452,62 +1464,44 @@ msgstr "Date de la première ébauche" msgid "First Name" msgstr "Prénom" -#: modules/calendar/calendar.php:1365 +#: modules/calendar/calendar.php:1375 msgid "Five months" msgstr "Cinq mois" -#: modules/calendar/calendar.php:1331 +#: modules/calendar/calendar.php:1341 msgid "Five months ago" msgstr "Il y a cinq mois" -#: modules/modules-settings/modules-settings.php:260 -#, php-format -msgid "" -"For custom post statuses, activate the %1$sPublishPress Statuses%2$s plugin. " -"%3$sLearn more...%4$s" -msgstr "" -"Pour les états de publication personnalisés, activez l’extension " -"%1$sPublishPress Statuses%2$s. %3$sEn savoir plus...%4$s" - -#: modules/modules-settings/modules-settings.php:268 -#, php-format -msgid "" -"For custom post statuses, install the %1$sPublishPress Statuses%2$s plugin. " -"%3$sLearn more...%4$s" -msgstr "" -"Pour les états de publication personnalisés, installiez l’extension " -"%1$sPublishPress Statuses%2$s. %3$sEn savoir plus...%4$s" - -#: modules/improved-notifications/improved-notifications.php:823 +#: modules/improved-notifications/improved-notifications.php:824 #: modules/notifications-log/library/NotificationsLogTable.php:492 msgid "For which content?" msgstr "Pour quel contenu ?" -#: modules/improved-notifications/improved-notifications.php:975 +#: modules/improved-notifications/improved-notifications.php:976 msgid "Format" msgstr "Format" -#: modules/calendar/calendar.php:2030 +#: modules/calendar/calendar.php:2040 msgid "Forward %d weeks" msgstr "Avancer de %d semaines" -#: modules/calendar/calendar.php:2015 +#: modules/calendar/calendar.php:2025 msgid "Forward 1 week" msgstr "Avancer d’une semaine" -#: modules/calendar/calendar.php:1363 +#: modules/calendar/calendar.php:1373 msgid "Four months" msgstr "Quatre mois" -#: modules/calendar/calendar.php:1329 +#: modules/calendar/calendar.php:1339 msgid "Four months ago" msgstr "Il y a quatre mois" -#: modules/calendar/calendar.php:1350 +#: modules/calendar/calendar.php:1360 msgid "Four weeks" msgstr "Quatre semaines" -#: modules/calendar/calendar.php:776 +#: modules/calendar/calendar.php:786 msgid "Fri" msgstr "Ven" @@ -1515,7 +1509,7 @@ msgstr "Ven" msgid "From date" msgstr "À partir du" -#: modules/improved-notifications/improved-notifications.php:793 +#: modules/improved-notifications/improved-notifications.php:794 msgid "Help" msgstr "Aide" @@ -1525,7 +1519,7 @@ msgstr "" "Le champ masqué peut être visualisé uniquement dans la vue de modification " "de la publication." -#: modules/calendar/calendar.php:760 +#: modules/calendar/calendar.php:770 #, php-format msgid "Hide the %s last items" msgstr "Masquer les %s derniers éléments" @@ -1546,7 +1540,7 @@ msgstr "" "Clé secrète iCal régénérée. Veuillez informer tous les utilisateurs/" "utilisatrices qu’ils devront se réinscrire." -#: modules/calendar/calendar.php:3459 +#: modules/calendar/calendar.php:3469 #: lib/Notifications/Table/Notifications.php:159 #: lib/Notifications/Table/Workflows.php:143 msgid "ID" @@ -1590,16 +1584,16 @@ msgstr "" "PublishPress, veuillez ne pas hésiter à contacter l’équipe de support. " "Envoyez-nous un e-mail :" -#: modules/content-board/content-board.php:1112 +#: modules/content-board/content-board.php:1127 msgid "Inbuilt Card Data" msgstr "Données natives de la carte" -#: modules/content-overview/content-overview.php:1136 +#: modules/content-overview/content-overview.php:1145 msgid "Inbuilt Columns" msgstr "Colonnes natives" -#: modules/content-board/content-board.php:1171 -#: modules/content-overview/content-overview.php:1198 +#: modules/content-board/content-board.php:1186 +#: modules/content-overview/content-overview.php:1207 msgid "Inbuilt filters" msgstr "Filtres natifs" @@ -1612,7 +1606,7 @@ msgstr "Indiquez le type de sélection." msgid "Indicate the type of editorial fields." msgstr "Indiquer le type de champs éditoriaux." -#: modules/calendar/calendar.php:1472 +#: modules/calendar/calendar.php:1482 msgid "Initializing the calendar. Please wait..." msgstr "Initialisation du calendrier. Veuillez patienter…" @@ -1635,25 +1629,26 @@ msgstr "Canal invalide pour la notification" msgid "Invalid comment data" msgstr "Données de commentaire invalides" -#: modules/calendar/calendar.php:3199 +#: modules/calendar/calendar.php:3209 msgid "Invalid date" msgstr "Date invalide" -#: modules/content-board/content-board.php:1510 -#: modules/content-board/content-board.php:1560 -#: modules/content-overview/content-overview.php:1538 +#: modules/content-board/content-board.php:1528 +#: modules/content-board/content-board.php:1554 +#: modules/content-board/content-board.php:1613 +#: modules/content-overview/content-overview.php:1547 msgid "Invalid form request." msgstr "Demande de formulaire invalide." -#: modules/calendar/calendar.php:3179 +#: modules/calendar/calendar.php:3189 msgid "Invalid input" msgstr "Entrée invalide" -#: core/Error.php:80 modules/calendar/calendar.php:3170 +#: core/Error.php:80 modules/calendar/calendar.php:3180 msgid "Invalid nonce" msgstr "Nonce invalide" -#: modules/calendar/calendar.php:3758 +#: modules/calendar/calendar.php:3768 msgid "Invalid Publish Date supplied." msgstr "Date de publication invalide fournie." @@ -1661,11 +1656,11 @@ msgstr "Date de publication invalide fournie." msgid "Invalid receiver for the notification" msgstr "Destinataire invalide pour la notification" -#: modules/calendar/calendar.php:3734 +#: modules/calendar/calendar.php:3744 msgid "Invalid Status supplied." msgstr "État invalide fourni." -#: modules/calendar/calendar.php:1476 +#: modules/calendar/calendar.php:1486 msgid "" "It seems like it is taking too long. Please, try reloading the page again " "and check the browser console looking for errors." @@ -1673,20 +1668,20 @@ msgstr "" "Il semble que cela prenne trop de temps. Essayez de recharger la page et " "vérifiez la console du navigateur à la recherche d’erreurs." -#: modules/calendar/calendar.php:778 +#: modules/calendar/calendar.php:788 msgid "Jan" msgstr "Jan" -#: modules/calendar/calendar.php:784 +#: modules/calendar/calendar.php:794 msgid "Jul" msgstr "Jui" -#: modules/calendar/calendar.php:783 +#: modules/calendar/calendar.php:793 msgid "Jun" msgstr "Jui" -#: modules/content-overview/content-overview.php:1085 -#: modules/content-overview/content-overview.php:1142 +#: modules/content-overview/content-overview.php:1094 +#: modules/content-overview/content-overview.php:1151 msgid "Last Modified" msgstr "Dernière modification" @@ -1694,11 +1689,11 @@ msgstr "Dernière modification" msgid "Last Name" msgstr "Nom" -#: modules/calendar/calendar.php:757 +#: modules/calendar/calendar.php:767 msgid "Loading item..." msgstr "Chargement de l’élément…" -#: modules/calendar/calendar.php:756 +#: modules/calendar/calendar.php:766 #: modules/notifications-log/notifications-log.php:210 msgid "Loading..." msgstr "Chargement…" @@ -1727,20 +1722,20 @@ msgstr "Rendre Caché" msgid "Make Viewable" msgstr "Rendre Visible" -#: modules/calendar/calendar.php:780 +#: modules/calendar/calendar.php:790 msgid "Mar" msgstr "Mar" -#: modules/calendar/calendar.php:2514 +#: modules/calendar/calendar.php:2524 msgid "Max visible posts per date" msgstr "Nombre maximum de publications visibles par date" -#: modules/calendar/calendar.php:782 +#: modules/calendar/calendar.php:792 msgid "May" msgstr "Mai" -#: modules/content-board/content-board.php:1881 -#: modules/content-overview/content-overview.php:1859 +#: modules/content-board/content-board.php:1942 +#: modules/content-overview/content-overview.php:1875 msgid "Me Mode" msgstr "Mode Me" @@ -1748,7 +1743,7 @@ msgstr "Mode Me" msgid "Message" msgstr "Message" -#: modules/improved-notifications/improved-notifications.php:984 +#: modules/improved-notifications/improved-notifications.php:985 msgid "Meta fields" msgstr "Champs métas" @@ -1765,7 +1760,7 @@ msgstr "" "Le nom des métadonnées entre en conflit avec un terme existant. Veuillez en " "choisir un autre." -#: modules/improved-notifications/improved-notifications.php:351 +#: modules/improved-notifications/improved-notifications.php:352 msgid "minutes" msgstr "minutes" @@ -1773,7 +1768,7 @@ msgstr "minutes" msgid "Modified on" msgstr "Modifié le" -#: modules/calendar/calendar.php:772 +#: modules/calendar/calendar.php:782 msgid "Mon" msgstr "Lun" @@ -1789,17 +1784,17 @@ msgstr "Notification de rôle la plus utilisée" msgid "Most Used Notify User" msgstr "Utilisateur/utilisatrice de notification le plus utilisé" -#: modules/content-board/content-board.php:2595 -#: modules/content-board/content-board.php:2729 +#: modules/content-board/content-board.php:2675 +#: modules/content-board/content-board.php:2809 msgid "Move posts here to change their status" msgstr "Déplacer les publications ici pour changer leur état" -#: modules/content-board/content-board.php:2673 -#: modules/content-overview/content-overview.php:3025 +#: modules/content-board/content-board.php:2753 +#: modules/content-overview/content-overview.php:3063 msgid "Move this item to the Trash" msgstr "Mettre cet article à la corbeille" -#: modules/calendar/calendar.php:759 +#: modules/calendar/calendar.php:769 msgid "Moving the item..." msgstr "Déplacement de l’élément…" @@ -1808,9 +1803,9 @@ msgstr "Déplacement de l’élément…" msgid "Multiple Select" msgstr "Sélection multiple" -#: modules/improved-notifications/improved-notifications.php:406 -#: modules/improved-notifications/improved-notifications.php:1135 -#: modules/improved-notifications/improved-notifications.php:1152 +#: modules/improved-notifications/improved-notifications.php:407 +#: modules/improved-notifications/improved-notifications.php:1136 +#: modules/improved-notifications/improved-notifications.php:1153 msgid "Muted" msgstr "Muet" @@ -1870,8 +1865,8 @@ msgstr "Nouvelle notification de rôle" msgid "New Notify User" msgstr "Nouveau compte de notification" -#: modules/content-board/content-board.php:1911 -#: modules/content-overview/content-overview.php:1889 +#: modules/content-board/content-board.php:1972 +#: modules/content-overview/content-overview.php:1905 msgid "New Post" msgstr "Nouvelle publication" @@ -1888,7 +1883,7 @@ msgstr "Nouvel état" msgid "Nickname" msgstr "Pseudonyme" -#: modules/calendar/calendar.php:1373 +#: modules/calendar/calendar.php:1383 msgid "Nine months" msgstr "Neuf mois" @@ -1906,7 +1901,7 @@ msgstr "Non" msgid "No active notifications found for this %s." msgstr "Aucune notification active n’a été trouvée pour ce %s." -#: modules/calendar/calendar.php:3693 +#: modules/calendar/calendar.php:3703 msgid "No date supplied." msgstr "Aucune date fournie." @@ -1918,11 +1913,11 @@ msgstr "Aucun commentaire éditorial." msgid "No editorial fields found." msgstr "Aucun champ éditorial trouvé." -#: modules/calendar/calendar.php:3190 +#: modules/calendar/calendar.php:3200 msgid "No enough permissions" msgstr "Aucun droit suffisant" -#: publishpress.php:1328 publishpress.php:1329 +#: publishpress.php:1332 publishpress.php:1333 msgid "No notification found" msgstr "Aucune notification trouvée" @@ -1945,12 +1940,12 @@ msgstr "Aucune notification des rôles" msgid "No notify users" msgstr "Aucun utilisateurs/utilisatrices de notification" -#: modules/content-board/content-board.php:2750 -#: modules/content-overview/content-overview.php:2539 +#: modules/content-board/content-board.php:2830 +#: modules/content-overview/content-overview.php:2577 msgid "No results found" msgstr "Aucun résultat trouvé" -#: modules/calendar/calendar.php:798 +#: modules/calendar/calendar.php:808 msgid "No terms" msgstr "Aucun terme" @@ -1976,9 +1971,9 @@ msgstr "" "La vérification du nonce a échoué. Veuillez vous assurer que vous êtes censé " "modifier les commentaires éditoriaux." -#: modules/calendar/calendar.php:1715 -#: modules/content-board/content-board.php:3062 -#: modules/content-overview/content-overview.php:2892 +#: modules/calendar/calendar.php:1725 +#: modules/content-board/content-board.php:3142 +#: modules/content-overview/content-overview.php:2930 msgid "None" msgstr "Aucun" @@ -1990,7 +1985,7 @@ msgstr "Non filtré" msgid "Notepad" msgstr "Bloc-notes" -#: publishpress.php:1322 publishpress.php:1327 +#: publishpress.php:1326 publishpress.php:1331 #: modules/notifications-log/notifications-log.php:209 msgid "Notification" msgstr "Notification" @@ -1999,13 +1994,13 @@ msgstr "Notification" msgid "Notification log not found" msgstr "Journal de notification non trouvé" -#: publishpress.php:1321 publishpress.php:1326 +#: publishpress.php:1325 publishpress.php:1330 #: modules/notifications/notifications.php:72 #: modules/notifications/notifications.php:600 msgid "Notifications" msgstr "Notifications" -#: modules/improved-notifications/improved-notifications.php:741 +#: modules/improved-notifications/improved-notifications.php:742 #: modules/notifications-log/notifications-log.php:75 #: modules/notifications-log/notifications-log.php:263 #: modules/notifications-log/notifications-log.php:489 @@ -2029,7 +2024,7 @@ msgstr "E-mails de notification" msgid "Notify me" msgstr "Notifiez-moi" -#: modules/improved-notifications/improved-notifications.php:306 +#: modules/improved-notifications/improved-notifications.php:307 msgid "Notify on editorial comments" msgstr "Notifier des commentaires éditoriaux" @@ -2055,11 +2050,11 @@ msgstr "Utilisateur/utilisatrice de notification" msgid "Notify Users" msgstr "Utilisateurs/utilisatrices de notification" -#: modules/improved-notifications/improved-notifications.php:272 +#: modules/improved-notifications/improved-notifications.php:273 msgid "Notify when content is published" msgstr "Notifier lorsque le contenu est publié" -#: modules/calendar/calendar.php:788 +#: modules/calendar/calendar.php:798 msgid "Nov" msgstr "Nov" @@ -2067,7 +2062,7 @@ msgstr "Nov" msgid "Number" msgstr "Nombre" -#: modules/calendar/calendar.php:787 +#: modules/calendar/calendar.php:797 msgid "Oct" msgstr "Oct" @@ -2076,7 +2071,7 @@ msgstr "Oct" msgid "Old post status: %s" msgstr "Vieux état de la publication : %s" -#: modules/improved-notifications/improved-notifications.php:979 +#: modules/improved-notifications/improved-notifications.php:980 msgid "" "On each shortcode, you can select one or more fields. If more than one, they " "will be displayed separated by \", \"." @@ -2084,24 +2079,24 @@ msgstr "" "Sur chaque code court, vous pouvez sélectionner un ou plusieurs champs. S’il " "y en a plusieurs, ils seront affichés séparés par des « , »." -#: modules/calendar/calendar.php:1356 +#: modules/calendar/calendar.php:1366 msgid "One month" msgstr "Un mois" -#: modules/calendar/calendar.php:1323 +#: modules/calendar/calendar.php:1333 msgid "One month ago" msgstr "Il y a un mois" -#: modules/calendar/calendar.php:1344 +#: modules/calendar/calendar.php:1354 msgid "One week" msgstr "Une Semaine" -#: modules/content-board/content-board.php:2595 -#: modules/content-board/content-board.php:2729 +#: modules/content-board/content-board.php:2675 +#: modules/content-board/content-board.php:2809 msgid "Only editable posts will be moveable." msgstr "Uniquement les publications modifiables peuvent être déplacées." -#: modules/improved-notifications/improved-notifications.php:784 +#: modules/improved-notifications/improved-notifications.php:785 msgid "Options" msgstr "Options" @@ -2140,8 +2135,8 @@ msgstr "Utilisateur/utilisatrice de notification parent" msgid "Parent Notify User:" msgstr "Utilisateur/utilisatrice de notification parent :" -#: modules/content-board/content-board.php:2389 -#: modules/content-overview/content-overview.php:2367 +#: modules/content-board/content-board.php:2472 +#: modules/content-overview/content-overview.php:2405 msgid "Passed" msgstr "Succès" @@ -2153,11 +2148,11 @@ msgstr "Chemin" msgid "Pending Review" msgstr "En attente de validation" -#: publishpress.php:585 +#: publishpress.php:586 msgid "Planner" msgstr "Planificateur" -#: publishpress.php:669 +#: publishpress.php:670 msgid "Please correct your form errors below and try again." msgstr "Veuillez corriger vos erreurs de formulaire ci-dessous et réessayer." @@ -2191,9 +2186,9 @@ msgstr "Veuillez sélectionner un type de métadonnées valide." msgid "Please select at least one event" msgstr "Veuillez sélectionner au moins un événement" -#: modules/calendar/calendar.php:770 -#: modules/content-board/content-board.php:1717 -#: modules/content-overview/content-overview.php:1695 +#: modules/calendar/calendar.php:780 +#: modules/content-board/content-board.php:1777 +#: modules/content-overview/content-overview.php:1710 msgid "Please, wait! Loading the form fields..." msgstr "S’il vous plaît, attendez ! Chargement des champs du formulaire…" @@ -2221,16 +2216,16 @@ msgstr "Position" msgid "Post" msgstr "Article" -#: modules/calendar/calendar.php:3834 +#: modules/calendar/calendar.php:3844 msgid "Post could not be created" msgstr "La publication n’a pas pu être créée" -#: modules/calendar/calendar.php:3827 +#: modules/calendar/calendar.php:3837 msgid "Post created successfully" msgstr "La publication a bien été créée" -#: modules/content-overview/content-overview.php:1084 -#: modules/content-overview/content-overview.php:1141 +#: modules/content-overview/content-overview.php:1093 +#: modules/content-overview/content-overview.php:1150 msgid "Post Date" msgstr "Date de la publication" @@ -2238,7 +2233,7 @@ msgstr "Date de la publication" msgid "Post date updated." msgstr "Date de la publication mis à jour." -#: publishpress.php:675 +#: publishpress.php:676 msgid "Post does not exist" msgstr "La publication n’existe pas" @@ -2246,18 +2241,18 @@ msgstr "La publication n’existe pas" msgid "Post ID: %d" msgstr "ID de la publication : %d" -#: modules/calendar/calendar.php:3185 +#: modules/calendar/calendar.php:3195 msgid "Post not found" msgstr "Publication non trouvée" -#: modules/calendar/calendar.php:2815 modules/calendar/calendar.php:3470 -#: modules/calendar/calendar.php:3550 -#: modules/content-board/content-board.php:1173 -#: modules/content-board/content-board.php:1746 -#: modules/content-board/content-board.php:2084 -#: modules/content-overview/content-overview.php:1200 -#: modules/content-overview/content-overview.php:1724 -#: modules/content-overview/content-overview.php:2062 +#: modules/calendar/calendar.php:2825 modules/calendar/calendar.php:3480 +#: modules/calendar/calendar.php:3560 +#: modules/content-board/content-board.php:1188 +#: modules/content-board/content-board.php:1807 +#: modules/content-board/content-board.php:2167 +#: modules/content-overview/content-overview.php:1209 +#: modules/content-overview/content-overview.php:1740 +#: modules/content-overview/content-overview.php:2100 msgid "Post Status" msgstr "État de la publication" @@ -2269,19 +2264,19 @@ msgstr "L’état de la publication mis à jour." msgid "Post Status Widget" msgstr "Widget de l’état de la publication" -#: modules/calendar/calendar.php:1888 modules/calendar/calendar.php:3454 -#: modules/content-board/content-board.php:1060 -#: modules/content-board/content-board.php:1073 -#: modules/content-board/content-board.php:1114 -#: modules/content-board/content-board.php:1175 -#: modules/content-board/content-board.php:1735 -#: modules/content-board/content-board.php:2167 -#: modules/content-overview/content-overview.php:1082 -#: modules/content-overview/content-overview.php:1097 -#: modules/content-overview/content-overview.php:1139 -#: modules/content-overview/content-overview.php:1202 -#: modules/content-overview/content-overview.php:1713 -#: modules/content-overview/content-overview.php:2145 +#: modules/calendar/calendar.php:1898 modules/calendar/calendar.php:3464 +#: modules/content-board/content-board.php:1075 +#: modules/content-board/content-board.php:1088 +#: modules/content-board/content-board.php:1129 +#: modules/content-board/content-board.php:1190 +#: modules/content-board/content-board.php:1795 +#: modules/content-board/content-board.php:2250 +#: modules/content-overview/content-overview.php:1091 +#: modules/content-overview/content-overview.php:1106 +#: modules/content-overview/content-overview.php:1148 +#: modules/content-overview/content-overview.php:1211 +#: modules/content-overview/content-overview.php:1728 +#: modules/content-overview/content-overview.php:2183 msgid "Post Type" msgstr "Type de publication" @@ -2289,11 +2284,11 @@ msgstr "Type de publication" msgid "Post type" msgstr "Type d’article" -#: modules/calendar/calendar.php:768 +#: modules/calendar/calendar.php:778 msgid "Post type not found" msgstr "Type de publication non trouvé" -#: modules/calendar/calendar.php:769 +#: modules/calendar/calendar.php:779 msgid "Post type:" msgstr "Type de publication :" @@ -2307,11 +2302,11 @@ msgstr "Type de publication : %s" msgid "Post Types" msgstr "Types d’article" -#: modules/calendar/calendar.php:2458 +#: modules/calendar/calendar.php:2468 msgid "Post types to show" msgstr "Types de messages à afficher" -#: modules/content-board/content-board.php:243 +#: modules/content-board/content-board.php:249 #: modules/content-overview/content-overview.php:252 msgid "Post types to show:" msgstr "Types de publications à afficher :" @@ -2320,19 +2315,19 @@ msgstr "Types de publications à afficher :" msgid "Posts at a Glance" msgstr "Aperçu des articles" -#: modules/calendar/calendar.php:2490 +#: modules/calendar/calendar.php:2500 msgid "Posts publish time format" msgstr "Format de l’heure de publication des publications" -#: modules/calendar/calendar.php:1759 modules/calendar/calendar.php:3514 -#: modules/content-board/content-board.php:2706 -#: modules/content-overview/content-overview.php:3058 +#: modules/calendar/calendar.php:1769 modules/calendar/calendar.php:3524 +#: modules/content-board/content-board.php:2786 +#: modules/content-overview/content-overview.php:3096 msgid "Preview" msgstr "Aperçu" -#: modules/calendar/calendar.php:1756 -#: modules/content-board/content-board.php:2703 -#: modules/content-overview/content-overview.php:3055 +#: modules/calendar/calendar.php:1766 +#: modules/content-board/content-board.php:2783 +#: modules/content-overview/content-overview.php:3093 #, php-format msgid "Preview “%s”" msgstr "Prévisualiser “%s”" @@ -2341,8 +2336,8 @@ msgstr "Prévisualiser “%s”" msgid "Previous status" msgstr "Statut précédent" -#: modules/content-board/content-board.php:1903 -#: modules/content-overview/content-overview.php:1881 +#: modules/content-board/content-board.php:1964 +#: modules/content-overview/content-overview.php:1897 msgid "Print" msgstr "Imprimer" @@ -2350,20 +2345,20 @@ msgstr "Imprimer" msgid "Private" msgstr "Privé" -#: modules/calendar/calendar.php:3556 +#: modules/calendar/calendar.php:3566 msgid "Publish Time" msgstr "Heure de publication" -#: common/php/class-module.php:327 modules/calendar/calendar.php:1901 +#: common/php/class-module.php:327 modules/calendar/calendar.php:1911 msgid "Published" msgstr "Publié" -#: modules/calendar/calendar.php:2814 +#: modules/calendar/calendar.php:2824 msgid "Publishing Time" msgstr "Heure de la publication" #. Author of the plugin -#: modules/calendar/calendar.php:1310 modules/settings/settings.php:61 +#: modules/calendar/calendar.php:1320 modules/settings/settings.php:61 msgid "PublishPress" msgstr "PublishPress" @@ -2385,7 +2380,7 @@ msgstr "" "WordPress. Les fonctionnalités incluent un calendrier des contenus, des " "notifications et des états personnalisés." -#: publishpress.php:1368 +#: publishpress.php:1372 msgid "" "PublishPress Planner tried to load multiple times. Please, deactivate and " "remove other instances of PublishPress, specially if you are using " @@ -2399,17 +2394,17 @@ msgstr "" msgid "PublishPress Settings" msgstr "Réglages de PublishPress" -#: modules/improved-notifications/improved-notifications.php:976 +#: modules/improved-notifications/improved-notifications.php:977 msgid "Receiver" msgstr "Destinataire" -#: modules/calendar/calendar.php:2591 +#: modules/calendar/calendar.php:2601 msgid "Regenerate calendar feed secret" msgstr "Régénérer le secret du flux du calendrier" #: modules/editorial-metadata/editorial-metadata.php:1677 -msgid "Register metadata for these post types:" -msgstr "Enregistrer les métadonnées pou ces types de publication :" +msgid "Register editorial fields for these post types:" +msgstr "Enregistrer les champs editoriaux pour ces types de publication :" #: modules/editorial-comments/editorial-comments.php:211 #: modules/editorial-comments/editorial-comments.php:721 @@ -2420,16 +2415,16 @@ msgstr "Retirer" msgid "Remove PublishPress ads and branding" msgstr "Retirez les publicités et l’image de marque de PublishPress" -#: modules/content-board/content-board.php:1224 +#: modules/content-board/content-board.php:1239 msgid "Reorder" msgstr "Réorganiser" -#: modules/content-overview/content-overview.php:1251 +#: modules/content-overview/content-overview.php:1260 msgid "Reorder Columns" msgstr "Réorganiser les colonnes" -#: modules/content-board/content-board.php:1372 -#: modules/content-overview/content-overview.php:1399 +#: modules/content-board/content-board.php:1387 +#: modules/content-overview/content-overview.php:1408 msgid "Reorder Filters" msgstr "Réorganiser les filtres" @@ -2455,16 +2450,16 @@ msgstr "Demande de support" msgid "Reschedule" msgstr "Replanifier" -#: modules/calendar/calendar.php:2007 -#: modules/content-board/content-board.php:839 -#: modules/content-board/content-board.php:1977 -#: modules/content-overview/content-overview.php:860 -#: modules/content-overview/content-overview.php:1955 +#: modules/calendar/calendar.php:2017 +#: modules/content-board/content-board.php:854 +#: modules/content-board/content-board.php:2038 +#: modules/content-overview/content-overview.php:869 +#: modules/content-overview/content-overview.php:1971 msgid "Reset" msgstr "Réinitialiser" -#: modules/content-board/content-board.php:1976 -#: modules/content-overview/content-overview.php:1954 +#: modules/content-board/content-board.php:2037 +#: modules/content-overview/content-overview.php:1970 msgid "Reset Filters" msgstr "Réinitialiser les filtres" @@ -2487,33 +2482,29 @@ msgstr "rôle : %s" msgid "Roles" msgstr "Rôles" -#: modules/calendar/calendar.php:777 +#: modules/calendar/calendar.php:787 msgid "Sat" msgstr "Sam" -#: modules/calendar/calendar.php:764 modules/calendar/calendar.php:1785 +#: modules/calendar/calendar.php:774 modules/calendar/calendar.php:1795 msgid "Save" msgstr "Enregistrer" -#: modules/calendar/calendar.php:1779 +#: modules/calendar/calendar.php:1789 #, php-format msgid "Save “%s”" msgstr "Enregistrer “%s”" -#: modules/calendar/calendar.php:766 +#: modules/calendar/calendar.php:776 msgid "Save and edit" msgstr "Enregistrer et modifier" -#: modules/calendar/calendar.php:765 +#: modules/calendar/calendar.php:775 msgid "Saving..." msgstr "Enregistrement…" -#: modules/content-board/content-board.php:2561 -msgid "Schedule Date" -msgstr "Date planifiée" - -#: common/php/class-module.php:329 modules/calendar/calendar.php:1896 -#: modules/content-board/content-board.php:2500 +#: common/php/class-module.php:329 modules/calendar/calendar.php:1906 +#: modules/content-board/content-board.php:2583 #: modules/notifications-log/library/NotificationsLogTable.php:523 msgid "Scheduled" msgstr "Planifié" @@ -2522,15 +2513,15 @@ msgstr "Planifié" msgid "Scheduled for %d receivers. Click here to display them." msgstr "Planifié pour %d destinataires. Cliquez ici pour les afficher." -#: modules/content-board/content-board.php:1925 -#: modules/content-overview/content-overview.php:1903 +#: modules/content-board/content-board.php:1986 +#: modules/content-overview/content-overview.php:1919 msgid "Search" msgstr "Rechercher" -#: modules/content-board/content-board.php:1924 -#: modules/content-board/content-board.php:2191 -#: modules/content-overview/content-overview.php:1902 -#: modules/content-overview/content-overview.php:2169 +#: modules/content-board/content-board.php:1985 +#: modules/content-board/content-board.php:2274 +#: modules/content-overview/content-overview.php:1918 +#: modules/content-overview/content-overview.php:2207 msgid "Search box" msgstr "Boîte de recherche" @@ -2542,7 +2533,7 @@ msgstr "Rechercher des commentaires" msgid "Search Editorial Fields" msgstr "Recherche de champs éditoriaux" -#: publishpress.php:1325 +#: publishpress.php:1329 msgid "Search Notifications" msgstr "Rechercher des notifications" @@ -2564,19 +2555,19 @@ msgstr "Rechercher utilisateurs/utilisatrices de notification" msgid "Search results for “%s”" msgstr "Résultats de recherche pour « %s »" -#: modules/improved-notifications/improved-notifications.php:963 +#: modules/improved-notifications/improved-notifications.php:964 msgid "Select at least one option for each section." msgstr "Sélectionnez au moins une option pour chaque section." -#: modules/content-board/content-board.php:1253 -#: modules/content-board/content-board.php:1401 -#: modules/content-overview/content-overview.php:1280 -#: modules/content-overview/content-overview.php:1428 +#: modules/content-board/content-board.php:1268 +#: modules/content-board/content-board.php:1416 +#: modules/content-overview/content-overview.php:1289 +#: modules/content-overview/content-overview.php:1437 msgid "Select Metakey" msgstr "Sélectionner Metakey" -#: modules/content-board/content-board.php:2233 -#: modules/content-overview/content-overview.php:2211 +#: modules/content-board/content-board.php:2316 +#: modules/content-overview/content-overview.php:2249 msgid "Select option..." msgstr "Sélectionner une option…" @@ -2598,7 +2589,7 @@ msgstr "Envoyer des notifications de rappel" msgid "Sent" msgstr "Envoyé" -#: modules/calendar/calendar.php:786 +#: modules/calendar/calendar.php:796 msgid "Sep" msgstr "Sep" @@ -2623,21 +2614,21 @@ msgstr "Réglages" msgid "settings" msgstr "réglages" -#: modules/calendar/calendar.php:1369 +#: modules/calendar/calendar.php:1379 msgid "Seven months" msgstr "Sept mois" -#: modules/improved-notifications/improved-notifications.php:977 +#: modules/improved-notifications/improved-notifications.php:978 msgid "shortcode" msgstr "code court" -#: modules/calendar/calendar.php:761 +#: modules/calendar/calendar.php:771 #, php-format msgid "Show %s more" msgstr "Afficher %s de plus" -#: modules/content-board/content-board.php:797 -#: modules/content-overview/content-overview.php:818 +#: modules/content-board/content-board.php:812 +#: modules/content-overview/content-overview.php:827 msgid "Show content from" msgstr "Afficher le contenu à partir de" @@ -2670,11 +2661,11 @@ msgstr "Sélection simple" msgid "Site Administrator" msgstr "Administrateur/administratrice du site" -#: modules/calendar/calendar.php:1367 +#: modules/calendar/calendar.php:1377 msgid "Six months" msgstr "Six mois" -#: modules/calendar/calendar.php:1333 +#: modules/calendar/calendar.php:1343 msgid "Six months ago" msgstr "Il y a six mois" @@ -2759,14 +2750,14 @@ msgstr "" "Désolé, vous n’avez pas les privilèges pour modifier ce commentaire " "éditorial. Veuillez en parler à votre administrateur/administratrice." -#: modules/calendar/calendar.php:1317 +#: modules/calendar/calendar.php:1327 msgid "Start date" msgstr "Date de début" -#: modules/content-board/content-board.php:1071 -#: modules/content-overview/content-overview.php:1081 -#: modules/content-overview/content-overview.php:1095 -#: modules/content-overview/content-overview.php:1138 +#: modules/content-board/content-board.php:1086 +#: modules/content-overview/content-overview.php:1090 +#: modules/content-overview/content-overview.php:1104 +#: modules/content-overview/content-overview.php:1147 #: modules/notifications-log/library/NotificationsLogTable.php:494 msgid "Status" msgstr "Statut" @@ -2777,7 +2768,7 @@ msgstr "Statut" msgid "Status was changed for %1$s #%2$s \"%3$s\" by %4$s %5$s" msgstr "L’état a été changé pour %1$s #%2$s « %3$s » par %4$s %5$s" -#: modules/calendar/calendar.php:2482 +#: modules/calendar/calendar.php:2492 msgid "Statuses to display publish time" msgstr "États à afficher l’heure de publication" @@ -2794,11 +2785,16 @@ msgstr "Objet" msgid "Subject:" msgstr "Objet :" +#: modules/content-board/content-board.php:1770 +#: modules/content-overview/content-overview.php:1703 +msgid "Submit" +msgstr "Envoyer" + #: modules/editorial-comments/library/EditorialCommentsTable.php:233 msgid "Submitted on" msgstr "Envoyé le" -#: modules/calendar/calendar.php:1312 +#: modules/calendar/calendar.php:1322 msgid "Subscribe in iCal or Google Calendar" msgstr "Cliquez ici pour vous abonner à iCal ou Google Agenda" @@ -2806,7 +2802,7 @@ msgstr "Cliquez ici pour vous abonner à iCal ou Google Agenda" msgid "Success" msgstr "Succès" -#: modules/calendar/calendar.php:771 +#: modules/calendar/calendar.php:781 msgid "Sun" msgstr "Dim" @@ -2814,22 +2810,22 @@ msgstr "Dim" msgid "synchronous" msgstr "synchrone" -#: modules/calendar/calendar.php:3485 +#: modules/calendar/calendar.php:3495 msgid "Tag" msgid_plural "Tags" msgstr[0] "Étiquette" msgstr[1] "Étiquettes" -#: modules/calendar/calendar.php:3584 -#: modules/content-board/content-board.php:1774 -#: modules/content-overview/content-overview.php:1752 +#: modules/calendar/calendar.php:3594 +#: modules/content-board/content-board.php:1835 +#: modules/content-overview/content-overview.php:1768 msgid "Tags" msgstr "Étiquettes" -#: modules/content-board/content-board.php:1129 -#: modules/content-board/content-board.php:1189 -#: modules/content-overview/content-overview.php:1156 -#: modules/content-overview/content-overview.php:1216 +#: modules/content-board/content-board.php:1144 +#: modules/content-board/content-board.php:1204 +#: modules/content-overview/content-overview.php:1165 +#: modules/content-overview/content-overview.php:1225 msgid "Taxonomies" msgstr "Taxonomies" @@ -2847,7 +2843,7 @@ msgctxt "taxonomy singular name" msgid "Editorial Field" msgstr "Champ éditorial" -#: modules/calendar/calendar.php:1375 +#: modules/calendar/calendar.php:1385 msgid "Ten months" msgstr "Dix mois" @@ -2914,7 +2910,7 @@ msgid "" msgstr "" "Le module de notification doit être activé pour que ce widget s’affiche." -#: modules/calendar/calendar.php:2558 +#: modules/calendar/calendar.php:2568 msgid "" "The number of weeks shown on the calendar can be changed on a user-by-user " "basis using the calendar's screen options." @@ -2926,12 +2922,12 @@ msgstr "" msgid "The parent log was deleted or probably rescheduled" msgstr "Le journal parent a été supprimé ou probablement reprogrammé" -#: modules/calendar/calendar.php:3704 +#: modules/calendar/calendar.php:3714 msgid "The selected post type is not enabled for the calendar." msgstr "" "Le type de publication sélectionné n’est pas activé pour le calendrier." -#: modules/calendar/calendar.php:4183 +#: modules/calendar/calendar.php:4193 msgid "" "The selected user doesn't have enough permissions to be set as the post " "author." @@ -2943,8 +2939,8 @@ msgstr "" msgid "The slug cannot be changed once the term has been created." msgstr "Le slug ne peut pas être modifié une fois que le terme a été créé." -#: modules/content-board/content-board.php:2755 -#: modules/content-overview/content-overview.php:2544 +#: modules/content-board/content-board.php:2835 +#: modules/content-overview/content-overview.php:2582 msgid "There are no posts in the range or filter specified." msgstr "Il n’y a aucune publication dans l’intervalle ou le filtre spécifié." @@ -3004,6 +3000,14 @@ msgstr "" "Ceci est un aperçu du message programmé. Le contenu peut encore être modifié " "jusqu’à l’envoi de la notification." +#: modules/content-board/content-board.php:2631 +msgid "" +"This is the default publish date from today for posts moving to the " +"Scheduled status." +msgstr "" +"Ceci est la date de publication par défaut à partir d’aujourd’hui pour les " +"publications qui passent à l’état « Planifié »." + #: modules/notifications-log/notifications-log.php:442 msgid "" "This notification is very similar to another one sent less than %d minutes " @@ -3016,7 +3020,7 @@ msgstr "" msgid "This post was last updated on " msgstr "Cette publication a été mis à jour pour la dernière fois le " -#: modules/improved-notifications/improved-notifications.php:355 +#: modules/improved-notifications/improved-notifications.php:356 msgid "" "This will prevent too many notifications being sent for the same or similar " "events. Set this to a higher number if you are receiving duplicate emails." @@ -3033,28 +3037,28 @@ msgstr "" "Cela n’aura aucun effet si vous n’avez pas au moins un flux de travail " "ciblant la case « Me notifier »." -#: modules/calendar/calendar.php:1361 +#: modules/calendar/calendar.php:1371 msgid "Three months" msgstr "Trois mois" -#: modules/calendar/calendar.php:1327 +#: modules/calendar/calendar.php:1337 msgid "Three months ago" msgstr "Il y a trois mois" -#: modules/calendar/calendar.php:1348 +#: modules/calendar/calendar.php:1358 msgid "Three weeks" msgstr "Trois semaines" -#: modules/calendar/calendar.php:775 +#: modules/calendar/calendar.php:785 msgid "Thu" msgstr "Jeu" -#: modules/calendar/calendar.php:3545 -#: modules/content-board/content-board.php:536 -#: modules/content-board/content-board.php:1249 -#: modules/content-board/content-board.php:1741 -#: modules/content-overview/content-overview.php:557 -#: modules/content-overview/content-overview.php:1719 +#: modules/calendar/calendar.php:3555 +#: modules/content-board/content-board.php:551 +#: modules/content-board/content-board.php:1264 +#: modules/content-board/content-board.php:1801 +#: modules/content-overview/content-overview.php:566 +#: modules/content-overview/content-overview.php:1734 #: lib/Notifications/Table/Notifications.php:156 #: lib/Notifications/Table/Workflows.php:142 msgid "Title" @@ -3065,12 +3069,12 @@ msgstr "Titre" msgid "Title: %s" msgstr "Titre : %s" -#: modules/content-board/content-board.php:1938 -#: modules/content-board/content-board.php:2267 -#: modules/content-board/content-board.php:2301 -#: modules/content-overview/content-overview.php:1916 -#: modules/content-overview/content-overview.php:2245 -#: modules/content-overview/content-overview.php:2279 +#: modules/content-board/content-board.php:1999 +#: modules/content-board/content-board.php:2350 +#: modules/content-board/content-board.php:2384 +#: modules/content-overview/content-overview.php:1932 +#: modules/content-overview/content-overview.php:2283 +#: modules/content-overview/content-overview.php:2317 msgid "to" msgstr "à" @@ -3078,39 +3082,39 @@ msgstr "à" msgid "To date" msgstr "À ce jour" -#: modules/calendar/calendar.php:797 modules/calendar/calendar.php:2055 +#: modules/calendar/calendar.php:807 modules/calendar/calendar.php:2065 msgid "Today" msgstr "Aujourd’hui" -#: modules/calendar/calendar.php:2049 +#: modules/calendar/calendar.php:2059 #, php-format msgid "Today is %s" msgstr "Aujourd‘hui est le %s" -#: common/php/class-module.php:332 modules/calendar/calendar.php:1745 -#: modules/calendar/calendar.php:3504 -#: modules/content-board/content-board.php:2677 -#: modules/content-overview/content-overview.php:3029 +#: common/php/class-module.php:332 modules/calendar/calendar.php:1755 +#: modules/calendar/calendar.php:3514 +#: modules/content-board/content-board.php:2757 +#: modules/content-overview/content-overview.php:3067 msgid "Trash" msgstr "Corbeille" -#: modules/calendar/calendar.php:773 +#: modules/calendar/calendar.php:783 msgid "Tue" msgstr "Mar" -#: modules/calendar/calendar.php:1379 +#: modules/calendar/calendar.php:1389 msgid "Twelve months" msgstr "Douze mois" -#: modules/calendar/calendar.php:1359 +#: modules/calendar/calendar.php:1369 msgid "Two months" msgstr "Deux mois" -#: modules/calendar/calendar.php:1325 +#: modules/calendar/calendar.php:1335 msgid "Two months ago" msgstr "Il y a deux mois" -#: modules/calendar/calendar.php:1346 +#: modules/calendar/calendar.php:1356 msgid "Two weeks" msgstr "Deux semaines" @@ -3123,9 +3127,9 @@ msgstr "Type" msgid "Undefined error found" msgstr "Erreur indéfinie trouvée" -#: modules/calendar/calendar.php:1435 -#: modules/content-board/content-board.php:874 -#: modules/content-overview/content-overview.php:895 +#: modules/calendar/calendar.php:1445 +#: modules/content-board/content-board.php:889 +#: modules/content-overview/content-overview.php:904 msgid "Undo" msgstr "Annuler" @@ -3133,7 +3137,7 @@ msgstr "Annuler" msgid "Unpublished Content" msgstr "Contenu non publié" -#: modules/calendar/calendar.php:762 modules/calendar/calendar.php:3710 +#: modules/calendar/calendar.php:772 modules/calendar/calendar.php:3720 msgid "Untitled" msgstr "Sans titre" @@ -3190,7 +3194,7 @@ msgstr "Compte" msgid "user" msgstr "compte" -#: modules/improved-notifications/improved-notifications.php:973 +#: modules/improved-notifications/improved-notifications.php:974 msgid "User making changes or comments" msgstr "" "Utilisateur/utilisatrice apportant des modifications ou des commentaires" @@ -3224,15 +3228,15 @@ msgstr "" "Les utilisateurs/utilisatrices qui ont sélectionné « Me notifier » pour le " "contenu" -#: modules/calendar/calendar.php:1769 modules/calendar/calendar.php:3511 -#: modules/content-board/content-board.php:2693 -#: modules/content-overview/content-overview.php:3045 +#: modules/calendar/calendar.php:1779 modules/calendar/calendar.php:3521 +#: modules/content-board/content-board.php:2773 +#: modules/content-overview/content-overview.php:3083 msgid "View" msgstr "Voir" -#: modules/calendar/calendar.php:1763 -#: modules/content-board/content-board.php:2687 -#: modules/content-overview/content-overview.php:3039 +#: modules/calendar/calendar.php:1773 +#: modules/content-board/content-board.php:2767 +#: modules/content-overview/content-overview.php:3077 #, php-format msgid "View “%s”" msgstr "Voir “%s”" @@ -3242,7 +3246,7 @@ msgstr "Voir “%s”" msgid "View “%s” on Google Maps" msgstr "Voir “%s” sur Google Maps" -#: modules/calendar/calendar.php:3969 +#: modules/calendar/calendar.php:3979 msgid "View all categories" msgstr "Voir toutes les catégories" @@ -3274,11 +3278,11 @@ msgstr "Voir : %s" msgid "Viewable" msgstr "Visibilité" -#: publishpress.php:1376 +#: publishpress.php:1380 msgid "Warning" msgstr "Avertissement" -#: modules/calendar/calendar.php:774 +#: modules/calendar/calendar.php:784 msgid "Wed" msgstr "Mer" @@ -3286,7 +3290,7 @@ msgstr "Mer" msgid "What the post needs to cover." msgstr "Ce que la publication doit couvrir." -#: modules/improved-notifications/improved-notifications.php:843 +#: modules/improved-notifications/improved-notifications.php:844 msgid "What to say?" msgstr "Que dire ?" @@ -3311,13 +3315,13 @@ msgid "When the status is changed" msgstr "Lorsque le statut est modifié" #: lib/Notifications/Plugin.php:57 -#: modules/improved-notifications/improved-notifications.php:813 +#: modules/improved-notifications/improved-notifications.php:814 #: modules/notifications-log/library/NotificationsLogTable.php:491 msgid "When to notify?" msgstr "Quand faut-il notifier ?" #: lib/Notifications/Plugin.php:59 -#: modules/improved-notifications/improved-notifications.php:833 +#: modules/improved-notifications/improved-notifications.php:834 #: modules/notifications-log/library/NotificationsLogTable.php:493 msgid "Who to notify?" msgstr "Qui doit être prévenu ?" @@ -3330,11 +3334,11 @@ msgstr "Options de Widget" msgid "WordPress Scheduler" msgstr "Planificateur WordPress" -#: modules/improved-notifications/improved-notifications.php:974 +#: modules/improved-notifications/improved-notifications.php:975 msgid "Workflow" msgstr "Flux de travail" -#: modules/improved-notifications/improved-notifications.php:775 +#: modules/improved-notifications/improved-notifications.php:776 msgid "Workflow Settings" msgstr "Réglages du flux de travail" @@ -3344,8 +3348,8 @@ msgid "Workflow: %s" msgstr "Fluxe de travail : %s" #: views/user_profile_notification_channels.html.php:14 -#: modules/improved-notifications/improved-notifications.php:407 -#: modules/improved-notifications/improved-notifications.php:1153 +#: modules/improved-notifications/improved-notifications.php:408 +#: modules/improved-notifications/improved-notifications.php:1154 msgid "Workflows" msgstr "Flux de travail" @@ -3363,7 +3367,7 @@ msgstr "Oui" msgid "You are receiving this email because you are subscribed to \"%s\"." msgstr "Vous recevez cet e-mail parce que vous êtes abonné à « %s »." -#: modules/improved-notifications/improved-notifications.php:967 +#: modules/improved-notifications/improved-notifications.php:968 msgid "" "You can add dynamic information to the Subject or Body text using the " "following shortcodes:" @@ -3384,31 +3388,31 @@ msgstr "" msgid "You can see all editorial comments on this %s here: " msgstr "Vous pouvez voir ici tous les commentaires éditoriaux sur cette %s : " -#: modules/content-board/content-board.php:1123 -#: modules/content-board/content-board.php:1183 -#: modules/content-overview/content-overview.php:1150 -#: modules/content-overview/content-overview.php:1210 +#: modules/content-board/content-board.php:1138 +#: modules/content-board/content-board.php:1198 +#: modules/content-overview/content-overview.php:1159 +#: modules/content-overview/content-overview.php:1219 msgid "You do not have any editorial fields enabled" msgstr "Vous n’avez aucun champ éditorial activé" -#: modules/content-board/content-board.php:1130 -#: modules/content-board/content-board.php:1190 -#: modules/content-overview/content-overview.php:1157 -#: modules/content-overview/content-overview.php:1217 +#: modules/content-board/content-board.php:1145 +#: modules/content-board/content-board.php:1205 +#: modules/content-overview/content-overview.php:1166 +#: modules/content-overview/content-overview.php:1226 msgid "You do not have any public taxonomies" msgstr "Vous n’avez aucune taxonomie publique" -#: publishpress.php:671 +#: publishpress.php:672 msgid "You do not have necessary permissions to complete this action." msgstr "Vous n’avez pas les droits necessaires pour compléter cette action." -#: modules/content-board/content-board.php:990 -#: modules/content-overview/content-overview.php:1011 +#: modules/content-board/content-board.php:1005 +#: modules/content-overview/content-overview.php:1020 #, php-format msgid "You do not have permission to add new %s" msgstr "Vous n’avez pas les droits pour ajouter %s" -#: modules/content-board/content-board.php:1521 +#: modules/content-board/content-board.php:1566 msgid "You do not have permission to edit selected post." msgstr "Vous n’avez pas les droits pour modifier la publication sélectionnée." @@ -3426,6 +3430,28 @@ msgstr "" "offre plus de fonctionnalités et de pris en charge. %sPasser à la version " "Pro%s" +#~ msgid "Basic Notifications" +#~ msgstr "Notifications basiques" + +#, php-format +#~ msgid "" +#~ "For custom post statuses, activate the %1$sPublishPress Statuses%2$s " +#~ "plugin. %3$sLearn more...%4$s" +#~ msgstr "" +#~ "Pour les états de publication personnalisés, activez l’extension " +#~ "%1$sPublishPress Statuses%2$s. %3$sEn savoir plus...%4$s" + +#, php-format +#~ msgid "" +#~ "For custom post statuses, install the %1$sPublishPress Statuses%2$s " +#~ "plugin. %3$sLearn more...%4$s" +#~ msgstr "" +#~ "Pour les états de publication personnalisés, installiez l’extension " +#~ "%1$sPublishPress Statuses%2$s. %3$sEn savoir plus...%4$s" + +#~ msgid "Schedule Date" +#~ msgstr "Date planifiée" + #~ msgid "Add New Metadata Term" #~ msgstr "Ajouter un nouveau terme de métadonnées" @@ -3568,9 +3594,6 @@ msgstr "" #~ msgid "Custom status doesn't exist." #~ msgstr "L’état pérsonnalisé n’existe pas." -#~ msgid "Default" -#~ msgstr "Par défaut" - #~ msgid "Default post status has been changed." #~ msgstr "L’état par défaut des publications a été modifié." diff --git a/languages/publishpress-it_IT.mo b/languages/publishpress-it_IT.mo index 52da4d93..d6bedc53 100644 Binary files a/languages/publishpress-it_IT.mo and b/languages/publishpress-it_IT.mo differ diff --git a/languages/publishpress-it_IT.po b/languages/publishpress-it_IT.po index 61dbefc7..0f622af2 100644 --- a/languages/publishpress-it_IT.po +++ b/languages/publishpress-it_IT.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: Plugins - PublishPress Planner: Organize and Schedule " "Your WordPress Content - Stable (latest release)\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" -"POT-Creation-Date: 2024-05-14 09:04+0000\n" -"PO-Revision-Date: 2024-05-17 19:26+0200\n" +"POT-Creation-Date: 2024-05-27 17:13+0000\n" +"PO-Revision-Date: 2024-05-28 19:19+0200\n" "Last-Translator: \n" "Language-Team: Italian\n" "Language: it_IT\n" @@ -58,8 +58,8 @@ msgstr "%1$s #%2$s \"%3$s\" è stato modificato a non pubblicato da %4$s %5$s" msgid "%1$s (%2$s ) said on %3$s at %4$s:" msgstr "%1$s (%2$s ) ha detto %3$s alle %4$s:" -#: modules/content-board/content-board.php:826 -#: modules/content-overview/content-overview.php:847 +#: modules/content-board/content-board.php:841 +#: modules/content-overview/content-overview.php:856 #, php-format msgctxt "%1$s = start date, %2$s = end date" msgid " %1$s
to
%2$s" @@ -96,22 +96,22 @@ msgid_plural "%d Users" msgstr[0] "%d utente" msgstr[1] "%d utenti" -#: modules/calendar/calendar.php:795 +#: modules/calendar/calendar.php:805 msgid "%d week" msgstr "%d settimana" -#: modules/calendar/calendar.php:796 +#: modules/calendar/calendar.php:806 msgid "%d weeks" msgstr "%d settimane" -#: modules/content-board/content-board.php:985 -#: modules/content-overview/content-overview.php:1006 +#: modules/content-board/content-board.php:1000 +#: modules/content-overview/content-overview.php:1015 #, php-format msgid "%s could not be created" msgstr "%s non può essere creato" -#: modules/content-board/content-board.php:982 -#: modules/content-overview/content-overview.php:1003 +#: modules/content-board/content-board.php:997 +#: modules/content-overview/content-overview.php:1012 #, php-format msgid "%s created successfully. Edit %s" msgstr "" @@ -124,26 +124,26 @@ msgid_plural "%s notifications found." msgstr[0] "Notifica %s trovata." msgstr[1] "Notifiche %s trovate." -#: modules/calendar/calendar.php:4060 +#: modules/calendar/calendar.php:4070 #, php-format msgid "%s week" msgid_plural "%s weeks" msgstr[0] "%s settimana" msgstr[1] "%s settimane" -#: modules/calendar/calendar.php:2072 +#: modules/calendar/calendar.php:2082 msgid "«" msgstr "«" -#: modules/calendar/calendar.php:2085 +#: modules/calendar/calendar.php:2095 msgid "‹" msgstr "‹" -#: modules/calendar/calendar.php:2041 +#: modules/calendar/calendar.php:2051 msgid "»" msgstr "»" -#: modules/calendar/calendar.php:2024 +#: modules/calendar/calendar.php:2034 msgid "›" msgstr "›" @@ -369,7 +369,7 @@ msgstr "Aggiungi un commento editoriale" msgid "Add Another Option" msgstr "Aggiungi una opzione" -#: modules/content-overview/content-overview.php:1288 +#: modules/content-overview/content-overview.php:1297 msgid "Add Column" msgstr "Aggiungi una colonna" @@ -377,7 +377,7 @@ msgstr "Aggiungi una colonna" msgid "Add Comment" msgstr "Aggiungi un commento" -#: modules/calendar/calendar.php:767 +#: modules/calendar/calendar.php:777 #, php-format msgid "Add content for %s" msgstr "Aggiungi contenuto per %s" @@ -388,22 +388,22 @@ msgstr "Aggiungi contenuto per %s" msgid "Add editorial comment: %s" msgstr "Aggiungi commento editoriale: %s" -#: modules/content-board/content-board.php:1409 -#: modules/content-overview/content-overview.php:1436 +#: modules/content-board/content-board.php:1424 +#: modules/content-overview/content-overview.php:1445 msgid "Add Filter" msgstr "Aggiungi filtro" -#: modules/content-board/content-board.php:1241 -#: modules/content-board/content-board.php:1261 -#: modules/content-board/content-board.php:1389 -#: modules/content-overview/content-overview.php:1268 -#: modules/content-overview/content-overview.php:1416 +#: modules/content-board/content-board.php:1256 +#: modules/content-board/content-board.php:1276 +#: modules/content-board/content-board.php:1404 +#: modules/content-overview/content-overview.php:1277 +#: modules/content-overview/content-overview.php:1425 #: modules/editorial-metadata/editorial-metadata.php:1783 msgid "Add New" msgstr "Aggiungi nuovo" -#: modules/content-board/content-board.php:1581 -#: modules/content-overview/content-overview.php:1559 +#: modules/content-board/content-board.php:1634 +#: modules/content-overview/content-overview.php:1568 #, php-format msgid "Add New %s" msgstr "Aggiungi nuovo %s" @@ -416,7 +416,7 @@ msgstr "Aggiungi nuovi campi editoriali" msgid "Add New Editorial fields term" msgstr "Aggiungi un nuovo termine ai campi editoriali" -#: publishpress.php:1323 +#: publishpress.php:1327 msgid "Add New Notification" msgstr "Aggiungi nuova notifica" @@ -457,10 +457,10 @@ msgstr "Notifiche avanzate" msgid "All" msgstr "Tutto" -#: modules/content-board/content-board.php:2114 -#: modules/content-board/content-board.php:2117 -#: modules/content-overview/content-overview.php:2092 -#: modules/content-overview/content-overview.php:2095 +#: modules/content-board/content-board.php:2197 +#: modules/content-board/content-board.php:2200 +#: modules/content-overview/content-overview.php:2130 +#: modules/content-overview/content-overview.php:2133 #, php-format msgid "All %s" msgstr "Tutti i %s" @@ -469,15 +469,15 @@ msgstr "Tutti i %s" msgid "All Actions" msgstr "Tutte le azioni" -#: modules/calendar/calendar.php:793 modules/calendar/calendar.php:4008 -#: modules/content-board/content-board.php:2139 -#: modules/content-board/content-board.php:2142 -#: modules/content-overview/content-overview.php:2117 -#: modules/content-overview/content-overview.php:2120 +#: modules/calendar/calendar.php:803 modules/calendar/calendar.php:4018 +#: modules/content-board/content-board.php:2222 +#: modules/content-board/content-board.php:2225 +#: modules/content-overview/content-overview.php:2155 +#: modules/content-overview/content-overview.php:2158 msgid "All authors" msgstr "Tutti gli autori" -#: modules/calendar/calendar.php:791 +#: modules/calendar/calendar.php:801 msgid "All categories" msgstr "Tutte le categorie" @@ -514,8 +514,8 @@ msgstr "Tutti gli utenti di notifica" msgid "All options value and labels are required." msgstr "Tutti i valori e le etichette delle opzioni sono obbligatori." -#: modules/content-board/content-board.php:2171 -#: modules/content-overview/content-overview.php:2149 +#: modules/content-board/content-board.php:2254 +#: modules/content-overview/content-overview.php:2187 msgid "All post types" msgstr "Tutti i tipi di contenuto" @@ -525,7 +525,7 @@ msgstr "Tutti i tipi di contenuto" msgid "All Posts" msgstr "Tutti gli articoli" -#: modules/calendar/calendar.php:2870 +#: modules/calendar/calendar.php:2880 msgid "All posts" msgstr "Tutti gli articoli" @@ -533,8 +533,8 @@ msgstr "Tutti gli articoli" msgid "All Receivers" msgstr "Tutti i destinatari" -#: modules/content-board/content-board.php:2386 -#: modules/content-overview/content-overview.php:2364 +#: modules/content-board/content-board.php:2469 +#: modules/content-overview/content-overview.php:2402 msgid "All status" msgstr "Tutti gli stati" @@ -542,17 +542,17 @@ msgstr "Tutti gli stati" msgid "All Statuses" msgstr "Tutti gli stati" -#: modules/calendar/calendar.php:790 modules/calendar/calendar.php:3952 -#: modules/content-board/content-board.php:2088 -#: modules/content-overview/content-overview.php:2066 +#: modules/calendar/calendar.php:800 modules/calendar/calendar.php:3962 +#: modules/content-board/content-board.php:2171 +#: modules/content-overview/content-overview.php:2104 msgid "All statuses" msgstr "Tutti gli stati" -#: modules/calendar/calendar.php:792 modules/calendar/calendar.php:3987 +#: modules/calendar/calendar.php:802 modules/calendar/calendar.php:3997 msgid "All tags" msgstr "Tutti i tag" -#: modules/calendar/calendar.php:794 modules/calendar/calendar.php:4035 +#: modules/calendar/calendar.php:804 modules/calendar/calendar.php:4045 msgid "All types" msgstr "Tutti i tipi" @@ -565,7 +565,7 @@ msgstr "Tutti gli utenti" msgid "All Workflows" msgstr "Tutti i workflows" -#: modules/calendar/calendar.php:2474 +#: modules/calendar/calendar.php:2484 msgid "Allow public access to subscriptions in iCal or Google Calendar" msgstr "Permetti l'accesso pubblico agli abbonamenti a iCal o Google Calendar" @@ -577,38 +577,40 @@ msgstr "Avvisa sempre l'autore del contenuto:" msgid "Always notify users who have edited the content:" msgstr "Avvisa sempre gli utenti che hanno modificato il contenuto:" -#: modules/calendar/calendar.php:2522 +#: modules/calendar/calendar.php:2532 msgid "Always show complete post titles" msgstr "Visualizza sempre il titolo completo degli articoli" -#: modules/content-board/content-board.php:1504 -#: modules/content-board/content-board.php:1554 +#: modules/content-board/content-board.php:1522 +#: modules/content-board/content-board.php:1548 +#: modules/content-board/content-board.php:1607 msgid "An error occured" msgstr "Si è verificato un errore" -#: modules/content-board/content-board.php:836 -#: modules/content-board/content-board.php:846 -#: modules/content-board/content-board.php:2220 -#: modules/content-board/content-board.php:2331 -#: modules/content-board/content-board.php:2369 -#: modules/content-board/content-board.php:2450 -#: modules/content-overview/content-overview.php:857 -#: modules/content-overview/content-overview.php:867 -#: modules/content-overview/content-overview.php:2198 -#: modules/content-overview/content-overview.php:2309 +#: modules/content-board/content-board.php:851 +#: modules/content-board/content-board.php:861 +#: modules/content-board/content-board.php:2303 +#: modules/content-board/content-board.php:2414 +#: modules/content-board/content-board.php:2452 +#: modules/content-board/content-board.php:2533 +#: modules/content-board/content-board.php:2634 +#: modules/content-overview/content-overview.php:866 +#: modules/content-overview/content-overview.php:876 +#: modules/content-overview/content-overview.php:2236 #: modules/content-overview/content-overview.php:2347 -#: modules/content-overview/content-overview.php:2428 +#: modules/content-overview/content-overview.php:2385 +#: modules/content-overview/content-overview.php:2466 msgid "Apply" msgstr "Applica" -#: modules/content-board/content-board.php:1345 -#: modules/content-board/content-board.php:1493 -#: modules/content-overview/content-overview.php:1372 -#: modules/content-overview/content-overview.php:1520 +#: modules/content-board/content-board.php:1360 +#: modules/content-board/content-board.php:1508 +#: modules/content-overview/content-overview.php:1381 +#: modules/content-overview/content-overview.php:1529 msgid "Apply Changes" msgstr "Applica modifiche" -#: modules/calendar/calendar.php:781 +#: modules/calendar/calendar.php:791 msgid "Apr" msgstr "Apr" @@ -633,7 +635,7 @@ msgstr "Notifiche asincrone" msgid "asynchronous" msgstr "asincrono" -#: modules/calendar/calendar.php:2541 +#: modules/calendar/calendar.php:2551 msgid "At least one post type must be selected" msgstr "Almeno un tipo di articolo deve essere selezionato" @@ -641,24 +643,24 @@ msgstr "Almeno un tipo di articolo deve essere selezionato" msgid "Attach file" msgstr "Allega file" -#: modules/calendar/calendar.php:785 +#: modules/calendar/calendar.php:795 msgid "Aug" msgstr "Ago" -#: modules/calendar/calendar.php:1880 modules/calendar/calendar.php:3475 -#: modules/calendar/calendar.php:3565 -#: modules/content-board/content-board.php:1061 -#: modules/content-board/content-board.php:1072 -#: modules/content-board/content-board.php:1115 -#: modules/content-board/content-board.php:1174 -#: modules/content-board/content-board.php:1755 -#: modules/content-board/content-board.php:2137 -#: modules/content-overview/content-overview.php:1083 -#: modules/content-overview/content-overview.php:1096 -#: modules/content-overview/content-overview.php:1140 -#: modules/content-overview/content-overview.php:1201 -#: modules/content-overview/content-overview.php:1733 -#: modules/content-overview/content-overview.php:2115 +#: modules/calendar/calendar.php:1890 modules/calendar/calendar.php:3485 +#: modules/calendar/calendar.php:3575 +#: modules/content-board/content-board.php:1076 +#: modules/content-board/content-board.php:1087 +#: modules/content-board/content-board.php:1130 +#: modules/content-board/content-board.php:1189 +#: modules/content-board/content-board.php:1816 +#: modules/content-board/content-board.php:2220 +#: modules/content-overview/content-overview.php:1092 +#: modules/content-overview/content-overview.php:1105 +#: modules/content-overview/content-overview.php:1149 +#: modules/content-overview/content-overview.php:1210 +#: modules/content-overview/content-overview.php:1749 +#: modules/content-overview/content-overview.php:2153 #: modules/editorial-comments/library/EditorialCommentsTable.php:228 msgid "Author" msgid_plural "Authors" @@ -683,15 +685,15 @@ msgstr "Autori dei contenuti" msgid "Auto-draft" msgstr "Bozza automatica" -#: modules/improved-notifications/improved-notifications.php:983 +#: modules/improved-notifications/improved-notifications.php:984 msgid "Available fields" msgstr "Campi disponibili" -#: modules/calendar/calendar.php:2064 +#: modules/calendar/calendar.php:2074 msgid "Back %d weeks" msgstr "Indietro di %d settimane" -#: modules/calendar/calendar.php:2076 +#: modules/calendar/calendar.php:2086 msgid "Back 1 week" msgstr "Indietro di una settimana" @@ -707,10 +709,6 @@ msgstr "Torna alle notifiche dei ruoli" msgid "Back to notify users" msgstr "Torna agli utenti da notificare" -#: modules/modules-settings/modules-settings.php:241 -msgid "Basic Notifications" -msgstr "Notifiche di base" - #: modules/notifications/notifications.php:1665 msgid "Blacklisted taxonomies for Notifications" msgstr "Tassonomie nella blacklist delle notifiche" @@ -727,43 +725,48 @@ msgstr "Blog: " msgid "Body" msgstr "Corpo del testo" -#: modules/content-board/content-board.php:842 -#: modules/content-overview/content-overview.php:863 +#: modules/content-board/content-board.php:857 +#: modules/content-overview/content-overview.php:872 #: modules/editorial-comments/editorial-comments.php:580 #: modules/editorial-metadata/editorial-metadata.php:2174 msgid "Cancel" msgstr "Annulla" -#: modules/calendar/calendar.php:3575 -#: modules/content-board/content-board.php:1765 -#: modules/content-overview/content-overview.php:1743 +#: modules/content-board/content-board.php:930 +msgid "Card Data updated successfully." +msgstr "Dati della scheda aggiornati correttamente." + +#: modules/calendar/calendar.php:3585 +#: modules/content-board/content-board.php:1826 +#: modules/content-overview/content-overview.php:1759 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Category.php:34 msgid "Categories" msgstr "Categorie" -#: modules/calendar/calendar.php:3480 +#: modules/calendar/calendar.php:3490 #: lib/Notifications/Workflow/Step/Event_Content/Category.php:24 msgid "Category" msgid_plural "Categories" msgstr[0] "Categoria" msgstr[1] "Categorie" -#: modules/content-board/content-board.php:843 -#: modules/content-overview/content-overview.php:864 +#: modules/content-board/content-board.php:858 +#: modules/content-overview/content-overview.php:873 msgid "Change" msgstr "Cambia" -#: modules/content-board/content-board.php:1543 +#: modules/content-board/content-board.php:1538 +#: modules/content-board/content-board.php:1596 msgid "Changes saved!" msgstr "Modifiche salvate!" #: views/user_profile_notification_channels.html.php:15 -#: modules/improved-notifications/improved-notifications.php:408 -#: modules/improved-notifications/improved-notifications.php:1154 +#: modules/improved-notifications/improved-notifications.php:409 +#: modules/improved-notifications/improved-notifications.php:1155 msgid "Channels" msgstr "Canali" -#: publishpress.php:670 +#: publishpress.php:671 msgid "Cheatin’ uh?" msgstr "Si tenta di fare i furbi, eh?" @@ -771,8 +774,8 @@ msgstr "Si tenta di fare i furbi, eh?" msgid "Checkbox" msgstr "Checkbox" -#: modules/content-board/content-board.php:2351 -#: modules/content-overview/content-overview.php:2329 +#: modules/content-board/content-board.php:2434 +#: modules/content-overview/content-overview.php:2367 msgid "Checked" msgstr "Selezionato" @@ -793,33 +796,33 @@ msgid "Choose Post Types" msgstr "Scegli i tipi di articoli" #: views/user_profile_notification_channels.html.php:6 -#: modules/improved-notifications/improved-notifications.php:402 -#: modules/improved-notifications/improved-notifications.php:1148 +#: modules/improved-notifications/improved-notifications.php:403 +#: modules/improved-notifications/improved-notifications.php:1149 msgid "Choose the channels where each workflow will send notifications to:" msgstr "Scegli i canali a cui ogni workflow invierà notifiche:" -#: modules/improved-notifications/improved-notifications.php:985 +#: modules/improved-notifications/improved-notifications.php:986 msgid "Click here to read more about shortcode options..." msgstr "Fare clic qui per saperne di più sulle opzioni di shortcode…" -#: modules/calendar/calendar.php:1404 +#: modules/calendar/calendar.php:1414 msgid "Click here to subscribe in iCal or Google Calendar" msgstr "Fai clic qui per iscriverti a iCal o Google Calendar" -#: modules/content-board/content-board.php:1106 +#: modules/content-board/content-board.php:1121 msgid "Click the \"Add New\" button to create new card data." msgstr "Fai clic sul pulsante \"Aggiungi nuovo\" per creare nuovi dati scheda." -#: modules/content-overview/content-overview.php:1130 +#: modules/content-overview/content-overview.php:1139 msgid "Click the \"Add New\" button to create new columns." msgstr "Fai clic sul pulsante \"Aggiungi nuovo\" per creare nuove colonne." -#: modules/content-board/content-board.php:1165 -#: modules/content-overview/content-overview.php:1192 +#: modules/content-board/content-board.php:1180 +#: modules/content-overview/content-overview.php:1201 msgid "Click the \"Add New\" button to create new filters." msgstr "Fai clic sul pulsante \"Aggiungi nuovo\" per creare nuovi filtri." -#: modules/calendar/calendar.php:758 +#: modules/calendar/calendar.php:768 msgid "Click to add" msgstr "Fai clic per aggiungere" @@ -844,16 +847,15 @@ msgstr "" "Fai clic per non ricevere più notifiche sugli aggiornamenti di questo " "articolo" -#: modules/calendar/calendar.php:763 +#: modules/calendar/calendar.php:773 msgid "Close" msgstr "Chiudi" -#: modules/content-overview/content-overview.php:1276 +#: modules/content-overview/content-overview.php:1285 msgid "Column Title" msgstr "Titolo colonna" -#: modules/content-board/content-board.php:915 -#: modules/content-overview/content-overview.php:936 +#: modules/content-overview/content-overview.php:945 msgid "Column updated successfully." msgstr "La colonna è stata aggiornata correttamente." @@ -874,7 +876,7 @@ msgstr "Il commento è stato eliminato correttamente." msgid "Comment: %s (%d)" msgstr "Commento: %s (%d)" -#: publishpress.php:666 +#: publishpress.php:667 msgid "Configure" msgstr "Configura" @@ -882,18 +884,18 @@ msgstr "Configura" msgid "Contact" msgstr "Contatti" -#: modules/calendar/calendar.php:3592 -#: modules/content-board/content-board.php:1782 -#: modules/content-overview/content-overview.php:1760 -#: modules/improved-notifications/improved-notifications.php:971 +#: modules/calendar/calendar.php:3602 +#: modules/content-board/content-board.php:1843 +#: modules/content-overview/content-overview.php:1776 +#: modules/improved-notifications/improved-notifications.php:972 #: lib/Notifications/Workflow/Step/Content/Main.php:29 msgid "Content" msgstr "Contenuto" #: modules/content-board/content-board.php:140 -#: modules/content-board/content-board.php:395 -#: modules/content-board/content-board.php:412 -#: modules/content-board/content-board.php:413 +#: modules/content-board/content-board.php:410 +#: modules/content-board/content-board.php:427 +#: modules/content-board/content-board.php:428 msgid "Content Board" msgstr "Bacheca dei contenuti" @@ -903,9 +905,9 @@ msgid "Content Calendar" msgstr "Calendario dei contenuti" #: modules/content-overview/content-overview.php:147 -#: modules/content-overview/content-overview.php:419 -#: modules/content-overview/content-overview.php:436 -#: modules/content-overview/content-overview.php:437 +#: modules/content-overview/content-overview.php:428 +#: modules/content-overview/content-overview.php:445 +#: modules/content-overview/content-overview.php:446 msgid "Content Overview" msgstr "Panoramica dei contenuti" @@ -913,12 +915,12 @@ msgstr "Panoramica dei contenuti" msgid "Content:" msgstr "Contenuto:" -#: modules/calendar/calendar.php:1398 +#: modules/calendar/calendar.php:1408 msgid "Copy to the clipboard" msgstr "Copia negli appunti" -#: modules/content-board/content-board.php:1709 -#: modules/content-overview/content-overview.php:1687 +#: modules/content-board/content-board.php:1768 +#: modules/content-overview/content-overview.php:1701 #, php-format msgid "Create %s" msgstr "Crea %s" @@ -927,20 +929,20 @@ msgstr "Crea %s" msgid "Created on" msgstr "Creato il" -#: modules/calendar/calendar.php:1321 +#: modules/calendar/calendar.php:1331 msgid "Current week" msgstr "Settimana corrente" -#: modules/content-overview/content-overview.php:1129 +#: modules/content-overview/content-overview.php:1138 msgid "Custom Columns" msgstr "Colonne personalizzate" -#: modules/content-board/content-board.php:1164 -#: modules/content-overview/content-overview.php:1191 +#: modules/content-board/content-board.php:1179 +#: modules/content-overview/content-overview.php:1200 msgid "Custom filters" msgstr "Filtri personalizzati" -#: modules/content-board/content-board.php:1105 +#: modules/content-board/content-board.php:1120 msgid "Custom Items" msgstr "Elementi personalizzati" @@ -964,16 +966,16 @@ msgstr "" "%1$sPublishPress Statuses%2$s. Vedi %3$sPlanner > Impostazioni%4$s per i " "dettagli." -#: modules/content-board/content-board.php:1884 +#: modules/content-board/content-board.php:1945 msgid "Customize Card Data" msgstr "Personalizza dati scheda" -#: modules/content-overview/content-overview.php:1862 +#: modules/content-overview/content-overview.php:1878 msgid "Customize Columns" msgstr "Personalizza colonne" -#: modules/content-board/content-board.php:1894 -#: modules/content-overview/content-overview.php:1872 +#: modules/content-board/content-board.php:1955 +#: modules/content-overview/content-overview.php:1888 msgid "Customize Filters" msgstr "Personalizza filtri" @@ -985,9 +987,9 @@ msgstr "Bacheca" msgid "Dashboard Note" msgstr "Nota in bacheca" -#: modules/calendar/calendar.php:3464 -#: modules/content-board/content-board.php:1942 -#: modules/content-overview/content-overview.php:1920 +#: modules/calendar/calendar.php:3474 +#: modules/content-board/content-board.php:2003 +#: modules/content-overview/content-overview.php:1936 #: modules/editorial-metadata/editorial-metadata.php:285 #: lib/Notifications/Table/Notifications.php:158 #: modules/notifications-log/library/NotificationsLogTable.php:490 @@ -1002,11 +1004,16 @@ msgstr "Debug" msgid "Debug data" msgstr "Dati di debug" -#: modules/calendar/calendar.php:789 +#: modules/calendar/calendar.php:799 msgid "Dec" msgstr "Dic" -#: modules/improved-notifications/improved-notifications.php:229 +#: modules/content-board/content-board.php:2624 +#: modules/content-board/content-board.php:2641 +msgid "Default Date" +msgstr "Data predefinita" + +#: modules/improved-notifications/improved-notifications.php:230 msgid "Default notification channels:" msgstr "Canali di notifica predefiniti:" @@ -1017,7 +1024,7 @@ msgstr "Canali di notifica predefiniti:" msgid "Default option" msgstr "Opzione predefinita" -#: modules/calendar/calendar.php:2498 +#: modules/calendar/calendar.php:2508 msgid "Default publish time for items created in the calendar" msgstr "" "Ora di pubblicazione predefinita per gli elementi creati nel calendario" @@ -1053,7 +1060,7 @@ msgid "Detailed documentation is also available on the plugin website." msgstr "" "Una documentazione dettagliata è disponibile anche sul sito del plugin." -#: modules/calendar/calendar.php:2572 modules/dashboard/dashboard.php:368 +#: modules/calendar/calendar.php:2582 modules/dashboard/dashboard.php:368 #: modules/dashboard/dashboard.php:391 modules/dashboard/dashboard.php:425 msgid "Disabled" msgstr "Disabilitato" @@ -1082,7 +1089,7 @@ msgstr "Nome da visualizzare" msgid "Documentation" msgstr "Documentazione" -#: modules/calendar/calendar.php:1391 +#: modules/calendar/calendar.php:1401 msgid "Download .ics file" msgstr "Scarica file .ics" @@ -1090,16 +1097,16 @@ msgstr "Scarica file .ics" msgid "Draft" msgstr "Bozza" -#: modules/content-board/content-board.php:1304 +#: modules/content-board/content-board.php:1319 msgid "Drag to change enabled card data order." msgstr "Trascina per modificare l'ordine dei dati della scheda abilitata." -#: modules/content-overview/content-overview.php:1331 +#: modules/content-overview/content-overview.php:1340 msgid "Drag to change enabled columns order." msgstr "Trascina per modificare l'ordine delle colonne abilitate." -#: modules/content-board/content-board.php:1452 -#: modules/content-overview/content-overview.php:1479 +#: modules/content-board/content-board.php:1467 +#: modules/content-overview/content-overview.php:1488 msgid "Drag to change enabled filters order." msgstr "Trascina per modificare l'ordine dei filtri abilitati." @@ -1112,7 +1119,7 @@ msgstr "Opzioni del menu a discesa" msgid "Dropdown Select" msgstr "Seleziona menu a discesa" -#: modules/improved-notifications/improved-notifications.php:221 +#: modules/improved-notifications/improved-notifications.php:222 msgid "Duplicated notification threshold:" msgstr "Soglia di notifica duplicata:" @@ -1120,9 +1127,9 @@ msgstr "Soglia di notifica duplicata:" msgid "E-mails" msgstr "Email" -#: modules/calendar/calendar.php:1735 modules/calendar/calendar.php:3497 -#: modules/content-board/content-board.php:2665 -#: modules/content-overview/content-overview.php:3017 +#: modules/calendar/calendar.php:1745 modules/calendar/calendar.php:3507 +#: modules/content-board/content-board.php:2745 +#: modules/content-overview/content-overview.php:3055 #: modules/editorial-comments/editorial-comments.php:634 #: modules/editorial-metadata/editorial-metadata.php:2745 msgid "Edit" @@ -1142,7 +1149,7 @@ msgstr "" "usare PublishPress Planner, completa prima la migrazione dei dati da Edit " "Flow e poi disattiva Edit Flow." -#: publishpress.php:1324 +#: publishpress.php:1328 msgid "Edit Notification" msgstr "Modifica notifica" @@ -1158,12 +1165,12 @@ msgstr "Modifica notifica di ruolo" msgid "Edit Notify User" msgstr "Modifica utente di notifica" -#: modules/calendar/calendar.php:1735 +#: modules/calendar/calendar.php:1745 msgid "Edit this item" msgstr "Modifica questo elemento" -#: modules/content-board/content-board.php:2661 -#: modules/content-overview/content-overview.php:3013 +#: modules/content-board/content-board.php:2741 +#: modules/content-overview/content-overview.php:3051 #: modules/dashboard/dashboard.php:299 msgid "Edit this post" msgstr "Modifica questo articolo" @@ -1174,7 +1181,7 @@ msgstr "Modifica questo articolo" msgid "Edit: %s" msgstr "Modifica: %s" -#: modules/improved-notifications/improved-notifications.php:972 +#: modules/improved-notifications/improved-notifications.php:973 msgid "Editorial Comment" msgstr "Commenti editoriali" @@ -1185,10 +1192,10 @@ msgstr "Commenti editoriali" msgid "Editorial Comments" msgstr "Commenti editoriali" -#: modules/content-board/content-board.php:1122 -#: modules/content-board/content-board.php:1182 -#: modules/content-overview/content-overview.php:1149 -#: modules/content-overview/content-overview.php:1209 +#: modules/content-board/content-board.php:1137 +#: modules/content-board/content-board.php:1197 +#: modules/content-overview/content-overview.php:1158 +#: modules/content-overview/content-overview.php:1218 #: modules/editorial-metadata/editorial-metadata.php:96 #: modules/editorial-metadata/editorial-metadata.php:506 #: modules/editorial-metadata/editorial-metadata.php:1759 @@ -1221,16 +1228,16 @@ msgid "Editorial fields visibility changed." msgstr "Visibilità dei campi editoriali cambiata." #: views/user_profile_notification_channels.html.php:1 -#: modules/improved-notifications/improved-notifications.php:401 -#: modules/improved-notifications/improved-notifications.php:1147 +#: modules/improved-notifications/improved-notifications.php:402 +#: modules/improved-notifications/improved-notifications.php:1148 msgid "Editorial Notifications" msgstr "Notifiche editoriali" -#: modules/calendar/calendar.php:1371 +#: modules/calendar/calendar.php:1381 msgid "Eight months" msgstr "Otto mesi" -#: modules/calendar/calendar.php:1377 +#: modules/calendar/calendar.php:1387 msgid "Eleven months" msgstr "Undici mesi" @@ -1247,12 +1254,12 @@ msgstr "email" msgid "Email from:" msgstr "Email da:" -#: modules/content-overview/content-overview.php:1250 +#: modules/content-overview/content-overview.php:1259 msgid "Enable Columns" msgstr "Abilita colonne" -#: modules/content-board/content-board.php:1371 -#: modules/content-overview/content-overview.php:1398 +#: modules/content-board/content-board.php:1386 +#: modules/content-overview/content-overview.php:1407 msgid "Enable Filters" msgstr "Abilita filtri" @@ -1260,32 +1267,32 @@ msgstr "Abilita filtri" msgid "Enable for these post types:" msgstr "Abilita per questi tipi di contenuti:" -#: modules/content-board/content-board.php:1223 +#: modules/content-board/content-board.php:1238 msgid "Enable or Disable" msgstr "Abilita o disabilita" -#: modules/content-board/content-board.php:1229 +#: modules/content-board/content-board.php:1244 msgid "Enable or Disable Content Board Card Data." msgstr "Abilita o disabilita i dati della sheda \"Bacheca dei contenuti\"." -#: modules/content-board/content-board.php:1377 +#: modules/content-board/content-board.php:1392 msgid "Enable or Disable Content Board filter." msgstr "Abilita o disabilita filtro della \"Bacheca dei contenuti\"." -#: modules/content-overview/content-overview.php:1404 +#: modules/content-overview/content-overview.php:1413 msgid "Enable or Disable Content Overview filter." msgstr "Abilita o disabilita filtro della panoramica dei contenuti." -#: modules/content-overview/content-overview.php:1256 +#: modules/content-overview/content-overview.php:1265 msgid "Enable or Disable Content Overview table column." msgstr "" "Abilita o disabilita colonna della tabella della panoramica dei contenuti." -#: modules/calendar/calendar.php:2466 +#: modules/calendar/calendar.php:2476 msgid "Enable subscriptions in iCal or Google Calendar" msgstr "Abilita gli abbonamenti a iCal o Google Calendar" -#: modules/calendar/calendar.php:2573 modules/dashboard/dashboard.php:369 +#: modules/calendar/calendar.php:2583 modules/dashboard/dashboard.php:369 #: modules/dashboard/dashboard.php:392 modules/dashboard/dashboard.php:426 msgid "Enabled" msgstr "Abilitato" @@ -1294,7 +1301,7 @@ msgstr "Abilitato" msgid "Enabled features" msgstr "Funzionalità abilitate" -#: modules/calendar/calendar.php:1339 +#: modules/calendar/calendar.php:1349 msgid "End date" msgstr "Data di fine" @@ -1332,7 +1339,7 @@ msgstr "Errore nell'aggiungere il termine." msgid "Error deleting term." msgstr "Errore nell'eliminazione del termine." -#: modules/content-board/content-board.php:1517 +#: modules/content-board/content-board.php:1562 msgid "Error fetching post data." msgstr "Errore nel recupero dei dati dell'articolo." @@ -1341,19 +1348,24 @@ msgstr "Errore nel recupero dei dati dell'articolo." msgid "Error updating term." msgstr "Errore nell'aggiornamento del termine." -#: modules/content-board/content-board.php:1508 -#: modules/content-board/content-board.php:1558 -#: modules/content-overview/content-overview.php:1536 +#: modules/content-board/content-board.php:1526 +#: modules/content-board/content-board.php:1552 +#: modules/content-board/content-board.php:1611 +#: modules/content-overview/content-overview.php:1545 msgid "Error validating nonce. Please reload this page and try again." msgstr "Errore nella convalida del nonce. Ricarica questa pagina e riprova." -#: modules/async-notifications/async-notifications.php:172 +#: modules/async-notifications/async-notifications.php:173 #, php-format msgid "Event: %s, Workflow ID: %s, Post ID: %s, User ID: %s" msgstr "Evento: %s, ID Workflow: %s,ID Articolo: %s, ID Utente: %s" -#: modules/content-board/content-board.php:2390 -#: modules/content-overview/content-overview.php:2368 +#: lib/Notifications/Table/Base.php:183 +msgid "Excerpt View" +msgstr "Visualizza riassunto" + +#: modules/content-board/content-board.php:2473 +#: modules/content-overview/content-overview.php:2406 #: modules/notifications-log/library/NotificationsLogTable.php:271 #: modules/notifications-log/library/NotificationsLogTable.php:287 msgid "Failed" @@ -1367,7 +1379,7 @@ msgstr "Supporto veloce e professionale" msgid "Features" msgstr "Funzionalità" -#: modules/calendar/calendar.php:779 +#: modules/calendar/calendar.php:789 msgid "Feb" msgstr "Feb" @@ -1375,7 +1387,7 @@ msgstr "Feb" msgid "Feel free to select only the features you need." msgstr "Puoi scegliere liberamente le funzionalità che ti servono." -#: modules/improved-notifications/improved-notifications.php:978 +#: modules/improved-notifications/improved-notifications.php:979 msgid "field" msgstr "campo" @@ -1383,7 +1395,7 @@ msgstr "campo" msgid "Field Type" msgstr "Tipo di campo" -#: modules/calendar/calendar.php:2506 +#: modules/calendar/calendar.php:2516 msgid "Field used for sorting the calendar items in a day cell" msgstr "" "Campo utilizzato per ordinare gli elementi del calendario in una cella del " @@ -1423,13 +1435,13 @@ msgstr "" "Filtra la lista degli utenti dei meta editoriali per gli utenti dei ruoli " "selezionati." -#: modules/content-board/content-board.php:1397 -#: modules/content-overview/content-overview.php:1424 +#: modules/content-board/content-board.php:1412 +#: modules/content-overview/content-overview.php:1433 msgid "Filter Title" msgstr "Titolo filtro" -#: modules/content-board/content-board.php:929 -#: modules/content-overview/content-overview.php:950 +#: modules/content-board/content-board.php:944 +#: modules/content-overview/content-overview.php:959 msgid "Filter updated successfully." msgstr "Filtro aggiornato correttamente." @@ -1441,62 +1453,44 @@ msgstr "Data prima bozza" msgid "First Name" msgstr "Nome" -#: modules/calendar/calendar.php:1365 +#: modules/calendar/calendar.php:1375 msgid "Five months" msgstr "Cinque mesi" -#: modules/calendar/calendar.php:1331 +#: modules/calendar/calendar.php:1341 msgid "Five months ago" msgstr "Cinque mesi fa" -#: modules/modules-settings/modules-settings.php:260 -#, php-format -msgid "" -"For custom post statuses, activate the %1$sPublishPress Statuses%2$s plugin. " -"%3$sLearn more...%4$s" -msgstr "" -"Per gli stati personalizzati degli articoli, attiva il plugin " -"%1$sPublishPress Statuses%2$s. %3$sApprofondisci...%4$s" - -#: modules/modules-settings/modules-settings.php:268 -#, php-format -msgid "" -"For custom post statuses, install the %1$sPublishPress Statuses%2$s plugin. " -"%3$sLearn more...%4$s" -msgstr "" -"Per gli stati personalizzati degli articoli, installa il plugin " -"%1$sPublishPress Statuses%2$s. %3$sApprofondisci...%4$s" - -#: modules/improved-notifications/improved-notifications.php:823 +#: modules/improved-notifications/improved-notifications.php:824 #: modules/notifications-log/library/NotificationsLogTable.php:492 msgid "For which content?" msgstr "Per quale contenuto?" -#: modules/improved-notifications/improved-notifications.php:975 +#: modules/improved-notifications/improved-notifications.php:976 msgid "Format" msgstr "Formato" -#: modules/calendar/calendar.php:2030 +#: modules/calendar/calendar.php:2040 msgid "Forward %d weeks" msgstr "Avanti di %d settimane" -#: modules/calendar/calendar.php:2015 +#: modules/calendar/calendar.php:2025 msgid "Forward 1 week" msgstr "Avanti di una settimana" -#: modules/calendar/calendar.php:1363 +#: modules/calendar/calendar.php:1373 msgid "Four months" msgstr "Quattro mesi" -#: modules/calendar/calendar.php:1329 +#: modules/calendar/calendar.php:1339 msgid "Four months ago" msgstr "Quattro mesi fa" -#: modules/calendar/calendar.php:1350 +#: modules/calendar/calendar.php:1360 msgid "Four weeks" msgstr "Quattro settimane" -#: modules/calendar/calendar.php:776 +#: modules/calendar/calendar.php:786 msgid "Fri" msgstr "Ven" @@ -1504,7 +1498,7 @@ msgstr "Ven" msgid "From date" msgstr "Dalla data" -#: modules/improved-notifications/improved-notifications.php:793 +#: modules/improved-notifications/improved-notifications.php:794 msgid "Help" msgstr "Aiuto" @@ -1514,7 +1508,7 @@ msgstr "" "Il campo nascosto può essere visualizzato solo nella vista di modifica " "dell'articolo." -#: modules/calendar/calendar.php:760 +#: modules/calendar/calendar.php:770 #, php-format msgid "Hide the %s last items" msgstr "Nascondi gli ultimi %s elementi" @@ -1535,7 +1529,7 @@ msgstr "" "chiave segreta iCal rigenerata. Ricordati di informare tutti gli utenti che " "dovranno iscriversi nuovamente." -#: modules/calendar/calendar.php:3459 +#: modules/calendar/calendar.php:3469 #: lib/Notifications/Table/Notifications.php:159 #: lib/Notifications/Table/Workflows.php:143 msgid "ID" @@ -1578,16 +1572,16 @@ msgstr "" "Se vedi un errore o cerchi informazioni su PublishPress, non esitare a " "contattare il team di supporto. Mandaci una email:" -#: modules/content-board/content-board.php:1112 +#: modules/content-board/content-board.php:1127 msgid "Inbuilt Card Data" msgstr "Dati della scheda incorporati" -#: modules/content-overview/content-overview.php:1136 +#: modules/content-overview/content-overview.php:1145 msgid "Inbuilt Columns" msgstr "Colonne integrate" -#: modules/content-board/content-board.php:1171 -#: modules/content-overview/content-overview.php:1198 +#: modules/content-board/content-board.php:1186 +#: modules/content-overview/content-overview.php:1207 msgid "Inbuilt filters" msgstr "Filtri integrati" @@ -1600,7 +1594,7 @@ msgstr "Indica il tipo selezionato." msgid "Indicate the type of editorial fields." msgstr "Indica il tipo di campo editoriale." -#: modules/calendar/calendar.php:1472 +#: modules/calendar/calendar.php:1482 msgid "Initializing the calendar. Please wait..." msgstr "Inizializzando il calendario. Attendi…" @@ -1623,25 +1617,26 @@ msgstr "Canale non valido per la notifica" msgid "Invalid comment data" msgstr "Dati del commento non validi" -#: modules/calendar/calendar.php:3199 +#: modules/calendar/calendar.php:3209 msgid "Invalid date" msgstr "Data non valida" -#: modules/content-board/content-board.php:1510 -#: modules/content-board/content-board.php:1560 -#: modules/content-overview/content-overview.php:1538 +#: modules/content-board/content-board.php:1528 +#: modules/content-board/content-board.php:1554 +#: modules/content-board/content-board.php:1613 +#: modules/content-overview/content-overview.php:1547 msgid "Invalid form request." msgstr "Richiesta di modulo non valida." -#: modules/calendar/calendar.php:3179 +#: modules/calendar/calendar.php:3189 msgid "Invalid input" msgstr "Input non valido" -#: core/Error.php:80 modules/calendar/calendar.php:3170 +#: core/Error.php:80 modules/calendar/calendar.php:3180 msgid "Invalid nonce" msgstr "Nonce non valido" -#: modules/calendar/calendar.php:3758 +#: modules/calendar/calendar.php:3768 msgid "Invalid Publish Date supplied." msgstr "Data di pubblicazione fornita non valida." @@ -1649,11 +1644,11 @@ msgstr "Data di pubblicazione fornita non valida." msgid "Invalid receiver for the notification" msgstr "Ricevitore non valido per la notifica" -#: modules/calendar/calendar.php:3734 +#: modules/calendar/calendar.php:3744 msgid "Invalid Status supplied." msgstr "Stato fornito non valido." -#: modules/calendar/calendar.php:1476 +#: modules/calendar/calendar.php:1486 msgid "" "It seems like it is taking too long. Please, try reloading the page again " "and check the browser console looking for errors." @@ -1661,20 +1656,20 @@ msgstr "" "Sta impiegando troppo tempo. Prova a ricaricare di nuovo la pagina e " "controlla la console del browser alla ricerca di errori." -#: modules/calendar/calendar.php:778 +#: modules/calendar/calendar.php:788 msgid "Jan" msgstr "Gen" -#: modules/calendar/calendar.php:784 +#: modules/calendar/calendar.php:794 msgid "Jul" msgstr "Lug" -#: modules/calendar/calendar.php:783 +#: modules/calendar/calendar.php:793 msgid "Jun" msgstr "Giu" -#: modules/content-overview/content-overview.php:1085 -#: modules/content-overview/content-overview.php:1142 +#: modules/content-overview/content-overview.php:1094 +#: modules/content-overview/content-overview.php:1151 msgid "Last Modified" msgstr "Ultima modifica" @@ -1682,11 +1677,11 @@ msgstr "Ultima modifica" msgid "Last Name" msgstr "Cognome" -#: modules/calendar/calendar.php:757 +#: modules/calendar/calendar.php:767 msgid "Loading item..." msgstr "Caricando l'elemento…" -#: modules/calendar/calendar.php:756 +#: modules/calendar/calendar.php:766 #: modules/notifications-log/notifications-log.php:210 msgid "Loading..." msgstr "Caricando…" @@ -1715,20 +1710,20 @@ msgstr "Rendi nascosto" msgid "Make Viewable" msgstr "Rendi visibile" -#: modules/calendar/calendar.php:780 +#: modules/calendar/calendar.php:790 msgid "Mar" msgstr "Mar" -#: modules/calendar/calendar.php:2514 +#: modules/calendar/calendar.php:2524 msgid "Max visible posts per date" msgstr "Numero massimo di post visibili per data" -#: modules/calendar/calendar.php:782 +#: modules/calendar/calendar.php:792 msgid "May" msgstr "Mag" -#: modules/content-board/content-board.php:1881 -#: modules/content-overview/content-overview.php:1859 +#: modules/content-board/content-board.php:1942 +#: modules/content-overview/content-overview.php:1875 msgid "Me Mode" msgstr "Me Mode" @@ -1736,7 +1731,7 @@ msgstr "Me Mode" msgid "Message" msgstr "Messaggio" -#: modules/improved-notifications/improved-notifications.php:984 +#: modules/improved-notifications/improved-notifications.php:985 msgid "Meta fields" msgstr "Campi meta" @@ -1753,7 +1748,7 @@ msgstr "" "Il nome del metadato è in conflitto con un termine esistente. Scegli un " "altro nome." -#: modules/improved-notifications/improved-notifications.php:351 +#: modules/improved-notifications/improved-notifications.php:352 msgid "minutes" msgstr "minuti" @@ -1761,7 +1756,7 @@ msgstr "minuti" msgid "Modified on" msgstr "Modificato il" -#: modules/calendar/calendar.php:772 +#: modules/calendar/calendar.php:782 msgid "Mon" msgstr "Lun" @@ -1777,17 +1772,17 @@ msgstr "Notifiche di ruolo più usate" msgid "Most Used Notify User" msgstr "Gli utenti di notifica più usati" -#: modules/content-board/content-board.php:2595 -#: modules/content-board/content-board.php:2729 +#: modules/content-board/content-board.php:2675 +#: modules/content-board/content-board.php:2809 msgid "Move posts here to change their status" msgstr "Sposta gli articoli qui per cambiarne lo stato" -#: modules/content-board/content-board.php:2673 -#: modules/content-overview/content-overview.php:3025 +#: modules/content-board/content-board.php:2753 +#: modules/content-overview/content-overview.php:3063 msgid "Move this item to the Trash" msgstr "Sposta questo elemento nel cestino" -#: modules/calendar/calendar.php:759 +#: modules/calendar/calendar.php:769 msgid "Moving the item..." msgstr "Spostando l'elemento…" @@ -1796,9 +1791,9 @@ msgstr "Spostando l'elemento…" msgid "Multiple Select" msgstr "Selezione multipla" -#: modules/improved-notifications/improved-notifications.php:406 -#: modules/improved-notifications/improved-notifications.php:1135 -#: modules/improved-notifications/improved-notifications.php:1152 +#: modules/improved-notifications/improved-notifications.php:407 +#: modules/improved-notifications/improved-notifications.php:1136 +#: modules/improved-notifications/improved-notifications.php:1153 msgid "Muted" msgstr "Silenzioso" @@ -1858,8 +1853,8 @@ msgstr "Nuova notifica di ruolo" msgid "New Notify User" msgstr "Nuovo utente di notifica" -#: modules/content-board/content-board.php:1911 -#: modules/content-overview/content-overview.php:1889 +#: modules/content-board/content-board.php:1972 +#: modules/content-overview/content-overview.php:1905 msgid "New Post" msgstr "Nuovo articolo" @@ -1876,7 +1871,7 @@ msgstr "Nuovo stato" msgid "Nickname" msgstr "Pseudonimo" -#: modules/calendar/calendar.php:1373 +#: modules/calendar/calendar.php:1383 msgid "Nine months" msgstr "Nove mesi" @@ -1894,7 +1889,7 @@ msgstr "No" msgid "No active notifications found for this %s." msgstr "Nessuna notifica attiva trovata per questo %s." -#: modules/calendar/calendar.php:3693 +#: modules/calendar/calendar.php:3703 msgid "No date supplied." msgstr "Nessuna data specificata." @@ -1906,11 +1901,11 @@ msgstr "Nessun commento editoriale." msgid "No editorial fields found." msgstr "Nessun campo editoriale trovato." -#: modules/calendar/calendar.php:3190 +#: modules/calendar/calendar.php:3200 msgid "No enough permissions" msgstr "Non hai autorizzazioni sufficienti" -#: publishpress.php:1328 publishpress.php:1329 +#: publishpress.php:1332 publishpress.php:1333 msgid "No notification found" msgstr "Nessuna notifica trovata" @@ -1933,12 +1928,12 @@ msgstr "Nessuna notifica di ruoli" msgid "No notify users" msgstr "Nessun utente di notifica" -#: modules/content-board/content-board.php:2750 -#: modules/content-overview/content-overview.php:2539 +#: modules/content-board/content-board.php:2830 +#: modules/content-overview/content-overview.php:2577 msgid "No results found" msgstr "Nessun risultato trovato." -#: modules/calendar/calendar.php:798 +#: modules/calendar/calendar.php:808 msgid "No terms" msgstr "Nessun termine" @@ -1963,9 +1958,9 @@ msgstr "" "Controllo nonce fallito. Assicurati che tu possa modificare i commenti " "editoriali." -#: modules/calendar/calendar.php:1715 -#: modules/content-board/content-board.php:3062 -#: modules/content-overview/content-overview.php:2892 +#: modules/calendar/calendar.php:1725 +#: modules/content-board/content-board.php:3142 +#: modules/content-overview/content-overview.php:2930 msgid "None" msgstr "Nessuno" @@ -1977,7 +1972,7 @@ msgstr "Non filtrato" msgid "Notepad" msgstr "Blocco note" -#: publishpress.php:1322 publishpress.php:1327 +#: publishpress.php:1326 publishpress.php:1331 #: modules/notifications-log/notifications-log.php:209 msgid "Notification" msgstr "Notifica" @@ -1986,13 +1981,13 @@ msgstr "Notifica" msgid "Notification log not found" msgstr "Registro delle notifiche non trovato" -#: publishpress.php:1321 publishpress.php:1326 +#: publishpress.php:1325 publishpress.php:1330 #: modules/notifications/notifications.php:72 #: modules/notifications/notifications.php:600 msgid "Notifications" msgstr "Notifiche" -#: modules/improved-notifications/improved-notifications.php:741 +#: modules/improved-notifications/improved-notifications.php:742 #: modules/notifications-log/notifications-log.php:75 #: modules/notifications-log/notifications-log.php:263 #: modules/notifications-log/notifications-log.php:489 @@ -2016,7 +2011,7 @@ msgstr "Email di notifica" msgid "Notify me" msgstr "Avvisami" -#: modules/improved-notifications/improved-notifications.php:306 +#: modules/improved-notifications/improved-notifications.php:307 msgid "Notify on editorial comments" msgstr "Notifica sui commenti editoriali" @@ -2042,11 +2037,11 @@ msgstr "Utente di notifica" msgid "Notify Users" msgstr "Utenti di notifica" -#: modules/improved-notifications/improved-notifications.php:272 +#: modules/improved-notifications/improved-notifications.php:273 msgid "Notify when content is published" msgstr "Avvisa quando il contenuto viene pubblicato" -#: modules/calendar/calendar.php:788 +#: modules/calendar/calendar.php:798 msgid "Nov" msgstr "Nov" @@ -2054,7 +2049,7 @@ msgstr "Nov" msgid "Number" msgstr "Numero" -#: modules/calendar/calendar.php:787 +#: modules/calendar/calendar.php:797 msgid "Oct" msgstr "Ott" @@ -2063,7 +2058,7 @@ msgstr "Ott" msgid "Old post status: %s" msgstr "Vecchio stato dell'articolo: %s" -#: modules/improved-notifications/improved-notifications.php:979 +#: modules/improved-notifications/improved-notifications.php:980 msgid "" "On each shortcode, you can select one or more fields. If more than one, they " "will be displayed separated by \", \"." @@ -2071,24 +2066,24 @@ msgstr "" "Su ogni shortcode, puoi selezionare uno o più campi. Se più di uno, verranno " "visualizzati separati da una \", \"." -#: modules/calendar/calendar.php:1356 +#: modules/calendar/calendar.php:1366 msgid "One month" msgstr "Un mese" -#: modules/calendar/calendar.php:1323 +#: modules/calendar/calendar.php:1333 msgid "One month ago" msgstr "Un mese fa" -#: modules/calendar/calendar.php:1344 +#: modules/calendar/calendar.php:1354 msgid "One week" msgstr "Una settimana" -#: modules/content-board/content-board.php:2595 -#: modules/content-board/content-board.php:2729 +#: modules/content-board/content-board.php:2675 +#: modules/content-board/content-board.php:2809 msgid "Only editable posts will be moveable." msgstr "Solo gli articoli modificabili saranno spostabili." -#: modules/improved-notifications/improved-notifications.php:784 +#: modules/improved-notifications/improved-notifications.php:785 msgid "Options" msgstr "Opzioni" @@ -2127,8 +2122,8 @@ msgstr "Utente di notifica genitore" msgid "Parent Notify User:" msgstr "Utente di notifica genitore:" -#: modules/content-board/content-board.php:2389 -#: modules/content-overview/content-overview.php:2367 +#: modules/content-board/content-board.php:2472 +#: modules/content-overview/content-overview.php:2405 msgid "Passed" msgstr "Approvato" @@ -2140,11 +2135,11 @@ msgstr "Percorso" msgid "Pending Review" msgstr "In attesa di revisione" -#: publishpress.php:585 +#: publishpress.php:586 msgid "Planner" msgstr "Planner" -#: publishpress.php:669 +#: publishpress.php:670 msgid "Please correct your form errors below and try again." msgstr "Correggi gli errori nel modulo sottostante e riprova." @@ -2177,9 +2172,9 @@ msgstr "Seleziona un tipo di metadati valido." msgid "Please select at least one event" msgstr "Selezionare almeno un evento" -#: modules/calendar/calendar.php:770 -#: modules/content-board/content-board.php:1717 -#: modules/content-overview/content-overview.php:1695 +#: modules/calendar/calendar.php:780 +#: modules/content-board/content-board.php:1777 +#: modules/content-overview/content-overview.php:1710 msgid "Please, wait! Loading the form fields..." msgstr "Attendi! Caricamento in corso dei campi del modulo…" @@ -2207,16 +2202,16 @@ msgstr "Posizione" msgid "Post" msgstr "Articolo" -#: modules/calendar/calendar.php:3834 +#: modules/calendar/calendar.php:3844 msgid "Post could not be created" msgstr "L'articolo non può essere creato" -#: modules/calendar/calendar.php:3827 +#: modules/calendar/calendar.php:3837 msgid "Post created successfully" msgstr "Articolo creato con successo" -#: modules/content-overview/content-overview.php:1084 -#: modules/content-overview/content-overview.php:1141 +#: modules/content-overview/content-overview.php:1093 +#: modules/content-overview/content-overview.php:1150 msgid "Post Date" msgstr "Data articolo" @@ -2224,7 +2219,7 @@ msgstr "Data articolo" msgid "Post date updated." msgstr "Data dell'articolo aggiornata." -#: publishpress.php:675 +#: publishpress.php:676 msgid "Post does not exist" msgstr "L'articolo non esiste" @@ -2232,18 +2227,18 @@ msgstr "L'articolo non esiste" msgid "Post ID: %d" msgstr "ID Articolo: %d" -#: modules/calendar/calendar.php:3185 +#: modules/calendar/calendar.php:3195 msgid "Post not found" msgstr "Articolo non trovato" -#: modules/calendar/calendar.php:2815 modules/calendar/calendar.php:3470 -#: modules/calendar/calendar.php:3550 -#: modules/content-board/content-board.php:1173 -#: modules/content-board/content-board.php:1746 -#: modules/content-board/content-board.php:2084 -#: modules/content-overview/content-overview.php:1200 -#: modules/content-overview/content-overview.php:1724 -#: modules/content-overview/content-overview.php:2062 +#: modules/calendar/calendar.php:2825 modules/calendar/calendar.php:3480 +#: modules/calendar/calendar.php:3560 +#: modules/content-board/content-board.php:1188 +#: modules/content-board/content-board.php:1807 +#: modules/content-board/content-board.php:2167 +#: modules/content-overview/content-overview.php:1209 +#: modules/content-overview/content-overview.php:1740 +#: modules/content-overview/content-overview.php:2100 msgid "Post Status" msgstr "Stati dell'articolo" @@ -2255,19 +2250,19 @@ msgstr "Lo stato dell'articolo è stato aggiornato." msgid "Post Status Widget" msgstr "Widget stato articolo" -#: modules/calendar/calendar.php:1888 modules/calendar/calendar.php:3454 -#: modules/content-board/content-board.php:1060 -#: modules/content-board/content-board.php:1073 -#: modules/content-board/content-board.php:1114 -#: modules/content-board/content-board.php:1175 -#: modules/content-board/content-board.php:1735 -#: modules/content-board/content-board.php:2167 -#: modules/content-overview/content-overview.php:1082 -#: modules/content-overview/content-overview.php:1097 -#: modules/content-overview/content-overview.php:1139 -#: modules/content-overview/content-overview.php:1202 -#: modules/content-overview/content-overview.php:1713 -#: modules/content-overview/content-overview.php:2145 +#: modules/calendar/calendar.php:1898 modules/calendar/calendar.php:3464 +#: modules/content-board/content-board.php:1075 +#: modules/content-board/content-board.php:1088 +#: modules/content-board/content-board.php:1129 +#: modules/content-board/content-board.php:1190 +#: modules/content-board/content-board.php:1795 +#: modules/content-board/content-board.php:2250 +#: modules/content-overview/content-overview.php:1091 +#: modules/content-overview/content-overview.php:1106 +#: modules/content-overview/content-overview.php:1148 +#: modules/content-overview/content-overview.php:1211 +#: modules/content-overview/content-overview.php:1728 +#: modules/content-overview/content-overview.php:2183 msgid "Post Type" msgstr "Tipo di articolo" @@ -2275,11 +2270,11 @@ msgstr "Tipo di articolo" msgid "Post type" msgstr "Tipo di articolo" -#: modules/calendar/calendar.php:768 +#: modules/calendar/calendar.php:778 msgid "Post type not found" msgstr "Tipo di contenuto non trovato" -#: modules/calendar/calendar.php:769 +#: modules/calendar/calendar.php:779 msgid "Post type:" msgstr "Tipo di contenuto:" @@ -2293,11 +2288,11 @@ msgstr "Tipo di Articolo: %s" msgid "Post Types" msgstr "Tipi di articoli" -#: modules/calendar/calendar.php:2458 +#: modules/calendar/calendar.php:2468 msgid "Post types to show" msgstr "Tipi di articoli da mostrare" -#: modules/content-board/content-board.php:243 +#: modules/content-board/content-board.php:249 #: modules/content-overview/content-overview.php:252 msgid "Post types to show:" msgstr "Tipi di contenuto da mostrare:" @@ -2306,19 +2301,19 @@ msgstr "Tipi di contenuto da mostrare:" msgid "Posts at a Glance" msgstr "Articoli a colpo d'occhio" -#: modules/calendar/calendar.php:2490 +#: modules/calendar/calendar.php:2500 msgid "Posts publish time format" msgstr "Gli articoli pubblicano il formato dell'ora" -#: modules/calendar/calendar.php:1759 modules/calendar/calendar.php:3514 -#: modules/content-board/content-board.php:2706 -#: modules/content-overview/content-overview.php:3058 +#: modules/calendar/calendar.php:1769 modules/calendar/calendar.php:3524 +#: modules/content-board/content-board.php:2786 +#: modules/content-overview/content-overview.php:3096 msgid "Preview" msgstr "Anteprima" -#: modules/calendar/calendar.php:1756 -#: modules/content-board/content-board.php:2703 -#: modules/content-overview/content-overview.php:3055 +#: modules/calendar/calendar.php:1766 +#: modules/content-board/content-board.php:2783 +#: modules/content-overview/content-overview.php:3093 #, php-format msgid "Preview “%s”" msgstr "Anteprima “%s”" @@ -2327,8 +2322,8 @@ msgstr "Anteprima “%s”" msgid "Previous status" msgstr "Stato precedente" -#: modules/content-board/content-board.php:1903 -#: modules/content-overview/content-overview.php:1881 +#: modules/content-board/content-board.php:1964 +#: modules/content-overview/content-overview.php:1897 msgid "Print" msgstr "Stampa" @@ -2336,20 +2331,20 @@ msgstr "Stampa" msgid "Private" msgstr "Privato" -#: modules/calendar/calendar.php:3556 +#: modules/calendar/calendar.php:3566 msgid "Publish Time" msgstr "Pubblicare l'ora" -#: common/php/class-module.php:327 modules/calendar/calendar.php:1901 +#: common/php/class-module.php:327 modules/calendar/calendar.php:1911 msgid "Published" msgstr "Pubblicato" -#: modules/calendar/calendar.php:2814 +#: modules/calendar/calendar.php:2824 msgid "Publishing Time" msgstr "Tempo di pubblicazione" #. Author of the plugin -#: modules/calendar/calendar.php:1310 modules/settings/settings.php:61 +#: modules/calendar/calendar.php:1320 modules/settings/settings.php:61 msgid "PublishPress" msgstr "PublishPress" @@ -2371,7 +2366,7 @@ msgstr "" "WordPress. Le caratteristiche includono un calendario dei contenuti, " "notifiche e stati personalizzati." -#: publishpress.php:1368 +#: publishpress.php:1372 msgid "" "PublishPress Planner tried to load multiple times. Please, deactivate and " "remove other instances of PublishPress, specially if you are using " @@ -2385,17 +2380,17 @@ msgstr "" msgid "PublishPress Settings" msgstr "Impostazioni di PublishPress" -#: modules/improved-notifications/improved-notifications.php:976 +#: modules/improved-notifications/improved-notifications.php:977 msgid "Receiver" msgstr "Destinatario" -#: modules/calendar/calendar.php:2591 +#: modules/calendar/calendar.php:2601 msgid "Regenerate calendar feed secret" msgstr "Rigenera il feed secret del calendario" #: modules/editorial-metadata/editorial-metadata.php:1677 -msgid "Register metadata for these post types:" -msgstr "Registra i metadati per questi tipi di contenuto:" +msgid "Register editorial fields for these post types:" +msgstr "Registra i campi editoriali per questi tipi di contenuto:" #: modules/editorial-comments/editorial-comments.php:211 #: modules/editorial-comments/editorial-comments.php:721 @@ -2406,16 +2401,16 @@ msgstr "Rimuovi" msgid "Remove PublishPress ads and branding" msgstr "Rimuovi la pubblicità e il marchio di PublishPress" -#: modules/content-board/content-board.php:1224 +#: modules/content-board/content-board.php:1239 msgid "Reorder" msgstr "Riordina" -#: modules/content-overview/content-overview.php:1251 +#: modules/content-overview/content-overview.php:1260 msgid "Reorder Columns" msgstr "Riordina colonne" -#: modules/content-board/content-board.php:1372 -#: modules/content-overview/content-overview.php:1399 +#: modules/content-board/content-board.php:1387 +#: modules/content-overview/content-overview.php:1408 msgid "Reorder Filters" msgstr "Riordina filtri" @@ -2441,16 +2436,16 @@ msgstr "Richiesta di supporto" msgid "Reschedule" msgstr "Riprogrammare" -#: modules/calendar/calendar.php:2007 -#: modules/content-board/content-board.php:839 -#: modules/content-board/content-board.php:1977 -#: modules/content-overview/content-overview.php:860 -#: modules/content-overview/content-overview.php:1955 +#: modules/calendar/calendar.php:2017 +#: modules/content-board/content-board.php:854 +#: modules/content-board/content-board.php:2038 +#: modules/content-overview/content-overview.php:869 +#: modules/content-overview/content-overview.php:1971 msgid "Reset" msgstr "Reimposta" -#: modules/content-board/content-board.php:1976 -#: modules/content-overview/content-overview.php:1954 +#: modules/content-board/content-board.php:2037 +#: modules/content-overview/content-overview.php:1970 msgid "Reset Filters" msgstr "Reimposta i filtri" @@ -2473,33 +2468,29 @@ msgstr "ruolo:%s" msgid "Roles" msgstr "Ruoli" -#: modules/calendar/calendar.php:777 +#: modules/calendar/calendar.php:787 msgid "Sat" msgstr "Sab" -#: modules/calendar/calendar.php:764 modules/calendar/calendar.php:1785 +#: modules/calendar/calendar.php:774 modules/calendar/calendar.php:1795 msgid "Save" msgstr "Salva" -#: modules/calendar/calendar.php:1779 +#: modules/calendar/calendar.php:1789 #, php-format msgid "Save “%s”" msgstr "Salva “%s”" -#: modules/calendar/calendar.php:766 +#: modules/calendar/calendar.php:776 msgid "Save and edit" msgstr "Salva e modifica" -#: modules/calendar/calendar.php:765 +#: modules/calendar/calendar.php:775 msgid "Saving..." msgstr "Salvataggio in corso…" -#: modules/content-board/content-board.php:2561 -msgid "Schedule Date" -msgstr "Data di programmazione" - -#: common/php/class-module.php:329 modules/calendar/calendar.php:1896 -#: modules/content-board/content-board.php:2500 +#: common/php/class-module.php:329 modules/calendar/calendar.php:1906 +#: modules/content-board/content-board.php:2583 #: modules/notifications-log/library/NotificationsLogTable.php:523 msgid "Scheduled" msgstr "Programmato" @@ -2508,15 +2499,15 @@ msgstr "Programmato" msgid "Scheduled for %d receivers. Click here to display them." msgstr "Pianificato per %d destinatari. Fare clic qui per visualizzarli." -#: modules/content-board/content-board.php:1925 -#: modules/content-overview/content-overview.php:1903 +#: modules/content-board/content-board.php:1986 +#: modules/content-overview/content-overview.php:1919 msgid "Search" msgstr "Cerca" -#: modules/content-board/content-board.php:1924 -#: modules/content-board/content-board.php:2191 -#: modules/content-overview/content-overview.php:1902 -#: modules/content-overview/content-overview.php:2169 +#: modules/content-board/content-board.php:1985 +#: modules/content-board/content-board.php:2274 +#: modules/content-overview/content-overview.php:1918 +#: modules/content-overview/content-overview.php:2207 msgid "Search box" msgstr "Casella di ricerca" @@ -2528,7 +2519,7 @@ msgstr "Cerca commenti" msgid "Search Editorial Fields" msgstr "Cerca campi editoriali" -#: publishpress.php:1325 +#: publishpress.php:1329 msgid "Search Notifications" msgstr "Cerca notifiche" @@ -2550,19 +2541,19 @@ msgstr "Cerca utenti di notifica" msgid "Search results for “%s”" msgstr "Risultati della ricerca per “%s”" -#: modules/improved-notifications/improved-notifications.php:963 +#: modules/improved-notifications/improved-notifications.php:964 msgid "Select at least one option for each section." msgstr "Seleziona almeno una opzione per ciascuna selezione." -#: modules/content-board/content-board.php:1253 -#: modules/content-board/content-board.php:1401 -#: modules/content-overview/content-overview.php:1280 -#: modules/content-overview/content-overview.php:1428 +#: modules/content-board/content-board.php:1268 +#: modules/content-board/content-board.php:1416 +#: modules/content-overview/content-overview.php:1289 +#: modules/content-overview/content-overview.php:1437 msgid "Select Metakey" msgstr "Seleziona Metakey" -#: modules/content-board/content-board.php:2233 -#: modules/content-overview/content-overview.php:2211 +#: modules/content-board/content-board.php:2316 +#: modules/content-overview/content-overview.php:2249 msgid "Select option..." msgstr "Seleziona opzione…" @@ -2584,7 +2575,7 @@ msgstr "Invia notifiche di promemoria" msgid "Sent" msgstr "Inviato" -#: modules/calendar/calendar.php:786 +#: modules/calendar/calendar.php:796 msgid "Sep" msgstr "Set" @@ -2608,21 +2599,21 @@ msgstr "Impostazioni" msgid "settings" msgstr "impostazioni" -#: modules/calendar/calendar.php:1369 +#: modules/calendar/calendar.php:1379 msgid "Seven months" msgstr "Sette mesi" -#: modules/improved-notifications/improved-notifications.php:977 +#: modules/improved-notifications/improved-notifications.php:978 msgid "shortcode" msgstr "shortcode" -#: modules/calendar/calendar.php:761 +#: modules/calendar/calendar.php:771 #, php-format msgid "Show %s more" msgstr "Mostra più %s" -#: modules/content-board/content-board.php:797 -#: modules/content-overview/content-overview.php:818 +#: modules/content-board/content-board.php:812 +#: modules/content-overview/content-overview.php:827 msgid "Show content from" msgstr "Mostra i contenuti dal" @@ -2652,11 +2643,11 @@ msgstr "Selezione singola" msgid "Site Administrator" msgstr "Amministratore del sito" -#: modules/calendar/calendar.php:1367 +#: modules/calendar/calendar.php:1377 msgid "Six months" msgstr "Sei mesi" -#: modules/calendar/calendar.php:1333 +#: modules/calendar/calendar.php:1343 msgid "Six months ago" msgstr "Sei mesi fa" @@ -2738,14 +2729,14 @@ msgstr "" "Non hai i privilegi per modificare questo commento editoriale. Rivolgiti " "all'amministratore." -#: modules/calendar/calendar.php:1317 +#: modules/calendar/calendar.php:1327 msgid "Start date" msgstr "Data d'inizio" -#: modules/content-board/content-board.php:1071 -#: modules/content-overview/content-overview.php:1081 -#: modules/content-overview/content-overview.php:1095 -#: modules/content-overview/content-overview.php:1138 +#: modules/content-board/content-board.php:1086 +#: modules/content-overview/content-overview.php:1090 +#: modules/content-overview/content-overview.php:1104 +#: modules/content-overview/content-overview.php:1147 #: modules/notifications-log/library/NotificationsLogTable.php:494 msgid "Status" msgstr "Stato" @@ -2756,7 +2747,7 @@ msgstr "Stato" msgid "Status was changed for %1$s #%2$s \"%3$s\" by %4$s %5$s" msgstr "Lo stato per %1$s #%2$s \"%3$s\" è stato modificato da %4$s %5$s" -#: modules/calendar/calendar.php:2482 +#: modules/calendar/calendar.php:2492 msgid "Statuses to display publish time" msgstr "Stati per visualizzare l'ora di pubblicazione" @@ -2773,11 +2764,16 @@ msgstr "Oggetto" msgid "Subject:" msgstr "Oggetto:" +#: modules/content-board/content-board.php:1770 +#: modules/content-overview/content-overview.php:1703 +msgid "Submit" +msgstr "Invia" + #: modules/editorial-comments/library/EditorialCommentsTable.php:233 msgid "Submitted on" msgstr "Inviato il" -#: modules/calendar/calendar.php:1312 +#: modules/calendar/calendar.php:1322 msgid "Subscribe in iCal or Google Calendar" msgstr "Iscriviti a iCal o Google Calendar" @@ -2785,7 +2781,7 @@ msgstr "Iscriviti a iCal o Google Calendar" msgid "Success" msgstr "Successo" -#: modules/calendar/calendar.php:771 +#: modules/calendar/calendar.php:781 msgid "Sun" msgstr "Dom" @@ -2793,22 +2789,22 @@ msgstr "Dom" msgid "synchronous" msgstr "sincrono" -#: modules/calendar/calendar.php:3485 +#: modules/calendar/calendar.php:3495 msgid "Tag" msgid_plural "Tags" msgstr[0] "Tag" msgstr[1] "Tag" -#: modules/calendar/calendar.php:3584 -#: modules/content-board/content-board.php:1774 -#: modules/content-overview/content-overview.php:1752 +#: modules/calendar/calendar.php:3594 +#: modules/content-board/content-board.php:1835 +#: modules/content-overview/content-overview.php:1768 msgid "Tags" msgstr "Tag" -#: modules/content-board/content-board.php:1129 -#: modules/content-board/content-board.php:1189 -#: modules/content-overview/content-overview.php:1156 -#: modules/content-overview/content-overview.php:1216 +#: modules/content-board/content-board.php:1144 +#: modules/content-board/content-board.php:1204 +#: modules/content-overview/content-overview.php:1165 +#: modules/content-overview/content-overview.php:1225 msgid "Taxonomies" msgstr "Tassonomie" @@ -2826,7 +2822,7 @@ msgctxt "taxonomy singular name" msgid "Editorial Field" msgstr "Campo editoriale" -#: modules/calendar/calendar.php:1375 +#: modules/calendar/calendar.php:1385 msgid "Ten months" msgstr "Dieci mesi" @@ -2893,7 +2889,7 @@ msgstr "" "Il modulo delle notifiche dovrà essere abilitato per visualizzare questo " "widget." -#: modules/calendar/calendar.php:2558 +#: modules/calendar/calendar.php:2568 msgid "" "The number of weeks shown on the calendar can be changed on a user-by-user " "basis using the calendar's screen options." @@ -2905,11 +2901,11 @@ msgstr "" msgid "The parent log was deleted or probably rescheduled" msgstr "Il registro genitore è stato eliminato o probabilmente riprogrammato" -#: modules/calendar/calendar.php:3704 +#: modules/calendar/calendar.php:3714 msgid "The selected post type is not enabled for the calendar." msgstr "Il tipo di contenuto selezionato non è abilitato per il calendario." -#: modules/calendar/calendar.php:4183 +#: modules/calendar/calendar.php:4193 msgid "" "The selected user doesn't have enough permissions to be set as the post " "author." @@ -2922,8 +2918,8 @@ msgid "The slug cannot be changed once the term has been created." msgstr "" "Una volta che il termine è stato creato il suo slug non può essere cambiato." -#: modules/content-board/content-board.php:2755 -#: modules/content-overview/content-overview.php:2544 +#: modules/content-board/content-board.php:2835 +#: modules/content-overview/content-overview.php:2582 msgid "There are no posts in the range or filter specified." msgstr "Non sono presenti post nell'intervallo o nel filtro specificato." @@ -2983,6 +2979,14 @@ msgstr "" "Questa è un'anteprima del messaggio pianificato. Il contenuto può ancora " "essere modificato fino a quando non viene inviata la notifica." +#: modules/content-board/content-board.php:2631 +msgid "" +"This is the default publish date from today for posts moving to the " +"Scheduled status." +msgstr "" +"Questa è la data predefinita da oggi per gli articoli che vengono spostati " +"allo stato \"Programmato\"." + #: modules/notifications-log/notifications-log.php:442 msgid "" "This notification is very similar to another one sent less than %d minutes " @@ -2995,7 +2999,7 @@ msgstr "" msgid "This post was last updated on " msgstr "Questo articolo è stato aggiornato l'ultima volta il " -#: modules/improved-notifications/improved-notifications.php:355 +#: modules/improved-notifications/improved-notifications.php:356 msgid "" "This will prevent too many notifications being sent for the same or similar " "events. Set this to a higher number if you are receiving duplicate emails." @@ -3011,28 +3015,28 @@ msgstr "" "Ciò non avrà alcun effetto a meno che tu non abbia almeno un flusso di " "lavoro indirizzato alla casella \"Avvisami\"." -#: modules/calendar/calendar.php:1361 +#: modules/calendar/calendar.php:1371 msgid "Three months" msgstr "Tre mesi" -#: modules/calendar/calendar.php:1327 +#: modules/calendar/calendar.php:1337 msgid "Three months ago" msgstr "Tre mesi fa" -#: modules/calendar/calendar.php:1348 +#: modules/calendar/calendar.php:1358 msgid "Three weeks" msgstr "Tre settimane" -#: modules/calendar/calendar.php:775 +#: modules/calendar/calendar.php:785 msgid "Thu" msgstr "Gio" -#: modules/calendar/calendar.php:3545 -#: modules/content-board/content-board.php:536 -#: modules/content-board/content-board.php:1249 -#: modules/content-board/content-board.php:1741 -#: modules/content-overview/content-overview.php:557 -#: modules/content-overview/content-overview.php:1719 +#: modules/calendar/calendar.php:3555 +#: modules/content-board/content-board.php:551 +#: modules/content-board/content-board.php:1264 +#: modules/content-board/content-board.php:1801 +#: modules/content-overview/content-overview.php:566 +#: modules/content-overview/content-overview.php:1734 #: lib/Notifications/Table/Notifications.php:156 #: lib/Notifications/Table/Workflows.php:142 msgid "Title" @@ -3043,12 +3047,12 @@ msgstr "Titolo" msgid "Title: %s" msgstr "Titolo: %s" -#: modules/content-board/content-board.php:1938 -#: modules/content-board/content-board.php:2267 -#: modules/content-board/content-board.php:2301 -#: modules/content-overview/content-overview.php:1916 -#: modules/content-overview/content-overview.php:2245 -#: modules/content-overview/content-overview.php:2279 +#: modules/content-board/content-board.php:1999 +#: modules/content-board/content-board.php:2350 +#: modules/content-board/content-board.php:2384 +#: modules/content-overview/content-overview.php:1932 +#: modules/content-overview/content-overview.php:2283 +#: modules/content-overview/content-overview.php:2317 msgid "to" msgstr "a" @@ -3056,39 +3060,39 @@ msgstr "a" msgid "To date" msgstr "Ad oggi" -#: modules/calendar/calendar.php:797 modules/calendar/calendar.php:2055 +#: modules/calendar/calendar.php:807 modules/calendar/calendar.php:2065 msgid "Today" msgstr "Oggi" -#: modules/calendar/calendar.php:2049 +#: modules/calendar/calendar.php:2059 #, php-format msgid "Today is %s" msgstr "Oggi è %s" -#: common/php/class-module.php:332 modules/calendar/calendar.php:1745 -#: modules/calendar/calendar.php:3504 -#: modules/content-board/content-board.php:2677 -#: modules/content-overview/content-overview.php:3029 +#: common/php/class-module.php:332 modules/calendar/calendar.php:1755 +#: modules/calendar/calendar.php:3514 +#: modules/content-board/content-board.php:2757 +#: modules/content-overview/content-overview.php:3067 msgid "Trash" msgstr "Cestino" -#: modules/calendar/calendar.php:773 +#: modules/calendar/calendar.php:783 msgid "Tue" msgstr "Mar" -#: modules/calendar/calendar.php:1379 +#: modules/calendar/calendar.php:1389 msgid "Twelve months" msgstr "Dodici mesi" -#: modules/calendar/calendar.php:1359 +#: modules/calendar/calendar.php:1369 msgid "Two months" msgstr "Due mesi" -#: modules/calendar/calendar.php:1325 +#: modules/calendar/calendar.php:1335 msgid "Two months ago" msgstr "Due mesi fa" -#: modules/calendar/calendar.php:1346 +#: modules/calendar/calendar.php:1356 msgid "Two weeks" msgstr "Due settimane" @@ -3101,9 +3105,9 @@ msgstr "Tipo" msgid "Undefined error found" msgstr "Si è verificato un errore indefinito" -#: modules/calendar/calendar.php:1435 -#: modules/content-board/content-board.php:874 -#: modules/content-overview/content-overview.php:895 +#: modules/calendar/calendar.php:1445 +#: modules/content-board/content-board.php:889 +#: modules/content-overview/content-overview.php:904 msgid "Undo" msgstr "Annulla azione" @@ -3111,7 +3115,7 @@ msgstr "Annulla azione" msgid "Unpublished Content" msgstr "Contenuto non pubblicato" -#: modules/calendar/calendar.php:762 modules/calendar/calendar.php:3710 +#: modules/calendar/calendar.php:772 modules/calendar/calendar.php:3720 msgid "Untitled" msgstr "Senza titolo" @@ -3168,7 +3172,7 @@ msgstr "Utente" msgid "user" msgstr "utente" -#: modules/improved-notifications/improved-notifications.php:973 +#: modules/improved-notifications/improved-notifications.php:974 msgid "User making changes or comments" msgstr "Utente che apporta modifiche o commenti" @@ -3199,15 +3203,15 @@ msgstr "Utenti" msgid "Users who selected \"Notify me\" for the content" msgstr "Utenti che hanno selezionato «Avvisami» per il contenuto" -#: modules/calendar/calendar.php:1769 modules/calendar/calendar.php:3511 -#: modules/content-board/content-board.php:2693 -#: modules/content-overview/content-overview.php:3045 +#: modules/calendar/calendar.php:1779 modules/calendar/calendar.php:3521 +#: modules/content-board/content-board.php:2773 +#: modules/content-overview/content-overview.php:3083 msgid "View" msgstr "Visualizza" -#: modules/calendar/calendar.php:1763 -#: modules/content-board/content-board.php:2687 -#: modules/content-overview/content-overview.php:3039 +#: modules/calendar/calendar.php:1773 +#: modules/content-board/content-board.php:2767 +#: modules/content-overview/content-overview.php:3077 #, php-format msgid "View “%s”" msgstr "Visualizza “%s”" @@ -3217,7 +3221,7 @@ msgstr "Visualizza “%s”" msgid "View “%s” on Google Maps" msgstr "Visualizza “%s” su Google Maps" -#: modules/calendar/calendar.php:3969 +#: modules/calendar/calendar.php:3979 msgid "View all categories" msgstr "Visualizza tutte le categorie" @@ -3249,11 +3253,11 @@ msgstr "Visualizza: %s" msgid "Viewable" msgstr "Visibile" -#: publishpress.php:1376 +#: publishpress.php:1380 msgid "Warning" msgstr "Attenzione" -#: modules/calendar/calendar.php:774 +#: modules/calendar/calendar.php:784 msgid "Wed" msgstr "Mer" @@ -3261,7 +3265,7 @@ msgstr "Mer" msgid "What the post needs to cover." msgstr "Di che cosa deve trattare l'articolo." -#: modules/improved-notifications/improved-notifications.php:843 +#: modules/improved-notifications/improved-notifications.php:844 msgid "What to say?" msgstr "Cosa dire?" @@ -3286,13 +3290,13 @@ msgid "When the status is changed" msgstr "Quando lo stato è cambiato" #: lib/Notifications/Plugin.php:57 -#: modules/improved-notifications/improved-notifications.php:813 +#: modules/improved-notifications/improved-notifications.php:814 #: modules/notifications-log/library/NotificationsLogTable.php:491 msgid "When to notify?" msgstr "Quando notificare?" #: lib/Notifications/Plugin.php:59 -#: modules/improved-notifications/improved-notifications.php:833 +#: modules/improved-notifications/improved-notifications.php:834 #: modules/notifications-log/library/NotificationsLogTable.php:493 msgid "Who to notify?" msgstr "Cosa notificare?" @@ -3305,11 +3309,11 @@ msgstr "Opzioni del widget" msgid "WordPress Scheduler" msgstr "Programmazione di WordPress" -#: modules/improved-notifications/improved-notifications.php:974 +#: modules/improved-notifications/improved-notifications.php:975 msgid "Workflow" msgstr "Workflow" -#: modules/improved-notifications/improved-notifications.php:775 +#: modules/improved-notifications/improved-notifications.php:776 msgid "Workflow Settings" msgstr "Impostazioni del workflow" @@ -3319,8 +3323,8 @@ msgid "Workflow: %s" msgstr "Workflow: %s" #: views/user_profile_notification_channels.html.php:14 -#: modules/improved-notifications/improved-notifications.php:407 -#: modules/improved-notifications/improved-notifications.php:1153 +#: modules/improved-notifications/improved-notifications.php:408 +#: modules/improved-notifications/improved-notifications.php:1154 msgid "Workflows" msgstr "Workflow" @@ -3338,7 +3342,7 @@ msgstr "Sì" msgid "You are receiving this email because you are subscribed to \"%s\"." msgstr "Hai ricevuto questa email perché ti sei iscritto a \"%s\"." -#: modules/improved-notifications/improved-notifications.php:967 +#: modules/improved-notifications/improved-notifications.php:968 msgid "" "You can add dynamic information to the Subject or Body text using the " "following shortcodes:" @@ -3359,31 +3363,31 @@ msgstr "" msgid "You can see all editorial comments on this %s here: " msgstr "Puoi vedere qui tutti i commenti editoriali su questo %s: " -#: modules/content-board/content-board.php:1123 -#: modules/content-board/content-board.php:1183 -#: modules/content-overview/content-overview.php:1150 -#: modules/content-overview/content-overview.php:1210 +#: modules/content-board/content-board.php:1138 +#: modules/content-board/content-board.php:1198 +#: modules/content-overview/content-overview.php:1159 +#: modules/content-overview/content-overview.php:1219 msgid "You do not have any editorial fields enabled" msgstr "Non c'è nessun campo editoriale abilitato" -#: modules/content-board/content-board.php:1130 -#: modules/content-board/content-board.php:1190 -#: modules/content-overview/content-overview.php:1157 -#: modules/content-overview/content-overview.php:1217 +#: modules/content-board/content-board.php:1145 +#: modules/content-board/content-board.php:1205 +#: modules/content-overview/content-overview.php:1166 +#: modules/content-overview/content-overview.php:1226 msgid "You do not have any public taxonomies" msgstr "Non c'è nessuna tassonomia pubblica" -#: publishpress.php:671 +#: publishpress.php:672 msgid "You do not have necessary permissions to complete this action." msgstr "Non hai i permessi necessari per completare questa operazione." -#: modules/content-board/content-board.php:990 -#: modules/content-overview/content-overview.php:1011 +#: modules/content-board/content-board.php:1005 +#: modules/content-overview/content-overview.php:1020 #, php-format msgid "You do not have permission to add new %s" msgstr "Non hai i permessi necessari per aggiungere nuovi %s" -#: modules/content-board/content-board.php:1521 +#: modules/content-board/content-board.php:1566 msgid "You do not have permission to edit selected post." msgstr "Non hai i permessi necessari per modificare l'articolo selezionato." @@ -3400,6 +3404,28 @@ msgstr "" "Stai usando la versione gratuita di PublishPress Planner. La versione Pro ha " "più funzionalità e un supporto migliore. %sAggiorna a Pro%s" +#~ msgid "Basic Notifications" +#~ msgstr "Notifiche di base" + +#, php-format +#~ msgid "" +#~ "For custom post statuses, activate the %1$sPublishPress Statuses%2$s " +#~ "plugin. %3$sLearn more...%4$s" +#~ msgstr "" +#~ "Per gli stati personalizzati degli articoli, attiva il plugin " +#~ "%1$sPublishPress Statuses%2$s. %3$sApprofondisci...%4$s" + +#, php-format +#~ msgid "" +#~ "For custom post statuses, install the %1$sPublishPress Statuses%2$s " +#~ "plugin. %3$sLearn more...%4$s" +#~ msgstr "" +#~ "Per gli stati personalizzati degli articoli, installa il plugin " +#~ "%1$sPublishPress Statuses%2$s. %3$sApprofondisci...%4$s" + +#~ msgid "Schedule Date" +#~ msgstr "Data di programmazione" + #~ msgid "Add New Metadata Term" #~ msgstr "Aggiungi nuovo termine metadati" @@ -3538,9 +3564,6 @@ msgstr "" #~ msgid "Custom status doesn't exist." #~ msgstr "Lo stato personalizzato non esiste." -#~ msgid "Default" -#~ msgstr "Predefinito" - #~ msgid "Default post status has been changed." #~ msgstr "Lo stato predefinito dell'articolo è stato modificato." diff --git a/languages/publishpress.pot b/languages/publishpress.pot index d93d1327..5ac77f15 100644 --- a/languages/publishpress.pot +++ b/languages/publishpress.pot @@ -10,7 +10,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-05-27 17:13+0000\n" +"POT-Creation-Date: 2024-07-19 09:10+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: Loco https://localise.biz/\n" "X-Domain: publishpress\n" @@ -59,7 +59,7 @@ msgstr "" msgid "%1$s (%2$s ) said on %3$s at %4$s:" msgstr "" -#: modules/content-board/content-board.php:841 +#: modules/content-board/content-board.php:849 #: modules/content-overview/content-overview.php:856 #, php-format msgctxt "%1$s = start date, %2$s = end date" @@ -85,6 +85,11 @@ msgstr "" msgid "%1$s last updated on %2$s" msgstr "" +#: modules/calendar/calendar.php:1781 +#, php-format +msgid "%1s weeks" +msgstr "" + #: lib/Notifications/Workflow/Step/Receiver/Role.php:176 msgid "%d Role" msgid_plural "%d Roles" @@ -97,21 +102,21 @@ msgid_plural "%d Users" msgstr[0] "" msgstr[1] "" -#: modules/calendar/calendar.php:805 +#: modules/calendar/calendar.php:790 modules/calendar/calendar.php:1791 msgid "%d week" msgstr "" -#: modules/calendar/calendar.php:806 +#: modules/calendar/calendar.php:791 msgid "%d weeks" msgstr "" -#: modules/content-board/content-board.php:1000 +#: modules/content-board/content-board.php:1008 #: modules/content-overview/content-overview.php:1015 #, php-format msgid "%s could not be created" msgstr "" -#: modules/content-board/content-board.php:997 +#: modules/content-board/content-board.php:1005 #: modules/content-overview/content-overview.php:1012 #, php-format msgid "%s created successfully. Edit %s" @@ -124,26 +129,26 @@ msgid_plural "%s notifications found." msgstr[0] "" msgstr[1] "" -#: modules/calendar/calendar.php:4070 +#: modules/calendar/calendar.php:5265 #, php-format msgid "%s week" msgid_plural "%s weeks" msgstr[0] "" msgstr[1] "" -#: modules/calendar/calendar.php:2082 +#: modules/calendar/calendar.php:3017 msgid "«" msgstr "" -#: modules/calendar/calendar.php:2095 +#: modules/calendar/calendar.php:3030 msgid "‹" msgstr "" -#: modules/calendar/calendar.php:2051 +#: modules/calendar/calendar.php:2986 msgid "»" msgstr "" -#: modules/calendar/calendar.php:2034 +#: modules/calendar/calendar.php:2969 msgid "›" msgstr "" @@ -155,7 +160,16 @@ msgstr "" msgid "- any status -" msgstr "" -#: modules/calendar/calendar.php:212 +#: modules/editorial-metadata/input-handlers/editorial-metadata-input-select-handler.php:255 +#, php-format +msgid "-- Select %s --" +msgstr "" + +#: modules/editorial-metadata/input-handlers/editorial-metadata-input-user-handler.php:79 +msgid "-- Select a user --" +msgstr "" + +#: modules/calendar/calendar.php:253 msgid "" "

For more information:

Calendar Documentation

" msgstr "" -#: modules/calendar/calendar.php:207 +#: modules/calendar/calendar.php:248 msgid "" "

The calendar is a convenient week-by-week or month-by-month view into " "your content. Quickly see which stories are on track to being published on " @@ -331,7 +345,7 @@ msgstr "" msgid "Add Comment" msgstr "" -#: modules/calendar/calendar.php:777 +#: modules/calendar/calendar.php:762 #, php-format msgid "Add content for %s" msgstr "" @@ -342,21 +356,23 @@ msgstr "" msgid "Add editorial comment: %s" msgstr "" -#: modules/content-board/content-board.php:1424 +#: modules/calendar/calendar.php:2085 +#: modules/content-board/content-board.php:1432 #: modules/content-overview/content-overview.php:1445 msgid "Add Filter" msgstr "" -#: modules/content-board/content-board.php:1256 -#: modules/content-board/content-board.php:1276 -#: modules/content-board/content-board.php:1404 +#: modules/calendar/calendar.php:2065 +#: modules/content-board/content-board.php:1264 +#: modules/content-board/content-board.php:1284 +#: modules/content-board/content-board.php:1412 #: modules/content-overview/content-overview.php:1277 #: modules/content-overview/content-overview.php:1425 #: modules/editorial-metadata/editorial-metadata.php:1783 msgid "Add New" msgstr "" -#: modules/content-board/content-board.php:1634 +#: modules/content-board/content-board.php:1642 #: modules/content-overview/content-overview.php:1568 #, php-format msgid "Add New %s" @@ -370,7 +386,7 @@ msgstr "" msgid "Add New Editorial fields term" msgstr "" -#: publishpress.php:1327 +#: publishpress.php:1346 msgid "Add New Notification" msgstr "" @@ -411,8 +427,9 @@ msgstr "" msgid "All" msgstr "" -#: modules/content-board/content-board.php:2197 -#: modules/content-board/content-board.php:2200 +#: modules/calendar/calendar.php:1333 modules/calendar/calendar.php:1336 +#: modules/content-board/content-board.php:2205 +#: modules/content-board/content-board.php:2208 #: modules/content-overview/content-overview.php:2130 #: modules/content-overview/content-overview.php:2133 #, php-format @@ -423,15 +440,16 @@ msgstr "" msgid "All Actions" msgstr "" -#: modules/calendar/calendar.php:803 modules/calendar/calendar.php:4018 -#: modules/content-board/content-board.php:2222 -#: modules/content-board/content-board.php:2225 +#: modules/calendar/calendar.php:788 modules/calendar/calendar.php:1360 +#: modules/calendar/calendar.php:1363 modules/calendar/calendar.php:5213 +#: modules/content-board/content-board.php:2230 +#: modules/content-board/content-board.php:2233 #: modules/content-overview/content-overview.php:2155 #: modules/content-overview/content-overview.php:2158 msgid "All authors" msgstr "" -#: modules/calendar/calendar.php:801 +#: modules/calendar/calendar.php:786 msgid "All categories" msgstr "" @@ -468,7 +486,8 @@ msgstr "" msgid "All options value and labels are required." msgstr "" -#: modules/content-board/content-board.php:2254 +#: modules/calendar/calendar.php:1393 +#: modules/content-board/content-board.php:2262 #: modules/content-overview/content-overview.php:2187 msgid "All post types" msgstr "" @@ -479,7 +498,7 @@ msgstr "" msgid "All Posts" msgstr "" -#: modules/calendar/calendar.php:2880 +#: modules/calendar/calendar.php:4024 msgid "All posts" msgstr "" @@ -487,7 +506,8 @@ msgstr "" msgid "All Receivers" msgstr "" -#: modules/content-board/content-board.php:2469 +#: modules/calendar/calendar.php:1608 +#: modules/content-board/content-board.php:2477 #: modules/content-overview/content-overview.php:2402 msgid "All status" msgstr "" @@ -496,17 +516,18 @@ msgstr "" msgid "All Statuses" msgstr "" -#: modules/calendar/calendar.php:800 modules/calendar/calendar.php:3962 -#: modules/content-board/content-board.php:2171 +#: modules/calendar/calendar.php:785 modules/calendar/calendar.php:1307 +#: modules/calendar/calendar.php:5157 +#: modules/content-board/content-board.php:2179 #: modules/content-overview/content-overview.php:2104 msgid "All statuses" msgstr "" -#: modules/calendar/calendar.php:802 modules/calendar/calendar.php:3997 +#: modules/calendar/calendar.php:787 modules/calendar/calendar.php:5192 msgid "All tags" msgstr "" -#: modules/calendar/calendar.php:804 modules/calendar/calendar.php:4045 +#: modules/calendar/calendar.php:789 modules/calendar/calendar.php:5240 msgid "All types" msgstr "" @@ -519,7 +540,7 @@ msgstr "" msgid "All Workflows" msgstr "" -#: modules/calendar/calendar.php:2484 +#: modules/calendar/calendar.php:3628 msgid "Allow public access to subscriptions in iCal or Google Calendar" msgstr "" @@ -531,23 +552,25 @@ msgstr "" msgid "Always notify users who have edited the content:" msgstr "" -#: modules/calendar/calendar.php:2532 +#: modules/calendar/calendar.php:3676 msgid "Always show complete post titles" msgstr "" -#: modules/content-board/content-board.php:1522 -#: modules/content-board/content-board.php:1548 -#: modules/content-board/content-board.php:1607 +#: modules/content-board/content-board.php:1530 +#: modules/content-board/content-board.php:1556 +#: modules/content-board/content-board.php:1615 msgid "An error occured" msgstr "" -#: modules/content-board/content-board.php:851 -#: modules/content-board/content-board.php:861 -#: modules/content-board/content-board.php:2303 -#: modules/content-board/content-board.php:2414 -#: modules/content-board/content-board.php:2452 -#: modules/content-board/content-board.php:2533 -#: modules/content-board/content-board.php:2634 +#: modules/calendar/calendar.php:1442 modules/calendar/calendar.php:1553 +#: modules/calendar/calendar.php:1591 modules/calendar/calendar.php:1672 +#: modules/content-board/content-board.php:859 +#: modules/content-board/content-board.php:869 +#: modules/content-board/content-board.php:2311 +#: modules/content-board/content-board.php:2422 +#: modules/content-board/content-board.php:2460 +#: modules/content-board/content-board.php:2541 +#: modules/content-board/content-board.php:2640 #: modules/content-overview/content-overview.php:866 #: modules/content-overview/content-overview.php:876 #: modules/content-overview/content-overview.php:2236 @@ -557,14 +580,15 @@ msgstr "" msgid "Apply" msgstr "" -#: modules/content-board/content-board.php:1360 -#: modules/content-board/content-board.php:1508 +#: modules/calendar/calendar.php:2169 +#: modules/content-board/content-board.php:1368 +#: modules/content-board/content-board.php:1516 #: modules/content-overview/content-overview.php:1381 #: modules/content-overview/content-overview.php:1529 msgid "Apply Changes" msgstr "" -#: modules/calendar/calendar.php:791 +#: modules/calendar/calendar.php:776 msgid "Apr" msgstr "" @@ -586,7 +610,7 @@ msgstr "" msgid "asynchronous" msgstr "" -#: modules/calendar/calendar.php:2551 +#: modules/calendar/calendar.php:3695 msgid "At least one post type must be selected" msgstr "" @@ -594,18 +618,19 @@ msgstr "" msgid "Attach file" msgstr "" -#: modules/calendar/calendar.php:795 +#: modules/calendar/calendar.php:780 msgid "Aug" msgstr "" -#: modules/calendar/calendar.php:1890 modules/calendar/calendar.php:3485 -#: modules/calendar/calendar.php:3575 -#: modules/content-board/content-board.php:1076 -#: modules/content-board/content-board.php:1087 -#: modules/content-board/content-board.php:1130 -#: modules/content-board/content-board.php:1189 -#: modules/content-board/content-board.php:1816 -#: modules/content-board/content-board.php:2220 +#: modules/calendar/calendar.php:1358 modules/calendar/calendar.php:1954 +#: modules/calendar/calendar.php:1998 modules/calendar/calendar.php:2825 +#: modules/calendar/calendar.php:4633 modules/calendar/calendar.php:4723 +#: modules/content-board/content-board.php:1084 +#: modules/content-board/content-board.php:1095 +#: modules/content-board/content-board.php:1138 +#: modules/content-board/content-board.php:1197 +#: modules/content-board/content-board.php:1824 +#: modules/content-board/content-board.php:2228 #: modules/content-overview/content-overview.php:1092 #: modules/content-overview/content-overview.php:1105 #: modules/content-overview/content-overview.php:1149 @@ -614,9 +639,7 @@ msgstr "" #: modules/content-overview/content-overview.php:2153 #: modules/editorial-comments/library/EditorialCommentsTable.php:228 msgid "Author" -msgid_plural "Authors" -msgstr[0] "" -msgstr[1] "" +msgstr "" #. 1: author name, 2: author email #: modules/notifications/notifications.php:2069 @@ -640,11 +663,11 @@ msgstr "" msgid "Available fields" msgstr "" -#: modules/calendar/calendar.php:2074 +#: modules/calendar/calendar.php:3009 msgid "Back %d weeks" msgstr "" -#: modules/calendar/calendar.php:2086 +#: modules/calendar/calendar.php:3021 msgid "Back 1 week" msgstr "" @@ -676,38 +699,38 @@ msgstr "" msgid "Body" msgstr "" -#: modules/content-board/content-board.php:857 +#: modules/content-board/content-board.php:865 #: modules/content-overview/content-overview.php:872 #: modules/editorial-comments/editorial-comments.php:580 #: modules/editorial-metadata/editorial-metadata.php:2174 msgid "Cancel" msgstr "" -#: modules/content-board/content-board.php:930 +#: modules/content-board/content-board.php:938 msgid "Card Data updated successfully." msgstr "" -#: modules/calendar/calendar.php:3585 -#: modules/content-board/content-board.php:1826 +#: modules/calendar/calendar.php:4733 +#: modules/content-board/content-board.php:1834 #: modules/content-overview/content-overview.php:1759 #: lib/Notifications/Workflow/Step/Event_Content/Filter/Category.php:34 msgid "Categories" msgstr "" -#: modules/calendar/calendar.php:3490 +#: modules/calendar/calendar.php:4638 #: lib/Notifications/Workflow/Step/Event_Content/Category.php:24 msgid "Category" msgid_plural "Categories" msgstr[0] "" msgstr[1] "" -#: modules/content-board/content-board.php:858 +#: modules/content-board/content-board.php:866 #: modules/content-overview/content-overview.php:873 msgid "Change" msgstr "" -#: modules/content-board/content-board.php:1538 -#: modules/content-board/content-board.php:1596 +#: modules/content-board/content-board.php:1546 +#: modules/content-board/content-board.php:1604 msgid "Changes saved!" msgstr "" @@ -717,7 +740,7 @@ msgstr "" msgid "Channels" msgstr "" -#: publishpress.php:671 +#: publishpress.php:673 msgid "Cheatin’ uh?" msgstr "" @@ -725,7 +748,8 @@ msgstr "" msgid "Checkbox" msgstr "" -#: modules/content-board/content-board.php:2434 +#: modules/calendar/calendar.php:1573 +#: modules/content-board/content-board.php:2442 #: modules/content-overview/content-overview.php:2367 msgid "Checked" msgstr "" @@ -756,11 +780,11 @@ msgstr "" msgid "Click here to read more about shortcode options..." msgstr "" -#: modules/calendar/calendar.php:1414 +#: modules/calendar/calendar.php:2333 msgid "Click here to subscribe in iCal or Google Calendar" msgstr "" -#: modules/content-board/content-board.php:1121 +#: modules/content-board/content-board.php:1129 msgid "Click the \"Add New\" button to create new card data." msgstr "" @@ -768,12 +792,13 @@ msgstr "" msgid "Click the \"Add New\" button to create new columns." msgstr "" -#: modules/content-board/content-board.php:1180 +#: modules/calendar/calendar.php:1989 +#: modules/content-board/content-board.php:1188 #: modules/content-overview/content-overview.php:1201 msgid "Click the \"Add New\" button to create new filters." msgstr "" -#: modules/calendar/calendar.php:768 +#: modules/calendar/calendar.php:753 msgid "Click to add" msgstr "" @@ -792,7 +817,7 @@ msgstr "" msgid "Click to stop being notified on updates for this post" msgstr "" -#: modules/calendar/calendar.php:773 +#: modules/calendar/calendar.php:758 msgid "Close" msgstr "" @@ -821,7 +846,7 @@ msgstr "" msgid "Comment: %s (%d)" msgstr "" -#: publishpress.php:667 +#: publishpress.php:669 msgid "Configure" msgstr "" @@ -829,23 +854,23 @@ msgstr "" msgid "Contact" msgstr "" -#: modules/calendar/calendar.php:3602 -#: modules/content-board/content-board.php:1843 +#: modules/calendar/calendar.php:4750 +#: modules/content-board/content-board.php:1851 #: modules/content-overview/content-overview.php:1776 #: modules/improved-notifications/improved-notifications.php:972 #: lib/Notifications/Workflow/Step/Content/Main.php:29 msgid "Content" msgstr "" -#: modules/content-board/content-board.php:140 -#: modules/content-board/content-board.php:410 -#: modules/content-board/content-board.php:427 -#: modules/content-board/content-board.php:428 +#: modules/content-board/content-board.php:134 +#: modules/content-board/content-board.php:415 +#: modules/content-board/content-board.php:432 +#: modules/content-board/content-board.php:433 msgid "Content Board" msgstr "" -#: modules/calendar/calendar.php:170 modules/calendar/calendar.php:410 -#: modules/calendar/calendar.php:427 modules/calendar/calendar.php:428 +#: modules/calendar/calendar.php:208 modules/calendar/calendar.php:451 +#: modules/calendar/calendar.php:468 modules/calendar/calendar.php:469 msgid "Content Calendar" msgstr "" @@ -860,11 +885,11 @@ msgstr "" msgid "Content:" msgstr "" -#: modules/calendar/calendar.php:1408 +#: modules/calendar/calendar.php:2327 msgid "Copy to the clipboard" msgstr "" -#: modules/content-board/content-board.php:1768 +#: modules/content-board/content-board.php:1776 #: modules/content-overview/content-overview.php:1701 #, php-format msgid "Create %s" @@ -874,7 +899,7 @@ msgstr "" msgid "Created on" msgstr "" -#: modules/calendar/calendar.php:1331 +#: modules/calendar/calendar.php:2250 msgid "Current week" msgstr "" @@ -882,12 +907,13 @@ msgstr "" msgid "Custom Columns" msgstr "" -#: modules/content-board/content-board.php:1179 +#: modules/calendar/calendar.php:1988 +#: modules/content-board/content-board.php:1187 #: modules/content-overview/content-overview.php:1200 msgid "Custom filters" msgstr "" -#: modules/content-board/content-board.php:1120 +#: modules/content-board/content-board.php:1128 msgid "Custom Items" msgstr "" @@ -905,7 +931,7 @@ msgid "" "Statuses%2$s plugin. See %3$sPlanner > Settings%4$s for details." msgstr "" -#: modules/content-board/content-board.php:1945 +#: modules/content-board/content-board.php:1953 msgid "Customize Card Data" msgstr "" @@ -913,21 +939,22 @@ msgstr "" msgid "Customize Columns" msgstr "" -#: modules/content-board/content-board.php:1955 +#: modules/calendar/calendar.php:1752 +#: modules/content-board/content-board.php:1963 #: modules/content-overview/content-overview.php:1888 msgid "Customize Filters" msgstr "" -#: modules/dashboard/dashboard.php:56 -msgid "Dashboard" -msgstr "" - #: modules/dashboard/widgets/dashboard-notepad.php:50 msgid "Dashboard Note" msgstr "" -#: modules/calendar/calendar.php:3474 -#: modules/content-board/content-board.php:2003 +#: modules/dashboard/dashboard.php:56 +msgid "Dashboard Widgets" +msgstr "" + +#: modules/calendar/calendar.php:4622 +#: modules/content-board/content-board.php:2011 #: modules/content-overview/content-overview.php:1936 #: modules/editorial-metadata/editorial-metadata.php:285 #: lib/Notifications/Table/Notifications.php:158 @@ -943,12 +970,12 @@ msgstr "" msgid "Debug data" msgstr "" -#: modules/calendar/calendar.php:799 +#: modules/calendar/calendar.php:784 msgid "Dec" msgstr "" -#: modules/content-board/content-board.php:2624 -#: modules/content-board/content-board.php:2641 +#: modules/content-board/content-board.php:2630 +#: modules/content-board/content-board.php:2647 msgid "Default Date" msgstr "" @@ -963,7 +990,7 @@ msgstr "" msgid "Default option" msgstr "" -#: modules/calendar/calendar.php:2508 +#: modules/calendar/calendar.php:3652 msgid "Default publish time for items created in the calendar" msgstr "" @@ -993,11 +1020,11 @@ msgstr "" msgid "Description" msgstr "" -#: lib/Legacy/Util.php:236 +#: lib/Legacy/Util.php:238 msgid "Detailed documentation is also available on the plugin website." msgstr "" -#: modules/calendar/calendar.php:2582 modules/dashboard/dashboard.php:368 +#: modules/calendar/calendar.php:3726 modules/dashboard/dashboard.php:368 #: modules/dashboard/dashboard.php:391 modules/dashboard/dashboard.php:425 msgid "Disabled" msgstr "" @@ -1024,7 +1051,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: modules/calendar/calendar.php:1401 +#: modules/calendar/calendar.php:2320 msgid "Download .ics file" msgstr "" @@ -1032,7 +1059,7 @@ msgstr "" msgid "Draft" msgstr "" -#: modules/content-board/content-board.php:1319 +#: modules/content-board/content-board.php:1327 msgid "Drag to change enabled card data order." msgstr "" @@ -1040,7 +1067,8 @@ msgstr "" msgid "Drag to change enabled columns order." msgstr "" -#: modules/content-board/content-board.php:1467 +#: modules/calendar/calendar.php:2128 +#: modules/content-board/content-board.php:1475 #: modules/content-overview/content-overview.php:1488 msgid "Drag to change enabled filters order." msgstr "" @@ -1062,8 +1090,9 @@ msgstr "" msgid "E-mails" msgstr "" -#: modules/calendar/calendar.php:1745 modules/calendar/calendar.php:3507 -#: modules/content-board/content-board.php:2745 +#: modules/calendar/calendar.php:2680 modules/calendar/calendar.php:4655 +#: modules/content-board/content-board.php:2759 +#: modules/content-board/content-board.php:2865 #: modules/content-overview/content-overview.php:3055 #: modules/editorial-comments/editorial-comments.php:634 #: modules/editorial-metadata/editorial-metadata.php:2745 @@ -1081,7 +1110,7 @@ msgid "" "deactivate Edit Flow." msgstr "" -#: publishpress.php:1328 +#: publishpress.php:1347 msgid "Edit Notification" msgstr "" @@ -1097,11 +1126,11 @@ msgstr "" msgid "Edit Notify User" msgstr "" -#: modules/calendar/calendar.php:1745 +#: modules/calendar/calendar.php:2680 msgid "Edit this item" msgstr "" -#: modules/content-board/content-board.php:2741 +#: modules/content-board/content-board.php:2755 #: modules/content-overview/content-overview.php:3051 #: modules/dashboard/dashboard.php:299 msgid "Edit this post" @@ -1124,8 +1153,9 @@ msgstr "" msgid "Editorial Comments" msgstr "" -#: modules/content-board/content-board.php:1137 -#: modules/content-board/content-board.php:1197 +#: modules/calendar/calendar.php:2006 +#: modules/content-board/content-board.php:1145 +#: modules/content-board/content-board.php:1205 #: modules/content-overview/content-overview.php:1158 #: modules/content-overview/content-overview.php:1218 #: modules/editorial-metadata/editorial-metadata.php:96 @@ -1165,11 +1195,11 @@ msgstr "" msgid "Editorial Notifications" msgstr "" -#: modules/calendar/calendar.php:1381 +#: modules/calendar/calendar.php:2300 msgid "Eight months" msgstr "" -#: modules/calendar/calendar.php:1387 +#: modules/calendar/calendar.php:2306 msgid "Eleven months" msgstr "" @@ -1190,7 +1220,8 @@ msgstr "" msgid "Enable Columns" msgstr "" -#: modules/content-board/content-board.php:1386 +#: modules/calendar/calendar.php:2047 +#: modules/content-board/content-board.php:1394 #: modules/content-overview/content-overview.php:1407 msgid "Enable Filters" msgstr "" @@ -1199,18 +1230,22 @@ msgstr "" msgid "Enable for these post types:" msgstr "" -#: modules/content-board/content-board.php:1238 +#: modules/content-board/content-board.php:1246 msgid "Enable or Disable" msgstr "" -#: modules/content-board/content-board.php:1244 +#: modules/content-board/content-board.php:1252 msgid "Enable or Disable Content Board Card Data." msgstr "" -#: modules/content-board/content-board.php:1392 +#: modules/content-board/content-board.php:1400 msgid "Enable or Disable Content Board filter." msgstr "" +#: modules/calendar/calendar.php:2053 +msgid "Enable or Disable Content calendar filter." +msgstr "" + #: modules/content-overview/content-overview.php:1413 msgid "Enable or Disable Content Overview filter." msgstr "" @@ -1219,11 +1254,11 @@ msgstr "" msgid "Enable or Disable Content Overview table column." msgstr "" -#: modules/calendar/calendar.php:2476 +#: modules/calendar/calendar.php:3620 msgid "Enable subscriptions in iCal or Google Calendar" msgstr "" -#: modules/calendar/calendar.php:2583 modules/dashboard/dashboard.php:369 +#: modules/calendar/calendar.php:3727 modules/dashboard/dashboard.php:369 #: modules/dashboard/dashboard.php:392 modules/dashboard/dashboard.php:426 msgid "Enabled" msgstr "" @@ -1232,7 +1267,7 @@ msgstr "" msgid "Enabled features" msgstr "" -#: modules/calendar/calendar.php:1349 +#: modules/calendar/calendar.php:2268 msgid "End date" msgstr "" @@ -1266,7 +1301,7 @@ msgstr "" msgid "Error deleting term." msgstr "" -#: modules/content-board/content-board.php:1562 +#: modules/content-board/content-board.php:1570 msgid "Error fetching post data." msgstr "" @@ -1275,9 +1310,9 @@ msgstr "" msgid "Error updating term." msgstr "" -#: modules/content-board/content-board.php:1526 -#: modules/content-board/content-board.php:1552 -#: modules/content-board/content-board.php:1611 +#: modules/content-board/content-board.php:1534 +#: modules/content-board/content-board.php:1560 +#: modules/content-board/content-board.php:1619 #: modules/content-overview/content-overview.php:1545 msgid "Error validating nonce. Please reload this page and try again." msgstr "" @@ -1291,14 +1326,15 @@ msgstr "" msgid "Excerpt View" msgstr "" -#: modules/content-board/content-board.php:2473 +#: modules/calendar/calendar.php:1612 +#: modules/content-board/content-board.php:2481 #: modules/content-overview/content-overview.php:2406 #: modules/notifications-log/library/NotificationsLogTable.php:271 #: modules/notifications-log/library/NotificationsLogTable.php:287 msgid "Failed" msgstr "" -#: lib/Legacy/Util.php:210 +#: lib/Legacy/Util.php:212 msgid "Fast, professional support" msgstr "" @@ -1306,7 +1342,7 @@ msgstr "" msgid "Features" msgstr "" -#: modules/calendar/calendar.php:789 +#: modules/calendar/calendar.php:774 msgid "Feb" msgstr "" @@ -1322,7 +1358,7 @@ msgstr "" msgid "Field Type" msgstr "" -#: modules/calendar/calendar.php:2516 +#: modules/calendar/calendar.php:3660 msgid "Field used for sorting the calendar items in a day cell" msgstr "" @@ -1358,12 +1394,14 @@ msgid "" "roles." msgstr "" -#: modules/content-board/content-board.php:1412 +#: modules/calendar/calendar.php:2073 +#: modules/content-board/content-board.php:1420 #: modules/content-overview/content-overview.php:1433 msgid "Filter Title" msgstr "" -#: modules/content-board/content-board.php:944 +#: modules/calendar/calendar.php:1867 +#: modules/content-board/content-board.php:952 #: modules/content-overview/content-overview.php:959 msgid "Filter updated successfully." msgstr "" @@ -1376,11 +1414,11 @@ msgstr "" msgid "First Name" msgstr "" -#: modules/calendar/calendar.php:1375 +#: modules/calendar/calendar.php:2294 msgid "Five months" msgstr "" -#: modules/calendar/calendar.php:1341 +#: modules/calendar/calendar.php:2260 msgid "Five months ago" msgstr "" @@ -1393,27 +1431,27 @@ msgstr "" msgid "Format" msgstr "" -#: modules/calendar/calendar.php:2040 +#: modules/calendar/calendar.php:2975 msgid "Forward %d weeks" msgstr "" -#: modules/calendar/calendar.php:2025 +#: modules/calendar/calendar.php:2960 msgid "Forward 1 week" msgstr "" -#: modules/calendar/calendar.php:1373 +#: modules/calendar/calendar.php:2292 msgid "Four months" msgstr "" -#: modules/calendar/calendar.php:1339 +#: modules/calendar/calendar.php:2258 msgid "Four months ago" msgstr "" -#: modules/calendar/calendar.php:1360 +#: modules/calendar/calendar.php:2279 msgid "Four weeks" msgstr "" -#: modules/calendar/calendar.php:786 +#: modules/calendar/calendar.php:771 msgid "Fri" msgstr "" @@ -1429,7 +1467,7 @@ msgstr "" msgid "Hidden field can only be viewed on the edit post view." msgstr "" -#: modules/calendar/calendar.php:770 +#: modules/calendar/calendar.php:755 #, php-format msgid "Hide the %s last items" msgstr "" @@ -1442,13 +1480,13 @@ msgstr "" msgid "https://publishpress.com/" msgstr "" -#: modules/calendar/calendar.php:198 +#: modules/calendar/calendar.php:239 msgid "" "iCal secret key regenerated. Please inform all users they will need to " "resubscribe." msgstr "" -#: modules/calendar/calendar.php:3469 +#: modules/calendar/calendar.php:4617 #: lib/Notifications/Table/Notifications.php:159 #: lib/Notifications/Table/Workflows.php:143 msgid "ID" @@ -1472,7 +1510,7 @@ msgstr "" msgid "If you like %s please leave us a %s rating. Thank you!" msgstr "" -#: lib/Legacy/Util.php:225 +#: lib/Legacy/Util.php:227 msgid "If you need help or have a new feature request, let us know." msgstr "" @@ -1482,7 +1520,7 @@ msgid "" "don't hesitate to contact the support team. E-mail us:" msgstr "" -#: modules/content-board/content-board.php:1127 +#: modules/content-board/content-board.php:1135 msgid "Inbuilt Card Data" msgstr "" @@ -1490,7 +1528,8 @@ msgstr "" msgid "Inbuilt Columns" msgstr "" -#: modules/content-board/content-board.php:1186 +#: modules/calendar/calendar.php:1995 +#: modules/content-board/content-board.php:1194 #: modules/content-overview/content-overview.php:1207 msgid "Inbuilt filters" msgstr "" @@ -1504,7 +1543,7 @@ msgstr "" msgid "Indicate the type of editorial fields." msgstr "" -#: modules/calendar/calendar.php:1482 +#: modules/calendar/calendar.php:2405 msgid "Initializing the calendar. Please wait..." msgstr "" @@ -1512,6 +1551,10 @@ msgstr "" msgid "Integrate with the The Events Calendar plugin" msgstr "" +#: lib/Legacy/Util.php:210 +msgid "Integration with SEO plugins" +msgstr "" + #: modules/debug/debug.php:365 msgid "Invalid action nonce." msgstr "" @@ -1527,26 +1570,26 @@ msgstr "" msgid "Invalid comment data" msgstr "" -#: modules/calendar/calendar.php:3209 +#: modules/calendar/calendar.php:4353 msgid "Invalid date" msgstr "" -#: modules/content-board/content-board.php:1528 -#: modules/content-board/content-board.php:1554 -#: modules/content-board/content-board.php:1613 +#: modules/content-board/content-board.php:1536 +#: modules/content-board/content-board.php:1562 +#: modules/content-board/content-board.php:1621 #: modules/content-overview/content-overview.php:1547 msgid "Invalid form request." msgstr "" -#: modules/calendar/calendar.php:3189 +#: modules/calendar/calendar.php:4333 msgid "Invalid input" msgstr "" -#: core/Error.php:80 modules/calendar/calendar.php:3180 +#: core/Error.php:80 modules/calendar/calendar.php:4324 msgid "Invalid nonce" msgstr "" -#: modules/calendar/calendar.php:3768 +#: modules/calendar/calendar.php:4916 msgid "Invalid Publish Date supplied." msgstr "" @@ -1554,25 +1597,25 @@ msgstr "" msgid "Invalid receiver for the notification" msgstr "" -#: modules/calendar/calendar.php:3744 +#: modules/calendar/calendar.php:4892 msgid "Invalid Status supplied." msgstr "" -#: modules/calendar/calendar.php:1486 +#: modules/calendar/calendar.php:2409 msgid "" "It seems like it is taking too long. Please, try reloading the page again " "and check the browser console looking for errors." msgstr "" -#: modules/calendar/calendar.php:788 +#: modules/calendar/calendar.php:773 msgid "Jan" msgstr "" -#: modules/calendar/calendar.php:794 +#: modules/calendar/calendar.php:779 msgid "Jul" msgstr "" -#: modules/calendar/calendar.php:793 +#: modules/calendar/calendar.php:778 msgid "Jun" msgstr "" @@ -1585,11 +1628,11 @@ msgstr "" msgid "Last Name" msgstr "" -#: modules/calendar/calendar.php:767 +#: modules/calendar/calendar.php:752 msgid "Loading item..." msgstr "" -#: modules/calendar/calendar.php:766 +#: modules/calendar/calendar.php:751 #: modules/notifications-log/notifications-log.php:210 msgid "Loading..." msgstr "" @@ -1618,19 +1661,21 @@ msgstr "" msgid "Make Viewable" msgstr "" -#: modules/calendar/calendar.php:790 +#: modules/calendar/calendar.php:775 msgid "Mar" msgstr "" -#: modules/calendar/calendar.php:2524 +#: modules/calendar/calendar.php:3668 msgid "Max visible posts per date" msgstr "" -#: modules/calendar/calendar.php:792 +#: modules/calendar/calendar.php:777 msgid "May" msgstr "" -#: modules/content-board/content-board.php:1942 +#: modules/calendar/calendar.php:1747 modules/calendar/calendar.php:1748 +#: modules/calendar/calendar.php:4469 +#: modules/content-board/content-board.php:1950 #: modules/content-overview/content-overview.php:1875 msgid "Me Mode" msgstr "" @@ -1658,11 +1703,15 @@ msgstr "" msgid "minutes" msgstr "" +#: lib/Legacy/Util.php:209 +msgid "Modals so you can edit posts without changing screen" +msgstr "" + #: modules/debug/debug.php:297 msgid "Modified on" msgstr "" -#: modules/calendar/calendar.php:782 +#: modules/calendar/calendar.php:767 msgid "Mon" msgstr "" @@ -1678,17 +1727,17 @@ msgstr "" msgid "Most Used Notify User" msgstr "" -#: modules/content-board/content-board.php:2675 -#: modules/content-board/content-board.php:2809 +#: modules/content-board/content-board.php:2681 +#: modules/content-board/content-board.php:2823 msgid "Move posts here to change their status" msgstr "" -#: modules/content-board/content-board.php:2753 +#: modules/content-board/content-board.php:2767 #: modules/content-overview/content-overview.php:3063 msgid "Move this item to the Trash" msgstr "" -#: modules/calendar/calendar.php:769 +#: modules/calendar/calendar.php:754 msgid "Moving the item..." msgstr "" @@ -1732,7 +1781,7 @@ msgid "" "Name conflicts with slug for another term. Please choose something else." msgstr "" -#: lib/Legacy/Util.php:220 +#: lib/Legacy/Util.php:222 msgid "Need PublishPress Planner Support?" msgstr "" @@ -1756,7 +1805,7 @@ msgstr "" msgid "New Notify User" msgstr "" -#: modules/content-board/content-board.php:1972 +#: modules/content-board/content-board.php:1980 #: modules/content-overview/content-overview.php:1905 msgid "New Post" msgstr "" @@ -1770,11 +1819,15 @@ msgstr "" msgid "New status" msgstr "" +#: modules/content-board/content-board.php:2870 +msgid "Next Post" +msgstr "" + #: modules/editorial-comments/editorial-comments.php:1266 msgid "Nickname" msgstr "" -#: modules/calendar/calendar.php:1383 +#: modules/calendar/calendar.php:2302 msgid "Nine months" msgstr "" @@ -1792,7 +1845,7 @@ msgstr "" msgid "No active notifications found for this %s." msgstr "" -#: modules/calendar/calendar.php:3703 +#: modules/calendar/calendar.php:4851 msgid "No date supplied." msgstr "" @@ -1804,11 +1857,11 @@ msgstr "" msgid "No editorial fields found." msgstr "" -#: modules/calendar/calendar.php:3200 +#: modules/calendar/calendar.php:4344 msgid "No enough permissions" msgstr "" -#: publishpress.php:1332 publishpress.php:1333 +#: publishpress.php:1351 publishpress.php:1352 msgid "No notification found" msgstr "" @@ -1831,12 +1884,12 @@ msgstr "" msgid "No notify users" msgstr "" -#: modules/content-board/content-board.php:2830 +#: modules/content-board/content-board.php:2844 #: modules/content-overview/content-overview.php:2577 msgid "No results found" msgstr "" -#: modules/calendar/calendar.php:808 +#: modules/calendar/calendar.php:793 msgid "No terms" msgstr "" @@ -1858,8 +1911,8 @@ msgid "" "comments." msgstr "" -#: modules/calendar/calendar.php:1725 -#: modules/content-board/content-board.php:3142 +#: modules/calendar/calendar.php:2660 +#: modules/content-board/content-board.php:3296 #: modules/content-overview/content-overview.php:2930 msgid "None" msgstr "" @@ -1872,7 +1925,7 @@ msgstr "" msgid "Notepad" msgstr "" -#: publishpress.php:1326 publishpress.php:1331 +#: publishpress.php:1345 publishpress.php:1350 #: modules/notifications-log/notifications-log.php:209 msgid "Notification" msgstr "" @@ -1881,7 +1934,7 @@ msgstr "" msgid "Notification log not found" msgstr "" -#: publishpress.php:1325 publishpress.php:1330 +#: publishpress.php:1344 publishpress.php:1349 #: modules/notifications/notifications.php:72 #: modules/notifications/notifications.php:600 msgid "Notifications" @@ -1941,7 +1994,7 @@ msgstr "" msgid "Notify when content is published" msgstr "" -#: modules/calendar/calendar.php:798 +#: modules/calendar/calendar.php:783 msgid "Nov" msgstr "" @@ -1949,7 +2002,7 @@ msgstr "" msgid "Number" msgstr "" -#: modules/calendar/calendar.php:797 +#: modules/calendar/calendar.php:782 msgid "Oct" msgstr "" @@ -1964,20 +2017,20 @@ msgid "" "will be displayed separated by \", \"." msgstr "" -#: modules/calendar/calendar.php:1366 +#: modules/calendar/calendar.php:2285 msgid "One month" msgstr "" -#: modules/calendar/calendar.php:1333 +#: modules/calendar/calendar.php:2252 msgid "One month ago" msgstr "" -#: modules/calendar/calendar.php:1354 +#: modules/calendar/calendar.php:2273 msgid "One week" msgstr "" -#: modules/content-board/content-board.php:2675 -#: modules/content-board/content-board.php:2809 +#: modules/content-board/content-board.php:2681 +#: modules/content-board/content-board.php:2823 msgid "Only editable posts will be moveable." msgstr "" @@ -1985,7 +2038,7 @@ msgstr "" msgid "Options" msgstr "" -#: modules/calendar/calendar.php:206 +#: modules/calendar/calendar.php:247 #: modules/editorial-comments/editorial-comments.php:82 #: modules/editorial-metadata/editorial-metadata.php:120 #: modules/notifications/notifications.php:93 @@ -2020,7 +2073,8 @@ msgstr "" msgid "Parent Notify User:" msgstr "" -#: modules/content-board/content-board.php:2472 +#: modules/calendar/calendar.php:1611 +#: modules/content-board/content-board.php:2480 #: modules/content-overview/content-overview.php:2405 msgid "Passed" msgstr "" @@ -2033,11 +2087,15 @@ msgstr "" msgid "Pending Review" msgstr "" -#: publishpress.php:586 +#: modules/calendar/calendar.php:1780 modules/calendar/calendar.php:1781 +msgid "Period" +msgstr "" + +#: publishpress.php:588 msgid "Planner" msgstr "" -#: publishpress.php:670 +#: publishpress.php:672 msgid "Please correct your form errors below and try again." msgstr "" @@ -2070,8 +2128,8 @@ msgstr "" msgid "Please select at least one event" msgstr "" -#: modules/calendar/calendar.php:780 -#: modules/content-board/content-board.php:1777 +#: modules/calendar/calendar.php:765 +#: modules/content-board/content-board.php:1785 #: modules/content-overview/content-overview.php:1710 msgid "Please, wait! Loading the form fields..." msgstr "" @@ -2100,24 +2158,25 @@ msgstr "" msgid "Post" msgstr "" -#: modules/calendar/calendar.php:3844 +#: modules/calendar/calendar.php:4992 msgid "Post could not be created" msgstr "" -#: modules/calendar/calendar.php:3837 +#: modules/calendar/calendar.php:4985 msgid "Post created successfully" msgstr "" +#: modules/content-board/content-board.php:2864 #: modules/content-overview/content-overview.php:1093 #: modules/content-overview/content-overview.php:1150 msgid "Post Date" msgstr "" -#: modules/calendar/calendar.php:188 +#: modules/calendar/calendar.php:229 msgid "Post date updated." msgstr "" -#: publishpress.php:676 +#: publishpress.php:678 msgid "Post does not exist" msgstr "" @@ -2125,22 +2184,24 @@ msgstr "" msgid "Post ID: %d" msgstr "" -#: modules/calendar/calendar.php:3195 +#: modules/calendar/calendar.php:4339 msgid "Post not found" msgstr "" -#: modules/calendar/calendar.php:2825 modules/calendar/calendar.php:3480 -#: modules/calendar/calendar.php:3560 -#: modules/content-board/content-board.php:1188 -#: modules/content-board/content-board.php:1807 -#: modules/content-board/content-board.php:2167 +#: modules/calendar/calendar.php:1303 modules/calendar/calendar.php:1997 +#: modules/calendar/calendar.php:3969 modules/calendar/calendar.php:4628 +#: modules/calendar/calendar.php:4708 +#: modules/content-board/content-board.php:1196 +#: modules/content-board/content-board.php:1815 +#: modules/content-board/content-board.php:2175 +#: modules/content-board/content-board.php:2871 #: modules/content-overview/content-overview.php:1209 #: modules/content-overview/content-overview.php:1740 #: modules/content-overview/content-overview.php:2100 msgid "Post Status" msgstr "" -#: modules/calendar/calendar.php:189 +#: modules/calendar/calendar.php:230 msgid "Post status updated." msgstr "" @@ -2148,13 +2209,15 @@ msgstr "" msgid "Post Status Widget" msgstr "" -#: modules/calendar/calendar.php:1898 modules/calendar/calendar.php:3464 -#: modules/content-board/content-board.php:1075 -#: modules/content-board/content-board.php:1088 -#: modules/content-board/content-board.php:1129 -#: modules/content-board/content-board.php:1190 -#: modules/content-board/content-board.php:1795 -#: modules/content-board/content-board.php:2250 +#: modules/calendar/calendar.php:1389 modules/calendar/calendar.php:1955 +#: modules/calendar/calendar.php:1999 modules/calendar/calendar.php:2833 +#: modules/calendar/calendar.php:4612 +#: modules/content-board/content-board.php:1083 +#: modules/content-board/content-board.php:1096 +#: modules/content-board/content-board.php:1137 +#: modules/content-board/content-board.php:1198 +#: modules/content-board/content-board.php:1803 +#: modules/content-board/content-board.php:2258 #: modules/content-overview/content-overview.php:1091 #: modules/content-overview/content-overview.php:1106 #: modules/content-overview/content-overview.php:1148 @@ -2168,11 +2231,11 @@ msgstr "" msgid "Post type" msgstr "" -#: modules/calendar/calendar.php:778 +#: modules/calendar/calendar.php:763 msgid "Post type not found" msgstr "" -#: modules/calendar/calendar.php:779 +#: modules/calendar/calendar.php:764 msgid "Post type:" msgstr "" @@ -2186,11 +2249,11 @@ msgstr "" msgid "Post Types" msgstr "" -#: modules/calendar/calendar.php:2468 +#: modules/calendar/calendar.php:3612 msgid "Post types to show" msgstr "" -#: modules/content-board/content-board.php:249 +#: modules/content-board/content-board.php:253 #: modules/content-overview/content-overview.php:252 msgid "Post types to show:" msgstr "" @@ -2199,28 +2262,33 @@ msgstr "" msgid "Posts at a Glance" msgstr "" -#: modules/calendar/calendar.php:2500 +#: modules/calendar/calendar.php:3644 msgid "Posts publish time format" msgstr "" -#: modules/calendar/calendar.php:1769 modules/calendar/calendar.php:3524 -#: modules/content-board/content-board.php:2786 +#: modules/calendar/calendar.php:2704 modules/calendar/calendar.php:4672 +#: modules/content-board/content-board.php:2800 +#: modules/content-board/content-board.php:2867 #: modules/content-overview/content-overview.php:3096 msgid "Preview" msgstr "" -#: modules/calendar/calendar.php:1766 -#: modules/content-board/content-board.php:2783 +#: modules/calendar/calendar.php:2701 +#: modules/content-board/content-board.php:2797 #: modules/content-overview/content-overview.php:3093 #, php-format msgid "Preview “%s”" msgstr "" +#: modules/content-board/content-board.php:2869 +msgid "Previous Post" +msgstr "" + #: lib/Notifications/Workflow/Step/Event/Filter/Post_Status.php:35 msgid "Previous status" msgstr "" -#: modules/content-board/content-board.php:1964 +#: modules/content-board/content-board.php:1972 #: modules/content-overview/content-overview.php:1897 msgid "Print" msgstr "" @@ -2229,20 +2297,20 @@ msgstr "" msgid "Private" msgstr "" -#: modules/calendar/calendar.php:3566 +#: modules/calendar/calendar.php:4714 msgid "Publish Time" msgstr "" -#: common/php/class-module.php:327 modules/calendar/calendar.php:1911 +#: common/php/class-module.php:327 modules/calendar/calendar.php:2846 msgid "Published" msgstr "" -#: modules/calendar/calendar.php:2824 +#: modules/calendar/calendar.php:3968 msgid "Publishing Time" msgstr "" #. Author of the plugin -#: modules/calendar/calendar.php:1320 modules/settings/settings.php:61 +#: modules/calendar/calendar.php:2239 modules/settings/settings.php:61 msgid "PublishPress" msgstr "" @@ -2261,7 +2329,7 @@ msgid "" "Features include a content calendar, notifications, and custom statuses." msgstr "" -#: publishpress.php:1372 +#: publishpress.php:1392 msgid "" "PublishPress Planner tried to load multiple times. Please, deactivate and " "remove other instances of PublishPress, specially if you are using " @@ -2276,7 +2344,7 @@ msgstr "" msgid "Receiver" msgstr "" -#: modules/calendar/calendar.php:2601 +#: modules/calendar/calendar.php:3745 msgid "Regenerate calendar feed secret" msgstr "" @@ -2289,11 +2357,11 @@ msgstr "" msgid "Remove" msgstr "" -#: lib/Legacy/Util.php:209 +#: lib/Legacy/Util.php:211 msgid "Remove PublishPress ads and branding" msgstr "" -#: modules/content-board/content-board.php:1239 +#: modules/content-board/content-board.php:1247 msgid "Reorder" msgstr "" @@ -2301,7 +2369,8 @@ msgstr "" msgid "Reorder Columns" msgstr "" -#: modules/content-board/content-board.php:1387 +#: modules/calendar/calendar.php:2048 +#: modules/content-board/content-board.php:1395 #: modules/content-overview/content-overview.php:1408 msgid "Reorder Filters" msgstr "" @@ -2319,7 +2388,7 @@ msgstr "" msgid "Reply: %s" msgstr "" -#: lib/Legacy/Util.php:227 +#: lib/Legacy/Util.php:229 msgid "Request Support" msgstr "" @@ -2328,15 +2397,16 @@ msgstr "" msgid "Reschedule" msgstr "" -#: modules/calendar/calendar.php:2017 -#: modules/content-board/content-board.php:854 -#: modules/content-board/content-board.php:2038 +#: modules/calendar/calendar.php:1827 modules/calendar/calendar.php:2952 +#: modules/content-board/content-board.php:862 +#: modules/content-board/content-board.php:2046 #: modules/content-overview/content-overview.php:869 #: modules/content-overview/content-overview.php:1971 msgid "Reset" msgstr "" -#: modules/content-board/content-board.php:2037 +#: modules/calendar/calendar.php:1826 +#: modules/content-board/content-board.php:2045 #: modules/content-overview/content-overview.php:1970 msgid "Reset Filters" msgstr "" @@ -2360,29 +2430,33 @@ msgstr "" msgid "Roles" msgstr "" -#: modules/calendar/calendar.php:787 +#: modules/calendar/calendar.php:772 msgid "Sat" msgstr "" -#: modules/calendar/calendar.php:774 modules/calendar/calendar.php:1795 +#: modules/calendar/calendar.php:759 modules/calendar/calendar.php:2730 msgid "Save" msgstr "" -#: modules/calendar/calendar.php:1789 +#: modules/calendar/calendar.php:2724 #, php-format msgid "Save “%s”" msgstr "" -#: modules/calendar/calendar.php:776 +#: modules/calendar/calendar.php:761 msgid "Save and edit" msgstr "" -#: modules/calendar/calendar.php:775 +#: modules/content-board/content-board.php:2872 +msgid "Save Changes" +msgstr "" + +#: modules/calendar/calendar.php:760 msgid "Saving..." msgstr "" -#: common/php/class-module.php:329 modules/calendar/calendar.php:1906 -#: modules/content-board/content-board.php:2583 +#: common/php/class-module.php:329 modules/calendar/calendar.php:2841 +#: modules/content-board/content-board.php:2589 #: modules/notifications-log/library/NotificationsLogTable.php:523 msgid "Scheduled" msgstr "" @@ -2391,13 +2465,15 @@ msgstr "" msgid "Scheduled for %d receivers. Click here to display them." msgstr "" -#: modules/content-board/content-board.php:1986 +#: modules/calendar/calendar.php:1765 modules/calendar/calendar.php:4470 +#: modules/content-board/content-board.php:1994 #: modules/content-overview/content-overview.php:1919 msgid "Search" msgstr "" -#: modules/content-board/content-board.php:1985 -#: modules/content-board/content-board.php:2274 +#: modules/calendar/calendar.php:1413 modules/calendar/calendar.php:1764 +#: modules/content-board/content-board.php:1993 +#: modules/content-board/content-board.php:2282 #: modules/content-overview/content-overview.php:1918 #: modules/content-overview/content-overview.php:2207 msgid "Search box" @@ -2411,7 +2487,7 @@ msgstr "" msgid "Search Editorial Fields" msgstr "" -#: publishpress.php:1329 +#: publishpress.php:1348 msgid "Search Notifications" msgstr "" @@ -2433,18 +2509,25 @@ msgstr "" msgid "Search results for “%s”" msgstr "" +#: modules/content-board/content-board.php:2901 +#, php-format +msgid "Select %s" +msgstr "" + #: modules/improved-notifications/improved-notifications.php:964 msgid "Select at least one option for each section." msgstr "" -#: modules/content-board/content-board.php:1268 -#: modules/content-board/content-board.php:1416 +#: modules/calendar/calendar.php:2077 +#: modules/content-board/content-board.php:1276 +#: modules/content-board/content-board.php:1424 #: modules/content-overview/content-overview.php:1289 #: modules/content-overview/content-overview.php:1437 msgid "Select Metakey" msgstr "" -#: modules/content-board/content-board.php:2316 +#: modules/calendar/calendar.php:1455 +#: modules/content-board/content-board.php:2324 #: modules/content-overview/content-overview.php:2249 msgid "Select option..." msgstr "" @@ -2467,7 +2550,7 @@ msgstr "" msgid "Sent" msgstr "" -#: modules/calendar/calendar.php:796 +#: modules/calendar/calendar.php:781 msgid "Sep" msgstr "" @@ -2491,7 +2574,7 @@ msgstr "" msgid "settings" msgstr "" -#: modules/calendar/calendar.php:1379 +#: modules/calendar/calendar.php:2298 msgid "Seven months" msgstr "" @@ -2499,12 +2582,12 @@ msgstr "" msgid "shortcode" msgstr "" -#: modules/calendar/calendar.php:771 +#: modules/calendar/calendar.php:756 #, php-format msgid "Show %s more" msgstr "" -#: modules/content-board/content-board.php:812 +#: modules/content-board/content-board.php:820 #: modules/content-overview/content-overview.php:827 msgid "Show content from" msgstr "" @@ -2534,11 +2617,11 @@ msgstr "" msgid "Site Administrator" msgstr "" -#: modules/calendar/calendar.php:1377 +#: modules/calendar/calendar.php:2296 msgid "Six months" msgstr "" -#: modules/calendar/calendar.php:1343 +#: modules/calendar/calendar.php:2262 msgid "Six months ago" msgstr "" @@ -2611,11 +2694,16 @@ msgid "" "talk to your Administrator." msgstr "" -#: modules/calendar/calendar.php:1327 +#: modules/calendar/calendar.php:4468 +msgid "Start Date" +msgstr "" + +#: modules/calendar/calendar.php:2246 msgid "Start date" msgstr "" -#: modules/content-board/content-board.php:1086 +#: modules/calendar/calendar.php:1953 +#: modules/content-board/content-board.php:1094 #: modules/content-overview/content-overview.php:1090 #: modules/content-overview/content-overview.php:1104 #: modules/content-overview/content-overview.php:1147 @@ -2629,7 +2717,7 @@ msgstr "" msgid "Status was changed for %1$s #%2$s \"%3$s\" by %4$s %5$s" msgstr "" -#: modules/calendar/calendar.php:2492 +#: modules/calendar/calendar.php:3636 msgid "Statuses to display publish time" msgstr "" @@ -2646,7 +2734,7 @@ msgstr "" msgid "Subject:" msgstr "" -#: modules/content-board/content-board.php:1770 +#: modules/content-board/content-board.php:1778 #: modules/content-overview/content-overview.php:1703 msgid "Submit" msgstr "" @@ -2655,7 +2743,7 @@ msgstr "" msgid "Submitted on" msgstr "" -#: modules/calendar/calendar.php:1322 +#: modules/calendar/calendar.php:2241 msgid "Subscribe in iCal or Google Calendar" msgstr "" @@ -2663,7 +2751,7 @@ msgstr "" msgid "Success" msgstr "" -#: modules/calendar/calendar.php:781 +#: modules/calendar/calendar.php:766 msgid "Sun" msgstr "" @@ -2671,20 +2759,21 @@ msgstr "" msgid "synchronous" msgstr "" -#: modules/calendar/calendar.php:3495 +#: modules/calendar/calendar.php:4643 msgid "Tag" msgid_plural "Tags" msgstr[0] "" msgstr[1] "" -#: modules/calendar/calendar.php:3594 -#: modules/content-board/content-board.php:1835 +#: modules/calendar/calendar.php:4742 +#: modules/content-board/content-board.php:1843 #: modules/content-overview/content-overview.php:1768 msgid "Tags" msgstr "" -#: modules/content-board/content-board.php:1144 -#: modules/content-board/content-board.php:1204 +#: modules/calendar/calendar.php:2013 +#: modules/content-board/content-board.php:1152 +#: modules/content-board/content-board.php:1212 #: modules/content-overview/content-overview.php:1165 #: modules/content-overview/content-overview.php:1225 msgid "Taxonomies" @@ -2699,12 +2788,16 @@ msgctxt "taxonomy general name" msgid "Editorial Field" msgstr "" +#: modules/content-board/content-board.php:2873 +msgid "Taxonomy not set." +msgstr "" + #: modules/editorial-metadata/editorial-metadata.php:447 msgctxt "taxonomy singular name" msgid "Editorial Field" msgstr "" -#: modules/calendar/calendar.php:1385 +#: modules/calendar/calendar.php:2304 msgid "Ten months" msgstr "" @@ -2761,7 +2854,7 @@ msgid "" "The notifications module will need to be enabled for this widget to display." msgstr "" -#: modules/calendar/calendar.php:2568 +#: modules/calendar/calendar.php:3712 msgid "" "The number of weeks shown on the calendar can be changed on a user-by-user " "basis using the calendar's screen options." @@ -2771,11 +2864,11 @@ msgstr "" msgid "The parent log was deleted or probably rescheduled" msgstr "" -#: modules/calendar/calendar.php:3714 +#: modules/calendar/calendar.php:4862 msgid "The selected post type is not enabled for the calendar." msgstr "" -#: modules/calendar/calendar.php:4193 +#: modules/calendar/calendar.php:5388 msgid "" "The selected user doesn't have enough permissions to be set as the post " "author." @@ -2785,7 +2878,7 @@ msgstr "" msgid "The slug cannot be changed once the term has been created." msgstr "" -#: modules/content-board/content-board.php:2835 +#: modules/content-board/content-board.php:2849 #: modules/content-overview/content-overview.php:2582 msgid "There are no posts in the range or filter specified." msgstr "" @@ -2802,7 +2895,7 @@ msgid "" "There was a problem of some sort. Try again or contact your administrator." msgstr "" -#: modules/calendar/calendar.php:190 +#: modules/calendar/calendar.php:231 msgid "There was an error updating the post. Please try again." msgstr "" @@ -2840,7 +2933,7 @@ msgid "" "until the notification is sent." msgstr "" -#: modules/content-board/content-board.php:2631 +#: modules/content-board/content-board.php:2637 msgid "" "This is the default publish date from today for posts moving to the " "Scheduled status." @@ -2868,26 +2961,26 @@ msgid "" "the \"Notify me\" box." msgstr "" -#: modules/calendar/calendar.php:1371 +#: modules/calendar/calendar.php:2290 msgid "Three months" msgstr "" -#: modules/calendar/calendar.php:1337 +#: modules/calendar/calendar.php:2256 msgid "Three months ago" msgstr "" -#: modules/calendar/calendar.php:1358 +#: modules/calendar/calendar.php:2277 msgid "Three weeks" msgstr "" -#: modules/calendar/calendar.php:785 +#: modules/calendar/calendar.php:770 msgid "Thu" msgstr "" -#: modules/calendar/calendar.php:3555 -#: modules/content-board/content-board.php:551 -#: modules/content-board/content-board.php:1264 -#: modules/content-board/content-board.php:1801 +#: modules/calendar/calendar.php:4703 +#: modules/content-board/content-board.php:556 +#: modules/content-board/content-board.php:1272 +#: modules/content-board/content-board.php:1809 #: modules/content-overview/content-overview.php:566 #: modules/content-overview/content-overview.php:1734 #: lib/Notifications/Table/Notifications.php:156 @@ -2900,9 +2993,10 @@ msgstr "" msgid "Title: %s" msgstr "" -#: modules/content-board/content-board.php:1999 -#: modules/content-board/content-board.php:2350 -#: modules/content-board/content-board.php:2384 +#: modules/calendar/calendar.php:1489 modules/calendar/calendar.php:1523 +#: modules/content-board/content-board.php:2007 +#: modules/content-board/content-board.php:2358 +#: modules/content-board/content-board.php:2392 #: modules/content-overview/content-overview.php:1932 #: modules/content-overview/content-overview.php:2283 #: modules/content-overview/content-overview.php:2317 @@ -2913,39 +3007,40 @@ msgstr "" msgid "To date" msgstr "" -#: modules/calendar/calendar.php:807 modules/calendar/calendar.php:2065 +#: modules/calendar/calendar.php:792 modules/calendar/calendar.php:3000 msgid "Today" msgstr "" -#: modules/calendar/calendar.php:2059 +#: modules/calendar/calendar.php:2994 #, php-format msgid "Today is %s" msgstr "" -#: common/php/class-module.php:332 modules/calendar/calendar.php:1755 -#: modules/calendar/calendar.php:3514 -#: modules/content-board/content-board.php:2757 +#: common/php/class-module.php:332 modules/calendar/calendar.php:2690 +#: modules/calendar/calendar.php:4662 +#: modules/content-board/content-board.php:2771 +#: modules/content-board/content-board.php:2866 #: modules/content-overview/content-overview.php:3067 msgid "Trash" msgstr "" -#: modules/calendar/calendar.php:783 +#: modules/calendar/calendar.php:768 msgid "Tue" msgstr "" -#: modules/calendar/calendar.php:1389 +#: modules/calendar/calendar.php:2308 msgid "Twelve months" msgstr "" -#: modules/calendar/calendar.php:1369 +#: modules/calendar/calendar.php:2288 msgid "Two months" msgstr "" -#: modules/calendar/calendar.php:1335 +#: modules/calendar/calendar.php:2254 msgid "Two months ago" msgstr "" -#: modules/calendar/calendar.php:1356 +#: modules/calendar/calendar.php:2275 msgid "Two weeks" msgstr "" @@ -2958,8 +3053,8 @@ msgstr "" msgid "Undefined error found" msgstr "" -#: modules/calendar/calendar.php:1445 -#: modules/content-board/content-board.php:889 +#: modules/calendar/calendar.php:2364 +#: modules/content-board/content-board.php:897 #: modules/content-overview/content-overview.php:904 msgid "Undo" msgstr "" @@ -2968,7 +3063,7 @@ msgstr "" msgid "Unpublished Content" msgstr "" -#: modules/calendar/calendar.php:772 modules/calendar/calendar.php:3720 +#: modules/calendar/calendar.php:757 modules/calendar/calendar.php:4868 msgid "Untitled" msgstr "" @@ -2996,14 +3091,14 @@ msgstr "" msgid "Update Notify User" msgstr "" -#: modules/calendar/calendar.php:194 +#: modules/calendar/calendar.php:235 #, php-format msgid "" "Updating the post date dynamically doesn't work for published content. " "Please edit the post." msgstr "" -#: includes.php:161 lib/Legacy/Util.php:213 +#: includes.php:161 lib/Legacy/Util.php:215 msgid "Upgrade to Pro" msgstr "" @@ -3054,14 +3149,15 @@ msgstr "" msgid "Users who selected \"Notify me\" for the content" msgstr "" -#: modules/calendar/calendar.php:1779 modules/calendar/calendar.php:3521 -#: modules/content-board/content-board.php:2773 +#: modules/calendar/calendar.php:2714 modules/calendar/calendar.php:4669 +#: modules/content-board/content-board.php:2787 +#: modules/content-board/content-board.php:2868 #: modules/content-overview/content-overview.php:3083 msgid "View" msgstr "" -#: modules/calendar/calendar.php:1773 -#: modules/content-board/content-board.php:2767 +#: modules/calendar/calendar.php:2708 +#: modules/content-board/content-board.php:2781 #: modules/content-overview/content-overview.php:3077 #, php-format msgid "View “%s”" @@ -3072,11 +3168,11 @@ msgstr "" msgid "View “%s” on Google Maps" msgstr "" -#: modules/calendar/calendar.php:3979 +#: modules/calendar/calendar.php:5174 msgid "View all categories" msgstr "" -#: lib/Legacy/Util.php:238 +#: lib/Legacy/Util.php:240 msgid "View Knowledge Base" msgstr "" @@ -3104,14 +3200,18 @@ msgstr "" msgid "Viewable" msgstr "" -#: publishpress.php:1380 +#: publishpress.php:1400 msgid "Warning" msgstr "" -#: modules/calendar/calendar.php:784 +#: modules/calendar/calendar.php:769 msgid "Wed" msgstr "" +#: modules/calendar/calendar.php:4467 +msgid "Weeks" +msgstr "" + #: modules/editorial-metadata/editorial-metadata.php:220 msgid "What the post needs to cover." msgstr "" @@ -3210,31 +3310,33 @@ msgstr "" msgid "You can see all editorial comments on this %s here: " msgstr "" -#: modules/content-board/content-board.php:1138 -#: modules/content-board/content-board.php:1198 +#: modules/calendar/calendar.php:2007 +#: modules/content-board/content-board.php:1146 +#: modules/content-board/content-board.php:1206 #: modules/content-overview/content-overview.php:1159 #: modules/content-overview/content-overview.php:1219 msgid "You do not have any editorial fields enabled" msgstr "" -#: modules/content-board/content-board.php:1145 -#: modules/content-board/content-board.php:1205 +#: modules/calendar/calendar.php:2014 +#: modules/content-board/content-board.php:1153 +#: modules/content-board/content-board.php:1213 #: modules/content-overview/content-overview.php:1166 #: modules/content-overview/content-overview.php:1226 msgid "You do not have any public taxonomies" msgstr "" -#: publishpress.php:672 +#: publishpress.php:674 msgid "You do not have necessary permissions to complete this action." msgstr "" -#: modules/content-board/content-board.php:1005 +#: modules/content-board/content-board.php:1013 #: modules/content-overview/content-overview.php:1020 #, php-format msgid "You do not have permission to add new %s" msgstr "" -#: modules/content-board/content-board.php:1566 +#: modules/content-board/content-board.php:1574 msgid "You do not have permission to edit selected post." msgstr "" diff --git a/lib/Legacy/Util.php b/lib/Legacy/Util.php index 5a7619a6..ebfccd37 100644 --- a/lib/Legacy/Util.php +++ b/lib/Legacy/Util.php @@ -206,6 +206,8 @@ public static function pp_pro_sidebar($echo = true)

  • +
  • +
  • diff --git a/modules/calendar/calendar.php b/modules/calendar/calendar.php index d9120655..680ee54f 100644 --- a/modules/calendar/calendar.php +++ b/modules/calendar/calendar.php @@ -91,6 +91,8 @@ class PP_Calendar extends PP_Module * @var [type] */ public $module; + + public $module_url; /** * [$start_date description] @@ -157,6 +159,42 @@ class PP_Calendar extends PP_Module * @var \PublishPress\Utility\Date */ private $dateUtil; + + /** + * @var array + */ + public $filters; + + /** + * @var array + */ + public $form_filters = []; + + /** + * @var array + */ + public $form_filter_list = []; + + /** + * [$user_filters description] + * + * @var [type] + */ + public $user_filters; + + /** + * Custom methods + * + * @var array + */ + private $terms_options = []; + + /** + * [$content_calendar_datas description] + * + * @var [type] + */ + public $content_calendar_datas; /** * Construct the PP_Calendar class @@ -183,6 +221,9 @@ public function __construct() 'show_posts_publish_time' => ['publish' => 'on', 'future' => 'on'], 'default_publish_time' => '', 'show_calendar_posts_full_title' => 'off', + // Leave default as non array to confirm if user save settings or not + 'content_calendar_filters' => '', + 'content_calendar_custom_filters' => '', ], 'messages' => [ 'post-date-updated' => __('Post date updated.', 'publishpress'), @@ -646,65 +687,9 @@ public function enqueue_admin_scripts() /* * Filters */ - $userFilters = $this->get_filters(); - $calendar_request_args = []; - $calendar_request_filter = []; - - if (isset($userFilters['post_status'])) { - $postStatus = sanitize_text_field($userFilters['post_status']); - - if (! empty($postStatus)) { - $calendar_request_args['post_status'] = $postStatus; - $calendar_request_filter['post_status'] = $postStatus; - } - } - - if (isset($userFilters['cat']) && !empty($userFilters['cat'])) { - $category = (int) $userFilters['cat']; - $categoryData = get_term_by('ID', $category, 'category'); - - if (isset($categoryData->slug)) { - $calendar_request_args = $this->addTaxQueryToArgs('category', $categoryData->slug, $calendar_request_args); - $calendar_request_filter['category'] = ['value' => $categoryData->slug, 'text' => $categoryData->name]; - } - } - - if (isset($userFilters['tag']) && !empty($userFilters['tag'])) { - $postTag = (int) $userFilters['tag']; - $tagData = get_term_by('ID', $postTag, 'post_tag'); - - if (isset($tagData->slug)) { - $calendar_request_args = $this->addTaxQueryToArgs('post_tag', $tagData->slug, $calendar_request_args); - $calendar_request_filter['post_tag'] = ['value' => $tagData->slug, 'text' => $tagData->name]; - } - } - - if (isset($userFilters['author']) && !empty($userFilters['author'])) { - $postAuthor = (int)$userFilters['author']; - $authorData = get_user_by('ID', $postAuthor); - - if (isset($authorData->ID)) { - $calendar_request_args['author'] = $authorData->ID; - $calendar_request_filter['post_author'] = ['value' => $authorData->ID, 'text' => $authorData->display_name]; - } - } - - if (isset($userFilters['cpt'])) { - $postType = sanitize_key($userFilters['cpt']); - - if (!empty($postType)) { - $calendar_request_args['post_type'] = $postType; - $calendar_request_filter['post_type'] = $postType; - } - } - - if (isset($userFilters['weeks'])) { - $weeks = sanitize_key($userFilters['weeks']); - - if (! empty($weeks)) { - $calendar_request_filter['weeks'] = $weeks; - } - } + $userFilters = $this->get_filters(); + $calendar_request_args = $userFilters; + $calendar_request_filter = $userFilters; $maxVisibleItemsOption = isset($this->module->options->max_visible_posts_per_date) && ! empty($this->default_max_visible_posts_per_date) ? (int)$this->module->options->max_visible_posts_per_date : $this->default_max_visible_posts_per_date; @@ -1201,6 +1186,7 @@ public function get_filters() 'tag' => '', 'author' => '', 'start_date' => date('Y-m-d', current_time('timestamp')), + 'me_mode' => '', ]; $old_filters = array_merge($default_filters, (array)$old_filters); @@ -1224,6 +1210,10 @@ public function get_filters() // Set the start date as the beginning of the week, according to blog settings $filters['start_date'] = $this->get_beginning_of_week($filters['start_date']); + if (!empty($filters['me_mode'])) { + $filters['author'] = $current_user->ID; + } + $filters = apply_filters('pp_calendar_filter_values', $filters, $old_filters); $this->update_user_meta($current_user->ID, self::USERMETA_KEY_PREFIX . 'filters', $filters); @@ -1272,6 +1262,920 @@ protected function get_selected_post_types() return $return; } + public function content_calendar_filters() + { + $select_filter_names = []; + + $editorial_metadata = $this->terms_options; + + foreach ($this->filters as $filter_key => $filter_label) { + if (array_key_exists($filter_key, $editorial_metadata) && $editorial_metadata[$filter_key]['type'] === 'date') { + $select_filter_names[$filter_key . '_start'] = $filter_key . '_start'; + $select_filter_names[$filter_key . '_end'] = $filter_key . '_end'; + $select_filter_names[$filter_key . '_start_hidden'] = $filter_key . '_start_hidden'; + $select_filter_names[$filter_key . '_end_hidden'] = $filter_key . '_end_hidden'; + } + $select_filter_names[$filter_key] = $filter_key; + } + + return apply_filters('PP_Content_Calendar_filter_names', $select_filter_names); + } + + public function content_calendar_filter_options($select_id, $select_name, $filters) + { + + if (array_key_exists($select_id, $this->terms_options)) { + $select_id = 'metadata_key'; + } + + if (array_key_exists($select_id, $this->content_calendar_datas['taxonomies']) && taxonomy_exists($select_id)) { + $select_id = 'taxonomy'; + } + + $filter_label = ''; + $selected_value = ''; + + ob_start(); + + switch ($select_id) { + case 'post_status': + $post_statuses = $this->get_post_statuses(); + $filter_label = esc_html__('Post Status', 'publishpress'); + ?> + + label); + ?> + + + + + + + + terms_options[$select_name]; + + $metadata_type = $metadata_term['type']; + $selected_value = $metadata_value; + $filter_label = $metadata_term['name']; + + ?> +
    +
    + +
    +
    + + +
    + 'filter-submit']); ?> +
    + + + + + + + + + ', + esc_attr($metadata_start_name), + esc_attr($metadata_start_value), + esc_attr(pp_convert_date_format_to_jqueryui_datepicker('Y-m-d')), + '' + ); + printf( + '', + esc_attr($metadata_start_name), + esc_attr($metadata_start_value_hidden) + ); + ?> +
    + ', + esc_attr($metadata_end_name), + esc_attr($metadata_end_value), + esc_attr(pp_convert_date_format_to_jqueryui_datepicker('Y-m-d')), + '' + ); + printf( + '', + esc_attr($metadata_end_name), + esc_attr($metadata_end_value_hidden) + ); + ?> +
    + 'filter-submit']); ?> +
    + display_name; + } + } + $user_dropdown_args = [ + 'show_option_all' => $metadata_term['name'], + 'name' => $select_name, + 'selected' => $metadata_value, + 'class' => 'pp-custom-select2' + ]; + $user_dropdown_args = apply_filters('pp_editorial_metadata_user_dropdown_args', $user_dropdown_args); + wp_dropdown_users($user_dropdown_args); + } elseif ($metadata_type === 'checkbox') { + if ($metadata_value == '1') { + $selected_value = esc_html__('Checked', 'publishpress'); + } else { + $selected_value = ''; + } + ?> + + + /> +
    + 'filter-submit']); ?> +
    +
    '; + break; + + default: + if (array_key_exists($select_name, $this->form_filter_list)) { + $selected_value_meta = isset($filters[$select_name]) ? sanitize_text_field($filters[$select_name]) : ''; + $filter_label = $this->filters[$select_name]; + $selected_value = $selected_value_meta; + + if (strpos($select_name, "ppch_co_checklist_") === 0) { + ?> + + +
    +
    + +
    +
    + + +
    + 'filter-submit']); ?> +
    + +
    +
    + $selected_value, 'filter_label' => $filter_label, 'html' => ob_get_clean()]; + } + + private function meta_query_operator_label($operator = false) { + $operators = [ + 'equals' => 'Equals (=)', + 'not_equals' => 'Does not equal (!=)', + 'greater_than' => 'Greater than (>)', + 'greater_than_or_equals' => 'Greater than or equals (>=)', + 'less_than' => 'Less than (<)', + 'less_than_or_equals' => 'Less than or equals (<=)', + 'like' => 'Like/Contains', + 'not_like' => 'Not Like', + 'not_exists' => 'Not Exists/Empty', + ]; + + if ($operator) { + $return = array_key_exists($operator, $operators) ? $operators[$operator] : $operator; + } else { + $return = $operators; + } + + return $return; + } + + private function meta_query_operator_symbol($operator = false) { + $operators = [ + 'equals' => '=', + 'not_equals' => '!=', + 'greater_than' => '>', + 'greater_than_or_equals' => '>=', + 'less_than' => '<', + 'less_than_or_equals' => '<=', + 'like' => 'LIKE', + 'not_like' => 'NOT LIKE', + 'not_exists' => 'NOT EXISTS', + ]; + + if ($operator) { + $return = array_key_exists($operator, $operators) ? $operators[$operator] : $operator; + } else { + $return = $operators; + } + + return $return; + } + + /** + * Return calendar filters + * @return string + */ + public function get_calendar_filters() { + ob_start(); + ?> +
    +
    + user_filters['me_mode']; + $active_me_mode = !empty($me_mode) ? 'active-filter' : ''; + ?> +
    + +
    + +
    + +
    + +
    +
    +
    + +
    +
    +
    +
    +
    + + +
    + user_filters['weeks']) ? (int)$this->user_filters['weeks'] : self::DEFAULT_NUM_WEEKS; + $modal_id++; + ?> + + + content_calendar_filters() as $select_id => $select_name) { + $modal_id++; + $filter_data = $this->content_calendar_filter_options($select_id, $select_name, $this->user_filters); + $active_class = !empty($filter_data['selected_value']) ? 'active-filter' : ''; + $button_label = $filter_data['filter_label']; + $button_label .= !empty($filter_data['selected_value']) ? ': ' . $filter_data['selected_value'] : ''; + ?> + + + + + + + + +
    +
    + +
    + + + + + content_calendar_filters() as $select_id => $select_name) { + echo ''; + } ?> +
    + update_module_option($this->module->name, 'content_calendar_filters', $content_calendar_filters); + $publishpress->update_module_option($this->module->name, 'content_calendar_custom_filters', $content_calendar_custom_filters); + + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo pp_planner_admin_notice(esc_html__('Filter updated successfully.', 'publishpress')); + } + } + + /** + * Retrieve wordpress registered taxonomy + * + * Private taxonomy are excluded + */ + public function get_all_taxonomies() + { + + //category and post tag are not included in public taxonomy + $category = get_taxonomies(['name' => 'category'], 'objects'); + $post_tag = get_taxonomies(['name' => 'post_tag'], 'objects'); + + $public = get_taxonomies(['_builtin' => false, 'public' => true], 'objects'); + + $taxonomies = array_merge($category, $post_tag, $public); + + return $taxonomies; + } + + /** + * Get content calendar data that's required on the + * content calendar page + * + * @return array + */ + public function get_content_calendar_datas() { + global $wpdb; + + if (is_array($this->content_calendar_datas)) { + return $this->content_calendar_datas; + } + + $datas = []; + + // add all meta keys + $datas['meta_keys'] = $wpdb->get_col("SELECT DISTINCT meta_key FROM $wpdb->postmeta WHERE 1=1 ORDER BY meta_key ASC"); + + // add editorial fields + if (class_exists('PP_Editorial_Metadata')) { + $additional_terms = get_terms( + [ + 'taxonomy' => PP_Editorial_Metadata::metadata_taxonomy, + 'orderby' => 'name', + 'order' => 'asc', + 'hide_empty' => 0, + 'parent' => 0, + 'fields' => 'all', + ] + ); + + $metadatas = []; + foreach ($additional_terms as $term) { + if (! is_object($term) || $term->taxonomy !== PP_Editorial_Metadata::metadata_taxonomy) { + continue; + } + $metadatas[$term->slug] = $term->name; + + $term_options = $this->get_unencoded_description($term->description); + $term_options['name'] = $term->name; + $term_options['slug'] = $term->slug; + $this->terms_options[$term->slug] = $term_options; + } + + $datas['editorial_metadata'] = $metadatas; + } + + // add taxononomies + $taxonomies = $this->get_all_taxonomies(); + $all_taxonomies = []; + foreach ($taxonomies as $taxonomy) { + if (in_array($taxonomy->name, ['post_status', 'post_status_core_wp_pp', 'post_visibility_pp'])) { + continue; + } + $all_taxonomies[$taxonomy->name] = $taxonomy->label;// . ' (' . $taxonomy->name . ')'; + } + $datas['taxonomies'] = $all_taxonomies; + + // Add content calendar filters content + $content_calendar_filters = $this->module->options->content_calendar_filters; + $content_calendar_custom_filters = $this->module->options->content_calendar_custom_filters; + + $datas['content_calendar_filters'] = is_array($content_calendar_filters) ? $content_calendar_filters : [ + 'post_status' => esc_html__('Status', 'publishpress'), + 'author' => esc_html__('Author', 'publishpress'), + 'cpt' => esc_html__('Post Type', 'publishpress') + ]; + $datas['content_calendar_custom_filters'] = is_array($content_calendar_custom_filters) ? $content_calendar_custom_filters : []; + + /** + * @param array $datas + * + * @return $datas + */ + $datas = apply_filters('publishpress_content_calendar_datas', $datas); + + $this->content_calendar_datas = $datas; + + return $datas; + } + + + /** + * Get content calendar form filters + * + * @return array + */ + public function get_content_calendar_form_filters() { + + if (!empty($this->form_filters)) { + return $this->form_filters; + } + + $content_calendar_datas = $this->content_calendar_datas; + + $filters = []; + // custom filters + $filters['custom'] = [ + 'title' => esc_html__('Custom filters', 'publishpress'), + 'message' => esc_html__('Click the "Add New" button to create new filters.', 'publishpress'), + 'filters' => $content_calendar_datas['content_calendar_custom_filters'] + ]; + + // default filters + $filters['default'] = [ + 'title' => esc_html__('Inbuilt filters', 'publishpress'), + 'filters' => [ + 'post_status' => esc_html__('Post Status', 'publishpress'), + 'author' => esc_html__('Author', 'publishpress'), + 'cpt' => esc_html__('Post Type', 'publishpress') + ] + ]; + + // editorial fields filters + if (isset($content_calendar_datas['editorial_metadata'])) { + $filters['editorial_metadata'] = [ + 'title' => esc_html__('Editorial Fields', 'publishpress'), + 'message' => esc_html__('You do not have any editorial fields enabled', 'publishpress'), + 'filters' => $content_calendar_datas['editorial_metadata'] + ]; + } + + $filters['taxonomies'] = [ + 'title' => esc_html__('Taxonomies', 'publishpress'), + 'message' => esc_html__('You do not have any public taxonomies', 'publishpress'), + 'filters' => $content_calendar_datas['taxonomies'] + ]; + + /** + * @param array $filters + * @param array $content_calendar_datas + * + * @return $filters + */ + $filters = apply_filters('publishpress_content_calendar_form_filters', $filters, $content_calendar_datas); + + $this->form_filters = $filters; + + return $filters; + } + + + public function content_calendar_customize_filter_form() { + + ob_start(); + + $content_calendar_datas = $this->content_calendar_datas; + $enabled_filters = array_keys($content_calendar_datas['content_calendar_filters']); + $filters = $this->form_filters; + $meta_keys = $content_calendar_datas['meta_keys']; + + $all_filters = []; + ?> +
    + + +
    +
    +
    +
    +
    +
    +
    +

    +
    +
    + $filter_datas) : + $filter_index++; + ?> +
    +
    + +
    + +
    + +
    + + + + +
    + + $filter_label) : + $active_class = (in_array($filter_name, $enabled_filters)) ? 'active-item' : ''; + $input_name = (in_array($filter_name, $enabled_filters)) ? 'content_calendar_filters['. $filter_name .']' : ''; + + $all_filters[$filter_name] = [ + 'filter_label' => $filter_label, + 'filter_group' => $filter_group + ]; + ?> +
    + + + + +
    + +
    +
    + +
    +
    +
    ()
    +
    + +
    + +
    + +
    + + + +
    +
    + + +
    +
    + get_post_types_for_module($this->module); + // update content calendar form action + $this->update_content_calendar_form_action(); + + // Get content calendar data + $this->content_calendar_datas = $this->get_content_calendar_datas(); + + $filters = $this->content_calendar_datas['content_calendar_filters']; + /** + * @param array $filters + * + * @return array + */ + $this->filters = apply_filters('publishpress_content_calendar_filters', $filters); + + $this->form_filters = $this->get_content_calendar_form_filters(); + $this->form_filter_list = array_merge(...array_values(array_column($this->form_filters, 'filters'))); // Get filters either from $_GET or from user settings - $filters = $this->get_filters(); + $this->user_filters = $this->get_filters(); // Total number of weeks to display on the calendar. Run it through a filter in case we want to override the // user's standard - $this->total_weeks = empty($filters['weeks']) ? self::DEFAULT_NUM_WEEKS : $filters['weeks']; + $this->total_weeks = empty($this->user_filters['weeks']) ? self::DEFAULT_NUM_WEEKS : $this->user_filters['weeks']; - $this->start_date = $filters['start_date']; + $this->start_date = $this->user_filters['start_date']; // Get the custom description for this page $description = ''; @@ -1464,6 +2383,10 @@ class="button-primary"> echo '

    '; } ?> +
    + get_calendar_filters(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> +
    +
    @@ -1492,7 +2415,19 @@ class="button-primary">
    + wp_create_nonce('publishpress-calendar-get-data'), + 'moduleUrl' => $this->module_url, + ] + ); + $publishpress->settings->print_default_footer($publishpress->modules->calendar); // phpcs:enable } @@ -2135,8 +3070,6 @@ public function getCalendarDataForMultipleWeeks($args = [], $context = 'dashboar $supported_post_types = $this->get_post_types_for_module($this->module); $defaults = [ 'post_status' => null, - 'cat' => null, - 'tag' => null, 'author' => null, 'post_type' => $supported_post_types, 'posts_per_page' => -1, @@ -2145,6 +3078,197 @@ public function getCalendarDataForMultipleWeeks($args = [], $context = 'dashboar $args = array_merge($defaults, $args); + if (isset($args['s']) && ! empty($args['s'])) { + $args['s'] = sanitize_text_field($args['s']); + } + + $current_user_id = get_current_user_id(); + + $this->user_filters = $this->get_filters(); + + // Get content calendar data + $this->content_calendar_datas = $this->get_content_calendar_datas(); + + $filters = $this->content_calendar_datas['content_calendar_filters']; + /** + * @param array $filters + * + * @return array + */ + $this->filters = apply_filters('publishpress_content_calendar_filters', $filters); + + $enabled_filters = array_keys($this->filters); + $editorial_metadata = $this->terms_options; + + if (!empty($args['cpt'])) { + $args['post_type'] = $args['cpt']; + } + + + if (empty($args['post_type']) || ! in_array($args['post_type'], $supported_post_types)) { + $args['post_type'] = $supported_post_types; + } + + //remove inactive builtin filter + if (!in_array('cpt', $enabled_filters)) { + // show all post type + $args['post_type'] = $supported_post_types; + } + + if (!in_array('author', $enabled_filters)) { + unset($args['author']); + } + + $meta_query = $tax_query = ['relation' => 'AND']; + $metadata_filter = $taxonomy_filter = false; + $checklists_filters = []; + + // apply enabled filter + foreach ($enabled_filters as $enabled_filter) { + if (array_key_exists($enabled_filter, $editorial_metadata)) { + //metadata field filter + $meta_key = $enabled_filter; + $metadata_term = $editorial_metadata[$meta_key]; + unset($args[$enabled_filter]); + if ($metadata_term['type'] === 'date') { + $date_type_metaquery = []; + + if (! empty($this->user_filters[$meta_key . '_start'])) { + $date_type_metaquery[] = strtotime($this->user_filters[$meta_key . '_start_hidden']); + } + if (! empty($this->user_filters[$meta_key . '_end'])) { + $date_type_metaquery[] = strtotime($this->user_filters[$meta_key . '_end_hidden']); + } + if (count($date_type_metaquery) === 2) { + $metadata_filter = true; + $compare = 'BETWEEN'; + $meta_value = $date_type_metaquery; + } elseif (count($date_type_metaquery) === 1) { + $metadata_filter = true; + $compare = '='; + $meta_value = $date_type_metaquery[0]; + } + + if (!empty($date_type_metaquery)) { + $metadata_filter = true; + $meta_query[] = array( + 'key' => '_pp_editorial_meta_' . $metadata_term['type'] . '_' . $metadata_term['slug'], + 'value' => $meta_value, + 'compare' => $compare + ); + } + + } elseif (! empty($this->user_filters[$meta_key])) { + if ($metadata_term['type'] === 'date') { + continue; + } else { + $meta_value = sanitize_text_field($this->user_filters[$meta_key]); + } + + $compare = '='; + if ($metadata_term['type'] === 'paragraph' + || ($metadata_term['type'] === 'select' && isset($metadata_term->select_type) && $metadata_term['select_type'] === 'multiple') + ) { + $compare = 'LIKE'; + } + $metadata_filter = true; + $meta_query[] = array( + 'key' => '_pp_editorial_meta_' . $metadata_term['type'] . '_' . $metadata_term['slug'], + 'value' => $meta_value, + 'compare' => $compare + ); + } + + } elseif( + in_array($enabled_filter, $this->content_calendar_datas['meta_keys']) + && ( + isset($this->user_filters[$enabled_filter]) + && + ( + !empty($this->user_filters[$enabled_filter]) + || $this->user_filters[$enabled_filter] == '0' + || ( + !empty($this->user_filters[$enabled_filter . '_operator']) + && $this->user_filters[$enabled_filter . '_operator'] === 'not_exists' + ) + ) + ) + ) { + // metakey filter + unset($args[$enabled_filter]); + $meta_value = sanitize_text_field($this->user_filters[$enabled_filter]); + $meta_operator = !empty($this->user_filters[$enabled_filter . '_operator']) ? $this->user_filters[$enabled_filter . '_operator'] : 'equals'; + $compare = $this->meta_query_operator_symbol($meta_operator); + + $metadata_filter = true; + + if ($meta_operator == 'not_exists') { + $meta_query[] = array( + 'relation' => 'OR', + array( + 'key' => $enabled_filter, + 'compare' => 'NOT EXISTS' + ), + array( + 'key' => $enabled_filter, + 'value' => '', + 'compare' => '=' + ) + ); + } else { + $meta_query[] = array( + 'key' => $enabled_filter, + 'value' => $meta_value, + 'compare' => $compare + ); + } + } elseif (in_array($enabled_filter, ['ppch_co_yoast_seo__yoast_wpseo_linkdex', 'ppch_co_yoast_seo__yoast_wpseo_content_score']) && !empty($this->user_filters[$enabled_filter]) && array_key_exists($enabled_filter, $this->form_filter_list) && class_exists('WPSEO_Meta')) { + // yoast seo filter + unset($args[$enabled_filter]); + $meta_value = sanitize_text_field($this->user_filters[$enabled_filter]); + $meta_key = str_replace('ppch_co_yoast_seo_', '', $enabled_filter); + $meta_operator = !empty($this->user_filters[$enabled_filter . '_operator']) ? $this->user_filters[$enabled_filter . '_operator'] : 'equals'; + $compare = $this->meta_query_operator_symbol($meta_operator); + $metadata_filter = true; + $meta_query[] = array( + 'key' => $meta_key, + 'value' => $meta_value, + 'compare' => $compare + ); + + } elseif(array_key_exists($enabled_filter, $this->content_calendar_datas['taxonomies']) && !empty($this->user_filters[$enabled_filter])) { + //taxonomy filter + unset($args[$enabled_filter]); + $tax_value = sanitize_text_field($this->user_filters[$enabled_filter]); + $taxonomy_filter = true; + $tax_query[] = array( + 'taxonomy' => $enabled_filter, + 'field' => 'slug', + 'terms' => [$tax_value], + 'include_children' => true, + 'operator' => 'IN', + ); + } elseif(!empty($this->user_filters[$enabled_filter]) && strpos($enabled_filter, "ppch_co_checklist_") === 0 && array_key_exists($enabled_filter, $this->form_filter_list)) { + // checklists filter + /** + * TODO: Implement metaquery filter when checklists started storing checklists status in meta_key + */ + unset($args[$enabled_filter]); + $meta_value = sanitize_text_field($this->user_filters[$enabled_filter]); + $meta_key = str_replace('ppch_co_checklist_', '', $enabled_filter); + $checklists_filters[$meta_key] = $meta_value; + } + + } + + if ($metadata_filter) { + $args['meta_query'] = $meta_query; + } + + if ($taxonomy_filter) { + $args['tax_query'] = $tax_query; + } + // Unpublished as a status is just an array of everything but 'publish' if ($args['post_status'] == 'unpublish') { $args['post_status'] = ''; @@ -2158,25 +3282,21 @@ public function getCalendarDataForMultipleWeeks($args = [], $context = 'dashboar $args['post_status'] .= ', future'; } } - // The WP functions for printing the category and author assign a value of 0 to the default - // options, but passing this to the query is bad (trashed and auto-draft posts appear!), so - // unset those arguments. - if ($args['cat'] === '0') { + // unset legacy options + if (isset($args['cat'])) { unset($args['cat']); } - if ($args['tag'] === '0') { - unset($args['tag']); - } else { - $args['tag_id'] = $args['tag']; + if (isset($args['tag'])) { unset($args['tag']); } - if ($args['author'] === '0') { - unset($args['author']); + if (!empty($args['me_mode']) && !empty($current_user_id)) { + $args['author'] = $current_user_id; } - if (empty($args['post_type']) || ! in_array($args['post_type'], $supported_post_types)) { - $args['post_type'] = $supported_post_types; + // Filter by post_author if it's set + if (isset($args['author']) && empty($args['author'])) { + unset($args['author']); } // Filter for an end user to implement any of their own query args @@ -2192,8 +3312,32 @@ public function getCalendarDataForMultipleWeeks($args = [], $context = 'dashboar while ($post_results->have_posts()) { $post_results->the_post(); global $post; - $key_date = date('Y-m-d', strtotime($post->post_date)); - $posts[$key_date][] = $post; + + $add_post = true; + + if (!empty($checklists_filters)) { + $post_checklists = apply_filters('publishpress_checklists_requirement_list', [], $post); + foreach ($checklists_filters as $checklists_filter_name => $checklists_filter_check) { + if (!array_key_exists($checklists_filter_name, $post_checklists)) { + // post that doesn't have this requirement shouldn't show? + $add_post = false; + } elseif ($checklists_filter_check == 'passed' && empty($post_checklists[$checklists_filter_name]['status'])) { + // filter posts that failed when condition is passed + $add_post = false; + } elseif ($checklists_filter_check == 'failed' && !empty($post_checklists[$checklists_filter_name]['status'])) { + // filter out post that passed when condition is failed + $add_post = false; + } + } + } + + if ($add_post) { + /** + * TODO: Should we require posts like x2 if results is empty due to $add_post been false for all? + */ + $key_date = date('Y-m-d', strtotime($post->post_date)); + $posts[$key_date][] = $post; + } } if (isset($this->module->options->sort_by)) { @@ -3257,7 +4401,6 @@ public function fetchCalendarDataJson() $beginningDate = $this->get_beginning_of_week(sanitize_text_field($_GET['start_date'])); $endingDate = $this->get_ending_of_week($beginningDate, 'Y-m-d', (int)$_GET['number_of_weeks']); - $args = []; $request_filter = [ 'weeks' => self::DEFAULT_NUM_WEEKS, 'post_status' => '', @@ -3268,67 +4411,16 @@ public function fetchCalendarDataJson() 'start_date' => date('Y-m-d', current_time('timestamp')), ]; + $clean_args = map_deep($_GET, 'sanitize_text_field'); + + $request_filter = array_merge($request_filter, $clean_args); /* * Filters */ - if (isset($_GET['post_status'])) { - $postStatus = sanitize_text_field($_GET['post_status']); - - if (! empty($postStatus)) { - $args['post_status'] = $postStatus; - $request_filter['post_status'] = $postStatus; - } - } - - if (isset($_GET['category'])) { - $category = sanitize_key($_GET['category']); - - if (! empty($category)) { - $categoryData = get_term_by('slug', $category, 'category'); - $args = $this->addTaxQueryToArgs('category', $category, $args); - $request_filter['cat'] = isset($categoryData->term_id) ? $categoryData->term_id : ''; - } - } - - if (isset($_GET['post_tag'])) { - $postTag = sanitize_key($_GET['post_tag']); - - if (! empty($postTag)) { - $tag = get_term_by('slug', $postTag, 'post_tag'); - $args = $this->addTaxQueryToArgs('post_tag', $postTag, $args); - $request_filter['tag'] = isset($tag->term_id) ? $tag->term_id : ''; - } - } - - if (isset($_GET['post_author'])) { - $postAuthor = (int)$_GET['post_author']; - - if (! empty($postAuthor)) { - $args['author'] = $postAuthor; - $request_filter['author'] = $postAuthor; - } - } - - if (isset($_GET['post_type'])) { - $postType = sanitize_key($_GET['post_type']); - - if (! empty($postType)) { - $args['post_type'] = $postType; - $request_filter['cpt'] = $postType; - } - } - - if (isset($_GET['weeks'])) { - $weeks = sanitize_key($_GET['weeks']); - - if (! empty($weeks)) { - $request_filter['weeks'] = $weeks; - } - } $request_filter['start_date'] = $beginningDate; //update filters - $this->update_user_filters($request_filter); + $args = $this->update_user_filters($request_filter); wp_send_json( $this->getCalendarData($beginningDate, $endingDate, $args), @@ -3349,6 +4441,17 @@ public function update_user_filters($request_filter) $filters = []; $old_filters = $this->get_user_meta($current_user->ID, self::USERMETA_KEY_PREFIX . 'filters', true); + // Get content calendar data + $this->content_calendar_datas = $this->get_content_calendar_datas(); + + $filters = $this->content_calendar_datas['content_calendar_filters']; + /** + * @param array $filters + * + * @return array + */ + $this->filters = apply_filters('publishpress_content_calendar_filters', $filters); + $default_filters = [ 'weeks' => self::DEFAULT_NUM_WEEKS, 'post_status' => '', @@ -3360,8 +4463,15 @@ public function update_user_filters($request_filter) ]; $old_filters = array_merge($default_filters, (array)$old_filters); + $this->filters = array_merge([ + 'weeks' => __('Weeks', 'publishpress'), + 'start_date' => __('Start Date', 'publishpress'), + 'me_mode' => __('Me Mode', 'publishpress'), + 's' => __('Search', 'publishpress'), + ], $this->filters); + // Sanitize and validate any newly added filters - foreach ($old_filters as $key => $old_value) { + /* foreach ($old_filters as $key => $old_value) { if (isset($request_filter[$key]) && false !== ($new_value = $this->sanitize_filter( $key, sanitize_text_field($request_filter[$key]) @@ -3370,7 +4480,45 @@ public function update_user_filters($request_filter) } else { $filters[$key] = $old_value; } + }*/ + + + + $editorial_metadata = $this->terms_options; + + foreach ($this->filters as $filter_key => $filter_label) { + if (array_key_exists($filter_key, $editorial_metadata)) { + //add metadata to filter + $meta_term = $editorial_metadata[$filter_key]; + $meta_term_type = $meta_term['type']; + if ($meta_term_type === 'checkbox') { + if (! isset($_GET[$filter_key])) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended + $check_value = null; + } else { + $check_value = absint($this->filter_get_param($filter_key, $request_filter)); + } + $filters[$filter_key] = $check_value; + } elseif ($meta_term_type === 'date') { + $filters[$filter_key] = $this->filter_get_param_text($filter_key, $request_filter); + $filters[$filter_key . '_start'] = $this->filter_get_param_text($filter_key . '_start', $request_filter); + $filters[$filter_key . '_end'] = $this->filter_get_param_text($filter_key . '_end', $request_filter); + $filters[$filter_key . '_start_hidden'] = $this->filter_get_param_text($filter_key . '_start_hidden', $request_filter); + $filters[$filter_key . '_end_hidden'] = $this->filter_get_param_text($filter_key . '_end_hidden', $request_filter); + } elseif ($meta_term_type === 'user') { + if (empty($filters['me_mode'])) { + $filters[$filter_key] = $this->filter_get_param_text($filter_key, $request_filter); + } + } else { + $filters[$filter_key] = $this->filter_get_param_text($filter_key, $request_filter); + } + } else { + // other filters + $filters[$filter_key] = $this->filter_get_param_text($filter_key, $request_filter); + if (in_array($filter_key, $this->content_calendar_datas['meta_keys']) || in_array($filter_key, ['ppch_co_yoast_seo__yoast_wpseo_linkdex', 'ppch_co_yoast_seo__yoast_wpseo_content_score'])) { + $filters[$filter_key . '_operator'] = $this->filter_get_param_text($filter_key . '_operator', $request_filter); + } } + } // Fix start_date, if no specific date was set if (! isset($request_filter['start_date'])) { @@ -3850,8 +4998,6 @@ private function getCalendarData($beginningDate, $endingDate, $args = []) $post_query_args = [ 'post_status' => null, 'post_type' => null, - 'cat' => null, - 'tag' => null, 'author' => null, 'date_query' => [ 'column' => 'post_date', @@ -3895,6 +5041,55 @@ private function getCalendarData($beginningDate, $endingDate, $args = []) return $data; } + /** + * + * @param string $param The parameter to look for in $_GET + * + * @return mixed null if the parameter is not set in $_GET, empty string if the parameter is empty in $_GET, + * or a sanitized version of the parameter from $_GET if set and not empty + */ + public function filter_get_param($param, $request_filter = false) + { + if (!$request_filter) { + $request_filter = $_GET; + } + + // Sure, this could be done in one line. But we're cooler than that: let's make it more readable! + if (! isset($request_filter[$param])) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended + return null; + } elseif (empty($request_filter[$param])) { // phpcs:ignore WordPress.Security.NonceVerification.Recommended + return ''; + } + + return sanitize_key($request_filter[$param]); // phpcs:ignore WordPress.Security.NonceVerification.Recommended + } + + /** + * This function is an alternative to filter_get_param() that's stripping out date characters + * + * @param string $param The parameter to look for in $_GET + * + * @return mixed null if the parameter is not set in $_GET, empty string if the parameter is empty in $_GET, + * or a sanitized version of the parameter from $_GET if set and not empty + */ + public function filter_get_param_text($param, $request_filter = false) + { + if (!$request_filter) { + $request_filter = $_GET; + } + + // Sure, this could be done in one line. But we're cooler than that: let's make it more readable! + if (! isset($request_filter[$param])) { + return null; + } elseif ($request_filter[$param] == '0') { + return 0; + } elseif (empty($request_filter[$param])) { + return ''; + } + + return sanitize_text_field($request_filter[$param]); + } + /** * Sanitize a $_GET or similar filter being used on the calendar * @@ -3944,7 +5139,7 @@ public function sanitize_filter($key, $dirty_value) return empty($weeks) ? self::DEFAULT_NUM_WEEKS : $weeks; break; default: - return false; + return sanitize_text_field($dirty_value); break; } } diff --git a/modules/calendar/lib/async-calendar/js/AsyncCalendar.jsx b/modules/calendar/lib/async-calendar/js/AsyncCalendar.jsx index 010e45c4..3cfdcb26 100644 --- a/modules/calendar/lib/async-calendar/js/AsyncCalendar.jsx +++ b/modules/calendar/lib/async-calendar/js/AsyncCalendar.jsx @@ -11,25 +11,9 @@ const $ = jQuery; export default function AsyncCalendar(props) { const theme = (props.theme || 'light'); - - let statusValue = (props.requestFilter.post_status) ? props.requestFilter.post_status : ''; - let typesValue = (props.requestFilter.post_type) ? props.requestFilter.post_type : ''; let weeksValue = (props.requestFilter.weeks) ? props.requestFilter.weeks : props.numberOfWeeksToDisplay; - let categoryValue = ''; - if (props.requestFilter.category && props.requestFilter.category.value) { - categoryValue = props.requestFilter.category.value; - } - - let postTagValue = ''; - if (props.requestFilter.post_tag && props.requestFilter.post_tag.value) { - postTagValue = props.requestFilter.post_tag.value; - } - - let authorValue = ''; - if (props.requestFilter.post_author && props.requestFilter.post_author.value) { - authorValue = props.requestFilter.post_author.value; - } + let calendarFiltersValue = (props.requestFilter) ? props.requestFilter : {}; const [firstDateToDisplay, setFirstDateToDisplay] = React.useState(getBeginDateOfWeekByDate(props.firstDateToDisplay, props.weekStartsOnSunday)); const [numberOfWeeksToDisplay, setNumberOfWeeksToDisplay] = React.useState(weeksValue); @@ -37,18 +21,15 @@ export default function AsyncCalendar(props) { const [isLoading, setIsLoading] = React.useState(false); const [isDragging, setIsDragging] = React.useState(false); const [message, setMessage] = React.useState(); - const [filterStatus, setFilterStatus] = React.useState(statusValue); - const [filterCategory, setFilterCategory] = React.useState(categoryValue); - const [filterTag, setFilterTag] = React.useState(postTagValue); - const [filterAuthor, setFilterAuthor] = React.useState(authorValue); - const [filterPostType, setFilterPostType] = React.useState(typesValue); const [filterWeeks, setFilterWeeks] = React.useState(weeksValue); + const [searchText, setSearchText] = React.useState(''); const [openedItemId, setOpenedItemId] = React.useState(); const [openedItemData, setOpenedItemData] = React.useState([]); const [openedItemRefreshCount, setOpenedItemRefreshCount] = React.useState(0); const [refreshCount, setRefreshCount] = React.useState(0); const [hoveredDate, setHoveredDate] = React.useState(); const [formDate, setFormDate] = React.useState(); + const [calendarFilter, setCalendarFilter] = React.useState(calendarFiltersValue); const DRAG_AND_DROP_HOVERING_CLASS = 'publishpress-calendar-day-hover'; @@ -59,10 +40,92 @@ export default function AsyncCalendar(props) { return props.ajaxUrl + '?action=' + action + '&nonce=' + props.nonce + query; } + + const onFilterSelectChange = (event) => { + let selectElement = event.target; + let selectName = selectElement.name; + let selectValue = selectElement.value; + let elementModal = selectElement.closest('.content-calendar-modal'); + let previousElement = elementModal.previousElementSibling; + if (!selectValue || selectValue == '') { + previousElement.classList.remove('active-filter'); + previousElement.innerHTML = previousElement.getAttribute('data-label'); + } else { + let selectedOptionText = selectElement.selectedOptions[0].text; + previousElement.classList.add('active-filter'); + previousElement.innerHTML = previousElement.getAttribute('data-label') + ': ' + selectedOptionText; + elementModal.style.display = 'none'; + } + onFilterEventCallback(selectName, selectValue); + } + + const onMeModeClick = (event) => { + let new_value = ''; + if (event.target.classList.contains('active-filter')) { + new_value = 0; + event.target.classList.remove('active-filter'); + } else { + new_value = 1; + event.target.classList.add('active-filter'); + } + + onFilterEventCallback('me_mode', new_value); + + document.querySelector('#filter_author').value = ''; + document.querySelector('#pp-content-filters #content_calendar_me_mode').value = new_value; + }; + + const onSearchClick = (event) => { + let selectElement = event.target; + let elementParent = selectElement.closest('.search-bar'); + let value = elementParent.querySelector('#co-searchbox-search-input').value; + setSearchText(value); + } + + const onFilterApplyClick = (event) => { + event.preventDefault(); + + let elementModal = event.target.closest('.content-calendar-modal'); + let previousElement = elementModal.previousElementSibling; + let inputs = elementModal.querySelectorAll('input:not([type="submit"]), select, textarea'); + let all_inputs = []; + let selected_values = ''; + inputs.forEach(input => { + let inputName = input.name; + let inputValue = input.value; + + if (input.type === 'checkbox') { + inputValue = input.checked ? '1' : ''; + selected_values += inputValue; + } else if (input.type === 'select-one') { + selected_values += ' : ' + input.selectedOptions[0].text; + } else if (input.type !== 'hidden' && inputValue && inputValue !== '') { + selected_values += ' : ' + inputValue; + } + all_inputs.push(inputName); + + onFilterEventCallback(inputName, inputValue); + }); + + if (!selected_values || selected_values == '') { + previousElement.classList.remove('active-filter'); + previousElement.innerHTML = previousElement.getAttribute('data-label'); + } else { + previousElement.classList.add('active-filter'); + previousElement.innerHTML = previousElement.getAttribute('data-label') + selected_values; + } + + elementModal.style.display = 'none'; + }; + const addEventListeners = () => { document.addEventListener('keydown', onDocumentKeyDown); $(document).on('publishpress_calendar:close_popup', onCloseItemPopup); + $(document).on('change', '#pp-content-filters select:not(.non-trigger-select)', onFilterSelectChange); + $(document).on('click', '.metadata-item-filter .filter-apply input[type=submit]', onFilterApplyClick); + $(document).on('click', '.pp-content-calendar-manage .search-bar input[type=submit]', onSearchClick); + $(document).on('click', '.pp-content-calendar-manage .me-mode-action', onMeModeClick); } const removeEventListeners = () => { @@ -90,28 +153,15 @@ export default function AsyncCalendar(props) { let dataUrl = getUrl(props.actionGetData, '&start_date=' + getDateAsStringInWpFormat(getBeginDateOfWeekByDate(firstDateToDisplay, props.weekStartsOnSunday)) + '&number_of_weeks=' + numberOfWeeksToDisplay); - if (filterStatus) { - dataUrl += '&post_status=' + filterStatus; - } - - if (filterCategory) { - dataUrl += '&category=' + filterCategory; + if (calendarFilter && Object.keys(calendarFilter).length > 0) { + let calendarFilterParams = new URLSearchParams(calendarFilter); + dataUrl += '&' + calendarFilterParams.toString(); } - if (filterTag) { - dataUrl += '&post_tag=' + filterTag; - } - - if (filterAuthor) { - dataUrl += '&post_author=' + filterAuthor; - } - - if (filterPostType) { - dataUrl += '&post_type=' + filterPostType; - } - - if (filterWeeks) { - dataUrl += '&weeks=' + filterWeeks; + if (searchText) { + dataUrl += '&s=' + searchText; + } else { + dataUrl += '&s='; } fetch(dataUrl) @@ -190,6 +240,9 @@ export default function AsyncCalendar(props) { }; const moveCalendarItemToANewDate = (itemDate, itemIndex, newYear, newMonth, newDay) => { + if (!itemsByDate[itemDate]) { + return; + } let item = itemsByDate[itemDate][itemIndex]; setIsLoading(true); @@ -341,25 +394,10 @@ export default function AsyncCalendar(props) { } const onFilterEventCallback = (filterName, value) => { - if ('status' === filterName) { - setFilterStatus(value); - } - - if ('category' === filterName) { - setFilterCategory(value); - } - - if ('tag' === filterName) { - setFilterTag(value); - } - - if ('author' === filterName) { - setFilterAuthor(value); - } - - if ('postType' === filterName) { - setFilterPostType(value); - } + setCalendarFilter(prevCalendarFilter => ({ + ...prevCalendarFilter, + [filterName]: value + })); if ('weeks' === filterName) { value = parseInt(value); @@ -474,11 +512,8 @@ export default function AsyncCalendar(props) { firstDateToDisplay, numberOfWeeksToDisplay, filterWeeks, - filterAuthor, - filterTag, - filterCategory, - filterStatus, - filterPostType, + searchText, + calendarFilter, refreshCount ] ); @@ -490,11 +525,8 @@ export default function AsyncCalendar(props) { firstDateToDisplay, numberOfWeeksToDisplay, filterWeeks, - filterAuthor, - filterTag, - filterCategory, - filterStatus, - filterPostType, + searchText, + calendarFilter, refreshCount ] ); @@ -517,16 +549,6 @@ export default function AsyncCalendar(props) { return (
    - - e.length)&&(t=e.length);for(var a=0,n=new Array(t);a1?a-1:0),r=1;r/gm),Y=d(/\${[\w\W]*}/gm),V=d(/^data-[\-\w.\u00B7-\uFFFF]/),Q=d(/^aria-[\-\w]+$/),$=d(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),K=d(/^(?:\w+script|data):/i),J=d(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),X=d(/^html$/i),Z=function(){return"undefined"==typeof window?null:window},ee=function(t,a){if("object"!==e(t)||"function"!=typeof t.createPolicy)return null;var n=null;a.currentScript&&a.currentScript.hasAttribute("data-tt-policy-suffix")&&(n=a.currentScript.getAttribute("data-tt-policy-suffix"));var r="dompurify"+(n?"#"+n:"");try{return t.createPolicy(r,{createHTML:function(e){return e},createScriptURL:function(e){return e}})}catch(e){return console.warn("TrustedTypes policy "+r+" could not be created."),null}};return function t(){var a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Z(),n=function(e){return t(e)};if(n.version="2.4.7",n.removed=[],!a||!a.document||9!==a.document.nodeType)return n.isSupported=!1,n;var o=a.document,l=a.document,i=a.DocumentFragment,s=a.HTMLTemplateElement,c=a.Node,u=a.Element,d=a.NodeFilter,m=a.NamedNodeMap,f=void 0===m?a.NamedNodeMap||a.MozNamedAttrMap:m,h=a.HTMLFormElement,g=a.DOMParser,y=a.trustedTypes,A=u.prototype,te=O(A,"cloneNode"),ae=O(A,"nextSibling"),ne=O(A,"childNodes"),re=O(A,"parentNode");if("function"==typeof s){var oe=l.createElement("template");oe.content&&oe.content.ownerDocument&&(l=oe.content.ownerDocument)}var le=ee(y,o),ie=le?le.createHTML(""):"",se=l,ce=se.implementation,ue=se.createNodeIterator,pe=se.createDocumentFragment,de=se.getElementsByTagName,me=o.importNode,fe={};try{fe=D(l).documentMode?l.documentMode:{}}catch(e){}var he={};n.isSupported="function"==typeof re&&ce&&void 0!==ce.createHTMLDocument&&9!==fe;var ge,ye,ve=W,be=B,Ee=Y,we=V,Re=Q,ke=K,Ce=J,xe=$,Se=null,_e=N({},[].concat(r(j),r(F),r(L),r(M),r(U))),Te=null,Ae=N({},[].concat(r(H),r(G),r(q),r(z))),Ne=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),De=null,Oe=null,je=!0,Fe=!0,Le=!1,Ie=!0,Me=!1,Pe=!1,Ue=!1,He=!1,Ge=!1,qe=!1,ze=!1,We=!0,Be=!1,Ye="user-content-",Ve=!0,Qe=!1,$e={},Ke=null,Je=N({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]),Xe=null,Ze=N({},["audio","video","img","source","image","track"]),et=null,tt=N({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),at="http://www.w3.org/1998/Math/MathML",nt="http://www.w3.org/2000/svg",rt="http://www.w3.org/1999/xhtml",ot=rt,lt=!1,it=null,st=N({},[at,nt,rt],R),ct=["application/xhtml+xml","text/html"],ut="text/html",pt=null,dt=l.createElement("form"),mt=function(e){return e instanceof RegExp||e instanceof Function},ft=function(t){pt&&pt===t||(t&&"object"===e(t)||(t={}),t=D(t),ge=ge=-1===ct.indexOf(t.PARSER_MEDIA_TYPE)?ut:t.PARSER_MEDIA_TYPE,ye="application/xhtml+xml"===ge?R:w,Se="ALLOWED_TAGS"in t?N({},t.ALLOWED_TAGS,ye):_e,Te="ALLOWED_ATTR"in t?N({},t.ALLOWED_ATTR,ye):Ae,it="ALLOWED_NAMESPACES"in t?N({},t.ALLOWED_NAMESPACES,R):st,et="ADD_URI_SAFE_ATTR"in t?N(D(tt),t.ADD_URI_SAFE_ATTR,ye):tt,Xe="ADD_DATA_URI_TAGS"in t?N(D(Ze),t.ADD_DATA_URI_TAGS,ye):Ze,Ke="FORBID_CONTENTS"in t?N({},t.FORBID_CONTENTS,ye):Je,De="FORBID_TAGS"in t?N({},t.FORBID_TAGS,ye):{},Oe="FORBID_ATTR"in t?N({},t.FORBID_ATTR,ye):{},$e="USE_PROFILES"in t&&t.USE_PROFILES,je=!1!==t.ALLOW_ARIA_ATTR,Fe=!1!==t.ALLOW_DATA_ATTR,Le=t.ALLOW_UNKNOWN_PROTOCOLS||!1,Ie=!1!==t.ALLOW_SELF_CLOSE_IN_ATTR,Me=t.SAFE_FOR_TEMPLATES||!1,Pe=t.WHOLE_DOCUMENT||!1,Ge=t.RETURN_DOM||!1,qe=t.RETURN_DOM_FRAGMENT||!1,ze=t.RETURN_TRUSTED_TYPE||!1,He=t.FORCE_BODY||!1,We=!1!==t.SANITIZE_DOM,Be=t.SANITIZE_NAMED_PROPS||!1,Ve=!1!==t.KEEP_CONTENT,Qe=t.IN_PLACE||!1,xe=t.ALLOWED_URI_REGEXP||xe,ot=t.NAMESPACE||rt,Ne=t.CUSTOM_ELEMENT_HANDLING||{},t.CUSTOM_ELEMENT_HANDLING&&mt(t.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(Ne.tagNameCheck=t.CUSTOM_ELEMENT_HANDLING.tagNameCheck),t.CUSTOM_ELEMENT_HANDLING&&mt(t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(Ne.attributeNameCheck=t.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),t.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(Ne.allowCustomizedBuiltInElements=t.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Me&&(Fe=!1),qe&&(Ge=!0),$e&&(Se=N({},r(U)),Te=[],!0===$e.html&&(N(Se,j),N(Te,H)),!0===$e.svg&&(N(Se,F),N(Te,G),N(Te,z)),!0===$e.svgFilters&&(N(Se,L),N(Te,G),N(Te,z)),!0===$e.mathMl&&(N(Se,M),N(Te,q),N(Te,z))),t.ADD_TAGS&&(Se===_e&&(Se=D(Se)),N(Se,t.ADD_TAGS,ye)),t.ADD_ATTR&&(Te===Ae&&(Te=D(Te)),N(Te,t.ADD_ATTR,ye)),t.ADD_URI_SAFE_ATTR&&N(et,t.ADD_URI_SAFE_ATTR,ye),t.FORBID_CONTENTS&&(Ke===Je&&(Ke=D(Ke)),N(Ke,t.FORBID_CONTENTS,ye)),Ve&&(Se["#text"]=!0),Pe&&N(Se,["html","head","body"]),Se.table&&(N(Se,["tbody"]),delete De.tbody),p&&p(t),pt=t)},ht=N({},["mi","mo","mn","ms","mtext"]),gt=N({},["foreignobject","desc","title","annotation-xml"]),yt=N({},["title","style","font","a","script"]),vt=N({},F);N(vt,L),N(vt,I);var bt=N({},M);N(bt,P);var Et=function(e){var t=re(e);t&&t.tagName||(t={namespaceURI:ot,tagName:"template"});var a=w(e.tagName),n=w(t.tagName);return!!it[e.namespaceURI]&&(e.namespaceURI===nt?t.namespaceURI===rt?"svg"===a:t.namespaceURI===at?"svg"===a&&("annotation-xml"===n||ht[n]):Boolean(vt[a]):e.namespaceURI===at?t.namespaceURI===rt?"math"===a:t.namespaceURI===nt?"math"===a&>[n]:Boolean(bt[a]):e.namespaceURI===rt?!(t.namespaceURI===nt&&!gt[n])&&!(t.namespaceURI===at&&!ht[n])&&!bt[a]&&(yt[a]||!vt[a]):!("application/xhtml+xml"!==ge||!it[e.namespaceURI]))},wt=function(e){E(n.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){try{e.outerHTML=ie}catch(t){e.remove()}}},Rt=function(e,t){try{E(n.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){E(n.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!Te[e])if(Ge||qe)try{wt(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},kt=function(e){var t,a;if(He)e=""+e;else{var n=k(e,/^[\r\n\t ]+/);a=n&&n[0]}"application/xhtml+xml"===ge&&ot===rt&&(e=''+e+"");var r=le?le.createHTML(e):e;if(ot===rt)try{t=(new g).parseFromString(r,ge)}catch(e){}if(!t||!t.documentElement){t=ce.createDocument(ot,"template",null);try{t.documentElement.innerHTML=lt?ie:r}catch(e){}}var o=t.body||t.documentElement;return e&&a&&o.insertBefore(l.createTextNode(a),o.childNodes[0]||null),ot===rt?de.call(t,Pe?"html":"body")[0]:Pe?t.documentElement:o},Ct=function(e){return ue.call(e.ownerDocument||e,e,d.SHOW_ELEMENT|d.SHOW_COMMENT|d.SHOW_TEXT,null,!1)},xt=function(e){return e instanceof h&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof f)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},St=function(t){return"object"===e(c)?t instanceof c:t&&"object"===e(t)&&"number"==typeof t.nodeType&&"string"==typeof t.nodeName},_t=function(e,t,a){he[e]&&v(he[e],(function(e){e.call(n,t,a,pt)}))},Tt=function(e){var t;if(_t("beforeSanitizeElements",e,null),xt(e))return wt(e),!0;if(_(/[\u0080-\uFFFF]/,e.nodeName))return wt(e),!0;var a=ye(e.nodeName);if(_t("uponSanitizeElement",e,{tagName:a,allowedTags:Se}),e.hasChildNodes()&&!St(e.firstElementChild)&&(!St(e.content)||!St(e.content.firstElementChild))&&_(/<[/\w]/g,e.innerHTML)&&_(/<[/\w]/g,e.textContent))return wt(e),!0;if("select"===a&&_(/