Plugin Directory

Changeset 3389850


Ignore:
Timestamp:
11/04/2025 05:36:08 PM (3 weeks ago)
Author:
publishpress
Message:

Update to version 1.1.12 from GitHub

Location:
publishpress-statuses
Files:
28 edited
1 copied

Legend:

Unmodified
Added
Removed
  • publishpress-statuses/tags/1.1.12/Admin.php

    r3387201 r3389850  
    429429            'dashicons-format-status',
    430430            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']
    440431        );
    441432
  • publishpress-statuses/tags/1.1.12/CHANGELOG.md

    r3389260 r3389850  
    11The format is based on [Keep a Changelog](http://keepachangelog.com/)
    22and 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
    310
    411= [1.1.11] - 3 Nov 2025 =
  • publishpress-statuses/tags/1.1.12/StatusEditUI.php

    r3387201 r3389850  
    8282        || (defined('PUBLISHPRESS_CAPS_PRO_VERSION') && class_exists('PublishPress\StatusCapabilities') && !\PublishPress\StatusCapabilities::customStatusPostMetaPermissions('', $status)))
    8383        :
    84             $tabs['post_access'] = __('Post Access', 'publishpress-statuses');
     84            if ('draft' != $status->name) {
     85                $tabs['post_access'] = __('Post Access', 'publishpress-statuses');
     86            }
    8587        endif;
    8688
  • publishpress-statuses/tags/1.1.12/StatusListTable.php

    r3372042 r3389850  
    871871        $actions['edit'] =  ['url' => esc_url($url), 'label' => esc_html__('Edit')];
    872872
    873         if (empty($status_obj) || (empty($status_obj->_builtin))) {
     873        if ((empty($status_obj) || (empty($status_obj->_builtin))) && empty($status_obj->disabled)) {
    874874            $actions['disable'] = ['url' => '#', 'label' => \PublishPress_Statuses::__wp('Disable', 'publishpress-statuses')];
    875875        }
    876876
    877877        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')];
    879879        }
    880880
  • publishpress-statuses/tags/1.1.12/common/css/custom-status-admin.css

    r3389260 r3389850  
    352352}
    353353
    354 table.status-row td.name div.row-actions span.disable a {
    355 padding-right: 5px;
    356 }
    357 
    358354table.status-row td.name div.row-actions span.delete a {
    359 padding-left: 5px;
    360355font-weight: bold;
    361356}
  • publishpress-statuses/tags/1.1.12/languages/publishpress-statuses-es_ES.po

    r3359461 r3389850  
    55"Project-Id-Version: PublishPress Statuses 1.0.1\n"
    66"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"
    99"Last-Translator: \n"
    1010"Language-Team: \n"
     
    4444msgstr "https://publishpress.com/"
    4545
    46 #: Admin.php:18 Admin.php:352 Admin.php:353 PublishPress_Statuses.php:328
    47 #: PublishPress_Statuses.php:329 StatusesUI.php:92
     46#: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337
     47#: PublishPress_Statuses.php:338 StatusesUI.php:92
    4848msgid "Statuses"
    4949msgstr "Estados"
     
    5353msgstr "Ajustes"
    5454
    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
    5758msgid "Upgrade to Pro"
    5859msgstr "Actualizar a Pro"
    5960
    60 #: Admin.php:291
     61#: Admin.php:305
    6162msgid ""
    6263"Are you sure you want to delete the post status? All posts with this status "
     
    6667"con este estado serán asignadas al estado por defecto."
    6768
    68 #: Admin.php:363 Admin.php:364 StatusesUI.php:818
     69#: Admin.php:377 Admin.php:378 StatusesUI.php:832
    6970msgid "Add New"
    7071msgstr "Añadir nuevo"
    7172
    72 #: Admin.php:450 PublishPress_Statuses.php:785
     73#: Admin.php:464 PublishPress_Statuses.php:794
    7374msgid "Approve"
    7475msgstr "Aprobar"
    7576
    76 #: Admin.php:452 PublishPress_Statuses.php:757
     77#: Admin.php:466 PublishPress_Statuses.php:766
    7778msgid "Assign"
    7879msgstr "Asignar"
    7980
    80 #: Admin.php:454 PublishPress_Statuses.php:771
     81#: Admin.php:468 PublishPress_Statuses.php:780
    8182msgid "Mark In Progress"
    8283msgstr "Marca en progreso"
    8384
    8485#. translators: %s is the status label
    85 #: Admin.php:467
     86#: Admin.php:481
    8687msgid "Set to %s"
    8788msgstr "Establecer %s"
    8889
    8990#. translators: %s is the status label
    90 #: Admin.php:476 PostEditGutenberg.php:75
     91#: Admin.php:490 PostEditGutenberg.php:77
    9192msgid "Save as %s"
    9293msgstr "Guardar como %s"
    9394
    9495#. translators: %s is the name of a custom public status
    95 #: Admin.php:488
     96#: Admin.php:502
    9697msgid "Public (%s)"
    9798msgstr "Público (%s)"
    9899
    99 #: Admin.php:559 PostEditClassic.php:179 PostEditGutenberg.php:72
    100 #: PostEditGutenberg.php:259 PostEditGutenbergStatuses.php:44
    101 #: PostEditGutenbergStatuses.php:64 PostEditGutenbergStatuses.php:72
     100#: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74
     101#: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46
     102#: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74
    102103msgid "Advance Status"
    103104msgstr "Estado avanzado"
     
    177178
    178179#. translators: %s is the name of a custom visibility status
    179 #: PostEditClassic.php:312
     180#: PostEditClassic.php:314
    180181msgid "%s, Sticky"
    181182msgstr "%s, fijo"
     
    198199msgstr "Publicar %1$s tras aprobación %2$s"
    199200
    200 #: PostEditGutenberg.php:69
     201#: PostEditGutenberg.php:71
    201202msgid "Publication Workflow"
    202203msgstr "Flujo de trabajo de publicación"
    203204
    204 #: PostEditGutenberg.php:73
     205#: PostEditGutenberg.php:75
    205206msgid "Post Status"
    206207msgstr "Estado de la entrada"
    207208
    208 #: PostEditGutenberg.php:76
     209#: PostEditGutenberg.php:78
    209210msgid "Set Selected Status"
    210211msgstr "Establece el estado seleccionado"
    211212
    212 #: PostEditGutenberg.php:77
     213#: PostEditGutenberg.php:79
    213214msgid "Keep Current Status"
    214215msgstr "Mantener el estado actual"
    215216
    216 #: PostEditGutenberg.php:78
     217#: PostEditGutenberg.php:80
    217218msgid "Advance to Next Status"
    218219msgstr "Avanzar al estado siguiente"
    219220
    220 #: PostEditGutenberg.php:79
     221#: PostEditGutenberg.php:81
    221222msgid "Advance to Max Status"
    222223msgstr "Avanzar al estado máximo"
    223224
    224 #: PostEditGutenberg.php:80
     225#: PostEditGutenberg.php:82
    225226msgid "This post is currently published"
    226227msgstr "Esta entrada está actualmente publicada"
    227228
    228 #: PostEditGutenberg.php:81
     229#: PostEditGutenberg.php:83
    229230msgid "This post is currently scheduled"
    230231msgstr "Esta entrada está actualmente programada"
    231232
    232 #: PostEditGutenbergStatuses.php:116
     233#: PostEditGutenbergStatuses.php:118
    233234msgid "Workflow"
    234235msgstr "Flujo de trabajo"
    235236
    236 #: PostEditGutenbergStatuses.php:120
     237#: PostEditGutenbergStatuses.php:122
    237238msgid "Submit Revision"
    238239msgstr "Enviar revisión"
    239240
     241#: publishpress-statuses.php:118
     242msgid "<strong>This plugin can be deleted.</strong>"
     243msgstr "<strong>Este plugin se puede borrar.</strong>"
     244
    240245#. translators: %s is a version number
    241246#: publishpress-statuses.php:178
     
    265270"a la versión %s o superior."
    266271
    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
     273msgid ""
     274"Can bypass normal status progression. User can publish immediately or move "
     275"post to the furthest possible status."
     276msgstr ""
     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
    275281msgid "Manage Statuses plugin settings."
    276282msgstr "Gestionar los ajustes del plugin Statuses."
    277283
    278 #: PublishPress_Statuses.php:329
     284#: PublishPress_Statuses.php:338
    279285msgid "Status"
    280286msgstr "Estado"
    281287
    282 #: PublishPress_Statuses.php:343
     288#: PublishPress_Statuses.php:352
    283289msgid "Core Post Statuses"
    284290msgstr "Estados del núcleo de las entradas"
    285291
    286 #: PublishPress_Statuses.php:606
     292#: PublishPress_Statuses.php:615
    287293msgid "New post, not yet submitted."
    288294msgstr "Nueva entrada, aún no enviada."
    289295
    290 #: PublishPress_Statuses.php:627
     296#: PublishPress_Statuses.php:636
    291297msgid "Post is awaiting review."
    292298msgstr "La entrada está pendiente de revisión."
    293299
    294 #: PublishPress_Statuses.php:646
     300#: PublishPress_Statuses.php:655
    295301msgid "Post is scheduled for publication."
    296302msgstr "La entrada está programada para su publicación."
    297303
    298 #: PublishPress_Statuses.php:664
     304#: PublishPress_Statuses.php:673
    299305msgid "Post is published, publicly visible."
    300306msgstr "La entrada esstá publicada, y es visible públicamente."
    301307
    302 #: PublishPress_Statuses.php:682
     308#: PublishPress_Statuses.php:691
    303309msgid "Post is published with private visibility."
    304310msgstr "La entrada está publicada con visibilidad privada."
    305311
    306 #: PublishPress_Statuses.php:741
     312#: PublishPress_Statuses.php:750
    307313msgid "Pitch"
    308314msgstr "Idea"
    309315
    310 #: PublishPress_Statuses.php:743
     316#: PublishPress_Statuses.php:752
    311317msgctxt "post action/button label"
    312318msgid "Pitch"
    313319msgstr "Idea"
    314320
    315 #: PublishPress_Statuses.php:744
     321#: PublishPress_Statuses.php:753
    316322msgid "Idea proposed; waiting for acceptance."
    317323msgstr "Idea propuesta; en espera de aceptación."
    318324
    319 #: PublishPress_Statuses.php:755
     325#: PublishPress_Statuses.php:764
    320326msgid "Assigned"
    321327msgstr "Asignada"
    322328
    323 #: PublishPress_Statuses.php:758
     329#: PublishPress_Statuses.php:767
    324330msgid "Post idea assigned to writer."
    325331msgstr "Idea de entrada asignada al escritor."
    326332
    327 #: PublishPress_Statuses.php:769
     333#: PublishPress_Statuses.php:778
    328334msgid "In Progress"
    329335msgstr "En progreso"
    330336
    331 #: PublishPress_Statuses.php:772
     337#: PublishPress_Statuses.php:781
    332338msgid "Writer is working on the post."
    333339msgstr "El escritor está trabajando en la entrada."
    334340
    335 #: PublishPress_Statuses.php:783
     341#: PublishPress_Statuses.php:792
    336342msgid "Approved"
    337343msgstr "Aprobado"
    338344
    339 #: PublishPress_Statuses.php:786
     345#: PublishPress_Statuses.php:795
    340346msgid "Post has been approved for publication."
    341347msgstr "La entrada ha sido aprobada para su publicación."
    342348
    343 #: PublishPress_Statuses.php:797
     349#: PublishPress_Statuses.php:806
    344350msgid "Deferred"
    345351msgstr "Aplazado"
    346352
    347 #: PublishPress_Statuses.php:799
     353#: PublishPress_Statuses.php:808
    348354msgid "Defer"
    349355msgstr "Aplazar"
    350356
    351 #: PublishPress_Statuses.php:800
     357#: PublishPress_Statuses.php:809
    352358msgid "Post has been deferred for future consideration."
    353359msgstr "La entrada se ha aplazado para una futura consideración."
    354360
    355 #: PublishPress_Statuses.php:811
     361#: PublishPress_Statuses.php:820
    356362msgid "Needs Work"
    357363msgstr "Necesita trabajo"
    358364
    359 #: PublishPress_Statuses.php:813
     365#: PublishPress_Statuses.php:822
    360366msgid "Set to Needs Work"
    361367msgstr "Establecer en necesita trabajo"
    362368
    363 #: PublishPress_Statuses.php:814
     369#: PublishPress_Statuses.php:823
    364370msgid "Post needs work before further review."
    365371msgstr "La entrada necesita mejoras antes de ser revisada."
    366372
    367 #: PublishPress_Statuses.php:825
     373#: PublishPress_Statuses.php:834
    368374msgid "Rejected"
    369375msgstr "Rechazado"
    370376
    371 #: PublishPress_Statuses.php:827
     377#: PublishPress_Statuses.php:836
    372378msgid "Reject"
    373379msgstr "Rechazar"
    374380
    375 #: PublishPress_Statuses.php:828
     381#: PublishPress_Statuses.php:837
    376382msgid "Post has been rejected."
    377383msgstr "La entrada ha sido rechazada."
    378384
    379 #: PublishPress_Statuses.php:861
     385#: PublishPress_Statuses.php:870
    380386msgid "Alternate Pre-Publication Workflow:"
    381387msgstr "Flujo de trabajo alternativo previo a la publicación:"
    382388
    383 #: PublishPress_Statuses.php:928
     389#: PublishPress_Statuses.php:936
    384390msgid "Disabled Statuses:"
    385391msgstr "Estados desactivados:"
    386392
    387 #: PublishPress_Statuses.php:944
     393#: PublishPress_Statuses.php:952
    388394msgid "Committee"
    389395msgstr "Comité"
    390396
    391 #: PublishPress_Statuses.php:946
     397#: PublishPress_Statuses.php:954
    392398msgid "Refer to Committee"
    393399msgstr "Trasmitir al comité"
    394400
    395 #: PublishPress_Statuses.php:947
     401#: PublishPress_Statuses.php:955
    396402msgid "Post has been referred to committee."
    397403msgstr "La entrada ha sido transmitida al comité."
    398404
    399 #: PublishPress_Statuses.php:959
     405#: PublishPress_Statuses.php:967
    400406msgid "Committee Review"
    401407msgstr "Revisión por el comité"
    402408
    403 #: PublishPress_Statuses.php:961
     409#: PublishPress_Statuses.php:969
    404410msgid "Set to Committee Review"
    405411msgstr "Enviar a la revisión del comité"
    406412
    407 #: PublishPress_Statuses.php:962
     413#: PublishPress_Statuses.php:970
    408414msgid "Committee is reviewing the post."
    409415msgstr "El comité está revisando la entrada."
    410416
    411 #: PublishPress_Statuses.php:974
     417#: PublishPress_Statuses.php:982
    412418msgid "Committee Progress"
    413419msgstr "Progreso del comité"
    414420
    415 #: PublishPress_Statuses.php:976
     421#: PublishPress_Statuses.php:984
    416422msgid "Set to Committee Progress"
    417423msgstr "Establecer el progreso del comité"
    418424
    419 #: PublishPress_Statuses.php:977
     425#: PublishPress_Statuses.php:985
    420426msgid "Committee is editing the post."
    421427msgstr "Le comité ha editado la entrada."
    422428
    423 #: PublishPress_Statuses.php:989
     429#: PublishPress_Statuses.php:997
    424430msgid "Committee Approved"
    425431msgstr "Comité aprobado"
    426432
    427 #: PublishPress_Statuses.php:991
     433#: PublishPress_Statuses.php:999
    428434msgid "Set Committee Approval"
    429435msgstr "Establece la aprobación del comité"
    430436
    431 #: PublishPress_Statuses.php:992
     437#: PublishPress_Statuses.php:1000
    432438msgid "Committee has approved the post."
    433439msgstr "Le comité ha aprobado la entrada."
     
    445451msgstr "Etiquetas"
    446452
    447 #: StatusEditUI.php:69 StatusEditUI.php:393 StatusListTable.php:128
     453#: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128
    448454msgid "Post Types"
    449455msgstr "Tipos de contenido"
     
    453459msgstr "Perfiles"
    454460
    455 #: StatusEditUI.php:142
     461#: StatusEditUI.php:84
     462msgid "Post Access"
     463msgstr "Acceso a las entradas"
     464
     465#: StatusEditUI.php:165
    456466msgid ""
    457467"Enforce type-specific post capabilitities for this status, or share "
     
    461471"estado, o comparte capacidades con otro estado."
    462472
    463 #: StatusEditUI.php:180
     473#: StatusEditUI.php:210
    464474msgid "Update Status"
    465475msgstr "Actualizar estado"
    466476
    467 #: StatusEditUI.php:223
     477#: StatusEditUI.php:253
    468478msgid "Status Label"
    469479msgstr "Etiqueta de estado"
    470480
    471 #: StatusEditUI.php:236
     481#: StatusEditUI.php:266
    472482msgid "The name is used to identify the status. (Max: 20 characters)"
    473483msgstr "El nombre es usado para identificar el estado. (Máximo: 20 caracteres)"
    474484
    475 #: StatusEditUI.php:258
     485#: StatusEditUI.php:288
    476486msgid "The slug is the unique ID for the status."
    477487msgstr "El slug es el identificador único del estado."
    478488
    479 #: StatusEditUI.php:268
     489#: StatusEditUI.php:298
    480490msgid "Description"
    481491msgstr "Descripción"
    482492
    483 #: StatusEditUI.php:280
     493#: StatusEditUI.php:310
    484494msgid ""
    485495"The description is primarily for administrative use, to give you some "
     
    489499"poco de contexto sobre para qué se usa el estado personalizado."
    490500
    491 #: StatusEditUI.php:289
     501#: StatusEditUI.php:319
    492502msgid "Color"
    493503msgstr "Color"
    494504
    495 #: StatusEditUI.php:301
     505#: StatusEditUI.php:331
    496506msgid "The color is used to identify the status."
    497507msgstr "El color se usa para identificar el estado."
    498508
    499 #: StatusEditUI.php:307 StatusListTable.php:126
     509#: StatusEditUI.php:337 StatusListTable.php:126
    500510msgid "Icon"
    501511msgstr "Icono"
    502512
    503 #: StatusEditUI.php:323
     513#: StatusEditUI.php:353
    504514msgid "Select Icon"
    505515msgstr "Selecciona icono"
    506516
    507 #: StatusEditUI.php:329
     517#: StatusEditUI.php:359
    508518msgid "The icon is used to visually represent the status."
    509519msgstr "El icono se usa para representar visualmente el estado."
    510520
    511 #: StatusEditUI.php:357
     521#: StatusEditUI.php:393
    512522msgid "Status Availability"
    513523msgstr "Estado de disponibilidad"
    514524
    515 #: StatusEditUI.php:360
     525#: StatusEditUI.php:396
    516526msgid "Choose which user roles can assign this status to a post."
    517527msgstr ""
    518528"Elige qué perfiles de usuario pueden asignar este estado a una entrada."
    519529
    520 #: StatusEditUI.php:396
     530#: StatusEditUI.php:432
    521531msgid "Choose which post types can be set to this status."
    522532msgstr "Elige qué tipos de entrada pueden tener este estado."
    523533
    524 #: StatusEditUI.php:433
     534#: StatusEditUI.php:469
    525535msgid "All Post Types"
    526536msgstr "Todos los tipos de contenido"
    527537
    528 #: StatusEditUI.php:480
     538#: StatusEditUI.php:516
    529539msgid "Save As Label"
    530540msgstr "Guardar como etiqueta"
    531541
    532 #: StatusEditUI.php:488
     542#: StatusEditUI.php:524
    533543msgid "Submit Button Label"
    534544msgstr "Etiqueta del botón «Enviar»"
     545
     546#: StatusEditUI.php:536
     547msgid "Upgrade to choose who can manage posts in each status"
     548msgstr ""
     549"Actualizar para elegir quién puede gestionar las entradas en cada estado"
     550
     551#: StatusEditUI.php:539
     552msgid ""
     553"Get PublishPress Capabilities Pro for status-specific post access control."
     554msgstr ""
     555"Obtén PublishPress Capabilities Pro para controlar el acceso al estado "
     556"específico de la entrada."
     557
     558#: StatusEditUI.php:545
     559msgid "Control which roles can assign a status"
     560msgstr "Controla qué perfiles pueden asignar un estado"
     561
     562#: StatusEditUI.php:548
     563msgid "Control which roles can edit or delete posts per-status"
     564msgstr "Controla qué perfiles pueden editar o borrar las entradas por estado"
     565
     566#: StatusEditUI.php:551
     567msgid "Set capabilities separately for each post type"
     568msgstr "Establece las capacidades separadamente para cada tipo de contenido"
     569
     570#: StatusEditUI.php:554
     571msgid "User-friendly checkbox grid to assign capabilities"
     572msgstr ""
     573"Cuadrícula de casillas de verificación fácil de usar para asignar capacidades"
     574
     575#: StatusEditUI.php:563
     576msgid "Get PublishPress Capabilities Pro"
     577msgstr "Obtén PublishPress Capabilities Pro"
     578
     579#: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203
     580#: StatusListTable.php:613
     581msgid "Learn More"
     582msgstr "Aprender más"
     583
     584#: StatusEditUI.php:577
     585msgid ""
     586"Status-specific post capabilities are %1$scurrently disabled%2$s by "
     587"PublishPress Capabilities Pro. You can %3$schange this setting%4$s."
     588msgstr ""
     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."
    535592
    536593#. translators: %s is the status label
     
    557614msgstr "Añadir estado"
    558615
    559 #: StatusesUI.php:87 StatusesUI.php:965
     616#: StatusesUI.php:87 StatusesUI.php:979
    560617msgid "PublishPress Statuses Settings"
    561618msgstr "Ajustes de PublishPress Statuses"
     
    662719"máximo disponible"
    663720
    664 #: StatusesUI.php:444
     721#: StatusesUI.php:413
     722msgid "No workflow guidance"
     723msgstr "No hay orientación sobre el flujo de trabajo"
     724
     725#: StatusesUI.php:458
    665726msgid ""
    666727"Hide nested statuses (workflow branches) in the dropdown unless the post is "
     
    671732"hermano."
    672733
    673 #: StatusesUI.php:463
     734#: StatusesUI.php:477
    674735msgid "Available to all users"
    675736msgstr "Disponible para todos los usuarios"
    676737
    677 #: StatusesUI.php:464
     738#: StatusesUI.php:478
    678739msgid "Available to specified roles only"
    679740msgstr "Disponible solo para los perfiles especificados"
    680741
    681 #: StatusesUI.php:470
     742#: StatusesUI.php:484
    682743msgid ""
    683744"Users can only assign a custom status to a post if their role allows it. "
     
    689750"estado «Pendiente de revisión»."
    690751
    691 #: StatusesUI.php:472
     752#: StatusesUI.php:486
    692753msgid ""
    693754"Users can only assign a custom status to a post if their role allows it. "
     
    700761
    701762#. translators: %1$s and %2$s are link markup
    702 #: StatusesUI.php:481
     763#: StatusesUI.php:495
    703764msgid ""
    704765"View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s"
     
    707768"revisión > Perfiles %2$s"
    708769
    709 #: StatusesUI.php:505
     770#: StatusesUI.php:519
    710771msgid "Automatic Detection"
    711772msgstr "Detección automática"
    712773
    713 #: StatusesUI.php:506
     774#: StatusesUI.php:520
    714775msgid "Using Classic Editor"
    715776msgstr "Usando el editor clásico"
    716777
    717 #: StatusesUI.php:507
     778#: StatusesUI.php:521
    718779msgid "Using Gutenberg Editor"
    719780msgstr "Usando el editor Gutenberg"
    720781
    721 #: StatusesUI.php:512
     782#: StatusesUI.php:526
    722783msgid ""
    723784"If custom statuses in the post editor are not loaded correctly, prevent "
     
    727788"correctamente, evita la detección incorrecta del editor especificándolo aquí."
    728789
    729 #: StatusesUI.php:533
     790#: StatusesUI.php:547
    730791msgid "For all plugin statuses"
    731792msgstr "Para todos los estados de los plugins"
    732793
    733 #: StatusesUI.php:534
     794#: StatusesUI.php:548
    734795msgid "For user-created plugin statuses only"
    735796msgstr "Solo para los estados del plugin creados por el usuario"
    736797
    737 #: StatusesUI.php:539
     798#: StatusesUI.php:553
    738799msgid ""
    739800"This controls which statuses can have their labels customized by editing "
     
    745806"anulará cualquier cadena del archivo de idioma."
    746807
    747 #: StatusesUI.php:602
     808#: StatusesUI.php:616
    748809msgid "Note: Post types can also be specified for each individual status."
    749810msgstr ""
     
    751812"individual."
    752813
    753 #: StatusesUI.php:616 StatusesUI.php:674
     814#: StatusesUI.php:630 StatusesUI.php:688
    754815msgid "Select..."
    755816msgstr "Selecciona…"
    756817
    757 #: StatusesUI.php:619
     818#: StatusesUI.php:633
    758819msgid "Re-run Planner import (with Status Control properties, ordering)"
    759820msgstr ""
     
    761822"ordenando)"
    762823
    763 #: StatusesUI.php:620
     824#: StatusesUI.php:634
    764825msgid "Re-run Planner import (ignoring Status Control configuration)"
    765826msgstr ""
     
    767828"de estado)"
    768829
    769 #: StatusesUI.php:622
     830#: StatusesUI.php:636
    770831msgid "Re-run Planner import"
    771832msgstr "Reejecutar la importación de Planner"
    772833
    773 #: StatusesUI.php:628
     834#: StatusesUI.php:642
    774835msgid ""
    775836"Status color, icon and position is automatically imported from PublishPress "
     
    782843"por Planner."
    783844
    784 #: StatusesUI.php:676
     845#: StatusesUI.php:690
    785846msgid "Back up current colors, icons, labels and post types"
    786847msgstr ""
     
    788849"actuales"
    789850
    790 #: StatusesUI.php:681
     851#: StatusesUI.php:695
    791852msgid "Restore backup of status colors"
    792853msgstr "Restaura la copia de seguridad de los colores de estado"
    793854
    794 #: StatusesUI.php:685
     855#: StatusesUI.php:699
    795856msgid "Restore backup of status icons"
    796857msgstr "Restaura la copia de seguridad de los iconos de estado"
    797858
    798 #: StatusesUI.php:689
     859#: StatusesUI.php:703
    799860msgid "Restore backup of status labels"
    800861msgstr "Restaura la copia de seguridad de las etiquetas de estado"
    801862
    802 #: StatusesUI.php:693
     863#: StatusesUI.php:707
    803864msgid "Restore backup of status post types"
    804865msgstr "Restaura la copia de seguridad de los tipos de contenido de estado"
    805866
    806 #: StatusesUI.php:699
     867#: StatusesUI.php:713
    807868msgid "Restore auto-backup of status colors"
    808869msgstr "Restaura la copia de seguridad automática de los colores de estado"
    809870
    810 #: StatusesUI.php:703
     871#: StatusesUI.php:717
    811872msgid "Restore auto-backup of status icons"
    812873msgstr "Restaura la copia de seguridad automática de los iconos de estado"
    813874
    814 #: StatusesUI.php:707
     875#: StatusesUI.php:721
    815876msgid "Restore auto-backup of status labels"
    816877msgstr "Restaura la copia de seguridad automática de las etiquetas de estado"
    817878
    818 #: StatusesUI.php:711
     879#: StatusesUI.php:725
    819880msgid "Restore auto-backup of status post types"
    820881msgstr ""
    821882"Restaura la copia de seguridad automática de los tipos de contenido de estado"
    822883
    823 #: StatusesUI.php:718
     884#: StatusesUI.php:732
    824885msgid "Use default status colors"
    825886msgstr "Usa los colores de estado por defecto"
    826887
    827 #: StatusesUI.php:722
     888#: StatusesUI.php:736
    828889msgid "Use default status icons"
    829890msgstr "Usa los iconos de estado por defecto"
    830891
    831 #: StatusesUI.php:726
     892#: StatusesUI.php:740
    832893msgid "Use default status labels"
    833894msgstr "Usa las etiquetas de estado por defecto"
    834895
    835 #: StatusesUI.php:730
     896#: StatusesUI.php:744
    836897msgid "Use default status post types"
    837898msgstr "Usa los tipos de contenido de estado por defecto"
    838899
    839 #: StatusesUI.php:734
     900#: StatusesUI.php:748
    840901msgid "Use Planner plugin's default status colors"
    841902msgstr "Usa los colores de estado por defecto del plugin Planner"
    842903
    843 #: StatusesUI.php:738
     904#: StatusesUI.php:752
    844905msgid "Use Planner plugin's default status icons"
    845906msgstr "Usa los iconos de estado por defecto del plugin Planner"
    846907
    847908#. translators: %s is the status name
    848 #: StatusesUI.php:777
     909#: StatusesUI.php:791
    849910msgid "Edit Status: %s"
    850911msgstr "Editar estado: %s"
    851912
    852913#. translators: %s is the status name
    853 #: StatusesUI.php:780
     914#: StatusesUI.php:794
    854915msgid "Edit %1$s: %2$s"
    855916msgstr "Editar %1$s: %2$s"
    856917
    857 #: StatusesUI.php:817 StatusesUI.php:951
     918#: StatusesUI.php:831 StatusesUI.php:965
    858919msgid "Add New Pre-Publication Status"
    859920msgstr "Añadir nuevo estado previo a la publicación"
    860921
    861922#. translators: %1$s and %2$s is link markup
    862 #: StatusesUI.php:835
     923#: StatusesUI.php:849
    863924msgid ""
    864925"For custom Visibility Statuses, please %1$senable the Status Control "
     
    868929"de «Control de estado»%2$s de Permisos Pro."
    869930
    870 #: StatusesUI.php:876
     931#: StatusesUI.php:890
    871932msgid "Pre-Publication"
    872933msgstr "Previo a la publicación"
    873934
    874 #: StatusesUI.php:884
     935#: StatusesUI.php:898
    875936msgid "Visibility"
    876937msgstr "Visibilidad"
    877938
    878 #: StatusesUI.php:895
     939#: StatusesUI.php:909
    879940msgid "Revision"
    880941msgstr "Revisión"
    881942
    882 #: StatusesUI.php:955
     943#: StatusesUI.php:969
    883944msgid ""
    884945"This status can be assigned to an unpublished post using the Post Status "
     
    9691030msgstr "Nombre de estado"
    9701031
    971 #: StatusListTable.php:153
    972 msgid "Unlock Revision Statuses"
    973 msgstr "Desbloquear los estados de revisión"
    974 
    9751032#: 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."
     1033msgid "Upgrade to create an approval workflow for published content"
     1034msgstr ""
     1035"Actualizar para crear un flujo de trabajo de aprobación para el contenido "
     1036"publicado"
     1037
     1038#: StatusListTable.php:157
     1039msgid ""
     1040"Create approval workflows using PublishPress Statuses Pro together with the "
     1041"PublishPress Revisions Pro plugin"
     1042msgstr ""
     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
     1047msgid ""
     1048"The PublishPress Revisions plugin allows users to submit changes to "
     1049"published posts"
     1050msgstr ""
     1051"El plugin PublishPress Revisions permite a los usuarios enviar cambios a las "
     1052"entradas publicadas"
     1053
     1054#: StatusListTable.php:166
     1055msgid ""
     1056"PublishPress Statuses plugin enables you to add statuses for post changes "
     1057"created with Revisions"
     1058msgstr ""
     1059"El plugin PublishPress Statuses te permite activar estados para los cambios "
     1060"en las entradas creados con Revisions"
     1061
     1062#: StatusListTable.php:169
     1063msgid "Each post type can have different Revisions statuses"
     1064msgstr "Cada tipo de contenido puede tener diferentes estados de revisión"
    9811065
    9821066#: StatusListTable.php:172
     1067msgid "You choose which users can manage content in each Revisions status"
     1068msgstr ""
     1069"Puedes elegir qué usuarios pueden gestionar el contenido en cada estado de "
     1070"revisión"
     1071
     1072#: StatusListTable.php:198
    9831073msgid "Premium Feature"
    9841074msgstr "Característica premium"
    9851075
    986 #: StatusListTable.php:173
     1076#: StatusListTable.php:199
    9871077msgid "Install Statuses Pro to unlock custom revision statuses."
    9881078msgstr ""
    9891079"Instala Statuses Pro para desbloquear estados de revisión personalizados."
    9901080
    991 #: StatusListTable.php:174
     1081#: StatusListTable.php:200
    9921082msgid "Configure for any post type and role to match your editing workflow."
    9931083msgstr ""
     
    9951085"de trabajo de edición."
    9961086
    997 #: StatusListTable.php:177
    998 msgid "Learn More"
    999 msgstr "Aprender más"
    1000 
    1001 #: StatusListTable.php:238
     1087#: StatusListTable.php:265
    10021088msgid ""
    10031089"To define and control Revision statuses, update the %1$sPublishPress "
     
    10071093"%1$sPublishPress Revisions%2$s a la versión %3$s o superior."
    10081094
    1009 #: StatusListTable.php:270
     1095#: StatusListTable.php:297
    10101096msgid "Main Workflow:"
    10111097msgstr "Flujo de trabajo principal:"
    10121098
    1013 #: StatusListTable.php:292
     1099#: StatusListTable.php:319
    10141100msgid "Drop any status here to include it in main workflow for new posts."
    10151101msgstr ""
     
    10171103"de las nuevas entradas."
    10181104
    1019 #: StatusListTable.php:327
     1105#: StatusListTable.php:354
    10201106msgid ""
    10211107"Statuses in the main workflow are presented for convenient default selection "
     
    10251111"selección por defecto al actualizar una entrada no publicada."
    10261112
    1027 #: StatusListTable.php:334
     1113#: StatusListTable.php:361
    10281114msgid ""
    10291115"Statuses in the main workflow are manually selectable when editing an "
     
    10331119"al editar una entrada no publicada."
    10341120
    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
    10401122msgid ""
    10411123"Drop any status here to make it manually selectable outside the main "
     
    10451127"del flujo de trabajo principal."
    10461128
    1047 #: StatusListTable.php:386
     1129#: StatusListTable.php:408
    10481130msgid "Drop any status here to disable."
    10491131msgstr "Suelta aquí cualquier estado para desactivarlo."
    10501132
    1051 #: StatusListTable.php:434
     1133#: StatusListTable.php:456
    10521134msgid "Standard Publication:"
    10531135msgstr "Publicación estándar:"
    10541136
    1055 #: StatusListTable.php:441
     1137#: StatusListTable.php:463
    10561138msgid "Visibility Statuses for Private Publication:"
    10571139msgstr "Estados de visibilidad para la publicación privada:"
    10581140
    1059 #: StatusListTable.php:448
     1141#: StatusListTable.php:470
    10601142msgid "Alternate Workflows:"
    10611143msgstr "Flujo de trabajo alternativo:"
    10621144
    10631145#. translators: %s is the opening and closing <span> tags
    1064 #: StatusListTable.php:459
     1146#: StatusListTable.php:481
    10651147msgid "Disabled Statuses (drag to re-enable):"
    10661148msgstr "Estados desactivados (arrastra para reactivar):"
    10671149
     1150#: StatusListTable.php:581
     1151msgid "Upgrade to choose who can view your non-public posts"
     1152msgstr "Actualizar para elegir quién puede ver tus entradas no públicas"
     1153
     1154#: StatusListTable.php:584
     1155msgid ""
     1156"Install PublishPress Permissions Pro to define your own custom visibility "
     1157"statuses."
     1158msgstr ""
     1159"Instalar PublishPress Permissions Pro para to definir tus propios estados de "
     1160"visibilidad personalizados."
     1161
     1162#: StatusListTable.php:590
     1163msgid "Create multiple visibility statuses to show content to different users"
     1164msgstr ""
     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
     1169msgid "Choose which user roles can see posts in each status"
     1170msgstr "Elige qué perfiles de usuario pueden ver las entradas en cada estado"
     1171
     1172#: StatusListTable.php:596
     1173msgid "Select which user roles can move posts to each status"
     1174msgstr ""
     1175"Selecciona qué perfiles de usuario pueden mover las entradas a cada estado"
     1176
     1177#: StatusListTable.php:599
     1178msgid "Decide which user roles can edit posts in each status"
     1179msgstr ""
     1180"Decide qué perfiles de usuario pueden editar las entradas en cada estado"
     1181
     1182#: StatusListTable.php:608
     1183msgid "Get PublishPress Permissions Pro"
     1184msgstr "Obtén PublishPress Permissions Pro"
     1185
    10681186#. translators: %s is the list of post types
    1069 #: StatusListTable.php:633
     1187#: StatusListTable.php:696
    10701188msgid "%s, more..."
    10711189msgstr "%s, más…"
    10721190
    1073 #: StatusListTable.php:715
     1191#: StatusListTable.php:778
    10741192msgid "No custom statuses found."
    10751193msgstr "No se han encontrado estados personalizados."
    10761194
    1077 #: StatusListTable.php:786
     1195#: StatusListTable.php:849
    10781196msgid "Core"
    10791197msgstr "Núcleo"
    10801198
    1081 #: StatusListTable.php:790
     1199#: StatusListTable.php:853
    10821200msgid "Default"
    10831201msgstr "Por defecto"
    10841202
    1085 #: StatusListTable.php:815
     1203#: StatusListTable.php:878
    10861204msgid "X"
    10871205msgstr "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)"
    10881212
    10891213#~ msgid ""
  • publishpress-statuses/tags/1.1.12/languages/publishpress-statuses-fr_FR.po

    r3359461 r3389850  
    66"WordPress Publishing Workflows - Stable (latest release)\n"
    77"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"
    1010"Last-Translator: \n"
    1111"Language-Team: \n"
     
    4444msgstr "https://publishpress.com/"
    4545
    46 #: Admin.php:18 Admin.php:352 Admin.php:353 PublishPress_Statuses.php:328
    47 #: PublishPress_Statuses.php:329 StatusesUI.php:92
     46#: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337
     47#: PublishPress_Statuses.php:338 StatusesUI.php:92
    4848msgid "Statuses"
    4949msgstr "États"
     
    5353msgstr "Réglages"
    5454
    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
    5758msgid "Upgrade to Pro"
    5859msgstr "Passer à la version Pro"
    5960
    60 #: Admin.php:291
     61#: Admin.php:305
    6162msgid ""
    6263"Are you sure you want to delete the post status? All posts with this status "
     
    6667"les publications ayant cet état seront assignées à l’état par défaut."
    6768
    68 #: Admin.php:363 Admin.php:364 StatusesUI.php:818
     69#: Admin.php:377 Admin.php:378 StatusesUI.php:832
    6970msgid "Add New"
    7071msgstr "Ajouter"
    7172
    72 #: Admin.php:450 PublishPress_Statuses.php:785
     73#: Admin.php:464 PublishPress_Statuses.php:794
    7374msgid "Approve"
    7475msgstr "Approuver"
    7576
    76 #: Admin.php:452 PublishPress_Statuses.php:757
     77#: Admin.php:466 PublishPress_Statuses.php:766
    7778msgid "Assign"
    7879msgstr "Assigner"
    7980
    80 #: Admin.php:454 PublishPress_Statuses.php:771
     81#: Admin.php:468 PublishPress_Statuses.php:780
    8182msgid "Mark In Progress"
    8283msgstr "Marquer en cours"
    8384
    8485#. translators: %s is the status label
    85 #: Admin.php:467
     86#: Admin.php:481
    8687msgid "Set to %s"
    8788msgstr "Défini sur %s"
    8889
    8990#. translators: %s is the status label
    90 #: Admin.php:476 PostEditGutenberg.php:75
     91#: Admin.php:490 PostEditGutenberg.php:77
    9192msgid "Save as %s"
    9293msgstr "Enregistrer comme %s"
    9394
    9495#. translators: %s is the name of a custom public status
    95 #: Admin.php:488
     96#: Admin.php:502
    9697msgid "Public (%s)"
    9798msgstr "Public (%s)"
    9899
    99 #: Admin.php:559 PostEditClassic.php:179 PostEditGutenberg.php:72
    100 #: PostEditGutenberg.php:259 PostEditGutenbergStatuses.php:44
    101 #: PostEditGutenbergStatuses.php:64 PostEditGutenbergStatuses.php:72
     100#: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74
     101#: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46
     102#: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74
    102103msgid "Advance Status"
    103104msgstr "État avancé"
     
    178179
    179180#. translators: %s is the name of a custom visibility status
    180 #: PostEditClassic.php:312
     181#: PostEditClassic.php:314
    181182msgid "%s, Sticky"
    182183msgstr "%s, épinglé"
     
    199200msgstr "Publier %1$s sur approbation %2$s"
    200201
    201 #: PostEditGutenberg.php:69
     202#: PostEditGutenberg.php:71
    202203msgid "Publication Workflow"
    203204msgstr "Flux de travail de publication"
    204205
    205 #: PostEditGutenberg.php:73
     206#: PostEditGutenberg.php:75
    206207msgid "Post Status"
    207208msgstr "État de la publication"
    208209
    209 #: PostEditGutenberg.php:76
     210#: PostEditGutenberg.php:78
    210211msgid "Set Selected Status"
    211212msgstr "Définir l’état sélectionné"
    212213
    213 #: PostEditGutenberg.php:77
     214#: PostEditGutenberg.php:79
    214215msgid "Keep Current Status"
    215216msgstr "Conserver l’état actuel"
    216217
    217 #: PostEditGutenberg.php:78
     218#: PostEditGutenberg.php:80
    218219msgid "Advance to Next Status"
    219220msgstr "Passer à l’état suivant"
    220221
    221 #: PostEditGutenberg.php:79
     222#: PostEditGutenberg.php:81
    222223msgid "Advance to Max Status"
    223224msgstr "Passer à l’état maximum"
    224225
    225 #: PostEditGutenberg.php:80
     226#: PostEditGutenberg.php:82
    226227msgid "This post is currently published"
    227228msgstr "Cette publication est actuellement publiée"
    228229
    229 #: PostEditGutenberg.php:81
     230#: PostEditGutenberg.php:83
    230231msgid "This post is currently scheduled"
    231232msgstr "Cette publication est actuellement planifiée"
    232233
    233 #: PostEditGutenbergStatuses.php:116
     234#: PostEditGutenbergStatuses.php:118
    234235msgid "Workflow"
    235236msgstr "Flux de travail"
    236237
    237 #: PostEditGutenbergStatuses.php:120
     238#: PostEditGutenbergStatuses.php:122
    238239msgid "Submit Revision"
    239240msgstr "Envoyer la révision"
    240241
     242#: publishpress-statuses.php:118
     243msgid "<strong>This plugin can be deleted.</strong>"
     244msgstr "<strong>Cette extension peut être supprimée.</strong>"
     245
    241246#. translators: %s is a version number
    242247#: publishpress-statuses.php:178
     
    266271"Capabilities Pro avec la version %s ou supérieure."
    267272
    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
     274msgid ""
     275"Can bypass normal status progression. User can publish immediately or move "
     276"post to the furthest possible status."
     277msgstr ""
     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
    276283msgid "Manage Statuses plugin settings."
    277284msgstr "Gérer les réglages de l’extension Statuses."
    278285
    279 #: PublishPress_Statuses.php:329
     286#: PublishPress_Statuses.php:338
    280287msgid "Status"
    281288msgstr "État"
    282289
    283 #: PublishPress_Statuses.php:343
     290#: PublishPress_Statuses.php:352
    284291msgid "Core Post Statuses"
    285292msgstr "États du cœur de la publication"
    286293
    287 #: PublishPress_Statuses.php:606
     294#: PublishPress_Statuses.php:615
    288295msgid "New post, not yet submitted."
    289296msgstr "Nouvelle publication, pas encore proposée."
    290297
    291 #: PublishPress_Statuses.php:627
     298#: PublishPress_Statuses.php:636
    292299msgid "Post is awaiting review."
    293300msgstr "La publication est en attente de révision."
    294301
    295 #: PublishPress_Statuses.php:646
     302#: PublishPress_Statuses.php:655
    296303msgid "Post is scheduled for publication."
    297304msgstr "La publication est planifiée pour publication."
    298305
    299 #: PublishPress_Statuses.php:664
     306#: PublishPress_Statuses.php:673
    300307msgid "Post is published, publicly visible."
    301308msgstr "La publication est publiée, publiquement visible."
    302309
    303 #: PublishPress_Statuses.php:682
     310#: PublishPress_Statuses.php:691
    304311msgid "Post is published with private visibility."
    305312msgstr "La publication est publiée avec une visibilité privée."
    306313
    307 #: PublishPress_Statuses.php:741
     314#: PublishPress_Statuses.php:750
    308315msgid "Pitch"
    309316msgstr "Pitch"
    310317
    311 #: PublishPress_Statuses.php:743
     318#: PublishPress_Statuses.php:752
    312319msgctxt "post action/button label"
    313320msgid "Pitch"
    314321msgstr "Pitch"
    315322
    316 #: PublishPress_Statuses.php:744
     323#: PublishPress_Statuses.php:753
    317324msgid "Idea proposed; waiting for acceptance."
    318325msgstr "Idée proposée ; en attente d’acceptation."
    319326
    320 #: PublishPress_Statuses.php:755
     327#: PublishPress_Statuses.php:764
    321328msgid "Assigned"
    322329msgstr "Assignée"
    323330
    324 #: PublishPress_Statuses.php:758
     331#: PublishPress_Statuses.php:767
    325332msgid "Post idea assigned to writer."
    326333msgstr "Idée de publication assignée au rédacteur ou à la rédactrice."
    327334
    328 #: PublishPress_Statuses.php:769
     335#: PublishPress_Statuses.php:778
    329336msgid "In Progress"
    330337msgstr "En cours"
    331338
    332 #: PublishPress_Statuses.php:772
     339#: PublishPress_Statuses.php:781
    333340msgid "Writer is working on the post."
    334341msgstr "Le rédacteur ou la rédactrice travaille sur la publication."
    335342
    336 #: PublishPress_Statuses.php:783
     343#: PublishPress_Statuses.php:792
    337344msgid "Approved"
    338345msgstr "Approuvé"
    339346
    340 #: PublishPress_Statuses.php:786
     347#: PublishPress_Statuses.php:795
    341348msgid "Post has been approved for publication."
    342349msgstr "La publication a été approuvée pour publication."
    343350
    344 #: PublishPress_Statuses.php:797
     351#: PublishPress_Statuses.php:806
    345352msgid "Deferred"
    346353msgstr "Différé"
    347354
    348 #: PublishPress_Statuses.php:799
     355#: PublishPress_Statuses.php:808
    349356msgid "Defer"
    350357msgstr "Différer"
    351358
    352 #: PublishPress_Statuses.php:800
     359#: PublishPress_Statuses.php:809
    353360msgid "Post has been deferred for future consideration."
    354361msgstr "La publication a été différée en vue d’une prise en compte future."
    355362
    356 #: PublishPress_Statuses.php:811
     363#: PublishPress_Statuses.php:820
    357364msgid "Needs Work"
    358365msgstr "Besoin de modifications"
    359366
    360 #: PublishPress_Statuses.php:813
     367#: PublishPress_Statuses.php:822
    361368msgid "Set to Needs Work"
    362369msgstr "Définir à besoin de modifications"
    363370
    364 #: PublishPress_Statuses.php:814
     371#: PublishPress_Statuses.php:823
    365372msgid "Post needs work before further review."
    366373msgstr ""
     
    368375"détail."
    369376
    370 #: PublishPress_Statuses.php:825
     377#: PublishPress_Statuses.php:834
    371378msgid "Rejected"
    372379msgstr "Rejeté"
    373380
    374 #: PublishPress_Statuses.php:827
     381#: PublishPress_Statuses.php:836
    375382msgid "Reject"
    376383msgstr "Rejeter"
    377384
    378 #: PublishPress_Statuses.php:828
     385#: PublishPress_Statuses.php:837
    379386msgid "Post has been rejected."
    380387msgstr "La publication a été rejetée."
    381388
    382 #: PublishPress_Statuses.php:861
     389#: PublishPress_Statuses.php:870
    383390msgid "Alternate Pre-Publication Workflow:"
    384391msgstr "Flux de travail alternatif de prépublication :"
    385392
    386 #: PublishPress_Statuses.php:928
     393#: PublishPress_Statuses.php:936
    387394msgid "Disabled Statuses:"
    388395msgstr "États désactivés :"
    389396
    390 #: PublishPress_Statuses.php:944
     397#: PublishPress_Statuses.php:952
    391398msgid "Committee"
    392399msgstr "Comité"
    393400
    394 #: PublishPress_Statuses.php:946
     401#: PublishPress_Statuses.php:954
    395402msgid "Refer to Committee"
    396403msgstr "Renvoyer au comité"
    397404
    398 #: PublishPress_Statuses.php:947
     405#: PublishPress_Statuses.php:955
    399406msgid "Post has been referred to committee."
    400407msgstr "La publication a été renvoyé au comité."
    401408
    402 #: PublishPress_Statuses.php:959
     409#: PublishPress_Statuses.php:967
    403410msgid "Committee Review"
    404411msgstr "Révision par le comité"
    405412
    406 #: PublishPress_Statuses.php:961
     413#: PublishPress_Statuses.php:969
    407414msgid "Set to Committee Review"
    408415msgstr "Definir à la révision du comité"
    409416
    410 #: PublishPress_Statuses.php:962
     417#: PublishPress_Statuses.php:970
    411418msgid "Committee is reviewing the post."
    412419msgstr "La commission est en train de réviser la publication."
    413420
    414 #: PublishPress_Statuses.php:974
     421#: PublishPress_Statuses.php:982
    415422msgid "Committee Progress"
    416423msgstr "Progrès du comité"
    417424
    418 #: PublishPress_Statuses.php:976
     425#: PublishPress_Statuses.php:984
    419426msgid "Set to Committee Progress"
    420427msgstr "Définir à la progression du comité"
    421428
    422 #: PublishPress_Statuses.php:977
     429#: PublishPress_Statuses.php:985
    423430msgid "Committee is editing the post."
    424431msgstr "Le comité a modifié la publication."
    425432
    426 #: PublishPress_Statuses.php:989
     433#: PublishPress_Statuses.php:997
    427434msgid "Committee Approved"
    428435msgstr "Approuvé par le comité"
    429436
    430 #: PublishPress_Statuses.php:991
     437#: PublishPress_Statuses.php:999
    431438msgid "Set Committee Approval"
    432439msgstr "Definir l’approbation du comité"
    433440
    434 #: PublishPress_Statuses.php:992
     441#: PublishPress_Statuses.php:1000
    435442msgid "Committee has approved the post."
    436443msgstr "Le comité a approuvé la publication."
     
    448455msgstr "Libellés"
    449456
    450 #: StatusEditUI.php:69 StatusEditUI.php:393 StatusListTable.php:128
     457#: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128
    451458msgid "Post Types"
    452459msgstr "Types de publication"
     
    456463msgstr "Rôles"
    457464
    458 #: StatusEditUI.php:142
     465#: StatusEditUI.php:84
     466msgid "Post Access"
     467msgstr "Accés aux publications"
     468
     469#: StatusEditUI.php:165
    459470msgid ""
    460471"Enforce type-specific post capabilitities for this status, or share "
     
    464475"ou partager les permissions avec un autre état."
    465476
    466 #: StatusEditUI.php:180
     477#: StatusEditUI.php:210
    467478msgid "Update Status"
    468479msgstr "Mettre à jour l’état"
    469480
    470 #: StatusEditUI.php:223
     481#: StatusEditUI.php:253
    471482msgid "Status Label"
    472483msgstr "Libellé de l’état"
    473484
    474 #: StatusEditUI.php:236
     485#: StatusEditUI.php:266
    475486msgid "The name is used to identify the status. (Max: 20 characters)"
    476487msgstr "Le nom est utilisé pour identifier l’état. (Max : 20 caractères)"
    477488
    478 #: StatusEditUI.php:258
     489#: StatusEditUI.php:288
    479490msgid "The slug is the unique ID for the status."
    480491msgstr "Le slug est l’identifiant unique de l’état."
    481492
    482 #: StatusEditUI.php:268
     493#: StatusEditUI.php:298
    483494msgid "Description"
    484495msgstr "Description"
    485496
    486 #: StatusEditUI.php:280
     497#: StatusEditUI.php:310
    487498msgid ""
    488499"The description is primarily for administrative use, to give you some "
     
    493504"utilisé."
    494505
    495 #: StatusEditUI.php:289
     506#: StatusEditUI.php:319
    496507msgid "Color"
    497508msgstr "Couleur"
    498509
    499 #: StatusEditUI.php:301
     510#: StatusEditUI.php:331
    500511msgid "The color is used to identify the status."
    501512msgstr "La couleur est utilisée pour identifier l’état."
    502513
    503 #: StatusEditUI.php:307 StatusListTable.php:126
     514#: StatusEditUI.php:337 StatusListTable.php:126
    504515msgid "Icon"
    505516msgstr "Icône"
    506517
    507 #: StatusEditUI.php:323
     518#: StatusEditUI.php:353
    508519msgid "Select Icon"
    509520msgstr "Sélectionner une icône"
    510521
    511 #: StatusEditUI.php:329
     522#: StatusEditUI.php:359
    512523msgid "The icon is used to visually represent the status."
    513524msgstr "L’icône est utilisée pour représenter visuellement l’état."
    514525
    515 #: StatusEditUI.php:357
     526#: StatusEditUI.php:393
    516527msgid "Status Availability"
    517528msgstr "État de la disponibilité"
    518529
    519 #: StatusEditUI.php:360
     530#: StatusEditUI.php:396
    520531msgid "Choose which user roles can assign this status to a post."
    521532msgstr ""
     
    523534"état à une publication."
    524535
    525 #: StatusEditUI.php:396
     536#: StatusEditUI.php:432
    526537msgid "Choose which post types can be set to this status."
    527538msgstr ""
    528539"Choisissez les types de publication qui peuvent être définis dans cet état."
    529540
    530 #: StatusEditUI.php:433
     541#: StatusEditUI.php:469
    531542msgid "All Post Types"
    532543msgstr "Tous les types de publication"
    533544
    534 #: StatusEditUI.php:480
     545#: StatusEditUI.php:516
    535546msgid "Save As Label"
    536547msgstr "Enregistrer comme libellé"
    537548
    538 #: StatusEditUI.php:488
     549#: StatusEditUI.php:524
    539550msgid "Submit Button Label"
    540551msgstr "Libellé du bouton « Envoyer »"
     552
     553#: StatusEditUI.php:536
     554msgid "Upgrade to choose who can manage posts in each status"
     555msgstr ""
     556"Mettre à niveau pour choisir qui peut gérer les publications dans chaque état"
     557
     558#: StatusEditUI.php:539
     559msgid ""
     560"Get PublishPress Capabilities Pro for status-specific post access control."
     561msgstr ""
     562"Obtenir PublishPress Capabilities Pro pour contrôler l’accès aux "
     563"publications spécifiques à un état."
     564
     565#: StatusEditUI.php:545
     566msgid "Control which roles can assign a status"
     567msgstr "Contrôler quels rôles peuvent assigner un état"
     568
     569#: StatusEditUI.php:548
     570msgid "Control which roles can edit or delete posts per-status"
     571msgstr ""
     572"Contrôler quels rôles peuvent modifier ou supprimer les publications par état"
     573
     574#: StatusEditUI.php:551
     575msgid "Set capabilities separately for each post type"
     576msgstr "Définir les permissions séparément pour chaque type de publication"
     577
     578#: StatusEditUI.php:554
     579msgid "User-friendly checkbox grid to assign capabilities"
     580msgstr ""
     581"Une grille de cases à cocher simple d’utilisation pour assigner des "
     582"permissions"
     583
     584#: StatusEditUI.php:563
     585msgid "Get PublishPress Capabilities Pro"
     586msgstr "Obtenir PublishPress Capabilities Pro"
     587
     588#: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203
     589#: StatusListTable.php:613
     590msgid "Learn More"
     591msgstr "En savoir plus"
     592
     593#: StatusEditUI.php:577
     594msgid ""
     595"Status-specific post capabilities are %1$scurrently disabled%2$s by "
     596"PublishPress Capabilities Pro. You can %3$schange this setting%4$s."
     597msgstr ""
     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."
    541601
    542602#. translators: %s is the status label
     
    563623msgstr "Ajouter"
    564624
    565 #: StatusesUI.php:87 StatusesUI.php:965
     625#: StatusesUI.php:87 StatusesUI.php:979
    566626msgid "PublishPress Statuses Settings"
    567627msgstr "Réglages de PublishPress Statuses"
     
    668728"l’état le plus élevé accessible à l’utilisateur/utilisatrice."
    669729
    670 #: StatusesUI.php:444
     730#: StatusesUI.php:413
     731msgid "No workflow guidance"
     732msgstr "Aucune instruction sur le flux de travail"
     733
     734#: StatusesUI.php:458
    671735msgid ""
    672736"Hide nested statuses (workflow branches) in the dropdown unless the post is "
     
    677741"un état frère."
    678742
    679 #: StatusesUI.php:463
     743#: StatusesUI.php:477
    680744msgid "Available to all users"
    681745msgstr "Disponible pour tous les utilisateurs/utilisatrices"
    682746
    683 #: StatusesUI.php:464
     747#: StatusesUI.php:478
    684748msgid "Available to specified roles only"
    685749msgstr "Disponible uniquement pour les rôles spécifiés"
    686750
    687 #: StatusesUI.php:470
     751#: StatusesUI.php:484
    688752msgid ""
    689753"Users can only assign a custom status to a post if their role allows it. "
     
    695759"contrôle est appliqué à l’état « En attente de relecture »."
    696760
    697 #: StatusesUI.php:472
     761#: StatusesUI.php:486
    698762msgid ""
    699763"Users can only assign a custom status to a post if their role allows it. "
     
    706770
    707771#. translators: %1$s and %2$s are link markup
    708 #: StatusesUI.php:481
     772#: StatusesUI.php:495
    709773msgid ""
    710774"View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s"
     
    713777"Rôles %2$s"
    714778
    715 #: StatusesUI.php:505
     779#: StatusesUI.php:519
    716780msgid "Automatic Detection"
    717781msgstr "Détection automatique"
    718782
    719 #: StatusesUI.php:506
     783#: StatusesUI.php:520
    720784msgid "Using Classic Editor"
    721785msgstr "Utilisation de l’éditeur classique"
    722786
    723 #: StatusesUI.php:507
     787#: StatusesUI.php:521
    724788msgid "Using Gutenberg Editor"
    725789msgstr "Utilisation de l’éditeur Gutenberg"
    726790
    727 #: StatusesUI.php:512
     791#: StatusesUI.php:526
    728792msgid ""
    729793"If custom statuses in the post editor are not loaded correctly, prevent "
     
    734798"ici."
    735799
    736 #: StatusesUI.php:533
     800#: StatusesUI.php:547
    737801msgid "For all plugin statuses"
    738802msgstr "Pour tous les états des extensions"
    739803
    740 #: StatusesUI.php:534
     804#: StatusesUI.php:548
    741805msgid "For user-created plugin statuses only"
    742806msgstr ""
    743807"Pour les états d’extension créés par l’utilisateur/utilisatrice uniquement"
    744808
    745 #: StatusesUI.php:539
     809#: StatusesUI.php:553
    746810msgid ""
    747811"This controls which statuses can have their labels customized by editing "
     
    753817"est stockée, elle remplacera toutes les chaînes du fichier de langue."
    754818
    755 #: StatusesUI.php:602
     819#: StatusesUI.php:616
    756820msgid "Note: Post types can also be specified for each individual status."
    757821msgstr ""
     
    759823"état individuel."
    760824
    761 #: StatusesUI.php:616 StatusesUI.php:674
     825#: StatusesUI.php:630 StatusesUI.php:688
    762826msgid "Select..."
    763827msgstr "Sélectionner…"
    764828
    765 #: StatusesUI.php:619
     829#: StatusesUI.php:633
    766830msgid "Re-run Planner import (with Status Control properties, ordering)"
    767831msgstr ""
     
    769833"l’état, en ordonnant)"
    770834
    771 #: StatusesUI.php:620
     835#: StatusesUI.php:634
    772836msgid "Re-run Planner import (ignoring Status Control configuration)"
    773837msgstr ""
     
    775839"d’état)"
    776840
    777 #: StatusesUI.php:622
     841#: StatusesUI.php:636
    778842msgid "Re-run Planner import"
    779843msgstr "Réexécuter l’importation de Planner"
    780844
    781 #: StatusesUI.php:628
     845#: StatusesUI.php:642
    782846msgid ""
    783847"Status color, icon and position is automatically imported from PublishPress "
     
    790854"définie par Planner."
    791855
    792 #: StatusesUI.php:676
     856#: StatusesUI.php:690
    793857msgid "Back up current colors, icons, labels and post types"
    794858msgstr ""
    795859"Sauvegarde des couleurs, icônes, libellés et types de publication actuels"
    796860
    797 #: StatusesUI.php:681
     861#: StatusesUI.php:695
    798862msgid "Restore backup of status colors"
    799863msgstr "Restaurer la sauvegarde des couleurs d’état"
    800864
    801 #: StatusesUI.php:685
     865#: StatusesUI.php:699
    802866msgid "Restore backup of status icons"
    803867msgstr "Restaurer la sauvegarde des icônes d’état"
    804868
    805 #: StatusesUI.php:689
     869#: StatusesUI.php:703
    806870msgid "Restore backup of status labels"
    807871msgstr "Restaurer la sauvegarde des libellés d’état"
    808872
    809 #: StatusesUI.php:693
     873#: StatusesUI.php:707
    810874msgid "Restore backup of status post types"
    811875msgstr "Restaurer la sauvegarde des types de publication d’état"
    812876
    813 #: StatusesUI.php:699
     877#: StatusesUI.php:713
    814878msgid "Restore auto-backup of status colors"
    815879msgstr "Restaurer la sauvegarde automatique des couleurs d’état"
    816880
    817 #: StatusesUI.php:703
     881#: StatusesUI.php:717
    818882msgid "Restore auto-backup of status icons"
    819883msgstr "Restaurer la sauvegarde automatique des icônes d’état"
    820884
    821 #: StatusesUI.php:707
     885#: StatusesUI.php:721
    822886msgid "Restore auto-backup of status labels"
    823887msgstr "Restaurer la sauvegarde automatique des libellés d’état"
    824888
    825 #: StatusesUI.php:711
     889#: StatusesUI.php:725
    826890msgid "Restore auto-backup of status post types"
    827891msgstr "Restaurer la sauvegarde automatique des types de publication d’état"
    828892
    829 #: StatusesUI.php:718
     893#: StatusesUI.php:732
    830894msgid "Use default status colors"
    831895msgstr "Utiliser les couleurs d’état par défaut"
    832896
    833 #: StatusesUI.php:722
     897#: StatusesUI.php:736
    834898msgid "Use default status icons"
    835899msgstr "Utiliser les icônes d’état par défaut"
    836900
    837 #: StatusesUI.php:726
     901#: StatusesUI.php:740
    838902msgid "Use default status labels"
    839903msgstr "Utiliser les libellés d’état par défaut"
    840904
    841 #: StatusesUI.php:730
     905#: StatusesUI.php:744
    842906msgid "Use default status post types"
    843907msgstr "Utiliser les types de publication par défaut"
    844908
    845 #: StatusesUI.php:734
     909#: StatusesUI.php:748
    846910msgid "Use Planner plugin's default status colors"
    847911msgstr "Utiliser les couleurs d’état par défaut de l’extension Planner"
    848912
    849 #: StatusesUI.php:738
     913#: StatusesUI.php:752
    850914msgid "Use Planner plugin's default status icons"
    851915msgstr "Utiliser les icônes d’état par défaut de l’extension Planner"
    852916
    853917#. translators: %s is the status name
    854 #: StatusesUI.php:777
     918#: StatusesUI.php:791
    855919msgid "Edit Status: %s"
    856920msgstr "Modifier l’état : %s"
    857921
    858922#. translators: %s is the status name
    859 #: StatusesUI.php:780
     923#: StatusesUI.php:794
    860924msgid "Edit %1$s: %2$s"
    861925msgstr "Modifier %1$s : %2$s"
    862926
    863 #: StatusesUI.php:817 StatusesUI.php:951
     927#: StatusesUI.php:831 StatusesUI.php:965
    864928msgid "Add New Pre-Publication Status"
    865929msgstr "Ajouter un état de prépublication"
    866930
    867931#. translators: %1$s and %2$s is link markup
    868 #: StatusesUI.php:835
     932#: StatusesUI.php:849
    869933msgid ""
    870934"For custom Visibility Statuses, please %1$senable the Status Control "
     
    874938"de contrôle des états%2$s de Permissions Pro."
    875939
    876 #: StatusesUI.php:876
     940#: StatusesUI.php:890
    877941msgid "Pre-Publication"
    878942msgstr "Prépublication"
    879943
    880 #: StatusesUI.php:884
     944#: StatusesUI.php:898
    881945msgid "Visibility"
    882946msgstr "Visibilité"
    883947
    884 #: StatusesUI.php:895
     948#: StatusesUI.php:909
    885949msgid "Revision"
    886950msgstr "Révision"
    887951
    888 #: StatusesUI.php:955
     952#: StatusesUI.php:969
    889953msgid ""
    890954"This status can be assigned to an unpublished post using the Post Status "
     
    9771041msgstr "Nom de l’état"
    9781042
    979 #: StatusListTable.php:153
    980 msgid "Unlock Revision Statuses"
    981 msgstr "Déverrouiller les états de révision"
    982 
    9831043#: 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."
     1044msgid "Upgrade to create an approval workflow for published content"
     1045msgstr ""
     1046"Mettre à niveau pour créer un flux de travail d’approbation par le contenu "
     1047"publié"
     1048
     1049#: StatusListTable.php:157
     1050msgid ""
     1051"Create approval workflows using PublishPress Statuses Pro together with the "
     1052"PublishPress Revisions Pro plugin"
     1053msgstr ""
     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
     1058msgid ""
     1059"The PublishPress Revisions plugin allows users to submit changes to "
     1060"published posts"
     1061msgstr ""
     1062"L’extension PublishPress Revisions permet aux utilisateurs/utilisatrices de "
     1063"envoyer des modifications aux publications publiées"
     1064
     1065#: StatusListTable.php:166
     1066msgid ""
     1067"PublishPress Statuses plugin enables you to add statuses for post changes "
     1068"created with Revisions"
     1069msgstr ""
     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
     1074msgid "Each post type can have different Revisions statuses"
     1075msgstr "Chaque type de publication peut avoir différents états de révision"
    9891076
    9901077#: StatusListTable.php:172
     1078msgid "You choose which users can manage content in each Revisions status"
     1079msgstr ""
     1080"Vous choisissez quels utilisateurs/utilisatrices peuvent gérer le contenu "
     1081"dans chaque état de révision"
     1082
     1083#: StatusListTable.php:198
    9911084msgid "Premium Feature"
    9921085msgstr "Fonctionnalité Premium"
    9931086
    994 #: StatusListTable.php:173
     1087#: StatusListTable.php:199
    9951088msgid "Install Statuses Pro to unlock custom revision statuses."
    9961089msgstr ""
    9971090"Installer Statuses Pro pour débloquer les états de révision personnalisés."
    9981091
    999 #: StatusListTable.php:174
     1092#: StatusListTable.php:200
    10001093msgid "Configure for any post type and role to match your editing workflow."
    10011094msgstr ""
     
    10031096"de travail de modification."
    10041097
    1005 #: StatusListTable.php:177
    1006 msgid "Learn More"
    1007 msgstr "En savoir plus"
    1008 
    1009 #: StatusListTable.php:238
     1098#: StatusListTable.php:265
    10101099msgid ""
    10111100"To define and control Revision statuses, update the %1$sPublishPress "
     
    10161105"récente."
    10171106
    1018 #: StatusListTable.php:270
     1107#: StatusListTable.php:297
    10191108msgid "Main Workflow:"
    10201109msgstr "Flux de travail principal :"
    10211110
    1022 #: StatusListTable.php:292
     1111#: StatusListTable.php:319
    10231112msgid "Drop any status here to include it in main workflow for new posts."
    10241113msgstr ""
     
    10261115"principal pour les nouvelles publications."
    10271116
    1028 #: StatusListTable.php:327
     1117#: StatusListTable.php:354
    10291118msgid ""
    10301119"Statuses in the main workflow are presented for convenient default selection "
     
    10341123"sélection par défaut lors de la mise à jour d’une publication non publiée."
    10351124
    1036 #: StatusListTable.php:334
     1125#: StatusListTable.php:361
    10371126msgid ""
    10381127"Statuses in the main workflow are manually selectable when editing an "
     
    10421131"manuellement lors de la modification d’une publication non publiée."
    10431132
    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
    10491134msgid ""
    10501135"Drop any status here to make it manually selectable outside the main "
     
    10541139"manuellement en dehors du flux de travail principal."
    10551140
    1056 #: StatusListTable.php:386
     1141#: StatusListTable.php:408
    10571142msgid "Drop any status here to disable."
    10581143msgstr "Déposez n’importe quel état ici pour le désactiver."
    10591144
    1060 #: StatusListTable.php:434
     1145#: StatusListTable.php:456
    10611146msgid "Standard Publication:"
    10621147msgstr "Publication standard :"
    10631148
    1064 #: StatusListTable.php:441
     1149#: StatusListTable.php:463
    10651150msgid "Visibility Statuses for Private Publication:"
    10661151msgstr "États de visibilité pour la publication privée :"
    10671152
    1068 #: StatusListTable.php:448
     1153#: StatusListTable.php:470
    10691154msgid "Alternate Workflows:"
    10701155msgstr "Flux de travail alternatif :"
    10711156
    10721157#. translators: %s is the opening and closing <span> tags
    1073 #: StatusListTable.php:459
     1158#: StatusListTable.php:481
    10741159msgid "Disabled Statuses (drag to re-enable):"
    10751160msgstr "États désactivés (glisser pour réactiver) :"
    10761161
     1162#: StatusListTable.php:581
     1163msgid "Upgrade to choose who can view your non-public posts"
     1164msgstr ""
     1165"Mettre à niveau pour choisir qui peut gérer les publications dans chaque état"
     1166
     1167#: StatusListTable.php:584
     1168msgid ""
     1169"Install PublishPress Permissions Pro to define your own custom visibility "
     1170"statuses."
     1171msgstr ""
     1172"Instaler PublishPress Permissions Pro pour définir vos états de visibilité "
     1173"personnalisés."
     1174
     1175#: StatusListTable.php:590
     1176msgid "Create multiple visibility statuses to show content to different users"
     1177msgstr ""
     1178"Créer plusieurs états de visibilité pour afficher le contenu à différents "
     1179"utilisateurs"
     1180
     1181#: StatusListTable.php:593
     1182msgid "Choose which user roles can see posts in each status"
     1183msgstr ""
     1184"Choisir quels rôles du compte peuvent voir les publications dans chaque état"
     1185
     1186#: StatusListTable.php:596
     1187msgid "Select which user roles can move posts to each status"
     1188msgstr ""
     1189"Sélectionner les rôles du compte qui peuvent déplacer les publications vers "
     1190"chaque état"
     1191
     1192#: StatusListTable.php:599
     1193msgid "Decide which user roles can edit posts in each status"
     1194msgstr ""
     1195"Décider quels rôles du compte peuvent modifier les publications dans chaque "
     1196"état"
     1197
     1198#: StatusListTable.php:608
     1199msgid "Get PublishPress Permissions Pro"
     1200msgstr "Obtenir PublishPress Permissions Pro"
     1201
    10771202#. translators: %s is the list of post types
    1078 #: StatusListTable.php:633
     1203#: StatusListTable.php:696
    10791204msgid "%s, more..."
    10801205msgstr "%s, plus de…"
    10811206
    1082 #: StatusListTable.php:715
     1207#: StatusListTable.php:778
    10831208msgid "No custom statuses found."
    10841209msgstr "Aucun état personnalisé n’a été trouvé."
    10851210
    1086 #: StatusListTable.php:786
     1211#: StatusListTable.php:849
    10871212msgid "Core"
    10881213msgstr "Cœur"
    10891214
    1090 #: StatusListTable.php:790
     1215#: StatusListTable.php:853
    10911216msgid "Default"
    10921217msgstr "Par défaut"
    10931218
    1094 #: StatusListTable.php:815
     1219#: StatusListTable.php:878
    10951220msgid "X"
    10961221msgstr "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)"
    10971228
    10981229#~ msgid ""
  • publishpress-statuses/tags/1.1.12/languages/publishpress-statuses-it_IT.po

    r3359461 r3389850  
    55"Project-Id-Version: PublishPress Statuses 1.0.1\n"
    66"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"
    99"Last-Translator: \n"
    1010"Language-Team: \n"
     
    4444msgstr "https://publishpress.com/"
    4545
    46 #: Admin.php:18 Admin.php:352 Admin.php:353 PublishPress_Statuses.php:328
    47 #: PublishPress_Statuses.php:329 StatusesUI.php:92
     46#: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337
     47#: PublishPress_Statuses.php:338 StatusesUI.php:92
    4848msgid "Statuses"
    4949msgstr "Stati"
     
    5353msgstr "Impostazioni"
    5454
    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
    5758msgid "Upgrade to Pro"
    5859msgstr "Aggiorna a Pro"
    5960
    60 #: Admin.php:291
     61#: Admin.php:305
    6162msgid ""
    6263"Are you sure you want to delete the post status? All posts with this status "
     
    6667"questo stato verranno assegnati allo stato predefinito."
    6768
    68 #: Admin.php:363 Admin.php:364 StatusesUI.php:818
     69#: Admin.php:377 Admin.php:378 StatusesUI.php:832
    6970msgid "Add New"
    7071msgstr "Aggiungi nuovo"
    7172
    72 #: Admin.php:450 PublishPress_Statuses.php:785
     73#: Admin.php:464 PublishPress_Statuses.php:794
    7374msgid "Approve"
    7475msgstr "Approva"
    7576
    76 #: Admin.php:452 PublishPress_Statuses.php:757
     77#: Admin.php:466 PublishPress_Statuses.php:766
    7778msgid "Assign"
    7879msgstr "Assegna"
    7980
    80 #: Admin.php:454 PublishPress_Statuses.php:771
     81#: Admin.php:468 PublishPress_Statuses.php:780
    8182msgid "Mark In Progress"
    8283msgstr "Segna in fase di lavorazione"
    8384
    8485#. translators: %s is the status label
    85 #: Admin.php:467
     86#: Admin.php:481
    8687msgid "Set to %s"
    8788msgstr "Imposta a %s"
    8889
    8990#. translators: %s is the status label
    90 #: Admin.php:476 PostEditGutenberg.php:75
     91#: Admin.php:490 PostEditGutenberg.php:77
    9192msgid "Save as %s"
    9293msgstr "Salva come %s"
    9394
    9495#. translators: %s is the name of a custom public status
    95 #: Admin.php:488
     96#: Admin.php:502
    9697msgid "Public (%s)"
    9798msgstr "Pubblico (%s)"
    9899
    99 #: Admin.php:559 PostEditClassic.php:179 PostEditGutenberg.php:72
    100 #: PostEditGutenberg.php:259 PostEditGutenbergStatuses.php:44
    101 #: PostEditGutenbergStatuses.php:64 PostEditGutenbergStatuses.php:72
     100#: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74
     101#: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46
     102#: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74
    102103msgid "Advance Status"
    103104msgstr "Stato avanzato"
     
    176177
    177178#. translators: %s is the name of a custom visibility status
    178 #: PostEditClassic.php:312
     179#: PostEditClassic.php:314
    179180msgid "%s, Sticky"
    180181msgstr "%s, in evidenza"
     
    197198msgstr "Pubblicare %1$s dopo l'approvazione %2$s"
    198199
    199 #: PostEditGutenberg.php:69
     200#: PostEditGutenberg.php:71
    200201msgid "Publication Workflow"
    201202msgstr "Flusso di lavoro della pubblicazione"
    202203
    203 #: PostEditGutenberg.php:73
     204#: PostEditGutenberg.php:75
    204205msgid "Post Status"
    205206msgstr "Stato dell'articolo"
    206207
    207 #: PostEditGutenberg.php:76
     208#: PostEditGutenberg.php:78
    208209msgid "Set Selected Status"
    209210msgstr "Imposta lo stato selezionato"
    210211
    211 #: PostEditGutenberg.php:77
     212#: PostEditGutenberg.php:79
    212213msgid "Keep Current Status"
    213214msgstr "Mantieni lo stato attuale"
    214215
    215 #: PostEditGutenberg.php:78
     216#: PostEditGutenberg.php:80
    216217msgid "Advance to Next Status"
    217218msgstr "Vai allo stato successivo"
    218219
    219 #: PostEditGutenberg.php:79
     220#: PostEditGutenberg.php:81
    220221msgid "Advance to Max Status"
    221222msgstr "Vai allo stato maggiore"
    222223
    223 #: PostEditGutenberg.php:80
     224#: PostEditGutenberg.php:82
    224225msgid "This post is currently published"
    225226msgstr "Questo articolo è attualmente pubblicato"
    226227
    227 #: PostEditGutenberg.php:81
     228#: PostEditGutenberg.php:83
    228229msgid "This post is currently scheduled"
    229230msgstr "Questo articolo è attualmente programmato"
    230231
    231 #: PostEditGutenbergStatuses.php:116
     232#: PostEditGutenbergStatuses.php:118
    232233msgid "Workflow"
    233234msgstr "Flusso di lavoro"
    234235
    235 #: PostEditGutenbergStatuses.php:120
     236#: PostEditGutenbergStatuses.php:122
    236237msgid "Submit Revision"
    237238msgstr "Invia revisione"
    238239
     240#: publishpress-statuses.php:118
     241msgid "<strong>This plugin can be deleted.</strong>"
     242msgstr "<strong>Questo plugin può essere eliminato.</strong>"
     243
    239244#. translators: %s is a version number
    240245#: publishpress-statuses.php:178
     
    264269"alla versione %s o superiore."
    265270
    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
     272msgid ""
     273"Can bypass normal status progression. User can publish immediately or move "
     274"post to the furthest possible status."
     275msgstr ""
     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
    274280msgid "Manage Statuses plugin settings."
    275281msgstr "Gestisci le impostazioni del plugin Statuses."
    276282
    277 #: PublishPress_Statuses.php:329
     283#: PublishPress_Statuses.php:338
    278284msgid "Status"
    279285msgstr "Stato"
    280286
    281 #: PublishPress_Statuses.php:343
     287#: PublishPress_Statuses.php:352
    282288msgid "Core Post Statuses"
    283289msgstr "Stati dell'articolo di base"
    284290
    285 #: PublishPress_Statuses.php:606
     291#: PublishPress_Statuses.php:615
    286292msgid "New post, not yet submitted."
    287293msgstr "Nuovo articolo non ancora inviato."
    288294
    289 #: PublishPress_Statuses.php:627
     295#: PublishPress_Statuses.php:636
    290296msgid "Post is awaiting review."
    291297msgstr "L'articolo è in attesa di revisione."
    292298
    293 #: PublishPress_Statuses.php:646
     299#: PublishPress_Statuses.php:655
    294300msgid "Post is scheduled for publication."
    295301msgstr "L'articolo è programmato per la pubblicazione."
    296302
    297 #: PublishPress_Statuses.php:664
     303#: PublishPress_Statuses.php:673
    298304msgid "Post is published, publicly visible."
    299305msgstr "L'articolo è pubblicato, visibile pubblicamente."
    300306
    301 #: PublishPress_Statuses.php:682
     307#: PublishPress_Statuses.php:691
    302308msgid "Post is published with private visibility."
    303309msgstr "L'articolo è pubblicato con visibilità privata."
    304310
    305 #: PublishPress_Statuses.php:741
     311#: PublishPress_Statuses.php:750
    306312msgid "Pitch"
    307313msgstr "Idea"
    308314
    309 #: PublishPress_Statuses.php:743
     315#: PublishPress_Statuses.php:752
    310316msgctxt "post action/button label"
    311317msgid "Pitch"
    312318msgstr "Idea"
    313319
    314 #: PublishPress_Statuses.php:744
     320#: PublishPress_Statuses.php:753
    315321msgid "Idea proposed; waiting for acceptance."
    316322msgstr "Idea proposta; in attesa di accettazione."
    317323
    318 #: PublishPress_Statuses.php:755
     324#: PublishPress_Statuses.php:764
    319325msgid "Assigned"
    320326msgstr "Assegnato"
    321327
    322 #: PublishPress_Statuses.php:758
     328#: PublishPress_Statuses.php:767
    323329msgid "Post idea assigned to writer."
    324330msgstr "Idea di articolo assegnato allo scrittore."
    325331
    326 #: PublishPress_Statuses.php:769
     332#: PublishPress_Statuses.php:778
    327333msgid "In Progress"
    328334msgstr "In lavorazione"
    329335
    330 #: PublishPress_Statuses.php:772
     336#: PublishPress_Statuses.php:781
    331337msgid "Writer is working on the post."
    332338msgstr "Lo scrittore sta lavorando sull'articolo."
    333339
    334 #: PublishPress_Statuses.php:783
     340#: PublishPress_Statuses.php:792
    335341msgid "Approved"
    336342msgstr "Approvato"
    337343
    338 #: PublishPress_Statuses.php:786
     344#: PublishPress_Statuses.php:795
    339345msgid "Post has been approved for publication."
    340346msgstr "L'articolo è stato approvato per la pubblicazione."
    341347
    342 #: PublishPress_Statuses.php:797
     348#: PublishPress_Statuses.php:806
    343349msgid "Deferred"
    344350msgstr "Rimandato"
    345351
    346 #: PublishPress_Statuses.php:799
     352#: PublishPress_Statuses.php:808
    347353msgid "Defer"
    348354msgstr "Rimandare"
    349355
    350 #: PublishPress_Statuses.php:800
     356#: PublishPress_Statuses.php:809
    351357msgid "Post has been deferred for future consideration."
    352358msgstr "L'articolo è stato rimandato per una futura considerazione."
    353359
    354 #: PublishPress_Statuses.php:811
     360#: PublishPress_Statuses.php:820
    355361msgid "Needs Work"
    356362msgstr "Necessita modifiche"
    357363
    358 #: PublishPress_Statuses.php:813
     364#: PublishPress_Statuses.php:822
    359365msgid "Set to Needs Work"
    360366msgstr "Imposta come necessita modifiche"
    361367
    362 #: PublishPress_Statuses.php:814
     368#: PublishPress_Statuses.php:823
    363369msgid "Post needs work before further review."
    364370msgstr "L'articolo necessita delle modifiche prima di una nuova revisione."
    365371
    366 #: PublishPress_Statuses.php:825
     372#: PublishPress_Statuses.php:834
    367373msgid "Rejected"
    368374msgstr "Rifiutato"
    369375
    370 #: PublishPress_Statuses.php:827
     376#: PublishPress_Statuses.php:836
    371377msgid "Reject"
    372378msgstr "Rifiutare"
    373379
    374 #: PublishPress_Statuses.php:828
     380#: PublishPress_Statuses.php:837
    375381msgid "Post has been rejected."
    376382msgstr "L'articolo è stato rifiutato."
    377383
    378 #: PublishPress_Statuses.php:861
     384#: PublishPress_Statuses.php:870
    379385msgid "Alternate Pre-Publication Workflow:"
    380386msgstr "Flusso di lavorazione di pre-pubblicazione alternativo:"
    381387
    382 #: PublishPress_Statuses.php:928
     388#: PublishPress_Statuses.php:936
    383389msgid "Disabled Statuses:"
    384390msgstr "Stati disabilitati:"
    385391
    386 #: PublishPress_Statuses.php:944
     392#: PublishPress_Statuses.php:952
    387393msgid "Committee"
    388394msgstr "Comitato"
    389395
    390 #: PublishPress_Statuses.php:946
     396#: PublishPress_Statuses.php:954
    391397msgid "Refer to Committee"
    392398msgstr "Rinviare al comitato"
    393399
    394 #: PublishPress_Statuses.php:947
     400#: PublishPress_Statuses.php:955
    395401msgid "Post has been referred to committee."
    396402msgstr "L'articolo è stato rinviato al comitato."
    397403
    398 #: PublishPress_Statuses.php:959
     404#: PublishPress_Statuses.php:967
    399405msgid "Committee Review"
    400406msgstr "Revisione del comitato"
    401407
    402 #: PublishPress_Statuses.php:961
     408#: PublishPress_Statuses.php:969
    403409msgid "Set to Committee Review"
    404410msgstr "Imposta come in revisione del comitato"
    405411
    406 #: PublishPress_Statuses.php:962
     412#: PublishPress_Statuses.php:970
    407413msgid "Committee is reviewing the post."
    408414msgstr "Il comitato sta esaminando l'articolo."
    409415
    410 #: PublishPress_Statuses.php:974
     416#: PublishPress_Statuses.php:982
    411417msgid "Committee Progress"
    412418msgstr "Progresso del comitato"
    413419
    414 #: PublishPress_Statuses.php:976
     420#: PublishPress_Statuses.php:984
    415421msgid "Set to Committee Progress"
    416422msgstr "Imposta come in corso del comitato"
    417423
    418 #: PublishPress_Statuses.php:977
     424#: PublishPress_Statuses.php:985
    419425msgid "Committee is editing the post."
    420426msgstr "Il comitato ha modificato l'articolo."
    421427
    422 #: PublishPress_Statuses.php:989
     428#: PublishPress_Statuses.php:997
    423429msgid "Committee Approved"
    424430msgstr "Approvato dal comitato"
    425431
    426 #: PublishPress_Statuses.php:991
     432#: PublishPress_Statuses.php:999
    427433msgid "Set Committee Approval"
    428434msgstr "Imposta l'approvazione del comitato"
    429435
    430 #: PublishPress_Statuses.php:992
     436#: PublishPress_Statuses.php:1000
    431437msgid "Committee has approved the post."
    432438msgstr "Il comitato ha approvato l'articolo."
     
    444450msgstr "Etichette"
    445451
    446 #: StatusEditUI.php:69 StatusEditUI.php:393 StatusListTable.php:128
     452#: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128
    447453msgid "Post Types"
    448454msgstr "Tipi di contenuto"
     
    452458msgstr "Ruoli"
    453459
    454 #: StatusEditUI.php:142
     460#: StatusEditUI.php:84
     461msgid "Post Access"
     462msgstr "Accesso articolo"
     463
     464#: StatusEditUI.php:165
    455465msgid ""
    456466"Enforce type-specific post capabilitities for this status, or share "
     
    460470"condividi le capacità con un altro stato."
    461471
    462 #: StatusEditUI.php:180
     472#: StatusEditUI.php:210
    463473msgid "Update Status"
    464474msgstr "Aggiorna stato"
    465475
    466 #: StatusEditUI.php:223
     476#: StatusEditUI.php:253
    467477msgid "Status Label"
    468478msgstr "Etichetta stato"
    469479
    470 #: StatusEditUI.php:236
     480#: StatusEditUI.php:266
    471481msgid "The name is used to identify the status. (Max: 20 characters)"
    472482msgstr "Il nome è utilizzato per identificare lo stato. (Max: 20 caratteri)"
    473483
    474 #: StatusEditUI.php:258
     484#: StatusEditUI.php:288
    475485msgid "The slug is the unique ID for the status."
    476486msgstr "Lo slug è l'ID univoco per lo stato."
    477487
    478 #: StatusEditUI.php:268
     488#: StatusEditUI.php:298
    479489msgid "Description"
    480490msgstr "Descrizione"
    481491
    482 #: StatusEditUI.php:280
     492#: StatusEditUI.php:310
    483493msgid ""
    484494"The description is primarily for administrative use, to give you some "
     
    488498"contesto su come deve essere utilizzato lo stato personalizzato."
    489499
    490 #: StatusEditUI.php:289
     500#: StatusEditUI.php:319
    491501msgid "Color"
    492502msgstr "Colore"
    493503
    494 #: StatusEditUI.php:301
     504#: StatusEditUI.php:331
    495505msgid "The color is used to identify the status."
    496506msgstr "Il colore è utilizzato per identificare lo stato."
    497507
    498 #: StatusEditUI.php:307 StatusListTable.php:126
     508#: StatusEditUI.php:337 StatusListTable.php:126
    499509msgid "Icon"
    500510msgstr "Icona"
    501511
    502 #: StatusEditUI.php:323
     512#: StatusEditUI.php:353
    503513msgid "Select Icon"
    504514msgstr "Seleziona icona"
    505515
    506 #: StatusEditUI.php:329
     516#: StatusEditUI.php:359
    507517msgid "The icon is used to visually represent the status."
    508518msgstr "L'icona è usata per la rappresentazione visuale dello stato."
    509519
    510 #: StatusEditUI.php:357
     520#: StatusEditUI.php:393
    511521msgid "Status Availability"
    512522msgstr "Stato di disponibilità"
    513523
    514 #: StatusEditUI.php:360
     524#: StatusEditUI.php:396
    515525msgid "Choose which user roles can assign this status to a post."
    516526msgstr "Scegli quale ruolo utente può assegnare questo stato a un articolo."
    517527
    518 #: StatusEditUI.php:396
     528#: StatusEditUI.php:432
    519529msgid "Choose which post types can be set to this status."
    520530msgstr "Scegli quale tipo di contenuto può essere assegnato a questo stato."
    521531
    522 #: StatusEditUI.php:433
     532#: StatusEditUI.php:469
    523533msgid "All Post Types"
    524534msgstr "Tutti i tipi di contenuto"
    525535
    526 #: StatusEditUI.php:480
     536#: StatusEditUI.php:516
    527537msgid "Save As Label"
    528538msgstr "Salva come etichetta"
    529539
    530 #: StatusEditUI.php:488
     540#: StatusEditUI.php:524
    531541msgid "Submit Button Label"
    532542msgstr "Etichetta pulsante invia"
     543
     544#: StatusEditUI.php:536
     545msgid "Upgrade to choose who can manage posts in each status"
     546msgstr "Aggiorna per scegliere chi può gestire gli articoli in ogni stato"
     547
     548#: StatusEditUI.php:539
     549msgid ""
     550"Get PublishPress Capabilities Pro for status-specific post access control."
     551msgstr ""
     552"Ottieni PublishPress Capabilities Pro per il controllo dell'accesso a stati "
     553"specifici di un articolo."
     554
     555#: StatusEditUI.php:545
     556msgid "Control which roles can assign a status"
     557msgstr "Controlla quali ruoli possono assegnare uno stato"
     558
     559#: StatusEditUI.php:548
     560msgid "Control which roles can edit or delete posts per-status"
     561msgstr ""
     562"Controlla quali ruoli possono modificare o eliminare gli articoli per ogni "
     563"stato"
     564
     565#: StatusEditUI.php:551
     566msgid "Set capabilities separately for each post type"
     567msgstr "Imposta sepraratamente le capacità per ogni tipo di contenuto"
     568
     569#: StatusEditUI.php:554
     570msgid "User-friendly checkbox grid to assign capabilities"
     571msgstr "Una griglia di checkbox facile da usare per assegnare le capacità"
     572
     573#: StatusEditUI.php:563
     574msgid "Get PublishPress Capabilities Pro"
     575msgstr "Ottieni PublishPress Capabilities Pro"
     576
     577#: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203
     578#: StatusListTable.php:613
     579msgid "Learn More"
     580msgstr "Approfondisci"
     581
     582#: StatusEditUI.php:577
     583msgid ""
     584"Status-specific post capabilities are %1$scurrently disabled%2$s by "
     585"PublishPress Capabilities Pro. You can %3$schange this setting%4$s."
     586msgstr ""
     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."
    533590
    534591#. translators: %s is the status label
     
    555612msgstr "Aggiungi stato"
    556613
    557 #: StatusesUI.php:87 StatusesUI.php:965
     614#: StatusesUI.php:87 StatusesUI.php:979
    558615msgid "PublishPress Statuses Settings"
    559616msgstr "Impostazioni di PublishPress Statuses"
     
    659716"predefinita lo stato più alto disponibile"
    660717
    661 #: StatusesUI.php:444
     718#: StatusesUI.php:413
     719msgid "No workflow guidance"
     720msgstr "Nessuna guida al flusso di lavoro"
     721
     722#: StatusesUI.php:458
    662723msgid ""
    663724"Hide nested statuses (workflow branches) in the dropdown unless the post is "
     
    667728"a meno che l'articolo non sia impostato sullo stato padre o su un figlio."
    668729
    669 #: StatusesUI.php:463
     730#: StatusesUI.php:477
    670731msgid "Available to all users"
    671732msgstr "Disponibile per tutti gli utenti"
    672733
    673 #: StatusesUI.php:464
     734#: StatusesUI.php:478
    674735msgid "Available to specified roles only"
    675736msgstr "Disponibile per ruoli specifici"
    676737
    677 #: StatusesUI.php:470
     738#: StatusesUI.php:484
    678739msgid ""
    679740"Users can only assign a custom status to a post if their role allows it. "
     
    685746"applicato allo stato \"In attesa di revisione\"."
    686747
    687 #: StatusesUI.php:472
     748#: StatusesUI.php:486
    688749msgid ""
    689750"Users can only assign a custom status to a post if their role allows it. "
     
    696757
    697758#. translators: %1$s and %2$s are link markup
    698 #: StatusesUI.php:481
     759#: StatusesUI.php:495
    699760msgid ""
    700761"View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s"
     
    703764"Ruoli %2$s"
    704765
    705 #: StatusesUI.php:505
     766#: StatusesUI.php:519
    706767msgid "Automatic Detection"
    707768msgstr "Rilevamento automatico"
    708769
    709 #: StatusesUI.php:506
     770#: StatusesUI.php:520
    710771msgid "Using Classic Editor"
    711772msgstr "Utilizzando l'editor classico"
    712773
    713 #: StatusesUI.php:507
     774#: StatusesUI.php:521
    714775msgid "Using Gutenberg Editor"
    715776msgstr "Utilizzando l'editor Gutenberg"
    716777
    717 #: StatusesUI.php:512
     778#: StatusesUI.php:526
    718779msgid ""
    719780"If custom statuses in the post editor are not loaded correctly, prevent "
     
    723784"correttamente, previeni il rilevamento errato dell'editor specificandolo qui."
    724785
    725 #: StatusesUI.php:533
     786#: StatusesUI.php:547
    726787msgid "For all plugin statuses"
    727788msgstr "Per tutti gli stati dei plugin"
    728789
    729 #: StatusesUI.php:534
     790#: StatusesUI.php:548
    730791msgid "For user-created plugin statuses only"
    731792msgstr "Solo per gli stati creati dagli utenti"
    732793
    733 #: StatusesUI.php:539
     794#: StatusesUI.php:553
    734795msgid ""
    735796"This controls which statuses can have their labels customized by editing "
     
    741802"predefinita, questa sostituirà le stringhe di qualsiasi file di lingua."
    742803
    743 #: StatusesUI.php:602
     804#: StatusesUI.php:616
    744805msgid "Note: Post types can also be specified for each individual status."
    745806msgstr ""
    746807"Nota: I tipi di contenuto possono essere specificati per ogni singolo stato."
    747808
    748 #: StatusesUI.php:616 StatusesUI.php:674
     809#: StatusesUI.php:630 StatusesUI.php:688
    749810msgid "Select..."
    750811msgstr "Selezione in corso…"
    751812
    752 #: StatusesUI.php:619
     813#: StatusesUI.php:633
    753814msgid "Re-run Planner import (with Status Control properties, ordering)"
    754815msgstr ""
     
    756817"stato, ordinamento)"
    757818
    758 #: StatusesUI.php:620
     819#: StatusesUI.php:634
    759820msgid "Re-run Planner import (ignoring Status Control configuration)"
    760821msgstr ""
     
    762823"controllo dello stato)"
    763824
    764 #: StatusesUI.php:622
     825#: StatusesUI.php:636
    765826msgid "Re-run Planner import"
    766827msgstr "Riesegui l'importazione di Planner"
    767828
    768 #: StatusesUI.php:628
     829#: StatusesUI.php:642
    769830msgid ""
    770831"Status color, icon and position is automatically imported from PublishPress "
     
    777838"definita da Planner."
    778839
    779 #: StatusesUI.php:676
     840#: StatusesUI.php:690
    780841msgid "Back up current colors, icons, labels and post types"
    781842msgstr "Backup dei colori attuali, icone, etichette e tipi di contenuto"
    782843
    783 #: StatusesUI.php:681
     844#: StatusesUI.php:695
    784845msgid "Restore backup of status colors"
    785846msgstr "Ripristina il backup dei colori di stato"
    786847
    787 #: StatusesUI.php:685
     848#: StatusesUI.php:699
    788849msgid "Restore backup of status icons"
    789850msgstr "Ripristina il backup delle icone di stato"
    790851
    791 #: StatusesUI.php:689
     852#: StatusesUI.php:703
    792853msgid "Restore backup of status labels"
    793854msgstr "Ripristina il backup delle etichette di stato"
    794855
    795 #: StatusesUI.php:693
     856#: StatusesUI.php:707
    796857msgid "Restore backup of status post types"
    797858msgstr "Ripristina il backup dei tipi di contenuto di stato"
    798859
    799 #: StatusesUI.php:699
     860#: StatusesUI.php:713
    800861msgid "Restore auto-backup of status colors"
    801862msgstr "Ripristina il backup automatico dei colori di stato"
    802863
    803 #: StatusesUI.php:703
     864#: StatusesUI.php:717
    804865msgid "Restore auto-backup of status icons"
    805866msgstr "Ripristina il backup automatico delle icone di stato"
    806867
    807 #: StatusesUI.php:707
     868#: StatusesUI.php:721
    808869msgid "Restore auto-backup of status labels"
    809870msgstr "Ripristina il backup automatico delle etichette di stato"
    810871
    811 #: StatusesUI.php:711
     872#: StatusesUI.php:725
    812873msgid "Restore auto-backup of status post types"
    813874msgstr "Ripristina il backup automatico dei tipi di contenuto di stato"
    814875
    815 #: StatusesUI.php:718
     876#: StatusesUI.php:732
    816877msgid "Use default status colors"
    817878msgstr "Usa i colori di stato predefiniti"
    818879
    819 #: StatusesUI.php:722
     880#: StatusesUI.php:736
    820881msgid "Use default status icons"
    821882msgstr "Usa le icone di stato predefinite"
    822883
    823 #: StatusesUI.php:726
     884#: StatusesUI.php:740
    824885msgid "Use default status labels"
    825886msgstr "Usa le etichette di stato predefinite"
    826887
    827 #: StatusesUI.php:730
     888#: StatusesUI.php:744
    828889msgid "Use default status post types"
    829890msgstr "Usa i tipi di contenuto di stato predefiniti"
    830891
    831 #: StatusesUI.php:734
     892#: StatusesUI.php:748
    832893msgid "Use Planner plugin's default status colors"
    833894msgstr "Usa i colori di stato predefiniti del plugin Planner"
    834895
    835 #: StatusesUI.php:738
     896#: StatusesUI.php:752
    836897msgid "Use Planner plugin's default status icons"
    837898msgstr "Usa le icone di stato predefinite del plugin Planner"
    838899
    839900#. translators: %s is the status name
    840 #: StatusesUI.php:777
     901#: StatusesUI.php:791
    841902msgid "Edit Status: %s"
    842903msgstr "Modifica stato: %s"
    843904
    844905#. translators: %s is the status name
    845 #: StatusesUI.php:780
     906#: StatusesUI.php:794
    846907msgid "Edit %1$s: %2$s"
    847908msgstr "Modifica %1$s: %2$s"
    848909
    849 #: StatusesUI.php:817 StatusesUI.php:951
     910#: StatusesUI.php:831 StatusesUI.php:965
    850911msgid "Add New Pre-Publication Status"
    851912msgstr "Aggiungi nuovo stato di pre-pubblicazione"
    852913
    853914#. translators: %1$s and %2$s is link markup
    854 #: StatusesUI.php:835
     915#: StatusesUI.php:849
    855916msgid ""
    856917"For custom Visibility Statuses, please %1$senable the Status Control "
     
    860921"controllo degli stati%2$s di Permissions Pro."
    861922
    862 #: StatusesUI.php:876
     923#: StatusesUI.php:890
    863924msgid "Pre-Publication"
    864925msgstr "Pre-pubblicazione"
    865926
    866 #: StatusesUI.php:884
     927#: StatusesUI.php:898
    867928msgid "Visibility"
    868929msgstr "Visibilità"
    869930
    870 #: StatusesUI.php:895
     931#: StatusesUI.php:909
    871932msgid "Revision"
    872933msgstr "Revisione"
    873934
    874 #: StatusesUI.php:955
     935#: StatusesUI.php:969
    875936msgid ""
    876937"This status can be assigned to an unpublished post using the Post Status "
     
    9601021msgstr "Nome stato"
    9611022
    962 #: StatusListTable.php:153
    963 msgid "Unlock Revision Statuses"
    964 msgstr "Sblocca gli stati delle revisioni"
    965 
    9661023#: 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."
     1024msgid "Upgrade to create an approval workflow for published content"
     1025msgstr ""
     1026"Aggiorna per creare un flusso di lavoro di approvazione per i contenuti "
     1027"pubblicati"
     1028
     1029#: StatusListTable.php:157
     1030msgid ""
     1031"Create approval workflows using PublishPress Statuses Pro together with the "
     1032"PublishPress Revisions Pro plugin"
     1033msgstr ""
     1034"Crea flusso di lavoro di approvazione utilizzando PublishPress Statuses Pro "
     1035"insieme al plugin PublishPress Revisions Pro"
     1036
     1037#: StatusListTable.php:163
     1038msgid ""
     1039"The PublishPress Revisions plugin allows users to submit changes to "
     1040"published posts"
     1041msgstr ""
     1042"Il plugin PublishPress Revisions permette agli utenti di inviare modifiche "
     1043"per gli articoli pubblicati"
     1044
     1045#: StatusListTable.php:166
     1046msgid ""
     1047"PublishPress Statuses plugin enables you to add statuses for post changes "
     1048"created with Revisions"
     1049msgstr ""
     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
     1054msgid "Each post type can have different Revisions statuses"
     1055msgstr "Ogni tipo di contenuto può avere diversi stati di revisione"
    9721056
    9731057#: StatusListTable.php:172
     1058msgid "You choose which users can manage content in each Revisions status"
     1059msgstr ""
     1060"Puoi scegliere quali utenti possono gestire il contenuto in ogni stato di "
     1061"revisione"
     1062
     1063#: StatusListTable.php:198
    9741064msgid "Premium Feature"
    9751065msgstr "Caratteristica Premium"
    9761066
    977 #: StatusListTable.php:173
     1067#: StatusListTable.php:199
    9781068msgid "Install Statuses Pro to unlock custom revision statuses."
    9791069msgstr ""
    9801070"Installa Statuses Pro per sbloccare gli stati di revisione personalizzati."
    9811071
    982 #: StatusListTable.php:174
     1072#: StatusListTable.php:200
    9831073msgid "Configure for any post type and role to match your editing workflow."
    9841074msgstr ""
     
    9861076"flusso di lavoro di modifica."
    9871077
    988 #: StatusListTable.php:177
    989 msgid "Learn More"
    990 msgstr "Approfondisci"
    991 
    992 #: StatusListTable.php:238
     1078#: StatusListTable.php:265
    9931079msgid ""
    9941080"To define and control Revision statuses, update the %1$sPublishPress "
     
    9981084"%1$sPublishPress Revisions%2$s alla versione %3$s o superiore."
    9991085
    1000 #: StatusListTable.php:270
     1086#: StatusListTable.php:297
    10011087msgid "Main Workflow:"
    10021088msgstr "Flusso di lavoro principale:"
    10031089
    1004 #: StatusListTable.php:292
     1090#: StatusListTable.php:319
    10051091msgid "Drop any status here to include it in main workflow for new posts."
    10061092msgstr ""
     
    10081094"i nuovi articoli."
    10091095
    1010 #: StatusListTable.php:327
     1096#: StatusListTable.php:354
    10111097msgid ""
    10121098"Statuses in the main workflow are presented for convenient default selection "
     
    10161102"selezione predefinita durante l'aggiornamento di un articolo non pubblicato."
    10171103
    1018 #: StatusListTable.php:334
     1104#: StatusListTable.php:361
    10191105msgid ""
    10201106"Statuses in the main workflow are manually selectable when editing an "
     
    10241110"manualmente durante la modifica di un articolo non pubblicato."
    10251111
    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
    10311113msgid ""
    10321114"Drop any status here to make it manually selectable outside the main "
     
    10361118"fuori del flusso di lavoro principale."
    10371119
    1038 #: StatusListTable.php:386
     1120#: StatusListTable.php:408
    10391121msgid "Drop any status here to disable."
    10401122msgstr "Rilascia qui qualsiasi stato da disabilitare."
    10411123
    1042 #: StatusListTable.php:434
     1124#: StatusListTable.php:456
    10431125msgid "Standard Publication:"
    10441126msgstr "Pubblicazione standard:"
    10451127
    1046 #: StatusListTable.php:441
     1128#: StatusListTable.php:463
    10471129msgid "Visibility Statuses for Private Publication:"
    10481130msgstr "Stati di visibilità per pubblicazione privata:"
    10491131
    1050 #: StatusListTable.php:448
     1132#: StatusListTable.php:470
    10511133msgid "Alternate Workflows:"
    10521134msgstr "Flusso di lavorazione alternativo:"
    10531135
    10541136#. translators: %s is the opening and closing <span> tags
    1055 #: StatusListTable.php:459
     1137#: StatusListTable.php:481
    10561138msgid "Disabled Statuses (drag to re-enable):"
    10571139msgstr "Stati disabilitati (trascina per riabilitarli):"
    10581140
     1141#: StatusListTable.php:581
     1142msgid "Upgrade to choose who can view your non-public posts"
     1143msgstr "Aggiorna per scegliere chi può vedere i tuoi articoli non pubblici"
     1144
     1145#: StatusListTable.php:584
     1146msgid ""
     1147"Install PublishPress Permissions Pro to define your own custom visibility "
     1148"statuses."
     1149msgstr ""
     1150"Installa PublishPress Permissions Pro per definire i tuo stati di visibilità "
     1151"personalizzati."
     1152
     1153#: StatusListTable.php:590
     1154msgid "Create multiple visibility statuses to show content to different users"
     1155msgstr ""
     1156"Crea visibilità multiple degli stati per mostrare il contenuto ad utenti "
     1157"differenti"
     1158
     1159#: StatusListTable.php:593
     1160msgid "Choose which user roles can see posts in each status"
     1161msgstr "Scegli quale ruolo utente può vedere gli articoli di ogni stato"
     1162
     1163#: StatusListTable.php:596
     1164msgid "Select which user roles can move posts to each status"
     1165msgstr "Seleziona quali ruoli possono spostare gli articoli in ogni stato"
     1166
     1167#: StatusListTable.php:599
     1168msgid "Decide which user roles can edit posts in each status"
     1169msgstr "Decidi quali ruoli possono modificare gli articoli di ogni stato"
     1170
     1171#: StatusListTable.php:608
     1172msgid "Get PublishPress Permissions Pro"
     1173msgstr "Ottieni PublishPress Permissions Pro"
     1174
    10591175#. translators: %s is the list of post types
    1060 #: StatusListTable.php:633
     1176#: StatusListTable.php:696
    10611177msgid "%s, more..."
    10621178msgstr "%s, altro…"
    10631179
    1064 #: StatusListTable.php:715
     1180#: StatusListTable.php:778
    10651181msgid "No custom statuses found."
    10661182msgstr "Nessun stato personalizzato trovato."
    10671183
    1068 #: StatusListTable.php:786
     1184#: StatusListTable.php:849
    10691185msgid "Core"
    10701186msgstr "Core"
    10711187
    1072 #: StatusListTable.php:790
     1188#: StatusListTable.php:853
    10731189msgid "Default"
    10741190msgstr "Predefinito"
    10751191
    1076 #: StatusListTable.php:815
     1192#: StatusListTable.php:878
    10771193msgid "X"
    10781194msgstr "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)"
    10791201
    10801202#~ msgid ""
  • publishpress-statuses/tags/1.1.12/languages/publishpress-statuses.pot

    r3389260 r3389850  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: PublishPress Statuses 1.1.11\n"
     5"Project-Id-Version: PublishPress Statuses 1.1.12\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-11-03T23:46:17+00:00\n"
     12"POT-Creation-Date: 2025-11-04T17:14:23+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    6666msgstr ""
    6767
    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
    7569#: PublishPress_Statuses.php:794
    7670msgid "Approve"
    7771msgstr ""
    7872
    79 #: Admin.php:524
     73#: Admin.php:515
    8074#: PublishPress_Statuses.php:766
    8175msgid "Assign"
    8276msgstr ""
    8377
    84 #: Admin.php:526
     78#: Admin.php:517
    8579#: PublishPress_Statuses.php:780
    8680msgid "Mark In Progress"
     
    8882
    8983#. translators: %s is the status label
     84#: Admin.php:530
     85msgid "Set to %s"
     86msgstr ""
     87
     88#. translators: %s is the status label
    9089#: Admin.php:539
    91 msgid "Set to %s"
    92 msgstr ""
    93 
    94 #. translators: %s is the status label
    95 #: Admin.php:548
    9690#: PostEditGutenberg.php:77
    9791msgid "Save as %s"
     
    9993
    10094#. translators: %s is the name of a custom public status
    101 #: Admin.php:560
     95#: Admin.php:551
    10296msgid "Public (%s)"
    10397msgstr ""
    10498
    105 #: Admin.php:631
     99#: Admin.php:622
    106100#: PostEditClassic.php:179
    107101#: PostEditGutenberg.php:74
     
    439433
    440434#: StatusEditUI.php:69
    441 #: StatusEditUI.php:431
     435#: StatusEditUI.php:433
    442436#: StatusListTable.php:128
    443437msgid "Post Types"
     
    449443msgstr ""
    450444
    451 #: StatusEditUI.php:84
     445#: StatusEditUI.php:85
    452446msgid "Post Access"
    453447msgstr ""
    454448
    455 #: StatusEditUI.php:165
     449#: StatusEditUI.php:167
    456450msgid "Enforce type-specific post capabilitities for this status, or share capabilities with another status."
    457451msgstr ""
    458452
    459 #: StatusEditUI.php:210
     453#: StatusEditUI.php:212
    460454msgid "Update Status"
    461455msgstr ""
    462456
    463 #: StatusEditUI.php:254
     457#: StatusEditUI.php:256
    464458msgid "Status Label"
    465459msgstr ""
    466460
    467 #: StatusEditUI.php:267
     461#: StatusEditUI.php:269
    468462msgid "The name is used to identify the status. (Max: 20 characters)"
    469463msgstr ""
    470464
    471 #: StatusEditUI.php:289
     465#: StatusEditUI.php:291
    472466msgid "The slug is the unique ID for the status."
    473467msgstr ""
    474468
    475 #: StatusEditUI.php:299
     469#: StatusEditUI.php:301
    476470msgid "Description"
    477471msgstr ""
    478472
    479 #: StatusEditUI.php:311
     473#: StatusEditUI.php:313
    480474msgid "The description is primarily for administrative use, to give you some context on what the custom status is to be used for."
    481475msgstr ""
    482476
    483 #: StatusEditUI.php:320
     477#: StatusEditUI.php:322
    484478msgid "Color"
    485479msgstr ""
    486480
    487 #: StatusEditUI.php:332
     481#: StatusEditUI.php:334
    488482msgid "The color is used to identify the status."
    489483msgstr ""
    490484
    491 #: StatusEditUI.php:338
     485#: StatusEditUI.php:340
    492486#: StatusListTable.php:126
    493487msgid "Icon"
    494488msgstr ""
    495489
    496 #: StatusEditUI.php:354
     490#: StatusEditUI.php:356
    497491msgid "Select Icon"
    498492msgstr ""
    499493
    500 #: StatusEditUI.php:360
     494#: StatusEditUI.php:362
    501495msgid "The icon is used to visually represent the status."
    502496msgstr ""
    503497
    504 #: StatusEditUI.php:395
     498#: StatusEditUI.php:397
    505499msgid "Status Availability"
    506500msgstr ""
    507501
    508 #: StatusEditUI.php:398
     502#: StatusEditUI.php:400
    509503msgid "Choose which user roles can assign this status to a post."
    510504msgstr ""
    511505
    512 #: StatusEditUI.php:434
     506#: StatusEditUI.php:436
    513507msgid "Choose which post types can be set to this status."
    514508msgstr ""
    515509
    516 #: StatusEditUI.php:471
     510#: StatusEditUI.php:473
    517511msgid "All Post Types"
    518512msgstr ""
    519513
    520 #: StatusEditUI.php:518
     514#: StatusEditUI.php:520
    521515msgid "Save As Label"
    522516msgstr ""
    523517
    524 #: StatusEditUI.php:526
     518#: StatusEditUI.php:528
    525519msgid "Submit Button Label"
    526520msgstr ""
    527521
    528 #: StatusEditUI.php:538
     522#: StatusEditUI.php:540
    529523msgid "Upgrade to choose who can manage posts in each status"
    530524msgstr ""
    531525
    532 #: StatusEditUI.php:541
     526#: StatusEditUI.php:543
    533527msgid "Get PublishPress Capabilities Pro for status-specific post access control."
    534528msgstr ""
    535529
    536 #: StatusEditUI.php:547
     530#: StatusEditUI.php:549
    537531msgid "Control which roles can assign a status"
    538532msgstr ""
    539533
    540 #: StatusEditUI.php:550
     534#: StatusEditUI.php:552
    541535msgid "Control which roles can edit or delete posts per-status"
    542536msgstr ""
    543537
    544 #: StatusEditUI.php:553
     538#: StatusEditUI.php:555
    545539msgid "Set capabilities separately for each post type"
    546540msgstr ""
    547541
    548 #: StatusEditUI.php:556
     542#: StatusEditUI.php:558
    549543msgid "User-friendly checkbox grid to assign capabilities"
    550544msgstr ""
    551545
    552 #: StatusEditUI.php:565
     546#: StatusEditUI.php:567
    553547msgid "Get PublishPress Capabilities Pro"
    554548msgstr ""
    555549
    556 #: StatusEditUI.php:570
     550#: StatusEditUI.php:572
    557551#: StatusListTable.php:186
    558552#: StatusListTable.php:203
     
    561555msgstr ""
    562556
    563 #: StatusEditUI.php:579
     557#: StatusEditUI.php:581
    564558msgid "Status-specific post capabilities are %1$scurrently disabled%2$s by PublishPress Capabilities Pro. You can %3$schange this setting%4$s."
    565559msgstr ""
     
    841835msgstr ""
    842836
     837#: StatusesUI.php:832
     838msgid "Add New"
     839msgstr ""
     840
    843841#. translators: %1$s and %2$s is link markup
    844842#: StatusesUI.php:849
     
    10711069
    10721070#: StatusListTable.php:878
    1073 msgid "X"
    1074 msgstr ""
     1071msgid "Delete"
     1072msgstr ""
  • publishpress-statuses/tags/1.1.12/publishpress-statuses.php

    r3389260 r3389850  
    44 * Plugin URI:  https://publishpress.com/statuses
    55 * Description: Manage and create post statuses to customize your editorial workflow
    6  * Version: 1.1.11
     6 * Version: 1.1.12
    77 * Author: PublishPress
    88 * Author URI:  https://publishpress.com/
     
    228228       
    229229        if (empty($interrupt_load)) {
    230             define('PUBLISHPRESS_STATUSES_VERSION', '1.1.11');
     230            define('PUBLISHPRESS_STATUSES_VERSION', '1.1.12');
    231231
    232232            define('PUBLISHPRESS_STATUSES_URL', trailingslashit(plugins_url('', __FILE__)));    // @todo: vendor lib
  • publishpress-statuses/tags/1.1.12/readme.txt

    r3389767 r3389850  
    77Requires PHP: 7.2.5
    88Tested up to: 6.8
    9 Stable tag: 1.1.11
     9Stable tag: 1.1.12
    1010License: GPLv3
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • publishpress-statuses/trunk/Admin.php

    r3387201 r3389850  
    429429            'dashicons-format-status',
    430430            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']
    440431        );
    441432
  • publishpress-statuses/trunk/CHANGELOG.md

    r3389260 r3389850  
    11The format is based on [Keep a Changelog](http://keepachangelog.com/)
    22and 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
    310
    411= [1.1.11] - 3 Nov 2025 =
  • publishpress-statuses/trunk/StatusEditUI.php

    r3387201 r3389850  
    8282        || (defined('PUBLISHPRESS_CAPS_PRO_VERSION') && class_exists('PublishPress\StatusCapabilities') && !\PublishPress\StatusCapabilities::customStatusPostMetaPermissions('', $status)))
    8383        :
    84             $tabs['post_access'] = __('Post Access', 'publishpress-statuses');
     84            if ('draft' != $status->name) {
     85                $tabs['post_access'] = __('Post Access', 'publishpress-statuses');
     86            }
    8587        endif;
    8688
  • publishpress-statuses/trunk/StatusListTable.php

    r3372042 r3389850  
    871871        $actions['edit'] =  ['url' => esc_url($url), 'label' => esc_html__('Edit')];
    872872
    873         if (empty($status_obj) || (empty($status_obj->_builtin))) {
     873        if ((empty($status_obj) || (empty($status_obj->_builtin))) && empty($status_obj->disabled)) {
    874874            $actions['disable'] = ['url' => '#', 'label' => \PublishPress_Statuses::__wp('Disable', 'publishpress-statuses')];
    875875        }
    876876
    877877        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')];
    879879        }
    880880
  • publishpress-statuses/trunk/common/css/custom-status-admin.css

    r3389260 r3389850  
    352352}
    353353
    354 table.status-row td.name div.row-actions span.disable a {
    355 padding-right: 5px;
    356 }
    357 
    358354table.status-row td.name div.row-actions span.delete a {
    359 padding-left: 5px;
    360355font-weight: bold;
    361356}
  • publishpress-statuses/trunk/languages/publishpress-statuses-es_ES.po

    r3359461 r3389850  
    55"Project-Id-Version: PublishPress Statuses 1.0.1\n"
    66"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"
    99"Last-Translator: \n"
    1010"Language-Team: \n"
     
    4444msgstr "https://publishpress.com/"
    4545
    46 #: Admin.php:18 Admin.php:352 Admin.php:353 PublishPress_Statuses.php:328
    47 #: PublishPress_Statuses.php:329 StatusesUI.php:92
     46#: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337
     47#: PublishPress_Statuses.php:338 StatusesUI.php:92
    4848msgid "Statuses"
    4949msgstr "Estados"
     
    5353msgstr "Ajustes"
    5454
    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
    5758msgid "Upgrade to Pro"
    5859msgstr "Actualizar a Pro"
    5960
    60 #: Admin.php:291
     61#: Admin.php:305
    6162msgid ""
    6263"Are you sure you want to delete the post status? All posts with this status "
     
    6667"con este estado serán asignadas al estado por defecto."
    6768
    68 #: Admin.php:363 Admin.php:364 StatusesUI.php:818
     69#: Admin.php:377 Admin.php:378 StatusesUI.php:832
    6970msgid "Add New"
    7071msgstr "Añadir nuevo"
    7172
    72 #: Admin.php:450 PublishPress_Statuses.php:785
     73#: Admin.php:464 PublishPress_Statuses.php:794
    7374msgid "Approve"
    7475msgstr "Aprobar"
    7576
    76 #: Admin.php:452 PublishPress_Statuses.php:757
     77#: Admin.php:466 PublishPress_Statuses.php:766
    7778msgid "Assign"
    7879msgstr "Asignar"
    7980
    80 #: Admin.php:454 PublishPress_Statuses.php:771
     81#: Admin.php:468 PublishPress_Statuses.php:780
    8182msgid "Mark In Progress"
    8283msgstr "Marca en progreso"
    8384
    8485#. translators: %s is the status label
    85 #: Admin.php:467
     86#: Admin.php:481
    8687msgid "Set to %s"
    8788msgstr "Establecer %s"
    8889
    8990#. translators: %s is the status label
    90 #: Admin.php:476 PostEditGutenberg.php:75
     91#: Admin.php:490 PostEditGutenberg.php:77
    9192msgid "Save as %s"
    9293msgstr "Guardar como %s"
    9394
    9495#. translators: %s is the name of a custom public status
    95 #: Admin.php:488
     96#: Admin.php:502
    9697msgid "Public (%s)"
    9798msgstr "Público (%s)"
    9899
    99 #: Admin.php:559 PostEditClassic.php:179 PostEditGutenberg.php:72
    100 #: PostEditGutenberg.php:259 PostEditGutenbergStatuses.php:44
    101 #: PostEditGutenbergStatuses.php:64 PostEditGutenbergStatuses.php:72
     100#: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74
     101#: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46
     102#: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74
    102103msgid "Advance Status"
    103104msgstr "Estado avanzado"
     
    177178
    178179#. translators: %s is the name of a custom visibility status
    179 #: PostEditClassic.php:312
     180#: PostEditClassic.php:314
    180181msgid "%s, Sticky"
    181182msgstr "%s, fijo"
     
    198199msgstr "Publicar %1$s tras aprobación %2$s"
    199200
    200 #: PostEditGutenberg.php:69
     201#: PostEditGutenberg.php:71
    201202msgid "Publication Workflow"
    202203msgstr "Flujo de trabajo de publicación"
    203204
    204 #: PostEditGutenberg.php:73
     205#: PostEditGutenberg.php:75
    205206msgid "Post Status"
    206207msgstr "Estado de la entrada"
    207208
    208 #: PostEditGutenberg.php:76
     209#: PostEditGutenberg.php:78
    209210msgid "Set Selected Status"
    210211msgstr "Establece el estado seleccionado"
    211212
    212 #: PostEditGutenberg.php:77
     213#: PostEditGutenberg.php:79
    213214msgid "Keep Current Status"
    214215msgstr "Mantener el estado actual"
    215216
    216 #: PostEditGutenberg.php:78
     217#: PostEditGutenberg.php:80
    217218msgid "Advance to Next Status"
    218219msgstr "Avanzar al estado siguiente"
    219220
    220 #: PostEditGutenberg.php:79
     221#: PostEditGutenberg.php:81
    221222msgid "Advance to Max Status"
    222223msgstr "Avanzar al estado máximo"
    223224
    224 #: PostEditGutenberg.php:80
     225#: PostEditGutenberg.php:82
    225226msgid "This post is currently published"
    226227msgstr "Esta entrada está actualmente publicada"
    227228
    228 #: PostEditGutenberg.php:81
     229#: PostEditGutenberg.php:83
    229230msgid "This post is currently scheduled"
    230231msgstr "Esta entrada está actualmente programada"
    231232
    232 #: PostEditGutenbergStatuses.php:116
     233#: PostEditGutenbergStatuses.php:118
    233234msgid "Workflow"
    234235msgstr "Flujo de trabajo"
    235236
    236 #: PostEditGutenbergStatuses.php:120
     237#: PostEditGutenbergStatuses.php:122
    237238msgid "Submit Revision"
    238239msgstr "Enviar revisión"
    239240
     241#: publishpress-statuses.php:118
     242msgid "<strong>This plugin can be deleted.</strong>"
     243msgstr "<strong>Este plugin se puede borrar.</strong>"
     244
    240245#. translators: %s is a version number
    241246#: publishpress-statuses.php:178
     
    265270"a la versión %s o superior."
    266271
    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
     273msgid ""
     274"Can bypass normal status progression. User can publish immediately or move "
     275"post to the furthest possible status."
     276msgstr ""
     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
    275281msgid "Manage Statuses plugin settings."
    276282msgstr "Gestionar los ajustes del plugin Statuses."
    277283
    278 #: PublishPress_Statuses.php:329
     284#: PublishPress_Statuses.php:338
    279285msgid "Status"
    280286msgstr "Estado"
    281287
    282 #: PublishPress_Statuses.php:343
     288#: PublishPress_Statuses.php:352
    283289msgid "Core Post Statuses"
    284290msgstr "Estados del núcleo de las entradas"
    285291
    286 #: PublishPress_Statuses.php:606
     292#: PublishPress_Statuses.php:615
    287293msgid "New post, not yet submitted."
    288294msgstr "Nueva entrada, aún no enviada."
    289295
    290 #: PublishPress_Statuses.php:627
     296#: PublishPress_Statuses.php:636
    291297msgid "Post is awaiting review."
    292298msgstr "La entrada está pendiente de revisión."
    293299
    294 #: PublishPress_Statuses.php:646
     300#: PublishPress_Statuses.php:655
    295301msgid "Post is scheduled for publication."
    296302msgstr "La entrada está programada para su publicación."
    297303
    298 #: PublishPress_Statuses.php:664
     304#: PublishPress_Statuses.php:673
    299305msgid "Post is published, publicly visible."
    300306msgstr "La entrada esstá publicada, y es visible públicamente."
    301307
    302 #: PublishPress_Statuses.php:682
     308#: PublishPress_Statuses.php:691
    303309msgid "Post is published with private visibility."
    304310msgstr "La entrada está publicada con visibilidad privada."
    305311
    306 #: PublishPress_Statuses.php:741
     312#: PublishPress_Statuses.php:750
    307313msgid "Pitch"
    308314msgstr "Idea"
    309315
    310 #: PublishPress_Statuses.php:743
     316#: PublishPress_Statuses.php:752
    311317msgctxt "post action/button label"
    312318msgid "Pitch"
    313319msgstr "Idea"
    314320
    315 #: PublishPress_Statuses.php:744
     321#: PublishPress_Statuses.php:753
    316322msgid "Idea proposed; waiting for acceptance."
    317323msgstr "Idea propuesta; en espera de aceptación."
    318324
    319 #: PublishPress_Statuses.php:755
     325#: PublishPress_Statuses.php:764
    320326msgid "Assigned"
    321327msgstr "Asignada"
    322328
    323 #: PublishPress_Statuses.php:758
     329#: PublishPress_Statuses.php:767
    324330msgid "Post idea assigned to writer."
    325331msgstr "Idea de entrada asignada al escritor."
    326332
    327 #: PublishPress_Statuses.php:769
     333#: PublishPress_Statuses.php:778
    328334msgid "In Progress"
    329335msgstr "En progreso"
    330336
    331 #: PublishPress_Statuses.php:772
     337#: PublishPress_Statuses.php:781
    332338msgid "Writer is working on the post."
    333339msgstr "El escritor está trabajando en la entrada."
    334340
    335 #: PublishPress_Statuses.php:783
     341#: PublishPress_Statuses.php:792
    336342msgid "Approved"
    337343msgstr "Aprobado"
    338344
    339 #: PublishPress_Statuses.php:786
     345#: PublishPress_Statuses.php:795
    340346msgid "Post has been approved for publication."
    341347msgstr "La entrada ha sido aprobada para su publicación."
    342348
    343 #: PublishPress_Statuses.php:797
     349#: PublishPress_Statuses.php:806
    344350msgid "Deferred"
    345351msgstr "Aplazado"
    346352
    347 #: PublishPress_Statuses.php:799
     353#: PublishPress_Statuses.php:808
    348354msgid "Defer"
    349355msgstr "Aplazar"
    350356
    351 #: PublishPress_Statuses.php:800
     357#: PublishPress_Statuses.php:809
    352358msgid "Post has been deferred for future consideration."
    353359msgstr "La entrada se ha aplazado para una futura consideración."
    354360
    355 #: PublishPress_Statuses.php:811
     361#: PublishPress_Statuses.php:820
    356362msgid "Needs Work"
    357363msgstr "Necesita trabajo"
    358364
    359 #: PublishPress_Statuses.php:813
     365#: PublishPress_Statuses.php:822
    360366msgid "Set to Needs Work"
    361367msgstr "Establecer en necesita trabajo"
    362368
    363 #: PublishPress_Statuses.php:814
     369#: PublishPress_Statuses.php:823
    364370msgid "Post needs work before further review."
    365371msgstr "La entrada necesita mejoras antes de ser revisada."
    366372
    367 #: PublishPress_Statuses.php:825
     373#: PublishPress_Statuses.php:834
    368374msgid "Rejected"
    369375msgstr "Rechazado"
    370376
    371 #: PublishPress_Statuses.php:827
     377#: PublishPress_Statuses.php:836
    372378msgid "Reject"
    373379msgstr "Rechazar"
    374380
    375 #: PublishPress_Statuses.php:828
     381#: PublishPress_Statuses.php:837
    376382msgid "Post has been rejected."
    377383msgstr "La entrada ha sido rechazada."
    378384
    379 #: PublishPress_Statuses.php:861
     385#: PublishPress_Statuses.php:870
    380386msgid "Alternate Pre-Publication Workflow:"
    381387msgstr "Flujo de trabajo alternativo previo a la publicación:"
    382388
    383 #: PublishPress_Statuses.php:928
     389#: PublishPress_Statuses.php:936
    384390msgid "Disabled Statuses:"
    385391msgstr "Estados desactivados:"
    386392
    387 #: PublishPress_Statuses.php:944
     393#: PublishPress_Statuses.php:952
    388394msgid "Committee"
    389395msgstr "Comité"
    390396
    391 #: PublishPress_Statuses.php:946
     397#: PublishPress_Statuses.php:954
    392398msgid "Refer to Committee"
    393399msgstr "Trasmitir al comité"
    394400
    395 #: PublishPress_Statuses.php:947
     401#: PublishPress_Statuses.php:955
    396402msgid "Post has been referred to committee."
    397403msgstr "La entrada ha sido transmitida al comité."
    398404
    399 #: PublishPress_Statuses.php:959
     405#: PublishPress_Statuses.php:967
    400406msgid "Committee Review"
    401407msgstr "Revisión por el comité"
    402408
    403 #: PublishPress_Statuses.php:961
     409#: PublishPress_Statuses.php:969
    404410msgid "Set to Committee Review"
    405411msgstr "Enviar a la revisión del comité"
    406412
    407 #: PublishPress_Statuses.php:962
     413#: PublishPress_Statuses.php:970
    408414msgid "Committee is reviewing the post."
    409415msgstr "El comité está revisando la entrada."
    410416
    411 #: PublishPress_Statuses.php:974
     417#: PublishPress_Statuses.php:982
    412418msgid "Committee Progress"
    413419msgstr "Progreso del comité"
    414420
    415 #: PublishPress_Statuses.php:976
     421#: PublishPress_Statuses.php:984
    416422msgid "Set to Committee Progress"
    417423msgstr "Establecer el progreso del comité"
    418424
    419 #: PublishPress_Statuses.php:977
     425#: PublishPress_Statuses.php:985
    420426msgid "Committee is editing the post."
    421427msgstr "Le comité ha editado la entrada."
    422428
    423 #: PublishPress_Statuses.php:989
     429#: PublishPress_Statuses.php:997
    424430msgid "Committee Approved"
    425431msgstr "Comité aprobado"
    426432
    427 #: PublishPress_Statuses.php:991
     433#: PublishPress_Statuses.php:999
    428434msgid "Set Committee Approval"
    429435msgstr "Establece la aprobación del comité"
    430436
    431 #: PublishPress_Statuses.php:992
     437#: PublishPress_Statuses.php:1000
    432438msgid "Committee has approved the post."
    433439msgstr "Le comité ha aprobado la entrada."
     
    445451msgstr "Etiquetas"
    446452
    447 #: StatusEditUI.php:69 StatusEditUI.php:393 StatusListTable.php:128
     453#: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128
    448454msgid "Post Types"
    449455msgstr "Tipos de contenido"
     
    453459msgstr "Perfiles"
    454460
    455 #: StatusEditUI.php:142
     461#: StatusEditUI.php:84
     462msgid "Post Access"
     463msgstr "Acceso a las entradas"
     464
     465#: StatusEditUI.php:165
    456466msgid ""
    457467"Enforce type-specific post capabilitities for this status, or share "
     
    461471"estado, o comparte capacidades con otro estado."
    462472
    463 #: StatusEditUI.php:180
     473#: StatusEditUI.php:210
    464474msgid "Update Status"
    465475msgstr "Actualizar estado"
    466476
    467 #: StatusEditUI.php:223
     477#: StatusEditUI.php:253
    468478msgid "Status Label"
    469479msgstr "Etiqueta de estado"
    470480
    471 #: StatusEditUI.php:236
     481#: StatusEditUI.php:266
    472482msgid "The name is used to identify the status. (Max: 20 characters)"
    473483msgstr "El nombre es usado para identificar el estado. (Máximo: 20 caracteres)"
    474484
    475 #: StatusEditUI.php:258
     485#: StatusEditUI.php:288
    476486msgid "The slug is the unique ID for the status."
    477487msgstr "El slug es el identificador único del estado."
    478488
    479 #: StatusEditUI.php:268
     489#: StatusEditUI.php:298
    480490msgid "Description"
    481491msgstr "Descripción"
    482492
    483 #: StatusEditUI.php:280
     493#: StatusEditUI.php:310
    484494msgid ""
    485495"The description is primarily for administrative use, to give you some "
     
    489499"poco de contexto sobre para qué se usa el estado personalizado."
    490500
    491 #: StatusEditUI.php:289
     501#: StatusEditUI.php:319
    492502msgid "Color"
    493503msgstr "Color"
    494504
    495 #: StatusEditUI.php:301
     505#: StatusEditUI.php:331
    496506msgid "The color is used to identify the status."
    497507msgstr "El color se usa para identificar el estado."
    498508
    499 #: StatusEditUI.php:307 StatusListTable.php:126
     509#: StatusEditUI.php:337 StatusListTable.php:126
    500510msgid "Icon"
    501511msgstr "Icono"
    502512
    503 #: StatusEditUI.php:323
     513#: StatusEditUI.php:353
    504514msgid "Select Icon"
    505515msgstr "Selecciona icono"
    506516
    507 #: StatusEditUI.php:329
     517#: StatusEditUI.php:359
    508518msgid "The icon is used to visually represent the status."
    509519msgstr "El icono se usa para representar visualmente el estado."
    510520
    511 #: StatusEditUI.php:357
     521#: StatusEditUI.php:393
    512522msgid "Status Availability"
    513523msgstr "Estado de disponibilidad"
    514524
    515 #: StatusEditUI.php:360
     525#: StatusEditUI.php:396
    516526msgid "Choose which user roles can assign this status to a post."
    517527msgstr ""
    518528"Elige qué perfiles de usuario pueden asignar este estado a una entrada."
    519529
    520 #: StatusEditUI.php:396
     530#: StatusEditUI.php:432
    521531msgid "Choose which post types can be set to this status."
    522532msgstr "Elige qué tipos de entrada pueden tener este estado."
    523533
    524 #: StatusEditUI.php:433
     534#: StatusEditUI.php:469
    525535msgid "All Post Types"
    526536msgstr "Todos los tipos de contenido"
    527537
    528 #: StatusEditUI.php:480
     538#: StatusEditUI.php:516
    529539msgid "Save As Label"
    530540msgstr "Guardar como etiqueta"
    531541
    532 #: StatusEditUI.php:488
     542#: StatusEditUI.php:524
    533543msgid "Submit Button Label"
    534544msgstr "Etiqueta del botón «Enviar»"
     545
     546#: StatusEditUI.php:536
     547msgid "Upgrade to choose who can manage posts in each status"
     548msgstr ""
     549"Actualizar para elegir quién puede gestionar las entradas en cada estado"
     550
     551#: StatusEditUI.php:539
     552msgid ""
     553"Get PublishPress Capabilities Pro for status-specific post access control."
     554msgstr ""
     555"Obtén PublishPress Capabilities Pro para controlar el acceso al estado "
     556"específico de la entrada."
     557
     558#: StatusEditUI.php:545
     559msgid "Control which roles can assign a status"
     560msgstr "Controla qué perfiles pueden asignar un estado"
     561
     562#: StatusEditUI.php:548
     563msgid "Control which roles can edit or delete posts per-status"
     564msgstr "Controla qué perfiles pueden editar o borrar las entradas por estado"
     565
     566#: StatusEditUI.php:551
     567msgid "Set capabilities separately for each post type"
     568msgstr "Establece las capacidades separadamente para cada tipo de contenido"
     569
     570#: StatusEditUI.php:554
     571msgid "User-friendly checkbox grid to assign capabilities"
     572msgstr ""
     573"Cuadrícula de casillas de verificación fácil de usar para asignar capacidades"
     574
     575#: StatusEditUI.php:563
     576msgid "Get PublishPress Capabilities Pro"
     577msgstr "Obtén PublishPress Capabilities Pro"
     578
     579#: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203
     580#: StatusListTable.php:613
     581msgid "Learn More"
     582msgstr "Aprender más"
     583
     584#: StatusEditUI.php:577
     585msgid ""
     586"Status-specific post capabilities are %1$scurrently disabled%2$s by "
     587"PublishPress Capabilities Pro. You can %3$schange this setting%4$s."
     588msgstr ""
     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."
    535592
    536593#. translators: %s is the status label
     
    557614msgstr "Añadir estado"
    558615
    559 #: StatusesUI.php:87 StatusesUI.php:965
     616#: StatusesUI.php:87 StatusesUI.php:979
    560617msgid "PublishPress Statuses Settings"
    561618msgstr "Ajustes de PublishPress Statuses"
     
    662719"máximo disponible"
    663720
    664 #: StatusesUI.php:444
     721#: StatusesUI.php:413
     722msgid "No workflow guidance"
     723msgstr "No hay orientación sobre el flujo de trabajo"
     724
     725#: StatusesUI.php:458
    665726msgid ""
    666727"Hide nested statuses (workflow branches) in the dropdown unless the post is "
     
    671732"hermano."
    672733
    673 #: StatusesUI.php:463
     734#: StatusesUI.php:477
    674735msgid "Available to all users"
    675736msgstr "Disponible para todos los usuarios"
    676737
    677 #: StatusesUI.php:464
     738#: StatusesUI.php:478
    678739msgid "Available to specified roles only"
    679740msgstr "Disponible solo para los perfiles especificados"
    680741
    681 #: StatusesUI.php:470
     742#: StatusesUI.php:484
    682743msgid ""
    683744"Users can only assign a custom status to a post if their role allows it. "
     
    689750"estado «Pendiente de revisión»."
    690751
    691 #: StatusesUI.php:472
     752#: StatusesUI.php:486
    692753msgid ""
    693754"Users can only assign a custom status to a post if their role allows it. "
     
    700761
    701762#. translators: %1$s and %2$s are link markup
    702 #: StatusesUI.php:481
     763#: StatusesUI.php:495
    703764msgid ""
    704765"View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s"
     
    707768"revisión > Perfiles %2$s"
    708769
    709 #: StatusesUI.php:505
     770#: StatusesUI.php:519
    710771msgid "Automatic Detection"
    711772msgstr "Detección automática"
    712773
    713 #: StatusesUI.php:506
     774#: StatusesUI.php:520
    714775msgid "Using Classic Editor"
    715776msgstr "Usando el editor clásico"
    716777
    717 #: StatusesUI.php:507
     778#: StatusesUI.php:521
    718779msgid "Using Gutenberg Editor"
    719780msgstr "Usando el editor Gutenberg"
    720781
    721 #: StatusesUI.php:512
     782#: StatusesUI.php:526
    722783msgid ""
    723784"If custom statuses in the post editor are not loaded correctly, prevent "
     
    727788"correctamente, evita la detección incorrecta del editor especificándolo aquí."
    728789
    729 #: StatusesUI.php:533
     790#: StatusesUI.php:547
    730791msgid "For all plugin statuses"
    731792msgstr "Para todos los estados de los plugins"
    732793
    733 #: StatusesUI.php:534
     794#: StatusesUI.php:548
    734795msgid "For user-created plugin statuses only"
    735796msgstr "Solo para los estados del plugin creados por el usuario"
    736797
    737 #: StatusesUI.php:539
     798#: StatusesUI.php:553
    738799msgid ""
    739800"This controls which statuses can have their labels customized by editing "
     
    745806"anulará cualquier cadena del archivo de idioma."
    746807
    747 #: StatusesUI.php:602
     808#: StatusesUI.php:616
    748809msgid "Note: Post types can also be specified for each individual status."
    749810msgstr ""
     
    751812"individual."
    752813
    753 #: StatusesUI.php:616 StatusesUI.php:674
     814#: StatusesUI.php:630 StatusesUI.php:688
    754815msgid "Select..."
    755816msgstr "Selecciona…"
    756817
    757 #: StatusesUI.php:619
     818#: StatusesUI.php:633
    758819msgid "Re-run Planner import (with Status Control properties, ordering)"
    759820msgstr ""
     
    761822"ordenando)"
    762823
    763 #: StatusesUI.php:620
     824#: StatusesUI.php:634
    764825msgid "Re-run Planner import (ignoring Status Control configuration)"
    765826msgstr ""
     
    767828"de estado)"
    768829
    769 #: StatusesUI.php:622
     830#: StatusesUI.php:636
    770831msgid "Re-run Planner import"
    771832msgstr "Reejecutar la importación de Planner"
    772833
    773 #: StatusesUI.php:628
     834#: StatusesUI.php:642
    774835msgid ""
    775836"Status color, icon and position is automatically imported from PublishPress "
     
    782843"por Planner."
    783844
    784 #: StatusesUI.php:676
     845#: StatusesUI.php:690
    785846msgid "Back up current colors, icons, labels and post types"
    786847msgstr ""
     
    788849"actuales"
    789850
    790 #: StatusesUI.php:681
     851#: StatusesUI.php:695
    791852msgid "Restore backup of status colors"
    792853msgstr "Restaura la copia de seguridad de los colores de estado"
    793854
    794 #: StatusesUI.php:685
     855#: StatusesUI.php:699
    795856msgid "Restore backup of status icons"
    796857msgstr "Restaura la copia de seguridad de los iconos de estado"
    797858
    798 #: StatusesUI.php:689
     859#: StatusesUI.php:703
    799860msgid "Restore backup of status labels"
    800861msgstr "Restaura la copia de seguridad de las etiquetas de estado"
    801862
    802 #: StatusesUI.php:693
     863#: StatusesUI.php:707
    803864msgid "Restore backup of status post types"
    804865msgstr "Restaura la copia de seguridad de los tipos de contenido de estado"
    805866
    806 #: StatusesUI.php:699
     867#: StatusesUI.php:713
    807868msgid "Restore auto-backup of status colors"
    808869msgstr "Restaura la copia de seguridad automática de los colores de estado"
    809870
    810 #: StatusesUI.php:703
     871#: StatusesUI.php:717
    811872msgid "Restore auto-backup of status icons"
    812873msgstr "Restaura la copia de seguridad automática de los iconos de estado"
    813874
    814 #: StatusesUI.php:707
     875#: StatusesUI.php:721
    815876msgid "Restore auto-backup of status labels"
    816877msgstr "Restaura la copia de seguridad automática de las etiquetas de estado"
    817878
    818 #: StatusesUI.php:711
     879#: StatusesUI.php:725
    819880msgid "Restore auto-backup of status post types"
    820881msgstr ""
    821882"Restaura la copia de seguridad automática de los tipos de contenido de estado"
    822883
    823 #: StatusesUI.php:718
     884#: StatusesUI.php:732
    824885msgid "Use default status colors"
    825886msgstr "Usa los colores de estado por defecto"
    826887
    827 #: StatusesUI.php:722
     888#: StatusesUI.php:736
    828889msgid "Use default status icons"
    829890msgstr "Usa los iconos de estado por defecto"
    830891
    831 #: StatusesUI.php:726
     892#: StatusesUI.php:740
    832893msgid "Use default status labels"
    833894msgstr "Usa las etiquetas de estado por defecto"
    834895
    835 #: StatusesUI.php:730
     896#: StatusesUI.php:744
    836897msgid "Use default status post types"
    837898msgstr "Usa los tipos de contenido de estado por defecto"
    838899
    839 #: StatusesUI.php:734
     900#: StatusesUI.php:748
    840901msgid "Use Planner plugin's default status colors"
    841902msgstr "Usa los colores de estado por defecto del plugin Planner"
    842903
    843 #: StatusesUI.php:738
     904#: StatusesUI.php:752
    844905msgid "Use Planner plugin's default status icons"
    845906msgstr "Usa los iconos de estado por defecto del plugin Planner"
    846907
    847908#. translators: %s is the status name
    848 #: StatusesUI.php:777
     909#: StatusesUI.php:791
    849910msgid "Edit Status: %s"
    850911msgstr "Editar estado: %s"
    851912
    852913#. translators: %s is the status name
    853 #: StatusesUI.php:780
     914#: StatusesUI.php:794
    854915msgid "Edit %1$s: %2$s"
    855916msgstr "Editar %1$s: %2$s"
    856917
    857 #: StatusesUI.php:817 StatusesUI.php:951
     918#: StatusesUI.php:831 StatusesUI.php:965
    858919msgid "Add New Pre-Publication Status"
    859920msgstr "Añadir nuevo estado previo a la publicación"
    860921
    861922#. translators: %1$s and %2$s is link markup
    862 #: StatusesUI.php:835
     923#: StatusesUI.php:849
    863924msgid ""
    864925"For custom Visibility Statuses, please %1$senable the Status Control "
     
    868929"de «Control de estado»%2$s de Permisos Pro."
    869930
    870 #: StatusesUI.php:876
     931#: StatusesUI.php:890
    871932msgid "Pre-Publication"
    872933msgstr "Previo a la publicación"
    873934
    874 #: StatusesUI.php:884
     935#: StatusesUI.php:898
    875936msgid "Visibility"
    876937msgstr "Visibilidad"
    877938
    878 #: StatusesUI.php:895
     939#: StatusesUI.php:909
    879940msgid "Revision"
    880941msgstr "Revisión"
    881942
    882 #: StatusesUI.php:955
     943#: StatusesUI.php:969
    883944msgid ""
    884945"This status can be assigned to an unpublished post using the Post Status "
     
    9691030msgstr "Nombre de estado"
    9701031
    971 #: StatusListTable.php:153
    972 msgid "Unlock Revision Statuses"
    973 msgstr "Desbloquear los estados de revisión"
    974 
    9751032#: 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."
     1033msgid "Upgrade to create an approval workflow for published content"
     1034msgstr ""
     1035"Actualizar para crear un flujo de trabajo de aprobación para el contenido "
     1036"publicado"
     1037
     1038#: StatusListTable.php:157
     1039msgid ""
     1040"Create approval workflows using PublishPress Statuses Pro together with the "
     1041"PublishPress Revisions Pro plugin"
     1042msgstr ""
     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
     1047msgid ""
     1048"The PublishPress Revisions plugin allows users to submit changes to "
     1049"published posts"
     1050msgstr ""
     1051"El plugin PublishPress Revisions permite a los usuarios enviar cambios a las "
     1052"entradas publicadas"
     1053
     1054#: StatusListTable.php:166
     1055msgid ""
     1056"PublishPress Statuses plugin enables you to add statuses for post changes "
     1057"created with Revisions"
     1058msgstr ""
     1059"El plugin PublishPress Statuses te permite activar estados para los cambios "
     1060"en las entradas creados con Revisions"
     1061
     1062#: StatusListTable.php:169
     1063msgid "Each post type can have different Revisions statuses"
     1064msgstr "Cada tipo de contenido puede tener diferentes estados de revisión"
    9811065
    9821066#: StatusListTable.php:172
     1067msgid "You choose which users can manage content in each Revisions status"
     1068msgstr ""
     1069"Puedes elegir qué usuarios pueden gestionar el contenido en cada estado de "
     1070"revisión"
     1071
     1072#: StatusListTable.php:198
    9831073msgid "Premium Feature"
    9841074msgstr "Característica premium"
    9851075
    986 #: StatusListTable.php:173
     1076#: StatusListTable.php:199
    9871077msgid "Install Statuses Pro to unlock custom revision statuses."
    9881078msgstr ""
    9891079"Instala Statuses Pro para desbloquear estados de revisión personalizados."
    9901080
    991 #: StatusListTable.php:174
     1081#: StatusListTable.php:200
    9921082msgid "Configure for any post type and role to match your editing workflow."
    9931083msgstr ""
     
    9951085"de trabajo de edición."
    9961086
    997 #: StatusListTable.php:177
    998 msgid "Learn More"
    999 msgstr "Aprender más"
    1000 
    1001 #: StatusListTable.php:238
     1087#: StatusListTable.php:265
    10021088msgid ""
    10031089"To define and control Revision statuses, update the %1$sPublishPress "
     
    10071093"%1$sPublishPress Revisions%2$s a la versión %3$s o superior."
    10081094
    1009 #: StatusListTable.php:270
     1095#: StatusListTable.php:297
    10101096msgid "Main Workflow:"
    10111097msgstr "Flujo de trabajo principal:"
    10121098
    1013 #: StatusListTable.php:292
     1099#: StatusListTable.php:319
    10141100msgid "Drop any status here to include it in main workflow for new posts."
    10151101msgstr ""
     
    10171103"de las nuevas entradas."
    10181104
    1019 #: StatusListTable.php:327
     1105#: StatusListTable.php:354
    10201106msgid ""
    10211107"Statuses in the main workflow are presented for convenient default selection "
     
    10251111"selección por defecto al actualizar una entrada no publicada."
    10261112
    1027 #: StatusListTable.php:334
     1113#: StatusListTable.php:361
    10281114msgid ""
    10291115"Statuses in the main workflow are manually selectable when editing an "
     
    10331119"al editar una entrada no publicada."
    10341120
    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
    10401122msgid ""
    10411123"Drop any status here to make it manually selectable outside the main "
     
    10451127"del flujo de trabajo principal."
    10461128
    1047 #: StatusListTable.php:386
     1129#: StatusListTable.php:408
    10481130msgid "Drop any status here to disable."
    10491131msgstr "Suelta aquí cualquier estado para desactivarlo."
    10501132
    1051 #: StatusListTable.php:434
     1133#: StatusListTable.php:456
    10521134msgid "Standard Publication:"
    10531135msgstr "Publicación estándar:"
    10541136
    1055 #: StatusListTable.php:441
     1137#: StatusListTable.php:463
    10561138msgid "Visibility Statuses for Private Publication:"
    10571139msgstr "Estados de visibilidad para la publicación privada:"
    10581140
    1059 #: StatusListTable.php:448
     1141#: StatusListTable.php:470
    10601142msgid "Alternate Workflows:"
    10611143msgstr "Flujo de trabajo alternativo:"
    10621144
    10631145#. translators: %s is the opening and closing <span> tags
    1064 #: StatusListTable.php:459
     1146#: StatusListTable.php:481
    10651147msgid "Disabled Statuses (drag to re-enable):"
    10661148msgstr "Estados desactivados (arrastra para reactivar):"
    10671149
     1150#: StatusListTable.php:581
     1151msgid "Upgrade to choose who can view your non-public posts"
     1152msgstr "Actualizar para elegir quién puede ver tus entradas no públicas"
     1153
     1154#: StatusListTable.php:584
     1155msgid ""
     1156"Install PublishPress Permissions Pro to define your own custom visibility "
     1157"statuses."
     1158msgstr ""
     1159"Instalar PublishPress Permissions Pro para to definir tus propios estados de "
     1160"visibilidad personalizados."
     1161
     1162#: StatusListTable.php:590
     1163msgid "Create multiple visibility statuses to show content to different users"
     1164msgstr ""
     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
     1169msgid "Choose which user roles can see posts in each status"
     1170msgstr "Elige qué perfiles de usuario pueden ver las entradas en cada estado"
     1171
     1172#: StatusListTable.php:596
     1173msgid "Select which user roles can move posts to each status"
     1174msgstr ""
     1175"Selecciona qué perfiles de usuario pueden mover las entradas a cada estado"
     1176
     1177#: StatusListTable.php:599
     1178msgid "Decide which user roles can edit posts in each status"
     1179msgstr ""
     1180"Decide qué perfiles de usuario pueden editar las entradas en cada estado"
     1181
     1182#: StatusListTable.php:608
     1183msgid "Get PublishPress Permissions Pro"
     1184msgstr "Obtén PublishPress Permissions Pro"
     1185
    10681186#. translators: %s is the list of post types
    1069 #: StatusListTable.php:633
     1187#: StatusListTable.php:696
    10701188msgid "%s, more..."
    10711189msgstr "%s, más…"
    10721190
    1073 #: StatusListTable.php:715
     1191#: StatusListTable.php:778
    10741192msgid "No custom statuses found."
    10751193msgstr "No se han encontrado estados personalizados."
    10761194
    1077 #: StatusListTable.php:786
     1195#: StatusListTable.php:849
    10781196msgid "Core"
    10791197msgstr "Núcleo"
    10801198
    1081 #: StatusListTable.php:790
     1199#: StatusListTable.php:853
    10821200msgid "Default"
    10831201msgstr "Por defecto"
    10841202
    1085 #: StatusListTable.php:815
     1203#: StatusListTable.php:878
    10861204msgid "X"
    10871205msgstr "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)"
    10881212
    10891213#~ msgid ""
  • publishpress-statuses/trunk/languages/publishpress-statuses-fr_FR.po

    r3359461 r3389850  
    66"WordPress Publishing Workflows - Stable (latest release)\n"
    77"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"
    1010"Last-Translator: \n"
    1111"Language-Team: \n"
     
    4444msgstr "https://publishpress.com/"
    4545
    46 #: Admin.php:18 Admin.php:352 Admin.php:353 PublishPress_Statuses.php:328
    47 #: PublishPress_Statuses.php:329 StatusesUI.php:92
     46#: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337
     47#: PublishPress_Statuses.php:338 StatusesUI.php:92
    4848msgid "Statuses"
    4949msgstr "États"
     
    5353msgstr "Réglages"
    5454
    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
    5758msgid "Upgrade to Pro"
    5859msgstr "Passer à la version Pro"
    5960
    60 #: Admin.php:291
     61#: Admin.php:305
    6162msgid ""
    6263"Are you sure you want to delete the post status? All posts with this status "
     
    6667"les publications ayant cet état seront assignées à l’état par défaut."
    6768
    68 #: Admin.php:363 Admin.php:364 StatusesUI.php:818
     69#: Admin.php:377 Admin.php:378 StatusesUI.php:832
    6970msgid "Add New"
    7071msgstr "Ajouter"
    7172
    72 #: Admin.php:450 PublishPress_Statuses.php:785
     73#: Admin.php:464 PublishPress_Statuses.php:794
    7374msgid "Approve"
    7475msgstr "Approuver"
    7576
    76 #: Admin.php:452 PublishPress_Statuses.php:757
     77#: Admin.php:466 PublishPress_Statuses.php:766
    7778msgid "Assign"
    7879msgstr "Assigner"
    7980
    80 #: Admin.php:454 PublishPress_Statuses.php:771
     81#: Admin.php:468 PublishPress_Statuses.php:780
    8182msgid "Mark In Progress"
    8283msgstr "Marquer en cours"
    8384
    8485#. translators: %s is the status label
    85 #: Admin.php:467
     86#: Admin.php:481
    8687msgid "Set to %s"
    8788msgstr "Défini sur %s"
    8889
    8990#. translators: %s is the status label
    90 #: Admin.php:476 PostEditGutenberg.php:75
     91#: Admin.php:490 PostEditGutenberg.php:77
    9192msgid "Save as %s"
    9293msgstr "Enregistrer comme %s"
    9394
    9495#. translators: %s is the name of a custom public status
    95 #: Admin.php:488
     96#: Admin.php:502
    9697msgid "Public (%s)"
    9798msgstr "Public (%s)"
    9899
    99 #: Admin.php:559 PostEditClassic.php:179 PostEditGutenberg.php:72
    100 #: PostEditGutenberg.php:259 PostEditGutenbergStatuses.php:44
    101 #: PostEditGutenbergStatuses.php:64 PostEditGutenbergStatuses.php:72
     100#: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74
     101#: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46
     102#: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74
    102103msgid "Advance Status"
    103104msgstr "État avancé"
     
    178179
    179180#. translators: %s is the name of a custom visibility status
    180 #: PostEditClassic.php:312
     181#: PostEditClassic.php:314
    181182msgid "%s, Sticky"
    182183msgstr "%s, épinglé"
     
    199200msgstr "Publier %1$s sur approbation %2$s"
    200201
    201 #: PostEditGutenberg.php:69
     202#: PostEditGutenberg.php:71
    202203msgid "Publication Workflow"
    203204msgstr "Flux de travail de publication"
    204205
    205 #: PostEditGutenberg.php:73
     206#: PostEditGutenberg.php:75
    206207msgid "Post Status"
    207208msgstr "État de la publication"
    208209
    209 #: PostEditGutenberg.php:76
     210#: PostEditGutenberg.php:78
    210211msgid "Set Selected Status"
    211212msgstr "Définir l’état sélectionné"
    212213
    213 #: PostEditGutenberg.php:77
     214#: PostEditGutenberg.php:79
    214215msgid "Keep Current Status"
    215216msgstr "Conserver l’état actuel"
    216217
    217 #: PostEditGutenberg.php:78
     218#: PostEditGutenberg.php:80
    218219msgid "Advance to Next Status"
    219220msgstr "Passer à l’état suivant"
    220221
    221 #: PostEditGutenberg.php:79
     222#: PostEditGutenberg.php:81
    222223msgid "Advance to Max Status"
    223224msgstr "Passer à l’état maximum"
    224225
    225 #: PostEditGutenberg.php:80
     226#: PostEditGutenberg.php:82
    226227msgid "This post is currently published"
    227228msgstr "Cette publication est actuellement publiée"
    228229
    229 #: PostEditGutenberg.php:81
     230#: PostEditGutenberg.php:83
    230231msgid "This post is currently scheduled"
    231232msgstr "Cette publication est actuellement planifiée"
    232233
    233 #: PostEditGutenbergStatuses.php:116
     234#: PostEditGutenbergStatuses.php:118
    234235msgid "Workflow"
    235236msgstr "Flux de travail"
    236237
    237 #: PostEditGutenbergStatuses.php:120
     238#: PostEditGutenbergStatuses.php:122
    238239msgid "Submit Revision"
    239240msgstr "Envoyer la révision"
    240241
     242#: publishpress-statuses.php:118
     243msgid "<strong>This plugin can be deleted.</strong>"
     244msgstr "<strong>Cette extension peut être supprimée.</strong>"
     245
    241246#. translators: %s is a version number
    242247#: publishpress-statuses.php:178
     
    266271"Capabilities Pro avec la version %s ou supérieure."
    267272
    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
     274msgid ""
     275"Can bypass normal status progression. User can publish immediately or move "
     276"post to the furthest possible status."
     277msgstr ""
     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
    276283msgid "Manage Statuses plugin settings."
    277284msgstr "Gérer les réglages de l’extension Statuses."
    278285
    279 #: PublishPress_Statuses.php:329
     286#: PublishPress_Statuses.php:338
    280287msgid "Status"
    281288msgstr "État"
    282289
    283 #: PublishPress_Statuses.php:343
     290#: PublishPress_Statuses.php:352
    284291msgid "Core Post Statuses"
    285292msgstr "États du cœur de la publication"
    286293
    287 #: PublishPress_Statuses.php:606
     294#: PublishPress_Statuses.php:615
    288295msgid "New post, not yet submitted."
    289296msgstr "Nouvelle publication, pas encore proposée."
    290297
    291 #: PublishPress_Statuses.php:627
     298#: PublishPress_Statuses.php:636
    292299msgid "Post is awaiting review."
    293300msgstr "La publication est en attente de révision."
    294301
    295 #: PublishPress_Statuses.php:646
     302#: PublishPress_Statuses.php:655
    296303msgid "Post is scheduled for publication."
    297304msgstr "La publication est planifiée pour publication."
    298305
    299 #: PublishPress_Statuses.php:664
     306#: PublishPress_Statuses.php:673
    300307msgid "Post is published, publicly visible."
    301308msgstr "La publication est publiée, publiquement visible."
    302309
    303 #: PublishPress_Statuses.php:682
     310#: PublishPress_Statuses.php:691
    304311msgid "Post is published with private visibility."
    305312msgstr "La publication est publiée avec une visibilité privée."
    306313
    307 #: PublishPress_Statuses.php:741
     314#: PublishPress_Statuses.php:750
    308315msgid "Pitch"
    309316msgstr "Pitch"
    310317
    311 #: PublishPress_Statuses.php:743
     318#: PublishPress_Statuses.php:752
    312319msgctxt "post action/button label"
    313320msgid "Pitch"
    314321msgstr "Pitch"
    315322
    316 #: PublishPress_Statuses.php:744
     323#: PublishPress_Statuses.php:753
    317324msgid "Idea proposed; waiting for acceptance."
    318325msgstr "Idée proposée ; en attente d’acceptation."
    319326
    320 #: PublishPress_Statuses.php:755
     327#: PublishPress_Statuses.php:764
    321328msgid "Assigned"
    322329msgstr "Assignée"
    323330
    324 #: PublishPress_Statuses.php:758
     331#: PublishPress_Statuses.php:767
    325332msgid "Post idea assigned to writer."
    326333msgstr "Idée de publication assignée au rédacteur ou à la rédactrice."
    327334
    328 #: PublishPress_Statuses.php:769
     335#: PublishPress_Statuses.php:778
    329336msgid "In Progress"
    330337msgstr "En cours"
    331338
    332 #: PublishPress_Statuses.php:772
     339#: PublishPress_Statuses.php:781
    333340msgid "Writer is working on the post."
    334341msgstr "Le rédacteur ou la rédactrice travaille sur la publication."
    335342
    336 #: PublishPress_Statuses.php:783
     343#: PublishPress_Statuses.php:792
    337344msgid "Approved"
    338345msgstr "Approuvé"
    339346
    340 #: PublishPress_Statuses.php:786
     347#: PublishPress_Statuses.php:795
    341348msgid "Post has been approved for publication."
    342349msgstr "La publication a été approuvée pour publication."
    343350
    344 #: PublishPress_Statuses.php:797
     351#: PublishPress_Statuses.php:806
    345352msgid "Deferred"
    346353msgstr "Différé"
    347354
    348 #: PublishPress_Statuses.php:799
     355#: PublishPress_Statuses.php:808
    349356msgid "Defer"
    350357msgstr "Différer"
    351358
    352 #: PublishPress_Statuses.php:800
     359#: PublishPress_Statuses.php:809
    353360msgid "Post has been deferred for future consideration."
    354361msgstr "La publication a été différée en vue d’une prise en compte future."
    355362
    356 #: PublishPress_Statuses.php:811
     363#: PublishPress_Statuses.php:820
    357364msgid "Needs Work"
    358365msgstr "Besoin de modifications"
    359366
    360 #: PublishPress_Statuses.php:813
     367#: PublishPress_Statuses.php:822
    361368msgid "Set to Needs Work"
    362369msgstr "Définir à besoin de modifications"
    363370
    364 #: PublishPress_Statuses.php:814
     371#: PublishPress_Statuses.php:823
    365372msgid "Post needs work before further review."
    366373msgstr ""
     
    368375"détail."
    369376
    370 #: PublishPress_Statuses.php:825
     377#: PublishPress_Statuses.php:834
    371378msgid "Rejected"
    372379msgstr "Rejeté"
    373380
    374 #: PublishPress_Statuses.php:827
     381#: PublishPress_Statuses.php:836
    375382msgid "Reject"
    376383msgstr "Rejeter"
    377384
    378 #: PublishPress_Statuses.php:828
     385#: PublishPress_Statuses.php:837
    379386msgid "Post has been rejected."
    380387msgstr "La publication a été rejetée."
    381388
    382 #: PublishPress_Statuses.php:861
     389#: PublishPress_Statuses.php:870
    383390msgid "Alternate Pre-Publication Workflow:"
    384391msgstr "Flux de travail alternatif de prépublication :"
    385392
    386 #: PublishPress_Statuses.php:928
     393#: PublishPress_Statuses.php:936
    387394msgid "Disabled Statuses:"
    388395msgstr "États désactivés :"
    389396
    390 #: PublishPress_Statuses.php:944
     397#: PublishPress_Statuses.php:952
    391398msgid "Committee"
    392399msgstr "Comité"
    393400
    394 #: PublishPress_Statuses.php:946
     401#: PublishPress_Statuses.php:954
    395402msgid "Refer to Committee"
    396403msgstr "Renvoyer au comité"
    397404
    398 #: PublishPress_Statuses.php:947
     405#: PublishPress_Statuses.php:955
    399406msgid "Post has been referred to committee."
    400407msgstr "La publication a été renvoyé au comité."
    401408
    402 #: PublishPress_Statuses.php:959
     409#: PublishPress_Statuses.php:967
    403410msgid "Committee Review"
    404411msgstr "Révision par le comité"
    405412
    406 #: PublishPress_Statuses.php:961
     413#: PublishPress_Statuses.php:969
    407414msgid "Set to Committee Review"
    408415msgstr "Definir à la révision du comité"
    409416
    410 #: PublishPress_Statuses.php:962
     417#: PublishPress_Statuses.php:970
    411418msgid "Committee is reviewing the post."
    412419msgstr "La commission est en train de réviser la publication."
    413420
    414 #: PublishPress_Statuses.php:974
     421#: PublishPress_Statuses.php:982
    415422msgid "Committee Progress"
    416423msgstr "Progrès du comité"
    417424
    418 #: PublishPress_Statuses.php:976
     425#: PublishPress_Statuses.php:984
    419426msgid "Set to Committee Progress"
    420427msgstr "Définir à la progression du comité"
    421428
    422 #: PublishPress_Statuses.php:977
     429#: PublishPress_Statuses.php:985
    423430msgid "Committee is editing the post."
    424431msgstr "Le comité a modifié la publication."
    425432
    426 #: PublishPress_Statuses.php:989
     433#: PublishPress_Statuses.php:997
    427434msgid "Committee Approved"
    428435msgstr "Approuvé par le comité"
    429436
    430 #: PublishPress_Statuses.php:991
     437#: PublishPress_Statuses.php:999
    431438msgid "Set Committee Approval"
    432439msgstr "Definir l’approbation du comité"
    433440
    434 #: PublishPress_Statuses.php:992
     441#: PublishPress_Statuses.php:1000
    435442msgid "Committee has approved the post."
    436443msgstr "Le comité a approuvé la publication."
     
    448455msgstr "Libellés"
    449456
    450 #: StatusEditUI.php:69 StatusEditUI.php:393 StatusListTable.php:128
     457#: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128
    451458msgid "Post Types"
    452459msgstr "Types de publication"
     
    456463msgstr "Rôles"
    457464
    458 #: StatusEditUI.php:142
     465#: StatusEditUI.php:84
     466msgid "Post Access"
     467msgstr "Accés aux publications"
     468
     469#: StatusEditUI.php:165
    459470msgid ""
    460471"Enforce type-specific post capabilitities for this status, or share "
     
    464475"ou partager les permissions avec un autre état."
    465476
    466 #: StatusEditUI.php:180
     477#: StatusEditUI.php:210
    467478msgid "Update Status"
    468479msgstr "Mettre à jour l’état"
    469480
    470 #: StatusEditUI.php:223
     481#: StatusEditUI.php:253
    471482msgid "Status Label"
    472483msgstr "Libellé de l’état"
    473484
    474 #: StatusEditUI.php:236
     485#: StatusEditUI.php:266
    475486msgid "The name is used to identify the status. (Max: 20 characters)"
    476487msgstr "Le nom est utilisé pour identifier l’état. (Max : 20 caractères)"
    477488
    478 #: StatusEditUI.php:258
     489#: StatusEditUI.php:288
    479490msgid "The slug is the unique ID for the status."
    480491msgstr "Le slug est l’identifiant unique de l’état."
    481492
    482 #: StatusEditUI.php:268
     493#: StatusEditUI.php:298
    483494msgid "Description"
    484495msgstr "Description"
    485496
    486 #: StatusEditUI.php:280
     497#: StatusEditUI.php:310
    487498msgid ""
    488499"The description is primarily for administrative use, to give you some "
     
    493504"utilisé."
    494505
    495 #: StatusEditUI.php:289
     506#: StatusEditUI.php:319
    496507msgid "Color"
    497508msgstr "Couleur"
    498509
    499 #: StatusEditUI.php:301
     510#: StatusEditUI.php:331
    500511msgid "The color is used to identify the status."
    501512msgstr "La couleur est utilisée pour identifier l’état."
    502513
    503 #: StatusEditUI.php:307 StatusListTable.php:126
     514#: StatusEditUI.php:337 StatusListTable.php:126
    504515msgid "Icon"
    505516msgstr "Icône"
    506517
    507 #: StatusEditUI.php:323
     518#: StatusEditUI.php:353
    508519msgid "Select Icon"
    509520msgstr "Sélectionner une icône"
    510521
    511 #: StatusEditUI.php:329
     522#: StatusEditUI.php:359
    512523msgid "The icon is used to visually represent the status."
    513524msgstr "L’icône est utilisée pour représenter visuellement l’état."
    514525
    515 #: StatusEditUI.php:357
     526#: StatusEditUI.php:393
    516527msgid "Status Availability"
    517528msgstr "État de la disponibilité"
    518529
    519 #: StatusEditUI.php:360
     530#: StatusEditUI.php:396
    520531msgid "Choose which user roles can assign this status to a post."
    521532msgstr ""
     
    523534"état à une publication."
    524535
    525 #: StatusEditUI.php:396
     536#: StatusEditUI.php:432
    526537msgid "Choose which post types can be set to this status."
    527538msgstr ""
    528539"Choisissez les types de publication qui peuvent être définis dans cet état."
    529540
    530 #: StatusEditUI.php:433
     541#: StatusEditUI.php:469
    531542msgid "All Post Types"
    532543msgstr "Tous les types de publication"
    533544
    534 #: StatusEditUI.php:480
     545#: StatusEditUI.php:516
    535546msgid "Save As Label"
    536547msgstr "Enregistrer comme libellé"
    537548
    538 #: StatusEditUI.php:488
     549#: StatusEditUI.php:524
    539550msgid "Submit Button Label"
    540551msgstr "Libellé du bouton « Envoyer »"
     552
     553#: StatusEditUI.php:536
     554msgid "Upgrade to choose who can manage posts in each status"
     555msgstr ""
     556"Mettre à niveau pour choisir qui peut gérer les publications dans chaque état"
     557
     558#: StatusEditUI.php:539
     559msgid ""
     560"Get PublishPress Capabilities Pro for status-specific post access control."
     561msgstr ""
     562"Obtenir PublishPress Capabilities Pro pour contrôler l’accès aux "
     563"publications spécifiques à un état."
     564
     565#: StatusEditUI.php:545
     566msgid "Control which roles can assign a status"
     567msgstr "Contrôler quels rôles peuvent assigner un état"
     568
     569#: StatusEditUI.php:548
     570msgid "Control which roles can edit or delete posts per-status"
     571msgstr ""
     572"Contrôler quels rôles peuvent modifier ou supprimer les publications par état"
     573
     574#: StatusEditUI.php:551
     575msgid "Set capabilities separately for each post type"
     576msgstr "Définir les permissions séparément pour chaque type de publication"
     577
     578#: StatusEditUI.php:554
     579msgid "User-friendly checkbox grid to assign capabilities"
     580msgstr ""
     581"Une grille de cases à cocher simple d’utilisation pour assigner des "
     582"permissions"
     583
     584#: StatusEditUI.php:563
     585msgid "Get PublishPress Capabilities Pro"
     586msgstr "Obtenir PublishPress Capabilities Pro"
     587
     588#: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203
     589#: StatusListTable.php:613
     590msgid "Learn More"
     591msgstr "En savoir plus"
     592
     593#: StatusEditUI.php:577
     594msgid ""
     595"Status-specific post capabilities are %1$scurrently disabled%2$s by "
     596"PublishPress Capabilities Pro. You can %3$schange this setting%4$s."
     597msgstr ""
     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."
    541601
    542602#. translators: %s is the status label
     
    563623msgstr "Ajouter"
    564624
    565 #: StatusesUI.php:87 StatusesUI.php:965
     625#: StatusesUI.php:87 StatusesUI.php:979
    566626msgid "PublishPress Statuses Settings"
    567627msgstr "Réglages de PublishPress Statuses"
     
    668728"l’état le plus élevé accessible à l’utilisateur/utilisatrice."
    669729
    670 #: StatusesUI.php:444
     730#: StatusesUI.php:413
     731msgid "No workflow guidance"
     732msgstr "Aucune instruction sur le flux de travail"
     733
     734#: StatusesUI.php:458
    671735msgid ""
    672736"Hide nested statuses (workflow branches) in the dropdown unless the post is "
     
    677741"un état frère."
    678742
    679 #: StatusesUI.php:463
     743#: StatusesUI.php:477
    680744msgid "Available to all users"
    681745msgstr "Disponible pour tous les utilisateurs/utilisatrices"
    682746
    683 #: StatusesUI.php:464
     747#: StatusesUI.php:478
    684748msgid "Available to specified roles only"
    685749msgstr "Disponible uniquement pour les rôles spécifiés"
    686750
    687 #: StatusesUI.php:470
     751#: StatusesUI.php:484
    688752msgid ""
    689753"Users can only assign a custom status to a post if their role allows it. "
     
    695759"contrôle est appliqué à l’état « En attente de relecture »."
    696760
    697 #: StatusesUI.php:472
     761#: StatusesUI.php:486
    698762msgid ""
    699763"Users can only assign a custom status to a post if their role allows it. "
     
    706770
    707771#. translators: %1$s and %2$s are link markup
    708 #: StatusesUI.php:481
     772#: StatusesUI.php:495
    709773msgid ""
    710774"View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s"
     
    713777"Rôles %2$s"
    714778
    715 #: StatusesUI.php:505
     779#: StatusesUI.php:519
    716780msgid "Automatic Detection"
    717781msgstr "Détection automatique"
    718782
    719 #: StatusesUI.php:506
     783#: StatusesUI.php:520
    720784msgid "Using Classic Editor"
    721785msgstr "Utilisation de l’éditeur classique"
    722786
    723 #: StatusesUI.php:507
     787#: StatusesUI.php:521
    724788msgid "Using Gutenberg Editor"
    725789msgstr "Utilisation de l’éditeur Gutenberg"
    726790
    727 #: StatusesUI.php:512
     791#: StatusesUI.php:526
    728792msgid ""
    729793"If custom statuses in the post editor are not loaded correctly, prevent "
     
    734798"ici."
    735799
    736 #: StatusesUI.php:533
     800#: StatusesUI.php:547
    737801msgid "For all plugin statuses"
    738802msgstr "Pour tous les états des extensions"
    739803
    740 #: StatusesUI.php:534
     804#: StatusesUI.php:548
    741805msgid "For user-created plugin statuses only"
    742806msgstr ""
    743807"Pour les états d’extension créés par l’utilisateur/utilisatrice uniquement"
    744808
    745 #: StatusesUI.php:539
     809#: StatusesUI.php:553
    746810msgid ""
    747811"This controls which statuses can have their labels customized by editing "
     
    753817"est stockée, elle remplacera toutes les chaînes du fichier de langue."
    754818
    755 #: StatusesUI.php:602
     819#: StatusesUI.php:616
    756820msgid "Note: Post types can also be specified for each individual status."
    757821msgstr ""
     
    759823"état individuel."
    760824
    761 #: StatusesUI.php:616 StatusesUI.php:674
     825#: StatusesUI.php:630 StatusesUI.php:688
    762826msgid "Select..."
    763827msgstr "Sélectionner…"
    764828
    765 #: StatusesUI.php:619
     829#: StatusesUI.php:633
    766830msgid "Re-run Planner import (with Status Control properties, ordering)"
    767831msgstr ""
     
    769833"l’état, en ordonnant)"
    770834
    771 #: StatusesUI.php:620
     835#: StatusesUI.php:634
    772836msgid "Re-run Planner import (ignoring Status Control configuration)"
    773837msgstr ""
     
    775839"d’état)"
    776840
    777 #: StatusesUI.php:622
     841#: StatusesUI.php:636
    778842msgid "Re-run Planner import"
    779843msgstr "Réexécuter l’importation de Planner"
    780844
    781 #: StatusesUI.php:628
     845#: StatusesUI.php:642
    782846msgid ""
    783847"Status color, icon and position is automatically imported from PublishPress "
     
    790854"définie par Planner."
    791855
    792 #: StatusesUI.php:676
     856#: StatusesUI.php:690
    793857msgid "Back up current colors, icons, labels and post types"
    794858msgstr ""
    795859"Sauvegarde des couleurs, icônes, libellés et types de publication actuels"
    796860
    797 #: StatusesUI.php:681
     861#: StatusesUI.php:695
    798862msgid "Restore backup of status colors"
    799863msgstr "Restaurer la sauvegarde des couleurs d’état"
    800864
    801 #: StatusesUI.php:685
     865#: StatusesUI.php:699
    802866msgid "Restore backup of status icons"
    803867msgstr "Restaurer la sauvegarde des icônes d’état"
    804868
    805 #: StatusesUI.php:689
     869#: StatusesUI.php:703
    806870msgid "Restore backup of status labels"
    807871msgstr "Restaurer la sauvegarde des libellés d’état"
    808872
    809 #: StatusesUI.php:693
     873#: StatusesUI.php:707
    810874msgid "Restore backup of status post types"
    811875msgstr "Restaurer la sauvegarde des types de publication d’état"
    812876
    813 #: StatusesUI.php:699
     877#: StatusesUI.php:713
    814878msgid "Restore auto-backup of status colors"
    815879msgstr "Restaurer la sauvegarde automatique des couleurs d’état"
    816880
    817 #: StatusesUI.php:703
     881#: StatusesUI.php:717
    818882msgid "Restore auto-backup of status icons"
    819883msgstr "Restaurer la sauvegarde automatique des icônes d’état"
    820884
    821 #: StatusesUI.php:707
     885#: StatusesUI.php:721
    822886msgid "Restore auto-backup of status labels"
    823887msgstr "Restaurer la sauvegarde automatique des libellés d’état"
    824888
    825 #: StatusesUI.php:711
     889#: StatusesUI.php:725
    826890msgid "Restore auto-backup of status post types"
    827891msgstr "Restaurer la sauvegarde automatique des types de publication d’état"
    828892
    829 #: StatusesUI.php:718
     893#: StatusesUI.php:732
    830894msgid "Use default status colors"
    831895msgstr "Utiliser les couleurs d’état par défaut"
    832896
    833 #: StatusesUI.php:722
     897#: StatusesUI.php:736
    834898msgid "Use default status icons"
    835899msgstr "Utiliser les icônes d’état par défaut"
    836900
    837 #: StatusesUI.php:726
     901#: StatusesUI.php:740
    838902msgid "Use default status labels"
    839903msgstr "Utiliser les libellés d’état par défaut"
    840904
    841 #: StatusesUI.php:730
     905#: StatusesUI.php:744
    842906msgid "Use default status post types"
    843907msgstr "Utiliser les types de publication par défaut"
    844908
    845 #: StatusesUI.php:734
     909#: StatusesUI.php:748
    846910msgid "Use Planner plugin's default status colors"
    847911msgstr "Utiliser les couleurs d’état par défaut de l’extension Planner"
    848912
    849 #: StatusesUI.php:738
     913#: StatusesUI.php:752
    850914msgid "Use Planner plugin's default status icons"
    851915msgstr "Utiliser les icônes d’état par défaut de l’extension Planner"
    852916
    853917#. translators: %s is the status name
    854 #: StatusesUI.php:777
     918#: StatusesUI.php:791
    855919msgid "Edit Status: %s"
    856920msgstr "Modifier l’état : %s"
    857921
    858922#. translators: %s is the status name
    859 #: StatusesUI.php:780
     923#: StatusesUI.php:794
    860924msgid "Edit %1$s: %2$s"
    861925msgstr "Modifier %1$s : %2$s"
    862926
    863 #: StatusesUI.php:817 StatusesUI.php:951
     927#: StatusesUI.php:831 StatusesUI.php:965
    864928msgid "Add New Pre-Publication Status"
    865929msgstr "Ajouter un état de prépublication"
    866930
    867931#. translators: %1$s and %2$s is link markup
    868 #: StatusesUI.php:835
     932#: StatusesUI.php:849
    869933msgid ""
    870934"For custom Visibility Statuses, please %1$senable the Status Control "
     
    874938"de contrôle des états%2$s de Permissions Pro."
    875939
    876 #: StatusesUI.php:876
     940#: StatusesUI.php:890
    877941msgid "Pre-Publication"
    878942msgstr "Prépublication"
    879943
    880 #: StatusesUI.php:884
     944#: StatusesUI.php:898
    881945msgid "Visibility"
    882946msgstr "Visibilité"
    883947
    884 #: StatusesUI.php:895
     948#: StatusesUI.php:909
    885949msgid "Revision"
    886950msgstr "Révision"
    887951
    888 #: StatusesUI.php:955
     952#: StatusesUI.php:969
    889953msgid ""
    890954"This status can be assigned to an unpublished post using the Post Status "
     
    9771041msgstr "Nom de l’état"
    9781042
    979 #: StatusListTable.php:153
    980 msgid "Unlock Revision Statuses"
    981 msgstr "Déverrouiller les états de révision"
    982 
    9831043#: 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."
     1044msgid "Upgrade to create an approval workflow for published content"
     1045msgstr ""
     1046"Mettre à niveau pour créer un flux de travail d’approbation par le contenu "
     1047"publié"
     1048
     1049#: StatusListTable.php:157
     1050msgid ""
     1051"Create approval workflows using PublishPress Statuses Pro together with the "
     1052"PublishPress Revisions Pro plugin"
     1053msgstr ""
     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
     1058msgid ""
     1059"The PublishPress Revisions plugin allows users to submit changes to "
     1060"published posts"
     1061msgstr ""
     1062"L’extension PublishPress Revisions permet aux utilisateurs/utilisatrices de "
     1063"envoyer des modifications aux publications publiées"
     1064
     1065#: StatusListTable.php:166
     1066msgid ""
     1067"PublishPress Statuses plugin enables you to add statuses for post changes "
     1068"created with Revisions"
     1069msgstr ""
     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
     1074msgid "Each post type can have different Revisions statuses"
     1075msgstr "Chaque type de publication peut avoir différents états de révision"
    9891076
    9901077#: StatusListTable.php:172
     1078msgid "You choose which users can manage content in each Revisions status"
     1079msgstr ""
     1080"Vous choisissez quels utilisateurs/utilisatrices peuvent gérer le contenu "
     1081"dans chaque état de révision"
     1082
     1083#: StatusListTable.php:198
    9911084msgid "Premium Feature"
    9921085msgstr "Fonctionnalité Premium"
    9931086
    994 #: StatusListTable.php:173
     1087#: StatusListTable.php:199
    9951088msgid "Install Statuses Pro to unlock custom revision statuses."
    9961089msgstr ""
    9971090"Installer Statuses Pro pour débloquer les états de révision personnalisés."
    9981091
    999 #: StatusListTable.php:174
     1092#: StatusListTable.php:200
    10001093msgid "Configure for any post type and role to match your editing workflow."
    10011094msgstr ""
     
    10031096"de travail de modification."
    10041097
    1005 #: StatusListTable.php:177
    1006 msgid "Learn More"
    1007 msgstr "En savoir plus"
    1008 
    1009 #: StatusListTable.php:238
     1098#: StatusListTable.php:265
    10101099msgid ""
    10111100"To define and control Revision statuses, update the %1$sPublishPress "
     
    10161105"récente."
    10171106
    1018 #: StatusListTable.php:270
     1107#: StatusListTable.php:297
    10191108msgid "Main Workflow:"
    10201109msgstr "Flux de travail principal :"
    10211110
    1022 #: StatusListTable.php:292
     1111#: StatusListTable.php:319
    10231112msgid "Drop any status here to include it in main workflow for new posts."
    10241113msgstr ""
     
    10261115"principal pour les nouvelles publications."
    10271116
    1028 #: StatusListTable.php:327
     1117#: StatusListTable.php:354
    10291118msgid ""
    10301119"Statuses in the main workflow are presented for convenient default selection "
     
    10341123"sélection par défaut lors de la mise à jour d’une publication non publiée."
    10351124
    1036 #: StatusListTable.php:334
     1125#: StatusListTable.php:361
    10371126msgid ""
    10381127"Statuses in the main workflow are manually selectable when editing an "
     
    10421131"manuellement lors de la modification d’une publication non publiée."
    10431132
    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
    10491134msgid ""
    10501135"Drop any status here to make it manually selectable outside the main "
     
    10541139"manuellement en dehors du flux de travail principal."
    10551140
    1056 #: StatusListTable.php:386
     1141#: StatusListTable.php:408
    10571142msgid "Drop any status here to disable."
    10581143msgstr "Déposez n’importe quel état ici pour le désactiver."
    10591144
    1060 #: StatusListTable.php:434
     1145#: StatusListTable.php:456
    10611146msgid "Standard Publication:"
    10621147msgstr "Publication standard :"
    10631148
    1064 #: StatusListTable.php:441
     1149#: StatusListTable.php:463
    10651150msgid "Visibility Statuses for Private Publication:"
    10661151msgstr "États de visibilité pour la publication privée :"
    10671152
    1068 #: StatusListTable.php:448
     1153#: StatusListTable.php:470
    10691154msgid "Alternate Workflows:"
    10701155msgstr "Flux de travail alternatif :"
    10711156
    10721157#. translators: %s is the opening and closing <span> tags
    1073 #: StatusListTable.php:459
     1158#: StatusListTable.php:481
    10741159msgid "Disabled Statuses (drag to re-enable):"
    10751160msgstr "États désactivés (glisser pour réactiver) :"
    10761161
     1162#: StatusListTable.php:581
     1163msgid "Upgrade to choose who can view your non-public posts"
     1164msgstr ""
     1165"Mettre à niveau pour choisir qui peut gérer les publications dans chaque état"
     1166
     1167#: StatusListTable.php:584
     1168msgid ""
     1169"Install PublishPress Permissions Pro to define your own custom visibility "
     1170"statuses."
     1171msgstr ""
     1172"Instaler PublishPress Permissions Pro pour définir vos états de visibilité "
     1173"personnalisés."
     1174
     1175#: StatusListTable.php:590
     1176msgid "Create multiple visibility statuses to show content to different users"
     1177msgstr ""
     1178"Créer plusieurs états de visibilité pour afficher le contenu à différents "
     1179"utilisateurs"
     1180
     1181#: StatusListTable.php:593
     1182msgid "Choose which user roles can see posts in each status"
     1183msgstr ""
     1184"Choisir quels rôles du compte peuvent voir les publications dans chaque état"
     1185
     1186#: StatusListTable.php:596
     1187msgid "Select which user roles can move posts to each status"
     1188msgstr ""
     1189"Sélectionner les rôles du compte qui peuvent déplacer les publications vers "
     1190"chaque état"
     1191
     1192#: StatusListTable.php:599
     1193msgid "Decide which user roles can edit posts in each status"
     1194msgstr ""
     1195"Décider quels rôles du compte peuvent modifier les publications dans chaque "
     1196"état"
     1197
     1198#: StatusListTable.php:608
     1199msgid "Get PublishPress Permissions Pro"
     1200msgstr "Obtenir PublishPress Permissions Pro"
     1201
    10771202#. translators: %s is the list of post types
    1078 #: StatusListTable.php:633
     1203#: StatusListTable.php:696
    10791204msgid "%s, more..."
    10801205msgstr "%s, plus de…"
    10811206
    1082 #: StatusListTable.php:715
     1207#: StatusListTable.php:778
    10831208msgid "No custom statuses found."
    10841209msgstr "Aucun état personnalisé n’a été trouvé."
    10851210
    1086 #: StatusListTable.php:786
     1211#: StatusListTable.php:849
    10871212msgid "Core"
    10881213msgstr "Cœur"
    10891214
    1090 #: StatusListTable.php:790
     1215#: StatusListTable.php:853
    10911216msgid "Default"
    10921217msgstr "Par défaut"
    10931218
    1094 #: StatusListTable.php:815
     1219#: StatusListTable.php:878
    10951220msgid "X"
    10961221msgstr "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)"
    10971228
    10981229#~ msgid ""
  • publishpress-statuses/trunk/languages/publishpress-statuses-it_IT.po

    r3359461 r3389850  
    55"Project-Id-Version: PublishPress Statuses 1.0.1\n"
    66"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"
    99"Last-Translator: \n"
    1010"Language-Team: \n"
     
    4444msgstr "https://publishpress.com/"
    4545
    46 #: Admin.php:18 Admin.php:352 Admin.php:353 PublishPress_Statuses.php:328
    47 #: PublishPress_Statuses.php:329 StatusesUI.php:92
     46#: Admin.php:18 Admin.php:366 Admin.php:367 PublishPress_Statuses.php:337
     47#: PublishPress_Statuses.php:338 StatusesUI.php:92
    4848msgid "Statuses"
    4949msgstr "Stati"
     
    5353msgstr "Impostazioni"
    5454
    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
    5758msgid "Upgrade to Pro"
    5859msgstr "Aggiorna a Pro"
    5960
    60 #: Admin.php:291
     61#: Admin.php:305
    6162msgid ""
    6263"Are you sure you want to delete the post status? All posts with this status "
     
    6667"questo stato verranno assegnati allo stato predefinito."
    6768
    68 #: Admin.php:363 Admin.php:364 StatusesUI.php:818
     69#: Admin.php:377 Admin.php:378 StatusesUI.php:832
    6970msgid "Add New"
    7071msgstr "Aggiungi nuovo"
    7172
    72 #: Admin.php:450 PublishPress_Statuses.php:785
     73#: Admin.php:464 PublishPress_Statuses.php:794
    7374msgid "Approve"
    7475msgstr "Approva"
    7576
    76 #: Admin.php:452 PublishPress_Statuses.php:757
     77#: Admin.php:466 PublishPress_Statuses.php:766
    7778msgid "Assign"
    7879msgstr "Assegna"
    7980
    80 #: Admin.php:454 PublishPress_Statuses.php:771
     81#: Admin.php:468 PublishPress_Statuses.php:780
    8182msgid "Mark In Progress"
    8283msgstr "Segna in fase di lavorazione"
    8384
    8485#. translators: %s is the status label
    85 #: Admin.php:467
     86#: Admin.php:481
    8687msgid "Set to %s"
    8788msgstr "Imposta a %s"
    8889
    8990#. translators: %s is the status label
    90 #: Admin.php:476 PostEditGutenberg.php:75
     91#: Admin.php:490 PostEditGutenberg.php:77
    9192msgid "Save as %s"
    9293msgstr "Salva come %s"
    9394
    9495#. translators: %s is the name of a custom public status
    95 #: Admin.php:488
     96#: Admin.php:502
    9697msgid "Public (%s)"
    9798msgstr "Pubblico (%s)"
    9899
    99 #: Admin.php:559 PostEditClassic.php:179 PostEditGutenberg.php:72
    100 #: PostEditGutenberg.php:259 PostEditGutenbergStatuses.php:44
    101 #: PostEditGutenbergStatuses.php:64 PostEditGutenbergStatuses.php:72
     100#: Admin.php:573 PostEditClassic.php:179 PostEditGutenberg.php:74
     101#: PostEditGutenberg.php:264 PostEditGutenbergStatuses.php:46
     102#: PostEditGutenbergStatuses.php:66 PostEditGutenbergStatuses.php:74
    102103msgid "Advance Status"
    103104msgstr "Stato avanzato"
     
    176177
    177178#. translators: %s is the name of a custom visibility status
    178 #: PostEditClassic.php:312
     179#: PostEditClassic.php:314
    179180msgid "%s, Sticky"
    180181msgstr "%s, in evidenza"
     
    197198msgstr "Pubblicare %1$s dopo l'approvazione %2$s"
    198199
    199 #: PostEditGutenberg.php:69
     200#: PostEditGutenberg.php:71
    200201msgid "Publication Workflow"
    201202msgstr "Flusso di lavoro della pubblicazione"
    202203
    203 #: PostEditGutenberg.php:73
     204#: PostEditGutenberg.php:75
    204205msgid "Post Status"
    205206msgstr "Stato dell'articolo"
    206207
    207 #: PostEditGutenberg.php:76
     208#: PostEditGutenberg.php:78
    208209msgid "Set Selected Status"
    209210msgstr "Imposta lo stato selezionato"
    210211
    211 #: PostEditGutenberg.php:77
     212#: PostEditGutenberg.php:79
    212213msgid "Keep Current Status"
    213214msgstr "Mantieni lo stato attuale"
    214215
    215 #: PostEditGutenberg.php:78
     216#: PostEditGutenberg.php:80
    216217msgid "Advance to Next Status"
    217218msgstr "Vai allo stato successivo"
    218219
    219 #: PostEditGutenberg.php:79
     220#: PostEditGutenberg.php:81
    220221msgid "Advance to Max Status"
    221222msgstr "Vai allo stato maggiore"
    222223
    223 #: PostEditGutenberg.php:80
     224#: PostEditGutenberg.php:82
    224225msgid "This post is currently published"
    225226msgstr "Questo articolo è attualmente pubblicato"
    226227
    227 #: PostEditGutenberg.php:81
     228#: PostEditGutenberg.php:83
    228229msgid "This post is currently scheduled"
    229230msgstr "Questo articolo è attualmente programmato"
    230231
    231 #: PostEditGutenbergStatuses.php:116
     232#: PostEditGutenbergStatuses.php:118
    232233msgid "Workflow"
    233234msgstr "Flusso di lavoro"
    234235
    235 #: PostEditGutenbergStatuses.php:120
     236#: PostEditGutenbergStatuses.php:122
    236237msgid "Submit Revision"
    237238msgstr "Invia revisione"
    238239
     240#: publishpress-statuses.php:118
     241msgid "<strong>This plugin can be deleted.</strong>"
     242msgstr "<strong>Questo plugin può essere eliminato.</strong>"
     243
    239244#. translators: %s is a version number
    240245#: publishpress-statuses.php:178
     
    264269"alla versione %s o superiore."
    265270
    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
     272msgid ""
     273"Can bypass normal status progression. User can publish immediately or move "
     274"post to the furthest possible status."
     275msgstr ""
     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
    274280msgid "Manage Statuses plugin settings."
    275281msgstr "Gestisci le impostazioni del plugin Statuses."
    276282
    277 #: PublishPress_Statuses.php:329
     283#: PublishPress_Statuses.php:338
    278284msgid "Status"
    279285msgstr "Stato"
    280286
    281 #: PublishPress_Statuses.php:343
     287#: PublishPress_Statuses.php:352
    282288msgid "Core Post Statuses"
    283289msgstr "Stati dell'articolo di base"
    284290
    285 #: PublishPress_Statuses.php:606
     291#: PublishPress_Statuses.php:615
    286292msgid "New post, not yet submitted."
    287293msgstr "Nuovo articolo non ancora inviato."
    288294
    289 #: PublishPress_Statuses.php:627
     295#: PublishPress_Statuses.php:636
    290296msgid "Post is awaiting review."
    291297msgstr "L'articolo è in attesa di revisione."
    292298
    293 #: PublishPress_Statuses.php:646
     299#: PublishPress_Statuses.php:655
    294300msgid "Post is scheduled for publication."
    295301msgstr "L'articolo è programmato per la pubblicazione."
    296302
    297 #: PublishPress_Statuses.php:664
     303#: PublishPress_Statuses.php:673
    298304msgid "Post is published, publicly visible."
    299305msgstr "L'articolo è pubblicato, visibile pubblicamente."
    300306
    301 #: PublishPress_Statuses.php:682
     307#: PublishPress_Statuses.php:691
    302308msgid "Post is published with private visibility."
    303309msgstr "L'articolo è pubblicato con visibilità privata."
    304310
    305 #: PublishPress_Statuses.php:741
     311#: PublishPress_Statuses.php:750
    306312msgid "Pitch"
    307313msgstr "Idea"
    308314
    309 #: PublishPress_Statuses.php:743
     315#: PublishPress_Statuses.php:752
    310316msgctxt "post action/button label"
    311317msgid "Pitch"
    312318msgstr "Idea"
    313319
    314 #: PublishPress_Statuses.php:744
     320#: PublishPress_Statuses.php:753
    315321msgid "Idea proposed; waiting for acceptance."
    316322msgstr "Idea proposta; in attesa di accettazione."
    317323
    318 #: PublishPress_Statuses.php:755
     324#: PublishPress_Statuses.php:764
    319325msgid "Assigned"
    320326msgstr "Assegnato"
    321327
    322 #: PublishPress_Statuses.php:758
     328#: PublishPress_Statuses.php:767
    323329msgid "Post idea assigned to writer."
    324330msgstr "Idea di articolo assegnato allo scrittore."
    325331
    326 #: PublishPress_Statuses.php:769
     332#: PublishPress_Statuses.php:778
    327333msgid "In Progress"
    328334msgstr "In lavorazione"
    329335
    330 #: PublishPress_Statuses.php:772
     336#: PublishPress_Statuses.php:781
    331337msgid "Writer is working on the post."
    332338msgstr "Lo scrittore sta lavorando sull'articolo."
    333339
    334 #: PublishPress_Statuses.php:783
     340#: PublishPress_Statuses.php:792
    335341msgid "Approved"
    336342msgstr "Approvato"
    337343
    338 #: PublishPress_Statuses.php:786
     344#: PublishPress_Statuses.php:795
    339345msgid "Post has been approved for publication."
    340346msgstr "L'articolo è stato approvato per la pubblicazione."
    341347
    342 #: PublishPress_Statuses.php:797
     348#: PublishPress_Statuses.php:806
    343349msgid "Deferred"
    344350msgstr "Rimandato"
    345351
    346 #: PublishPress_Statuses.php:799
     352#: PublishPress_Statuses.php:808
    347353msgid "Defer"
    348354msgstr "Rimandare"
    349355
    350 #: PublishPress_Statuses.php:800
     356#: PublishPress_Statuses.php:809
    351357msgid "Post has been deferred for future consideration."
    352358msgstr "L'articolo è stato rimandato per una futura considerazione."
    353359
    354 #: PublishPress_Statuses.php:811
     360#: PublishPress_Statuses.php:820
    355361msgid "Needs Work"
    356362msgstr "Necessita modifiche"
    357363
    358 #: PublishPress_Statuses.php:813
     364#: PublishPress_Statuses.php:822
    359365msgid "Set to Needs Work"
    360366msgstr "Imposta come necessita modifiche"
    361367
    362 #: PublishPress_Statuses.php:814
     368#: PublishPress_Statuses.php:823
    363369msgid "Post needs work before further review."
    364370msgstr "L'articolo necessita delle modifiche prima di una nuova revisione."
    365371
    366 #: PublishPress_Statuses.php:825
     372#: PublishPress_Statuses.php:834
    367373msgid "Rejected"
    368374msgstr "Rifiutato"
    369375
    370 #: PublishPress_Statuses.php:827
     376#: PublishPress_Statuses.php:836
    371377msgid "Reject"
    372378msgstr "Rifiutare"
    373379
    374 #: PublishPress_Statuses.php:828
     380#: PublishPress_Statuses.php:837
    375381msgid "Post has been rejected."
    376382msgstr "L'articolo è stato rifiutato."
    377383
    378 #: PublishPress_Statuses.php:861
     384#: PublishPress_Statuses.php:870
    379385msgid "Alternate Pre-Publication Workflow:"
    380386msgstr "Flusso di lavorazione di pre-pubblicazione alternativo:"
    381387
    382 #: PublishPress_Statuses.php:928
     388#: PublishPress_Statuses.php:936
    383389msgid "Disabled Statuses:"
    384390msgstr "Stati disabilitati:"
    385391
    386 #: PublishPress_Statuses.php:944
     392#: PublishPress_Statuses.php:952
    387393msgid "Committee"
    388394msgstr "Comitato"
    389395
    390 #: PublishPress_Statuses.php:946
     396#: PublishPress_Statuses.php:954
    391397msgid "Refer to Committee"
    392398msgstr "Rinviare al comitato"
    393399
    394 #: PublishPress_Statuses.php:947
     400#: PublishPress_Statuses.php:955
    395401msgid "Post has been referred to committee."
    396402msgstr "L'articolo è stato rinviato al comitato."
    397403
    398 #: PublishPress_Statuses.php:959
     404#: PublishPress_Statuses.php:967
    399405msgid "Committee Review"
    400406msgstr "Revisione del comitato"
    401407
    402 #: PublishPress_Statuses.php:961
     408#: PublishPress_Statuses.php:969
    403409msgid "Set to Committee Review"
    404410msgstr "Imposta come in revisione del comitato"
    405411
    406 #: PublishPress_Statuses.php:962
     412#: PublishPress_Statuses.php:970
    407413msgid "Committee is reviewing the post."
    408414msgstr "Il comitato sta esaminando l'articolo."
    409415
    410 #: PublishPress_Statuses.php:974
     416#: PublishPress_Statuses.php:982
    411417msgid "Committee Progress"
    412418msgstr "Progresso del comitato"
    413419
    414 #: PublishPress_Statuses.php:976
     420#: PublishPress_Statuses.php:984
    415421msgid "Set to Committee Progress"
    416422msgstr "Imposta come in corso del comitato"
    417423
    418 #: PublishPress_Statuses.php:977
     424#: PublishPress_Statuses.php:985
    419425msgid "Committee is editing the post."
    420426msgstr "Il comitato ha modificato l'articolo."
    421427
    422 #: PublishPress_Statuses.php:989
     428#: PublishPress_Statuses.php:997
    423429msgid "Committee Approved"
    424430msgstr "Approvato dal comitato"
    425431
    426 #: PublishPress_Statuses.php:991
     432#: PublishPress_Statuses.php:999
    427433msgid "Set Committee Approval"
    428434msgstr "Imposta l'approvazione del comitato"
    429435
    430 #: PublishPress_Statuses.php:992
     436#: PublishPress_Statuses.php:1000
    431437msgid "Committee has approved the post."
    432438msgstr "Il comitato ha approvato l'articolo."
     
    444450msgstr "Etichette"
    445451
    446 #: StatusEditUI.php:69 StatusEditUI.php:393 StatusListTable.php:128
     452#: StatusEditUI.php:69 StatusEditUI.php:429 StatusListTable.php:128
    447453msgid "Post Types"
    448454msgstr "Tipi di contenuto"
     
    452458msgstr "Ruoli"
    453459
    454 #: StatusEditUI.php:142
     460#: StatusEditUI.php:84
     461msgid "Post Access"
     462msgstr "Accesso articolo"
     463
     464#: StatusEditUI.php:165
    455465msgid ""
    456466"Enforce type-specific post capabilitities for this status, or share "
     
    460470"condividi le capacità con un altro stato."
    461471
    462 #: StatusEditUI.php:180
     472#: StatusEditUI.php:210
    463473msgid "Update Status"
    464474msgstr "Aggiorna stato"
    465475
    466 #: StatusEditUI.php:223
     476#: StatusEditUI.php:253
    467477msgid "Status Label"
    468478msgstr "Etichetta stato"
    469479
    470 #: StatusEditUI.php:236
     480#: StatusEditUI.php:266
    471481msgid "The name is used to identify the status. (Max: 20 characters)"
    472482msgstr "Il nome è utilizzato per identificare lo stato. (Max: 20 caratteri)"
    473483
    474 #: StatusEditUI.php:258
     484#: StatusEditUI.php:288
    475485msgid "The slug is the unique ID for the status."
    476486msgstr "Lo slug è l'ID univoco per lo stato."
    477487
    478 #: StatusEditUI.php:268
     488#: StatusEditUI.php:298
    479489msgid "Description"
    480490msgstr "Descrizione"
    481491
    482 #: StatusEditUI.php:280
     492#: StatusEditUI.php:310
    483493msgid ""
    484494"The description is primarily for administrative use, to give you some "
     
    488498"contesto su come deve essere utilizzato lo stato personalizzato."
    489499
    490 #: StatusEditUI.php:289
     500#: StatusEditUI.php:319
    491501msgid "Color"
    492502msgstr "Colore"
    493503
    494 #: StatusEditUI.php:301
     504#: StatusEditUI.php:331
    495505msgid "The color is used to identify the status."
    496506msgstr "Il colore è utilizzato per identificare lo stato."
    497507
    498 #: StatusEditUI.php:307 StatusListTable.php:126
     508#: StatusEditUI.php:337 StatusListTable.php:126
    499509msgid "Icon"
    500510msgstr "Icona"
    501511
    502 #: StatusEditUI.php:323
     512#: StatusEditUI.php:353
    503513msgid "Select Icon"
    504514msgstr "Seleziona icona"
    505515
    506 #: StatusEditUI.php:329
     516#: StatusEditUI.php:359
    507517msgid "The icon is used to visually represent the status."
    508518msgstr "L'icona è usata per la rappresentazione visuale dello stato."
    509519
    510 #: StatusEditUI.php:357
     520#: StatusEditUI.php:393
    511521msgid "Status Availability"
    512522msgstr "Stato di disponibilità"
    513523
    514 #: StatusEditUI.php:360
     524#: StatusEditUI.php:396
    515525msgid "Choose which user roles can assign this status to a post."
    516526msgstr "Scegli quale ruolo utente può assegnare questo stato a un articolo."
    517527
    518 #: StatusEditUI.php:396
     528#: StatusEditUI.php:432
    519529msgid "Choose which post types can be set to this status."
    520530msgstr "Scegli quale tipo di contenuto può essere assegnato a questo stato."
    521531
    522 #: StatusEditUI.php:433
     532#: StatusEditUI.php:469
    523533msgid "All Post Types"
    524534msgstr "Tutti i tipi di contenuto"
    525535
    526 #: StatusEditUI.php:480
     536#: StatusEditUI.php:516
    527537msgid "Save As Label"
    528538msgstr "Salva come etichetta"
    529539
    530 #: StatusEditUI.php:488
     540#: StatusEditUI.php:524
    531541msgid "Submit Button Label"
    532542msgstr "Etichetta pulsante invia"
     543
     544#: StatusEditUI.php:536
     545msgid "Upgrade to choose who can manage posts in each status"
     546msgstr "Aggiorna per scegliere chi può gestire gli articoli in ogni stato"
     547
     548#: StatusEditUI.php:539
     549msgid ""
     550"Get PublishPress Capabilities Pro for status-specific post access control."
     551msgstr ""
     552"Ottieni PublishPress Capabilities Pro per il controllo dell'accesso a stati "
     553"specifici di un articolo."
     554
     555#: StatusEditUI.php:545
     556msgid "Control which roles can assign a status"
     557msgstr "Controlla quali ruoli possono assegnare uno stato"
     558
     559#: StatusEditUI.php:548
     560msgid "Control which roles can edit or delete posts per-status"
     561msgstr ""
     562"Controlla quali ruoli possono modificare o eliminare gli articoli per ogni "
     563"stato"
     564
     565#: StatusEditUI.php:551
     566msgid "Set capabilities separately for each post type"
     567msgstr "Imposta sepraratamente le capacità per ogni tipo di contenuto"
     568
     569#: StatusEditUI.php:554
     570msgid "User-friendly checkbox grid to assign capabilities"
     571msgstr "Una griglia di checkbox facile da usare per assegnare le capacità"
     572
     573#: StatusEditUI.php:563
     574msgid "Get PublishPress Capabilities Pro"
     575msgstr "Ottieni PublishPress Capabilities Pro"
     576
     577#: StatusEditUI.php:568 StatusListTable.php:186 StatusListTable.php:203
     578#: StatusListTable.php:613
     579msgid "Learn More"
     580msgstr "Approfondisci"
     581
     582#: StatusEditUI.php:577
     583msgid ""
     584"Status-specific post capabilities are %1$scurrently disabled%2$s by "
     585"PublishPress Capabilities Pro. You can %3$schange this setting%4$s."
     586msgstr ""
     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."
    533590
    534591#. translators: %s is the status label
     
    555612msgstr "Aggiungi stato"
    556613
    557 #: StatusesUI.php:87 StatusesUI.php:965
     614#: StatusesUI.php:87 StatusesUI.php:979
    558615msgid "PublishPress Statuses Settings"
    559616msgstr "Impostazioni di PublishPress Statuses"
     
    659716"predefinita lo stato più alto disponibile"
    660717
    661 #: StatusesUI.php:444
     718#: StatusesUI.php:413
     719msgid "No workflow guidance"
     720msgstr "Nessuna guida al flusso di lavoro"
     721
     722#: StatusesUI.php:458
    662723msgid ""
    663724"Hide nested statuses (workflow branches) in the dropdown unless the post is "
     
    667728"a meno che l'articolo non sia impostato sullo stato padre o su un figlio."
    668729
    669 #: StatusesUI.php:463
     730#: StatusesUI.php:477
    670731msgid "Available to all users"
    671732msgstr "Disponibile per tutti gli utenti"
    672733
    673 #: StatusesUI.php:464
     734#: StatusesUI.php:478
    674735msgid "Available to specified roles only"
    675736msgstr "Disponibile per ruoli specifici"
    676737
    677 #: StatusesUI.php:470
     738#: StatusesUI.php:484
    678739msgid ""
    679740"Users can only assign a custom status to a post if their role allows it. "
     
    685746"applicato allo stato \"In attesa di revisione\"."
    686747
    687 #: StatusesUI.php:472
     748#: StatusesUI.php:486
    688749msgid ""
    689750"Users can only assign a custom status to a post if their role allows it. "
     
    696757
    697758#. translators: %1$s and %2$s are link markup
    698 #: StatusesUI.php:481
     759#: StatusesUI.php:495
    699760msgid ""
    700761"View or set roles at %1$s Statuses > Statuses > Pending Review > Roles %2$s"
     
    703764"Ruoli %2$s"
    704765
    705 #: StatusesUI.php:505
     766#: StatusesUI.php:519
    706767msgid "Automatic Detection"
    707768msgstr "Rilevamento automatico"
    708769
    709 #: StatusesUI.php:506
     770#: StatusesUI.php:520
    710771msgid "Using Classic Editor"
    711772msgstr "Utilizzando l'editor classico"
    712773
    713 #: StatusesUI.php:507
     774#: StatusesUI.php:521
    714775msgid "Using Gutenberg Editor"
    715776msgstr "Utilizzando l'editor Gutenberg"
    716777
    717 #: StatusesUI.php:512
     778#: StatusesUI.php:526
    718779msgid ""
    719780"If custom statuses in the post editor are not loaded correctly, prevent "
     
    723784"correttamente, previeni il rilevamento errato dell'editor specificandolo qui."
    724785
    725 #: StatusesUI.php:533
     786#: StatusesUI.php:547
    726787msgid "For all plugin statuses"
    727788msgstr "Per tutti gli stati dei plugin"
    728789
    729 #: StatusesUI.php:534
     790#: StatusesUI.php:548
    730791msgid "For user-created plugin statuses only"
    731792msgstr "Solo per gli stati creati dagli utenti"
    732793
    733 #: StatusesUI.php:539
     794#: StatusesUI.php:553
    734795msgid ""
    735796"This controls which statuses can have their labels customized by editing "
     
    741802"predefinita, questa sostituirà le stringhe di qualsiasi file di lingua."
    742803
    743 #: StatusesUI.php:602
     804#: StatusesUI.php:616
    744805msgid "Note: Post types can also be specified for each individual status."
    745806msgstr ""
    746807"Nota: I tipi di contenuto possono essere specificati per ogni singolo stato."
    747808
    748 #: StatusesUI.php:616 StatusesUI.php:674
     809#: StatusesUI.php:630 StatusesUI.php:688
    749810msgid "Select..."
    750811msgstr "Selezione in corso…"
    751812
    752 #: StatusesUI.php:619
     813#: StatusesUI.php:633
    753814msgid "Re-run Planner import (with Status Control properties, ordering)"
    754815msgstr ""
     
    756817"stato, ordinamento)"
    757818
    758 #: StatusesUI.php:620
     819#: StatusesUI.php:634
    759820msgid "Re-run Planner import (ignoring Status Control configuration)"
    760821msgstr ""
     
    762823"controllo dello stato)"
    763824
    764 #: StatusesUI.php:622
     825#: StatusesUI.php:636
    765826msgid "Re-run Planner import"
    766827msgstr "Riesegui l'importazione di Planner"
    767828
    768 #: StatusesUI.php:628
     829#: StatusesUI.php:642
    769830msgid ""
    770831"Status color, icon and position is automatically imported from PublishPress "
     
    777838"definita da Planner."
    778839
    779 #: StatusesUI.php:676
     840#: StatusesUI.php:690
    780841msgid "Back up current colors, icons, labels and post types"
    781842msgstr "Backup dei colori attuali, icone, etichette e tipi di contenuto"
    782843
    783 #: StatusesUI.php:681
     844#: StatusesUI.php:695
    784845msgid "Restore backup of status colors"
    785846msgstr "Ripristina il backup dei colori di stato"
    786847
    787 #: StatusesUI.php:685
     848#: StatusesUI.php:699
    788849msgid "Restore backup of status icons"
    789850msgstr "Ripristina il backup delle icone di stato"
    790851
    791 #: StatusesUI.php:689
     852#: StatusesUI.php:703
    792853msgid "Restore backup of status labels"
    793854msgstr "Ripristina il backup delle etichette di stato"
    794855
    795 #: StatusesUI.php:693
     856#: StatusesUI.php:707
    796857msgid "Restore backup of status post types"
    797858msgstr "Ripristina il backup dei tipi di contenuto di stato"
    798859
    799 #: StatusesUI.php:699
     860#: StatusesUI.php:713
    800861msgid "Restore auto-backup of status colors"
    801862msgstr "Ripristina il backup automatico dei colori di stato"
    802863
    803 #: StatusesUI.php:703
     864#: StatusesUI.php:717
    804865msgid "Restore auto-backup of status icons"
    805866msgstr "Ripristina il backup automatico delle icone di stato"
    806867
    807 #: StatusesUI.php:707
     868#: StatusesUI.php:721
    808869msgid "Restore auto-backup of status labels"
    809870msgstr "Ripristina il backup automatico delle etichette di stato"
    810871
    811 #: StatusesUI.php:711
     872#: StatusesUI.php:725
    812873msgid "Restore auto-backup of status post types"
    813874msgstr "Ripristina il backup automatico dei tipi di contenuto di stato"
    814875
    815 #: StatusesUI.php:718
     876#: StatusesUI.php:732
    816877msgid "Use default status colors"
    817878msgstr "Usa i colori di stato predefiniti"
    818879
    819 #: StatusesUI.php:722
     880#: StatusesUI.php:736
    820881msgid "Use default status icons"
    821882msgstr "Usa le icone di stato predefinite"
    822883
    823 #: StatusesUI.php:726
     884#: StatusesUI.php:740
    824885msgid "Use default status labels"
    825886msgstr "Usa le etichette di stato predefinite"
    826887
    827 #: StatusesUI.php:730
     888#: StatusesUI.php:744
    828889msgid "Use default status post types"
    829890msgstr "Usa i tipi di contenuto di stato predefiniti"
    830891
    831 #: StatusesUI.php:734
     892#: StatusesUI.php:748
    832893msgid "Use Planner plugin's default status colors"
    833894msgstr "Usa i colori di stato predefiniti del plugin Planner"
    834895
    835 #: StatusesUI.php:738
     896#: StatusesUI.php:752
    836897msgid "Use Planner plugin's default status icons"
    837898msgstr "Usa le icone di stato predefinite del plugin Planner"
    838899
    839900#. translators: %s is the status name
    840 #: StatusesUI.php:777
     901#: StatusesUI.php:791
    841902msgid "Edit Status: %s"
    842903msgstr "Modifica stato: %s"
    843904
    844905#. translators: %s is the status name
    845 #: StatusesUI.php:780
     906#: StatusesUI.php:794
    846907msgid "Edit %1$s: %2$s"
    847908msgstr "Modifica %1$s: %2$s"
    848909
    849 #: StatusesUI.php:817 StatusesUI.php:951
     910#: StatusesUI.php:831 StatusesUI.php:965
    850911msgid "Add New Pre-Publication Status"
    851912msgstr "Aggiungi nuovo stato di pre-pubblicazione"
    852913
    853914#. translators: %1$s and %2$s is link markup
    854 #: StatusesUI.php:835
     915#: StatusesUI.php:849
    855916msgid ""
    856917"For custom Visibility Statuses, please %1$senable the Status Control "
     
    860921"controllo degli stati%2$s di Permissions Pro."
    861922
    862 #: StatusesUI.php:876
     923#: StatusesUI.php:890
    863924msgid "Pre-Publication"
    864925msgstr "Pre-pubblicazione"
    865926
    866 #: StatusesUI.php:884
     927#: StatusesUI.php:898
    867928msgid "Visibility"
    868929msgstr "Visibilità"
    869930
    870 #: StatusesUI.php:895
     931#: StatusesUI.php:909
    871932msgid "Revision"
    872933msgstr "Revisione"
    873934
    874 #: StatusesUI.php:955
     935#: StatusesUI.php:969
    875936msgid ""
    876937"This status can be assigned to an unpublished post using the Post Status "
     
    9601021msgstr "Nome stato"
    9611022
    962 #: StatusListTable.php:153
    963 msgid "Unlock Revision Statuses"
    964 msgstr "Sblocca gli stati delle revisioni"
    965 
    9661023#: 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."
     1024msgid "Upgrade to create an approval workflow for published content"
     1025msgstr ""
     1026"Aggiorna per creare un flusso di lavoro di approvazione per i contenuti "
     1027"pubblicati"
     1028
     1029#: StatusListTable.php:157
     1030msgid ""
     1031"Create approval workflows using PublishPress Statuses Pro together with the "
     1032"PublishPress Revisions Pro plugin"
     1033msgstr ""
     1034"Crea flusso di lavoro di approvazione utilizzando PublishPress Statuses Pro "
     1035"insieme al plugin PublishPress Revisions Pro"
     1036
     1037#: StatusListTable.php:163
     1038msgid ""
     1039"The PublishPress Revisions plugin allows users to submit changes to "
     1040"published posts"
     1041msgstr ""
     1042"Il plugin PublishPress Revisions permette agli utenti di inviare modifiche "
     1043"per gli articoli pubblicati"
     1044
     1045#: StatusListTable.php:166
     1046msgid ""
     1047"PublishPress Statuses plugin enables you to add statuses for post changes "
     1048"created with Revisions"
     1049msgstr ""
     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
     1054msgid "Each post type can have different Revisions statuses"
     1055msgstr "Ogni tipo di contenuto può avere diversi stati di revisione"
    9721056
    9731057#: StatusListTable.php:172
     1058msgid "You choose which users can manage content in each Revisions status"
     1059msgstr ""
     1060"Puoi scegliere quali utenti possono gestire il contenuto in ogni stato di "
     1061"revisione"
     1062
     1063#: StatusListTable.php:198
    9741064msgid "Premium Feature"
    9751065msgstr "Caratteristica Premium"
    9761066
    977 #: StatusListTable.php:173
     1067#: StatusListTable.php:199
    9781068msgid "Install Statuses Pro to unlock custom revision statuses."
    9791069msgstr ""
    9801070"Installa Statuses Pro per sbloccare gli stati di revisione personalizzati."
    9811071
    982 #: StatusListTable.php:174
     1072#: StatusListTable.php:200
    9831073msgid "Configure for any post type and role to match your editing workflow."
    9841074msgstr ""
     
    9861076"flusso di lavoro di modifica."
    9871077
    988 #: StatusListTable.php:177
    989 msgid "Learn More"
    990 msgstr "Approfondisci"
    991 
    992 #: StatusListTable.php:238
     1078#: StatusListTable.php:265
    9931079msgid ""
    9941080"To define and control Revision statuses, update the %1$sPublishPress "
     
    9981084"%1$sPublishPress Revisions%2$s alla versione %3$s o superiore."
    9991085
    1000 #: StatusListTable.php:270
     1086#: StatusListTable.php:297
    10011087msgid "Main Workflow:"
    10021088msgstr "Flusso di lavoro principale:"
    10031089
    1004 #: StatusListTable.php:292
     1090#: StatusListTable.php:319
    10051091msgid "Drop any status here to include it in main workflow for new posts."
    10061092msgstr ""
     
    10081094"i nuovi articoli."
    10091095
    1010 #: StatusListTable.php:327
     1096#: StatusListTable.php:354
    10111097msgid ""
    10121098"Statuses in the main workflow are presented for convenient default selection "
     
    10161102"selezione predefinita durante l'aggiornamento di un articolo non pubblicato."
    10171103
    1018 #: StatusListTable.php:334
     1104#: StatusListTable.php:361
    10191105msgid ""
    10201106"Statuses in the main workflow are manually selectable when editing an "
     
    10241110"manualmente durante la modifica di un articolo non pubblicato."
    10251111
    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
    10311113msgid ""
    10321114"Drop any status here to make it manually selectable outside the main "
     
    10361118"fuori del flusso di lavoro principale."
    10371119
    1038 #: StatusListTable.php:386
     1120#: StatusListTable.php:408
    10391121msgid "Drop any status here to disable."
    10401122msgstr "Rilascia qui qualsiasi stato da disabilitare."
    10411123
    1042 #: StatusListTable.php:434
     1124#: StatusListTable.php:456
    10431125msgid "Standard Publication:"
    10441126msgstr "Pubblicazione standard:"
    10451127
    1046 #: StatusListTable.php:441
     1128#: StatusListTable.php:463
    10471129msgid "Visibility Statuses for Private Publication:"
    10481130msgstr "Stati di visibilità per pubblicazione privata:"
    10491131
    1050 #: StatusListTable.php:448
     1132#: StatusListTable.php:470
    10511133msgid "Alternate Workflows:"
    10521134msgstr "Flusso di lavorazione alternativo:"
    10531135
    10541136#. translators: %s is the opening and closing <span> tags
    1055 #: StatusListTable.php:459
     1137#: StatusListTable.php:481
    10561138msgid "Disabled Statuses (drag to re-enable):"
    10571139msgstr "Stati disabilitati (trascina per riabilitarli):"
    10581140
     1141#: StatusListTable.php:581
     1142msgid "Upgrade to choose who can view your non-public posts"
     1143msgstr "Aggiorna per scegliere chi può vedere i tuoi articoli non pubblici"
     1144
     1145#: StatusListTable.php:584
     1146msgid ""
     1147"Install PublishPress Permissions Pro to define your own custom visibility "
     1148"statuses."
     1149msgstr ""
     1150"Installa PublishPress Permissions Pro per definire i tuo stati di visibilità "
     1151"personalizzati."
     1152
     1153#: StatusListTable.php:590
     1154msgid "Create multiple visibility statuses to show content to different users"
     1155msgstr ""
     1156"Crea visibilità multiple degli stati per mostrare il contenuto ad utenti "
     1157"differenti"
     1158
     1159#: StatusListTable.php:593
     1160msgid "Choose which user roles can see posts in each status"
     1161msgstr "Scegli quale ruolo utente può vedere gli articoli di ogni stato"
     1162
     1163#: StatusListTable.php:596
     1164msgid "Select which user roles can move posts to each status"
     1165msgstr "Seleziona quali ruoli possono spostare gli articoli in ogni stato"
     1166
     1167#: StatusListTable.php:599
     1168msgid "Decide which user roles can edit posts in each status"
     1169msgstr "Decidi quali ruoli possono modificare gli articoli di ogni stato"
     1170
     1171#: StatusListTable.php:608
     1172msgid "Get PublishPress Permissions Pro"
     1173msgstr "Ottieni PublishPress Permissions Pro"
     1174
    10591175#. translators: %s is the list of post types
    1060 #: StatusListTable.php:633
     1176#: StatusListTable.php:696
    10611177msgid "%s, more..."
    10621178msgstr "%s, altro…"
    10631179
    1064 #: StatusListTable.php:715
     1180#: StatusListTable.php:778
    10651181msgid "No custom statuses found."
    10661182msgstr "Nessun stato personalizzato trovato."
    10671183
    1068 #: StatusListTable.php:786
     1184#: StatusListTable.php:849
    10691185msgid "Core"
    10701186msgstr "Core"
    10711187
    1072 #: StatusListTable.php:790
     1188#: StatusListTable.php:853
    10731189msgid "Default"
    10741190msgstr "Predefinito"
    10751191
    1076 #: StatusListTable.php:815
     1192#: StatusListTable.php:878
    10771193msgid "X"
    10781194msgstr "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)"
    10791201
    10801202#~ msgid ""
  • publishpress-statuses/trunk/languages/publishpress-statuses.pot

    r3389260 r3389850  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: PublishPress Statuses 1.1.11\n"
     5"Project-Id-Version: PublishPress Statuses 1.1.12\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/project\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-11-03T23:46:17+00:00\n"
     12"POT-Creation-Date: 2025-11-04T17:14:23+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    6666msgstr ""
    6767
    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
    7569#: PublishPress_Statuses.php:794
    7670msgid "Approve"
    7771msgstr ""
    7872
    79 #: Admin.php:524
     73#: Admin.php:515
    8074#: PublishPress_Statuses.php:766
    8175msgid "Assign"
    8276msgstr ""
    8377
    84 #: Admin.php:526
     78#: Admin.php:517
    8579#: PublishPress_Statuses.php:780
    8680msgid "Mark In Progress"
     
    8882
    8983#. translators: %s is the status label
     84#: Admin.php:530
     85msgid "Set to %s"
     86msgstr ""
     87
     88#. translators: %s is the status label
    9089#: Admin.php:539
    91 msgid "Set to %s"
    92 msgstr ""
    93 
    94 #. translators: %s is the status label
    95 #: Admin.php:548
    9690#: PostEditGutenberg.php:77
    9791msgid "Save as %s"
     
    9993
    10094#. translators: %s is the name of a custom public status
    101 #: Admin.php:560
     95#: Admin.php:551
    10296msgid "Public (%s)"
    10397msgstr ""
    10498
    105 #: Admin.php:631
     99#: Admin.php:622
    106100#: PostEditClassic.php:179
    107101#: PostEditGutenberg.php:74
     
    439433
    440434#: StatusEditUI.php:69
    441 #: StatusEditUI.php:431
     435#: StatusEditUI.php:433
    442436#: StatusListTable.php:128
    443437msgid "Post Types"
     
    449443msgstr ""
    450444
    451 #: StatusEditUI.php:84
     445#: StatusEditUI.php:85
    452446msgid "Post Access"
    453447msgstr ""
    454448
    455 #: StatusEditUI.php:165
     449#: StatusEditUI.php:167
    456450msgid "Enforce type-specific post capabilitities for this status, or share capabilities with another status."
    457451msgstr ""
    458452
    459 #: StatusEditUI.php:210
     453#: StatusEditUI.php:212
    460454msgid "Update Status"
    461455msgstr ""
    462456
    463 #: StatusEditUI.php:254
     457#: StatusEditUI.php:256
    464458msgid "Status Label"
    465459msgstr ""
    466460
    467 #: StatusEditUI.php:267
     461#: StatusEditUI.php:269
    468462msgid "The name is used to identify the status. (Max: 20 characters)"
    469463msgstr ""
    470464
    471 #: StatusEditUI.php:289
     465#: StatusEditUI.php:291
    472466msgid "The slug is the unique ID for the status."
    473467msgstr ""
    474468
    475 #: StatusEditUI.php:299
     469#: StatusEditUI.php:301
    476470msgid "Description"
    477471msgstr ""
    478472
    479 #: StatusEditUI.php:311
     473#: StatusEditUI.php:313
    480474msgid "The description is primarily for administrative use, to give you some context on what the custom status is to be used for."
    481475msgstr ""
    482476
    483 #: StatusEditUI.php:320
     477#: StatusEditUI.php:322
    484478msgid "Color"
    485479msgstr ""
    486480
    487 #: StatusEditUI.php:332
     481#: StatusEditUI.php:334
    488482msgid "The color is used to identify the status."
    489483msgstr ""
    490484
    491 #: StatusEditUI.php:338
     485#: StatusEditUI.php:340
    492486#: StatusListTable.php:126
    493487msgid "Icon"
    494488msgstr ""
    495489
    496 #: StatusEditUI.php:354
     490#: StatusEditUI.php:356
    497491msgid "Select Icon"
    498492msgstr ""
    499493
    500 #: StatusEditUI.php:360
     494#: StatusEditUI.php:362
    501495msgid "The icon is used to visually represent the status."
    502496msgstr ""
    503497
    504 #: StatusEditUI.php:395
     498#: StatusEditUI.php:397
    505499msgid "Status Availability"
    506500msgstr ""
    507501
    508 #: StatusEditUI.php:398
     502#: StatusEditUI.php:400
    509503msgid "Choose which user roles can assign this status to a post."
    510504msgstr ""
    511505
    512 #: StatusEditUI.php:434
     506#: StatusEditUI.php:436
    513507msgid "Choose which post types can be set to this status."
    514508msgstr ""
    515509
    516 #: StatusEditUI.php:471
     510#: StatusEditUI.php:473
    517511msgid "All Post Types"
    518512msgstr ""
    519513
    520 #: StatusEditUI.php:518
     514#: StatusEditUI.php:520
    521515msgid "Save As Label"
    522516msgstr ""
    523517
    524 #: StatusEditUI.php:526
     518#: StatusEditUI.php:528
    525519msgid "Submit Button Label"
    526520msgstr ""
    527521
    528 #: StatusEditUI.php:538
     522#: StatusEditUI.php:540
    529523msgid "Upgrade to choose who can manage posts in each status"
    530524msgstr ""
    531525
    532 #: StatusEditUI.php:541
     526#: StatusEditUI.php:543
    533527msgid "Get PublishPress Capabilities Pro for status-specific post access control."
    534528msgstr ""
    535529
    536 #: StatusEditUI.php:547
     530#: StatusEditUI.php:549
    537531msgid "Control which roles can assign a status"
    538532msgstr ""
    539533
    540 #: StatusEditUI.php:550
     534#: StatusEditUI.php:552
    541535msgid "Control which roles can edit or delete posts per-status"
    542536msgstr ""
    543537
    544 #: StatusEditUI.php:553
     538#: StatusEditUI.php:555
    545539msgid "Set capabilities separately for each post type"
    546540msgstr ""
    547541
    548 #: StatusEditUI.php:556
     542#: StatusEditUI.php:558
    549543msgid "User-friendly checkbox grid to assign capabilities"
    550544msgstr ""
    551545
    552 #: StatusEditUI.php:565
     546#: StatusEditUI.php:567
    553547msgid "Get PublishPress Capabilities Pro"
    554548msgstr ""
    555549
    556 #: StatusEditUI.php:570
     550#: StatusEditUI.php:572
    557551#: StatusListTable.php:186
    558552#: StatusListTable.php:203
     
    561555msgstr ""
    562556
    563 #: StatusEditUI.php:579
     557#: StatusEditUI.php:581
    564558msgid "Status-specific post capabilities are %1$scurrently disabled%2$s by PublishPress Capabilities Pro. You can %3$schange this setting%4$s."
    565559msgstr ""
     
    841835msgstr ""
    842836
     837#: StatusesUI.php:832
     838msgid "Add New"
     839msgstr ""
     840
    843841#. translators: %1$s and %2$s is link markup
    844842#: StatusesUI.php:849
     
    10711069
    10721070#: StatusListTable.php:878
    1073 msgid "X"
    1074 msgstr ""
     1071msgid "Delete"
     1072msgstr ""
  • publishpress-statuses/trunk/publishpress-statuses.php

    r3389260 r3389850  
    44 * Plugin URI:  https://publishpress.com/statuses
    55 * Description: Manage and create post statuses to customize your editorial workflow
    6  * Version: 1.1.11
     6 * Version: 1.1.12
    77 * Author: PublishPress
    88 * Author URI:  https://publishpress.com/
     
    228228       
    229229        if (empty($interrupt_load)) {
    230             define('PUBLISHPRESS_STATUSES_VERSION', '1.1.11');
     230            define('PUBLISHPRESS_STATUSES_VERSION', '1.1.12');
    231231
    232232            define('PUBLISHPRESS_STATUSES_URL', trailingslashit(plugins_url('', __FILE__)));    // @todo: vendor lib
  • publishpress-statuses/trunk/readme.txt

    r3389767 r3389850  
    77Requires PHP: 7.2.5
    88Tested up to: 6.8
    9 Stable tag: 1.1.11
     9Stable tag: 1.1.12
    1010License: GPLv3
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.