Changeset 3389850
- Timestamp:
- 11/04/2025 05:36:08 PM (3 weeks ago)
- Location:
- publishpress-statuses
- Files:
-
- 28 edited
- 1 copied
-
tags/1.1.12 (copied) (copied from publishpress-statuses/trunk)
-
tags/1.1.12/Admin.php (modified) (1 diff)
-
tags/1.1.12/CHANGELOG.md (modified) (1 diff)
-
tags/1.1.12/StatusEditUI.php (modified) (1 diff)
-
tags/1.1.12/StatusListTable.php (modified) (1 diff)
-
tags/1.1.12/common/css/custom-status-admin.css (modified) (1 diff)
-
tags/1.1.12/languages/publishpress-statuses-es_ES.mo (modified) (previous)
-
tags/1.1.12/languages/publishpress-statuses-es_ES.po (modified) (32 diffs)
-
tags/1.1.12/languages/publishpress-statuses-fr_FR.mo (modified) (previous)
-
tags/1.1.12/languages/publishpress-statuses-fr_FR.po (modified) (33 diffs)
-
tags/1.1.12/languages/publishpress-statuses-it_IT.mo (modified) (previous)
-
tags/1.1.12/languages/publishpress-statuses-it_IT.po (modified) (30 diffs)
-
tags/1.1.12/languages/publishpress-statuses.pot (modified) (10 diffs)
-
tags/1.1.12/publishpress-statuses.php (modified) (2 diffs)
-
tags/1.1.12/readme.txt (modified) (1 diff)
-
trunk/Admin.php (modified) (1 diff)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/StatusEditUI.php (modified) (1 diff)
-
trunk/StatusListTable.php (modified) (1 diff)
-
trunk/common/css/custom-status-admin.css (modified) (1 diff)
-
trunk/languages/publishpress-statuses-es_ES.mo (modified) (previous)
-
trunk/languages/publishpress-statuses-es_ES.po (modified) (32 diffs)
-
trunk/languages/publishpress-statuses-fr_FR.mo (modified) (previous)
-
trunk/languages/publishpress-statuses-fr_FR.po (modified) (33 diffs)
-
trunk/languages/publishpress-statuses-it_IT.mo (modified) (previous)
-
trunk/languages/publishpress-statuses-it_IT.po (modified) (30 diffs)
-
trunk/languages/publishpress-statuses.pot (modified) (10 diffs)
-
trunk/publishpress-statuses.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
publishpress-statuses/tags/1.1.12/Admin.php
r3387201 r3389850 429 429 'dashicons-format-status', 430 430 70 431 );432 433 add_submenu_page(434 'publishpress-statuses',435 esc_html__('Add New', 'publishpress-statuses'),436 esc_html__('Add New', 'publishpress-statuses'),437 $check_cap,438 'publishpress-statuses-add-new',439 [$this, 'render_admin_page']440 431 ); 441 432 -
publishpress-statuses/tags/1.1.12/CHANGELOG.md
r3389260 r3389850 1 1 The format is based on [Keep a Changelog](http://keepachangelog.com/) 2 2 and this project adheres to [Semantic Versioning](http://semver.org/). 3 4 = [1.1.12] - 4 Nov 2025 = 5 * Fixed : Status disable was not applied, all statuses were available in alternate workflow 6 * Fixed : Blank Post Access tab was displayed when editing Draft status 7 * Change : Remove Statuses > Add New submenu item 8 * Change : Clarify Delete captions in Statuses table 9 * Lang : Update ES, FR, IT 3 10 4 11 = [1.1.11] - 3 Nov 2025 = -
publishpress-statuses/tags/1.1.12/StatusEditUI.php
r3387201 r3389850 82 82 || (defined('PUBLISHPRESS_CAPS_PRO_VERSION') && class_exists('PublishPress\StatusCapabilities') && !\PublishPress\StatusCapabilities::customStatusPostMetaPermissions('', $status))) 83 83 : 84 $tabs['post_access'] = __('Post Access', 'publishpress-statuses'); 84 if ('draft' != $status->name) { 85 $tabs['post_access'] = __('Post Access', 'publishpress-statuses'); 86 } 85 87 endif; 86 88 -
publishpress-statuses/tags/1.1.12/StatusListTable.php
r3372042 r3389850 871 871 $actions['edit'] = ['url' => esc_url($url), 'label' => esc_html__('Edit')]; 872 872 873 if ( empty($status_obj) || (empty($status_obj->_builtin))) {873 if ((empty($status_obj) || (empty($status_obj->_builtin))) && empty($status_obj->disabled)) { 874 874 $actions['disable'] = ['url' => '#', 'label' => \PublishPress_Statuses::__wp('Disable', 'publishpress-statuses')]; 875 875 } 876 876 877 877 if (empty($status_obj) || (empty($status_obj->_builtin) && empty($status_obj->pp_builtin))) { 878 $actions['delete'] = ['url' => '#', 'label' => __(' X', 'publishpress-statuses')];878 $actions['delete'] = ['url' => '#', 'label' => __('Delete', 'publishpress-statuses')]; 879 879 } 880 880 -
publishpress-statuses/tags/1.1.12/common/css/custom-status-admin.css
r3389260 r3389850 352 352 } 353 353 354 table.status-row td.name div.row-actions span.disable a {355 padding-right: 5px;356 }357 358 354 table.status-row td.name div.row-actions span.delete a { 359 padding-left: 5px;360 355 font-weight: bold; 361 356 } -
publishpress-statuses/tags/1.1.12/languages/publishpress-statuses-es_ES.po
r3359461 r3389850 5 5 "Project-Id-Version: PublishPress Statuses 1.0.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" 7 "POT-Creation-Date: 2025- 08-01T04:22:40+00:00\n"8 "PO-Revision-Date: 2025- 09-02 11:20+0200\n"7 "POT-Creation-Date: 2025-10-02T22:14:54+00:00\n" 8 "PO-Revision-Date: 2025-11-04 09:52+0100\n" 9 9 "Last-Translator: \n" 10 10 "Language-Team: \n" … … 44 44 msgstr "https://publishpress.com/" 45 45 46 #: Admin.php:18 Admin.php:3 52 Admin.php:353 PublishPress_Statuses.php:32847 #: PublishPress_Statuses.php:3 29StatusesUI.php:9246 #: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337 47 #: PublishPress_Statuses.php:338 StatusesUI.php:92 48 48 msgid "Statuses" 49 49 msgstr "Estados" … … 53 53 msgstr "Ajustes" 54 54 55 #: Admin.php:22 includes-core/CoreAdmin.php:108 StatusListTable.php:160 56 #: StatusListTable.php:181 55 #: Admin.php:22 includes-core/CoreAdmin.php:37 includes-core/CoreAdmin.php:38 56 #: includes-core/CoreAdmin.php:108 StatusListTable.php:181 57 #: StatusListTable.php:207 57 58 msgid "Upgrade to Pro" 58 59 msgstr "Actualizar a Pro" 59 60 60 #: Admin.php: 29161 #: Admin.php:305 61 62 msgid "" 62 63 "Are you sure you want to delete the post status? All posts with this status " … … 66 67 "con este estado serán asignadas al estado por defecto." 67 68 68 #: Admin.php:3 63 Admin.php:364 StatusesUI.php:81869 #: Admin.php:377 Admin.php:378 StatusesUI.php:832 69 70 msgid "Add New" 70 71 msgstr "Añadir nuevo" 71 72 72 #: Admin.php:4 50 PublishPress_Statuses.php:78573 #: Admin.php:464 PublishPress_Statuses.php:794 73 74 msgid "Approve" 74 75 msgstr "Aprobar" 75 76 76 #: Admin.php:4 52 PublishPress_Statuses.php:75777 #: Admin.php:466 PublishPress_Statuses.php:766 77 78 msgid "Assign" 78 79 msgstr "Asignar" 79 80 80 #: Admin.php:4 54 PublishPress_Statuses.php:77181 #: Admin.php:468 PublishPress_Statuses.php:780 81 82 msgid "Mark In Progress" 82 83 msgstr "Marca en progreso" 83 84 84 85 #. translators: %s is the status label 85 #: Admin.php:4 6786 #: Admin.php:481 86 87 msgid "Set to %s" 87 88 msgstr "Establecer %s" 88 89 89 90 #. translators: %s is the status label 90 #: Admin.php:4 76 PostEditGutenberg.php:7591 #: Admin.php:490 PostEditGutenberg.php:77 91 92 msgid "Save as %s" 92 93 msgstr "Guardar como %s" 93 94 94 95 #. translators: %s is the name of a custom public status 95 #: Admin.php: 48896 #: Admin.php:502 96 97 msgid "Public (%s)" 97 98 msgstr "Público (%s)" 98 99 99 #: Admin.php:5 59 PostEditClassic.php:179 PostEditGutenberg.php:72100 #: PostEditGutenberg.php:2 59 PostEditGutenbergStatuses.php:44101 #: PostEditGutenbergStatuses.php:6 4 PostEditGutenbergStatuses.php:72100 #: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74 101 #: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46 102 #: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74 102 103 msgid "Advance Status" 103 104 msgstr "Estado avanzado" … … 177 178 178 179 #. translators: %s is the name of a custom visibility status 179 #: PostEditClassic.php:31 2180 #: PostEditClassic.php:314 180 181 msgid "%s, Sticky" 181 182 msgstr "%s, fijo" … … 198 199 msgstr "Publicar %1$s tras aprobación %2$s" 199 200 200 #: PostEditGutenberg.php: 69201 #: PostEditGutenberg.php:71 201 202 msgid "Publication Workflow" 202 203 msgstr "Flujo de trabajo de publicación" 203 204 204 #: PostEditGutenberg.php:7 3205 #: PostEditGutenberg.php:75 205 206 msgid "Post Status" 206 207 msgstr "Estado de la entrada" 207 208 208 #: PostEditGutenberg.php:7 6209 #: PostEditGutenberg.php:78 209 210 msgid "Set Selected Status" 210 211 msgstr "Establece el estado seleccionado" 211 212 212 #: PostEditGutenberg.php:7 7213 #: PostEditGutenberg.php:79 213 214 msgid "Keep Current Status" 214 215 msgstr "Mantener el estado actual" 215 216 216 #: PostEditGutenberg.php: 78217 #: PostEditGutenberg.php:80 217 218 msgid "Advance to Next Status" 218 219 msgstr "Avanzar al estado siguiente" 219 220 220 #: PostEditGutenberg.php: 79221 #: PostEditGutenberg.php:81 221 222 msgid "Advance to Max Status" 222 223 msgstr "Avanzar al estado máximo" 223 224 224 #: PostEditGutenberg.php:8 0225 #: PostEditGutenberg.php:82 225 226 msgid "This post is currently published" 226 227 msgstr "Esta entrada está actualmente publicada" 227 228 228 #: PostEditGutenberg.php:8 1229 #: PostEditGutenberg.php:83 229 230 msgid "This post is currently scheduled" 230 231 msgstr "Esta entrada está actualmente programada" 231 232 232 #: PostEditGutenbergStatuses.php:11 6233 #: PostEditGutenbergStatuses.php:118 233 234 msgid "Workflow" 234 235 msgstr "Flujo de trabajo" 235 236 236 #: PostEditGutenbergStatuses.php:12 0237 #: PostEditGutenbergStatuses.php:122 237 238 msgid "Submit Revision" 238 239 msgstr "Enviar revisión" 239 240 241 #: publishpress-statuses.php:118 242 msgid "<strong>This plugin can be deleted.</strong>" 243 msgstr "<strong>Este plugin se puede borrar.</strong>" 244 240 245 #. translators: %s is a version number 241 246 #: publishpress-statuses.php:178 … … 265 270 "a la versión %s o superior." 266 271 267 #: PublishPress_Statuses.php:296 268 msgid "" 269 "Can bypass normal status progression (publishing or setting to max status)." 270 msgstr "" 271 "Puedes omitir la progresión normal del estado (publicarlo o establecerlo en " 272 "el estado máximo)." 273 274 #: PublishPress_Statuses.php:297 272 #: PublishPress_Statuses.php:305 273 msgid "" 274 "Can bypass normal status progression. User can publish immediately or move " 275 "post to the furthest possible status." 276 msgstr "" 277 "Se puede omitir la progresión normal del estado. El usuario puede publicar " 278 "inmediatamente o mover la entrada al estado más avanzado posible." 279 280 #: PublishPress_Statuses.php:306 275 281 msgid "Manage Statuses plugin settings." 276 282 msgstr "Gestionar los ajustes del plugin Statuses." 277 283 278 #: PublishPress_Statuses.php:3 29284 #: PublishPress_Statuses.php:338 279 285 msgid "Status" 280 286 msgstr "Estado" 281 287 282 #: PublishPress_Statuses.php:3 43288 #: PublishPress_Statuses.php:352 283 289 msgid "Core Post Statuses" 284 290 msgstr "Estados del núcleo de las entradas" 285 291 286 #: PublishPress_Statuses.php:6 06292 #: PublishPress_Statuses.php:615 287 293 msgid "New post, not yet submitted." 288 294 msgstr "Nueva entrada, aún no enviada." 289 295 290 #: PublishPress_Statuses.php:6 27296 #: PublishPress_Statuses.php:636 291 297 msgid "Post is awaiting review." 292 298 msgstr "La entrada está pendiente de revisión." 293 299 294 #: PublishPress_Statuses.php:6 46300 #: PublishPress_Statuses.php:655 295 301 msgid "Post is scheduled for publication." 296 302 msgstr "La entrada está programada para su publicación." 297 303 298 #: PublishPress_Statuses.php:6 64304 #: PublishPress_Statuses.php:673 299 305 msgid "Post is published, publicly visible." 300 306 msgstr "La entrada esstá publicada, y es visible públicamente." 301 307 302 #: PublishPress_Statuses.php:6 82308 #: PublishPress_Statuses.php:691 303 309 msgid "Post is published with private visibility." 304 310 msgstr "La entrada está publicada con visibilidad privada." 305 311 306 #: PublishPress_Statuses.php:7 41312 #: PublishPress_Statuses.php:750 307 313 msgid "Pitch" 308 314 msgstr "Idea" 309 315 310 #: PublishPress_Statuses.php:7 43316 #: PublishPress_Statuses.php:752 311 317 msgctxt "post action/button label" 312 318 msgid "Pitch" 313 319 msgstr "Idea" 314 320 315 #: PublishPress_Statuses.php:7 44321 #: PublishPress_Statuses.php:753 316 322 msgid "Idea proposed; waiting for acceptance." 317 323 msgstr "Idea propuesta; en espera de aceptación." 318 324 319 #: PublishPress_Statuses.php:7 55325 #: PublishPress_Statuses.php:764 320 326 msgid "Assigned" 321 327 msgstr "Asignada" 322 328 323 #: PublishPress_Statuses.php:7 58329 #: PublishPress_Statuses.php:767 324 330 msgid "Post idea assigned to writer." 325 331 msgstr "Idea de entrada asignada al escritor." 326 332 327 #: PublishPress_Statuses.php:7 69333 #: PublishPress_Statuses.php:778 328 334 msgid "In Progress" 329 335 msgstr "En progreso" 330 336 331 #: PublishPress_Statuses.php:7 72337 #: PublishPress_Statuses.php:781 332 338 msgid "Writer is working on the post." 333 339 msgstr "El escritor está trabajando en la entrada." 334 340 335 #: PublishPress_Statuses.php:7 83341 #: PublishPress_Statuses.php:792 336 342 msgid "Approved" 337 343 msgstr "Aprobado" 338 344 339 #: PublishPress_Statuses.php:7 86345 #: PublishPress_Statuses.php:795 340 346 msgid "Post has been approved for publication." 341 347 msgstr "La entrada ha sido aprobada para su publicación." 342 348 343 #: PublishPress_Statuses.php: 797349 #: PublishPress_Statuses.php:806 344 350 msgid "Deferred" 345 351 msgstr "Aplazado" 346 352 347 #: PublishPress_Statuses.php: 799353 #: PublishPress_Statuses.php:808 348 354 msgid "Defer" 349 355 msgstr "Aplazar" 350 356 351 #: PublishPress_Statuses.php:80 0357 #: PublishPress_Statuses.php:809 352 358 msgid "Post has been deferred for future consideration." 353 359 msgstr "La entrada se ha aplazado para una futura consideración." 354 360 355 #: PublishPress_Statuses.php:8 11361 #: PublishPress_Statuses.php:820 356 362 msgid "Needs Work" 357 363 msgstr "Necesita trabajo" 358 364 359 #: PublishPress_Statuses.php:8 13365 #: PublishPress_Statuses.php:822 360 366 msgid "Set to Needs Work" 361 367 msgstr "Establecer en necesita trabajo" 362 368 363 #: PublishPress_Statuses.php:8 14369 #: PublishPress_Statuses.php:823 364 370 msgid "Post needs work before further review." 365 371 msgstr "La entrada necesita mejoras antes de ser revisada." 366 372 367 #: PublishPress_Statuses.php:8 25373 #: PublishPress_Statuses.php:834 368 374 msgid "Rejected" 369 375 msgstr "Rechazado" 370 376 371 #: PublishPress_Statuses.php:8 27377 #: PublishPress_Statuses.php:836 372 378 msgid "Reject" 373 379 msgstr "Rechazar" 374 380 375 #: PublishPress_Statuses.php:8 28381 #: PublishPress_Statuses.php:837 376 382 msgid "Post has been rejected." 377 383 msgstr "La entrada ha sido rechazada." 378 384 379 #: PublishPress_Statuses.php:8 61385 #: PublishPress_Statuses.php:870 380 386 msgid "Alternate Pre-Publication Workflow:" 381 387 msgstr "Flujo de trabajo alternativo previo a la publicación:" 382 388 383 #: PublishPress_Statuses.php:9 28389 #: PublishPress_Statuses.php:936 384 390 msgid "Disabled Statuses:" 385 391 msgstr "Estados desactivados:" 386 392 387 #: PublishPress_Statuses.php:9 44393 #: PublishPress_Statuses.php:952 388 394 msgid "Committee" 389 395 msgstr "Comité" 390 396 391 #: PublishPress_Statuses.php:9 46397 #: PublishPress_Statuses.php:954 392 398 msgid "Refer to Committee" 393 399 msgstr "Trasmitir al comité" 394 400 395 #: PublishPress_Statuses.php:9 47401 #: PublishPress_Statuses.php:955 396 402 msgid "Post has been referred to committee." 397 403 msgstr "La entrada ha sido transmitida al comité." 398 404 399 #: PublishPress_Statuses.php:9 59405 #: PublishPress_Statuses.php:967 400 406 msgid "Committee Review" 401 407 msgstr "Revisión por el comité" 402 408 403 #: PublishPress_Statuses.php:96 1409 #: PublishPress_Statuses.php:969 404 410 msgid "Set to Committee Review" 405 411 msgstr "Enviar a la revisión del comité" 406 412 407 #: PublishPress_Statuses.php:9 62413 #: PublishPress_Statuses.php:970 408 414 msgid "Committee is reviewing the post." 409 415 msgstr "El comité está revisando la entrada." 410 416 411 #: PublishPress_Statuses.php:9 74417 #: PublishPress_Statuses.php:982 412 418 msgid "Committee Progress" 413 419 msgstr "Progreso del comité" 414 420 415 #: PublishPress_Statuses.php:9 76421 #: PublishPress_Statuses.php:984 416 422 msgid "Set to Committee Progress" 417 423 msgstr "Establecer el progreso del comité" 418 424 419 #: PublishPress_Statuses.php:9 77425 #: PublishPress_Statuses.php:985 420 426 msgid "Committee is editing the post." 421 427 msgstr "Le comité ha editado la entrada." 422 428 423 #: PublishPress_Statuses.php:9 89429 #: PublishPress_Statuses.php:997 424 430 msgid "Committee Approved" 425 431 msgstr "Comité aprobado" 426 432 427 #: PublishPress_Statuses.php:99 1433 #: PublishPress_Statuses.php:999 428 434 msgid "Set Committee Approval" 429 435 msgstr "Establece la aprobación del comité" 430 436 431 #: PublishPress_Statuses.php: 992437 #: PublishPress_Statuses.php:1000 432 438 msgid "Committee has approved the post." 433 439 msgstr "Le comité ha aprobado la entrada." … … 445 451 msgstr "Etiquetas" 446 452 447 #: StatusEditUI.php:69 StatusEditUI.php: 393StatusListTable.php:128453 #: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128 448 454 msgid "Post Types" 449 455 msgstr "Tipos de contenido" … … 453 459 msgstr "Perfiles" 454 460 455 #: StatusEditUI.php:142 461 #: StatusEditUI.php:84 462 msgid "Post Access" 463 msgstr "Acceso a las entradas" 464 465 #: StatusEditUI.php:165 456 466 msgid "" 457 467 "Enforce type-specific post capabilitities for this status, or share " … … 461 471 "estado, o comparte capacidades con otro estado." 462 472 463 #: StatusEditUI.php: 180473 #: StatusEditUI.php:210 464 474 msgid "Update Status" 465 475 msgstr "Actualizar estado" 466 476 467 #: StatusEditUI.php:2 23477 #: StatusEditUI.php:253 468 478 msgid "Status Label" 469 479 msgstr "Etiqueta de estado" 470 480 471 #: StatusEditUI.php:2 36481 #: StatusEditUI.php:266 472 482 msgid "The name is used to identify the status. (Max: 20 characters)" 473 483 msgstr "El nombre es usado para identificar el estado. (Máximo: 20 caracteres)" 474 484 475 #: StatusEditUI.php:2 58485 #: StatusEditUI.php:288 476 486 msgid "The slug is the unique ID for the status." 477 487 msgstr "El slug es el identificador único del estado." 478 488 479 #: StatusEditUI.php:2 68489 #: StatusEditUI.php:298 480 490 msgid "Description" 481 491 msgstr "Descripción" 482 492 483 #: StatusEditUI.php: 280493 #: StatusEditUI.php:310 484 494 msgid "" 485 495 "The description is primarily for administrative use, to give you some " … … 489 499 "poco de contexto sobre para qué se usa el estado personalizado." 490 500 491 #: StatusEditUI.php: 289501 #: StatusEditUI.php:319 492 502 msgid "Color" 493 503 msgstr "Color" 494 504 495 #: StatusEditUI.php:3 01505 #: StatusEditUI.php:331 496 506 msgid "The color is used to identify the status." 497 507 msgstr "El color se usa para identificar el estado." 498 508 499 #: StatusEditUI.php:3 07 StatusListTable.php:126509 #: StatusEditUI.php:337 StatusListTable.php:126 500 510 msgid "Icon" 501 511 msgstr "Icono" 502 512 503 #: StatusEditUI.php:3 23513 #: StatusEditUI.php:353 504 514 msgid "Select Icon" 505 515 msgstr "Selecciona icono" 506 516 507 #: StatusEditUI.php:3 29517 #: StatusEditUI.php:359 508 518 msgid "The icon is used to visually represent the status." 509 519 msgstr "El icono se usa para representar visualmente el estado." 510 520 511 #: StatusEditUI.php:3 57521 #: StatusEditUI.php:393 512 522 msgid "Status Availability" 513 523 msgstr "Estado de disponibilidad" 514 524 515 #: StatusEditUI.php:3 60525 #: StatusEditUI.php:396 516 526 msgid "Choose which user roles can assign this status to a post." 517 527 msgstr "" 518 528 "Elige qué perfiles de usuario pueden asignar este estado a una entrada." 519 529 520 #: StatusEditUI.php: 396530 #: StatusEditUI.php:432 521 531 msgid "Choose which post types can be set to this status." 522 532 msgstr "Elige qué tipos de entrada pueden tener este estado." 523 533 524 #: StatusEditUI.php:4 33534 #: StatusEditUI.php:469 525 535 msgid "All Post Types" 526 536 msgstr "Todos los tipos de contenido" 527 537 528 #: StatusEditUI.php: 480538 #: StatusEditUI.php:516 529 539 msgid "Save As Label" 530 540 msgstr "Guardar como etiqueta" 531 541 532 #: StatusEditUI.php: 488542 #: StatusEditUI.php:524 533 543 msgid "Submit Button Label" 534 544 msgstr "Etiqueta del botón «Enviar»" 545 546 #: StatusEditUI.php:536 547 msgid "Upgrade to choose who can manage posts in each status" 548 msgstr "" 549 "Actualizar para elegir quién puede gestionar las entradas en cada estado" 550 551 #: StatusEditUI.php:539 552 msgid "" 553 "Get PublishPress Capabilities Pro for status-specific post access control." 554 msgstr "" 555 "Obtén PublishPress Capabilities Pro para controlar el acceso al estado " 556 "específico de la entrada." 557 558 #: StatusEditUI.php:545 559 msgid "Control which roles can assign a status" 560 msgstr "Controla qué perfiles pueden asignar un estado" 561 562 #: StatusEditUI.php:548 563 msgid "Control which roles can edit or delete posts per-status" 564 msgstr "Controla qué perfiles pueden editar o borrar las entradas por estado" 565 566 #: StatusEditUI.php:551 567 msgid "Set capabilities separately for each post type" 568 msgstr "Establece las capacidades separadamente para cada tipo de contenido" 569 570 #: StatusEditUI.php:554 571 msgid "User-friendly checkbox grid to assign capabilities" 572 msgstr "" 573 "Cuadrícula de casillas de verificación fácil de usar para asignar capacidades" 574 575 #: StatusEditUI.php:563 576 msgid "Get PublishPress Capabilities Pro" 577 msgstr "Obtén PublishPress Capabilities Pro" 578 579 #: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203 580 #: StatusListTable.php:613 581 msgid "Learn More" 582 msgstr "Aprender más" 583 584 #: StatusEditUI.php:577 585 msgid "" 586 "Status-specific post capabilities are %1$scurrently disabled%2$s by " 587 "PublishPress Capabilities Pro. You can %3$schange this setting%4$s." 588 msgstr "" 589 "Las capacidades de estado específicas de las entradas están %1$sactualmente " 590 "desactivadas%2$s por PublishPress Capabilities Pro. Puedes %3$scambiar este " 591 "ajuste%4$s." 535 592 536 593 #. translators: %s is the status label … … 557 614 msgstr "Añadir estado" 558 615 559 #: StatusesUI.php:87 StatusesUI.php:9 65616 #: StatusesUI.php:87 StatusesUI.php:979 560 617 msgid "PublishPress Statuses Settings" 561 618 msgstr "Ajustes de PublishPress Statuses" … … 662 719 "máximo disponible" 663 720 664 #: StatusesUI.php:444 721 #: StatusesUI.php:413 722 msgid "No workflow guidance" 723 msgstr "No hay orientación sobre el flujo de trabajo" 724 725 #: StatusesUI.php:458 665 726 msgid "" 666 727 "Hide nested statuses (workflow branches) in the dropdown unless the post is " … … 671 732 "hermano." 672 733 673 #: StatusesUI.php:4 63734 #: StatusesUI.php:477 674 735 msgid "Available to all users" 675 736 msgstr "Disponible para todos los usuarios" 676 737 677 #: StatusesUI.php:4 64738 #: StatusesUI.php:478 678 739 msgid "Available to specified roles only" 679 740 msgstr "Disponible solo para los perfiles especificados" 680 741 681 #: StatusesUI.php:4 70742 #: StatusesUI.php:484 682 743 msgid "" 683 744 "Users can only assign a custom status to a post if their role allows it. " … … 689 750 "estado «Pendiente de revisión»." 690 751 691 #: StatusesUI.php:4 72752 #: StatusesUI.php:486 692 753 msgid "" 693 754 "Users can only assign a custom status to a post if their role allows it. " … … 700 761 701 762 #. translators: %1$s and %2$s are link markup 702 #: StatusesUI.php:4 81763 #: StatusesUI.php:495 703 764 msgid "" 704 765 "View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s" … … 707 768 "revisión > Perfiles %2$s" 708 769 709 #: StatusesUI.php:5 05770 #: StatusesUI.php:519 710 771 msgid "Automatic Detection" 711 772 msgstr "Detección automática" 712 773 713 #: StatusesUI.php:5 06774 #: StatusesUI.php:520 714 775 msgid "Using Classic Editor" 715 776 msgstr "Usando el editor clásico" 716 777 717 #: StatusesUI.php:5 07778 #: StatusesUI.php:521 718 779 msgid "Using Gutenberg Editor" 719 780 msgstr "Usando el editor Gutenberg" 720 781 721 #: StatusesUI.php:5 12782 #: StatusesUI.php:526 722 783 msgid "" 723 784 "If custom statuses in the post editor are not loaded correctly, prevent " … … 727 788 "correctamente, evita la detección incorrecta del editor especificándolo aquí." 728 789 729 #: StatusesUI.php:5 33790 #: StatusesUI.php:547 730 791 msgid "For all plugin statuses" 731 792 msgstr "Para todos los estados de los plugins" 732 793 733 #: StatusesUI.php:5 34794 #: StatusesUI.php:548 734 795 msgid "For user-created plugin statuses only" 735 796 msgstr "Solo para los estados del plugin creados por el usuario" 736 797 737 #: StatusesUI.php:5 39798 #: StatusesUI.php:553 738 799 msgid "" 739 800 "This controls which statuses can have their labels customized by editing " … … 745 806 "anulará cualquier cadena del archivo de idioma." 746 807 747 #: StatusesUI.php:6 02808 #: StatusesUI.php:616 748 809 msgid "Note: Post types can also be specified for each individual status." 749 810 msgstr "" … … 751 812 "individual." 752 813 753 #: StatusesUI.php:6 16 StatusesUI.php:674814 #: StatusesUI.php:630 StatusesUI.php:688 754 815 msgid "Select..." 755 816 msgstr "Selecciona…" 756 817 757 #: StatusesUI.php:6 19818 #: StatusesUI.php:633 758 819 msgid "Re-run Planner import (with Status Control properties, ordering)" 759 820 msgstr "" … … 761 822 "ordenando)" 762 823 763 #: StatusesUI.php:6 20824 #: StatusesUI.php:634 764 825 msgid "Re-run Planner import (ignoring Status Control configuration)" 765 826 msgstr "" … … 767 828 "de estado)" 768 829 769 #: StatusesUI.php:6 22830 #: StatusesUI.php:636 770 831 msgid "Re-run Planner import" 771 832 msgstr "Reejecutar la importación de Planner" 772 833 773 #: StatusesUI.php:6 28834 #: StatusesUI.php:642 774 835 msgid "" 775 836 "Status color, icon and position is automatically imported from PublishPress " … … 782 843 "por Planner." 783 844 784 #: StatusesUI.php:6 76845 #: StatusesUI.php:690 785 846 msgid "Back up current colors, icons, labels and post types" 786 847 msgstr "" … … 788 849 "actuales" 789 850 790 #: StatusesUI.php:6 81851 #: StatusesUI.php:695 791 852 msgid "Restore backup of status colors" 792 853 msgstr "Restaura la copia de seguridad de los colores de estado" 793 854 794 #: StatusesUI.php:6 85855 #: StatusesUI.php:699 795 856 msgid "Restore backup of status icons" 796 857 msgstr "Restaura la copia de seguridad de los iconos de estado" 797 858 798 #: StatusesUI.php: 689859 #: StatusesUI.php:703 799 860 msgid "Restore backup of status labels" 800 861 msgstr "Restaura la copia de seguridad de las etiquetas de estado" 801 862 802 #: StatusesUI.php: 693863 #: StatusesUI.php:707 803 864 msgid "Restore backup of status post types" 804 865 msgstr "Restaura la copia de seguridad de los tipos de contenido de estado" 805 866 806 #: StatusesUI.php: 699867 #: StatusesUI.php:713 807 868 msgid "Restore auto-backup of status colors" 808 869 msgstr "Restaura la copia de seguridad automática de los colores de estado" 809 870 810 #: StatusesUI.php:7 03871 #: StatusesUI.php:717 811 872 msgid "Restore auto-backup of status icons" 812 873 msgstr "Restaura la copia de seguridad automática de los iconos de estado" 813 874 814 #: StatusesUI.php:7 07875 #: StatusesUI.php:721 815 876 msgid "Restore auto-backup of status labels" 816 877 msgstr "Restaura la copia de seguridad automática de las etiquetas de estado" 817 878 818 #: StatusesUI.php:7 11879 #: StatusesUI.php:725 819 880 msgid "Restore auto-backup of status post types" 820 881 msgstr "" 821 882 "Restaura la copia de seguridad automática de los tipos de contenido de estado" 822 883 823 #: StatusesUI.php:7 18884 #: StatusesUI.php:732 824 885 msgid "Use default status colors" 825 886 msgstr "Usa los colores de estado por defecto" 826 887 827 #: StatusesUI.php:7 22888 #: StatusesUI.php:736 828 889 msgid "Use default status icons" 829 890 msgstr "Usa los iconos de estado por defecto" 830 891 831 #: StatusesUI.php:7 26892 #: StatusesUI.php:740 832 893 msgid "Use default status labels" 833 894 msgstr "Usa las etiquetas de estado por defecto" 834 895 835 #: StatusesUI.php:7 30896 #: StatusesUI.php:744 836 897 msgid "Use default status post types" 837 898 msgstr "Usa los tipos de contenido de estado por defecto" 838 899 839 #: StatusesUI.php:7 34900 #: StatusesUI.php:748 840 901 msgid "Use Planner plugin's default status colors" 841 902 msgstr "Usa los colores de estado por defecto del plugin Planner" 842 903 843 #: StatusesUI.php:7 38904 #: StatusesUI.php:752 844 905 msgid "Use Planner plugin's default status icons" 845 906 msgstr "Usa los iconos de estado por defecto del plugin Planner" 846 907 847 908 #. translators: %s is the status name 848 #: StatusesUI.php:7 77909 #: StatusesUI.php:791 849 910 msgid "Edit Status: %s" 850 911 msgstr "Editar estado: %s" 851 912 852 913 #. translators: %s is the status name 853 #: StatusesUI.php:7 80914 #: StatusesUI.php:794 854 915 msgid "Edit %1$s: %2$s" 855 916 msgstr "Editar %1$s: %2$s" 856 917 857 #: StatusesUI.php:8 17 StatusesUI.php:951918 #: StatusesUI.php:831 StatusesUI.php:965 858 919 msgid "Add New Pre-Publication Status" 859 920 msgstr "Añadir nuevo estado previo a la publicación" 860 921 861 922 #. translators: %1$s and %2$s is link markup 862 #: StatusesUI.php:8 35923 #: StatusesUI.php:849 863 924 msgid "" 864 925 "For custom Visibility Statuses, please %1$senable the Status Control " … … 868 929 "de «Control de estado»%2$s de Permisos Pro." 869 930 870 #: StatusesUI.php:8 76931 #: StatusesUI.php:890 871 932 msgid "Pre-Publication" 872 933 msgstr "Previo a la publicación" 873 934 874 #: StatusesUI.php:8 84935 #: StatusesUI.php:898 875 936 msgid "Visibility" 876 937 msgstr "Visibilidad" 877 938 878 #: StatusesUI.php: 895939 #: StatusesUI.php:909 879 940 msgid "Revision" 880 941 msgstr "Revisión" 881 942 882 #: StatusesUI.php:9 55943 #: StatusesUI.php:969 883 944 msgid "" 884 945 "This status can be assigned to an unpublished post using the Post Status " … … 969 1030 msgstr "Nombre de estado" 970 1031 971 #: StatusListTable.php:153972 msgid "Unlock Revision Statuses"973 msgstr "Desbloquear los estados de revisión"974 975 1032 #: StatusListTable.php:154 976 msgid "" 977 "Install Statuses Pro to enhance your workflow with custom revision statuses." 978 msgstr "" 979 "Instala Statuses Pro para mejorar tu flujo de trabajo con estados de " 980 "revisión personalizados." 1033 msgid "Upgrade to create an approval workflow for published content" 1034 msgstr "" 1035 "Actualizar para crear un flujo de trabajo de aprobación para el contenido " 1036 "publicado" 1037 1038 #: StatusListTable.php:157 1039 msgid "" 1040 "Create approval workflows using PublishPress Statuses Pro together with the " 1041 "PublishPress Revisions Pro plugin" 1042 msgstr "" 1043 "Crea flujos de trabajo de aprobación utilizando PublishPress Statuses Pro " 1044 "junto con el plugin PublishPress Revisions Pro" 1045 1046 #: StatusListTable.php:163 1047 msgid "" 1048 "The PublishPress Revisions plugin allows users to submit changes to " 1049 "published posts" 1050 msgstr "" 1051 "El plugin PublishPress Revisions permite a los usuarios enviar cambios a las " 1052 "entradas publicadas" 1053 1054 #: StatusListTable.php:166 1055 msgid "" 1056 "PublishPress Statuses plugin enables you to add statuses for post changes " 1057 "created with Revisions" 1058 msgstr "" 1059 "El plugin PublishPress Statuses te permite activar estados para los cambios " 1060 "en las entradas creados con Revisions" 1061 1062 #: StatusListTable.php:169 1063 msgid "Each post type can have different Revisions statuses" 1064 msgstr "Cada tipo de contenido puede tener diferentes estados de revisión" 981 1065 982 1066 #: StatusListTable.php:172 1067 msgid "You choose which users can manage content in each Revisions status" 1068 msgstr "" 1069 "Puedes elegir qué usuarios pueden gestionar el contenido en cada estado de " 1070 "revisión" 1071 1072 #: StatusListTable.php:198 983 1073 msgid "Premium Feature" 984 1074 msgstr "Característica premium" 985 1075 986 #: StatusListTable.php:1 731076 #: StatusListTable.php:199 987 1077 msgid "Install Statuses Pro to unlock custom revision statuses." 988 1078 msgstr "" 989 1079 "Instala Statuses Pro para desbloquear estados de revisión personalizados." 990 1080 991 #: StatusListTable.php: 1741081 #: StatusListTable.php:200 992 1082 msgid "Configure for any post type and role to match your editing workflow." 993 1083 msgstr "" … … 995 1085 "de trabajo de edición." 996 1086 997 #: StatusListTable.php:177 998 msgid "Learn More" 999 msgstr "Aprender más" 1000 1001 #: StatusListTable.php:238 1087 #: StatusListTable.php:265 1002 1088 msgid "" 1003 1089 "To define and control Revision statuses, update the %1$sPublishPress " … … 1007 1093 "%1$sPublishPress Revisions%2$s a la versión %3$s o superior." 1008 1094 1009 #: StatusListTable.php:2 701095 #: StatusListTable.php:297 1010 1096 msgid "Main Workflow:" 1011 1097 msgstr "Flujo de trabajo principal:" 1012 1098 1013 #: StatusListTable.php: 2921099 #: StatusListTable.php:319 1014 1100 msgid "Drop any status here to include it in main workflow for new posts." 1015 1101 msgstr "" … … 1017 1103 "de las nuevas entradas." 1018 1104 1019 #: StatusListTable.php:3 271105 #: StatusListTable.php:354 1020 1106 msgid "" 1021 1107 "Statuses in the main workflow are presented for convenient default selection " … … 1025 1111 "selección por defecto al actualizar una entrada no publicada." 1026 1112 1027 #: StatusListTable.php:3 341113 #: StatusListTable.php:361 1028 1114 msgid "" 1029 1115 "Statuses in the main workflow are manually selectable when editing an " … … 1033 1119 "al editar una entrada no publicada." 1034 1120 1035 #: StatusListTable.php:343 1036 msgid "(customization requires Permissions Pro plugin)" 1037 msgstr "(para la personalización es obligatorio el plugin Permissions Pro)" 1038 1039 #: StatusListTable.php:367 1121 #: StatusListTable.php:389 1040 1122 msgid "" 1041 1123 "Drop any status here to make it manually selectable outside the main " … … 1045 1127 "del flujo de trabajo principal." 1046 1128 1047 #: StatusListTable.php: 3861129 #: StatusListTable.php:408 1048 1130 msgid "Drop any status here to disable." 1049 1131 msgstr "Suelta aquí cualquier estado para desactivarlo." 1050 1132 1051 #: StatusListTable.php:4 341133 #: StatusListTable.php:456 1052 1134 msgid "Standard Publication:" 1053 1135 msgstr "Publicación estándar:" 1054 1136 1055 #: StatusListTable.php:4 411137 #: StatusListTable.php:463 1056 1138 msgid "Visibility Statuses for Private Publication:" 1057 1139 msgstr "Estados de visibilidad para la publicación privada:" 1058 1140 1059 #: StatusListTable.php:4 481141 #: StatusListTable.php:470 1060 1142 msgid "Alternate Workflows:" 1061 1143 msgstr "Flujo de trabajo alternativo:" 1062 1144 1063 1145 #. translators: %s is the opening and closing <span> tags 1064 #: StatusListTable.php:4 591146 #: StatusListTable.php:481 1065 1147 msgid "Disabled Statuses (drag to re-enable):" 1066 1148 msgstr "Estados desactivados (arrastra para reactivar):" 1067 1149 1150 #: StatusListTable.php:581 1151 msgid "Upgrade to choose who can view your non-public posts" 1152 msgstr "Actualizar para elegir quién puede ver tus entradas no públicas" 1153 1154 #: StatusListTable.php:584 1155 msgid "" 1156 "Install PublishPress Permissions Pro to define your own custom visibility " 1157 "statuses." 1158 msgstr "" 1159 "Instalar PublishPress Permissions Pro para to definir tus propios estados de " 1160 "visibilidad personalizados." 1161 1162 #: StatusListTable.php:590 1163 msgid "Create multiple visibility statuses to show content to different users" 1164 msgstr "" 1165 "Crea flujos de trabajo de aprobación utilizando PublishPress Statuses Pro " 1166 "junto con el plugin PublishPress Revisions Pro" 1167 1168 #: StatusListTable.php:593 1169 msgid "Choose which user roles can see posts in each status" 1170 msgstr "Elige qué perfiles de usuario pueden ver las entradas en cada estado" 1171 1172 #: StatusListTable.php:596 1173 msgid "Select which user roles can move posts to each status" 1174 msgstr "" 1175 "Selecciona qué perfiles de usuario pueden mover las entradas a cada estado" 1176 1177 #: StatusListTable.php:599 1178 msgid "Decide which user roles can edit posts in each status" 1179 msgstr "" 1180 "Decide qué perfiles de usuario pueden editar las entradas en cada estado" 1181 1182 #: StatusListTable.php:608 1183 msgid "Get PublishPress Permissions Pro" 1184 msgstr "Obtén PublishPress Permissions Pro" 1185 1068 1186 #. translators: %s is the list of post types 1069 #: StatusListTable.php:6 331187 #: StatusListTable.php:696 1070 1188 msgid "%s, more..." 1071 1189 msgstr "%s, más…" 1072 1190 1073 #: StatusListTable.php:7 151191 #: StatusListTable.php:778 1074 1192 msgid "No custom statuses found." 1075 1193 msgstr "No se han encontrado estados personalizados." 1076 1194 1077 #: StatusListTable.php: 7861195 #: StatusListTable.php:849 1078 1196 msgid "Core" 1079 1197 msgstr "Núcleo" 1080 1198 1081 #: StatusListTable.php: 7901199 #: StatusListTable.php:853 1082 1200 msgid "Default" 1083 1201 msgstr "Por defecto" 1084 1202 1085 #: StatusListTable.php:8 151203 #: StatusListTable.php:878 1086 1204 msgid "X" 1087 1205 msgstr "X" 1206 1207 #~ msgid "Unlock Revision Statuses" 1208 #~ msgstr "Desbloquear los estados de revisión" 1209 1210 #~ msgid "(customization requires Permissions Pro plugin)" 1211 #~ msgstr "(para la personalización es obligatorio el plugin Permissions Pro)" 1088 1212 1089 1213 #~ msgid "" -
publishpress-statuses/tags/1.1.12/languages/publishpress-statuses-fr_FR.po
r3359461 r3389850 6 6 "WordPress Publishing Workflows - Stable (latest release)\n" 7 7 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" 8 "POT-Creation-Date: 2025- 08-01T04:22:40+00:00\n"9 "PO-Revision-Date: 2025- 09-02 11:16+0200\n"8 "POT-Creation-Date: 2025-10-02T22:14:54+00:00\n" 9 "PO-Revision-Date: 2025-11-04 09:52+0100\n" 10 10 "Last-Translator: \n" 11 11 "Language-Team: \n" … … 44 44 msgstr "https://publishpress.com/" 45 45 46 #: Admin.php:18 Admin.php:3 52 Admin.php:353 PublishPress_Statuses.php:32847 #: PublishPress_Statuses.php:3 29StatusesUI.php:9246 #: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337 47 #: PublishPress_Statuses.php:338 StatusesUI.php:92 48 48 msgid "Statuses" 49 49 msgstr "États" … … 53 53 msgstr "Réglages" 54 54 55 #: Admin.php:22 includes-core/CoreAdmin.php:108 StatusListTable.php:160 56 #: StatusListTable.php:181 55 #: Admin.php:22 includes-core/CoreAdmin.php:37 includes-core/CoreAdmin.php:38 56 #: includes-core/CoreAdmin.php:108 StatusListTable.php:181 57 #: StatusListTable.php:207 57 58 msgid "Upgrade to Pro" 58 59 msgstr "Passer à la version Pro" 59 60 60 #: Admin.php: 29161 #: Admin.php:305 61 62 msgid "" 62 63 "Are you sure you want to delete the post status? All posts with this status " … … 66 67 "les publications ayant cet état seront assignées à l’état par défaut." 67 68 68 #: Admin.php:3 63 Admin.php:364 StatusesUI.php:81869 #: Admin.php:377 Admin.php:378 StatusesUI.php:832 69 70 msgid "Add New" 70 71 msgstr "Ajouter" 71 72 72 #: Admin.php:4 50 PublishPress_Statuses.php:78573 #: Admin.php:464 PublishPress_Statuses.php:794 73 74 msgid "Approve" 74 75 msgstr "Approuver" 75 76 76 #: Admin.php:4 52 PublishPress_Statuses.php:75777 #: Admin.php:466 PublishPress_Statuses.php:766 77 78 msgid "Assign" 78 79 msgstr "Assigner" 79 80 80 #: Admin.php:4 54 PublishPress_Statuses.php:77181 #: Admin.php:468 PublishPress_Statuses.php:780 81 82 msgid "Mark In Progress" 82 83 msgstr "Marquer en cours" 83 84 84 85 #. translators: %s is the status label 85 #: Admin.php:4 6786 #: Admin.php:481 86 87 msgid "Set to %s" 87 88 msgstr "Défini sur %s" 88 89 89 90 #. translators: %s is the status label 90 #: Admin.php:4 76 PostEditGutenberg.php:7591 #: Admin.php:490 PostEditGutenberg.php:77 91 92 msgid "Save as %s" 92 93 msgstr "Enregistrer comme %s" 93 94 94 95 #. translators: %s is the name of a custom public status 95 #: Admin.php: 48896 #: Admin.php:502 96 97 msgid "Public (%s)" 97 98 msgstr "Public (%s)" 98 99 99 #: Admin.php:5 59 PostEditClassic.php:179 PostEditGutenberg.php:72100 #: PostEditGutenberg.php:2 59 PostEditGutenbergStatuses.php:44101 #: PostEditGutenbergStatuses.php:6 4 PostEditGutenbergStatuses.php:72100 #: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74 101 #: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46 102 #: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74 102 103 msgid "Advance Status" 103 104 msgstr "État avancé" … … 178 179 179 180 #. translators: %s is the name of a custom visibility status 180 #: PostEditClassic.php:31 2181 #: PostEditClassic.php:314 181 182 msgid "%s, Sticky" 182 183 msgstr "%s, épinglé" … … 199 200 msgstr "Publier %1$s sur approbation %2$s" 200 201 201 #: PostEditGutenberg.php: 69202 #: PostEditGutenberg.php:71 202 203 msgid "Publication Workflow" 203 204 msgstr "Flux de travail de publication" 204 205 205 #: PostEditGutenberg.php:7 3206 #: PostEditGutenberg.php:75 206 207 msgid "Post Status" 207 208 msgstr "État de la publication" 208 209 209 #: PostEditGutenberg.php:7 6210 #: PostEditGutenberg.php:78 210 211 msgid "Set Selected Status" 211 212 msgstr "Définir l’état sélectionné" 212 213 213 #: PostEditGutenberg.php:7 7214 #: PostEditGutenberg.php:79 214 215 msgid "Keep Current Status" 215 216 msgstr "Conserver l’état actuel" 216 217 217 #: PostEditGutenberg.php: 78218 #: PostEditGutenberg.php:80 218 219 msgid "Advance to Next Status" 219 220 msgstr "Passer à l’état suivant" 220 221 221 #: PostEditGutenberg.php: 79222 #: PostEditGutenberg.php:81 222 223 msgid "Advance to Max Status" 223 224 msgstr "Passer à l’état maximum" 224 225 225 #: PostEditGutenberg.php:8 0226 #: PostEditGutenberg.php:82 226 227 msgid "This post is currently published" 227 228 msgstr "Cette publication est actuellement publiée" 228 229 229 #: PostEditGutenberg.php:8 1230 #: PostEditGutenberg.php:83 230 231 msgid "This post is currently scheduled" 231 232 msgstr "Cette publication est actuellement planifiée" 232 233 233 #: PostEditGutenbergStatuses.php:11 6234 #: PostEditGutenbergStatuses.php:118 234 235 msgid "Workflow" 235 236 msgstr "Flux de travail" 236 237 237 #: PostEditGutenbergStatuses.php:12 0238 #: PostEditGutenbergStatuses.php:122 238 239 msgid "Submit Revision" 239 240 msgstr "Envoyer la révision" 240 241 242 #: publishpress-statuses.php:118 243 msgid "<strong>This plugin can be deleted.</strong>" 244 msgstr "<strong>Cette extension peut être supprimée.</strong>" 245 241 246 #. translators: %s is a version number 242 247 #: publishpress-statuses.php:178 … … 266 271 "Capabilities Pro avec la version %s ou supérieure." 267 272 268 #: PublishPress_Statuses.php:296 269 msgid "" 270 "Can bypass normal status progression (publishing or setting to max status)." 271 msgstr "" 272 "Peut contourner la progression normale de l’état (publication ou réglage à " 273 "l’état maximal)." 274 275 #: PublishPress_Statuses.php:297 273 #: PublishPress_Statuses.php:305 274 msgid "" 275 "Can bypass normal status progression. User can publish immediately or move " 276 "post to the furthest possible status." 277 msgstr "" 278 "Il est possible de contourner la progression normale des états. " 279 "L’utilisateur/utilisatrice peut publier immédiatement ou déplacer la " 280 "publication vers l’état le plus avancé possible." 281 282 #: PublishPress_Statuses.php:306 276 283 msgid "Manage Statuses plugin settings." 277 284 msgstr "Gérer les réglages de l’extension Statuses." 278 285 279 #: PublishPress_Statuses.php:3 29286 #: PublishPress_Statuses.php:338 280 287 msgid "Status" 281 288 msgstr "État" 282 289 283 #: PublishPress_Statuses.php:3 43290 #: PublishPress_Statuses.php:352 284 291 msgid "Core Post Statuses" 285 292 msgstr "États du cœur de la publication" 286 293 287 #: PublishPress_Statuses.php:6 06294 #: PublishPress_Statuses.php:615 288 295 msgid "New post, not yet submitted." 289 296 msgstr "Nouvelle publication, pas encore proposée." 290 297 291 #: PublishPress_Statuses.php:6 27298 #: PublishPress_Statuses.php:636 292 299 msgid "Post is awaiting review." 293 300 msgstr "La publication est en attente de révision." 294 301 295 #: PublishPress_Statuses.php:6 46302 #: PublishPress_Statuses.php:655 296 303 msgid "Post is scheduled for publication." 297 304 msgstr "La publication est planifiée pour publication." 298 305 299 #: PublishPress_Statuses.php:6 64306 #: PublishPress_Statuses.php:673 300 307 msgid "Post is published, publicly visible." 301 308 msgstr "La publication est publiée, publiquement visible." 302 309 303 #: PublishPress_Statuses.php:6 82310 #: PublishPress_Statuses.php:691 304 311 msgid "Post is published with private visibility." 305 312 msgstr "La publication est publiée avec une visibilité privée." 306 313 307 #: PublishPress_Statuses.php:7 41314 #: PublishPress_Statuses.php:750 308 315 msgid "Pitch" 309 316 msgstr "Pitch" 310 317 311 #: PublishPress_Statuses.php:7 43318 #: PublishPress_Statuses.php:752 312 319 msgctxt "post action/button label" 313 320 msgid "Pitch" 314 321 msgstr "Pitch" 315 322 316 #: PublishPress_Statuses.php:7 44323 #: PublishPress_Statuses.php:753 317 324 msgid "Idea proposed; waiting for acceptance." 318 325 msgstr "Idée proposée ; en attente d’acceptation." 319 326 320 #: PublishPress_Statuses.php:7 55327 #: PublishPress_Statuses.php:764 321 328 msgid "Assigned" 322 329 msgstr "Assignée" 323 330 324 #: PublishPress_Statuses.php:7 58331 #: PublishPress_Statuses.php:767 325 332 msgid "Post idea assigned to writer." 326 333 msgstr "Idée de publication assignée au rédacteur ou à la rédactrice." 327 334 328 #: PublishPress_Statuses.php:7 69335 #: PublishPress_Statuses.php:778 329 336 msgid "In Progress" 330 337 msgstr "En cours" 331 338 332 #: PublishPress_Statuses.php:7 72339 #: PublishPress_Statuses.php:781 333 340 msgid "Writer is working on the post." 334 341 msgstr "Le rédacteur ou la rédactrice travaille sur la publication." 335 342 336 #: PublishPress_Statuses.php:7 83343 #: PublishPress_Statuses.php:792 337 344 msgid "Approved" 338 345 msgstr "Approuvé" 339 346 340 #: PublishPress_Statuses.php:7 86347 #: PublishPress_Statuses.php:795 341 348 msgid "Post has been approved for publication." 342 349 msgstr "La publication a été approuvée pour publication." 343 350 344 #: PublishPress_Statuses.php: 797351 #: PublishPress_Statuses.php:806 345 352 msgid "Deferred" 346 353 msgstr "Différé" 347 354 348 #: PublishPress_Statuses.php: 799355 #: PublishPress_Statuses.php:808 349 356 msgid "Defer" 350 357 msgstr "Différer" 351 358 352 #: PublishPress_Statuses.php:80 0359 #: PublishPress_Statuses.php:809 353 360 msgid "Post has been deferred for future consideration." 354 361 msgstr "La publication a été différée en vue d’une prise en compte future." 355 362 356 #: PublishPress_Statuses.php:8 11363 #: PublishPress_Statuses.php:820 357 364 msgid "Needs Work" 358 365 msgstr "Besoin de modifications" 359 366 360 #: PublishPress_Statuses.php:8 13367 #: PublishPress_Statuses.php:822 361 368 msgid "Set to Needs Work" 362 369 msgstr "Définir à besoin de modifications" 363 370 364 #: PublishPress_Statuses.php:8 14371 #: PublishPress_Statuses.php:823 365 372 msgid "Post needs work before further review." 366 373 msgstr "" … … 368 375 "détail." 369 376 370 #: PublishPress_Statuses.php:8 25377 #: PublishPress_Statuses.php:834 371 378 msgid "Rejected" 372 379 msgstr "Rejeté" 373 380 374 #: PublishPress_Statuses.php:8 27381 #: PublishPress_Statuses.php:836 375 382 msgid "Reject" 376 383 msgstr "Rejeter" 377 384 378 #: PublishPress_Statuses.php:8 28385 #: PublishPress_Statuses.php:837 379 386 msgid "Post has been rejected." 380 387 msgstr "La publication a été rejetée." 381 388 382 #: PublishPress_Statuses.php:8 61389 #: PublishPress_Statuses.php:870 383 390 msgid "Alternate Pre-Publication Workflow:" 384 391 msgstr "Flux de travail alternatif de prépublication :" 385 392 386 #: PublishPress_Statuses.php:9 28393 #: PublishPress_Statuses.php:936 387 394 msgid "Disabled Statuses:" 388 395 msgstr "États désactivés :" 389 396 390 #: PublishPress_Statuses.php:9 44397 #: PublishPress_Statuses.php:952 391 398 msgid "Committee" 392 399 msgstr "Comité" 393 400 394 #: PublishPress_Statuses.php:9 46401 #: PublishPress_Statuses.php:954 395 402 msgid "Refer to Committee" 396 403 msgstr "Renvoyer au comité" 397 404 398 #: PublishPress_Statuses.php:9 47405 #: PublishPress_Statuses.php:955 399 406 msgid "Post has been referred to committee." 400 407 msgstr "La publication a été renvoyé au comité." 401 408 402 #: PublishPress_Statuses.php:9 59409 #: PublishPress_Statuses.php:967 403 410 msgid "Committee Review" 404 411 msgstr "Révision par le comité" 405 412 406 #: PublishPress_Statuses.php:96 1413 #: PublishPress_Statuses.php:969 407 414 msgid "Set to Committee Review" 408 415 msgstr "Definir à la révision du comité" 409 416 410 #: PublishPress_Statuses.php:9 62417 #: PublishPress_Statuses.php:970 411 418 msgid "Committee is reviewing the post." 412 419 msgstr "La commission est en train de réviser la publication." 413 420 414 #: PublishPress_Statuses.php:9 74421 #: PublishPress_Statuses.php:982 415 422 msgid "Committee Progress" 416 423 msgstr "Progrès du comité" 417 424 418 #: PublishPress_Statuses.php:9 76425 #: PublishPress_Statuses.php:984 419 426 msgid "Set to Committee Progress" 420 427 msgstr "Définir à la progression du comité" 421 428 422 #: PublishPress_Statuses.php:9 77429 #: PublishPress_Statuses.php:985 423 430 msgid "Committee is editing the post." 424 431 msgstr "Le comité a modifié la publication." 425 432 426 #: PublishPress_Statuses.php:9 89433 #: PublishPress_Statuses.php:997 427 434 msgid "Committee Approved" 428 435 msgstr "Approuvé par le comité" 429 436 430 #: PublishPress_Statuses.php:99 1437 #: PublishPress_Statuses.php:999 431 438 msgid "Set Committee Approval" 432 439 msgstr "Definir l’approbation du comité" 433 440 434 #: PublishPress_Statuses.php: 992441 #: PublishPress_Statuses.php:1000 435 442 msgid "Committee has approved the post." 436 443 msgstr "Le comité a approuvé la publication." … … 448 455 msgstr "Libellés" 449 456 450 #: StatusEditUI.php:69 StatusEditUI.php: 393StatusListTable.php:128457 #: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128 451 458 msgid "Post Types" 452 459 msgstr "Types de publication" … … 456 463 msgstr "Rôles" 457 464 458 #: StatusEditUI.php:142 465 #: StatusEditUI.php:84 466 msgid "Post Access" 467 msgstr "Accés aux publications" 468 469 #: StatusEditUI.php:165 459 470 msgid "" 460 471 "Enforce type-specific post capabilitities for this status, or share " … … 464 475 "ou partager les permissions avec un autre état." 465 476 466 #: StatusEditUI.php: 180477 #: StatusEditUI.php:210 467 478 msgid "Update Status" 468 479 msgstr "Mettre à jour l’état" 469 480 470 #: StatusEditUI.php:2 23481 #: StatusEditUI.php:253 471 482 msgid "Status Label" 472 483 msgstr "Libellé de l’état" 473 484 474 #: StatusEditUI.php:2 36485 #: StatusEditUI.php:266 475 486 msgid "The name is used to identify the status. (Max: 20 characters)" 476 487 msgstr "Le nom est utilisé pour identifier l’état. (Max : 20 caractères)" 477 488 478 #: StatusEditUI.php:2 58489 #: StatusEditUI.php:288 479 490 msgid "The slug is the unique ID for the status." 480 491 msgstr "Le slug est l’identifiant unique de l’état." 481 492 482 #: StatusEditUI.php:2 68493 #: StatusEditUI.php:298 483 494 msgid "Description" 484 495 msgstr "Description" 485 496 486 #: StatusEditUI.php: 280497 #: StatusEditUI.php:310 487 498 msgid "" 488 499 "The description is primarily for administrative use, to give you some " … … 493 504 "utilisé." 494 505 495 #: StatusEditUI.php: 289506 #: StatusEditUI.php:319 496 507 msgid "Color" 497 508 msgstr "Couleur" 498 509 499 #: StatusEditUI.php:3 01510 #: StatusEditUI.php:331 500 511 msgid "The color is used to identify the status." 501 512 msgstr "La couleur est utilisée pour identifier l’état." 502 513 503 #: StatusEditUI.php:3 07 StatusListTable.php:126514 #: StatusEditUI.php:337 StatusListTable.php:126 504 515 msgid "Icon" 505 516 msgstr "Icône" 506 517 507 #: StatusEditUI.php:3 23518 #: StatusEditUI.php:353 508 519 msgid "Select Icon" 509 520 msgstr "Sélectionner une icône" 510 521 511 #: StatusEditUI.php:3 29522 #: StatusEditUI.php:359 512 523 msgid "The icon is used to visually represent the status." 513 524 msgstr "L’icône est utilisée pour représenter visuellement l’état." 514 525 515 #: StatusEditUI.php:3 57526 #: StatusEditUI.php:393 516 527 msgid "Status Availability" 517 528 msgstr "État de la disponibilité" 518 529 519 #: StatusEditUI.php:3 60530 #: StatusEditUI.php:396 520 531 msgid "Choose which user roles can assign this status to a post." 521 532 msgstr "" … … 523 534 "état à une publication." 524 535 525 #: StatusEditUI.php: 396536 #: StatusEditUI.php:432 526 537 msgid "Choose which post types can be set to this status." 527 538 msgstr "" 528 539 "Choisissez les types de publication qui peuvent être définis dans cet état." 529 540 530 #: StatusEditUI.php:4 33541 #: StatusEditUI.php:469 531 542 msgid "All Post Types" 532 543 msgstr "Tous les types de publication" 533 544 534 #: StatusEditUI.php: 480545 #: StatusEditUI.php:516 535 546 msgid "Save As Label" 536 547 msgstr "Enregistrer comme libellé" 537 548 538 #: StatusEditUI.php: 488549 #: StatusEditUI.php:524 539 550 msgid "Submit Button Label" 540 551 msgstr "Libellé du bouton « Envoyer »" 552 553 #: StatusEditUI.php:536 554 msgid "Upgrade to choose who can manage posts in each status" 555 msgstr "" 556 "Mettre à niveau pour choisir qui peut gérer les publications dans chaque état" 557 558 #: StatusEditUI.php:539 559 msgid "" 560 "Get PublishPress Capabilities Pro for status-specific post access control." 561 msgstr "" 562 "Obtenir PublishPress Capabilities Pro pour contrôler l’accès aux " 563 "publications spécifiques à un état." 564 565 #: StatusEditUI.php:545 566 msgid "Control which roles can assign a status" 567 msgstr "Contrôler quels rôles peuvent assigner un état" 568 569 #: StatusEditUI.php:548 570 msgid "Control which roles can edit or delete posts per-status" 571 msgstr "" 572 "Contrôler quels rôles peuvent modifier ou supprimer les publications par état" 573 574 #: StatusEditUI.php:551 575 msgid "Set capabilities separately for each post type" 576 msgstr "Définir les permissions séparément pour chaque type de publication" 577 578 #: StatusEditUI.php:554 579 msgid "User-friendly checkbox grid to assign capabilities" 580 msgstr "" 581 "Une grille de cases à cocher simple d’utilisation pour assigner des " 582 "permissions" 583 584 #: StatusEditUI.php:563 585 msgid "Get PublishPress Capabilities Pro" 586 msgstr "Obtenir PublishPress Capabilities Pro" 587 588 #: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203 589 #: StatusListTable.php:613 590 msgid "Learn More" 591 msgstr "En savoir plus" 592 593 #: StatusEditUI.php:577 594 msgid "" 595 "Status-specific post capabilities are %1$scurrently disabled%2$s by " 596 "PublishPress Capabilities Pro. You can %3$schange this setting%4$s." 597 msgstr "" 598 "Les permissions de publication spécifiques à l’état sont %1$sactuellement " 599 "désactivées%2$s par PublishPress Capabilities Pro. Vous pouvez %3$smodifier " 600 "ce réglage%4$s." 541 601 542 602 #. translators: %s is the status label … … 563 623 msgstr "Ajouter" 564 624 565 #: StatusesUI.php:87 StatusesUI.php:9 65625 #: StatusesUI.php:87 StatusesUI.php:979 566 626 msgid "PublishPress Statuses Settings" 567 627 msgstr "Réglages de PublishPress Statuses" … … 668 728 "l’état le plus élevé accessible à l’utilisateur/utilisatrice." 669 729 670 #: StatusesUI.php:444 730 #: StatusesUI.php:413 731 msgid "No workflow guidance" 732 msgstr "Aucune instruction sur le flux de travail" 733 734 #: StatusesUI.php:458 671 735 msgid "" 672 736 "Hide nested statuses (workflow branches) in the dropdown unless the post is " … … 677 741 "un état frère." 678 742 679 #: StatusesUI.php:4 63743 #: StatusesUI.php:477 680 744 msgid "Available to all users" 681 745 msgstr "Disponible pour tous les utilisateurs/utilisatrices" 682 746 683 #: StatusesUI.php:4 64747 #: StatusesUI.php:478 684 748 msgid "Available to specified roles only" 685 749 msgstr "Disponible uniquement pour les rôles spécifiés" 686 750 687 #: StatusesUI.php:4 70751 #: StatusesUI.php:484 688 752 msgid "" 689 753 "Users can only assign a custom status to a post if their role allows it. " … … 695 759 "contrôle est appliqué à l’état « En attente de relecture »." 696 760 697 #: StatusesUI.php:4 72761 #: StatusesUI.php:486 698 762 msgid "" 699 763 "Users can only assign a custom status to a post if their role allows it. " … … 706 770 707 771 #. translators: %1$s and %2$s are link markup 708 #: StatusesUI.php:4 81772 #: StatusesUI.php:495 709 773 msgid "" 710 774 "View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s" … … 713 777 "Rôles %2$s" 714 778 715 #: StatusesUI.php:5 05779 #: StatusesUI.php:519 716 780 msgid "Automatic Detection" 717 781 msgstr "Détection automatique" 718 782 719 #: StatusesUI.php:5 06783 #: StatusesUI.php:520 720 784 msgid "Using Classic Editor" 721 785 msgstr "Utilisation de l’éditeur classique" 722 786 723 #: StatusesUI.php:5 07787 #: StatusesUI.php:521 724 788 msgid "Using Gutenberg Editor" 725 789 msgstr "Utilisation de l’éditeur Gutenberg" 726 790 727 #: StatusesUI.php:5 12791 #: StatusesUI.php:526 728 792 msgid "" 729 793 "If custom statuses in the post editor are not loaded correctly, prevent " … … 734 798 "ici." 735 799 736 #: StatusesUI.php:5 33800 #: StatusesUI.php:547 737 801 msgid "For all plugin statuses" 738 802 msgstr "Pour tous les états des extensions" 739 803 740 #: StatusesUI.php:5 34804 #: StatusesUI.php:548 741 805 msgid "For user-created plugin statuses only" 742 806 msgstr "" 743 807 "Pour les états d’extension créés par l’utilisateur/utilisatrice uniquement" 744 808 745 #: StatusesUI.php:5 39809 #: StatusesUI.php:553 746 810 msgid "" 747 811 "This controls which statuses can have their labels customized by editing " … … 753 817 "est stockée, elle remplacera toutes les chaînes du fichier de langue." 754 818 755 #: StatusesUI.php:6 02819 #: StatusesUI.php:616 756 820 msgid "Note: Post types can also be specified for each individual status." 757 821 msgstr "" … … 759 823 "état individuel." 760 824 761 #: StatusesUI.php:6 16 StatusesUI.php:674825 #: StatusesUI.php:630 StatusesUI.php:688 762 826 msgid "Select..." 763 827 msgstr "Sélectionner…" 764 828 765 #: StatusesUI.php:6 19829 #: StatusesUI.php:633 766 830 msgid "Re-run Planner import (with Status Control properties, ordering)" 767 831 msgstr "" … … 769 833 "l’état, en ordonnant)" 770 834 771 #: StatusesUI.php:6 20835 #: StatusesUI.php:634 772 836 msgid "Re-run Planner import (ignoring Status Control configuration)" 773 837 msgstr "" … … 775 839 "d’état)" 776 840 777 #: StatusesUI.php:6 22841 #: StatusesUI.php:636 778 842 msgid "Re-run Planner import" 779 843 msgstr "Réexécuter l’importation de Planner" 780 844 781 #: StatusesUI.php:6 28845 #: StatusesUI.php:642 782 846 msgid "" 783 847 "Status color, icon and position is automatically imported from PublishPress " … … 790 854 "définie par Planner." 791 855 792 #: StatusesUI.php:6 76856 #: StatusesUI.php:690 793 857 msgid "Back up current colors, icons, labels and post types" 794 858 msgstr "" 795 859 "Sauvegarde des couleurs, icônes, libellés et types de publication actuels" 796 860 797 #: StatusesUI.php:6 81861 #: StatusesUI.php:695 798 862 msgid "Restore backup of status colors" 799 863 msgstr "Restaurer la sauvegarde des couleurs d’état" 800 864 801 #: StatusesUI.php:6 85865 #: StatusesUI.php:699 802 866 msgid "Restore backup of status icons" 803 867 msgstr "Restaurer la sauvegarde des icônes d’état" 804 868 805 #: StatusesUI.php: 689869 #: StatusesUI.php:703 806 870 msgid "Restore backup of status labels" 807 871 msgstr "Restaurer la sauvegarde des libellés d’état" 808 872 809 #: StatusesUI.php: 693873 #: StatusesUI.php:707 810 874 msgid "Restore backup of status post types" 811 875 msgstr "Restaurer la sauvegarde des types de publication d’état" 812 876 813 #: StatusesUI.php: 699877 #: StatusesUI.php:713 814 878 msgid "Restore auto-backup of status colors" 815 879 msgstr "Restaurer la sauvegarde automatique des couleurs d’état" 816 880 817 #: StatusesUI.php:7 03881 #: StatusesUI.php:717 818 882 msgid "Restore auto-backup of status icons" 819 883 msgstr "Restaurer la sauvegarde automatique des icônes d’état" 820 884 821 #: StatusesUI.php:7 07885 #: StatusesUI.php:721 822 886 msgid "Restore auto-backup of status labels" 823 887 msgstr "Restaurer la sauvegarde automatique des libellés d’état" 824 888 825 #: StatusesUI.php:7 11889 #: StatusesUI.php:725 826 890 msgid "Restore auto-backup of status post types" 827 891 msgstr "Restaurer la sauvegarde automatique des types de publication d’état" 828 892 829 #: StatusesUI.php:7 18893 #: StatusesUI.php:732 830 894 msgid "Use default status colors" 831 895 msgstr "Utiliser les couleurs d’état par défaut" 832 896 833 #: StatusesUI.php:7 22897 #: StatusesUI.php:736 834 898 msgid "Use default status icons" 835 899 msgstr "Utiliser les icônes d’état par défaut" 836 900 837 #: StatusesUI.php:7 26901 #: StatusesUI.php:740 838 902 msgid "Use default status labels" 839 903 msgstr "Utiliser les libellés d’état par défaut" 840 904 841 #: StatusesUI.php:7 30905 #: StatusesUI.php:744 842 906 msgid "Use default status post types" 843 907 msgstr "Utiliser les types de publication par défaut" 844 908 845 #: StatusesUI.php:7 34909 #: StatusesUI.php:748 846 910 msgid "Use Planner plugin's default status colors" 847 911 msgstr "Utiliser les couleurs d’état par défaut de l’extension Planner" 848 912 849 #: StatusesUI.php:7 38913 #: StatusesUI.php:752 850 914 msgid "Use Planner plugin's default status icons" 851 915 msgstr "Utiliser les icônes d’état par défaut de l’extension Planner" 852 916 853 917 #. translators: %s is the status name 854 #: StatusesUI.php:7 77918 #: StatusesUI.php:791 855 919 msgid "Edit Status: %s" 856 920 msgstr "Modifier l’état : %s" 857 921 858 922 #. translators: %s is the status name 859 #: StatusesUI.php:7 80923 #: StatusesUI.php:794 860 924 msgid "Edit %1$s: %2$s" 861 925 msgstr "Modifier %1$s : %2$s" 862 926 863 #: StatusesUI.php:8 17 StatusesUI.php:951927 #: StatusesUI.php:831 StatusesUI.php:965 864 928 msgid "Add New Pre-Publication Status" 865 929 msgstr "Ajouter un état de prépublication" 866 930 867 931 #. translators: %1$s and %2$s is link markup 868 #: StatusesUI.php:8 35932 #: StatusesUI.php:849 869 933 msgid "" 870 934 "For custom Visibility Statuses, please %1$senable the Status Control " … … 874 938 "de contrôle des états%2$s de Permissions Pro." 875 939 876 #: StatusesUI.php:8 76940 #: StatusesUI.php:890 877 941 msgid "Pre-Publication" 878 942 msgstr "Prépublication" 879 943 880 #: StatusesUI.php:8 84944 #: StatusesUI.php:898 881 945 msgid "Visibility" 882 946 msgstr "Visibilité" 883 947 884 #: StatusesUI.php: 895948 #: StatusesUI.php:909 885 949 msgid "Revision" 886 950 msgstr "Révision" 887 951 888 #: StatusesUI.php:9 55952 #: StatusesUI.php:969 889 953 msgid "" 890 954 "This status can be assigned to an unpublished post using the Post Status " … … 977 1041 msgstr "Nom de l’état" 978 1042 979 #: StatusListTable.php:153980 msgid "Unlock Revision Statuses"981 msgstr "Déverrouiller les états de révision"982 983 1043 #: StatusListTable.php:154 984 msgid "" 985 "Install Statuses Pro to enhance your workflow with custom revision statuses." 986 msgstr "" 987 "Installer Statuses Pro pour améliorer votre flux de travail grâce à des " 988 "états de révision personnalisés." 1044 msgid "Upgrade to create an approval workflow for published content" 1045 msgstr "" 1046 "Mettre à niveau pour créer un flux de travail d’approbation par le contenu " 1047 "publié" 1048 1049 #: StatusListTable.php:157 1050 msgid "" 1051 "Create approval workflows using PublishPress Statuses Pro together with the " 1052 "PublishPress Revisions Pro plugin" 1053 msgstr "" 1054 "Créer des flux de travail d’approbation à l’aide de PublishPress Statuses " 1055 "Pro et de l’extension PublishPress Revisions Pro" 1056 1057 #: StatusListTable.php:163 1058 msgid "" 1059 "The PublishPress Revisions plugin allows users to submit changes to " 1060 "published posts" 1061 msgstr "" 1062 "L’extension PublishPress Revisions permet aux utilisateurs/utilisatrices de " 1063 "envoyer des modifications aux publications publiées" 1064 1065 #: StatusListTable.php:166 1066 msgid "" 1067 "PublishPress Statuses plugin enables you to add statuses for post changes " 1068 "created with Revisions" 1069 msgstr "" 1070 "L’extension PublishPress Statuses vous permet d’ajouter des états pour les " 1071 "modifications apportées aux publications créées avec les révisions" 1072 1073 #: StatusListTable.php:169 1074 msgid "Each post type can have different Revisions statuses" 1075 msgstr "Chaque type de publication peut avoir différents états de révision" 989 1076 990 1077 #: StatusListTable.php:172 1078 msgid "You choose which users can manage content in each Revisions status" 1079 msgstr "" 1080 "Vous choisissez quels utilisateurs/utilisatrices peuvent gérer le contenu " 1081 "dans chaque état de révision" 1082 1083 #: StatusListTable.php:198 991 1084 msgid "Premium Feature" 992 1085 msgstr "Fonctionnalité Premium" 993 1086 994 #: StatusListTable.php:1 731087 #: StatusListTable.php:199 995 1088 msgid "Install Statuses Pro to unlock custom revision statuses." 996 1089 msgstr "" 997 1090 "Installer Statuses Pro pour débloquer les états de révision personnalisés." 998 1091 999 #: StatusListTable.php: 1741092 #: StatusListTable.php:200 1000 1093 msgid "Configure for any post type and role to match your editing workflow." 1001 1094 msgstr "" … … 1003 1096 "de travail de modification." 1004 1097 1005 #: StatusListTable.php:177 1006 msgid "Learn More" 1007 msgstr "En savoir plus" 1008 1009 #: StatusListTable.php:238 1098 #: StatusListTable.php:265 1010 1099 msgid "" 1011 1100 "To define and control Revision statuses, update the %1$sPublishPress " … … 1016 1105 "récente." 1017 1106 1018 #: StatusListTable.php:2 701107 #: StatusListTable.php:297 1019 1108 msgid "Main Workflow:" 1020 1109 msgstr "Flux de travail principal :" 1021 1110 1022 #: StatusListTable.php: 2921111 #: StatusListTable.php:319 1023 1112 msgid "Drop any status here to include it in main workflow for new posts." 1024 1113 msgstr "" … … 1026 1115 "principal pour les nouvelles publications." 1027 1116 1028 #: StatusListTable.php:3 271117 #: StatusListTable.php:354 1029 1118 msgid "" 1030 1119 "Statuses in the main workflow are presented for convenient default selection " … … 1034 1123 "sélection par défaut lors de la mise à jour d’une publication non publiée." 1035 1124 1036 #: StatusListTable.php:3 341125 #: StatusListTable.php:361 1037 1126 msgid "" 1038 1127 "Statuses in the main workflow are manually selectable when editing an " … … 1042 1131 "manuellement lors de la modification d’une publication non publiée." 1043 1132 1044 #: StatusListTable.php:343 1045 msgid "(customization requires Permissions Pro plugin)" 1046 msgstr "(la personnalisation nécessite l’extension Permissions Pro)" 1047 1048 #: StatusListTable.php:367 1133 #: StatusListTable.php:389 1049 1134 msgid "" 1050 1135 "Drop any status here to make it manually selectable outside the main " … … 1054 1139 "manuellement en dehors du flux de travail principal." 1055 1140 1056 #: StatusListTable.php: 3861141 #: StatusListTable.php:408 1057 1142 msgid "Drop any status here to disable." 1058 1143 msgstr "Déposez n’importe quel état ici pour le désactiver." 1059 1144 1060 #: StatusListTable.php:4 341145 #: StatusListTable.php:456 1061 1146 msgid "Standard Publication:" 1062 1147 msgstr "Publication standard :" 1063 1148 1064 #: StatusListTable.php:4 411149 #: StatusListTable.php:463 1065 1150 msgid "Visibility Statuses for Private Publication:" 1066 1151 msgstr "États de visibilité pour la publication privée :" 1067 1152 1068 #: StatusListTable.php:4 481153 #: StatusListTable.php:470 1069 1154 msgid "Alternate Workflows:" 1070 1155 msgstr "Flux de travail alternatif :" 1071 1156 1072 1157 #. translators: %s is the opening and closing <span> tags 1073 #: StatusListTable.php:4 591158 #: StatusListTable.php:481 1074 1159 msgid "Disabled Statuses (drag to re-enable):" 1075 1160 msgstr "États désactivés (glisser pour réactiver) :" 1076 1161 1162 #: StatusListTable.php:581 1163 msgid "Upgrade to choose who can view your non-public posts" 1164 msgstr "" 1165 "Mettre à niveau pour choisir qui peut gérer les publications dans chaque état" 1166 1167 #: StatusListTable.php:584 1168 msgid "" 1169 "Install PublishPress Permissions Pro to define your own custom visibility " 1170 "statuses." 1171 msgstr "" 1172 "Instaler PublishPress Permissions Pro pour définir vos états de visibilité " 1173 "personnalisés." 1174 1175 #: StatusListTable.php:590 1176 msgid "Create multiple visibility statuses to show content to different users" 1177 msgstr "" 1178 "Créer plusieurs états de visibilité pour afficher le contenu à différents " 1179 "utilisateurs" 1180 1181 #: StatusListTable.php:593 1182 msgid "Choose which user roles can see posts in each status" 1183 msgstr "" 1184 "Choisir quels rôles du compte peuvent voir les publications dans chaque état" 1185 1186 #: StatusListTable.php:596 1187 msgid "Select which user roles can move posts to each status" 1188 msgstr "" 1189 "Sélectionner les rôles du compte qui peuvent déplacer les publications vers " 1190 "chaque état" 1191 1192 #: StatusListTable.php:599 1193 msgid "Decide which user roles can edit posts in each status" 1194 msgstr "" 1195 "Décider quels rôles du compte peuvent modifier les publications dans chaque " 1196 "état" 1197 1198 #: StatusListTable.php:608 1199 msgid "Get PublishPress Permissions Pro" 1200 msgstr "Obtenir PublishPress Permissions Pro" 1201 1077 1202 #. translators: %s is the list of post types 1078 #: StatusListTable.php:6 331203 #: StatusListTable.php:696 1079 1204 msgid "%s, more..." 1080 1205 msgstr "%s, plus de…" 1081 1206 1082 #: StatusListTable.php:7 151207 #: StatusListTable.php:778 1083 1208 msgid "No custom statuses found." 1084 1209 msgstr "Aucun état personnalisé n’a été trouvé." 1085 1210 1086 #: StatusListTable.php: 7861211 #: StatusListTable.php:849 1087 1212 msgid "Core" 1088 1213 msgstr "Cœur" 1089 1214 1090 #: StatusListTable.php: 7901215 #: StatusListTable.php:853 1091 1216 msgid "Default" 1092 1217 msgstr "Par défaut" 1093 1218 1094 #: StatusListTable.php:8 151219 #: StatusListTable.php:878 1095 1220 msgid "X" 1096 1221 msgstr "X" 1222 1223 #~ msgid "Unlock Revision Statuses" 1224 #~ msgstr "Déverrouiller les états de révision" 1225 1226 #~ msgid "(customization requires Permissions Pro plugin)" 1227 #~ msgstr "(la personnalisation nécessite l’extension Permissions Pro)" 1097 1228 1098 1229 #~ msgid "" -
publishpress-statuses/tags/1.1.12/languages/publishpress-statuses-it_IT.po
r3359461 r3389850 5 5 "Project-Id-Version: PublishPress Statuses 1.0.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" 7 "POT-Creation-Date: 2025- 08-01T04:22:40+00:00\n"8 "PO-Revision-Date: 2025- 09-02 10:36+0200\n"7 "POT-Creation-Date: 2025-10-02T22:14:54+00:00\n" 8 "PO-Revision-Date: 2025-10-30 19:10+0100\n" 9 9 "Last-Translator: \n" 10 10 "Language-Team: \n" … … 44 44 msgstr "https://publishpress.com/" 45 45 46 #: Admin.php:18 Admin.php:3 52 Admin.php:353 PublishPress_Statuses.php:32847 #: PublishPress_Statuses.php:3 29StatusesUI.php:9246 #: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337 47 #: PublishPress_Statuses.php:338 StatusesUI.php:92 48 48 msgid "Statuses" 49 49 msgstr "Stati" … … 53 53 msgstr "Impostazioni" 54 54 55 #: Admin.php:22 includes-core/CoreAdmin.php:108 StatusListTable.php:160 56 #: StatusListTable.php:181 55 #: Admin.php:22 includes-core/CoreAdmin.php:37 includes-core/CoreAdmin.php:38 56 #: includes-core/CoreAdmin.php:108 StatusListTable.php:181 57 #: StatusListTable.php:207 57 58 msgid "Upgrade to Pro" 58 59 msgstr "Aggiorna a Pro" 59 60 60 #: Admin.php: 29161 #: Admin.php:305 61 62 msgid "" 62 63 "Are you sure you want to delete the post status? All posts with this status " … … 66 67 "questo stato verranno assegnati allo stato predefinito." 67 68 68 #: Admin.php:3 63 Admin.php:364 StatusesUI.php:81869 #: Admin.php:377 Admin.php:378 StatusesUI.php:832 69 70 msgid "Add New" 70 71 msgstr "Aggiungi nuovo" 71 72 72 #: Admin.php:4 50 PublishPress_Statuses.php:78573 #: Admin.php:464 PublishPress_Statuses.php:794 73 74 msgid "Approve" 74 75 msgstr "Approva" 75 76 76 #: Admin.php:4 52 PublishPress_Statuses.php:75777 #: Admin.php:466 PublishPress_Statuses.php:766 77 78 msgid "Assign" 78 79 msgstr "Assegna" 79 80 80 #: Admin.php:4 54 PublishPress_Statuses.php:77181 #: Admin.php:468 PublishPress_Statuses.php:780 81 82 msgid "Mark In Progress" 82 83 msgstr "Segna in fase di lavorazione" 83 84 84 85 #. translators: %s is the status label 85 #: Admin.php:4 6786 #: Admin.php:481 86 87 msgid "Set to %s" 87 88 msgstr "Imposta a %s" 88 89 89 90 #. translators: %s is the status label 90 #: Admin.php:4 76 PostEditGutenberg.php:7591 #: Admin.php:490 PostEditGutenberg.php:77 91 92 msgid "Save as %s" 92 93 msgstr "Salva come %s" 93 94 94 95 #. translators: %s is the name of a custom public status 95 #: Admin.php: 48896 #: Admin.php:502 96 97 msgid "Public (%s)" 97 98 msgstr "Pubblico (%s)" 98 99 99 #: Admin.php:5 59 PostEditClassic.php:179 PostEditGutenberg.php:72100 #: PostEditGutenberg.php:2 59 PostEditGutenbergStatuses.php:44101 #: PostEditGutenbergStatuses.php:6 4 PostEditGutenbergStatuses.php:72100 #: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74 101 #: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46 102 #: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74 102 103 msgid "Advance Status" 103 104 msgstr "Stato avanzato" … … 176 177 177 178 #. translators: %s is the name of a custom visibility status 178 #: PostEditClassic.php:31 2179 #: PostEditClassic.php:314 179 180 msgid "%s, Sticky" 180 181 msgstr "%s, in evidenza" … … 197 198 msgstr "Pubblicare %1$s dopo l'approvazione %2$s" 198 199 199 #: PostEditGutenberg.php: 69200 #: PostEditGutenberg.php:71 200 201 msgid "Publication Workflow" 201 202 msgstr "Flusso di lavoro della pubblicazione" 202 203 203 #: PostEditGutenberg.php:7 3204 #: PostEditGutenberg.php:75 204 205 msgid "Post Status" 205 206 msgstr "Stato dell'articolo" 206 207 207 #: PostEditGutenberg.php:7 6208 #: PostEditGutenberg.php:78 208 209 msgid "Set Selected Status" 209 210 msgstr "Imposta lo stato selezionato" 210 211 211 #: PostEditGutenberg.php:7 7212 #: PostEditGutenberg.php:79 212 213 msgid "Keep Current Status" 213 214 msgstr "Mantieni lo stato attuale" 214 215 215 #: PostEditGutenberg.php: 78216 #: PostEditGutenberg.php:80 216 217 msgid "Advance to Next Status" 217 218 msgstr "Vai allo stato successivo" 218 219 219 #: PostEditGutenberg.php: 79220 #: PostEditGutenberg.php:81 220 221 msgid "Advance to Max Status" 221 222 msgstr "Vai allo stato maggiore" 222 223 223 #: PostEditGutenberg.php:8 0224 #: PostEditGutenberg.php:82 224 225 msgid "This post is currently published" 225 226 msgstr "Questo articolo è attualmente pubblicato" 226 227 227 #: PostEditGutenberg.php:8 1228 #: PostEditGutenberg.php:83 228 229 msgid "This post is currently scheduled" 229 230 msgstr "Questo articolo è attualmente programmato" 230 231 231 #: PostEditGutenbergStatuses.php:11 6232 #: PostEditGutenbergStatuses.php:118 232 233 msgid "Workflow" 233 234 msgstr "Flusso di lavoro" 234 235 235 #: PostEditGutenbergStatuses.php:12 0236 #: PostEditGutenbergStatuses.php:122 236 237 msgid "Submit Revision" 237 238 msgstr "Invia revisione" 238 239 240 #: publishpress-statuses.php:118 241 msgid "<strong>This plugin can be deleted.</strong>" 242 msgstr "<strong>Questo plugin può essere eliminato.</strong>" 243 239 244 #. translators: %s is a version number 240 245 #: publishpress-statuses.php:178 … … 264 269 "alla versione %s o superiore." 265 270 266 #: PublishPress_Statuses.php:296 267 msgid "" 268 "Can bypass normal status progression (publishing or setting to max status)." 269 msgstr "" 270 "Può aggirare la normale progressione di stato (pubblicazione o impostazione " 271 "allo stato massimo)." 272 273 #: PublishPress_Statuses.php:297 271 #: PublishPress_Statuses.php:305 272 msgid "" 273 "Can bypass normal status progression. User can publish immediately or move " 274 "post to the furthest possible status." 275 msgstr "" 276 "Puoi aggirare il normale stato di progressione. L'utente può pubblciare " 277 "immediatamente o spostare l'articolo allo stato più lontano possibile." 278 279 #: PublishPress_Statuses.php:306 274 280 msgid "Manage Statuses plugin settings." 275 281 msgstr "Gestisci le impostazioni del plugin Statuses." 276 282 277 #: PublishPress_Statuses.php:3 29283 #: PublishPress_Statuses.php:338 278 284 msgid "Status" 279 285 msgstr "Stato" 280 286 281 #: PublishPress_Statuses.php:3 43287 #: PublishPress_Statuses.php:352 282 288 msgid "Core Post Statuses" 283 289 msgstr "Stati dell'articolo di base" 284 290 285 #: PublishPress_Statuses.php:6 06291 #: PublishPress_Statuses.php:615 286 292 msgid "New post, not yet submitted." 287 293 msgstr "Nuovo articolo non ancora inviato." 288 294 289 #: PublishPress_Statuses.php:6 27295 #: PublishPress_Statuses.php:636 290 296 msgid "Post is awaiting review." 291 297 msgstr "L'articolo è in attesa di revisione." 292 298 293 #: PublishPress_Statuses.php:6 46299 #: PublishPress_Statuses.php:655 294 300 msgid "Post is scheduled for publication." 295 301 msgstr "L'articolo è programmato per la pubblicazione." 296 302 297 #: PublishPress_Statuses.php:6 64303 #: PublishPress_Statuses.php:673 298 304 msgid "Post is published, publicly visible." 299 305 msgstr "L'articolo è pubblicato, visibile pubblicamente." 300 306 301 #: PublishPress_Statuses.php:6 82307 #: PublishPress_Statuses.php:691 302 308 msgid "Post is published with private visibility." 303 309 msgstr "L'articolo è pubblicato con visibilità privata." 304 310 305 #: PublishPress_Statuses.php:7 41311 #: PublishPress_Statuses.php:750 306 312 msgid "Pitch" 307 313 msgstr "Idea" 308 314 309 #: PublishPress_Statuses.php:7 43315 #: PublishPress_Statuses.php:752 310 316 msgctxt "post action/button label" 311 317 msgid "Pitch" 312 318 msgstr "Idea" 313 319 314 #: PublishPress_Statuses.php:7 44320 #: PublishPress_Statuses.php:753 315 321 msgid "Idea proposed; waiting for acceptance." 316 322 msgstr "Idea proposta; in attesa di accettazione." 317 323 318 #: PublishPress_Statuses.php:7 55324 #: PublishPress_Statuses.php:764 319 325 msgid "Assigned" 320 326 msgstr "Assegnato" 321 327 322 #: PublishPress_Statuses.php:7 58328 #: PublishPress_Statuses.php:767 323 329 msgid "Post idea assigned to writer." 324 330 msgstr "Idea di articolo assegnato allo scrittore." 325 331 326 #: PublishPress_Statuses.php:7 69332 #: PublishPress_Statuses.php:778 327 333 msgid "In Progress" 328 334 msgstr "In lavorazione" 329 335 330 #: PublishPress_Statuses.php:7 72336 #: PublishPress_Statuses.php:781 331 337 msgid "Writer is working on the post." 332 338 msgstr "Lo scrittore sta lavorando sull'articolo." 333 339 334 #: PublishPress_Statuses.php:7 83340 #: PublishPress_Statuses.php:792 335 341 msgid "Approved" 336 342 msgstr "Approvato" 337 343 338 #: PublishPress_Statuses.php:7 86344 #: PublishPress_Statuses.php:795 339 345 msgid "Post has been approved for publication." 340 346 msgstr "L'articolo è stato approvato per la pubblicazione." 341 347 342 #: PublishPress_Statuses.php: 797348 #: PublishPress_Statuses.php:806 343 349 msgid "Deferred" 344 350 msgstr "Rimandato" 345 351 346 #: PublishPress_Statuses.php: 799352 #: PublishPress_Statuses.php:808 347 353 msgid "Defer" 348 354 msgstr "Rimandare" 349 355 350 #: PublishPress_Statuses.php:80 0356 #: PublishPress_Statuses.php:809 351 357 msgid "Post has been deferred for future consideration." 352 358 msgstr "L'articolo è stato rimandato per una futura considerazione." 353 359 354 #: PublishPress_Statuses.php:8 11360 #: PublishPress_Statuses.php:820 355 361 msgid "Needs Work" 356 362 msgstr "Necessita modifiche" 357 363 358 #: PublishPress_Statuses.php:8 13364 #: PublishPress_Statuses.php:822 359 365 msgid "Set to Needs Work" 360 366 msgstr "Imposta come necessita modifiche" 361 367 362 #: PublishPress_Statuses.php:8 14368 #: PublishPress_Statuses.php:823 363 369 msgid "Post needs work before further review." 364 370 msgstr "L'articolo necessita delle modifiche prima di una nuova revisione." 365 371 366 #: PublishPress_Statuses.php:8 25372 #: PublishPress_Statuses.php:834 367 373 msgid "Rejected" 368 374 msgstr "Rifiutato" 369 375 370 #: PublishPress_Statuses.php:8 27376 #: PublishPress_Statuses.php:836 371 377 msgid "Reject" 372 378 msgstr "Rifiutare" 373 379 374 #: PublishPress_Statuses.php:8 28380 #: PublishPress_Statuses.php:837 375 381 msgid "Post has been rejected." 376 382 msgstr "L'articolo è stato rifiutato." 377 383 378 #: PublishPress_Statuses.php:8 61384 #: PublishPress_Statuses.php:870 379 385 msgid "Alternate Pre-Publication Workflow:" 380 386 msgstr "Flusso di lavorazione di pre-pubblicazione alternativo:" 381 387 382 #: PublishPress_Statuses.php:9 28388 #: PublishPress_Statuses.php:936 383 389 msgid "Disabled Statuses:" 384 390 msgstr "Stati disabilitati:" 385 391 386 #: PublishPress_Statuses.php:9 44392 #: PublishPress_Statuses.php:952 387 393 msgid "Committee" 388 394 msgstr "Comitato" 389 395 390 #: PublishPress_Statuses.php:9 46396 #: PublishPress_Statuses.php:954 391 397 msgid "Refer to Committee" 392 398 msgstr "Rinviare al comitato" 393 399 394 #: PublishPress_Statuses.php:9 47400 #: PublishPress_Statuses.php:955 395 401 msgid "Post has been referred to committee." 396 402 msgstr "L'articolo è stato rinviato al comitato." 397 403 398 #: PublishPress_Statuses.php:9 59404 #: PublishPress_Statuses.php:967 399 405 msgid "Committee Review" 400 406 msgstr "Revisione del comitato" 401 407 402 #: PublishPress_Statuses.php:96 1408 #: PublishPress_Statuses.php:969 403 409 msgid "Set to Committee Review" 404 410 msgstr "Imposta come in revisione del comitato" 405 411 406 #: PublishPress_Statuses.php:9 62412 #: PublishPress_Statuses.php:970 407 413 msgid "Committee is reviewing the post." 408 414 msgstr "Il comitato sta esaminando l'articolo." 409 415 410 #: PublishPress_Statuses.php:9 74416 #: PublishPress_Statuses.php:982 411 417 msgid "Committee Progress" 412 418 msgstr "Progresso del comitato" 413 419 414 #: PublishPress_Statuses.php:9 76420 #: PublishPress_Statuses.php:984 415 421 msgid "Set to Committee Progress" 416 422 msgstr "Imposta come in corso del comitato" 417 423 418 #: PublishPress_Statuses.php:9 77424 #: PublishPress_Statuses.php:985 419 425 msgid "Committee is editing the post." 420 426 msgstr "Il comitato ha modificato l'articolo." 421 427 422 #: PublishPress_Statuses.php:9 89428 #: PublishPress_Statuses.php:997 423 429 msgid "Committee Approved" 424 430 msgstr "Approvato dal comitato" 425 431 426 #: PublishPress_Statuses.php:99 1432 #: PublishPress_Statuses.php:999 427 433 msgid "Set Committee Approval" 428 434 msgstr "Imposta l'approvazione del comitato" 429 435 430 #: PublishPress_Statuses.php: 992436 #: PublishPress_Statuses.php:1000 431 437 msgid "Committee has approved the post." 432 438 msgstr "Il comitato ha approvato l'articolo." … … 444 450 msgstr "Etichette" 445 451 446 #: StatusEditUI.php:69 StatusEditUI.php: 393StatusListTable.php:128452 #: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128 447 453 msgid "Post Types" 448 454 msgstr "Tipi di contenuto" … … 452 458 msgstr "Ruoli" 453 459 454 #: StatusEditUI.php:142 460 #: StatusEditUI.php:84 461 msgid "Post Access" 462 msgstr "Accesso articolo" 463 464 #: StatusEditUI.php:165 455 465 msgid "" 456 466 "Enforce type-specific post capabilitities for this status, or share " … … 460 470 "condividi le capacità con un altro stato." 461 471 462 #: StatusEditUI.php: 180472 #: StatusEditUI.php:210 463 473 msgid "Update Status" 464 474 msgstr "Aggiorna stato" 465 475 466 #: StatusEditUI.php:2 23476 #: StatusEditUI.php:253 467 477 msgid "Status Label" 468 478 msgstr "Etichetta stato" 469 479 470 #: StatusEditUI.php:2 36480 #: StatusEditUI.php:266 471 481 msgid "The name is used to identify the status. (Max: 20 characters)" 472 482 msgstr "Il nome è utilizzato per identificare lo stato. (Max: 20 caratteri)" 473 483 474 #: StatusEditUI.php:2 58484 #: StatusEditUI.php:288 475 485 msgid "The slug is the unique ID for the status." 476 486 msgstr "Lo slug è l'ID univoco per lo stato." 477 487 478 #: StatusEditUI.php:2 68488 #: StatusEditUI.php:298 479 489 msgid "Description" 480 490 msgstr "Descrizione" 481 491 482 #: StatusEditUI.php: 280492 #: StatusEditUI.php:310 483 493 msgid "" 484 494 "The description is primarily for administrative use, to give you some " … … 488 498 "contesto su come deve essere utilizzato lo stato personalizzato." 489 499 490 #: StatusEditUI.php: 289500 #: StatusEditUI.php:319 491 501 msgid "Color" 492 502 msgstr "Colore" 493 503 494 #: StatusEditUI.php:3 01504 #: StatusEditUI.php:331 495 505 msgid "The color is used to identify the status." 496 506 msgstr "Il colore è utilizzato per identificare lo stato." 497 507 498 #: StatusEditUI.php:3 07 StatusListTable.php:126508 #: StatusEditUI.php:337 StatusListTable.php:126 499 509 msgid "Icon" 500 510 msgstr "Icona" 501 511 502 #: StatusEditUI.php:3 23512 #: StatusEditUI.php:353 503 513 msgid "Select Icon" 504 514 msgstr "Seleziona icona" 505 515 506 #: StatusEditUI.php:3 29516 #: StatusEditUI.php:359 507 517 msgid "The icon is used to visually represent the status." 508 518 msgstr "L'icona è usata per la rappresentazione visuale dello stato." 509 519 510 #: StatusEditUI.php:3 57520 #: StatusEditUI.php:393 511 521 msgid "Status Availability" 512 522 msgstr "Stato di disponibilità" 513 523 514 #: StatusEditUI.php:3 60524 #: StatusEditUI.php:396 515 525 msgid "Choose which user roles can assign this status to a post." 516 526 msgstr "Scegli quale ruolo utente può assegnare questo stato a un articolo." 517 527 518 #: StatusEditUI.php: 396528 #: StatusEditUI.php:432 519 529 msgid "Choose which post types can be set to this status." 520 530 msgstr "Scegli quale tipo di contenuto può essere assegnato a questo stato." 521 531 522 #: StatusEditUI.php:4 33532 #: StatusEditUI.php:469 523 533 msgid "All Post Types" 524 534 msgstr "Tutti i tipi di contenuto" 525 535 526 #: StatusEditUI.php: 480536 #: StatusEditUI.php:516 527 537 msgid "Save As Label" 528 538 msgstr "Salva come etichetta" 529 539 530 #: StatusEditUI.php: 488540 #: StatusEditUI.php:524 531 541 msgid "Submit Button Label" 532 542 msgstr "Etichetta pulsante invia" 543 544 #: StatusEditUI.php:536 545 msgid "Upgrade to choose who can manage posts in each status" 546 msgstr "Aggiorna per scegliere chi può gestire gli articoli in ogni stato" 547 548 #: StatusEditUI.php:539 549 msgid "" 550 "Get PublishPress Capabilities Pro for status-specific post access control." 551 msgstr "" 552 "Ottieni PublishPress Capabilities Pro per il controllo dell'accesso a stati " 553 "specifici di un articolo." 554 555 #: StatusEditUI.php:545 556 msgid "Control which roles can assign a status" 557 msgstr "Controlla quali ruoli possono assegnare uno stato" 558 559 #: StatusEditUI.php:548 560 msgid "Control which roles can edit or delete posts per-status" 561 msgstr "" 562 "Controlla quali ruoli possono modificare o eliminare gli articoli per ogni " 563 "stato" 564 565 #: StatusEditUI.php:551 566 msgid "Set capabilities separately for each post type" 567 msgstr "Imposta sepraratamente le capacità per ogni tipo di contenuto" 568 569 #: StatusEditUI.php:554 570 msgid "User-friendly checkbox grid to assign capabilities" 571 msgstr "Una griglia di checkbox facile da usare per assegnare le capacità" 572 573 #: StatusEditUI.php:563 574 msgid "Get PublishPress Capabilities Pro" 575 msgstr "Ottieni PublishPress Capabilities Pro" 576 577 #: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203 578 #: StatusListTable.php:613 579 msgid "Learn More" 580 msgstr "Approfondisci" 581 582 #: StatusEditUI.php:577 583 msgid "" 584 "Status-specific post capabilities are %1$scurrently disabled%2$s by " 585 "PublishPress Capabilities Pro. You can %3$schange this setting%4$s." 586 msgstr "" 587 "Le capacità di stato specifiche per l'articolo sono state %1$sattualmente " 588 "disabilitate%2$s da PublishPress Capabilities Pro. Puoi %3$smodificare " 589 "questa impostazione%4$s." 533 590 534 591 #. translators: %s is the status label … … 555 612 msgstr "Aggiungi stato" 556 613 557 #: StatusesUI.php:87 StatusesUI.php:9 65614 #: StatusesUI.php:87 StatusesUI.php:979 558 615 msgid "PublishPress Statuses Settings" 559 616 msgstr "Impostazioni di PublishPress Statuses" … … 659 716 "predefinita lo stato più alto disponibile" 660 717 661 #: StatusesUI.php:444 718 #: StatusesUI.php:413 719 msgid "No workflow guidance" 720 msgstr "Nessuna guida al flusso di lavoro" 721 722 #: StatusesUI.php:458 662 723 msgid "" 663 724 "Hide nested statuses (workflow branches) in the dropdown unless the post is " … … 667 728 "a meno che l'articolo non sia impostato sullo stato padre o su un figlio." 668 729 669 #: StatusesUI.php:4 63730 #: StatusesUI.php:477 670 731 msgid "Available to all users" 671 732 msgstr "Disponibile per tutti gli utenti" 672 733 673 #: StatusesUI.php:4 64734 #: StatusesUI.php:478 674 735 msgid "Available to specified roles only" 675 736 msgstr "Disponibile per ruoli specifici" 676 737 677 #: StatusesUI.php:4 70738 #: StatusesUI.php:484 678 739 msgid "" 679 740 "Users can only assign a custom status to a post if their role allows it. " … … 685 746 "applicato allo stato \"In attesa di revisione\"." 686 747 687 #: StatusesUI.php:4 72748 #: StatusesUI.php:486 688 749 msgid "" 689 750 "Users can only assign a custom status to a post if their role allows it. " … … 696 757 697 758 #. translators: %1$s and %2$s are link markup 698 #: StatusesUI.php:4 81759 #: StatusesUI.php:495 699 760 msgid "" 700 761 "View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s" … … 703 764 "Ruoli %2$s" 704 765 705 #: StatusesUI.php:5 05766 #: StatusesUI.php:519 706 767 msgid "Automatic Detection" 707 768 msgstr "Rilevamento automatico" 708 769 709 #: StatusesUI.php:5 06770 #: StatusesUI.php:520 710 771 msgid "Using Classic Editor" 711 772 msgstr "Utilizzando l'editor classico" 712 773 713 #: StatusesUI.php:5 07774 #: StatusesUI.php:521 714 775 msgid "Using Gutenberg Editor" 715 776 msgstr "Utilizzando l'editor Gutenberg" 716 777 717 #: StatusesUI.php:5 12778 #: StatusesUI.php:526 718 779 msgid "" 719 780 "If custom statuses in the post editor are not loaded correctly, prevent " … … 723 784 "correttamente, previeni il rilevamento errato dell'editor specificandolo qui." 724 785 725 #: StatusesUI.php:5 33786 #: StatusesUI.php:547 726 787 msgid "For all plugin statuses" 727 788 msgstr "Per tutti gli stati dei plugin" 728 789 729 #: StatusesUI.php:5 34790 #: StatusesUI.php:548 730 791 msgid "For user-created plugin statuses only" 731 792 msgstr "Solo per gli stati creati dagli utenti" 732 793 733 #: StatusesUI.php:5 39794 #: StatusesUI.php:553 734 795 msgid "" 735 796 "This controls which statuses can have their labels customized by editing " … … 741 802 "predefinita, questa sostituirà le stringhe di qualsiasi file di lingua." 742 803 743 #: StatusesUI.php:6 02804 #: StatusesUI.php:616 744 805 msgid "Note: Post types can also be specified for each individual status." 745 806 msgstr "" 746 807 "Nota: I tipi di contenuto possono essere specificati per ogni singolo stato." 747 808 748 #: StatusesUI.php:6 16 StatusesUI.php:674809 #: StatusesUI.php:630 StatusesUI.php:688 749 810 msgid "Select..." 750 811 msgstr "Selezione in corso…" 751 812 752 #: StatusesUI.php:6 19813 #: StatusesUI.php:633 753 814 msgid "Re-run Planner import (with Status Control properties, ordering)" 754 815 msgstr "" … … 756 817 "stato, ordinamento)" 757 818 758 #: StatusesUI.php:6 20819 #: StatusesUI.php:634 759 820 msgid "Re-run Planner import (ignoring Status Control configuration)" 760 821 msgstr "" … … 762 823 "controllo dello stato)" 763 824 764 #: StatusesUI.php:6 22825 #: StatusesUI.php:636 765 826 msgid "Re-run Planner import" 766 827 msgstr "Riesegui l'importazione di Planner" 767 828 768 #: StatusesUI.php:6 28829 #: StatusesUI.php:642 769 830 msgid "" 770 831 "Status color, icon and position is automatically imported from PublishPress " … … 777 838 "definita da Planner." 778 839 779 #: StatusesUI.php:6 76840 #: StatusesUI.php:690 780 841 msgid "Back up current colors, icons, labels and post types" 781 842 msgstr "Backup dei colori attuali, icone, etichette e tipi di contenuto" 782 843 783 #: StatusesUI.php:6 81844 #: StatusesUI.php:695 784 845 msgid "Restore backup of status colors" 785 846 msgstr "Ripristina il backup dei colori di stato" 786 847 787 #: StatusesUI.php:6 85848 #: StatusesUI.php:699 788 849 msgid "Restore backup of status icons" 789 850 msgstr "Ripristina il backup delle icone di stato" 790 851 791 #: StatusesUI.php: 689852 #: StatusesUI.php:703 792 853 msgid "Restore backup of status labels" 793 854 msgstr "Ripristina il backup delle etichette di stato" 794 855 795 #: StatusesUI.php: 693856 #: StatusesUI.php:707 796 857 msgid "Restore backup of status post types" 797 858 msgstr "Ripristina il backup dei tipi di contenuto di stato" 798 859 799 #: StatusesUI.php: 699860 #: StatusesUI.php:713 800 861 msgid "Restore auto-backup of status colors" 801 862 msgstr "Ripristina il backup automatico dei colori di stato" 802 863 803 #: StatusesUI.php:7 03864 #: StatusesUI.php:717 804 865 msgid "Restore auto-backup of status icons" 805 866 msgstr "Ripristina il backup automatico delle icone di stato" 806 867 807 #: StatusesUI.php:7 07868 #: StatusesUI.php:721 808 869 msgid "Restore auto-backup of status labels" 809 870 msgstr "Ripristina il backup automatico delle etichette di stato" 810 871 811 #: StatusesUI.php:7 11872 #: StatusesUI.php:725 812 873 msgid "Restore auto-backup of status post types" 813 874 msgstr "Ripristina il backup automatico dei tipi di contenuto di stato" 814 875 815 #: StatusesUI.php:7 18876 #: StatusesUI.php:732 816 877 msgid "Use default status colors" 817 878 msgstr "Usa i colori di stato predefiniti" 818 879 819 #: StatusesUI.php:7 22880 #: StatusesUI.php:736 820 881 msgid "Use default status icons" 821 882 msgstr "Usa le icone di stato predefinite" 822 883 823 #: StatusesUI.php:7 26884 #: StatusesUI.php:740 824 885 msgid "Use default status labels" 825 886 msgstr "Usa le etichette di stato predefinite" 826 887 827 #: StatusesUI.php:7 30888 #: StatusesUI.php:744 828 889 msgid "Use default status post types" 829 890 msgstr "Usa i tipi di contenuto di stato predefiniti" 830 891 831 #: StatusesUI.php:7 34892 #: StatusesUI.php:748 832 893 msgid "Use Planner plugin's default status colors" 833 894 msgstr "Usa i colori di stato predefiniti del plugin Planner" 834 895 835 #: StatusesUI.php:7 38896 #: StatusesUI.php:752 836 897 msgid "Use Planner plugin's default status icons" 837 898 msgstr "Usa le icone di stato predefinite del plugin Planner" 838 899 839 900 #. translators: %s is the status name 840 #: StatusesUI.php:7 77901 #: StatusesUI.php:791 841 902 msgid "Edit Status: %s" 842 903 msgstr "Modifica stato: %s" 843 904 844 905 #. translators: %s is the status name 845 #: StatusesUI.php:7 80906 #: StatusesUI.php:794 846 907 msgid "Edit %1$s: %2$s" 847 908 msgstr "Modifica %1$s: %2$s" 848 909 849 #: StatusesUI.php:8 17 StatusesUI.php:951910 #: StatusesUI.php:831 StatusesUI.php:965 850 911 msgid "Add New Pre-Publication Status" 851 912 msgstr "Aggiungi nuovo stato di pre-pubblicazione" 852 913 853 914 #. translators: %1$s and %2$s is link markup 854 #: StatusesUI.php:8 35915 #: StatusesUI.php:849 855 916 msgid "" 856 917 "For custom Visibility Statuses, please %1$senable the Status Control " … … 860 921 "controllo degli stati%2$s di Permissions Pro." 861 922 862 #: StatusesUI.php:8 76923 #: StatusesUI.php:890 863 924 msgid "Pre-Publication" 864 925 msgstr "Pre-pubblicazione" 865 926 866 #: StatusesUI.php:8 84927 #: StatusesUI.php:898 867 928 msgid "Visibility" 868 929 msgstr "Visibilità" 869 930 870 #: StatusesUI.php: 895931 #: StatusesUI.php:909 871 932 msgid "Revision" 872 933 msgstr "Revisione" 873 934 874 #: StatusesUI.php:9 55935 #: StatusesUI.php:969 875 936 msgid "" 876 937 "This status can be assigned to an unpublished post using the Post Status " … … 960 1021 msgstr "Nome stato" 961 1022 962 #: StatusListTable.php:153963 msgid "Unlock Revision Statuses"964 msgstr "Sblocca gli stati delle revisioni"965 966 1023 #: StatusListTable.php:154 967 msgid "" 968 "Install Statuses Pro to enhance your workflow with custom revision statuses." 969 msgstr "" 970 "Installa Statuses Pro per migliorare il tuo flusso di lavoro con stati di " 971 "revisione personalizzati." 1024 msgid "Upgrade to create an approval workflow for published content" 1025 msgstr "" 1026 "Aggiorna per creare un flusso di lavoro di approvazione per i contenuti " 1027 "pubblicati" 1028 1029 #: StatusListTable.php:157 1030 msgid "" 1031 "Create approval workflows using PublishPress Statuses Pro together with the " 1032 "PublishPress Revisions Pro plugin" 1033 msgstr "" 1034 "Crea flusso di lavoro di approvazione utilizzando PublishPress Statuses Pro " 1035 "insieme al plugin PublishPress Revisions Pro" 1036 1037 #: StatusListTable.php:163 1038 msgid "" 1039 "The PublishPress Revisions plugin allows users to submit changes to " 1040 "published posts" 1041 msgstr "" 1042 "Il plugin PublishPress Revisions permette agli utenti di inviare modifiche " 1043 "per gli articoli pubblicati" 1044 1045 #: StatusListTable.php:166 1046 msgid "" 1047 "PublishPress Statuses plugin enables you to add statuses for post changes " 1048 "created with Revisions" 1049 msgstr "" 1050 "Il plugin PublishPress Statuses ti permette di aggiungere stati per le " 1051 "modifiche degli articoli creati con le revisioni" 1052 1053 #: StatusListTable.php:169 1054 msgid "Each post type can have different Revisions statuses" 1055 msgstr "Ogni tipo di contenuto può avere diversi stati di revisione" 972 1056 973 1057 #: StatusListTable.php:172 1058 msgid "You choose which users can manage content in each Revisions status" 1059 msgstr "" 1060 "Puoi scegliere quali utenti possono gestire il contenuto in ogni stato di " 1061 "revisione" 1062 1063 #: StatusListTable.php:198 974 1064 msgid "Premium Feature" 975 1065 msgstr "Caratteristica Premium" 976 1066 977 #: StatusListTable.php:1 731067 #: StatusListTable.php:199 978 1068 msgid "Install Statuses Pro to unlock custom revision statuses." 979 1069 msgstr "" 980 1070 "Installa Statuses Pro per sbloccare gli stati di revisione personalizzati." 981 1071 982 #: StatusListTable.php: 1741072 #: StatusListTable.php:200 983 1073 msgid "Configure for any post type and role to match your editing workflow." 984 1074 msgstr "" … … 986 1076 "flusso di lavoro di modifica." 987 1077 988 #: StatusListTable.php:177 989 msgid "Learn More" 990 msgstr "Approfondisci" 991 992 #: StatusListTable.php:238 1078 #: StatusListTable.php:265 993 1079 msgid "" 994 1080 "To define and control Revision statuses, update the %1$sPublishPress " … … 998 1084 "%1$sPublishPress Revisions%2$s alla versione %3$s o superiore." 999 1085 1000 #: StatusListTable.php:2 701086 #: StatusListTable.php:297 1001 1087 msgid "Main Workflow:" 1002 1088 msgstr "Flusso di lavoro principale:" 1003 1089 1004 #: StatusListTable.php: 2921090 #: StatusListTable.php:319 1005 1091 msgid "Drop any status here to include it in main workflow for new posts." 1006 1092 msgstr "" … … 1008 1094 "i nuovi articoli." 1009 1095 1010 #: StatusListTable.php:3 271096 #: StatusListTable.php:354 1011 1097 msgid "" 1012 1098 "Statuses in the main workflow are presented for convenient default selection " … … 1016 1102 "selezione predefinita durante l'aggiornamento di un articolo non pubblicato." 1017 1103 1018 #: StatusListTable.php:3 341104 #: StatusListTable.php:361 1019 1105 msgid "" 1020 1106 "Statuses in the main workflow are manually selectable when editing an " … … 1024 1110 "manualmente durante la modifica di un articolo non pubblicato." 1025 1111 1026 #: StatusListTable.php:343 1027 msgid "(customization requires Permissions Pro plugin)" 1028 msgstr "(per la personalizzazione è necessario il plugin Permissions Pro)" 1029 1030 #: StatusListTable.php:367 1112 #: StatusListTable.php:389 1031 1113 msgid "" 1032 1114 "Drop any status here to make it manually selectable outside the main " … … 1036 1118 "fuori del flusso di lavoro principale." 1037 1119 1038 #: StatusListTable.php: 3861120 #: StatusListTable.php:408 1039 1121 msgid "Drop any status here to disable." 1040 1122 msgstr "Rilascia qui qualsiasi stato da disabilitare." 1041 1123 1042 #: StatusListTable.php:4 341124 #: StatusListTable.php:456 1043 1125 msgid "Standard Publication:" 1044 1126 msgstr "Pubblicazione standard:" 1045 1127 1046 #: StatusListTable.php:4 411128 #: StatusListTable.php:463 1047 1129 msgid "Visibility Statuses for Private Publication:" 1048 1130 msgstr "Stati di visibilità per pubblicazione privata:" 1049 1131 1050 #: StatusListTable.php:4 481132 #: StatusListTable.php:470 1051 1133 msgid "Alternate Workflows:" 1052 1134 msgstr "Flusso di lavorazione alternativo:" 1053 1135 1054 1136 #. translators: %s is the opening and closing <span> tags 1055 #: StatusListTable.php:4 591137 #: StatusListTable.php:481 1056 1138 msgid "Disabled Statuses (drag to re-enable):" 1057 1139 msgstr "Stati disabilitati (trascina per riabilitarli):" 1058 1140 1141 #: StatusListTable.php:581 1142 msgid "Upgrade to choose who can view your non-public posts" 1143 msgstr "Aggiorna per scegliere chi può vedere i tuoi articoli non pubblici" 1144 1145 #: StatusListTable.php:584 1146 msgid "" 1147 "Install PublishPress Permissions Pro to define your own custom visibility " 1148 "statuses." 1149 msgstr "" 1150 "Installa PublishPress Permissions Pro per definire i tuo stati di visibilità " 1151 "personalizzati." 1152 1153 #: StatusListTable.php:590 1154 msgid "Create multiple visibility statuses to show content to different users" 1155 msgstr "" 1156 "Crea visibilità multiple degli stati per mostrare il contenuto ad utenti " 1157 "differenti" 1158 1159 #: StatusListTable.php:593 1160 msgid "Choose which user roles can see posts in each status" 1161 msgstr "Scegli quale ruolo utente può vedere gli articoli di ogni stato" 1162 1163 #: StatusListTable.php:596 1164 msgid "Select which user roles can move posts to each status" 1165 msgstr "Seleziona quali ruoli possono spostare gli articoli in ogni stato" 1166 1167 #: StatusListTable.php:599 1168 msgid "Decide which user roles can edit posts in each status" 1169 msgstr "Decidi quali ruoli possono modificare gli articoli di ogni stato" 1170 1171 #: StatusListTable.php:608 1172 msgid "Get PublishPress Permissions Pro" 1173 msgstr "Ottieni PublishPress Permissions Pro" 1174 1059 1175 #. translators: %s is the list of post types 1060 #: StatusListTable.php:6 331176 #: StatusListTable.php:696 1061 1177 msgid "%s, more..." 1062 1178 msgstr "%s, altro…" 1063 1179 1064 #: StatusListTable.php:7 151180 #: StatusListTable.php:778 1065 1181 msgid "No custom statuses found." 1066 1182 msgstr "Nessun stato personalizzato trovato." 1067 1183 1068 #: StatusListTable.php: 7861184 #: StatusListTable.php:849 1069 1185 msgid "Core" 1070 1186 msgstr "Core" 1071 1187 1072 #: StatusListTable.php: 7901188 #: StatusListTable.php:853 1073 1189 msgid "Default" 1074 1190 msgstr "Predefinito" 1075 1191 1076 #: StatusListTable.php:8 151192 #: StatusListTable.php:878 1077 1193 msgid "X" 1078 1194 msgstr "X" 1195 1196 #~ msgid "Unlock Revision Statuses" 1197 #~ msgstr "Sblocca gli stati delle revisioni" 1198 1199 #~ msgid "(customization requires Permissions Pro plugin)" 1200 #~ msgstr "(per la personalizzazione è necessario il plugin Permissions Pro)" 1079 1201 1080 1202 #~ msgid "" -
publishpress-statuses/tags/1.1.12/languages/publishpress-statuses.pot
r3389260 r3389850 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: PublishPress Statuses 1.1.1 1\n"5 "Project-Id-Version: PublishPress Statuses 1.1.12\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-11-0 3T23:46:17+00:00\n"12 "POT-Creation-Date: 2025-11-04T17:14:23+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 66 66 msgstr "" 67 67 68 #: Admin.php:435 69 #: Admin.php:436 70 #: StatusesUI.php:832 71 msgid "Add New" 72 msgstr "" 73 74 #: Admin.php:522 68 #: Admin.php:513 75 69 #: PublishPress_Statuses.php:794 76 70 msgid "Approve" 77 71 msgstr "" 78 72 79 #: Admin.php:5 2473 #: Admin.php:515 80 74 #: PublishPress_Statuses.php:766 81 75 msgid "Assign" 82 76 msgstr "" 83 77 84 #: Admin.php:5 2678 #: Admin.php:517 85 79 #: PublishPress_Statuses.php:780 86 80 msgid "Mark In Progress" … … 88 82 89 83 #. translators: %s is the status label 84 #: Admin.php:530 85 msgid "Set to %s" 86 msgstr "" 87 88 #. translators: %s is the status label 90 89 #: Admin.php:539 91 msgid "Set to %s"92 msgstr ""93 94 #. translators: %s is the status label95 #: Admin.php:54896 90 #: PostEditGutenberg.php:77 97 91 msgid "Save as %s" … … 99 93 100 94 #. translators: %s is the name of a custom public status 101 #: Admin.php:5 6095 #: Admin.php:551 102 96 msgid "Public (%s)" 103 97 msgstr "" 104 98 105 #: Admin.php:6 3199 #: Admin.php:622 106 100 #: PostEditClassic.php:179 107 101 #: PostEditGutenberg.php:74 … … 439 433 440 434 #: StatusEditUI.php:69 441 #: StatusEditUI.php:43 1435 #: StatusEditUI.php:433 442 436 #: StatusListTable.php:128 443 437 msgid "Post Types" … … 449 443 msgstr "" 450 444 451 #: StatusEditUI.php:8 4445 #: StatusEditUI.php:85 452 446 msgid "Post Access" 453 447 msgstr "" 454 448 455 #: StatusEditUI.php:16 5449 #: StatusEditUI.php:167 456 450 msgid "Enforce type-specific post capabilitities for this status, or share capabilities with another status." 457 451 msgstr "" 458 452 459 #: StatusEditUI.php:21 0453 #: StatusEditUI.php:212 460 454 msgid "Update Status" 461 455 msgstr "" 462 456 463 #: StatusEditUI.php:25 4457 #: StatusEditUI.php:256 464 458 msgid "Status Label" 465 459 msgstr "" 466 460 467 #: StatusEditUI.php:26 7461 #: StatusEditUI.php:269 468 462 msgid "The name is used to identify the status. (Max: 20 characters)" 469 463 msgstr "" 470 464 471 #: StatusEditUI.php:2 89465 #: StatusEditUI.php:291 472 466 msgid "The slug is the unique ID for the status." 473 467 msgstr "" 474 468 475 #: StatusEditUI.php: 299469 #: StatusEditUI.php:301 476 470 msgid "Description" 477 471 msgstr "" 478 472 479 #: StatusEditUI.php:31 1473 #: StatusEditUI.php:313 480 474 msgid "The description is primarily for administrative use, to give you some context on what the custom status is to be used for." 481 475 msgstr "" 482 476 483 #: StatusEditUI.php:32 0477 #: StatusEditUI.php:322 484 478 msgid "Color" 485 479 msgstr "" 486 480 487 #: StatusEditUI.php:33 2481 #: StatusEditUI.php:334 488 482 msgid "The color is used to identify the status." 489 483 msgstr "" 490 484 491 #: StatusEditUI.php:3 38485 #: StatusEditUI.php:340 492 486 #: StatusListTable.php:126 493 487 msgid "Icon" 494 488 msgstr "" 495 489 496 #: StatusEditUI.php:35 4490 #: StatusEditUI.php:356 497 491 msgid "Select Icon" 498 492 msgstr "" 499 493 500 #: StatusEditUI.php:36 0494 #: StatusEditUI.php:362 501 495 msgid "The icon is used to visually represent the status." 502 496 msgstr "" 503 497 504 #: StatusEditUI.php:39 5498 #: StatusEditUI.php:397 505 499 msgid "Status Availability" 506 500 msgstr "" 507 501 508 #: StatusEditUI.php: 398502 #: StatusEditUI.php:400 509 503 msgid "Choose which user roles can assign this status to a post." 510 504 msgstr "" 511 505 512 #: StatusEditUI.php:43 4506 #: StatusEditUI.php:436 513 507 msgid "Choose which post types can be set to this status." 514 508 msgstr "" 515 509 516 #: StatusEditUI.php:47 1510 #: StatusEditUI.php:473 517 511 msgid "All Post Types" 518 512 msgstr "" 519 513 520 #: StatusEditUI.php:5 18514 #: StatusEditUI.php:520 521 515 msgid "Save As Label" 522 516 msgstr "" 523 517 524 #: StatusEditUI.php:52 6518 #: StatusEditUI.php:528 525 519 msgid "Submit Button Label" 526 520 msgstr "" 527 521 528 #: StatusEditUI.php:5 38522 #: StatusEditUI.php:540 529 523 msgid "Upgrade to choose who can manage posts in each status" 530 524 msgstr "" 531 525 532 #: StatusEditUI.php:54 1526 #: StatusEditUI.php:543 533 527 msgid "Get PublishPress Capabilities Pro for status-specific post access control." 534 528 msgstr "" 535 529 536 #: StatusEditUI.php:54 7530 #: StatusEditUI.php:549 537 531 msgid "Control which roles can assign a status" 538 532 msgstr "" 539 533 540 #: StatusEditUI.php:55 0534 #: StatusEditUI.php:552 541 535 msgid "Control which roles can edit or delete posts per-status" 542 536 msgstr "" 543 537 544 #: StatusEditUI.php:55 3538 #: StatusEditUI.php:555 545 539 msgid "Set capabilities separately for each post type" 546 540 msgstr "" 547 541 548 #: StatusEditUI.php:55 6542 #: StatusEditUI.php:558 549 543 msgid "User-friendly checkbox grid to assign capabilities" 550 544 msgstr "" 551 545 552 #: StatusEditUI.php:56 5546 #: StatusEditUI.php:567 553 547 msgid "Get PublishPress Capabilities Pro" 554 548 msgstr "" 555 549 556 #: StatusEditUI.php:57 0550 #: StatusEditUI.php:572 557 551 #: StatusListTable.php:186 558 552 #: StatusListTable.php:203 … … 561 555 msgstr "" 562 556 563 #: StatusEditUI.php:5 79557 #: StatusEditUI.php:581 564 558 msgid "Status-specific post capabilities are %1$scurrently disabled%2$s by PublishPress Capabilities Pro. You can %3$schange this setting%4$s." 565 559 msgstr "" … … 841 835 msgstr "" 842 836 837 #: StatusesUI.php:832 838 msgid "Add New" 839 msgstr "" 840 843 841 #. translators: %1$s and %2$s is link markup 844 842 #: StatusesUI.php:849 … … 1071 1069 1072 1070 #: StatusListTable.php:878 1073 msgid " X"1074 msgstr "" 1071 msgid "Delete" 1072 msgstr "" -
publishpress-statuses/tags/1.1.12/publishpress-statuses.php
r3389260 r3389850 4 4 * Plugin URI: https://publishpress.com/statuses 5 5 * Description: Manage and create post statuses to customize your editorial workflow 6 * Version: 1.1.1 16 * Version: 1.1.12 7 7 * Author: PublishPress 8 8 * Author URI: https://publishpress.com/ … … 228 228 229 229 if (empty($interrupt_load)) { 230 define('PUBLISHPRESS_STATUSES_VERSION', '1.1.1 1');230 define('PUBLISHPRESS_STATUSES_VERSION', '1.1.12'); 231 231 232 232 define('PUBLISHPRESS_STATUSES_URL', trailingslashit(plugins_url('', __FILE__))); // @todo: vendor lib -
publishpress-statuses/tags/1.1.12/readme.txt
r3389767 r3389850 7 7 Requires PHP: 7.2.5 8 8 Tested up to: 6.8 9 Stable tag: 1.1.1 19 Stable tag: 1.1.12 10 10 License: GPLv3 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
publishpress-statuses/trunk/Admin.php
r3387201 r3389850 429 429 'dashicons-format-status', 430 430 70 431 );432 433 add_submenu_page(434 'publishpress-statuses',435 esc_html__('Add New', 'publishpress-statuses'),436 esc_html__('Add New', 'publishpress-statuses'),437 $check_cap,438 'publishpress-statuses-add-new',439 [$this, 'render_admin_page']440 431 ); 441 432 -
publishpress-statuses/trunk/CHANGELOG.md
r3389260 r3389850 1 1 The format is based on [Keep a Changelog](http://keepachangelog.com/) 2 2 and this project adheres to [Semantic Versioning](http://semver.org/). 3 4 = [1.1.12] - 4 Nov 2025 = 5 * Fixed : Status disable was not applied, all statuses were available in alternate workflow 6 * Fixed : Blank Post Access tab was displayed when editing Draft status 7 * Change : Remove Statuses > Add New submenu item 8 * Change : Clarify Delete captions in Statuses table 9 * Lang : Update ES, FR, IT 3 10 4 11 = [1.1.11] - 3 Nov 2025 = -
publishpress-statuses/trunk/StatusEditUI.php
r3387201 r3389850 82 82 || (defined('PUBLISHPRESS_CAPS_PRO_VERSION') && class_exists('PublishPress\StatusCapabilities') && !\PublishPress\StatusCapabilities::customStatusPostMetaPermissions('', $status))) 83 83 : 84 $tabs['post_access'] = __('Post Access', 'publishpress-statuses'); 84 if ('draft' != $status->name) { 85 $tabs['post_access'] = __('Post Access', 'publishpress-statuses'); 86 } 85 87 endif; 86 88 -
publishpress-statuses/trunk/StatusListTable.php
r3372042 r3389850 871 871 $actions['edit'] = ['url' => esc_url($url), 'label' => esc_html__('Edit')]; 872 872 873 if ( empty($status_obj) || (empty($status_obj->_builtin))) {873 if ((empty($status_obj) || (empty($status_obj->_builtin))) && empty($status_obj->disabled)) { 874 874 $actions['disable'] = ['url' => '#', 'label' => \PublishPress_Statuses::__wp('Disable', 'publishpress-statuses')]; 875 875 } 876 876 877 877 if (empty($status_obj) || (empty($status_obj->_builtin) && empty($status_obj->pp_builtin))) { 878 $actions['delete'] = ['url' => '#', 'label' => __(' X', 'publishpress-statuses')];878 $actions['delete'] = ['url' => '#', 'label' => __('Delete', 'publishpress-statuses')]; 879 879 } 880 880 -
publishpress-statuses/trunk/common/css/custom-status-admin.css
r3389260 r3389850 352 352 } 353 353 354 table.status-row td.name div.row-actions span.disable a {355 padding-right: 5px;356 }357 358 354 table.status-row td.name div.row-actions span.delete a { 359 padding-left: 5px;360 355 font-weight: bold; 361 356 } -
publishpress-statuses/trunk/languages/publishpress-statuses-es_ES.po
r3359461 r3389850 5 5 "Project-Id-Version: PublishPress Statuses 1.0.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" 7 "POT-Creation-Date: 2025- 08-01T04:22:40+00:00\n"8 "PO-Revision-Date: 2025- 09-02 11:20+0200\n"7 "POT-Creation-Date: 2025-10-02T22:14:54+00:00\n" 8 "PO-Revision-Date: 2025-11-04 09:52+0100\n" 9 9 "Last-Translator: \n" 10 10 "Language-Team: \n" … … 44 44 msgstr "https://publishpress.com/" 45 45 46 #: Admin.php:18 Admin.php:3 52 Admin.php:353 PublishPress_Statuses.php:32847 #: PublishPress_Statuses.php:3 29StatusesUI.php:9246 #: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337 47 #: PublishPress_Statuses.php:338 StatusesUI.php:92 48 48 msgid "Statuses" 49 49 msgstr "Estados" … … 53 53 msgstr "Ajustes" 54 54 55 #: Admin.php:22 includes-core/CoreAdmin.php:108 StatusListTable.php:160 56 #: StatusListTable.php:181 55 #: Admin.php:22 includes-core/CoreAdmin.php:37 includes-core/CoreAdmin.php:38 56 #: includes-core/CoreAdmin.php:108 StatusListTable.php:181 57 #: StatusListTable.php:207 57 58 msgid "Upgrade to Pro" 58 59 msgstr "Actualizar a Pro" 59 60 60 #: Admin.php: 29161 #: Admin.php:305 61 62 msgid "" 62 63 "Are you sure you want to delete the post status? All posts with this status " … … 66 67 "con este estado serán asignadas al estado por defecto." 67 68 68 #: Admin.php:3 63 Admin.php:364 StatusesUI.php:81869 #: Admin.php:377 Admin.php:378 StatusesUI.php:832 69 70 msgid "Add New" 70 71 msgstr "Añadir nuevo" 71 72 72 #: Admin.php:4 50 PublishPress_Statuses.php:78573 #: Admin.php:464 PublishPress_Statuses.php:794 73 74 msgid "Approve" 74 75 msgstr "Aprobar" 75 76 76 #: Admin.php:4 52 PublishPress_Statuses.php:75777 #: Admin.php:466 PublishPress_Statuses.php:766 77 78 msgid "Assign" 78 79 msgstr "Asignar" 79 80 80 #: Admin.php:4 54 PublishPress_Statuses.php:77181 #: Admin.php:468 PublishPress_Statuses.php:780 81 82 msgid "Mark In Progress" 82 83 msgstr "Marca en progreso" 83 84 84 85 #. translators: %s is the status label 85 #: Admin.php:4 6786 #: Admin.php:481 86 87 msgid "Set to %s" 87 88 msgstr "Establecer %s" 88 89 89 90 #. translators: %s is the status label 90 #: Admin.php:4 76 PostEditGutenberg.php:7591 #: Admin.php:490 PostEditGutenberg.php:77 91 92 msgid "Save as %s" 92 93 msgstr "Guardar como %s" 93 94 94 95 #. translators: %s is the name of a custom public status 95 #: Admin.php: 48896 #: Admin.php:502 96 97 msgid "Public (%s)" 97 98 msgstr "Público (%s)" 98 99 99 #: Admin.php:5 59 PostEditClassic.php:179 PostEditGutenberg.php:72100 #: PostEditGutenberg.php:2 59 PostEditGutenbergStatuses.php:44101 #: PostEditGutenbergStatuses.php:6 4 PostEditGutenbergStatuses.php:72100 #: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74 101 #: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46 102 #: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74 102 103 msgid "Advance Status" 103 104 msgstr "Estado avanzado" … … 177 178 178 179 #. translators: %s is the name of a custom visibility status 179 #: PostEditClassic.php:31 2180 #: PostEditClassic.php:314 180 181 msgid "%s, Sticky" 181 182 msgstr "%s, fijo" … … 198 199 msgstr "Publicar %1$s tras aprobación %2$s" 199 200 200 #: PostEditGutenberg.php: 69201 #: PostEditGutenberg.php:71 201 202 msgid "Publication Workflow" 202 203 msgstr "Flujo de trabajo de publicación" 203 204 204 #: PostEditGutenberg.php:7 3205 #: PostEditGutenberg.php:75 205 206 msgid "Post Status" 206 207 msgstr "Estado de la entrada" 207 208 208 #: PostEditGutenberg.php:7 6209 #: PostEditGutenberg.php:78 209 210 msgid "Set Selected Status" 210 211 msgstr "Establece el estado seleccionado" 211 212 212 #: PostEditGutenberg.php:7 7213 #: PostEditGutenberg.php:79 213 214 msgid "Keep Current Status" 214 215 msgstr "Mantener el estado actual" 215 216 216 #: PostEditGutenberg.php: 78217 #: PostEditGutenberg.php:80 217 218 msgid "Advance to Next Status" 218 219 msgstr "Avanzar al estado siguiente" 219 220 220 #: PostEditGutenberg.php: 79221 #: PostEditGutenberg.php:81 221 222 msgid "Advance to Max Status" 222 223 msgstr "Avanzar al estado máximo" 223 224 224 #: PostEditGutenberg.php:8 0225 #: PostEditGutenberg.php:82 225 226 msgid "This post is currently published" 226 227 msgstr "Esta entrada está actualmente publicada" 227 228 228 #: PostEditGutenberg.php:8 1229 #: PostEditGutenberg.php:83 229 230 msgid "This post is currently scheduled" 230 231 msgstr "Esta entrada está actualmente programada" 231 232 232 #: PostEditGutenbergStatuses.php:11 6233 #: PostEditGutenbergStatuses.php:118 233 234 msgid "Workflow" 234 235 msgstr "Flujo de trabajo" 235 236 236 #: PostEditGutenbergStatuses.php:12 0237 #: PostEditGutenbergStatuses.php:122 237 238 msgid "Submit Revision" 238 239 msgstr "Enviar revisión" 239 240 241 #: publishpress-statuses.php:118 242 msgid "<strong>This plugin can be deleted.</strong>" 243 msgstr "<strong>Este plugin se puede borrar.</strong>" 244 240 245 #. translators: %s is a version number 241 246 #: publishpress-statuses.php:178 … … 265 270 "a la versión %s o superior." 266 271 267 #: PublishPress_Statuses.php:296 268 msgid "" 269 "Can bypass normal status progression (publishing or setting to max status)." 270 msgstr "" 271 "Puedes omitir la progresión normal del estado (publicarlo o establecerlo en " 272 "el estado máximo)." 273 274 #: PublishPress_Statuses.php:297 272 #: PublishPress_Statuses.php:305 273 msgid "" 274 "Can bypass normal status progression. User can publish immediately or move " 275 "post to the furthest possible status." 276 msgstr "" 277 "Se puede omitir la progresión normal del estado. El usuario puede publicar " 278 "inmediatamente o mover la entrada al estado más avanzado posible." 279 280 #: PublishPress_Statuses.php:306 275 281 msgid "Manage Statuses plugin settings." 276 282 msgstr "Gestionar los ajustes del plugin Statuses." 277 283 278 #: PublishPress_Statuses.php:3 29284 #: PublishPress_Statuses.php:338 279 285 msgid "Status" 280 286 msgstr "Estado" 281 287 282 #: PublishPress_Statuses.php:3 43288 #: PublishPress_Statuses.php:352 283 289 msgid "Core Post Statuses" 284 290 msgstr "Estados del núcleo de las entradas" 285 291 286 #: PublishPress_Statuses.php:6 06292 #: PublishPress_Statuses.php:615 287 293 msgid "New post, not yet submitted." 288 294 msgstr "Nueva entrada, aún no enviada." 289 295 290 #: PublishPress_Statuses.php:6 27296 #: PublishPress_Statuses.php:636 291 297 msgid "Post is awaiting review." 292 298 msgstr "La entrada está pendiente de revisión." 293 299 294 #: PublishPress_Statuses.php:6 46300 #: PublishPress_Statuses.php:655 295 301 msgid "Post is scheduled for publication." 296 302 msgstr "La entrada está programada para su publicación." 297 303 298 #: PublishPress_Statuses.php:6 64304 #: PublishPress_Statuses.php:673 299 305 msgid "Post is published, publicly visible." 300 306 msgstr "La entrada esstá publicada, y es visible públicamente." 301 307 302 #: PublishPress_Statuses.php:6 82308 #: PublishPress_Statuses.php:691 303 309 msgid "Post is published with private visibility." 304 310 msgstr "La entrada está publicada con visibilidad privada." 305 311 306 #: PublishPress_Statuses.php:7 41312 #: PublishPress_Statuses.php:750 307 313 msgid "Pitch" 308 314 msgstr "Idea" 309 315 310 #: PublishPress_Statuses.php:7 43316 #: PublishPress_Statuses.php:752 311 317 msgctxt "post action/button label" 312 318 msgid "Pitch" 313 319 msgstr "Idea" 314 320 315 #: PublishPress_Statuses.php:7 44321 #: PublishPress_Statuses.php:753 316 322 msgid "Idea proposed; waiting for acceptance." 317 323 msgstr "Idea propuesta; en espera de aceptación." 318 324 319 #: PublishPress_Statuses.php:7 55325 #: PublishPress_Statuses.php:764 320 326 msgid "Assigned" 321 327 msgstr "Asignada" 322 328 323 #: PublishPress_Statuses.php:7 58329 #: PublishPress_Statuses.php:767 324 330 msgid "Post idea assigned to writer." 325 331 msgstr "Idea de entrada asignada al escritor." 326 332 327 #: PublishPress_Statuses.php:7 69333 #: PublishPress_Statuses.php:778 328 334 msgid "In Progress" 329 335 msgstr "En progreso" 330 336 331 #: PublishPress_Statuses.php:7 72337 #: PublishPress_Statuses.php:781 332 338 msgid "Writer is working on the post." 333 339 msgstr "El escritor está trabajando en la entrada." 334 340 335 #: PublishPress_Statuses.php:7 83341 #: PublishPress_Statuses.php:792 336 342 msgid "Approved" 337 343 msgstr "Aprobado" 338 344 339 #: PublishPress_Statuses.php:7 86345 #: PublishPress_Statuses.php:795 340 346 msgid "Post has been approved for publication." 341 347 msgstr "La entrada ha sido aprobada para su publicación." 342 348 343 #: PublishPress_Statuses.php: 797349 #: PublishPress_Statuses.php:806 344 350 msgid "Deferred" 345 351 msgstr "Aplazado" 346 352 347 #: PublishPress_Statuses.php: 799353 #: PublishPress_Statuses.php:808 348 354 msgid "Defer" 349 355 msgstr "Aplazar" 350 356 351 #: PublishPress_Statuses.php:80 0357 #: PublishPress_Statuses.php:809 352 358 msgid "Post has been deferred for future consideration." 353 359 msgstr "La entrada se ha aplazado para una futura consideración." 354 360 355 #: PublishPress_Statuses.php:8 11361 #: PublishPress_Statuses.php:820 356 362 msgid "Needs Work" 357 363 msgstr "Necesita trabajo" 358 364 359 #: PublishPress_Statuses.php:8 13365 #: PublishPress_Statuses.php:822 360 366 msgid "Set to Needs Work" 361 367 msgstr "Establecer en necesita trabajo" 362 368 363 #: PublishPress_Statuses.php:8 14369 #: PublishPress_Statuses.php:823 364 370 msgid "Post needs work before further review." 365 371 msgstr "La entrada necesita mejoras antes de ser revisada." 366 372 367 #: PublishPress_Statuses.php:8 25373 #: PublishPress_Statuses.php:834 368 374 msgid "Rejected" 369 375 msgstr "Rechazado" 370 376 371 #: PublishPress_Statuses.php:8 27377 #: PublishPress_Statuses.php:836 372 378 msgid "Reject" 373 379 msgstr "Rechazar" 374 380 375 #: PublishPress_Statuses.php:8 28381 #: PublishPress_Statuses.php:837 376 382 msgid "Post has been rejected." 377 383 msgstr "La entrada ha sido rechazada." 378 384 379 #: PublishPress_Statuses.php:8 61385 #: PublishPress_Statuses.php:870 380 386 msgid "Alternate Pre-Publication Workflow:" 381 387 msgstr "Flujo de trabajo alternativo previo a la publicación:" 382 388 383 #: PublishPress_Statuses.php:9 28389 #: PublishPress_Statuses.php:936 384 390 msgid "Disabled Statuses:" 385 391 msgstr "Estados desactivados:" 386 392 387 #: PublishPress_Statuses.php:9 44393 #: PublishPress_Statuses.php:952 388 394 msgid "Committee" 389 395 msgstr "Comité" 390 396 391 #: PublishPress_Statuses.php:9 46397 #: PublishPress_Statuses.php:954 392 398 msgid "Refer to Committee" 393 399 msgstr "Trasmitir al comité" 394 400 395 #: PublishPress_Statuses.php:9 47401 #: PublishPress_Statuses.php:955 396 402 msgid "Post has been referred to committee." 397 403 msgstr "La entrada ha sido transmitida al comité." 398 404 399 #: PublishPress_Statuses.php:9 59405 #: PublishPress_Statuses.php:967 400 406 msgid "Committee Review" 401 407 msgstr "Revisión por el comité" 402 408 403 #: PublishPress_Statuses.php:96 1409 #: PublishPress_Statuses.php:969 404 410 msgid "Set to Committee Review" 405 411 msgstr "Enviar a la revisión del comité" 406 412 407 #: PublishPress_Statuses.php:9 62413 #: PublishPress_Statuses.php:970 408 414 msgid "Committee is reviewing the post." 409 415 msgstr "El comité está revisando la entrada." 410 416 411 #: PublishPress_Statuses.php:9 74417 #: PublishPress_Statuses.php:982 412 418 msgid "Committee Progress" 413 419 msgstr "Progreso del comité" 414 420 415 #: PublishPress_Statuses.php:9 76421 #: PublishPress_Statuses.php:984 416 422 msgid "Set to Committee Progress" 417 423 msgstr "Establecer el progreso del comité" 418 424 419 #: PublishPress_Statuses.php:9 77425 #: PublishPress_Statuses.php:985 420 426 msgid "Committee is editing the post." 421 427 msgstr "Le comité ha editado la entrada." 422 428 423 #: PublishPress_Statuses.php:9 89429 #: PublishPress_Statuses.php:997 424 430 msgid "Committee Approved" 425 431 msgstr "Comité aprobado" 426 432 427 #: PublishPress_Statuses.php:99 1433 #: PublishPress_Statuses.php:999 428 434 msgid "Set Committee Approval" 429 435 msgstr "Establece la aprobación del comité" 430 436 431 #: PublishPress_Statuses.php: 992437 #: PublishPress_Statuses.php:1000 432 438 msgid "Committee has approved the post." 433 439 msgstr "Le comité ha aprobado la entrada." … … 445 451 msgstr "Etiquetas" 446 452 447 #: StatusEditUI.php:69 StatusEditUI.php: 393StatusListTable.php:128453 #: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128 448 454 msgid "Post Types" 449 455 msgstr "Tipos de contenido" … … 453 459 msgstr "Perfiles" 454 460 455 #: StatusEditUI.php:142 461 #: StatusEditUI.php:84 462 msgid "Post Access" 463 msgstr "Acceso a las entradas" 464 465 #: StatusEditUI.php:165 456 466 msgid "" 457 467 "Enforce type-specific post capabilitities for this status, or share " … … 461 471 "estado, o comparte capacidades con otro estado." 462 472 463 #: StatusEditUI.php: 180473 #: StatusEditUI.php:210 464 474 msgid "Update Status" 465 475 msgstr "Actualizar estado" 466 476 467 #: StatusEditUI.php:2 23477 #: StatusEditUI.php:253 468 478 msgid "Status Label" 469 479 msgstr "Etiqueta de estado" 470 480 471 #: StatusEditUI.php:2 36481 #: StatusEditUI.php:266 472 482 msgid "The name is used to identify the status. (Max: 20 characters)" 473 483 msgstr "El nombre es usado para identificar el estado. (Máximo: 20 caracteres)" 474 484 475 #: StatusEditUI.php:2 58485 #: StatusEditUI.php:288 476 486 msgid "The slug is the unique ID for the status." 477 487 msgstr "El slug es el identificador único del estado." 478 488 479 #: StatusEditUI.php:2 68489 #: StatusEditUI.php:298 480 490 msgid "Description" 481 491 msgstr "Descripción" 482 492 483 #: StatusEditUI.php: 280493 #: StatusEditUI.php:310 484 494 msgid "" 485 495 "The description is primarily for administrative use, to give you some " … … 489 499 "poco de contexto sobre para qué se usa el estado personalizado." 490 500 491 #: StatusEditUI.php: 289501 #: StatusEditUI.php:319 492 502 msgid "Color" 493 503 msgstr "Color" 494 504 495 #: StatusEditUI.php:3 01505 #: StatusEditUI.php:331 496 506 msgid "The color is used to identify the status." 497 507 msgstr "El color se usa para identificar el estado." 498 508 499 #: StatusEditUI.php:3 07 StatusListTable.php:126509 #: StatusEditUI.php:337 StatusListTable.php:126 500 510 msgid "Icon" 501 511 msgstr "Icono" 502 512 503 #: StatusEditUI.php:3 23513 #: StatusEditUI.php:353 504 514 msgid "Select Icon" 505 515 msgstr "Selecciona icono" 506 516 507 #: StatusEditUI.php:3 29517 #: StatusEditUI.php:359 508 518 msgid "The icon is used to visually represent the status." 509 519 msgstr "El icono se usa para representar visualmente el estado." 510 520 511 #: StatusEditUI.php:3 57521 #: StatusEditUI.php:393 512 522 msgid "Status Availability" 513 523 msgstr "Estado de disponibilidad" 514 524 515 #: StatusEditUI.php:3 60525 #: StatusEditUI.php:396 516 526 msgid "Choose which user roles can assign this status to a post." 517 527 msgstr "" 518 528 "Elige qué perfiles de usuario pueden asignar este estado a una entrada." 519 529 520 #: StatusEditUI.php: 396530 #: StatusEditUI.php:432 521 531 msgid "Choose which post types can be set to this status." 522 532 msgstr "Elige qué tipos de entrada pueden tener este estado." 523 533 524 #: StatusEditUI.php:4 33534 #: StatusEditUI.php:469 525 535 msgid "All Post Types" 526 536 msgstr "Todos los tipos de contenido" 527 537 528 #: StatusEditUI.php: 480538 #: StatusEditUI.php:516 529 539 msgid "Save As Label" 530 540 msgstr "Guardar como etiqueta" 531 541 532 #: StatusEditUI.php: 488542 #: StatusEditUI.php:524 533 543 msgid "Submit Button Label" 534 544 msgstr "Etiqueta del botón «Enviar»" 545 546 #: StatusEditUI.php:536 547 msgid "Upgrade to choose who can manage posts in each status" 548 msgstr "" 549 "Actualizar para elegir quién puede gestionar las entradas en cada estado" 550 551 #: StatusEditUI.php:539 552 msgid "" 553 "Get PublishPress Capabilities Pro for status-specific post access control." 554 msgstr "" 555 "Obtén PublishPress Capabilities Pro para controlar el acceso al estado " 556 "específico de la entrada." 557 558 #: StatusEditUI.php:545 559 msgid "Control which roles can assign a status" 560 msgstr "Controla qué perfiles pueden asignar un estado" 561 562 #: StatusEditUI.php:548 563 msgid "Control which roles can edit or delete posts per-status" 564 msgstr "Controla qué perfiles pueden editar o borrar las entradas por estado" 565 566 #: StatusEditUI.php:551 567 msgid "Set capabilities separately for each post type" 568 msgstr "Establece las capacidades separadamente para cada tipo de contenido" 569 570 #: StatusEditUI.php:554 571 msgid "User-friendly checkbox grid to assign capabilities" 572 msgstr "" 573 "Cuadrícula de casillas de verificación fácil de usar para asignar capacidades" 574 575 #: StatusEditUI.php:563 576 msgid "Get PublishPress Capabilities Pro" 577 msgstr "Obtén PublishPress Capabilities Pro" 578 579 #: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203 580 #: StatusListTable.php:613 581 msgid "Learn More" 582 msgstr "Aprender más" 583 584 #: StatusEditUI.php:577 585 msgid "" 586 "Status-specific post capabilities are %1$scurrently disabled%2$s by " 587 "PublishPress Capabilities Pro. You can %3$schange this setting%4$s." 588 msgstr "" 589 "Las capacidades de estado específicas de las entradas están %1$sactualmente " 590 "desactivadas%2$s por PublishPress Capabilities Pro. Puedes %3$scambiar este " 591 "ajuste%4$s." 535 592 536 593 #. translators: %s is the status label … … 557 614 msgstr "Añadir estado" 558 615 559 #: StatusesUI.php:87 StatusesUI.php:9 65616 #: StatusesUI.php:87 StatusesUI.php:979 560 617 msgid "PublishPress Statuses Settings" 561 618 msgstr "Ajustes de PublishPress Statuses" … … 662 719 "máximo disponible" 663 720 664 #: StatusesUI.php:444 721 #: StatusesUI.php:413 722 msgid "No workflow guidance" 723 msgstr "No hay orientación sobre el flujo de trabajo" 724 725 #: StatusesUI.php:458 665 726 msgid "" 666 727 "Hide nested statuses (workflow branches) in the dropdown unless the post is " … … 671 732 "hermano." 672 733 673 #: StatusesUI.php:4 63734 #: StatusesUI.php:477 674 735 msgid "Available to all users" 675 736 msgstr "Disponible para todos los usuarios" 676 737 677 #: StatusesUI.php:4 64738 #: StatusesUI.php:478 678 739 msgid "Available to specified roles only" 679 740 msgstr "Disponible solo para los perfiles especificados" 680 741 681 #: StatusesUI.php:4 70742 #: StatusesUI.php:484 682 743 msgid "" 683 744 "Users can only assign a custom status to a post if their role allows it. " … … 689 750 "estado «Pendiente de revisión»." 690 751 691 #: StatusesUI.php:4 72752 #: StatusesUI.php:486 692 753 msgid "" 693 754 "Users can only assign a custom status to a post if their role allows it. " … … 700 761 701 762 #. translators: %1$s and %2$s are link markup 702 #: StatusesUI.php:4 81763 #: StatusesUI.php:495 703 764 msgid "" 704 765 "View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s" … … 707 768 "revisión > Perfiles %2$s" 708 769 709 #: StatusesUI.php:5 05770 #: StatusesUI.php:519 710 771 msgid "Automatic Detection" 711 772 msgstr "Detección automática" 712 773 713 #: StatusesUI.php:5 06774 #: StatusesUI.php:520 714 775 msgid "Using Classic Editor" 715 776 msgstr "Usando el editor clásico" 716 777 717 #: StatusesUI.php:5 07778 #: StatusesUI.php:521 718 779 msgid "Using Gutenberg Editor" 719 780 msgstr "Usando el editor Gutenberg" 720 781 721 #: StatusesUI.php:5 12782 #: StatusesUI.php:526 722 783 msgid "" 723 784 "If custom statuses in the post editor are not loaded correctly, prevent " … … 727 788 "correctamente, evita la detección incorrecta del editor especificándolo aquí." 728 789 729 #: StatusesUI.php:5 33790 #: StatusesUI.php:547 730 791 msgid "For all plugin statuses" 731 792 msgstr "Para todos los estados de los plugins" 732 793 733 #: StatusesUI.php:5 34794 #: StatusesUI.php:548 734 795 msgid "For user-created plugin statuses only" 735 796 msgstr "Solo para los estados del plugin creados por el usuario" 736 797 737 #: StatusesUI.php:5 39798 #: StatusesUI.php:553 738 799 msgid "" 739 800 "This controls which statuses can have their labels customized by editing " … … 745 806 "anulará cualquier cadena del archivo de idioma." 746 807 747 #: StatusesUI.php:6 02808 #: StatusesUI.php:616 748 809 msgid "Note: Post types can also be specified for each individual status." 749 810 msgstr "" … … 751 812 "individual." 752 813 753 #: StatusesUI.php:6 16 StatusesUI.php:674814 #: StatusesUI.php:630 StatusesUI.php:688 754 815 msgid "Select..." 755 816 msgstr "Selecciona…" 756 817 757 #: StatusesUI.php:6 19818 #: StatusesUI.php:633 758 819 msgid "Re-run Planner import (with Status Control properties, ordering)" 759 820 msgstr "" … … 761 822 "ordenando)" 762 823 763 #: StatusesUI.php:6 20824 #: StatusesUI.php:634 764 825 msgid "Re-run Planner import (ignoring Status Control configuration)" 765 826 msgstr "" … … 767 828 "de estado)" 768 829 769 #: StatusesUI.php:6 22830 #: StatusesUI.php:636 770 831 msgid "Re-run Planner import" 771 832 msgstr "Reejecutar la importación de Planner" 772 833 773 #: StatusesUI.php:6 28834 #: StatusesUI.php:642 774 835 msgid "" 775 836 "Status color, icon and position is automatically imported from PublishPress " … … 782 843 "por Planner." 783 844 784 #: StatusesUI.php:6 76845 #: StatusesUI.php:690 785 846 msgid "Back up current colors, icons, labels and post types" 786 847 msgstr "" … … 788 849 "actuales" 789 850 790 #: StatusesUI.php:6 81851 #: StatusesUI.php:695 791 852 msgid "Restore backup of status colors" 792 853 msgstr "Restaura la copia de seguridad de los colores de estado" 793 854 794 #: StatusesUI.php:6 85855 #: StatusesUI.php:699 795 856 msgid "Restore backup of status icons" 796 857 msgstr "Restaura la copia de seguridad de los iconos de estado" 797 858 798 #: StatusesUI.php: 689859 #: StatusesUI.php:703 799 860 msgid "Restore backup of status labels" 800 861 msgstr "Restaura la copia de seguridad de las etiquetas de estado" 801 862 802 #: StatusesUI.php: 693863 #: StatusesUI.php:707 803 864 msgid "Restore backup of status post types" 804 865 msgstr "Restaura la copia de seguridad de los tipos de contenido de estado" 805 866 806 #: StatusesUI.php: 699867 #: StatusesUI.php:713 807 868 msgid "Restore auto-backup of status colors" 808 869 msgstr "Restaura la copia de seguridad automática de los colores de estado" 809 870 810 #: StatusesUI.php:7 03871 #: StatusesUI.php:717 811 872 msgid "Restore auto-backup of status icons" 812 873 msgstr "Restaura la copia de seguridad automática de los iconos de estado" 813 874 814 #: StatusesUI.php:7 07875 #: StatusesUI.php:721 815 876 msgid "Restore auto-backup of status labels" 816 877 msgstr "Restaura la copia de seguridad automática de las etiquetas de estado" 817 878 818 #: StatusesUI.php:7 11879 #: StatusesUI.php:725 819 880 msgid "Restore auto-backup of status post types" 820 881 msgstr "" 821 882 "Restaura la copia de seguridad automática de los tipos de contenido de estado" 822 883 823 #: StatusesUI.php:7 18884 #: StatusesUI.php:732 824 885 msgid "Use default status colors" 825 886 msgstr "Usa los colores de estado por defecto" 826 887 827 #: StatusesUI.php:7 22888 #: StatusesUI.php:736 828 889 msgid "Use default status icons" 829 890 msgstr "Usa los iconos de estado por defecto" 830 891 831 #: StatusesUI.php:7 26892 #: StatusesUI.php:740 832 893 msgid "Use default status labels" 833 894 msgstr "Usa las etiquetas de estado por defecto" 834 895 835 #: StatusesUI.php:7 30896 #: StatusesUI.php:744 836 897 msgid "Use default status post types" 837 898 msgstr "Usa los tipos de contenido de estado por defecto" 838 899 839 #: StatusesUI.php:7 34900 #: StatusesUI.php:748 840 901 msgid "Use Planner plugin's default status colors" 841 902 msgstr "Usa los colores de estado por defecto del plugin Planner" 842 903 843 #: StatusesUI.php:7 38904 #: StatusesUI.php:752 844 905 msgid "Use Planner plugin's default status icons" 845 906 msgstr "Usa los iconos de estado por defecto del plugin Planner" 846 907 847 908 #. translators: %s is the status name 848 #: StatusesUI.php:7 77909 #: StatusesUI.php:791 849 910 msgid "Edit Status: %s" 850 911 msgstr "Editar estado: %s" 851 912 852 913 #. translators: %s is the status name 853 #: StatusesUI.php:7 80914 #: StatusesUI.php:794 854 915 msgid "Edit %1$s: %2$s" 855 916 msgstr "Editar %1$s: %2$s" 856 917 857 #: StatusesUI.php:8 17 StatusesUI.php:951918 #: StatusesUI.php:831 StatusesUI.php:965 858 919 msgid "Add New Pre-Publication Status" 859 920 msgstr "Añadir nuevo estado previo a la publicación" 860 921 861 922 #. translators: %1$s and %2$s is link markup 862 #: StatusesUI.php:8 35923 #: StatusesUI.php:849 863 924 msgid "" 864 925 "For custom Visibility Statuses, please %1$senable the Status Control " … … 868 929 "de «Control de estado»%2$s de Permisos Pro." 869 930 870 #: StatusesUI.php:8 76931 #: StatusesUI.php:890 871 932 msgid "Pre-Publication" 872 933 msgstr "Previo a la publicación" 873 934 874 #: StatusesUI.php:8 84935 #: StatusesUI.php:898 875 936 msgid "Visibility" 876 937 msgstr "Visibilidad" 877 938 878 #: StatusesUI.php: 895939 #: StatusesUI.php:909 879 940 msgid "Revision" 880 941 msgstr "Revisión" 881 942 882 #: StatusesUI.php:9 55943 #: StatusesUI.php:969 883 944 msgid "" 884 945 "This status can be assigned to an unpublished post using the Post Status " … … 969 1030 msgstr "Nombre de estado" 970 1031 971 #: StatusListTable.php:153972 msgid "Unlock Revision Statuses"973 msgstr "Desbloquear los estados de revisión"974 975 1032 #: StatusListTable.php:154 976 msgid "" 977 "Install Statuses Pro to enhance your workflow with custom revision statuses." 978 msgstr "" 979 "Instala Statuses Pro para mejorar tu flujo de trabajo con estados de " 980 "revisión personalizados." 1033 msgid "Upgrade to create an approval workflow for published content" 1034 msgstr "" 1035 "Actualizar para crear un flujo de trabajo de aprobación para el contenido " 1036 "publicado" 1037 1038 #: StatusListTable.php:157 1039 msgid "" 1040 "Create approval workflows using PublishPress Statuses Pro together with the " 1041 "PublishPress Revisions Pro plugin" 1042 msgstr "" 1043 "Crea flujos de trabajo de aprobación utilizando PublishPress Statuses Pro " 1044 "junto con el plugin PublishPress Revisions Pro" 1045 1046 #: StatusListTable.php:163 1047 msgid "" 1048 "The PublishPress Revisions plugin allows users to submit changes to " 1049 "published posts" 1050 msgstr "" 1051 "El plugin PublishPress Revisions permite a los usuarios enviar cambios a las " 1052 "entradas publicadas" 1053 1054 #: StatusListTable.php:166 1055 msgid "" 1056 "PublishPress Statuses plugin enables you to add statuses for post changes " 1057 "created with Revisions" 1058 msgstr "" 1059 "El plugin PublishPress Statuses te permite activar estados para los cambios " 1060 "en las entradas creados con Revisions" 1061 1062 #: StatusListTable.php:169 1063 msgid "Each post type can have different Revisions statuses" 1064 msgstr "Cada tipo de contenido puede tener diferentes estados de revisión" 981 1065 982 1066 #: StatusListTable.php:172 1067 msgid "You choose which users can manage content in each Revisions status" 1068 msgstr "" 1069 "Puedes elegir qué usuarios pueden gestionar el contenido en cada estado de " 1070 "revisión" 1071 1072 #: StatusListTable.php:198 983 1073 msgid "Premium Feature" 984 1074 msgstr "Característica premium" 985 1075 986 #: StatusListTable.php:1 731076 #: StatusListTable.php:199 987 1077 msgid "Install Statuses Pro to unlock custom revision statuses." 988 1078 msgstr "" 989 1079 "Instala Statuses Pro para desbloquear estados de revisión personalizados." 990 1080 991 #: StatusListTable.php: 1741081 #: StatusListTable.php:200 992 1082 msgid "Configure for any post type and role to match your editing workflow." 993 1083 msgstr "" … … 995 1085 "de trabajo de edición." 996 1086 997 #: StatusListTable.php:177 998 msgid "Learn More" 999 msgstr "Aprender más" 1000 1001 #: StatusListTable.php:238 1087 #: StatusListTable.php:265 1002 1088 msgid "" 1003 1089 "To define and control Revision statuses, update the %1$sPublishPress " … … 1007 1093 "%1$sPublishPress Revisions%2$s a la versión %3$s o superior." 1008 1094 1009 #: StatusListTable.php:2 701095 #: StatusListTable.php:297 1010 1096 msgid "Main Workflow:" 1011 1097 msgstr "Flujo de trabajo principal:" 1012 1098 1013 #: StatusListTable.php: 2921099 #: StatusListTable.php:319 1014 1100 msgid "Drop any status here to include it in main workflow for new posts." 1015 1101 msgstr "" … … 1017 1103 "de las nuevas entradas." 1018 1104 1019 #: StatusListTable.php:3 271105 #: StatusListTable.php:354 1020 1106 msgid "" 1021 1107 "Statuses in the main workflow are presented for convenient default selection " … … 1025 1111 "selección por defecto al actualizar una entrada no publicada." 1026 1112 1027 #: StatusListTable.php:3 341113 #: StatusListTable.php:361 1028 1114 msgid "" 1029 1115 "Statuses in the main workflow are manually selectable when editing an " … … 1033 1119 "al editar una entrada no publicada." 1034 1120 1035 #: StatusListTable.php:343 1036 msgid "(customization requires Permissions Pro plugin)" 1037 msgstr "(para la personalización es obligatorio el plugin Permissions Pro)" 1038 1039 #: StatusListTable.php:367 1121 #: StatusListTable.php:389 1040 1122 msgid "" 1041 1123 "Drop any status here to make it manually selectable outside the main " … … 1045 1127 "del flujo de trabajo principal." 1046 1128 1047 #: StatusListTable.php: 3861129 #: StatusListTable.php:408 1048 1130 msgid "Drop any status here to disable." 1049 1131 msgstr "Suelta aquí cualquier estado para desactivarlo." 1050 1132 1051 #: StatusListTable.php:4 341133 #: StatusListTable.php:456 1052 1134 msgid "Standard Publication:" 1053 1135 msgstr "Publicación estándar:" 1054 1136 1055 #: StatusListTable.php:4 411137 #: StatusListTable.php:463 1056 1138 msgid "Visibility Statuses for Private Publication:" 1057 1139 msgstr "Estados de visibilidad para la publicación privada:" 1058 1140 1059 #: StatusListTable.php:4 481141 #: StatusListTable.php:470 1060 1142 msgid "Alternate Workflows:" 1061 1143 msgstr "Flujo de trabajo alternativo:" 1062 1144 1063 1145 #. translators: %s is the opening and closing <span> tags 1064 #: StatusListTable.php:4 591146 #: StatusListTable.php:481 1065 1147 msgid "Disabled Statuses (drag to re-enable):" 1066 1148 msgstr "Estados desactivados (arrastra para reactivar):" 1067 1149 1150 #: StatusListTable.php:581 1151 msgid "Upgrade to choose who can view your non-public posts" 1152 msgstr "Actualizar para elegir quién puede ver tus entradas no públicas" 1153 1154 #: StatusListTable.php:584 1155 msgid "" 1156 "Install PublishPress Permissions Pro to define your own custom visibility " 1157 "statuses." 1158 msgstr "" 1159 "Instalar PublishPress Permissions Pro para to definir tus propios estados de " 1160 "visibilidad personalizados." 1161 1162 #: StatusListTable.php:590 1163 msgid "Create multiple visibility statuses to show content to different users" 1164 msgstr "" 1165 "Crea flujos de trabajo de aprobación utilizando PublishPress Statuses Pro " 1166 "junto con el plugin PublishPress Revisions Pro" 1167 1168 #: StatusListTable.php:593 1169 msgid "Choose which user roles can see posts in each status" 1170 msgstr "Elige qué perfiles de usuario pueden ver las entradas en cada estado" 1171 1172 #: StatusListTable.php:596 1173 msgid "Select which user roles can move posts to each status" 1174 msgstr "" 1175 "Selecciona qué perfiles de usuario pueden mover las entradas a cada estado" 1176 1177 #: StatusListTable.php:599 1178 msgid "Decide which user roles can edit posts in each status" 1179 msgstr "" 1180 "Decide qué perfiles de usuario pueden editar las entradas en cada estado" 1181 1182 #: StatusListTable.php:608 1183 msgid "Get PublishPress Permissions Pro" 1184 msgstr "Obtén PublishPress Permissions Pro" 1185 1068 1186 #. translators: %s is the list of post types 1069 #: StatusListTable.php:6 331187 #: StatusListTable.php:696 1070 1188 msgid "%s, more..." 1071 1189 msgstr "%s, más…" 1072 1190 1073 #: StatusListTable.php:7 151191 #: StatusListTable.php:778 1074 1192 msgid "No custom statuses found." 1075 1193 msgstr "No se han encontrado estados personalizados." 1076 1194 1077 #: StatusListTable.php: 7861195 #: StatusListTable.php:849 1078 1196 msgid "Core" 1079 1197 msgstr "Núcleo" 1080 1198 1081 #: StatusListTable.php: 7901199 #: StatusListTable.php:853 1082 1200 msgid "Default" 1083 1201 msgstr "Por defecto" 1084 1202 1085 #: StatusListTable.php:8 151203 #: StatusListTable.php:878 1086 1204 msgid "X" 1087 1205 msgstr "X" 1206 1207 #~ msgid "Unlock Revision Statuses" 1208 #~ msgstr "Desbloquear los estados de revisión" 1209 1210 #~ msgid "(customization requires Permissions Pro plugin)" 1211 #~ msgstr "(para la personalización es obligatorio el plugin Permissions Pro)" 1088 1212 1089 1213 #~ msgid "" -
publishpress-statuses/trunk/languages/publishpress-statuses-fr_FR.po
r3359461 r3389850 6 6 "WordPress Publishing Workflows - Stable (latest release)\n" 7 7 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" 8 "POT-Creation-Date: 2025- 08-01T04:22:40+00:00\n"9 "PO-Revision-Date: 2025- 09-02 11:16+0200\n"8 "POT-Creation-Date: 2025-10-02T22:14:54+00:00\n" 9 "PO-Revision-Date: 2025-11-04 09:52+0100\n" 10 10 "Last-Translator: \n" 11 11 "Language-Team: \n" … … 44 44 msgstr "https://publishpress.com/" 45 45 46 #: Admin.php:18 Admin.php:3 52 Admin.php:353 PublishPress_Statuses.php:32847 #: PublishPress_Statuses.php:3 29StatusesUI.php:9246 #: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337 47 #: PublishPress_Statuses.php:338 StatusesUI.php:92 48 48 msgid "Statuses" 49 49 msgstr "États" … … 53 53 msgstr "Réglages" 54 54 55 #: Admin.php:22 includes-core/CoreAdmin.php:108 StatusListTable.php:160 56 #: StatusListTable.php:181 55 #: Admin.php:22 includes-core/CoreAdmin.php:37 includes-core/CoreAdmin.php:38 56 #: includes-core/CoreAdmin.php:108 StatusListTable.php:181 57 #: StatusListTable.php:207 57 58 msgid "Upgrade to Pro" 58 59 msgstr "Passer à la version Pro" 59 60 60 #: Admin.php: 29161 #: Admin.php:305 61 62 msgid "" 62 63 "Are you sure you want to delete the post status? All posts with this status " … … 66 67 "les publications ayant cet état seront assignées à l’état par défaut." 67 68 68 #: Admin.php:3 63 Admin.php:364 StatusesUI.php:81869 #: Admin.php:377 Admin.php:378 StatusesUI.php:832 69 70 msgid "Add New" 70 71 msgstr "Ajouter" 71 72 72 #: Admin.php:4 50 PublishPress_Statuses.php:78573 #: Admin.php:464 PublishPress_Statuses.php:794 73 74 msgid "Approve" 74 75 msgstr "Approuver" 75 76 76 #: Admin.php:4 52 PublishPress_Statuses.php:75777 #: Admin.php:466 PublishPress_Statuses.php:766 77 78 msgid "Assign" 78 79 msgstr "Assigner" 79 80 80 #: Admin.php:4 54 PublishPress_Statuses.php:77181 #: Admin.php:468 PublishPress_Statuses.php:780 81 82 msgid "Mark In Progress" 82 83 msgstr "Marquer en cours" 83 84 84 85 #. translators: %s is the status label 85 #: Admin.php:4 6786 #: Admin.php:481 86 87 msgid "Set to %s" 87 88 msgstr "Défini sur %s" 88 89 89 90 #. translators: %s is the status label 90 #: Admin.php:4 76 PostEditGutenberg.php:7591 #: Admin.php:490 PostEditGutenberg.php:77 91 92 msgid "Save as %s" 92 93 msgstr "Enregistrer comme %s" 93 94 94 95 #. translators: %s is the name of a custom public status 95 #: Admin.php: 48896 #: Admin.php:502 96 97 msgid "Public (%s)" 97 98 msgstr "Public (%s)" 98 99 99 #: Admin.php:5 59 PostEditClassic.php:179 PostEditGutenberg.php:72100 #: PostEditGutenberg.php:2 59 PostEditGutenbergStatuses.php:44101 #: PostEditGutenbergStatuses.php:6 4 PostEditGutenbergStatuses.php:72100 #: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74 101 #: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46 102 #: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74 102 103 msgid "Advance Status" 103 104 msgstr "État avancé" … … 178 179 179 180 #. translators: %s is the name of a custom visibility status 180 #: PostEditClassic.php:31 2181 #: PostEditClassic.php:314 181 182 msgid "%s, Sticky" 182 183 msgstr "%s, épinglé" … … 199 200 msgstr "Publier %1$s sur approbation %2$s" 200 201 201 #: PostEditGutenberg.php: 69202 #: PostEditGutenberg.php:71 202 203 msgid "Publication Workflow" 203 204 msgstr "Flux de travail de publication" 204 205 205 #: PostEditGutenberg.php:7 3206 #: PostEditGutenberg.php:75 206 207 msgid "Post Status" 207 208 msgstr "État de la publication" 208 209 209 #: PostEditGutenberg.php:7 6210 #: PostEditGutenberg.php:78 210 211 msgid "Set Selected Status" 211 212 msgstr "Définir l’état sélectionné" 212 213 213 #: PostEditGutenberg.php:7 7214 #: PostEditGutenberg.php:79 214 215 msgid "Keep Current Status" 215 216 msgstr "Conserver l’état actuel" 216 217 217 #: PostEditGutenberg.php: 78218 #: PostEditGutenberg.php:80 218 219 msgid "Advance to Next Status" 219 220 msgstr "Passer à l’état suivant" 220 221 221 #: PostEditGutenberg.php: 79222 #: PostEditGutenberg.php:81 222 223 msgid "Advance to Max Status" 223 224 msgstr "Passer à l’état maximum" 224 225 225 #: PostEditGutenberg.php:8 0226 #: PostEditGutenberg.php:82 226 227 msgid "This post is currently published" 227 228 msgstr "Cette publication est actuellement publiée" 228 229 229 #: PostEditGutenberg.php:8 1230 #: PostEditGutenberg.php:83 230 231 msgid "This post is currently scheduled" 231 232 msgstr "Cette publication est actuellement planifiée" 232 233 233 #: PostEditGutenbergStatuses.php:11 6234 #: PostEditGutenbergStatuses.php:118 234 235 msgid "Workflow" 235 236 msgstr "Flux de travail" 236 237 237 #: PostEditGutenbergStatuses.php:12 0238 #: PostEditGutenbergStatuses.php:122 238 239 msgid "Submit Revision" 239 240 msgstr "Envoyer la révision" 240 241 242 #: publishpress-statuses.php:118 243 msgid "<strong>This plugin can be deleted.</strong>" 244 msgstr "<strong>Cette extension peut être supprimée.</strong>" 245 241 246 #. translators: %s is a version number 242 247 #: publishpress-statuses.php:178 … … 266 271 "Capabilities Pro avec la version %s ou supérieure." 267 272 268 #: PublishPress_Statuses.php:296 269 msgid "" 270 "Can bypass normal status progression (publishing or setting to max status)." 271 msgstr "" 272 "Peut contourner la progression normale de l’état (publication ou réglage à " 273 "l’état maximal)." 274 275 #: PublishPress_Statuses.php:297 273 #: PublishPress_Statuses.php:305 274 msgid "" 275 "Can bypass normal status progression. User can publish immediately or move " 276 "post to the furthest possible status." 277 msgstr "" 278 "Il est possible de contourner la progression normale des états. " 279 "L’utilisateur/utilisatrice peut publier immédiatement ou déplacer la " 280 "publication vers l’état le plus avancé possible." 281 282 #: PublishPress_Statuses.php:306 276 283 msgid "Manage Statuses plugin settings." 277 284 msgstr "Gérer les réglages de l’extension Statuses." 278 285 279 #: PublishPress_Statuses.php:3 29286 #: PublishPress_Statuses.php:338 280 287 msgid "Status" 281 288 msgstr "État" 282 289 283 #: PublishPress_Statuses.php:3 43290 #: PublishPress_Statuses.php:352 284 291 msgid "Core Post Statuses" 285 292 msgstr "États du cœur de la publication" 286 293 287 #: PublishPress_Statuses.php:6 06294 #: PublishPress_Statuses.php:615 288 295 msgid "New post, not yet submitted." 289 296 msgstr "Nouvelle publication, pas encore proposée." 290 297 291 #: PublishPress_Statuses.php:6 27298 #: PublishPress_Statuses.php:636 292 299 msgid "Post is awaiting review." 293 300 msgstr "La publication est en attente de révision." 294 301 295 #: PublishPress_Statuses.php:6 46302 #: PublishPress_Statuses.php:655 296 303 msgid "Post is scheduled for publication." 297 304 msgstr "La publication est planifiée pour publication." 298 305 299 #: PublishPress_Statuses.php:6 64306 #: PublishPress_Statuses.php:673 300 307 msgid "Post is published, publicly visible." 301 308 msgstr "La publication est publiée, publiquement visible." 302 309 303 #: PublishPress_Statuses.php:6 82310 #: PublishPress_Statuses.php:691 304 311 msgid "Post is published with private visibility." 305 312 msgstr "La publication est publiée avec une visibilité privée." 306 313 307 #: PublishPress_Statuses.php:7 41314 #: PublishPress_Statuses.php:750 308 315 msgid "Pitch" 309 316 msgstr "Pitch" 310 317 311 #: PublishPress_Statuses.php:7 43318 #: PublishPress_Statuses.php:752 312 319 msgctxt "post action/button label" 313 320 msgid "Pitch" 314 321 msgstr "Pitch" 315 322 316 #: PublishPress_Statuses.php:7 44323 #: PublishPress_Statuses.php:753 317 324 msgid "Idea proposed; waiting for acceptance." 318 325 msgstr "Idée proposée ; en attente d’acceptation." 319 326 320 #: PublishPress_Statuses.php:7 55327 #: PublishPress_Statuses.php:764 321 328 msgid "Assigned" 322 329 msgstr "Assignée" 323 330 324 #: PublishPress_Statuses.php:7 58331 #: PublishPress_Statuses.php:767 325 332 msgid "Post idea assigned to writer." 326 333 msgstr "Idée de publication assignée au rédacteur ou à la rédactrice." 327 334 328 #: PublishPress_Statuses.php:7 69335 #: PublishPress_Statuses.php:778 329 336 msgid "In Progress" 330 337 msgstr "En cours" 331 338 332 #: PublishPress_Statuses.php:7 72339 #: PublishPress_Statuses.php:781 333 340 msgid "Writer is working on the post." 334 341 msgstr "Le rédacteur ou la rédactrice travaille sur la publication." 335 342 336 #: PublishPress_Statuses.php:7 83343 #: PublishPress_Statuses.php:792 337 344 msgid "Approved" 338 345 msgstr "Approuvé" 339 346 340 #: PublishPress_Statuses.php:7 86347 #: PublishPress_Statuses.php:795 341 348 msgid "Post has been approved for publication." 342 349 msgstr "La publication a été approuvée pour publication." 343 350 344 #: PublishPress_Statuses.php: 797351 #: PublishPress_Statuses.php:806 345 352 msgid "Deferred" 346 353 msgstr "Différé" 347 354 348 #: PublishPress_Statuses.php: 799355 #: PublishPress_Statuses.php:808 349 356 msgid "Defer" 350 357 msgstr "Différer" 351 358 352 #: PublishPress_Statuses.php:80 0359 #: PublishPress_Statuses.php:809 353 360 msgid "Post has been deferred for future consideration." 354 361 msgstr "La publication a été différée en vue d’une prise en compte future." 355 362 356 #: PublishPress_Statuses.php:8 11363 #: PublishPress_Statuses.php:820 357 364 msgid "Needs Work" 358 365 msgstr "Besoin de modifications" 359 366 360 #: PublishPress_Statuses.php:8 13367 #: PublishPress_Statuses.php:822 361 368 msgid "Set to Needs Work" 362 369 msgstr "Définir à besoin de modifications" 363 370 364 #: PublishPress_Statuses.php:8 14371 #: PublishPress_Statuses.php:823 365 372 msgid "Post needs work before further review." 366 373 msgstr "" … … 368 375 "détail." 369 376 370 #: PublishPress_Statuses.php:8 25377 #: PublishPress_Statuses.php:834 371 378 msgid "Rejected" 372 379 msgstr "Rejeté" 373 380 374 #: PublishPress_Statuses.php:8 27381 #: PublishPress_Statuses.php:836 375 382 msgid "Reject" 376 383 msgstr "Rejeter" 377 384 378 #: PublishPress_Statuses.php:8 28385 #: PublishPress_Statuses.php:837 379 386 msgid "Post has been rejected." 380 387 msgstr "La publication a été rejetée." 381 388 382 #: PublishPress_Statuses.php:8 61389 #: PublishPress_Statuses.php:870 383 390 msgid "Alternate Pre-Publication Workflow:" 384 391 msgstr "Flux de travail alternatif de prépublication :" 385 392 386 #: PublishPress_Statuses.php:9 28393 #: PublishPress_Statuses.php:936 387 394 msgid "Disabled Statuses:" 388 395 msgstr "États désactivés :" 389 396 390 #: PublishPress_Statuses.php:9 44397 #: PublishPress_Statuses.php:952 391 398 msgid "Committee" 392 399 msgstr "Comité" 393 400 394 #: PublishPress_Statuses.php:9 46401 #: PublishPress_Statuses.php:954 395 402 msgid "Refer to Committee" 396 403 msgstr "Renvoyer au comité" 397 404 398 #: PublishPress_Statuses.php:9 47405 #: PublishPress_Statuses.php:955 399 406 msgid "Post has been referred to committee." 400 407 msgstr "La publication a été renvoyé au comité." 401 408 402 #: PublishPress_Statuses.php:9 59409 #: PublishPress_Statuses.php:967 403 410 msgid "Committee Review" 404 411 msgstr "Révision par le comité" 405 412 406 #: PublishPress_Statuses.php:96 1413 #: PublishPress_Statuses.php:969 407 414 msgid "Set to Committee Review" 408 415 msgstr "Definir à la révision du comité" 409 416 410 #: PublishPress_Statuses.php:9 62417 #: PublishPress_Statuses.php:970 411 418 msgid "Committee is reviewing the post." 412 419 msgstr "La commission est en train de réviser la publication." 413 420 414 #: PublishPress_Statuses.php:9 74421 #: PublishPress_Statuses.php:982 415 422 msgid "Committee Progress" 416 423 msgstr "Progrès du comité" 417 424 418 #: PublishPress_Statuses.php:9 76425 #: PublishPress_Statuses.php:984 419 426 msgid "Set to Committee Progress" 420 427 msgstr "Définir à la progression du comité" 421 428 422 #: PublishPress_Statuses.php:9 77429 #: PublishPress_Statuses.php:985 423 430 msgid "Committee is editing the post." 424 431 msgstr "Le comité a modifié la publication." 425 432 426 #: PublishPress_Statuses.php:9 89433 #: PublishPress_Statuses.php:997 427 434 msgid "Committee Approved" 428 435 msgstr "Approuvé par le comité" 429 436 430 #: PublishPress_Statuses.php:99 1437 #: PublishPress_Statuses.php:999 431 438 msgid "Set Committee Approval" 432 439 msgstr "Definir l’approbation du comité" 433 440 434 #: PublishPress_Statuses.php: 992441 #: PublishPress_Statuses.php:1000 435 442 msgid "Committee has approved the post." 436 443 msgstr "Le comité a approuvé la publication." … … 448 455 msgstr "Libellés" 449 456 450 #: StatusEditUI.php:69 StatusEditUI.php: 393StatusListTable.php:128457 #: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128 451 458 msgid "Post Types" 452 459 msgstr "Types de publication" … … 456 463 msgstr "Rôles" 457 464 458 #: StatusEditUI.php:142 465 #: StatusEditUI.php:84 466 msgid "Post Access" 467 msgstr "Accés aux publications" 468 469 #: StatusEditUI.php:165 459 470 msgid "" 460 471 "Enforce type-specific post capabilitities for this status, or share " … … 464 475 "ou partager les permissions avec un autre état." 465 476 466 #: StatusEditUI.php: 180477 #: StatusEditUI.php:210 467 478 msgid "Update Status" 468 479 msgstr "Mettre à jour l’état" 469 480 470 #: StatusEditUI.php:2 23481 #: StatusEditUI.php:253 471 482 msgid "Status Label" 472 483 msgstr "Libellé de l’état" 473 484 474 #: StatusEditUI.php:2 36485 #: StatusEditUI.php:266 475 486 msgid "The name is used to identify the status. (Max: 20 characters)" 476 487 msgstr "Le nom est utilisé pour identifier l’état. (Max : 20 caractères)" 477 488 478 #: StatusEditUI.php:2 58489 #: StatusEditUI.php:288 479 490 msgid "The slug is the unique ID for the status." 480 491 msgstr "Le slug est l’identifiant unique de l’état." 481 492 482 #: StatusEditUI.php:2 68493 #: StatusEditUI.php:298 483 494 msgid "Description" 484 495 msgstr "Description" 485 496 486 #: StatusEditUI.php: 280497 #: StatusEditUI.php:310 487 498 msgid "" 488 499 "The description is primarily for administrative use, to give you some " … … 493 504 "utilisé." 494 505 495 #: StatusEditUI.php: 289506 #: StatusEditUI.php:319 496 507 msgid "Color" 497 508 msgstr "Couleur" 498 509 499 #: StatusEditUI.php:3 01510 #: StatusEditUI.php:331 500 511 msgid "The color is used to identify the status." 501 512 msgstr "La couleur est utilisée pour identifier l’état." 502 513 503 #: StatusEditUI.php:3 07 StatusListTable.php:126514 #: StatusEditUI.php:337 StatusListTable.php:126 504 515 msgid "Icon" 505 516 msgstr "Icône" 506 517 507 #: StatusEditUI.php:3 23518 #: StatusEditUI.php:353 508 519 msgid "Select Icon" 509 520 msgstr "Sélectionner une icône" 510 521 511 #: StatusEditUI.php:3 29522 #: StatusEditUI.php:359 512 523 msgid "The icon is used to visually represent the status." 513 524 msgstr "L’icône est utilisée pour représenter visuellement l’état." 514 525 515 #: StatusEditUI.php:3 57526 #: StatusEditUI.php:393 516 527 msgid "Status Availability" 517 528 msgstr "État de la disponibilité" 518 529 519 #: StatusEditUI.php:3 60530 #: StatusEditUI.php:396 520 531 msgid "Choose which user roles can assign this status to a post." 521 532 msgstr "" … … 523 534 "état à une publication." 524 535 525 #: StatusEditUI.php: 396536 #: StatusEditUI.php:432 526 537 msgid "Choose which post types can be set to this status." 527 538 msgstr "" 528 539 "Choisissez les types de publication qui peuvent être définis dans cet état." 529 540 530 #: StatusEditUI.php:4 33541 #: StatusEditUI.php:469 531 542 msgid "All Post Types" 532 543 msgstr "Tous les types de publication" 533 544 534 #: StatusEditUI.php: 480545 #: StatusEditUI.php:516 535 546 msgid "Save As Label" 536 547 msgstr "Enregistrer comme libellé" 537 548 538 #: StatusEditUI.php: 488549 #: StatusEditUI.php:524 539 550 msgid "Submit Button Label" 540 551 msgstr "Libellé du bouton « Envoyer »" 552 553 #: StatusEditUI.php:536 554 msgid "Upgrade to choose who can manage posts in each status" 555 msgstr "" 556 "Mettre à niveau pour choisir qui peut gérer les publications dans chaque état" 557 558 #: StatusEditUI.php:539 559 msgid "" 560 "Get PublishPress Capabilities Pro for status-specific post access control." 561 msgstr "" 562 "Obtenir PublishPress Capabilities Pro pour contrôler l’accès aux " 563 "publications spécifiques à un état." 564 565 #: StatusEditUI.php:545 566 msgid "Control which roles can assign a status" 567 msgstr "Contrôler quels rôles peuvent assigner un état" 568 569 #: StatusEditUI.php:548 570 msgid "Control which roles can edit or delete posts per-status" 571 msgstr "" 572 "Contrôler quels rôles peuvent modifier ou supprimer les publications par état" 573 574 #: StatusEditUI.php:551 575 msgid "Set capabilities separately for each post type" 576 msgstr "Définir les permissions séparément pour chaque type de publication" 577 578 #: StatusEditUI.php:554 579 msgid "User-friendly checkbox grid to assign capabilities" 580 msgstr "" 581 "Une grille de cases à cocher simple d’utilisation pour assigner des " 582 "permissions" 583 584 #: StatusEditUI.php:563 585 msgid "Get PublishPress Capabilities Pro" 586 msgstr "Obtenir PublishPress Capabilities Pro" 587 588 #: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203 589 #: StatusListTable.php:613 590 msgid "Learn More" 591 msgstr "En savoir plus" 592 593 #: StatusEditUI.php:577 594 msgid "" 595 "Status-specific post capabilities are %1$scurrently disabled%2$s by " 596 "PublishPress Capabilities Pro. You can %3$schange this setting%4$s." 597 msgstr "" 598 "Les permissions de publication spécifiques à l’état sont %1$sactuellement " 599 "désactivées%2$s par PublishPress Capabilities Pro. Vous pouvez %3$smodifier " 600 "ce réglage%4$s." 541 601 542 602 #. translators: %s is the status label … … 563 623 msgstr "Ajouter" 564 624 565 #: StatusesUI.php:87 StatusesUI.php:9 65625 #: StatusesUI.php:87 StatusesUI.php:979 566 626 msgid "PublishPress Statuses Settings" 567 627 msgstr "Réglages de PublishPress Statuses" … … 668 728 "l’état le plus élevé accessible à l’utilisateur/utilisatrice." 669 729 670 #: StatusesUI.php:444 730 #: StatusesUI.php:413 731 msgid "No workflow guidance" 732 msgstr "Aucune instruction sur le flux de travail" 733 734 #: StatusesUI.php:458 671 735 msgid "" 672 736 "Hide nested statuses (workflow branches) in the dropdown unless the post is " … … 677 741 "un état frère." 678 742 679 #: StatusesUI.php:4 63743 #: StatusesUI.php:477 680 744 msgid "Available to all users" 681 745 msgstr "Disponible pour tous les utilisateurs/utilisatrices" 682 746 683 #: StatusesUI.php:4 64747 #: StatusesUI.php:478 684 748 msgid "Available to specified roles only" 685 749 msgstr "Disponible uniquement pour les rôles spécifiés" 686 750 687 #: StatusesUI.php:4 70751 #: StatusesUI.php:484 688 752 msgid "" 689 753 "Users can only assign a custom status to a post if their role allows it. " … … 695 759 "contrôle est appliqué à l’état « En attente de relecture »." 696 760 697 #: StatusesUI.php:4 72761 #: StatusesUI.php:486 698 762 msgid "" 699 763 "Users can only assign a custom status to a post if their role allows it. " … … 706 770 707 771 #. translators: %1$s and %2$s are link markup 708 #: StatusesUI.php:4 81772 #: StatusesUI.php:495 709 773 msgid "" 710 774 "View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s" … … 713 777 "Rôles %2$s" 714 778 715 #: StatusesUI.php:5 05779 #: StatusesUI.php:519 716 780 msgid "Automatic Detection" 717 781 msgstr "Détection automatique" 718 782 719 #: StatusesUI.php:5 06783 #: StatusesUI.php:520 720 784 msgid "Using Classic Editor" 721 785 msgstr "Utilisation de l’éditeur classique" 722 786 723 #: StatusesUI.php:5 07787 #: StatusesUI.php:521 724 788 msgid "Using Gutenberg Editor" 725 789 msgstr "Utilisation de l’éditeur Gutenberg" 726 790 727 #: StatusesUI.php:5 12791 #: StatusesUI.php:526 728 792 msgid "" 729 793 "If custom statuses in the post editor are not loaded correctly, prevent " … … 734 798 "ici." 735 799 736 #: StatusesUI.php:5 33800 #: StatusesUI.php:547 737 801 msgid "For all plugin statuses" 738 802 msgstr "Pour tous les états des extensions" 739 803 740 #: StatusesUI.php:5 34804 #: StatusesUI.php:548 741 805 msgid "For user-created plugin statuses only" 742 806 msgstr "" 743 807 "Pour les états d’extension créés par l’utilisateur/utilisatrice uniquement" 744 808 745 #: StatusesUI.php:5 39809 #: StatusesUI.php:553 746 810 msgid "" 747 811 "This controls which statuses can have their labels customized by editing " … … 753 817 "est stockée, elle remplacera toutes les chaînes du fichier de langue." 754 818 755 #: StatusesUI.php:6 02819 #: StatusesUI.php:616 756 820 msgid "Note: Post types can also be specified for each individual status." 757 821 msgstr "" … … 759 823 "état individuel." 760 824 761 #: StatusesUI.php:6 16 StatusesUI.php:674825 #: StatusesUI.php:630 StatusesUI.php:688 762 826 msgid "Select..." 763 827 msgstr "Sélectionner…" 764 828 765 #: StatusesUI.php:6 19829 #: StatusesUI.php:633 766 830 msgid "Re-run Planner import (with Status Control properties, ordering)" 767 831 msgstr "" … … 769 833 "l’état, en ordonnant)" 770 834 771 #: StatusesUI.php:6 20835 #: StatusesUI.php:634 772 836 msgid "Re-run Planner import (ignoring Status Control configuration)" 773 837 msgstr "" … … 775 839 "d’état)" 776 840 777 #: StatusesUI.php:6 22841 #: StatusesUI.php:636 778 842 msgid "Re-run Planner import" 779 843 msgstr "Réexécuter l’importation de Planner" 780 844 781 #: StatusesUI.php:6 28845 #: StatusesUI.php:642 782 846 msgid "" 783 847 "Status color, icon and position is automatically imported from PublishPress " … … 790 854 "définie par Planner." 791 855 792 #: StatusesUI.php:6 76856 #: StatusesUI.php:690 793 857 msgid "Back up current colors, icons, labels and post types" 794 858 msgstr "" 795 859 "Sauvegarde des couleurs, icônes, libellés et types de publication actuels" 796 860 797 #: StatusesUI.php:6 81861 #: StatusesUI.php:695 798 862 msgid "Restore backup of status colors" 799 863 msgstr "Restaurer la sauvegarde des couleurs d’état" 800 864 801 #: StatusesUI.php:6 85865 #: StatusesUI.php:699 802 866 msgid "Restore backup of status icons" 803 867 msgstr "Restaurer la sauvegarde des icônes d’état" 804 868 805 #: StatusesUI.php: 689869 #: StatusesUI.php:703 806 870 msgid "Restore backup of status labels" 807 871 msgstr "Restaurer la sauvegarde des libellés d’état" 808 872 809 #: StatusesUI.php: 693873 #: StatusesUI.php:707 810 874 msgid "Restore backup of status post types" 811 875 msgstr "Restaurer la sauvegarde des types de publication d’état" 812 876 813 #: StatusesUI.php: 699877 #: StatusesUI.php:713 814 878 msgid "Restore auto-backup of status colors" 815 879 msgstr "Restaurer la sauvegarde automatique des couleurs d’état" 816 880 817 #: StatusesUI.php:7 03881 #: StatusesUI.php:717 818 882 msgid "Restore auto-backup of status icons" 819 883 msgstr "Restaurer la sauvegarde automatique des icônes d’état" 820 884 821 #: StatusesUI.php:7 07885 #: StatusesUI.php:721 822 886 msgid "Restore auto-backup of status labels" 823 887 msgstr "Restaurer la sauvegarde automatique des libellés d’état" 824 888 825 #: StatusesUI.php:7 11889 #: StatusesUI.php:725 826 890 msgid "Restore auto-backup of status post types" 827 891 msgstr "Restaurer la sauvegarde automatique des types de publication d’état" 828 892 829 #: StatusesUI.php:7 18893 #: StatusesUI.php:732 830 894 msgid "Use default status colors" 831 895 msgstr "Utiliser les couleurs d’état par défaut" 832 896 833 #: StatusesUI.php:7 22897 #: StatusesUI.php:736 834 898 msgid "Use default status icons" 835 899 msgstr "Utiliser les icônes d’état par défaut" 836 900 837 #: StatusesUI.php:7 26901 #: StatusesUI.php:740 838 902 msgid "Use default status labels" 839 903 msgstr "Utiliser les libellés d’état par défaut" 840 904 841 #: StatusesUI.php:7 30905 #: StatusesUI.php:744 842 906 msgid "Use default status post types" 843 907 msgstr "Utiliser les types de publication par défaut" 844 908 845 #: StatusesUI.php:7 34909 #: StatusesUI.php:748 846 910 msgid "Use Planner plugin's default status colors" 847 911 msgstr "Utiliser les couleurs d’état par défaut de l’extension Planner" 848 912 849 #: StatusesUI.php:7 38913 #: StatusesUI.php:752 850 914 msgid "Use Planner plugin's default status icons" 851 915 msgstr "Utiliser les icônes d’état par défaut de l’extension Planner" 852 916 853 917 #. translators: %s is the status name 854 #: StatusesUI.php:7 77918 #: StatusesUI.php:791 855 919 msgid "Edit Status: %s" 856 920 msgstr "Modifier l’état : %s" 857 921 858 922 #. translators: %s is the status name 859 #: StatusesUI.php:7 80923 #: StatusesUI.php:794 860 924 msgid "Edit %1$s: %2$s" 861 925 msgstr "Modifier %1$s : %2$s" 862 926 863 #: StatusesUI.php:8 17 StatusesUI.php:951927 #: StatusesUI.php:831 StatusesUI.php:965 864 928 msgid "Add New Pre-Publication Status" 865 929 msgstr "Ajouter un état de prépublication" 866 930 867 931 #. translators: %1$s and %2$s is link markup 868 #: StatusesUI.php:8 35932 #: StatusesUI.php:849 869 933 msgid "" 870 934 "For custom Visibility Statuses, please %1$senable the Status Control " … … 874 938 "de contrôle des états%2$s de Permissions Pro." 875 939 876 #: StatusesUI.php:8 76940 #: StatusesUI.php:890 877 941 msgid "Pre-Publication" 878 942 msgstr "Prépublication" 879 943 880 #: StatusesUI.php:8 84944 #: StatusesUI.php:898 881 945 msgid "Visibility" 882 946 msgstr "Visibilité" 883 947 884 #: StatusesUI.php: 895948 #: StatusesUI.php:909 885 949 msgid "Revision" 886 950 msgstr "Révision" 887 951 888 #: StatusesUI.php:9 55952 #: StatusesUI.php:969 889 953 msgid "" 890 954 "This status can be assigned to an unpublished post using the Post Status " … … 977 1041 msgstr "Nom de l’état" 978 1042 979 #: StatusListTable.php:153980 msgid "Unlock Revision Statuses"981 msgstr "Déverrouiller les états de révision"982 983 1043 #: StatusListTable.php:154 984 msgid "" 985 "Install Statuses Pro to enhance your workflow with custom revision statuses." 986 msgstr "" 987 "Installer Statuses Pro pour améliorer votre flux de travail grâce à des " 988 "états de révision personnalisés." 1044 msgid "Upgrade to create an approval workflow for published content" 1045 msgstr "" 1046 "Mettre à niveau pour créer un flux de travail d’approbation par le contenu " 1047 "publié" 1048 1049 #: StatusListTable.php:157 1050 msgid "" 1051 "Create approval workflows using PublishPress Statuses Pro together with the " 1052 "PublishPress Revisions Pro plugin" 1053 msgstr "" 1054 "Créer des flux de travail d’approbation à l’aide de PublishPress Statuses " 1055 "Pro et de l’extension PublishPress Revisions Pro" 1056 1057 #: StatusListTable.php:163 1058 msgid "" 1059 "The PublishPress Revisions plugin allows users to submit changes to " 1060 "published posts" 1061 msgstr "" 1062 "L’extension PublishPress Revisions permet aux utilisateurs/utilisatrices de " 1063 "envoyer des modifications aux publications publiées" 1064 1065 #: StatusListTable.php:166 1066 msgid "" 1067 "PublishPress Statuses plugin enables you to add statuses for post changes " 1068 "created with Revisions" 1069 msgstr "" 1070 "L’extension PublishPress Statuses vous permet d’ajouter des états pour les " 1071 "modifications apportées aux publications créées avec les révisions" 1072 1073 #: StatusListTable.php:169 1074 msgid "Each post type can have different Revisions statuses" 1075 msgstr "Chaque type de publication peut avoir différents états de révision" 989 1076 990 1077 #: StatusListTable.php:172 1078 msgid "You choose which users can manage content in each Revisions status" 1079 msgstr "" 1080 "Vous choisissez quels utilisateurs/utilisatrices peuvent gérer le contenu " 1081 "dans chaque état de révision" 1082 1083 #: StatusListTable.php:198 991 1084 msgid "Premium Feature" 992 1085 msgstr "Fonctionnalité Premium" 993 1086 994 #: StatusListTable.php:1 731087 #: StatusListTable.php:199 995 1088 msgid "Install Statuses Pro to unlock custom revision statuses." 996 1089 msgstr "" 997 1090 "Installer Statuses Pro pour débloquer les états de révision personnalisés." 998 1091 999 #: StatusListTable.php: 1741092 #: StatusListTable.php:200 1000 1093 msgid "Configure for any post type and role to match your editing workflow." 1001 1094 msgstr "" … … 1003 1096 "de travail de modification." 1004 1097 1005 #: StatusListTable.php:177 1006 msgid "Learn More" 1007 msgstr "En savoir plus" 1008 1009 #: StatusListTable.php:238 1098 #: StatusListTable.php:265 1010 1099 msgid "" 1011 1100 "To define and control Revision statuses, update the %1$sPublishPress " … … 1016 1105 "récente." 1017 1106 1018 #: StatusListTable.php:2 701107 #: StatusListTable.php:297 1019 1108 msgid "Main Workflow:" 1020 1109 msgstr "Flux de travail principal :" 1021 1110 1022 #: StatusListTable.php: 2921111 #: StatusListTable.php:319 1023 1112 msgid "Drop any status here to include it in main workflow for new posts." 1024 1113 msgstr "" … … 1026 1115 "principal pour les nouvelles publications." 1027 1116 1028 #: StatusListTable.php:3 271117 #: StatusListTable.php:354 1029 1118 msgid "" 1030 1119 "Statuses in the main workflow are presented for convenient default selection " … … 1034 1123 "sélection par défaut lors de la mise à jour d’une publication non publiée." 1035 1124 1036 #: StatusListTable.php:3 341125 #: StatusListTable.php:361 1037 1126 msgid "" 1038 1127 "Statuses in the main workflow are manually selectable when editing an " … … 1042 1131 "manuellement lors de la modification d’une publication non publiée." 1043 1132 1044 #: StatusListTable.php:343 1045 msgid "(customization requires Permissions Pro plugin)" 1046 msgstr "(la personnalisation nécessite l’extension Permissions Pro)" 1047 1048 #: StatusListTable.php:367 1133 #: StatusListTable.php:389 1049 1134 msgid "" 1050 1135 "Drop any status here to make it manually selectable outside the main " … … 1054 1139 "manuellement en dehors du flux de travail principal." 1055 1140 1056 #: StatusListTable.php: 3861141 #: StatusListTable.php:408 1057 1142 msgid "Drop any status here to disable." 1058 1143 msgstr "Déposez n’importe quel état ici pour le désactiver." 1059 1144 1060 #: StatusListTable.php:4 341145 #: StatusListTable.php:456 1061 1146 msgid "Standard Publication:" 1062 1147 msgstr "Publication standard :" 1063 1148 1064 #: StatusListTable.php:4 411149 #: StatusListTable.php:463 1065 1150 msgid "Visibility Statuses for Private Publication:" 1066 1151 msgstr "États de visibilité pour la publication privée :" 1067 1152 1068 #: StatusListTable.php:4 481153 #: StatusListTable.php:470 1069 1154 msgid "Alternate Workflows:" 1070 1155 msgstr "Flux de travail alternatif :" 1071 1156 1072 1157 #. translators: %s is the opening and closing <span> tags 1073 #: StatusListTable.php:4 591158 #: StatusListTable.php:481 1074 1159 msgid "Disabled Statuses (drag to re-enable):" 1075 1160 msgstr "États désactivés (glisser pour réactiver) :" 1076 1161 1162 #: StatusListTable.php:581 1163 msgid "Upgrade to choose who can view your non-public posts" 1164 msgstr "" 1165 "Mettre à niveau pour choisir qui peut gérer les publications dans chaque état" 1166 1167 #: StatusListTable.php:584 1168 msgid "" 1169 "Install PublishPress Permissions Pro to define your own custom visibility " 1170 "statuses." 1171 msgstr "" 1172 "Instaler PublishPress Permissions Pro pour définir vos états de visibilité " 1173 "personnalisés." 1174 1175 #: StatusListTable.php:590 1176 msgid "Create multiple visibility statuses to show content to different users" 1177 msgstr "" 1178 "Créer plusieurs états de visibilité pour afficher le contenu à différents " 1179 "utilisateurs" 1180 1181 #: StatusListTable.php:593 1182 msgid "Choose which user roles can see posts in each status" 1183 msgstr "" 1184 "Choisir quels rôles du compte peuvent voir les publications dans chaque état" 1185 1186 #: StatusListTable.php:596 1187 msgid "Select which user roles can move posts to each status" 1188 msgstr "" 1189 "Sélectionner les rôles du compte qui peuvent déplacer les publications vers " 1190 "chaque état" 1191 1192 #: StatusListTable.php:599 1193 msgid "Decide which user roles can edit posts in each status" 1194 msgstr "" 1195 "Décider quels rôles du compte peuvent modifier les publications dans chaque " 1196 "état" 1197 1198 #: StatusListTable.php:608 1199 msgid "Get PublishPress Permissions Pro" 1200 msgstr "Obtenir PublishPress Permissions Pro" 1201 1077 1202 #. translators: %s is the list of post types 1078 #: StatusListTable.php:6 331203 #: StatusListTable.php:696 1079 1204 msgid "%s, more..." 1080 1205 msgstr "%s, plus de…" 1081 1206 1082 #: StatusListTable.php:7 151207 #: StatusListTable.php:778 1083 1208 msgid "No custom statuses found." 1084 1209 msgstr "Aucun état personnalisé n’a été trouvé." 1085 1210 1086 #: StatusListTable.php: 7861211 #: StatusListTable.php:849 1087 1212 msgid "Core" 1088 1213 msgstr "Cœur" 1089 1214 1090 #: StatusListTable.php: 7901215 #: StatusListTable.php:853 1091 1216 msgid "Default" 1092 1217 msgstr "Par défaut" 1093 1218 1094 #: StatusListTable.php:8 151219 #: StatusListTable.php:878 1095 1220 msgid "X" 1096 1221 msgstr "X" 1222 1223 #~ msgid "Unlock Revision Statuses" 1224 #~ msgstr "Déverrouiller les états de révision" 1225 1226 #~ msgid "(customization requires Permissions Pro plugin)" 1227 #~ msgstr "(la personnalisation nécessite l’extension Permissions Pro)" 1097 1228 1098 1229 #~ msgid "" -
publishpress-statuses/trunk/languages/publishpress-statuses-it_IT.po
r3359461 r3389850 5 5 "Project-Id-Version: PublishPress Statuses 1.0.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" 7 "POT-Creation-Date: 2025- 08-01T04:22:40+00:00\n"8 "PO-Revision-Date: 2025- 09-02 10:36+0200\n"7 "POT-Creation-Date: 2025-10-02T22:14:54+00:00\n" 8 "PO-Revision-Date: 2025-10-30 19:10+0100\n" 9 9 "Last-Translator: \n" 10 10 "Language-Team: \n" … … 44 44 msgstr "https://publishpress.com/" 45 45 46 #: Admin.php:18 Admin.php:3 52 Admin.php:353 PublishPress_Statuses.php:32847 #: PublishPress_Statuses.php:3 29StatusesUI.php:9246 #: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337 47 #: PublishPress_Statuses.php:338 StatusesUI.php:92 48 48 msgid "Statuses" 49 49 msgstr "Stati" … … 53 53 msgstr "Impostazioni" 54 54 55 #: Admin.php:22 includes-core/CoreAdmin.php:108 StatusListTable.php:160 56 #: StatusListTable.php:181 55 #: Admin.php:22 includes-core/CoreAdmin.php:37 includes-core/CoreAdmin.php:38 56 #: includes-core/CoreAdmin.php:108 StatusListTable.php:181 57 #: StatusListTable.php:207 57 58 msgid "Upgrade to Pro" 58 59 msgstr "Aggiorna a Pro" 59 60 60 #: Admin.php: 29161 #: Admin.php:305 61 62 msgid "" 62 63 "Are you sure you want to delete the post status? All posts with this status " … … 66 67 "questo stato verranno assegnati allo stato predefinito." 67 68 68 #: Admin.php:3 63 Admin.php:364 StatusesUI.php:81869 #: Admin.php:377 Admin.php:378 StatusesUI.php:832 69 70 msgid "Add New" 70 71 msgstr "Aggiungi nuovo" 71 72 72 #: Admin.php:4 50 PublishPress_Statuses.php:78573 #: Admin.php:464 PublishPress_Statuses.php:794 73 74 msgid "Approve" 74 75 msgstr "Approva" 75 76 76 #: Admin.php:4 52 PublishPress_Statuses.php:75777 #: Admin.php:466 PublishPress_Statuses.php:766 77 78 msgid "Assign" 78 79 msgstr "Assegna" 79 80 80 #: Admin.php:4 54 PublishPress_Statuses.php:77181 #: Admin.php:468 PublishPress_Statuses.php:780 81 82 msgid "Mark In Progress" 82 83 msgstr "Segna in fase di lavorazione" 83 84 84 85 #. translators: %s is the status label 85 #: Admin.php:4 6786 #: Admin.php:481 86 87 msgid "Set to %s" 87 88 msgstr "Imposta a %s" 88 89 89 90 #. translators: %s is the status label 90 #: Admin.php:4 76 PostEditGutenberg.php:7591 #: Admin.php:490 PostEditGutenberg.php:77 91 92 msgid "Save as %s" 92 93 msgstr "Salva come %s" 93 94 94 95 #. translators: %s is the name of a custom public status 95 #: Admin.php: 48896 #: Admin.php:502 96 97 msgid "Public (%s)" 97 98 msgstr "Pubblico (%s)" 98 99 99 #: Admin.php:5 59 PostEditClassic.php:179 PostEditGutenberg.php:72100 #: PostEditGutenberg.php:2 59 PostEditGutenbergStatuses.php:44101 #: PostEditGutenbergStatuses.php:6 4 PostEditGutenbergStatuses.php:72100 #: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74 101 #: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46 102 #: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74 102 103 msgid "Advance Status" 103 104 msgstr "Stato avanzato" … … 176 177 177 178 #. translators: %s is the name of a custom visibility status 178 #: PostEditClassic.php:31 2179 #: PostEditClassic.php:314 179 180 msgid "%s, Sticky" 180 181 msgstr "%s, in evidenza" … … 197 198 msgstr "Pubblicare %1$s dopo l'approvazione %2$s" 198 199 199 #: PostEditGutenberg.php: 69200 #: PostEditGutenberg.php:71 200 201 msgid "Publication Workflow" 201 202 msgstr "Flusso di lavoro della pubblicazione" 202 203 203 #: PostEditGutenberg.php:7 3204 #: PostEditGutenberg.php:75 204 205 msgid "Post Status" 205 206 msgstr "Stato dell'articolo" 206 207 207 #: PostEditGutenberg.php:7 6208 #: PostEditGutenberg.php:78 208 209 msgid "Set Selected Status" 209 210 msgstr "Imposta lo stato selezionato" 210 211 211 #: PostEditGutenberg.php:7 7212 #: PostEditGutenberg.php:79 212 213 msgid "Keep Current Status" 213 214 msgstr "Mantieni lo stato attuale" 214 215 215 #: PostEditGutenberg.php: 78216 #: PostEditGutenberg.php:80 216 217 msgid "Advance to Next Status" 217 218 msgstr "Vai allo stato successivo" 218 219 219 #: PostEditGutenberg.php: 79220 #: PostEditGutenberg.php:81 220 221 msgid "Advance to Max Status" 221 222 msgstr "Vai allo stato maggiore" 222 223 223 #: PostEditGutenberg.php:8 0224 #: PostEditGutenberg.php:82 224 225 msgid "This post is currently published" 225 226 msgstr "Questo articolo è attualmente pubblicato" 226 227 227 #: PostEditGutenberg.php:8 1228 #: PostEditGutenberg.php:83 228 229 msgid "This post is currently scheduled" 229 230 msgstr "Questo articolo è attualmente programmato" 230 231 231 #: PostEditGutenbergStatuses.php:11 6232 #: PostEditGutenbergStatuses.php:118 232 233 msgid "Workflow" 233 234 msgstr "Flusso di lavoro" 234 235 235 #: PostEditGutenbergStatuses.php:12 0236 #: PostEditGutenbergStatuses.php:122 236 237 msgid "Submit Revision" 237 238 msgstr "Invia revisione" 238 239 240 #: publishpress-statuses.php:118 241 msgid "<strong>This plugin can be deleted.</strong>" 242 msgstr "<strong>Questo plugin può essere eliminato.</strong>" 243 239 244 #. translators: %s is a version number 240 245 #: publishpress-statuses.php:178 … … 264 269 "alla versione %s o superiore." 265 270 266 #: PublishPress_Statuses.php:296 267 msgid "" 268 "Can bypass normal status progression (publishing or setting to max status)." 269 msgstr "" 270 "Può aggirare la normale progressione di stato (pubblicazione o impostazione " 271 "allo stato massimo)." 272 273 #: PublishPress_Statuses.php:297 271 #: PublishPress_Statuses.php:305 272 msgid "" 273 "Can bypass normal status progression. User can publish immediately or move " 274 "post to the furthest possible status." 275 msgstr "" 276 "Puoi aggirare il normale stato di progressione. L'utente può pubblciare " 277 "immediatamente o spostare l'articolo allo stato più lontano possibile." 278 279 #: PublishPress_Statuses.php:306 274 280 msgid "Manage Statuses plugin settings." 275 281 msgstr "Gestisci le impostazioni del plugin Statuses." 276 282 277 #: PublishPress_Statuses.php:3 29283 #: PublishPress_Statuses.php:338 278 284 msgid "Status" 279 285 msgstr "Stato" 280 286 281 #: PublishPress_Statuses.php:3 43287 #: PublishPress_Statuses.php:352 282 288 msgid "Core Post Statuses" 283 289 msgstr "Stati dell'articolo di base" 284 290 285 #: PublishPress_Statuses.php:6 06291 #: PublishPress_Statuses.php:615 286 292 msgid "New post, not yet submitted." 287 293 msgstr "Nuovo articolo non ancora inviato." 288 294 289 #: PublishPress_Statuses.php:6 27295 #: PublishPress_Statuses.php:636 290 296 msgid "Post is awaiting review." 291 297 msgstr "L'articolo è in attesa di revisione." 292 298 293 #: PublishPress_Statuses.php:6 46299 #: PublishPress_Statuses.php:655 294 300 msgid "Post is scheduled for publication." 295 301 msgstr "L'articolo è programmato per la pubblicazione." 296 302 297 #: PublishPress_Statuses.php:6 64303 #: PublishPress_Statuses.php:673 298 304 msgid "Post is published, publicly visible." 299 305 msgstr "L'articolo è pubblicato, visibile pubblicamente." 300 306 301 #: PublishPress_Statuses.php:6 82307 #: PublishPress_Statuses.php:691 302 308 msgid "Post is published with private visibility." 303 309 msgstr "L'articolo è pubblicato con visibilità privata." 304 310 305 #: PublishPress_Statuses.php:7 41311 #: PublishPress_Statuses.php:750 306 312 msgid "Pitch" 307 313 msgstr "Idea" 308 314 309 #: PublishPress_Statuses.php:7 43315 #: PublishPress_Statuses.php:752 310 316 msgctxt "post action/button label" 311 317 msgid "Pitch" 312 318 msgstr "Idea" 313 319 314 #: PublishPress_Statuses.php:7 44320 #: PublishPress_Statuses.php:753 315 321 msgid "Idea proposed; waiting for acceptance." 316 322 msgstr "Idea proposta; in attesa di accettazione." 317 323 318 #: PublishPress_Statuses.php:7 55324 #: PublishPress_Statuses.php:764 319 325 msgid "Assigned" 320 326 msgstr "Assegnato" 321 327 322 #: PublishPress_Statuses.php:7 58328 #: PublishPress_Statuses.php:767 323 329 msgid "Post idea assigned to writer." 324 330 msgstr "Idea di articolo assegnato allo scrittore." 325 331 326 #: PublishPress_Statuses.php:7 69332 #: PublishPress_Statuses.php:778 327 333 msgid "In Progress" 328 334 msgstr "In lavorazione" 329 335 330 #: PublishPress_Statuses.php:7 72336 #: PublishPress_Statuses.php:781 331 337 msgid "Writer is working on the post." 332 338 msgstr "Lo scrittore sta lavorando sull'articolo." 333 339 334 #: PublishPress_Statuses.php:7 83340 #: PublishPress_Statuses.php:792 335 341 msgid "Approved" 336 342 msgstr "Approvato" 337 343 338 #: PublishPress_Statuses.php:7 86344 #: PublishPress_Statuses.php:795 339 345 msgid "Post has been approved for publication." 340 346 msgstr "L'articolo è stato approvato per la pubblicazione." 341 347 342 #: PublishPress_Statuses.php: 797348 #: PublishPress_Statuses.php:806 343 349 msgid "Deferred" 344 350 msgstr "Rimandato" 345 351 346 #: PublishPress_Statuses.php: 799352 #: PublishPress_Statuses.php:808 347 353 msgid "Defer" 348 354 msgstr "Rimandare" 349 355 350 #: PublishPress_Statuses.php:80 0356 #: PublishPress_Statuses.php:809 351 357 msgid "Post has been deferred for future consideration." 352 358 msgstr "L'articolo è stato rimandato per una futura considerazione." 353 359 354 #: PublishPress_Statuses.php:8 11360 #: PublishPress_Statuses.php:820 355 361 msgid "Needs Work" 356 362 msgstr "Necessita modifiche" 357 363 358 #: PublishPress_Statuses.php:8 13364 #: PublishPress_Statuses.php:822 359 365 msgid "Set to Needs Work" 360 366 msgstr "Imposta come necessita modifiche" 361 367 362 #: PublishPress_Statuses.php:8 14368 #: PublishPress_Statuses.php:823 363 369 msgid "Post needs work before further review." 364 370 msgstr "L'articolo necessita delle modifiche prima di una nuova revisione." 365 371 366 #: PublishPress_Statuses.php:8 25372 #: PublishPress_Statuses.php:834 367 373 msgid "Rejected" 368 374 msgstr "Rifiutato" 369 375 370 #: PublishPress_Statuses.php:8 27376 #: PublishPress_Statuses.php:836 371 377 msgid "Reject" 372 378 msgstr "Rifiutare" 373 379 374 #: PublishPress_Statuses.php:8 28380 #: PublishPress_Statuses.php:837 375 381 msgid "Post has been rejected." 376 382 msgstr "L'articolo è stato rifiutato." 377 383 378 #: PublishPress_Statuses.php:8 61384 #: PublishPress_Statuses.php:870 379 385 msgid "Alternate Pre-Publication Workflow:" 380 386 msgstr "Flusso di lavorazione di pre-pubblicazione alternativo:" 381 387 382 #: PublishPress_Statuses.php:9 28388 #: PublishPress_Statuses.php:936 383 389 msgid "Disabled Statuses:" 384 390 msgstr "Stati disabilitati:" 385 391 386 #: PublishPress_Statuses.php:9 44392 #: PublishPress_Statuses.php:952 387 393 msgid "Committee" 388 394 msgstr "Comitato" 389 395 390 #: PublishPress_Statuses.php:9 46396 #: PublishPress_Statuses.php:954 391 397 msgid "Refer to Committee" 392 398 msgstr "Rinviare al comitato" 393 399 394 #: PublishPress_Statuses.php:9 47400 #: PublishPress_Statuses.php:955 395 401 msgid "Post has been referred to committee." 396 402 msgstr "L'articolo è stato rinviato al comitato." 397 403 398 #: PublishPress_Statuses.php:9 59404 #: PublishPress_Statuses.php:967 399 405 msgid "Committee Review" 400 406 msgstr "Revisione del comitato" 401 407 402 #: PublishPress_Statuses.php:96 1408 #: PublishPress_Statuses.php:969 403 409 msgid "Set to Committee Review" 404 410 msgstr "Imposta come in revisione del comitato" 405 411 406 #: PublishPress_Statuses.php:9 62412 #: PublishPress_Statuses.php:970 407 413 msgid "Committee is reviewing the post." 408 414 msgstr "Il comitato sta esaminando l'articolo." 409 415 410 #: PublishPress_Statuses.php:9 74416 #: PublishPress_Statuses.php:982 411 417 msgid "Committee Progress" 412 418 msgstr "Progresso del comitato" 413 419 414 #: PublishPress_Statuses.php:9 76420 #: PublishPress_Statuses.php:984 415 421 msgid "Set to Committee Progress" 416 422 msgstr "Imposta come in corso del comitato" 417 423 418 #: PublishPress_Statuses.php:9 77424 #: PublishPress_Statuses.php:985 419 425 msgid "Committee is editing the post." 420 426 msgstr "Il comitato ha modificato l'articolo." 421 427 422 #: PublishPress_Statuses.php:9 89428 #: PublishPress_Statuses.php:997 423 429 msgid "Committee Approved" 424 430 msgstr "Approvato dal comitato" 425 431 426 #: PublishPress_Statuses.php:99 1432 #: PublishPress_Statuses.php:999 427 433 msgid "Set Committee Approval" 428 434 msgstr "Imposta l'approvazione del comitato" 429 435 430 #: PublishPress_Statuses.php: 992436 #: PublishPress_Statuses.php:1000 431 437 msgid "Committee has approved the post." 432 438 msgstr "Il comitato ha approvato l'articolo." … … 444 450 msgstr "Etichette" 445 451 446 #: StatusEditUI.php:69 StatusEditUI.php: 393StatusListTable.php:128452 #: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128 447 453 msgid "Post Types" 448 454 msgstr "Tipi di contenuto" … … 452 458 msgstr "Ruoli" 453 459 454 #: StatusEditUI.php:142 460 #: StatusEditUI.php:84 461 msgid "Post Access" 462 msgstr "Accesso articolo" 463 464 #: StatusEditUI.php:165 455 465 msgid "" 456 466 "Enforce type-specific post capabilitities for this status, or share " … … 460 470 "condividi le capacità con un altro stato." 461 471 462 #: StatusEditUI.php: 180472 #: StatusEditUI.php:210 463 473 msgid "Update Status" 464 474 msgstr "Aggiorna stato" 465 475 466 #: StatusEditUI.php:2 23476 #: StatusEditUI.php:253 467 477 msgid "Status Label" 468 478 msgstr "Etichetta stato" 469 479 470 #: StatusEditUI.php:2 36480 #: StatusEditUI.php:266 471 481 msgid "The name is used to identify the status. (Max: 20 characters)" 472 482 msgstr "Il nome è utilizzato per identificare lo stato. (Max: 20 caratteri)" 473 483 474 #: StatusEditUI.php:2 58484 #: StatusEditUI.php:288 475 485 msgid "The slug is the unique ID for the status." 476 486 msgstr "Lo slug è l'ID univoco per lo stato." 477 487 478 #: StatusEditUI.php:2 68488 #: StatusEditUI.php:298 479 489 msgid "Description" 480 490 msgstr "Descrizione" 481 491 482 #: StatusEditUI.php: 280492 #: StatusEditUI.php:310 483 493 msgid "" 484 494 "The description is primarily for administrative use, to give you some " … … 488 498 "contesto su come deve essere utilizzato lo stato personalizzato." 489 499 490 #: StatusEditUI.php: 289500 #: StatusEditUI.php:319 491 501 msgid "Color" 492 502 msgstr "Colore" 493 503 494 #: StatusEditUI.php:3 01504 #: StatusEditUI.php:331 495 505 msgid "The color is used to identify the status." 496 506 msgstr "Il colore è utilizzato per identificare lo stato." 497 507 498 #: StatusEditUI.php:3 07 StatusListTable.php:126508 #: StatusEditUI.php:337 StatusListTable.php:126 499 509 msgid "Icon" 500 510 msgstr "Icona" 501 511 502 #: StatusEditUI.php:3 23512 #: StatusEditUI.php:353 503 513 msgid "Select Icon" 504 514 msgstr "Seleziona icona" 505 515 506 #: StatusEditUI.php:3 29516 #: StatusEditUI.php:359 507 517 msgid "The icon is used to visually represent the status." 508 518 msgstr "L'icona è usata per la rappresentazione visuale dello stato." 509 519 510 #: StatusEditUI.php:3 57520 #: StatusEditUI.php:393 511 521 msgid "Status Availability" 512 522 msgstr "Stato di disponibilità" 513 523 514 #: StatusEditUI.php:3 60524 #: StatusEditUI.php:396 515 525 msgid "Choose which user roles can assign this status to a post." 516 526 msgstr "Scegli quale ruolo utente può assegnare questo stato a un articolo." 517 527 518 #: StatusEditUI.php: 396528 #: StatusEditUI.php:432 519 529 msgid "Choose which post types can be set to this status." 520 530 msgstr "Scegli quale tipo di contenuto può essere assegnato a questo stato." 521 531 522 #: StatusEditUI.php:4 33532 #: StatusEditUI.php:469 523 533 msgid "All Post Types" 524 534 msgstr "Tutti i tipi di contenuto" 525 535 526 #: StatusEditUI.php: 480536 #: StatusEditUI.php:516 527 537 msgid "Save As Label" 528 538 msgstr "Salva come etichetta" 529 539 530 #: StatusEditUI.php: 488540 #: StatusEditUI.php:524 531 541 msgid "Submit Button Label" 532 542 msgstr "Etichetta pulsante invia" 543 544 #: StatusEditUI.php:536 545 msgid "Upgrade to choose who can manage posts in each status" 546 msgstr "Aggiorna per scegliere chi può gestire gli articoli in ogni stato" 547 548 #: StatusEditUI.php:539 549 msgid "" 550 "Get PublishPress Capabilities Pro for status-specific post access control." 551 msgstr "" 552 "Ottieni PublishPress Capabilities Pro per il controllo dell'accesso a stati " 553 "specifici di un articolo." 554 555 #: StatusEditUI.php:545 556 msgid "Control which roles can assign a status" 557 msgstr "Controlla quali ruoli possono assegnare uno stato" 558 559 #: StatusEditUI.php:548 560 msgid "Control which roles can edit or delete posts per-status" 561 msgstr "" 562 "Controlla quali ruoli possono modificare o eliminare gli articoli per ogni " 563 "stato" 564 565 #: StatusEditUI.php:551 566 msgid "Set capabilities separately for each post type" 567 msgstr "Imposta sepraratamente le capacità per ogni tipo di contenuto" 568 569 #: StatusEditUI.php:554 570 msgid "User-friendly checkbox grid to assign capabilities" 571 msgstr "Una griglia di checkbox facile da usare per assegnare le capacità" 572 573 #: StatusEditUI.php:563 574 msgid "Get PublishPress Capabilities Pro" 575 msgstr "Ottieni PublishPress Capabilities Pro" 576 577 #: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203 578 #: StatusListTable.php:613 579 msgid "Learn More" 580 msgstr "Approfondisci" 581 582 #: StatusEditUI.php:577 583 msgid "" 584 "Status-specific post capabilities are %1$scurrently disabled%2$s by " 585 "PublishPress Capabilities Pro. You can %3$schange this setting%4$s." 586 msgstr "" 587 "Le capacità di stato specifiche per l'articolo sono state %1$sattualmente " 588 "disabilitate%2$s da PublishPress Capabilities Pro. Puoi %3$smodificare " 589 "questa impostazione%4$s." 533 590 534 591 #. translators: %s is the status label … … 555 612 msgstr "Aggiungi stato" 556 613 557 #: StatusesUI.php:87 StatusesUI.php:9 65614 #: StatusesUI.php:87 StatusesUI.php:979 558 615 msgid "PublishPress Statuses Settings" 559 616 msgstr "Impostazioni di PublishPress Statuses" … … 659 716 "predefinita lo stato più alto disponibile" 660 717 661 #: StatusesUI.php:444 718 #: StatusesUI.php:413 719 msgid "No workflow guidance" 720 msgstr "Nessuna guida al flusso di lavoro" 721 722 #: StatusesUI.php:458 662 723 msgid "" 663 724 "Hide nested statuses (workflow branches) in the dropdown unless the post is " … … 667 728 "a meno che l'articolo non sia impostato sullo stato padre o su un figlio." 668 729 669 #: StatusesUI.php:4 63730 #: StatusesUI.php:477 670 731 msgid "Available to all users" 671 732 msgstr "Disponibile per tutti gli utenti" 672 733 673 #: StatusesUI.php:4 64734 #: StatusesUI.php:478 674 735 msgid "Available to specified roles only" 675 736 msgstr "Disponibile per ruoli specifici" 676 737 677 #: StatusesUI.php:4 70738 #: StatusesUI.php:484 678 739 msgid "" 679 740 "Users can only assign a custom status to a post if their role allows it. " … … 685 746 "applicato allo stato \"In attesa di revisione\"." 686 747 687 #: StatusesUI.php:4 72748 #: StatusesUI.php:486 688 749 msgid "" 689 750 "Users can only assign a custom status to a post if their role allows it. " … … 696 757 697 758 #. translators: %1$s and %2$s are link markup 698 #: StatusesUI.php:4 81759 #: StatusesUI.php:495 699 760 msgid "" 700 761 "View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s" … … 703 764 "Ruoli %2$s" 704 765 705 #: StatusesUI.php:5 05766 #: StatusesUI.php:519 706 767 msgid "Automatic Detection" 707 768 msgstr "Rilevamento automatico" 708 769 709 #: StatusesUI.php:5 06770 #: StatusesUI.php:520 710 771 msgid "Using Classic Editor" 711 772 msgstr "Utilizzando l'editor classico" 712 773 713 #: StatusesUI.php:5 07774 #: StatusesUI.php:521 714 775 msgid "Using Gutenberg Editor" 715 776 msgstr "Utilizzando l'editor Gutenberg" 716 777 717 #: StatusesUI.php:5 12778 #: StatusesUI.php:526 718 779 msgid "" 719 780 "If custom statuses in the post editor are not loaded correctly, prevent " … … 723 784 "correttamente, previeni il rilevamento errato dell'editor specificandolo qui." 724 785 725 #: StatusesUI.php:5 33786 #: StatusesUI.php:547 726 787 msgid "For all plugin statuses" 727 788 msgstr "Per tutti gli stati dei plugin" 728 789 729 #: StatusesUI.php:5 34790 #: StatusesUI.php:548 730 791 msgid "For user-created plugin statuses only" 731 792 msgstr "Solo per gli stati creati dagli utenti" 732 793 733 #: StatusesUI.php:5 39794 #: StatusesUI.php:553 734 795 msgid "" 735 796 "This controls which statuses can have their labels customized by editing " … … 741 802 "predefinita, questa sostituirà le stringhe di qualsiasi file di lingua." 742 803 743 #: StatusesUI.php:6 02804 #: StatusesUI.php:616 744 805 msgid "Note: Post types can also be specified for each individual status." 745 806 msgstr "" 746 807 "Nota: I tipi di contenuto possono essere specificati per ogni singolo stato." 747 808 748 #: StatusesUI.php:6 16 StatusesUI.php:674809 #: StatusesUI.php:630 StatusesUI.php:688 749 810 msgid "Select..." 750 811 msgstr "Selezione in corso…" 751 812 752 #: StatusesUI.php:6 19813 #: StatusesUI.php:633 753 814 msgid "Re-run Planner import (with Status Control properties, ordering)" 754 815 msgstr "" … … 756 817 "stato, ordinamento)" 757 818 758 #: StatusesUI.php:6 20819 #: StatusesUI.php:634 759 820 msgid "Re-run Planner import (ignoring Status Control configuration)" 760 821 msgstr "" … … 762 823 "controllo dello stato)" 763 824 764 #: StatusesUI.php:6 22825 #: StatusesUI.php:636 765 826 msgid "Re-run Planner import" 766 827 msgstr "Riesegui l'importazione di Planner" 767 828 768 #: StatusesUI.php:6 28829 #: StatusesUI.php:642 769 830 msgid "" 770 831 "Status color, icon and position is automatically imported from PublishPress " … … 777 838 "definita da Planner." 778 839 779 #: StatusesUI.php:6 76840 #: StatusesUI.php:690 780 841 msgid "Back up current colors, icons, labels and post types" 781 842 msgstr "Backup dei colori attuali, icone, etichette e tipi di contenuto" 782 843 783 #: StatusesUI.php:6 81844 #: StatusesUI.php:695 784 845 msgid "Restore backup of status colors" 785 846 msgstr "Ripristina il backup dei colori di stato" 786 847 787 #: StatusesUI.php:6 85848 #: StatusesUI.php:699 788 849 msgid "Restore backup of status icons" 789 850 msgstr "Ripristina il backup delle icone di stato" 790 851 791 #: StatusesUI.php: 689852 #: StatusesUI.php:703 792 853 msgid "Restore backup of status labels" 793 854 msgstr "Ripristina il backup delle etichette di stato" 794 855 795 #: StatusesUI.php: 693856 #: StatusesUI.php:707 796 857 msgid "Restore backup of status post types" 797 858 msgstr "Ripristina il backup dei tipi di contenuto di stato" 798 859 799 #: StatusesUI.php: 699860 #: StatusesUI.php:713 800 861 msgid "Restore auto-backup of status colors" 801 862 msgstr "Ripristina il backup automatico dei colori di stato" 802 863 803 #: StatusesUI.php:7 03864 #: StatusesUI.php:717 804 865 msgid "Restore auto-backup of status icons" 805 866 msgstr "Ripristina il backup automatico delle icone di stato" 806 867 807 #: StatusesUI.php:7 07868 #: StatusesUI.php:721 808 869 msgid "Restore auto-backup of status labels" 809 870 msgstr "Ripristina il backup automatico delle etichette di stato" 810 871 811 #: StatusesUI.php:7 11872 #: StatusesUI.php:725 812 873 msgid "Restore auto-backup of status post types" 813 874 msgstr "Ripristina il backup automatico dei tipi di contenuto di stato" 814 875 815 #: StatusesUI.php:7 18876 #: StatusesUI.php:732 816 877 msgid "Use default status colors" 817 878 msgstr "Usa i colori di stato predefiniti" 818 879 819 #: StatusesUI.php:7 22880 #: StatusesUI.php:736 820 881 msgid "Use default status icons" 821 882 msgstr "Usa le icone di stato predefinite" 822 883 823 #: StatusesUI.php:7 26884 #: StatusesUI.php:740 824 885 msgid "Use default status labels" 825 886 msgstr "Usa le etichette di stato predefinite" 826 887 827 #: StatusesUI.php:7 30888 #: StatusesUI.php:744 828 889 msgid "Use default status post types" 829 890 msgstr "Usa i tipi di contenuto di stato predefiniti" 830 891 831 #: StatusesUI.php:7 34892 #: StatusesUI.php:748 832 893 msgid "Use Planner plugin's default status colors" 833 894 msgstr "Usa i colori di stato predefiniti del plugin Planner" 834 895 835 #: StatusesUI.php:7 38896 #: StatusesUI.php:752 836 897 msgid "Use Planner plugin's default status icons" 837 898 msgstr "Usa le icone di stato predefinite del plugin Planner" 838 899 839 900 #. translators: %s is the status name 840 #: StatusesUI.php:7 77901 #: StatusesUI.php:791 841 902 msgid "Edit Status: %s" 842 903 msgstr "Modifica stato: %s" 843 904 844 905 #. translators: %s is the status name 845 #: StatusesUI.php:7 80906 #: StatusesUI.php:794 846 907 msgid "Edit %1$s: %2$s" 847 908 msgstr "Modifica %1$s: %2$s" 848 909 849 #: StatusesUI.php:8 17 StatusesUI.php:951910 #: StatusesUI.php:831 StatusesUI.php:965 850 911 msgid "Add New Pre-Publication Status" 851 912 msgstr "Aggiungi nuovo stato di pre-pubblicazione" 852 913 853 914 #. translators: %1$s and %2$s is link markup 854 #: StatusesUI.php:8 35915 #: StatusesUI.php:849 855 916 msgid "" 856 917 "For custom Visibility Statuses, please %1$senable the Status Control " … … 860 921 "controllo degli stati%2$s di Permissions Pro." 861 922 862 #: StatusesUI.php:8 76923 #: StatusesUI.php:890 863 924 msgid "Pre-Publication" 864 925 msgstr "Pre-pubblicazione" 865 926 866 #: StatusesUI.php:8 84927 #: StatusesUI.php:898 867 928 msgid "Visibility" 868 929 msgstr "Visibilità" 869 930 870 #: StatusesUI.php: 895931 #: StatusesUI.php:909 871 932 msgid "Revision" 872 933 msgstr "Revisione" 873 934 874 #: StatusesUI.php:9 55935 #: StatusesUI.php:969 875 936 msgid "" 876 937 "This status can be assigned to an unpublished post using the Post Status " … … 960 1021 msgstr "Nome stato" 961 1022 962 #: StatusListTable.php:153963 msgid "Unlock Revision Statuses"964 msgstr "Sblocca gli stati delle revisioni"965 966 1023 #: StatusListTable.php:154 967 msgid "" 968 "Install Statuses Pro to enhance your workflow with custom revision statuses." 969 msgstr "" 970 "Installa Statuses Pro per migliorare il tuo flusso di lavoro con stati di " 971 "revisione personalizzati." 1024 msgid "Upgrade to create an approval workflow for published content" 1025 msgstr "" 1026 "Aggiorna per creare un flusso di lavoro di approvazione per i contenuti " 1027 "pubblicati" 1028 1029 #: StatusListTable.php:157 1030 msgid "" 1031 "Create approval workflows using PublishPress Statuses Pro together with the " 1032 "PublishPress Revisions Pro plugin" 1033 msgstr "" 1034 "Crea flusso di lavoro di approvazione utilizzando PublishPress Statuses Pro " 1035 "insieme al plugin PublishPress Revisions Pro" 1036 1037 #: StatusListTable.php:163 1038 msgid "" 1039 "The PublishPress Revisions plugin allows users to submit changes to " 1040 "published posts" 1041 msgstr "" 1042 "Il plugin PublishPress Revisions permette agli utenti di inviare modifiche " 1043 "per gli articoli pubblicati" 1044 1045 #: StatusListTable.php:166 1046 msgid "" 1047 "PublishPress Statuses plugin enables you to add statuses for post changes " 1048 "created with Revisions" 1049 msgstr "" 1050 "Il plugin PublishPress Statuses ti permette di aggiungere stati per le " 1051 "modifiche degli articoli creati con le revisioni" 1052 1053 #: StatusListTable.php:169 1054 msgid "Each post type can have different Revisions statuses" 1055 msgstr "Ogni tipo di contenuto può avere diversi stati di revisione" 972 1056 973 1057 #: StatusListTable.php:172 1058 msgid "You choose which users can manage content in each Revisions status" 1059 msgstr "" 1060 "Puoi scegliere quali utenti possono gestire il contenuto in ogni stato di " 1061 "revisione" 1062 1063 #: StatusListTable.php:198 974 1064 msgid "Premium Feature" 975 1065 msgstr "Caratteristica Premium" 976 1066 977 #: StatusListTable.php:1 731067 #: StatusListTable.php:199 978 1068 msgid "Install Statuses Pro to unlock custom revision statuses." 979 1069 msgstr "" 980 1070 "Installa Statuses Pro per sbloccare gli stati di revisione personalizzati." 981 1071 982 #: StatusListTable.php: 1741072 #: StatusListTable.php:200 983 1073 msgid "Configure for any post type and role to match your editing workflow." 984 1074 msgstr "" … … 986 1076 "flusso di lavoro di modifica." 987 1077 988 #: StatusListTable.php:177 989 msgid "Learn More" 990 msgstr "Approfondisci" 991 992 #: StatusListTable.php:238 1078 #: StatusListTable.php:265 993 1079 msgid "" 994 1080 "To define and control Revision statuses, update the %1$sPublishPress " … … 998 1084 "%1$sPublishPress Revisions%2$s alla versione %3$s o superiore." 999 1085 1000 #: StatusListTable.php:2 701086 #: StatusListTable.php:297 1001 1087 msgid "Main Workflow:" 1002 1088 msgstr "Flusso di lavoro principale:" 1003 1089 1004 #: StatusListTable.php: 2921090 #: StatusListTable.php:319 1005 1091 msgid "Drop any status here to include it in main workflow for new posts." 1006 1092 msgstr "" … … 1008 1094 "i nuovi articoli." 1009 1095 1010 #: StatusListTable.php:3 271096 #: StatusListTable.php:354 1011 1097 msgid "" 1012 1098 "Statuses in the main workflow are presented for convenient default selection " … … 1016 1102 "selezione predefinita durante l'aggiornamento di un articolo non pubblicato." 1017 1103 1018 #: StatusListTable.php:3 341104 #: StatusListTable.php:361 1019 1105 msgid "" 1020 1106 "Statuses in the main workflow are manually selectable when editing an " … … 1024 1110 "manualmente durante la modifica di un articolo non pubblicato." 1025 1111 1026 #: StatusListTable.php:343 1027 msgid "(customization requires Permissions Pro plugin)" 1028 msgstr "(per la personalizzazione è necessario il plugin Permissions Pro)" 1029 1030 #: StatusListTable.php:367 1112 #: StatusListTable.php:389 1031 1113 msgid "" 1032 1114 "Drop any status here to make it manually selectable outside the main " … … 1036 1118 "fuori del flusso di lavoro principale." 1037 1119 1038 #: StatusListTable.php: 3861120 #: StatusListTable.php:408 1039 1121 msgid "Drop any status here to disable." 1040 1122 msgstr "Rilascia qui qualsiasi stato da disabilitare." 1041 1123 1042 #: StatusListTable.php:4 341124 #: StatusListTable.php:456 1043 1125 msgid "Standard Publication:" 1044 1126 msgstr "Pubblicazione standard:" 1045 1127 1046 #: StatusListTable.php:4 411128 #: StatusListTable.php:463 1047 1129 msgid "Visibility Statuses for Private Publication:" 1048 1130 msgstr "Stati di visibilità per pubblicazione privata:" 1049 1131 1050 #: StatusListTable.php:4 481132 #: StatusListTable.php:470 1051 1133 msgid "Alternate Workflows:" 1052 1134 msgstr "Flusso di lavorazione alternativo:" 1053 1135 1054 1136 #. translators: %s is the opening and closing <span> tags 1055 #: StatusListTable.php:4 591137 #: StatusListTable.php:481 1056 1138 msgid "Disabled Statuses (drag to re-enable):" 1057 1139 msgstr "Stati disabilitati (trascina per riabilitarli):" 1058 1140 1141 #: StatusListTable.php:581 1142 msgid "Upgrade to choose who can view your non-public posts" 1143 msgstr "Aggiorna per scegliere chi può vedere i tuoi articoli non pubblici" 1144 1145 #: StatusListTable.php:584 1146 msgid "" 1147 "Install PublishPress Permissions Pro to define your own custom visibility " 1148 "statuses." 1149 msgstr "" 1150 "Installa PublishPress Permissions Pro per definire i tuo stati di visibilità " 1151 "personalizzati." 1152 1153 #: StatusListTable.php:590 1154 msgid "Create multiple visibility statuses to show content to different users" 1155 msgstr "" 1156 "Crea visibilità multiple degli stati per mostrare il contenuto ad utenti " 1157 "differenti" 1158 1159 #: StatusListTable.php:593 1160 msgid "Choose which user roles can see posts in each status" 1161 msgstr "Scegli quale ruolo utente può vedere gli articoli di ogni stato" 1162 1163 #: StatusListTable.php:596 1164 msgid "Select which user roles can move posts to each status" 1165 msgstr "Seleziona quali ruoli possono spostare gli articoli in ogni stato" 1166 1167 #: StatusListTable.php:599 1168 msgid "Decide which user roles can edit posts in each status" 1169 msgstr "Decidi quali ruoli possono modificare gli articoli di ogni stato" 1170 1171 #: StatusListTable.php:608 1172 msgid "Get PublishPress Permissions Pro" 1173 msgstr "Ottieni PublishPress Permissions Pro" 1174 1059 1175 #. translators: %s is the list of post types 1060 #: StatusListTable.php:6 331176 #: StatusListTable.php:696 1061 1177 msgid "%s, more..." 1062 1178 msgstr "%s, altro…" 1063 1179 1064 #: StatusListTable.php:7 151180 #: StatusListTable.php:778 1065 1181 msgid "No custom statuses found." 1066 1182 msgstr "Nessun stato personalizzato trovato." 1067 1183 1068 #: StatusListTable.php: 7861184 #: StatusListTable.php:849 1069 1185 msgid "Core" 1070 1186 msgstr "Core" 1071 1187 1072 #: StatusListTable.php: 7901188 #: StatusListTable.php:853 1073 1189 msgid "Default" 1074 1190 msgstr "Predefinito" 1075 1191 1076 #: StatusListTable.php:8 151192 #: StatusListTable.php:878 1077 1193 msgid "X" 1078 1194 msgstr "X" 1195 1196 #~ msgid "Unlock Revision Statuses" 1197 #~ msgstr "Sblocca gli stati delle revisioni" 1198 1199 #~ msgid "(customization requires Permissions Pro plugin)" 1200 #~ msgstr "(per la personalizzazione è necessario il plugin Permissions Pro)" 1079 1201 1080 1202 #~ msgid "" -
publishpress-statuses/trunk/languages/publishpress-statuses.pot
r3389260 r3389850 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: PublishPress Statuses 1.1.1 1\n"5 "Project-Id-Version: PublishPress Statuses 1.1.12\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-11-0 3T23:46:17+00:00\n"12 "POT-Creation-Date: 2025-11-04T17:14:23+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 66 66 msgstr "" 67 67 68 #: Admin.php:435 69 #: Admin.php:436 70 #: StatusesUI.php:832 71 msgid "Add New" 72 msgstr "" 73 74 #: Admin.php:522 68 #: Admin.php:513 75 69 #: PublishPress_Statuses.php:794 76 70 msgid "Approve" 77 71 msgstr "" 78 72 79 #: Admin.php:5 2473 #: Admin.php:515 80 74 #: PublishPress_Statuses.php:766 81 75 msgid "Assign" 82 76 msgstr "" 83 77 84 #: Admin.php:5 2678 #: Admin.php:517 85 79 #: PublishPress_Statuses.php:780 86 80 msgid "Mark In Progress" … … 88 82 89 83 #. translators: %s is the status label 84 #: Admin.php:530 85 msgid "Set to %s" 86 msgstr "" 87 88 #. translators: %s is the status label 90 89 #: Admin.php:539 91 msgid "Set to %s"92 msgstr ""93 94 #. translators: %s is the status label95 #: Admin.php:54896 90 #: PostEditGutenberg.php:77 97 91 msgid "Save as %s" … … 99 93 100 94 #. translators: %s is the name of a custom public status 101 #: Admin.php:5 6095 #: Admin.php:551 102 96 msgid "Public (%s)" 103 97 msgstr "" 104 98 105 #: Admin.php:6 3199 #: Admin.php:622 106 100 #: PostEditClassic.php:179 107 101 #: PostEditGutenberg.php:74 … … 439 433 440 434 #: StatusEditUI.php:69 441 #: StatusEditUI.php:43 1435 #: StatusEditUI.php:433 442 436 #: StatusListTable.php:128 443 437 msgid "Post Types" … … 449 443 msgstr "" 450 444 451 #: StatusEditUI.php:8 4445 #: StatusEditUI.php:85 452 446 msgid "Post Access" 453 447 msgstr "" 454 448 455 #: StatusEditUI.php:16 5449 #: StatusEditUI.php:167 456 450 msgid "Enforce type-specific post capabilitities for this status, or share capabilities with another status." 457 451 msgstr "" 458 452 459 #: StatusEditUI.php:21 0453 #: StatusEditUI.php:212 460 454 msgid "Update Status" 461 455 msgstr "" 462 456 463 #: StatusEditUI.php:25 4457 #: StatusEditUI.php:256 464 458 msgid "Status Label" 465 459 msgstr "" 466 460 467 #: StatusEditUI.php:26 7461 #: StatusEditUI.php:269 468 462 msgid "The name is used to identify the status. (Max: 20 characters)" 469 463 msgstr "" 470 464 471 #: StatusEditUI.php:2 89465 #: StatusEditUI.php:291 472 466 msgid "The slug is the unique ID for the status." 473 467 msgstr "" 474 468 475 #: StatusEditUI.php: 299469 #: StatusEditUI.php:301 476 470 msgid "Description" 477 471 msgstr "" 478 472 479 #: StatusEditUI.php:31 1473 #: StatusEditUI.php:313 480 474 msgid "The description is primarily for administrative use, to give you some context on what the custom status is to be used for." 481 475 msgstr "" 482 476 483 #: StatusEditUI.php:32 0477 #: StatusEditUI.php:322 484 478 msgid "Color" 485 479 msgstr "" 486 480 487 #: StatusEditUI.php:33 2481 #: StatusEditUI.php:334 488 482 msgid "The color is used to identify the status." 489 483 msgstr "" 490 484 491 #: StatusEditUI.php:3 38485 #: StatusEditUI.php:340 492 486 #: StatusListTable.php:126 493 487 msgid "Icon" 494 488 msgstr "" 495 489 496 #: StatusEditUI.php:35 4490 #: StatusEditUI.php:356 497 491 msgid "Select Icon" 498 492 msgstr "" 499 493 500 #: StatusEditUI.php:36 0494 #: StatusEditUI.php:362 501 495 msgid "The icon is used to visually represent the status." 502 496 msgstr "" 503 497 504 #: StatusEditUI.php:39 5498 #: StatusEditUI.php:397 505 499 msgid "Status Availability" 506 500 msgstr "" 507 501 508 #: StatusEditUI.php: 398502 #: StatusEditUI.php:400 509 503 msgid "Choose which user roles can assign this status to a post." 510 504 msgstr "" 511 505 512 #: StatusEditUI.php:43 4506 #: StatusEditUI.php:436 513 507 msgid "Choose which post types can be set to this status." 514 508 msgstr "" 515 509 516 #: StatusEditUI.php:47 1510 #: StatusEditUI.php:473 517 511 msgid "All Post Types" 518 512 msgstr "" 519 513 520 #: StatusEditUI.php:5 18514 #: StatusEditUI.php:520 521 515 msgid "Save As Label" 522 516 msgstr "" 523 517 524 #: StatusEditUI.php:52 6518 #: StatusEditUI.php:528 525 519 msgid "Submit Button Label" 526 520 msgstr "" 527 521 528 #: StatusEditUI.php:5 38522 #: StatusEditUI.php:540 529 523 msgid "Upgrade to choose who can manage posts in each status" 530 524 msgstr "" 531 525 532 #: StatusEditUI.php:54 1526 #: StatusEditUI.php:543 533 527 msgid "Get PublishPress Capabilities Pro for status-specific post access control." 534 528 msgstr "" 535 529 536 #: StatusEditUI.php:54 7530 #: StatusEditUI.php:549 537 531 msgid "Control which roles can assign a status" 538 532 msgstr "" 539 533 540 #: StatusEditUI.php:55 0534 #: StatusEditUI.php:552 541 535 msgid "Control which roles can edit or delete posts per-status" 542 536 msgstr "" 543 537 544 #: StatusEditUI.php:55 3538 #: StatusEditUI.php:555 545 539 msgid "Set capabilities separately for each post type" 546 540 msgstr "" 547 541 548 #: StatusEditUI.php:55 6542 #: StatusEditUI.php:558 549 543 msgid "User-friendly checkbox grid to assign capabilities" 550 544 msgstr "" 551 545 552 #: StatusEditUI.php:56 5546 #: StatusEditUI.php:567 553 547 msgid "Get PublishPress Capabilities Pro" 554 548 msgstr "" 555 549 556 #: StatusEditUI.php:57 0550 #: StatusEditUI.php:572 557 551 #: StatusListTable.php:186 558 552 #: StatusListTable.php:203 … … 561 555 msgstr "" 562 556 563 #: StatusEditUI.php:5 79557 #: StatusEditUI.php:581 564 558 msgid "Status-specific post capabilities are %1$scurrently disabled%2$s by PublishPress Capabilities Pro. You can %3$schange this setting%4$s." 565 559 msgstr "" … … 841 835 msgstr "" 842 836 837 #: StatusesUI.php:832 838 msgid "Add New" 839 msgstr "" 840 843 841 #. translators: %1$s and %2$s is link markup 844 842 #: StatusesUI.php:849 … … 1071 1069 1072 1070 #: StatusListTable.php:878 1073 msgid " X"1074 msgstr "" 1071 msgid "Delete" 1072 msgstr "" -
publishpress-statuses/trunk/publishpress-statuses.php
r3389260 r3389850 4 4 * Plugin URI: https://publishpress.com/statuses 5 5 * Description: Manage and create post statuses to customize your editorial workflow 6 * Version: 1.1.1 16 * Version: 1.1.12 7 7 * Author: PublishPress 8 8 * Author URI: https://publishpress.com/ … … 228 228 229 229 if (empty($interrupt_load)) { 230 define('PUBLISHPRESS_STATUSES_VERSION', '1.1.1 1');230 define('PUBLISHPRESS_STATUSES_VERSION', '1.1.12'); 231 231 232 232 define('PUBLISHPRESS_STATUSES_URL', trailingslashit(plugins_url('', __FILE__))); // @todo: vendor lib -
publishpress-statuses/trunk/readme.txt
r3389767 r3389850 7 7 Requires PHP: 7.2.5 8 8 Tested up to: 6.8 9 Stable tag: 1.1.1 19 Stable tag: 1.1.12 10 10 License: GPLv3 11 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.