Plugin Directory

Changeset 3426106


Ignore:
Timestamp:
12/23/2025 10:48:22 AM (3 weeks ago)
Author:
itthinx
Message:

version 3.0.1

Location:
decent-comments/trunk
Files:
24 edited

Legend:

Unmodified
Added
Removed
  • decent-comments/trunk/changelog.txt

    r3424828 r3426106  
    11== Decent Comments by itthinx - changelog.txt ==
     2
     3= 3.0.1 =
     4* WordPress 6.9 compatible.
     5* Updated the translation template.
     6* Updated the Catalan translation.
     7* Updated the German translation.
     8* Updated the Spanish translation.
     9* Updated the French translation.
     10* Updated the Italian translation.
     11* Updated the Lithuanian translation.
     12* Updated the Portuguese translation.
     13* Updated the Russian translation.
     14* Updated the Chinese translation.
    215
    316= 3.0.0 =
  • decent-comments/trunk/decent-comments.php

    r3424828 r3426106  
    44 * Plugin URI: https://www.itthinx.com/plugins/decent-comments
    55 * Description: Provides configurable means to display comments that include author's avatars, author link, link to post and most importantly an excerpt of each comment. Thanks for supporting our work with a purchase in our <a href="https://www.itthinx.com/shop/">Shop</a>!
    6  * Version: 3.0.0
     6 * Version: 3.0.1
    77 * Requires at least: 6.5
    88 * Requires PHP: 7.4
     
    6666 * @var string
    6767 */
    68 define( 'DECENT_COMMENTS_PLUGIN_VERSION', '3.0.0' );
     68define( 'DECENT_COMMENTS_PLUGIN_VERSION', '3.0.1' );
    6969
    7070/**
  • decent-comments/trunk/languages/decent-comments-ca_ES.po

    r1711428 r3426106  
    88"Project-Id-Version: \n"
    99"Report-Msgid-Bugs-To: \n"
    10 "POT-Creation-Date: 2017-07-28 11:24+0200\n"
    11 "PO-Revision-Date: 2017-08-10 12:07+0200\n"
     10"POT-Creation-Date: 2025-12-22 21:09+0100\n"
     11"PO-Revision-Date: 2025-12-23 11:38+0100\n"
     12"Last-Translator: Chema Bescos <[email protected]>\n"
    1213"Language-Team: \n"
     14"Language: ca_ES\n"
    1315"MIME-Version: 1.0\n"
    1416"Content-Type: text/plain; charset=UTF-8\n"
    1517"Content-Transfer-Encoding: 8bit\n"
    16 "X-Generator: Poedit 2.0.2\n"
    17 "Last-Translator: Chema Bescos <[email protected]>\n"
    1818"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    19 "Language: ca_ES\n"
    20 
    21 #: class-decent-comments-renderer.php:386
     19"X-Generator: Poedit 3.4.4\n"
     20
     21#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     22msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     23msgstr "$store ha de ser una instància de WP_Style_Engine_CSS_Rules_Store"
     24
     25#: class-decent-comments-renderer.php:496
    2226#, php-format
    2327msgctxt "comment-date"
    24 msgid " %1$s at %2$s"
    25 msgstr " %1$s a les %2$s"
    26 
    27 #: class-decent-comments-renderer.php:396
    28 #, php-format
    29 msgctxt "comment-link"
    30 msgid " on %s"
    31 msgstr " en %s"
    32 
    33 #: class-decent-comments-widget.php:437
     28msgid "%1$s at %2$s"
     29msgstr "%1$s a les %2$s"
     30
     31#: class-decent-comments-widget.php:615
    3432msgid "A taxonomy, e.g. category or post_tag"
    3533msgstr "Una taxonomia, per exemple, categoria o post_tag"
    3634
    37 #: decent-comments.php:136
     35#: class-decent-comments.php:136
    3836msgid "Access denied."
    3937msgstr "Accés denegat."
    4038
    41 #: class-decent-comments-renderer.php:103
     39#: class-decent-comments-renderer.php:110
    4240msgid "Ascending"
    4341msgstr "Ascendent"
    4442
    45 #: class-decent-comments-renderer.php:95
     43#: class-decent-comments-renderer.php:102
    4644msgid "Author Email"
    4745msgstr "Correu de l&apos; autor"
    4846
    49 #: class-decent-comments-renderer.php:96
     47#: class-decent-comments-renderer.php:103
    5048msgid "Author URL"
    5149msgstr "URL de l'autor"
    5250
    53 #: class-decent-comments-widget.php:344
     51#: class-decent-comments-widget.php:522
    5452#, php-format
    5553msgid "Available post types: %s"
    5654msgstr "Tipus de publicacions disponibles:%s"
    5755
    58 #: class-decent-comments-widget.php:416
     56#: class-decent-comments-widget.php:594
    5957msgid "Avatar size"
    6058msgstr "Mida de l'Avatar"
    6159
    62 #: class-decent-comments-renderer.php:97
     60#: class-decent-comments-renderer.php:104
    6361msgid "Content"
    6462msgstr "Contingut"
    6563
    66 #: class-decent-comments-renderer.php:98
     64#: class-decent-comments-renderer.php:105
    6765msgid "Date"
    6866msgstr "Data"
    6967
    70 #: decent-comments.php:126
     68#: class-decent-comments.php:122
    7169msgid "Decent Comments"
    7270msgstr "Decent Comments"
    7371
    74 #: decent-comments.php:126 decent-comments.php:142
     72#: class-decent-comments.php:121 class-decent-comments.php:157
    7573msgid "Decent Comments Options"
    7674msgstr "Opcions de Decent Comments"
    7775
    78 #: decent-comments.php:168
     76#: class-decent-comments.php:168
    7977msgid "Delete settings when the plugin is deactivated"
    8078msgstr "Esborrar la configuració quan en desactivar el plugin"
    8179
    82 #: class-decent-comments-renderer.php:104
     80#: class-decent-comments-renderer.php:111
    8381msgid "Descending"
    8482msgstr "Descendent"
    8583
    86 #: class-decent-comments-widget.php:381
     84#: class-decent-comments-widget.php:559
    8785msgid "Ellipsis"
    8886msgstr "Punts suspensius"
    8987
    90 #: class-decent-comments-widget.php:354
     88#: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114
    9189msgid "Exclude comments from post authors"
    9290msgstr "Exclou els comentaris dels autors de les publicació"
    9391
    94 #: class-decent-comments-widget.php:452
     92#: class-decent-comments-rest.php:58
     93msgid "ID of the post to get comments for (0 for all posts)"
     94msgstr ""
     95"ID de la publicació per a la qual es vol obtenir comentaris (0 per a totes "
     96"les publicacions)"
     97
     98#: class-decent-comments-widget.php:630
    9599msgid ""
    96100"If a taxonomy is given , indicate terms in that taxonomy separated by comma "
     
    102106"per coma per mostrar comentaris per a totes les publicacions relacionades "
    103107"amb aquests termes. Per mostrar comentaris en publicacions relacionades amb "
    104 "els mateixos termes que la publicació actual, indiqueu: {actual}. Si es dóna "
    105 "una taxonomia i els termes estan buits, no es mostrarà cap comentari."
    106 
    107 #: class-decent-comments-widget.php:354
     108"els mateixos termes que la publicació actual, indiqueu: {current}. Si es "
     109"dóna una taxonomia i els termes estan buits, no es mostrarà cap comentari."
     110
     111#: class-decent-comments-widget.php:532
    108112msgid "If checked, excludes comments from post authors on their own posts."
    109113msgstr ""
     
    111115"publicacions."
    112116
    113 #: class-decent-comments-widget.php:361
     117#: class-decent-comments-widget.php:539
    114118msgid ""
    115119"If checked, shows an excerpt of the comment. Otherwise the full text of the "
     
    119123"mostrarà el text complet."
    120124
    121 #: class-decent-comments-widget.php:462
     125#: class-decent-comments-widget.php:640
    122126msgid "Include pingbacks."
    123127msgstr "Inclou pingbacks."
    124128
    125 #: class-decent-comments-widget.php:469
     129#: class-decent-comments-widget.php:647
    126130msgid "Include trackbacks."
    127131msgstr "Inclou trackbacks."
    128132
    129 #: class-decent-comments-widget.php:440
     133#: class-decent-comments-widget.php:618
    130134msgid ""
    131135"Indicate <strong>category</strong> if you would like to show comments on "
     
    139143"strong> i poseu les etiquetes als <strong>termes</strong> ."
    140144
    141 #: class-decent-comments-renderer.php:99
     145#: class-decent-comments-renderer.php:106
    142146msgid "Karma"
    143147msgstr "Karma"
    144148
    145 #: class-decent-comments-widget.php:341
     149#: class-decent-comments-widget.php:513
    146150msgid ""
    147151"Leave empty to show comments for all post types. To show comments for a "
     
    152156"concret, indiqueu el tipus de publicació."
    153157
    154 #: class-decent-comments-widget.php:324
     158#: class-decent-comments-widget.php:493
    155159msgid ""
    156160"Leave empty to show comments for all posts. To show comments for a specific "
     
    163167"publicacions per a la publicació actual, indiqueu: [actual]"
    164168
    165 #: class-decent-comments-widget.php:403
     169#: class-decent-comments-widget.php:581
    166170msgid "Link authors"
    167171msgstr "Enllaçar autors"
    168172
    169 #: class-decent-comments-widget.php:374
     173#: class-decent-comments-widget.php:552
    170174msgid "Number of characters in excerpts"
    171175msgstr "Nombre de caràcters als extractes"
    172176
    173 #: class-decent-comments-widget.php:286
     177#: class-decent-comments-widget.php:455
    174178msgid "Number of comments"
    175179msgstr "Nombre de comentaris"
    176180
    177 #: class-decent-comments-widget.php:367
     181#: class-decent-comments-rest.php:41
     182msgid "Number of comments to return"
     183msgstr "Nombre de comentaris"
     184
     185#: class-decent-comments-widget.php:545
    178186msgid "Number of words in excerpts"
    179187msgstr "Nombre de paraules als extractes"
    180188
    181 #: decent-comments.php:186
     189#: class-decent-comments.php:58
    182190msgid "Options"
    183191msgstr "Opcions"
    184192
    185 #: class-decent-comments-widget.php:293
     193#: class-decent-comments-widget.php:462
    186194msgid "Order by ..."
    187195msgstr "Ordenar per..."
    188196
    189 #: class-decent-comments-widget.php:462
     197#: class-decent-comments-widget.php:640
    190198msgid "Pingbacks"
    191199msgstr "Pingbacks"
    192200
    193 #: class-decent-comments-renderer.php:100
     201#: class-decent-comments-renderer.php:107
    194202msgid "Post"
    195203msgstr "Publicació"
    196204
    197 #: class-decent-comments-widget.php:324
     205#: class-decent-comments-widget.php:493
    198206msgid "Post ID"
    199207msgstr "ID de la publicació"
    200208
    201 #: class-decent-comments-widget.php:341
     209#: class-decent-comments-widget.php:518
    202210msgid "Post Type"
    203211msgstr "Tipus d’entrada"
    204212
    205 #: decent-comments.php:172
     213#: class-decent-comments-rest.php:99
     214msgid "Post category or tag"
     215msgstr "Categoria o etiqueta de publicació"
     216
     217#: class-decent-comments.php:172
    206218msgid "Save"
    207219msgstr "Desar"
    208220
    209 #: class-decent-comments-widget.php:330
     221#: class-decent-comments-widget.php:499
    210222#, php-format
    211223msgid "Selected post: <em>%s</em>"
    212224msgstr "Publicació seleccionada: <em>%s</em>"
    213225
    214 #: decent-comments.php:165
     226#: class-decent-comments.php:165
    215227msgid "Settings"
    216228msgstr "Configuració"
    217229
    218 #: class-decent-comments-widget.php:424
     230#: class-decent-comments-widget.php:602
    219231msgid "Show a link to the post that the comment applies to."
    220232msgstr "Mostra un enllaç a la publicació on es troba el comentari."
    221233
    222 #: class-decent-comments-widget.php:431
     234#: class-decent-comments-widget.php:609
    223235msgid "Show an excerpt of the comment or the full comment."
    224236msgstr "Mostra un extracte del comentari o del comentari complet."
    225237
    226 #: class-decent-comments-widget.php:389
     238#: class-decent-comments-widget.php:567
    227239msgid "Show author"
    228240msgstr "Mostra l'autor"
    229241
    230 #: class-decent-comments-widget.php:410
     242#: class-decent-comments-widget.php:588
    231243msgid "Show avatar"
    232244msgstr "Mostra l'avatar"
    233245
    234 #: class-decent-comments-widget.php:361
     246#: class-decent-comments-widget.php:539
    235247msgid "Show comment excerpt"
    236248msgstr "Mostra l'extracte del comentari"
    237249
    238 #: class-decent-comments-widget.php:396
     250#: class-decent-comments-widget.php:574
    239251msgid "Show date"
    240252msgstr "Mostra la data"
    241253
    242 #: class-decent-comments-widget.php:424
     254#: class-decent-comments-widget.php:602
    243255msgid "Show link to post"
    244256msgstr "Mostra l'enllaç a la publicació"
    245257
    246 #: class-decent-comments-widget.php:410
     258#: class-decent-comments-widget.php:588
    247259msgid "Show the avatar of the author."
    248260msgstr "Mostra l'avatar de l'autor."
    249261
    250 #: class-decent-comments-widget.php:431
     262#: class-decent-comments-widget.php:609
    251263msgid "Show the comment"
    252264msgstr "Mostra el comentari"
    253265
    254 #: class-decent-comments-widget.php:396
     266#: class-decent-comments-widget.php:574
    255267msgid "Show the date and time when the comment was posted."
    256268msgstr "Mostra la data i l'hora en què s'ha publicat el comentari."
    257269
    258 #: class-decent-comments-widget.php:305
     270#: class-decent-comments-rest.php:50
     271msgid "Size of author avatars in pixels"
     272msgstr "La mida de l'avatar en píxels"
     273
     274#: class-decent-comments-rest.php:74
     275msgid "Sort comments by: date, author_email, author_url, content, karma, post"
     276msgstr ""
     277"Ordena els comentaris per: date, author_email, author_url, content, karma, "
     278"post"
     279
     280#: class-decent-comments-widget.php:474
    259281msgid "Sort order"
    260282msgstr "Ordre de classificació"
    261283
    262 #: class-decent-comments-widget.php:305
     284#: class-decent-comments-widget.php:474
    263285msgid "Sort order."
    264286msgstr "Ordre de classificació."
    265287
    266 #: class-decent-comments-widget.php:293
     288#: class-decent-comments-rest.php:90
     289msgid "Sort order: asc or desc"
     290msgstr "Ordre de classificació: asc o desc"
     291
     292#: class-decent-comments-widget.php:462
    267293msgid "Sorting criteria."
    268294msgstr "Criteris de classificació."
    269295
    270 #: class-decent-comments-widget.php:437
     296#: class-decent-comments-widget.php:615
    271297msgid "Taxonomy"
    272298msgstr "Taxonomia"
    273299
    274 #: class-decent-comments-widget.php:452
     300#: class-decent-comments-rest.php:107
     301msgid "Term ids or slugs"
     302msgstr "Identificadors de termes o slugs"
     303
     304#: class-decent-comments-widget.php:630
    275305msgid "Terms"
    276306msgstr "Termes"
    277307
    278 #: class-decent-comments-widget.php:455
     308#: class-decent-comments-widget.php:633
    279309msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given."
    280310msgstr "Termes o {current}. S'ha de donar una <strong>taxonomia</strong> ."
    281311
    282 #: class-decent-comments-widget.php:381
     312#: class-decent-comments-widget.php:442
     313#, php-format
     314msgid "Thanks for supporting our work with a purchase in our %sShop%s!"
     315msgstr ""
     316"Gràcies per donar suport a la nostra feina amb una compra a la nostra "
     317"%sBotiga%s!"
     318
     319#: class-decent-comments-widget.php:559
    283320msgid "The ellipsis is shown after the excerpt when there is more content."
    284321msgstr ""
     
    286323"contingut."
    287324
    288 #: class-decent-comments-widget.php:374
     325#: class-decent-comments-widget.php:552
    289326msgid "The maximum number of characters shown in excerpts."
    290327msgstr "El nombre màxim de caràcters que es mostren als extractes."
    291328
    292 #: class-decent-comments-widget.php:367
     329#: class-decent-comments-widget.php:545
    293330msgid "The maximum number of words shown in excerpts."
    294331msgstr "El nombre màxim de paraules que es mostren als extractes."
    295332
    296 #: class-decent-comments-widget.php:286
     333#: class-decent-comments-widget.php:455
    297334msgid "The number of comments to show."
    298335msgstr "El nombre de comentaris que es mostraran."
    299336
    300 #: class-decent-comments-widget.php:416
     337#: class-decent-comments-widget.php:594
    301338msgid "The size of the avatar in pixels."
    302339msgstr "La mida de l'avatar en píxels."
    303340
    304 #: class-decent-comments-widget.php:279
     341#: class-decent-comments-widget.php:448
    305342msgid "Title"
    306343msgstr "Títol"
    307344
    308 #: class-decent-comments-widget.php:327
     345#: class-decent-comments-widget.php:496
    309346msgid "Title, empty, post ID or [current]"
    310347msgstr "Títol, buit, ID de la publicació o [actual]"
    311348
    312 #: class-decent-comments-widget.php:469
     349#: class-decent-comments-widget.php:647
    313350msgid "Trackbacks"
    314351msgstr "Trackbacks"
    315352
    316 #: class-decent-comments-widget.php:403
     353#: class-decent-comments-rest.php:122
     354msgid "Whether to include Pingbacks"
     355msgstr "Inclou pingbacks"
     356
     357#: class-decent-comments-rest.php:130
     358msgid "Whether to include Trackbacks"
     359msgstr "Inclou trackbacks"
     360
     361#: class-decent-comments-widget.php:581
    317362msgid "Whether to link comment authors to their website."
    318363msgstr "Enllaçar els autors de comentaris al seu lloc web o no."
    319364
    320 #: class-decent-comments-widget.php:389
     365#: class-decent-comments-widget.php:567
    321366msgid "Whether to show the author of each comment."
    322367msgstr "Mostrar l'autor de cada comentari o no."
     368
     369#: class-decent-comments-widget.php:515
     370msgid "You can indicate one ore more post types separated by comma."
     371msgstr "Podeu indicar un o més tipus de publicació separats per coma."
     372
     373#: class-decent-comments-renderer.php:506
     374#, php-format
     375msgctxt "comment-link"
     376msgid "on %s"
     377msgstr "en %s"
  • decent-comments/trunk/languages/decent-comments-de_DE.po

    r2279190 r3426106  
    88"Project-Id-Version: decent-comments 1.1.3\n"
    99"Report-Msgid-Bugs-To: \n"
    10 "POT-Creation-Date: 2020-04-08 12:32+0200\n"
    11 "PO-Revision-Date: 2020-04-08 12:36+0200\n"
     10"POT-Creation-Date: 2025-12-22 21:09+0100\n"
     11"PO-Revision-Date: 2025-12-23 11:41+0100\n"
    1212"Last-Translator: kento <http://www.itthinx.com/plugins/decent-comments/>\n"
    1313"Language-Team: German <http://www.itthinx.com/plugins/decent-comments/>\n"
     
    1616"Content-Type: text/plain; charset=UTF-8\n"
    1717"Content-Transfer-Encoding: 8bit\n"
    18 "X-Generator: Poedit 2.3\n"
    19 
    20 #: class-decent-comments-renderer.php:409
     18"X-Generator: Poedit 3.4.4\n"
     19
     20#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     21msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     22msgstr "$store muss eine Instanz von WP_Style_Engine_CSS_Rules_Store sein"
     23
     24#: class-decent-comments-renderer.php:496
    2125#, php-format
    2226msgctxt "comment-date"
    23 msgid " %1$s at %2$s"
    24 msgstr " %1$s um %2$s"
    25 
    26 #: class-decent-comments-renderer.php:419
    27 #, php-format
    28 msgctxt "comment-link"
    29 msgid " on %s"
    30 msgstr " zu %s"
    31 
    32 #: class-decent-comments-widget.php:448
     27msgid "%1$s at %2$s"
     28msgstr "%1$s um %2$s"
     29
     30#: class-decent-comments-widget.php:615
    3331msgid "A taxonomy, e.g. category or post_tag"
    3432msgstr "Eine Taxonomie, zum Beispiel category oder post_tag"
    3533
    36 #: decent-comments.php:173
     34#: class-decent-comments.php:136
    3735msgid "Access denied."
    3836msgstr "Zugriff verweigert."
    3937
    40 #: class-decent-comments-renderer.php:103
     38#: class-decent-comments-renderer.php:110
    4139msgid "Ascending"
    4240msgstr "Aufsteigend"
    4341
    44 #: class-decent-comments-renderer.php:95
     42#: class-decent-comments-renderer.php:102
    4543msgid "Author Email"
    4644msgstr "Email des Autors"
    4745
    48 #: class-decent-comments-renderer.php:96
     46#: class-decent-comments-renderer.php:103
    4947msgid "Author URL"
    5048msgstr "URL des Autors"
    5149
    52 #: class-decent-comments-widget.php:355
     50#: class-decent-comments-widget.php:522
    5351#, php-format
    5452msgid "Available post types: %s"
    5553msgstr "Verfügbare Eintragstypen: %s"
    5654
    57 #: class-decent-comments-widget.php:427
     55#: class-decent-comments-widget.php:594
    5856msgid "Avatar size"
    5957msgstr "Avatar Größe"
    6058
    61 #: class-decent-comments-renderer.php:97
     59#: class-decent-comments-renderer.php:104
    6260msgid "Content"
    6361msgstr "Inhalt"
    6462
    65 #: class-decent-comments-renderer.php:98
     63#: class-decent-comments-renderer.php:105
    6664msgid "Date"
    6765msgstr "Datum"
    6866
    69 #: decent-comments.php:163
     67#: class-decent-comments.php:122
    7068msgid "Decent Comments"
    7169msgstr "Decent Comments"
    7270
    73 #: decent-comments.php:163 decent-comments.php:179
     71#: class-decent-comments.php:121 class-decent-comments.php:157
    7472msgid "Decent Comments Options"
    7573msgstr "Decent Comments Einstellungen"
    7674
    77 #: decent-comments.php:205
     75#: class-decent-comments.php:168
    7876msgid "Delete settings when the plugin is deactivated"
    7977msgstr "Die Einstellungen löschen wenn das Plugin deaktiviert wird"
    8078
    81 #: class-decent-comments-renderer.php:104
     79#: class-decent-comments-renderer.php:111
    8280msgid "Descending"
    8381msgstr "Absteigend"
    8482
    85 #: class-decent-comments-widget.php:392
     83#: class-decent-comments-widget.php:559
    8684msgid "Ellipsis"
    8785msgstr "Ellipse"
    8886
    89 #: class-decent-comments-widget.php:365
     87#: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114
    9088msgid "Exclude comments from post authors"
    9189msgstr "Kommentare von Eintragsautoren ausschließen"
    9290
    93 #: class-decent-comments-widget.php:463
     91#: class-decent-comments-rest.php:58
     92msgid "ID of the post to get comments for (0 for all posts)"
     93msgstr "ID des Artikels mit Kommentaren (0 für alle Artikel)"
     94
     95#: class-decent-comments-widget.php:630
    9496msgid ""
    9597"If a taxonomy is given , indicate terms in that taxonomy separated by comma "
     
    105107"angezeigt."
    106108
    107 #: class-decent-comments-widget.php:365
     109#: class-decent-comments-widget.php:532
    108110msgid "If checked, excludes comments from post authors on their own posts."
    109111msgstr ""
     
    111113"dies aktiviert ist."
    112114
    113 #: class-decent-comments-widget.php:372
     115#: class-decent-comments-widget.php:539
    114116msgid ""
    115117"If checked, shows an excerpt of the comment. Otherwise the full text of the "
     
    119121"Ansonsten wird der gesamte Text angezeigt."
    120122
    121 #: class-decent-comments-widget.php:473
     123#: class-decent-comments-widget.php:640
    122124msgid "Include pingbacks."
    123125msgstr "Pingbacks einbeziehen."
    124126
    125 #: class-decent-comments-widget.php:480
     127#: class-decent-comments-widget.php:647
    126128msgid "Include trackbacks."
    127129msgstr "Trackbacks einbeziehen."
    128130
    129 #: class-decent-comments-widget.php:451
     131#: class-decent-comments-widget.php:618
    130132msgid ""
    131133"Indicate <strong>category</strong> if you would like to show comments on "
     
    141143"<strong>Begriffe</strong>."
    142144
    143 #: class-decent-comments-renderer.php:99
     145#: class-decent-comments-renderer.php:106
    144146msgid "Karma"
    145147msgstr "Karma"
    146148
    147 #: class-decent-comments-widget.php:346
     149#: class-decent-comments-widget.php:513
    148150msgid ""
    149151"Leave empty to show comments for all post types. To show comments for a "
     
    153155"Kommentare auf einen speziellen Eintragstyp anzuzeigen, diesen hier angeben."
    154156
    155 #: class-decent-comments-widget.php:326
     157#: class-decent-comments-widget.php:493
    156158msgid ""
    157159"Leave empty to show comments for all posts. To show comments for a specific "
     
    164166"aktuellen Artikel anzuzeigen, sollte [current] angegeben werden."
    165167
    166 #: class-decent-comments-widget.php:414
     168#: class-decent-comments-widget.php:581
    167169msgid "Link authors"
    168170msgstr "Autoren verlinken"
    169171
    170 #: class-decent-comments-widget.php:385
     172#: class-decent-comments-widget.php:552
    171173msgid "Number of characters in excerpts"
    172174msgstr "Anzahl der Zeichen in Auszügen"
    173175
    174 #: class-decent-comments-widget.php:288
     176#: class-decent-comments-widget.php:455
    175177msgid "Number of comments"
    176178msgstr "Anzahl der Kommentare"
    177179
    178 #: class-decent-comments-widget.php:378
     180#: class-decent-comments-rest.php:41
     181msgid "Number of comments to return"
     182msgstr "Anzahl der Kommentare"
     183
     184#: class-decent-comments-widget.php:545
    179185msgid "Number of words in excerpts"
    180186msgstr "Anzahl der Worte in Auszügen"
    181187
    182 #: decent-comments.php:226
     188#: class-decent-comments.php:58
    183189msgid "Options"
    184190msgstr "Optionen"
    185191
    186 #: class-decent-comments-widget.php:295
     192#: class-decent-comments-widget.php:462
    187193msgid "Order by ..."
    188194msgstr "Ordnen nach ..."
    189195
    190 #: class-decent-comments-widget.php:473
     196#: class-decent-comments-widget.php:640
    191197msgid "Pingbacks"
    192198msgstr "Pingbacks"
    193199
    194 #: class-decent-comments-renderer.php:100
     200#: class-decent-comments-renderer.php:107
    195201msgid "Post"
    196202msgstr "Artikel"
    197203
    198 #: class-decent-comments-widget.php:326
     204#: class-decent-comments-widget.php:493
    199205msgid "Post ID"
    200206msgstr "Artikel-ID"
    201207
    202 #: class-decent-comments-widget.php:351
     208#: class-decent-comments-widget.php:518
    203209msgid "Post Type"
    204210msgstr "Eintragstyp"
    205211
    206 #: decent-comments.php:209
     212#: class-decent-comments-rest.php:99
     213msgid "Post category or tag"
     214msgstr "Artikelkategorie oder Etikett"
     215
     216#: class-decent-comments.php:172
    207217msgid "Save"
    208218msgstr "Speichern"
    209219
    210 #: class-decent-comments-widget.php:332
     220#: class-decent-comments-widget.php:499
    211221#, php-format
    212222msgid "Selected post: <em>%s</em>"
    213223msgstr "Ausgewählter Artikel: <em>%s</em>"
    214224
    215 #: decent-comments.php:202
     225#: class-decent-comments.php:165
    216226msgid "Settings"
    217227msgstr "Einstellungen"
    218228
    219 #: class-decent-comments-widget.php:435
     229#: class-decent-comments-widget.php:602
    220230msgid "Show a link to the post that the comment applies to."
    221231msgstr "Einen Link zum Artikel anzeigen."
    222232
    223 #: class-decent-comments-widget.php:442
     233#: class-decent-comments-widget.php:609
    224234msgid "Show an excerpt of the comment or the full comment."
    225235msgstr "Einen Auszug oder den vollen Kommentar anzeigen."
    226236
    227 #: class-decent-comments-widget.php:400
     237#: class-decent-comments-widget.php:567
    228238msgid "Show author"
    229239msgstr "Den Autor anzeigen"
    230240
    231 #: class-decent-comments-widget.php:421
     241#: class-decent-comments-widget.php:588
    232242msgid "Show avatar"
    233243msgstr "Den Avatar anzeigen"
    234244
    235 #: class-decent-comments-widget.php:372
     245#: class-decent-comments-widget.php:539
    236246msgid "Show comment excerpt"
    237247msgstr "Den Auszug anzeigen"
    238248
    239 #: class-decent-comments-widget.php:407
     249#: class-decent-comments-widget.php:574
    240250msgid "Show date"
    241251msgstr "Datum anzeigen"
    242252
    243 #: class-decent-comments-widget.php:435
     253#: class-decent-comments-widget.php:602
    244254msgid "Show link to post"
    245255msgstr "Den Link zum Artikel anzeigen"
    246256
    247 #: class-decent-comments-widget.php:421
     257#: class-decent-comments-widget.php:588
    248258msgid "Show the avatar of the author."
    249259msgstr "Den Avatar des Autors anzeigen."
    250260
    251 #: class-decent-comments-widget.php:442
     261#: class-decent-comments-widget.php:609
    252262msgid "Show the comment"
    253263msgstr "Den Kommentar anzeigen"
    254264
    255 #: class-decent-comments-widget.php:407
     265#: class-decent-comments-widget.php:574
    256266msgid "Show the date and time when the comment was posted."
    257267msgstr "Das Datum und die Uhrzeit des Kommentars anzeigen."
    258268
    259 #: class-decent-comments-widget.php:307
     269#: class-decent-comments-rest.php:50
     270msgid "Size of author avatars in pixels"
     271msgstr "Die Größe des Avatars in Pixeln"
     272
     273#: class-decent-comments-rest.php:74
     274msgid "Sort comments by: date, author_email, author_url, content, karma, post"
     275msgstr ""
     276"Kommentare sortieren nach: date, author_email, author_url, content, karma, "
     277"post"
     278
     279#: class-decent-comments-widget.php:474
    260280msgid "Sort order"
    261281msgstr "Reihenfolge"
    262282
    263 #: class-decent-comments-widget.php:307
     283#: class-decent-comments-widget.php:474
    264284msgid "Sort order."
    265285msgstr "Reihenfolge."
    266286
    267 #: class-decent-comments-widget.php:295
     287#: class-decent-comments-rest.php:90
     288msgid "Sort order: asc or desc"
     289msgstr "Reihenfolge: asc oder desc"
     290
     291#: class-decent-comments-widget.php:462
    268292msgid "Sorting criteria."
    269293msgstr "Sortierkriterium."
    270294
    271 #: class-decent-comments-widget.php:448
     295#: class-decent-comments-widget.php:615
    272296msgid "Taxonomy"
    273297msgstr "Taxonomie"
    274298
    275 #: class-decent-comments-widget.php:463
     299#: class-decent-comments-rest.php:107
     300msgid "Term ids or slugs"
     301msgstr "Begriffs-IDs oder Slugs"
     302
     303#: class-decent-comments-widget.php:630
    276304msgid "Terms"
    277305msgstr "Begriffe"
    278306
    279 #: class-decent-comments-widget.php:466
     307#: class-decent-comments-widget.php:633
    280308msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given."
    281309msgstr ""
     
    283311"angegeben werden."
    284312
    285 #: class-decent-comments-widget.php:392
     313#: class-decent-comments-widget.php:442
     314#, php-format
     315msgid "Thanks for supporting our work with a purchase in our %sShop%s!"
     316msgstr "Unterstütze unsere Arbeit durch einen Kauf in unserem %sShop%s!"
     317
     318#: class-decent-comments-widget.php:559
    286319msgid "The ellipsis is shown after the excerpt when there is more content."
    287320msgstr ""
     
    289322"vorhanden ist."
    290323
    291 #: class-decent-comments-widget.php:385
     324#: class-decent-comments-widget.php:552
    292325msgid "The maximum number of characters shown in excerpts."
    293326msgstr "Die maximale Anzahl der Zeichen die in Auszügen angezeigt wird."
    294327
    295 #: class-decent-comments-widget.php:378
     328#: class-decent-comments-widget.php:545
    296329msgid "The maximum number of words shown in excerpts."
    297330msgstr "Die maximale Anzahl an Worten die in Auszügen angezeigt wird."
    298331
    299 #: class-decent-comments-widget.php:288
     332#: class-decent-comments-widget.php:455
    300333msgid "The number of comments to show."
    301334msgstr "Die Anzahl der Kommentare die angezeigt werden sollen."
    302335
    303 #: class-decent-comments-widget.php:427
     336#: class-decent-comments-widget.php:594
    304337msgid "The size of the avatar in pixels."
    305338msgstr "Die Größe des Avatars in Pixeln."
    306339
    307 #: class-decent-comments-widget.php:281
     340#: class-decent-comments-widget.php:448
    308341msgid "Title"
    309342msgstr "Titel"
    310343
    311 #: class-decent-comments-widget.php:329
     344#: class-decent-comments-widget.php:496
    312345msgid "Title, empty, post ID or [current]"
    313346msgstr "Titel, leer, Artikel-ID oder [current]"
    314347
    315 #: class-decent-comments-widget.php:480
     348#: class-decent-comments-widget.php:647
    316349msgid "Trackbacks"
    317350msgstr "Trackbacks"
    318351
    319 #: class-decent-comments-widget.php:414
     352#: class-decent-comments-rest.php:122
     353msgid "Whether to include Pingbacks"
     354msgstr "Pingbacks einbeziehen"
     355
     356#: class-decent-comments-rest.php:130
     357msgid "Whether to include Trackbacks"
     358msgstr "Trackbacks einbeziehen"
     359
     360#: class-decent-comments-widget.php:581
    320361msgid "Whether to link comment authors to their website."
    321362msgstr "Ob Autoren zu ihren Webseiten verlinkt werden sollen."
    322363
    323 #: class-decent-comments-widget.php:400
     364#: class-decent-comments-widget.php:567
    324365msgid "Whether to show the author of each comment."
    325366msgstr "Ob der Autor zu jedem Kommentar angezeigt werden soll."
    326367
    327 #: class-decent-comments-widget.php:348
     368#: class-decent-comments-widget.php:515
    328369msgid "You can indicate one ore more post types separated by comma."
    329370msgstr ""
    330371"Es können einer oder mehrere Beitragstypen durch Komma getrennt angegeben "
    331372"werden."
     373
     374#: class-decent-comments-renderer.php:506
     375#, php-format
     376msgctxt "comment-link"
     377msgid "on %s"
     378msgstr "zu %s"
  • decent-comments/trunk/languages/decent-comments-de_DE_formal.po

    r2279190 r3426106  
    88"Project-Id-Version: decent-comments 1.1.3\n"
    99"Report-Msgid-Bugs-To: \n"
    10 "POT-Creation-Date: 2020-04-08 12:32+0200\n"
    11 "PO-Revision-Date: 2020-04-08 12:37+0200\n"
     10"POT-Creation-Date: 2025-12-22 21:09+0100\n"
     11"PO-Revision-Date: 2025-12-23 11:41+0100\n"
    1212"Last-Translator: kento <http://www.itthinx.com/plugins/decent-comments/>\n"
    1313"Language-Team: German <http://www.itthinx.com/plugins/decent-comments/>\n"
     
    1616"Content-Type: text/plain; charset=UTF-8\n"
    1717"Content-Transfer-Encoding: 8bit\n"
    18 "X-Generator: Poedit 2.3\n"
    19 
    20 #: class-decent-comments-renderer.php:409
     18"X-Generator: Poedit 3.4.4\n"
     19
     20#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     21msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     22msgstr "$store muss eine Instanz von WP_Style_Engine_CSS_Rules_Store sein"
     23
     24#: class-decent-comments-renderer.php:496
    2125#, php-format
    2226msgctxt "comment-date"
    23 msgid " %1$s at %2$s"
    24 msgstr " %1$s um %2$s"
    25 
    26 #: class-decent-comments-renderer.php:419
    27 #, php-format
    28 msgctxt "comment-link"
    29 msgid " on %s"
    30 msgstr " zu %s"
    31 
    32 #: class-decent-comments-widget.php:448
     27msgid "%1$s at %2$s"
     28msgstr "%1$s um %2$s"
     29
     30#: class-decent-comments-widget.php:615
    3331msgid "A taxonomy, e.g. category or post_tag"
    3432msgstr "Eine Taxonomie, zum Beispiel category oder post_tag"
    3533
    36 #: decent-comments.php:173
     34#: class-decent-comments.php:136
    3735msgid "Access denied."
    3836msgstr "Zugriff verweigert."
    3937
    40 #: class-decent-comments-renderer.php:103
     38#: class-decent-comments-renderer.php:110
    4139msgid "Ascending"
    4240msgstr "Aufsteigend"
    4341
    44 #: class-decent-comments-renderer.php:95
     42#: class-decent-comments-renderer.php:102
    4543msgid "Author Email"
    4644msgstr "Email des Autors"
    4745
    48 #: class-decent-comments-renderer.php:96
     46#: class-decent-comments-renderer.php:103
    4947msgid "Author URL"
    5048msgstr "URL des Autors"
    5149
    52 #: class-decent-comments-widget.php:355
     50#: class-decent-comments-widget.php:522
    5351#, php-format
    5452msgid "Available post types: %s"
    5553msgstr "Verfügbare Eintragstypen: %s"
    5654
    57 #: class-decent-comments-widget.php:427
     55#: class-decent-comments-widget.php:594
    5856msgid "Avatar size"
    5957msgstr "Avatar Größe"
    6058
    61 #: class-decent-comments-renderer.php:97
     59#: class-decent-comments-renderer.php:104
    6260msgid "Content"
    6361msgstr "Inhalt"
    6462
    65 #: class-decent-comments-renderer.php:98
     63#: class-decent-comments-renderer.php:105
    6664msgid "Date"
    6765msgstr "Datum"
    6866
    69 #: decent-comments.php:163
     67#: class-decent-comments.php:122
    7068msgid "Decent Comments"
    7169msgstr "Decent Comments"
    7270
    73 #: decent-comments.php:163 decent-comments.php:179
     71#: class-decent-comments.php:121 class-decent-comments.php:157
    7472msgid "Decent Comments Options"
    7573msgstr "Decent Comments Einstellungen"
    7674
    77 #: decent-comments.php:205
     75#: class-decent-comments.php:168
    7876msgid "Delete settings when the plugin is deactivated"
    7977msgstr "Die Einstellungen löschen wenn das Plugin deaktiviert wird"
    8078
    81 #: class-decent-comments-renderer.php:104
     79#: class-decent-comments-renderer.php:111
    8280msgid "Descending"
    8381msgstr "Absteigend"
    8482
    85 #: class-decent-comments-widget.php:392
     83#: class-decent-comments-widget.php:559
    8684msgid "Ellipsis"
    8785msgstr "Ellipse"
    8886
    89 #: class-decent-comments-widget.php:365
     87#: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114
    9088msgid "Exclude comments from post authors"
    9189msgstr "Kommentare von Eintragsautoren ausschließen"
    9290
    93 #: class-decent-comments-widget.php:463
     91#: class-decent-comments-rest.php:58
     92msgid "ID of the post to get comments for (0 for all posts)"
     93msgstr "ID des Artikels mit Kommentaren (0 für alle Artikel)"
     94
     95#: class-decent-comments-widget.php:630
    9496msgid ""
    9597"If a taxonomy is given , indicate terms in that taxonomy separated by comma "
     
    105107"angezeigt."
    106108
    107 #: class-decent-comments-widget.php:365
     109#: class-decent-comments-widget.php:532
    108110msgid "If checked, excludes comments from post authors on their own posts."
    109111msgstr ""
     
    111113"dies aktiviert ist."
    112114
    113 #: class-decent-comments-widget.php:372
     115#: class-decent-comments-widget.php:539
    114116msgid ""
    115117"If checked, shows an excerpt of the comment. Otherwise the full text of the "
     
    119121"Ansonsten wird der gesamte Text angezeigt."
    120122
    121 #: class-decent-comments-widget.php:473
     123#: class-decent-comments-widget.php:640
    122124msgid "Include pingbacks."
    123125msgstr "Pingbacks einbeziehen."
    124126
    125 #: class-decent-comments-widget.php:480
     127#: class-decent-comments-widget.php:647
    126128msgid "Include trackbacks."
    127129msgstr "Trackbacks einbeziehen."
    128130
    129 #: class-decent-comments-widget.php:451
     131#: class-decent-comments-widget.php:618
    130132msgid ""
    131133"Indicate <strong>category</strong> if you would like to show comments on "
     
    141143"<strong>Begriffe</strong>."
    142144
    143 #: class-decent-comments-renderer.php:99
     145#: class-decent-comments-renderer.php:106
    144146msgid "Karma"
    145147msgstr "Karma"
    146148
    147 #: class-decent-comments-widget.php:346
     149#: class-decent-comments-widget.php:513
    148150msgid ""
    149151"Leave empty to show comments for all post types. To show comments for a "
     
    153155"Kommentare auf einen speziellen Eintragstyp anzuzeigen, diesen hier angeben."
    154156
    155 #: class-decent-comments-widget.php:326
     157#: class-decent-comments-widget.php:493
    156158msgid ""
    157159"Leave empty to show comments for all posts. To show comments for a specific "
     
    164166"aktuellen Artikel anzuzeigen, sollte [current] angegeben werden."
    165167
    166 #: class-decent-comments-widget.php:414
     168#: class-decent-comments-widget.php:581
    167169msgid "Link authors"
    168170msgstr "Autoren verlinken"
    169171
    170 #: class-decent-comments-widget.php:385
     172#: class-decent-comments-widget.php:552
    171173msgid "Number of characters in excerpts"
    172174msgstr "Anzahl der Zeichen in Auszügen"
    173175
    174 #: class-decent-comments-widget.php:288
     176#: class-decent-comments-widget.php:455
    175177msgid "Number of comments"
    176178msgstr "Anzahl der Kommentare"
    177179
    178 #: class-decent-comments-widget.php:378
     180#: class-decent-comments-rest.php:41
     181msgid "Number of comments to return"
     182msgstr "Anzahl der Kommentare"
     183
     184#: class-decent-comments-widget.php:545
    179185msgid "Number of words in excerpts"
    180186msgstr "Anzahl der Worte in Auszügen"
    181187
    182 #: decent-comments.php:226
     188#: class-decent-comments.php:58
    183189msgid "Options"
    184190msgstr "Optionen"
    185191
    186 #: class-decent-comments-widget.php:295
     192#: class-decent-comments-widget.php:462
    187193msgid "Order by ..."
    188194msgstr "Ordnen nach ..."
    189195
    190 #: class-decent-comments-widget.php:473
     196#: class-decent-comments-widget.php:640
    191197msgid "Pingbacks"
    192198msgstr "Pingbacks"
    193199
    194 #: class-decent-comments-renderer.php:100
     200#: class-decent-comments-renderer.php:107
    195201msgid "Post"
    196202msgstr "Artikel"
    197203
    198 #: class-decent-comments-widget.php:326
     204#: class-decent-comments-widget.php:493
    199205msgid "Post ID"
    200206msgstr "Artikel-ID"
    201207
    202 #: class-decent-comments-widget.php:351
     208#: class-decent-comments-widget.php:518
    203209msgid "Post Type"
    204210msgstr "Eintragstyp"
    205211
    206 #: decent-comments.php:209
     212#: class-decent-comments-rest.php:99
     213msgid "Post category or tag"
     214msgstr "Artikelkategorie oder Etikett"
     215
     216#: class-decent-comments.php:172
    207217msgid "Save"
    208218msgstr "Speichern"
    209219
    210 #: class-decent-comments-widget.php:332
     220#: class-decent-comments-widget.php:499
    211221#, php-format
    212222msgid "Selected post: <em>%s</em>"
    213223msgstr "Ausgewählter Artikel: <em>%s</em>"
    214224
    215 #: decent-comments.php:202
     225#: class-decent-comments.php:165
    216226msgid "Settings"
    217227msgstr "Einstellungen"
    218228
    219 #: class-decent-comments-widget.php:435
     229#: class-decent-comments-widget.php:602
    220230msgid "Show a link to the post that the comment applies to."
    221231msgstr "Einen Link zum Artikel anzeigen."
    222232
    223 #: class-decent-comments-widget.php:442
     233#: class-decent-comments-widget.php:609
    224234msgid "Show an excerpt of the comment or the full comment."
    225235msgstr "Einen Auszug oder den vollen Kommentar anzeigen."
    226236
    227 #: class-decent-comments-widget.php:400
     237#: class-decent-comments-widget.php:567
    228238msgid "Show author"
    229239msgstr "Den Autor anzeigen"
    230240
    231 #: class-decent-comments-widget.php:421
     241#: class-decent-comments-widget.php:588
    232242msgid "Show avatar"
    233243msgstr "Den Avatar anzeigen"
    234244
    235 #: class-decent-comments-widget.php:372
     245#: class-decent-comments-widget.php:539
    236246msgid "Show comment excerpt"
    237247msgstr "Den Auszug anzeigen"
    238248
    239 #: class-decent-comments-widget.php:407
     249#: class-decent-comments-widget.php:574
    240250msgid "Show date"
    241251msgstr "Datum anzeigen"
    242252
    243 #: class-decent-comments-widget.php:435
     253#: class-decent-comments-widget.php:602
    244254msgid "Show link to post"
    245255msgstr "Den Link zum Artikel anzeigen"
    246256
    247 #: class-decent-comments-widget.php:421
     257#: class-decent-comments-widget.php:588
    248258msgid "Show the avatar of the author."
    249259msgstr "Den Avatar des Autors anzeigen."
    250260
    251 #: class-decent-comments-widget.php:442
     261#: class-decent-comments-widget.php:609
    252262msgid "Show the comment"
    253263msgstr "Den Kommentar anzeigen"
    254264
    255 #: class-decent-comments-widget.php:407
     265#: class-decent-comments-widget.php:574
    256266msgid "Show the date and time when the comment was posted."
    257267msgstr "Das Datum und die Uhrzeit des Kommentars anzeigen."
    258268
    259 #: class-decent-comments-widget.php:307
     269#: class-decent-comments-rest.php:50
     270msgid "Size of author avatars in pixels"
     271msgstr "Die Größe des Avatars in Pixeln"
     272
     273#: class-decent-comments-rest.php:74
     274msgid "Sort comments by: date, author_email, author_url, content, karma, post"
     275msgstr ""
     276"Kommentare sortieren nach: date, author_email, author_url, content, karma, "
     277"post"
     278
     279#: class-decent-comments-widget.php:474
    260280msgid "Sort order"
    261281msgstr "Reihenfolge"
    262282
    263 #: class-decent-comments-widget.php:307
     283#: class-decent-comments-widget.php:474
    264284msgid "Sort order."
    265285msgstr "Reihenfolge."
    266286
    267 #: class-decent-comments-widget.php:295
     287#: class-decent-comments-rest.php:90
     288msgid "Sort order: asc or desc"
     289msgstr "Reihenfolge: asc oder desc"
     290
     291#: class-decent-comments-widget.php:462
    268292msgid "Sorting criteria."
    269293msgstr "Sortierkriterium."
    270294
    271 #: class-decent-comments-widget.php:448
     295#: class-decent-comments-widget.php:615
    272296msgid "Taxonomy"
    273297msgstr "Taxonomie"
    274298
    275 #: class-decent-comments-widget.php:463
     299#: class-decent-comments-rest.php:107
     300msgid "Term ids or slugs"
     301msgstr "Begriffs-IDs oder Slugs"
     302
     303#: class-decent-comments-widget.php:630
    276304msgid "Terms"
    277305msgstr "Begriffe"
    278306
    279 #: class-decent-comments-widget.php:466
     307#: class-decent-comments-widget.php:633
    280308msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given."
    281309msgstr ""
     
    283311"angegeben werden."
    284312
    285 #: class-decent-comments-widget.php:392
     313#: class-decent-comments-widget.php:442
     314#, php-format
     315msgid "Thanks for supporting our work with a purchase in our %sShop%s!"
     316msgstr "Unterstütze unsere Arbeit durch einen Kauf in unserem %sShop%s!"
     317
     318#: class-decent-comments-widget.php:559
    286319msgid "The ellipsis is shown after the excerpt when there is more content."
    287320msgstr ""
     
    289322"vorhanden ist."
    290323
    291 #: class-decent-comments-widget.php:385
     324#: class-decent-comments-widget.php:552
    292325msgid "The maximum number of characters shown in excerpts."
    293326msgstr "Die maximale Anzahl der Zeichen die in Auszügen angezeigt wird."
    294327
    295 #: class-decent-comments-widget.php:378
     328#: class-decent-comments-widget.php:545
    296329msgid "The maximum number of words shown in excerpts."
    297330msgstr "Die maximale Anzahl an Worten die in Auszügen angezeigt wird."
    298331
    299 #: class-decent-comments-widget.php:288
     332#: class-decent-comments-widget.php:455
    300333msgid "The number of comments to show."
    301334msgstr "Die Anzahl der Kommentare die angezeigt werden sollen."
    302335
    303 #: class-decent-comments-widget.php:427
     336#: class-decent-comments-widget.php:594
    304337msgid "The size of the avatar in pixels."
    305338msgstr "Die Größe des Avatars in Pixeln."
    306339
    307 #: class-decent-comments-widget.php:281
     340#: class-decent-comments-widget.php:448
    308341msgid "Title"
    309342msgstr "Titel"
    310343
    311 #: class-decent-comments-widget.php:329
     344#: class-decent-comments-widget.php:496
    312345msgid "Title, empty, post ID or [current]"
    313346msgstr "Titel, leer, Artikel-ID oder [current]"
    314347
    315 #: class-decent-comments-widget.php:480
     348#: class-decent-comments-widget.php:647
    316349msgid "Trackbacks"
    317350msgstr "Trackbacks"
    318351
    319 #: class-decent-comments-widget.php:414
     352#: class-decent-comments-rest.php:122
     353msgid "Whether to include Pingbacks"
     354msgstr "Pingbacks einbeziehen"
     355
     356#: class-decent-comments-rest.php:130
     357msgid "Whether to include Trackbacks"
     358msgstr "Trackbacks einbeziehen"
     359
     360#: class-decent-comments-widget.php:581
    320361msgid "Whether to link comment authors to their website."
    321362msgstr "Ob Autoren zu ihren Webseiten verlinkt werden sollen."
    322363
    323 #: class-decent-comments-widget.php:400
     364#: class-decent-comments-widget.php:567
    324365msgid "Whether to show the author of each comment."
    325366msgstr "Ob der Autor zu jedem Kommentar angezeigt werden soll."
    326367
    327 #: class-decent-comments-widget.php:348
     368#: class-decent-comments-widget.php:515
    328369msgid "You can indicate one ore more post types separated by comma."
    329370msgstr ""
    330371"Es können einer oder mehrere Beitragstypen durch Komma getrennt angegeben "
    331372"werden."
     373
     374#: class-decent-comments-renderer.php:506
     375#, php-format
     376msgctxt "comment-link"
     377msgid "on %s"
     378msgstr "zu %s"
  • decent-comments/trunk/languages/decent-comments-es_ES.po

    r2807026 r3426106  
    88"Project-Id-Version: decent-comments 1.3.11\n"
    99"Report-Msgid-Bugs-To: \n"
    10 "POT-Creation-Date: 2020-04-08 12:32+0200\n"
    11 "PO-Revision-Date: 2022-10-29 15:21+0200\n"
     10"POT-Creation-Date: 2025-12-22 21:09+0100\n"
     11"PO-Revision-Date: 2025-12-22 21:17+0100\n"
    1212"Last-Translator: kento <http://www.itthinx.com/plugins/decent-comments/>\n"
    1313"Language-Team: Spanish <http://www.itthinx.com/plugins/decent-comments/>\n"
     
    1616"Content-Type: text/plain; charset=UTF-8\n"
    1717"Content-Transfer-Encoding: 8bit\n"
    18 "X-Generator: Poedit 2.4.3\n"
    19 
    20 #: class-decent-comments-renderer.php:409
     18"X-Generator: Poedit 3.4.4\n"
     19
     20#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     21msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     22msgstr "$store debe ser una instancia de WP_Style_Engine_CSS_Rules_Store"
     23
     24#: class-decent-comments-renderer.php:496
    2125#, php-format
    2226msgctxt "comment-date"
    23 msgid " %1$s at %2$s"
    24 msgstr " %1$s a las %2$s"
    25 
    26 #: class-decent-comments-renderer.php:419
    27 #, php-format
    28 msgctxt "comment-link"
    29 msgid " on %s"
    30 msgstr " en %s"
    31 
    32 #: class-decent-comments-widget.php:448
     27msgid "%1$s at %2$s"
     28msgstr "%1$s a las %2$s"
     29
     30#: class-decent-comments-widget.php:615
    3331msgid "A taxonomy, e.g. category or post_tag"
    3432msgstr "Una taxonomía, ej. categoría o etiqueta"
    3533
    36 #: decent-comments.php:173
     34#: class-decent-comments.php:136
    3735msgid "Access denied."
    3836msgstr "Acceso denegado."
    3937
    40 #: class-decent-comments-renderer.php:103
     38#: class-decent-comments-renderer.php:110
    4139msgid "Ascending"
    4240msgstr "Ascendente"
    4341
    44 #: class-decent-comments-renderer.php:95
     42#: class-decent-comments-renderer.php:102
    4543msgid "Author Email"
    4644msgstr "Email del autor"
    4745
    48 #: class-decent-comments-renderer.php:96
     46#: class-decent-comments-renderer.php:103
    4947msgid "Author URL"
    5048msgstr "URL del autor"
    5149
    52 #: class-decent-comments-widget.php:355
     50#: class-decent-comments-widget.php:522
    5351#, php-format
    5452msgid "Available post types: %s"
    5553msgstr "Tipos de post disponibles: %s"
    5654
    57 #: class-decent-comments-widget.php:427
     55#: class-decent-comments-widget.php:594
    5856msgid "Avatar size"
    5957msgstr "Tamaño de avatar"
    6058
    61 #: class-decent-comments-renderer.php:97
     59#: class-decent-comments-renderer.php:104
    6260msgid "Content"
    6361msgstr "Contenido"
    6462
    65 #: class-decent-comments-renderer.php:98
     63#: class-decent-comments-renderer.php:105
    6664msgid "Date"
    6765msgstr "Fecha"
    6866
    69 #: decent-comments.php:163
     67#: class-decent-comments.php:122
    7068msgid "Decent Comments"
    7169msgstr "Decent Comments"
    7270
    73 #: decent-comments.php:163 decent-comments.php:179
     71#: class-decent-comments.php:121 class-decent-comments.php:157
    7472msgid "Decent Comments Options"
    7573msgstr "Opciones de Decent Comments"
    7674
    77 #: decent-comments.php:205
     75#: class-decent-comments.php:168
    7876msgid "Delete settings when the plugin is deactivated"
    7977msgstr "Eliminar la configuración cuando el plugin es desactivado"
    8078
    81 #: class-decent-comments-renderer.php:104
     79#: class-decent-comments-renderer.php:111
    8280msgid "Descending"
    8381msgstr "Descendente"
    8482
    85 #: class-decent-comments-widget.php:392
     83#: class-decent-comments-widget.php:559
    8684msgid "Ellipsis"
    8785msgstr "Elipsis"
    8886
    89 #: class-decent-comments-widget.php:365
     87#: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114
    9088msgid "Exclude comments from post authors"
    9189msgstr "Excluir los comentarios de los autores de los artículos"
    9290
    93 #: class-decent-comments-widget.php:463
     91#: class-decent-comments-rest.php:58
     92msgid "ID of the post to get comments for (0 for all posts)"
     93msgstr "ID del artículo para el que obtener comentarios (0 para todos)"
     94
     95#: class-decent-comments-widget.php:630
    9496msgid ""
    9597"If a taxonomy is given , indicate terms in that taxonomy separated by comma "
     
    104106"términos es vacío, no se mostrarán comentarios."
    105107
    106 #: class-decent-comments-widget.php:365
     108#: class-decent-comments-widget.php:532
    107109msgid "If checked, excludes comments from post authors on their own posts."
    108110msgstr "Si está marcado, excluye comentarios de los autores y sus artículos."
    109111
    110 #: class-decent-comments-widget.php:372
     112#: class-decent-comments-widget.php:539
    111113msgid ""
    112114"If checked, shows an excerpt of the comment. Otherwise the full text of the "
     
    116118"es mostrado el texto completo."
    117119
    118 #: class-decent-comments-widget.php:473
     120#: class-decent-comments-widget.php:640
    119121msgid "Include pingbacks."
    120122msgstr "Incluir pingbacks."
    121123
    122 #: class-decent-comments-widget.php:480
     124#: class-decent-comments-widget.php:647
    123125msgid "Include trackbacks."
    124126msgstr "Incluir trackbacks."
    125127
    126 #: class-decent-comments-widget.php:451
     128#: class-decent-comments-widget.php:618
    127129msgid ""
    128130"Indicate <strong>category</strong> if you would like to show comments on "
     
    136138"indique los slugs de las etiquetas en <strong>Términos</strong>."
    137139
    138 #: class-decent-comments-renderer.php:99
     140#: class-decent-comments-renderer.php:106
    139141msgid "Karma"
    140142msgstr "Karma"
    141143
    142 #: class-decent-comments-widget.php:346
     144#: class-decent-comments-widget.php:513
    143145msgid ""
    144146"Leave empty to show comments for all post types. To show comments for a "
     
    148150"mostrar comentarios de un tipo de post específico, indique el tipo de post."
    149151
    150 #: class-decent-comments-widget.php:326
     152#: class-decent-comments-widget.php:493
    151153msgid ""
    152154"Leave empty to show comments for all posts. To show comments for a specific "
     
    158160"su ID. Para mostrar comentarios del artículo actual, indique: [current]"
    159161
    160 #: class-decent-comments-widget.php:414
     162#: class-decent-comments-widget.php:581
    161163msgid "Link authors"
    162164msgstr "Enlazar autores"
    163165
    164 #: class-decent-comments-widget.php:385
     166#: class-decent-comments-widget.php:552
    165167msgid "Number of characters in excerpts"
    166168msgstr "Número de caracteres en el resumen"
    167169
    168 #: class-decent-comments-widget.php:288
     170#: class-decent-comments-widget.php:455
    169171msgid "Number of comments"
    170172msgstr "Número de comentarios"
    171173
    172 #: class-decent-comments-widget.php:378
     174#: class-decent-comments-rest.php:41
     175msgid "Number of comments to return"
     176msgstr "Número de comentarios a retornar"
     177
     178#: class-decent-comments-widget.php:545
    173179msgid "Number of words in excerpts"
    174180msgstr "Número de palabras del resumen"
    175181
    176 #: decent-comments.php:226
     182#: class-decent-comments.php:58
    177183msgid "Options"
    178184msgstr "Opciones"
    179185
    180 #: class-decent-comments-widget.php:295
     186#: class-decent-comments-widget.php:462
    181187msgid "Order by ..."
    182188msgstr "Ordenar por ..."
    183189
    184 #: class-decent-comments-widget.php:473
     190#: class-decent-comments-widget.php:640
    185191msgid "Pingbacks"
    186192msgstr "Pingbacks"
    187193
    188 #: class-decent-comments-renderer.php:100
     194#: class-decent-comments-renderer.php:107
    189195msgid "Post"
    190196msgstr "Artículo"
    191197
    192 #: class-decent-comments-widget.php:326
     198#: class-decent-comments-widget.php:493
    193199msgid "Post ID"
    194200msgstr "ID de artículo"
    195201
    196 #: class-decent-comments-widget.php:351
     202#: class-decent-comments-widget.php:518
    197203msgid "Post Type"
    198204msgstr "Tipo de post"
    199205
    200 #: decent-comments.php:209
     206#: class-decent-comments-rest.php:99
     207msgid "Post category or tag"
     208msgstr "Categoría o etiqueta de artículo"
     209
     210#: class-decent-comments.php:172
    201211msgid "Save"
    202212msgstr "Guardar"
    203213
    204 #: class-decent-comments-widget.php:332
     214#: class-decent-comments-widget.php:499
    205215#, php-format
    206216msgid "Selected post: <em>%s</em>"
    207217msgstr "Artículo seleccionado: <em>%s</em>"
    208218
    209 #: decent-comments.php:202
     219#: class-decent-comments.php:165
    210220msgid "Settings"
    211221msgstr "Ajustes"
    212222
    213 #: class-decent-comments-widget.php:435
     223#: class-decent-comments-widget.php:602
    214224msgid "Show a link to the post that the comment applies to."
    215225msgstr "Mostrar un enlace al artículo del comentario."
    216226
    217 #: class-decent-comments-widget.php:442
     227#: class-decent-comments-widget.php:609
    218228msgid "Show an excerpt of the comment or the full comment."
    219229msgstr "Mostrar un resumen del comentario o el texto completo."
    220230
    221 #: class-decent-comments-widget.php:400
     231#: class-decent-comments-widget.php:567
    222232msgid "Show author"
    223233msgstr "Mostrar autor"
    224234
    225 #: class-decent-comments-widget.php:421
     235#: class-decent-comments-widget.php:588
    226236msgid "Show avatar"
    227237msgstr "Mostrar avatar"
    228238
    229 #: class-decent-comments-widget.php:372
     239#: class-decent-comments-widget.php:539
    230240msgid "Show comment excerpt"
    231241msgstr "Mostrar resumen del comentario"
    232242
    233 #: class-decent-comments-widget.php:407
     243#: class-decent-comments-widget.php:574
    234244msgid "Show date"
    235245msgstr "Mostrar fecha"
    236246
    237 #: class-decent-comments-widget.php:435
     247#: class-decent-comments-widget.php:602
    238248msgid "Show link to post"
    239249msgstr "Mostrar enlace al artículo"
    240250
    241 #: class-decent-comments-widget.php:421
     251#: class-decent-comments-widget.php:588
    242252msgid "Show the avatar of the author."
    243253msgstr "Mostrar avatar del autor."
    244254
    245 #: class-decent-comments-widget.php:442
     255#: class-decent-comments-widget.php:609
    246256msgid "Show the comment"
    247257msgstr "Mostrar el comentario"
    248258
    249 #: class-decent-comments-widget.php:407
     259#: class-decent-comments-widget.php:574
    250260msgid "Show the date and time when the comment was posted."
    251261msgstr "Mostrar la fecha y hora cuando el comentario fue publicado."
    252262
    253 #: class-decent-comments-widget.php:307
     263#: class-decent-comments-rest.php:50
     264msgid "Size of author avatars in pixels"
     265msgstr "Tamaño del avatar en píxeles"
     266
     267#: class-decent-comments-rest.php:74
     268msgid "Sort comments by: date, author_email, author_url, content, karma, post"
     269msgstr ""
     270"Ordernar comentarios por: date, author_email, author_url, content, karma, "
     271"post"
     272
     273#: class-decent-comments-widget.php:474
    254274msgid "Sort order"
    255275msgstr "Sentido de ordenación"
    256276
    257 #: class-decent-comments-widget.php:307
     277#: class-decent-comments-widget.php:474
    258278msgid "Sort order."
    259279msgstr "Sentido de ordenación."
    260280
    261 #: class-decent-comments-widget.php:295
     281#: class-decent-comments-rest.php:90
     282msgid "Sort order: asc or desc"
     283msgstr "Sentido de ordenación"
     284
     285#: class-decent-comments-widget.php:462
    262286msgid "Sorting criteria."
    263287msgstr "Criterio de ordenación."
    264288
    265 #: class-decent-comments-widget.php:448
     289#: class-decent-comments-widget.php:615
    266290msgid "Taxonomy"
    267291msgstr "Taxonomía"
    268292
    269 #: class-decent-comments-widget.php:463
     293#: class-decent-comments-rest.php:107
     294msgid "Term ids or slugs"
     295msgstr "Ids de términos o slugs"
     296
     297#: class-decent-comments-widget.php:630
    270298msgid "Terms"
    271299msgstr "Términos"
    272300
    273 #: class-decent-comments-widget.php:466
     301#: class-decent-comments-widget.php:633
    274302msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given."
    275303msgstr "Términos o {current}. Debe indicar una <strong>Taxonomía</strong>."
    276304
    277 #: class-decent-comments-widget.php:392
     305#: class-decent-comments-widget.php:442
     306#, php-format
     307msgid "Thanks for supporting our work with a purchase in our %sShop%s!"
     308msgstr ""
     309"Gracias por apoyar a nuestro trabajo con tu compra en nuestra %sTienda%s!"
     310
     311#: class-decent-comments-widget.php:559
    278312msgid "The ellipsis is shown after the excerpt when there is more content."
    279313msgstr "La elipsis se mostrará tras el resumen cuando haya más contenido."
    280314
    281 #: class-decent-comments-widget.php:385
     315#: class-decent-comments-widget.php:552
    282316msgid "The maximum number of characters shown in excerpts."
    283317msgstr "Número máximo de caracteres mostrados en el resumen."
    284318
    285 #: class-decent-comments-widget.php:378
     319#: class-decent-comments-widget.php:545
    286320msgid "The maximum number of words shown in excerpts."
    287321msgstr "Número máximo de palabras a mostrar en el resumen."
    288322
    289 #: class-decent-comments-widget.php:288
     323#: class-decent-comments-widget.php:455
    290324msgid "The number of comments to show."
    291325msgstr "Número de comentarios a mostrar."
    292326
    293 #: class-decent-comments-widget.php:427
     327#: class-decent-comments-widget.php:594
    294328msgid "The size of the avatar in pixels."
    295329msgstr "Tamaño del avatar en píxeles."
    296330
    297 #: class-decent-comments-widget.php:281
     331#: class-decent-comments-widget.php:448
    298332msgid "Title"
    299333msgstr "Título"
    300334
    301 #: class-decent-comments-widget.php:329
     335#: class-decent-comments-widget.php:496
    302336msgid "Title, empty, post ID or [current]"
    303337msgstr "Título, vacío, ID de artículo o [current]"
    304338
    305 #: class-decent-comments-widget.php:480
     339#: class-decent-comments-widget.php:647
    306340msgid "Trackbacks"
    307341msgstr "Trackbacks"
    308342
    309 #: class-decent-comments-widget.php:414
     343#: class-decent-comments-rest.php:122
     344msgid "Whether to include Pingbacks"
     345msgstr "Incluir pingbacks"
     346
     347#: class-decent-comments-rest.php:130
     348msgid "Whether to include Trackbacks"
     349msgstr "Incluir trackbacks"
     350
     351#: class-decent-comments-widget.php:581
    310352msgid "Whether to link comment authors to their website."
    311353msgstr "Enlazar los autores de los comentario con sus webs."
    312354
    313 #: class-decent-comments-widget.php:400
     355#: class-decent-comments-widget.php:567
    314356msgid "Whether to show the author of each comment."
    315357msgstr "Mostrar el autor de cada comentario."
    316358
    317 #: class-decent-comments-widget.php:348
     359#: class-decent-comments-widget.php:515
    318360msgid "You can indicate one ore more post types separated by comma."
    319361msgstr "Se pueden indicar uno o más tipos de post separados por coma."
     362
     363#: class-decent-comments-renderer.php:506
     364#, php-format
     365msgctxt "comment-link"
     366msgid "on %s"
     367msgstr "en %s"
  • decent-comments/trunk/languages/decent-comments-fr_FR.po

    r1711428 r3426106  
    55"Project-Id-Version: Decent Comments 1.1.0\n"
    66"Report-Msgid-Bugs-To: \n"
    7 "POT-Creation-Date: 2017-08-10 11:48+0200\n"
    8 "PO-Revision-Date: 2017-08-10 12:02+0200\n"
     7"POT-Creation-Date: 2025-12-22 21:09+0100\n"
     8"PO-Revision-Date: 2025-12-23 11:18+0100\n"
    99"Last-Translator: \n"
    1010"Language-Team: \n"
     
    1313"Content-Type: text/plain; charset=UTF-8\n"
    1414"Content-Transfer-Encoding: 8bit\n"
    15 "X-Generator: Poedit 2.0.2\n"
    16 
    17 #: class-decent-comments-renderer.php:405
     15"X-Generator: Poedit 3.4.4\n"
     16
     17#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     18msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     19msgstr ""
     20
     21#: class-decent-comments-renderer.php:496
    1822#, php-format
    1923msgctxt "comment-date"
    20 msgid " %1$s at %2$s"
    21 msgstr " %1$s à %2$s"
    22 
    23 #: class-decent-comments-renderer.php:415
    24 #, php-format
    25 msgctxt "comment-link"
    26 msgid " on %s"
    27 msgstr " dans %s"
    28 
    29 #: class-decent-comments-widget.php:448
     24msgid "%1$s at %2$s"
     25msgstr "%1$s à %2$s"
     26
     27#: class-decent-comments-widget.php:615
    3028msgid "A taxonomy, e.g. category or post_tag"
    3129msgstr "Une taxonomie, c-à-d. une categorie ou un tag"
    3230
    33 #: decent-comments.php:136
     31#: class-decent-comments.php:136
    3432msgid "Access denied."
    3533msgstr "Accès refusé."
    3634
    37 #: class-decent-comments-renderer.php:103
     35#: class-decent-comments-renderer.php:110
    3836msgid "Ascending"
    3937msgstr "Ascendant"
    4038
    41 #: class-decent-comments-renderer.php:95
     39#: class-decent-comments-renderer.php:102
    4240msgid "Author Email"
    4341msgstr "Email de l'auteur"
    4442
    45 #: class-decent-comments-renderer.php:96
     43#: class-decent-comments-renderer.php:103
    4644msgid "Author URL"
    4745msgstr "URL de l'auteur"
    4846
    49 #: class-decent-comments-widget.php:355
     47#: class-decent-comments-widget.php:522
    5048#, php-format
    5149msgid "Available post types: %s"
    5250msgstr "Types d'article disponible: %s"
    5351
    54 #: class-decent-comments-widget.php:427
     52#: class-decent-comments-widget.php:594
    5553msgid "Avatar size"
    5654msgstr "Taille de l'avatar"
    5755
    58 #: class-decent-comments-renderer.php:97
     56#: class-decent-comments-renderer.php:104
    5957msgid "Content"
    6058msgstr "Contenu"
    6159
    62 #: class-decent-comments-renderer.php:98
     60#: class-decent-comments-renderer.php:105
    6361msgid "Date"
    6462msgstr "Date"
    6563
    66 #: decent-comments.php:126
     64#: class-decent-comments.php:122
    6765msgid "Decent Comments"
    6866msgstr "Decent Comments"
    6967
    70 #: decent-comments.php:126 decent-comments.php:142
     68#: class-decent-comments.php:121 class-decent-comments.php:157
    7169msgid "Decent Comments Options"
    7270msgstr "Options du plugin Decent Comments"
    7371
    74 #: decent-comments.php:168
     72#: class-decent-comments.php:168
    7573msgid "Delete settings when the plugin is deactivated"
    7674msgstr "Supprimer les règlages lorsque le plugin est désactivé"
    7775
    78 #: class-decent-comments-renderer.php:104
     76#: class-decent-comments-renderer.php:111
    7977msgid "Descending"
    8078msgstr "Descendant"
    8179
    82 #: class-decent-comments-widget.php:392
     80#: class-decent-comments-widget.php:559
    8381msgid "Ellipsis"
    8482msgstr "Ellipse"
    8583
    86 #: class-decent-comments-widget.php:365
     84#: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114
    8785msgid "Exclude comments from post authors"
    8886msgstr "Exclure les commentaires des auteurs"
    8987
    90 #: class-decent-comments-widget.php:463
     88#: class-decent-comments-rest.php:58
     89msgid "ID of the post to get comments for (0 for all posts)"
     90msgstr ""
     91
     92#: class-decent-comments-widget.php:630
    9193msgid ""
    9294"If a taxonomy is given , indicate terms in that taxonomy separated by comma "
     
    101103"commentaire ne sera affiché."
    102104
    103 #: class-decent-comments-widget.php:365
     105#: class-decent-comments-widget.php:532
    104106msgid "If checked, excludes comments from post authors on their own posts."
    105107msgstr ""
     
    107109"propres articles."
    108110
    109 #: class-decent-comments-widget.php:372
     111#: class-decent-comments-widget.php:539
    110112msgid ""
    111113"If checked, shows an excerpt of the comment. Otherwise the full text of the "
     
    115117"commentaire sera affiché."
    116118
    117 #: class-decent-comments-widget.php:473
     119#: class-decent-comments-widget.php:640
    118120msgid "Include pingbacks."
    119121msgstr "Inclure les pingbacks."
    120122
    121 #: class-decent-comments-widget.php:480
     123#: class-decent-comments-widget.php:647
    122124msgid "Include trackbacks."
    123125msgstr "Inclure les trackbacks."
    124126
    125 #: class-decent-comments-widget.php:451
     127#: class-decent-comments-widget.php:618
    126128msgid ""
    127129"Indicate <strong>category</strong> if you would like to show comments on "
     
    136138"strong>."
    137139
    138 #: class-decent-comments-renderer.php:99
     140#: class-decent-comments-renderer.php:106
    139141msgid "Karma"
    140142msgstr "Karma"
    141143
    142 #: class-decent-comments-widget.php:346
     144#: class-decent-comments-widget.php:513
    143145msgid ""
    144146"Leave empty to show comments for all post types. To show comments for a "
     
    149151"indiquez le type d'article."
    150152
    151 #: class-decent-comments-widget.php:326
     153#: class-decent-comments-widget.php:493
    152154msgid ""
    153155"Leave empty to show comments for all posts. To show comments for a specific "
     
    160162"[current]"
    161163
    162 #: class-decent-comments-widget.php:414
     164#: class-decent-comments-widget.php:581
    163165msgid "Link authors"
    164166msgstr "Lien vers les auteurs"
    165167
    166 #: class-decent-comments-widget.php:385
     168#: class-decent-comments-widget.php:552
    167169msgid "Number of characters in excerpts"
    168170msgstr "Nombre de caractères dans les extraits"
    169171
    170 #: class-decent-comments-widget.php:288
     172#: class-decent-comments-widget.php:455
    171173msgid "Number of comments"
    172174msgstr "Nombre de commentaires"
    173175
    174 #: class-decent-comments-widget.php:378
     176#: class-decent-comments-rest.php:41
     177msgid "Number of comments to return"
     178msgstr "Nombre de commentaires"
     179
     180#: class-decent-comments-widget.php:545
    175181msgid "Number of words in excerpts"
    176182msgstr "Nombre de mots dans un excerpt"
    177183
    178 #: decent-comments.php:186
     184#: class-decent-comments.php:58
    179185msgid "Options"
    180186msgstr "Options"
    181187
    182 #: class-decent-comments-widget.php:295
     188#: class-decent-comments-widget.php:462
    183189msgid "Order by ..."
    184190msgstr "Ordonné par..."
    185191
    186 #: class-decent-comments-widget.php:473
     192#: class-decent-comments-widget.php:640
    187193msgid "Pingbacks"
    188194msgstr "Pingbacks"
    189195
    190 #: class-decent-comments-renderer.php:100
     196#: class-decent-comments-renderer.php:107
    191197msgid "Post"
    192198msgstr "Article"
    193199
    194 #: class-decent-comments-widget.php:326
     200#: class-decent-comments-widget.php:493
    195201msgid "Post ID"
    196202msgstr "ID d'Article"
    197203
    198 #: class-decent-comments-widget.php:351
     204#: class-decent-comments-widget.php:518
    199205msgid "Post Type"
    200206msgstr "Type d'Article"
    201207
    202 #: decent-comments.php:172
     208#: class-decent-comments-rest.php:99
     209msgid "Post category or tag"
     210msgstr ""
     211
     212#: class-decent-comments.php:172
    203213msgid "Save"
    204214msgstr "Enregistrer"
    205215
    206 #: class-decent-comments-widget.php:332
     216#: class-decent-comments-widget.php:499
    207217#, php-format
    208218msgid "Selected post: <em>%s</em>"
    209219msgstr "Article sélectionné: <em>%s</em>"
    210220
    211 #: decent-comments.php:165
     221#: class-decent-comments.php:165
    212222msgid "Settings"
    213223msgstr "Règlages"
    214224
    215 #: class-decent-comments-widget.php:435
     225#: class-decent-comments-widget.php:602
    216226msgid "Show a link to the post that the comment applies to."
    217227msgstr "Afficher un lien vers le post du commentaire."
    218228
    219 #: class-decent-comments-widget.php:442
     229#: class-decent-comments-widget.php:609
    220230msgid "Show an excerpt of the comment or the full comment."
    221231msgstr "Afficher l'excerpt du commentaire ou le commentaire entier."
    222232
    223 #: class-decent-comments-widget.php:400
     233#: class-decent-comments-widget.php:567
    224234msgid "Show author"
    225235msgstr "Afficher l'auteur"
    226236
    227 #: class-decent-comments-widget.php:421
     237#: class-decent-comments-widget.php:588
    228238msgid "Show avatar"
    229239msgstr "Afficher l'avatar"
    230240
    231 #: class-decent-comments-widget.php:372
     241#: class-decent-comments-widget.php:539
    232242msgid "Show comment excerpt"
    233243msgstr "Afficher l'excerpt du commentaire"
    234244
    235 #: class-decent-comments-widget.php:407
     245#: class-decent-comments-widget.php:574
    236246msgid "Show date"
    237247msgstr "Montrez la date"
    238248
    239 #: class-decent-comments-widget.php:435
     249#: class-decent-comments-widget.php:602
    240250msgid "Show link to post"
    241251msgstr "Afficher le lien vers le post"
    242252
    243 #: class-decent-comments-widget.php:421
     253#: class-decent-comments-widget.php:588
    244254msgid "Show the avatar of the author."
    245255msgstr "Afficher l'avatar de l'auteur."
    246256
    247 #: class-decent-comments-widget.php:442
     257#: class-decent-comments-widget.php:609
    248258msgid "Show the comment"
    249259msgstr "Afficher le commentaire"
    250260
    251 #: class-decent-comments-widget.php:407
     261#: class-decent-comments-widget.php:574
    252262msgid "Show the date and time when the comment was posted."
    253263msgstr "Montrez la date et l'heure à laquelle le commentaire a été publié."
    254264
    255 #: class-decent-comments-widget.php:307
     265#: class-decent-comments-rest.php:50
     266msgid "Size of author avatars in pixels"
     267msgstr "La taille de l'avatar en pixels"
     268
     269#: class-decent-comments-rest.php:74
     270msgid "Sort comments by: date, author_email, author_url, content, karma, post"
     271msgstr ""
     272
     273#: class-decent-comments-widget.php:474
    256274msgid "Sort order"
    257275msgstr "Ordonnancement"
    258276
    259 #: class-decent-comments-widget.php:307
     277#: class-decent-comments-widget.php:474
    260278msgid "Sort order."
    261279msgstr "Ordonnancement."
    262280
    263 #: class-decent-comments-widget.php:295
     281#: class-decent-comments-rest.php:90
     282msgid "Sort order: asc or desc"
     283msgstr "Ordonnancement: asc ou desc"
     284
     285#: class-decent-comments-widget.php:462
    264286msgid "Sorting criteria."
    265287msgstr "Critère d'ordonnancement."
    266288
    267 #: class-decent-comments-widget.php:448
     289#: class-decent-comments-widget.php:615
    268290msgid "Taxonomy"
    269291msgstr "Taxonomie"
    270292
    271 #: class-decent-comments-widget.php:463
     293#: class-decent-comments-rest.php:107
     294msgid "Term ids or slugs"
     295msgstr ""
     296
     297#: class-decent-comments-widget.php:630
    272298msgid "Terms"
    273299msgstr "Termes"
    274300
    275 #: class-decent-comments-widget.php:466
     301#: class-decent-comments-widget.php:633
    276302msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given."
    277303msgstr "Termes de {current}. Une <strong>Taxonomie</strong> doit être donnée."
    278304
    279 #: class-decent-comments-widget.php:392
     305#: class-decent-comments-widget.php:442
     306#, php-format
     307msgid "Thanks for supporting our work with a purchase in our %sShop%s!"
     308msgstr ""
     309
     310#: class-decent-comments-widget.php:559
    280311msgid "The ellipsis is shown after the excerpt when there is more content."
    281312msgstr ""
    282313"L'ellipse est affichée après l'excerpt lorsque le contenu a été tronqué."
    283314
    284 #: class-decent-comments-widget.php:385
     315#: class-decent-comments-widget.php:552
    285316msgid "The maximum number of characters shown in excerpts."
    286317msgstr "Le nombre maximum de caractères montrées dans les extraits."
    287318
    288 #: class-decent-comments-widget.php:378
     319#: class-decent-comments-widget.php:545
    289320msgid "The maximum number of words shown in excerpts."
    290321msgstr "Le nombre maximum de mots dans un excerpt."
    291322
    292 #: class-decent-comments-widget.php:288
     323#: class-decent-comments-widget.php:455
    293324msgid "The number of comments to show."
    294325msgstr "Le nombre de commentaires à afficher."
    295326
    296 #: class-decent-comments-widget.php:427
     327#: class-decent-comments-widget.php:594
    297328msgid "The size of the avatar in pixels."
    298329msgstr "La taille de l'avatar en pixels."
    299330
    300 #: class-decent-comments-widget.php:281
     331#: class-decent-comments-widget.php:448
    301332msgid "Title"
    302333msgstr "Titre"
    303334
    304 #: class-decent-comments-widget.php:329
     335#: class-decent-comments-widget.php:496
    305336msgid "Title, empty, post ID or [current]"
    306337msgstr "Titre, vide, ID du post ou [current]"
    307338
    308 #: class-decent-comments-widget.php:480
     339#: class-decent-comments-widget.php:647
    309340msgid "Trackbacks"
    310341msgstr "Trackbacks"
    311342
    312 #: class-decent-comments-widget.php:414
     343#: class-decent-comments-rest.php:122
     344msgid "Whether to include Pingbacks"
     345msgstr "Inclure les pingbacks"
     346
     347#: class-decent-comments-rest.php:130
     348msgid "Whether to include Trackbacks"
     349msgstr "Inclure les trackbacks"
     350
     351#: class-decent-comments-widget.php:581
    313352msgid "Whether to link comment authors to their website."
    314353msgstr "Montrez les liens des auteurs de commentaires à leur site Web."
    315354
    316 #: class-decent-comments-widget.php:400
     355#: class-decent-comments-widget.php:567
    317356msgid "Whether to show the author of each comment."
    318357msgstr "Afficher l'auteur de chaque commentaire."
    319358
    320 #: class-decent-comments-widget.php:348
     359#: class-decent-comments-widget.php:515
    321360msgid "You can indicate one ore more post types separated by comma."
    322361msgstr ""
    323362"Vous pouvez indiquer un ou plusieurs types d'article séparés par une virgule."
     363
     364#: class-decent-comments-renderer.php:506
     365#, php-format
     366msgctxt "comment-link"
     367msgid "on %s"
     368msgstr "dans %s"
    324369
    325370#~ msgid "http://www.itthinx.com/plugins/decent-comments"
  • decent-comments/trunk/languages/decent-comments-it_IT.po

    r1711428 r3426106  
    55"Project-Id-Version: Decent Comments 1.1.0\n"
    66"Report-Msgid-Bugs-To: \n"
    7 "POT-Creation-Date: 2017-08-10 12:11+0200\n"
    8 "PO-Revision-Date: 2017-08-10 12:11+0200\n"
     7"POT-Creation-Date: 2025-12-22 21:09+0100\n"
     8"PO-Revision-Date: 2025-12-23 11:18+0100\n"
    99"Last-Translator: \n"
    1010"Language-Team: \n"
     
    1313"Content-Type: text/plain; charset=UTF-8\n"
    1414"Content-Transfer-Encoding: 8bit\n"
    15 "X-Generator: Poedit 2.0.2\n"
    16 
    17 #: class-decent-comments-renderer.php:405
     15"X-Generator: Poedit 3.4.4\n"
     16
     17#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     18msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     19msgstr ""
     20
     21#: class-decent-comments-renderer.php:496
    1822#, php-format
    1923msgctxt "comment-date"
    20 msgid " %1$s at %2$s"
    21 msgstr ""
    22 
    23 #: class-decent-comments-renderer.php:415
    24 #, php-format
    25 msgctxt "comment-link"
    26 msgid " on %s"
    27 msgstr " su %s"
    28 
    29 #: class-decent-comments-widget.php:448
     24msgid "%1$s at %2$s"
     25msgstr ""
     26
     27#: class-decent-comments-widget.php:615
    3028msgid "A taxonomy, e.g. category or post_tag"
    3129msgstr "Una tassonomia, es. categoria o post_tag"
    3230
    33 #: decent-comments.php:136
     31#: class-decent-comments.php:136
    3432msgid "Access denied."
    3533msgstr "Accesso negato."
    3634
    37 #: class-decent-comments-renderer.php:103
     35#: class-decent-comments-renderer.php:110
    3836msgid "Ascending"
    3937msgstr "Ascendente"
    4038
    41 #: class-decent-comments-renderer.php:95
     39#: class-decent-comments-renderer.php:102
    4240msgid "Author Email"
    4341msgstr "Email Autore"
    4442
    45 #: class-decent-comments-renderer.php:96
     43#: class-decent-comments-renderer.php:103
    4644msgid "Author URL"
    4745msgstr "URL dell'Autore"
    4846
    49 #: class-decent-comments-widget.php:355
     47#: class-decent-comments-widget.php:522
    5048#, php-format
    5149msgid "Available post types: %s"
    5250msgstr ""
    5351
    54 #: class-decent-comments-widget.php:427
     52#: class-decent-comments-widget.php:594
    5553msgid "Avatar size"
    5654msgstr "Dimensioni avatar"
    5755
    58 #: class-decent-comments-renderer.php:97
     56#: class-decent-comments-renderer.php:104
    5957msgid "Content"
    6058msgstr "Contenuto"
    6159
    62 #: class-decent-comments-renderer.php:98
     60#: class-decent-comments-renderer.php:105
    6361msgid "Date"
    6462msgstr "Data"
    6563
    66 #: decent-comments.php:126
     64#: class-decent-comments.php:122
    6765msgid "Decent Comments"
    6866msgstr "Decent Comments"
    6967
    70 #: decent-comments.php:126 decent-comments.php:142
     68#: class-decent-comments.php:121 class-decent-comments.php:157
    7169msgid "Decent Comments Options"
    7270msgstr "Opzioni Decent Comments"
    7371
    74 #: decent-comments.php:168
     72#: class-decent-comments.php:168
    7573msgid "Delete settings when the plugin is deactivated"
    7674msgstr "Cancella le impostazioni quando si disattiva il plugin"
    7775
    78 #: class-decent-comments-renderer.php:104
     76#: class-decent-comments-renderer.php:111
    7977msgid "Descending"
    8078msgstr "Discendente"
    8179
    82 #: class-decent-comments-widget.php:392
     80#: class-decent-comments-widget.php:559
    8381msgid "Ellipsis"
    8482msgstr "Elisione"
    8583
    86 #: class-decent-comments-widget.php:365
     84#: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114
    8785msgid "Exclude comments from post authors"
    8886msgstr ""
    8987
    90 #: class-decent-comments-widget.php:463
     88#: class-decent-comments-rest.php:58
     89msgid "ID of the post to get comments for (0 for all posts)"
     90msgstr ""
     91
     92#: class-decent-comments-widget.php:630
    9193msgid ""
    9294"If a taxonomy is given , indicate terms in that taxonomy separated by comma "
     
    101103"termini sono vuoti, non sarà mostrato alcun commento."
    102104
    103 #: class-decent-comments-widget.php:365
     105#: class-decent-comments-widget.php:532
    104106msgid "If checked, excludes comments from post authors on their own posts."
    105107msgstr ""
    106108
    107 #: class-decent-comments-widget.php:372
     109#: class-decent-comments-widget.php:539
    108110msgid ""
    109111"If checked, shows an excerpt of the comment. Otherwise the full text of the "
     
    113115"viene visualizzato tutto il commento per esteso."
    114116
    115 #: class-decent-comments-widget.php:473
     117#: class-decent-comments-widget.php:640
    116118msgid "Include pingbacks."
    117119msgstr ""
    118120
    119 #: class-decent-comments-widget.php:480
     121#: class-decent-comments-widget.php:647
    120122msgid "Include trackbacks."
    121123msgstr ""
    122124
    123 #: class-decent-comments-widget.php:451
     125#: class-decent-comments-widget.php:618
    124126msgid ""
    125127"Indicate <strong>category</strong> if you would like to show comments on "
     
    133135"slug dei tag in <strong>Termes</strong>."
    134136
    135 #: class-decent-comments-renderer.php:99
     137#: class-decent-comments-renderer.php:106
    136138msgid "Karma"
    137139msgstr "Karma"
    138140
    139 #: class-decent-comments-widget.php:346
     141#: class-decent-comments-widget.php:513
    140142msgid ""
    141143"Leave empty to show comments for all post types. To show comments for a "
     
    143145msgstr ""
    144146
    145 #: class-decent-comments-widget.php:326
     147#: class-decent-comments-widget.php:493
    146148msgid ""
    147149"Leave empty to show comments for all posts. To show comments for a specific "
     
    153155"del post. Per visualizzare i commenti del presente post, indicare : [current]"
    154156
    155 #: class-decent-comments-widget.php:414
     157#: class-decent-comments-widget.php:581
    156158msgid "Link authors"
    157159msgstr ""
    158160
    159 #: class-decent-comments-widget.php:385
     161#: class-decent-comments-widget.php:552
    160162msgid "Number of characters in excerpts"
    161163msgstr ""
    162164
    163 #: class-decent-comments-widget.php:288
     165#: class-decent-comments-widget.php:455
    164166msgid "Number of comments"
    165167msgstr "Numero di commenti"
    166168
    167 #: class-decent-comments-widget.php:378
     169#: class-decent-comments-rest.php:41
     170msgid "Number of comments to return"
     171msgstr "Numero di commenti"
     172
     173#: class-decent-comments-widget.php:545
    168174msgid "Number of words in excerpts"
    169175msgstr "Numero di parole dell'anteprima"
    170176
    171 #: decent-comments.php:186
     177#: class-decent-comments.php:58
    172178msgid "Options"
    173179msgstr "Opzioni"
    174180
    175 #: class-decent-comments-widget.php:295
     181#: class-decent-comments-widget.php:462
    176182msgid "Order by ..."
    177183msgstr "Ordina per..."
    178184
    179 #: class-decent-comments-widget.php:473
     185#: class-decent-comments-widget.php:640
    180186msgid "Pingbacks"
    181187msgstr ""
    182188
    183 #: class-decent-comments-renderer.php:100
     189#: class-decent-comments-renderer.php:107
    184190msgid "Post"
    185191msgstr "Post"
    186192
    187 #: class-decent-comments-widget.php:326
     193#: class-decent-comments-widget.php:493
    188194msgid "Post ID"
    189195msgstr "ID del Post"
    190196
    191 #: class-decent-comments-widget.php:351
     197#: class-decent-comments-widget.php:518
    192198msgid "Post Type"
    193199msgstr ""
    194200
    195 #: decent-comments.php:172
     201#: class-decent-comments-rest.php:99
     202msgid "Post category or tag"
     203msgstr ""
     204
     205#: class-decent-comments.php:172
    196206msgid "Save"
    197207msgstr "Salva"
    198208
    199 #: class-decent-comments-widget.php:332
     209#: class-decent-comments-widget.php:499
    200210#, php-format
    201211msgid "Selected post: <em>%s</em>"
    202212msgstr "Post selezionato: <em>%s</em>"
    203213
    204 #: decent-comments.php:165
     214#: class-decent-comments.php:165
    205215msgid "Settings"
    206216msgstr "Impostazioni"
    207217
    208 #: class-decent-comments-widget.php:435
     218#: class-decent-comments-widget.php:602
    209219msgid "Show a link to the post that the comment applies to."
    210220msgstr "Mostra il collegamento al post del commento."
    211221
    212 #: class-decent-comments-widget.php:442
     222#: class-decent-comments-widget.php:609
    213223msgid "Show an excerpt of the comment or the full comment."
    214224msgstr "Mostra l'anteprima del commento o il commento intero."
    215225
    216 #: class-decent-comments-widget.php:400
     226#: class-decent-comments-widget.php:567
    217227msgid "Show author"
    218228msgstr "Mostra Autore"
    219229
    220 #: class-decent-comments-widget.php:421
     230#: class-decent-comments-widget.php:588
    221231msgid "Show avatar"
    222232msgstr "Mostra avatar"
    223233
    224 #: class-decent-comments-widget.php:372
     234#: class-decent-comments-widget.php:539
    225235msgid "Show comment excerpt"
    226236msgstr "Visualizza un'anteprima del commento"
    227237
    228 #: class-decent-comments-widget.php:407
     238#: class-decent-comments-widget.php:574
    229239msgid "Show date"
    230240msgstr ""
    231241
    232 #: class-decent-comments-widget.php:435
     242#: class-decent-comments-widget.php:602
    233243msgid "Show link to post"
    234244msgstr "Mostra il link al post"
    235245
    236 #: class-decent-comments-widget.php:421
     246#: class-decent-comments-widget.php:588
    237247msgid "Show the avatar of the author."
    238248msgstr "Mostra l'avatar dell'autore."
    239249
    240 #: class-decent-comments-widget.php:442
     250#: class-decent-comments-widget.php:609
    241251msgid "Show the comment"
    242252msgstr "Mostra commento"
    243253
    244 #: class-decent-comments-widget.php:407
     254#: class-decent-comments-widget.php:574
    245255msgid "Show the date and time when the comment was posted."
    246256msgstr ""
    247257
    248 #: class-decent-comments-widget.php:307
     258#: class-decent-comments-rest.php:50
     259msgid "Size of author avatars in pixels"
     260msgstr "Dimensioni dell'avatar in pixels"
     261
     262#: class-decent-comments-rest.php:74
     263msgid "Sort comments by: date, author_email, author_url, content, karma, post"
     264msgstr ""
     265
     266#: class-decent-comments-widget.php:474
    249267msgid "Sort order"
    250268msgstr "Ordina"
    251269
    252 #: class-decent-comments-widget.php:307
     270#: class-decent-comments-widget.php:474
    253271msgid "Sort order."
    254272msgstr "Ordina."
    255273
    256 #: class-decent-comments-widget.php:295
     274#: class-decent-comments-rest.php:90
     275msgid "Sort order: asc or desc"
     276msgstr "Ordina: asc o desc"
     277
     278#: class-decent-comments-widget.php:462
    257279msgid "Sorting criteria."
    258280msgstr "Criterio d'ordine."
    259281
    260 #: class-decent-comments-widget.php:448
     282#: class-decent-comments-widget.php:615
    261283msgid "Taxonomy"
    262284msgstr "Tassonomia"
    263285
    264 #: class-decent-comments-widget.php:463
     286#: class-decent-comments-rest.php:107
     287msgid "Term ids or slugs"
     288msgstr ""
     289
     290#: class-decent-comments-widget.php:630
    265291msgid "Terms"
    266292msgstr "Termini"
    267293
    268 #: class-decent-comments-widget.php:466
     294#: class-decent-comments-widget.php:633
    269295msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given."
    270296msgstr ""
    271297"Termini oppure {current}. Una <strong>Tassonomia</strong> dev'essere fornita."
    272298
    273 #: class-decent-comments-widget.php:392
     299#: class-decent-comments-widget.php:442
     300#, php-format
     301msgid "Thanks for supporting our work with a purchase in our %sShop%s!"
     302msgstr ""
     303
     304#: class-decent-comments-widget.php:559
    274305msgid "The ellipsis is shown after the excerpt when there is more content."
    275306msgstr "Se ci sono altri contenuti, viene mostrato l'elisione."
    276307
    277 #: class-decent-comments-widget.php:385
     308#: class-decent-comments-widget.php:552
    278309msgid "The maximum number of characters shown in excerpts."
    279310msgstr ""
    280311
    281 #: class-decent-comments-widget.php:378
     312#: class-decent-comments-widget.php:545
    282313msgid "The maximum number of words shown in excerpts."
    283314msgstr "Numero massimo di parole da visualizzare nell'anteprima."
    284315
    285 #: class-decent-comments-widget.php:288
     316#: class-decent-comments-widget.php:455
    286317msgid "The number of comments to show."
    287318msgstr "Numero di commenti da mostrare."
    288319
    289 #: class-decent-comments-widget.php:427
     320#: class-decent-comments-widget.php:594
    290321msgid "The size of the avatar in pixels."
    291322msgstr "Dimensioni dell'avatar in pixels."
    292323
    293 #: class-decent-comments-widget.php:281
     324#: class-decent-comments-widget.php:448
    294325msgid "Title"
    295326msgstr "Titolo"
    296327
    297 #: class-decent-comments-widget.php:329
     328#: class-decent-comments-widget.php:496
    298329msgid "Title, empty, post ID or [current]"
    299330msgstr "Titolo, vuoto, ID del post oppure [current]"
    300331
    301 #: class-decent-comments-widget.php:480
     332#: class-decent-comments-widget.php:647
    302333msgid "Trackbacks"
    303334msgstr ""
    304335
    305 #: class-decent-comments-widget.php:414
     336#: class-decent-comments-rest.php:122
     337msgid "Whether to include Pingbacks"
     338msgstr ""
     339
     340#: class-decent-comments-rest.php:130
     341msgid "Whether to include Trackbacks"
     342msgstr ""
     343
     344#: class-decent-comments-widget.php:581
    306345msgid "Whether to link comment authors to their website."
    307346msgstr ""
    308347
    309 #: class-decent-comments-widget.php:400
     348#: class-decent-comments-widget.php:567
    310349msgid "Whether to show the author of each comment."
    311350msgstr "Mostra l'autore di ogni commento."
    312351
    313 #: class-decent-comments-widget.php:348
     352#: class-decent-comments-widget.php:515
    314353msgid "You can indicate one ore more post types separated by comma."
    315354msgstr ""
     355
     356#: class-decent-comments-renderer.php:506
     357#, php-format
     358msgctxt "comment-link"
     359msgid "on %s"
     360msgstr "su %s"
    316361
    317362#~ msgid "http://www.itthinx.com/plugins/decent-comments"
  • decent-comments/trunk/languages/decent-comments-lt_LT.po

    r1711428 r3426106  
    55"Project-Id-Version: Decent Comments 1.1.0\n"
    66"Report-Msgid-Bugs-To: \n"
    7 "POT-Creation-Date: 2017-08-10 12:11+0200\n"
    8 "PO-Revision-Date: 2017-08-10 12:11+0200\n"
     7"POT-Creation-Date: 2025-12-22 21:09+0100\n"
     8"PO-Revision-Date: 2025-12-23 11:20+0100\n"
    99"Last-Translator: \n"
    1010"Language-Team: \n"
     
    1313"Content-Type: text/plain; charset=UTF-8\n"
    1414"Content-Transfer-Encoding: 8bit\n"
    15 "X-Generator: Poedit 2.0.2\n"
    16 
    17 #: class-decent-comments-renderer.php:405
     15"X-Generator: Poedit 3.4.4\n"
     16
     17#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     18msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     19msgstr ""
     20
     21#: class-decent-comments-renderer.php:496
    1822#, php-format
    1923msgctxt "comment-date"
    20 msgid " %1$s at %2$s"
    21 msgstr ""
    22 
    23 #: class-decent-comments-renderer.php:415
    24 #, php-format
    25 msgctxt "comment-link"
    26 msgid " on %s"
    27 msgstr " %s"
    28 
    29 #: class-decent-comments-widget.php:448
     24msgid "%1$s at %2$s"
     25msgstr ""
     26
     27#: class-decent-comments-widget.php:615
    3028msgid "A taxonomy, e.g. category or post_tag"
    3129msgstr "Taksonomija, pvz. category arba post_tag"
    3230
    33 #: decent-comments.php:136
     31#: class-decent-comments.php:136
    3432msgid "Access denied."
    3533msgstr "Prieiga nesuteikta."
    3634
    37 #: class-decent-comments-renderer.php:103
     35#: class-decent-comments-renderer.php:110
    3836msgid "Ascending"
    3937msgstr "Didėjančia tvarka"
    4038
    41 #: class-decent-comments-renderer.php:95
     39#: class-decent-comments-renderer.php:102
    4240msgid "Author Email"
    4341msgstr "Autoriaus Elektroninio pašto adresas"
    4442
    45 #: class-decent-comments-renderer.php:96
     43#: class-decent-comments-renderer.php:103
    4644msgid "Author URL"
    4745msgstr "Autoriaus Universalioji nuoroda"
    4846
    49 #: class-decent-comments-widget.php:355
     47#: class-decent-comments-widget.php:522
    5048#, php-format
    5149msgid "Available post types: %s"
    5250msgstr ""
    5351
    54 #: class-decent-comments-widget.php:427
     52#: class-decent-comments-widget.php:594
    5553msgid "Avatar size"
    5654msgstr "Pseudoportreto dydis"
    5755
    58 #: class-decent-comments-renderer.php:97
     56#: class-decent-comments-renderer.php:104
    5957msgid "Content"
    6058msgstr "Turinys"
    6159
    62 #: class-decent-comments-renderer.php:98
     60#: class-decent-comments-renderer.php:105
    6361msgid "Date"
    6462msgstr "Data"
    6563
    66 #: decent-comments.php:126
     64#: class-decent-comments.php:122
    6765msgid "Decent Comments"
    6866msgstr "Decent Comments"
    6967
    70 #: decent-comments.php:126 decent-comments.php:142
     68#: class-decent-comments.php:121 class-decent-comments.php:157
    7169msgid "Decent Comments Options"
    7270msgstr "Decent Comments Parinktys"
    7371
    74 #: decent-comments.php:168
     72#: class-decent-comments.php:168
    7573msgid "Delete settings when the plugin is deactivated"
    7674msgstr "Ištrinti nuostatas, kuomet papildinys deaktyvuojamas"
    7775
    78 #: class-decent-comments-renderer.php:104
     76#: class-decent-comments-renderer.php:111
    7977msgid "Descending"
    8078msgstr "Mažėjančia tvarka"
    8179
    82 #: class-decent-comments-widget.php:392
     80#: class-decent-comments-widget.php:559
    8381msgid "Ellipsis"
    8482msgstr "Elipsė"
    8583
    86 #: class-decent-comments-widget.php:365
     84#: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114
    8785msgid "Exclude comments from post authors"
    8886msgstr ""
    8987
    90 #: class-decent-comments-widget.php:463
     88#: class-decent-comments-rest.php:58
     89msgid "ID of the post to get comments for (0 for all posts)"
     90msgstr ""
     91
     92#: class-decent-comments-widget.php:630
    9193msgid ""
    9294"If a taxonomy is given , indicate terms in that taxonomy separated by comma "
     
    102104"komentarai."
    103105
    104 #: class-decent-comments-widget.php:365
     106#: class-decent-comments-widget.php:532
    105107msgid "If checked, excludes comments from post authors on their own posts."
    106108msgstr ""
    107109
    108 #: class-decent-comments-widget.php:372
     110#: class-decent-comments-widget.php:539
    109111msgid ""
    110112"If checked, shows an excerpt of the comment. Otherwise the full text of the "
     
    114116"komentaro tekstas."
    115117
    116 #: class-decent-comments-widget.php:473
     118#: class-decent-comments-widget.php:640
    117119msgid "Include pingbacks."
    118120msgstr ""
    119121
    120 #: class-decent-comments-widget.php:480
     122#: class-decent-comments-widget.php:647
    121123msgid "Include trackbacks."
    122124msgstr ""
    123125
    124 #: class-decent-comments-widget.php:451
     126#: class-decent-comments-widget.php:618
    125127msgid ""
    126128"Indicate <strong>category</strong> if you would like to show comments on "
     
    134136"suteikite gairių sekiklius <strong>Terminuose</strong>."
    135137
    136 #: class-decent-comments-renderer.php:99
     138#: class-decent-comments-renderer.php:106
    137139msgid "Karma"
    138140msgstr "Karma"
    139141
    140 #: class-decent-comments-widget.php:346
     142#: class-decent-comments-widget.php:513
    141143msgid ""
    142144"Leave empty to show comments for all post types. To show comments for a "
     
    144146msgstr ""
    145147
    146 #: class-decent-comments-widget.php:326
     148#: class-decent-comments-widget.php:493
    147149msgid ""
    148150"Leave empty to show comments for all posts. To show comments for a specific "
     
    155157"[current]"
    156158
    157 #: class-decent-comments-widget.php:414
     159#: class-decent-comments-widget.php:581
    158160msgid "Link authors"
    159161msgstr ""
    160162
    161 #: class-decent-comments-widget.php:385
     163#: class-decent-comments-widget.php:552
    162164msgid "Number of characters in excerpts"
    163165msgstr ""
    164166
    165 #: class-decent-comments-widget.php:288
     167#: class-decent-comments-widget.php:455
    166168msgid "Number of comments"
    167169msgstr "Komentarų skaičius"
    168170
    169 #: class-decent-comments-widget.php:378
     171#: class-decent-comments-rest.php:41
     172msgid "Number of comments to return"
     173msgstr "Komentarų skaičius"
     174
     175#: class-decent-comments-widget.php:545
    170176msgid "Number of words in excerpts"
    171177msgstr "Žodžių skaičius ištraukose"
    172178
    173 #: decent-comments.php:186
     179#: class-decent-comments.php:58
    174180msgid "Options"
    175181msgstr "Parinktys"
    176182
    177 #: class-decent-comments-widget.php:295
     183#: class-decent-comments-widget.php:462
    178184msgid "Order by ..."
    179185msgstr "Rikiuoti pagal ..."
    180186
    181 #: class-decent-comments-widget.php:473
     187#: class-decent-comments-widget.php:640
    182188msgid "Pingbacks"
    183189msgstr ""
    184190
    185 #: class-decent-comments-renderer.php:100
     191#: class-decent-comments-renderer.php:107
    186192msgid "Post"
    187193msgstr "Įrašas"
    188194
    189 #: class-decent-comments-widget.php:326
     195#: class-decent-comments-widget.php:493
    190196msgid "Post ID"
    191197msgstr "Įrašo identifikatorius"
    192198
    193 #: class-decent-comments-widget.php:351
     199#: class-decent-comments-widget.php:518
    194200msgid "Post Type"
    195201msgstr ""
    196202
    197 #: decent-comments.php:172
     203#: class-decent-comments-rest.php:99
     204msgid "Post category or tag"
     205msgstr ""
     206
     207#: class-decent-comments.php:172
    198208msgid "Save"
    199209msgstr "Įrašyti"
    200210
    201 #: class-decent-comments-widget.php:332
     211#: class-decent-comments-widget.php:499
    202212#, php-format
    203213msgid "Selected post: <em>%s</em>"
    204214msgstr "Pasirinktas įrašas: <em>%s</em>"
    205215
    206 #: decent-comments.php:165
     216#: class-decent-comments.php:165
    207217msgid "Settings"
    208218msgstr "Nuostatos"
    209219
    210 #: class-decent-comments-widget.php:435
     220#: class-decent-comments-widget.php:602
    211221msgid "Show a link to the post that the comment applies to."
    212222msgstr "Rodyti nuorodą į įrašą, kuriai priklauso komentaras."
    213223
    214 #: class-decent-comments-widget.php:442
     224#: class-decent-comments-widget.php:609
    215225msgid "Show an excerpt of the comment or the full comment."
    216226msgstr "Rodyti komentaro ištrauką arba pilną komentarą."
    217227
    218 #: class-decent-comments-widget.php:400
     228#: class-decent-comments-widget.php:567
    219229msgid "Show author"
    220230msgstr "Rodyti autorių"
    221231
    222 #: class-decent-comments-widget.php:421
     232#: class-decent-comments-widget.php:588
    223233msgid "Show avatar"
    224234msgstr "Rodyti pseudoportretą"
    225235
    226 #: class-decent-comments-widget.php:372
     236#: class-decent-comments-widget.php:539
    227237msgid "Show comment excerpt"
    228238msgstr "Rodyti komentaro ištrauką"
    229239
    230 #: class-decent-comments-widget.php:407
     240#: class-decent-comments-widget.php:574
    231241msgid "Show date"
    232242msgstr ""
    233243
    234 #: class-decent-comments-widget.php:435
     244#: class-decent-comments-widget.php:602
    235245msgid "Show link to post"
    236246msgstr "Rodyti nuorodą į įrašą"
    237247
    238 #: class-decent-comments-widget.php:421
     248#: class-decent-comments-widget.php:588
    239249msgid "Show the avatar of the author."
    240250msgstr "Rodyti autoriaus pseudoportretą."
    241251
    242 #: class-decent-comments-widget.php:442
     252#: class-decent-comments-widget.php:609
    243253msgid "Show the comment"
    244254msgstr "Rodyti komentarą"
    245255
    246 #: class-decent-comments-widget.php:407
     256#: class-decent-comments-widget.php:574
    247257msgid "Show the date and time when the comment was posted."
    248258msgstr ""
    249259
    250 #: class-decent-comments-widget.php:307
     260#: class-decent-comments-rest.php:50
     261msgid "Size of author avatars in pixels"
     262msgstr "Pseudoportreto dydis, taškais"
     263
     264#: class-decent-comments-rest.php:74
     265msgid "Sort comments by: date, author_email, author_url, content, karma, post"
     266msgstr ""
     267
     268#: class-decent-comments-widget.php:474
    251269msgid "Sort order"
    252270msgstr "Rikiavimo tvarka"
    253271
    254 #: class-decent-comments-widget.php:307
     272#: class-decent-comments-widget.php:474
    255273msgid "Sort order."
    256274msgstr "Rikiavimo tvarka."
    257275
    258 #: class-decent-comments-widget.php:295
     276#: class-decent-comments-rest.php:90
     277msgid "Sort order: asc or desc"
     278msgstr "Rikiavimo tvarka: asc arba post_tag"
     279
     280#: class-decent-comments-widget.php:462
    259281msgid "Sorting criteria."
    260282msgstr "Rikiavimo kriterijai."
    261283
    262 #: class-decent-comments-widget.php:448
     284#: class-decent-comments-widget.php:615
    263285msgid "Taxonomy"
    264286msgstr "Taksonomija"
    265287
    266 #: class-decent-comments-widget.php:463
     288#: class-decent-comments-rest.php:107
     289msgid "Term ids or slugs"
     290msgstr ""
     291
     292#: class-decent-comments-widget.php:630
    267293msgid "Terms"
    268294msgstr "Terminai"
    269295
    270 #: class-decent-comments-widget.php:466
     296#: class-decent-comments-widget.php:633
    271297msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given."
    272298msgstr ""
    273299"Terminai arba  {current}. <strong>Taksonomija</strong> privalo būti suteikta."
    274300
    275 #: class-decent-comments-widget.php:392
     301#: class-decent-comments-widget.php:442
     302#, php-format
     303msgid "Thanks for supporting our work with a purchase in our %sShop%s!"
     304msgstr ""
     305
     306#: class-decent-comments-widget.php:559
    276307msgid "The ellipsis is shown after the excerpt when there is more content."
    277308msgstr "Elipsė yra rodoma po ištraukos, kuomet yra daugiau turinio."
    278309
    279 #: class-decent-comments-widget.php:385
     310#: class-decent-comments-widget.php:552
    280311msgid "The maximum number of characters shown in excerpts."
    281312msgstr ""
    282313
    283 #: class-decent-comments-widget.php:378
     314#: class-decent-comments-widget.php:545
    284315msgid "The maximum number of words shown in excerpts."
    285316msgstr "Didžiausias rodomų žodžių skaičius ištraukoje."
    286317
    287 #: class-decent-comments-widget.php:288
     318#: class-decent-comments-widget.php:455
    288319msgid "The number of comments to show."
    289320msgstr "Rodomų komentarų skaičius."
    290321
    291 #: class-decent-comments-widget.php:427
     322#: class-decent-comments-widget.php:594
    292323msgid "The size of the avatar in pixels."
    293324msgstr "Pseudoportreto dydis, taškais."
    294325
    295 #: class-decent-comments-widget.php:281
     326#: class-decent-comments-widget.php:448
    296327msgid "Title"
    297328msgstr "Antraštė"
    298329
    299 #: class-decent-comments-widget.php:329
     330#: class-decent-comments-widget.php:496
    300331msgid "Title, empty, post ID or [current]"
    301332msgstr "Antraštė, tuščia, įrašo identifikatorius arba [current]"
    302333
    303 #: class-decent-comments-widget.php:480
     334#: class-decent-comments-widget.php:647
    304335msgid "Trackbacks"
    305336msgstr ""
    306337
    307 #: class-decent-comments-widget.php:414
     338#: class-decent-comments-rest.php:122
     339msgid "Whether to include Pingbacks"
     340msgstr ""
     341
     342#: class-decent-comments-rest.php:130
     343msgid "Whether to include Trackbacks"
     344msgstr ""
     345
     346#: class-decent-comments-widget.php:581
    308347msgid "Whether to link comment authors to their website."
    309348msgstr ""
    310349
    311 #: class-decent-comments-widget.php:400
     350#: class-decent-comments-widget.php:567
    312351msgid "Whether to show the author of each comment."
    313352msgstr "Ar rodyti kiekvieno komentaro autorių."
    314353
    315 #: class-decent-comments-widget.php:348
     354#: class-decent-comments-widget.php:515
    316355msgid "You can indicate one ore more post types separated by comma."
    317356msgstr ""
     357
     358#: class-decent-comments-renderer.php:506
     359#, php-format
     360msgctxt "comment-link"
     361msgid "on %s"
     362msgstr "apie %s"
    318363
    319364#~ msgid "http://www.itthinx.com/plugins/decent-comments"
  • decent-comments/trunk/languages/decent-comments-pt_PT.po

    r1711428 r3426106  
    55"Project-Id-Version: Decent Comments 1.1.0\n"
    66"Report-Msgid-Bugs-To: \n"
    7 "POT-Creation-Date: 2017-08-10 12:11+0200\n"
    8 "PO-Revision-Date: 2017-08-10 12:12+0200\n"
     7"POT-Creation-Date: 2025-12-22 21:09+0100\n"
     8"PO-Revision-Date: 2025-12-23 11:20+0100\n"
    99"Last-Translator: \n"
    1010"Language-Team: \n"
     
    1313"Content-Type: text/plain; charset=UTF-8\n"
    1414"Content-Transfer-Encoding: 8bit\n"
    15 "X-Generator: Poedit 2.0.2\n"
    16 
    17 #: class-decent-comments-renderer.php:405
     15"X-Generator: Poedit 3.4.4\n"
     16
     17#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     18msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     19msgstr ""
     20
     21#: class-decent-comments-renderer.php:496
    1822#, php-format
    1923msgctxt "comment-date"
    20 msgid " %1$s at %2$s"
    21 msgstr ""
    22 
    23 #: class-decent-comments-renderer.php:415
    24 #, php-format
    25 msgctxt "comment-link"
    26 msgid " on %s"
    27 msgstr " em %s"
    28 
    29 #: class-decent-comments-widget.php:448
     24msgid "%1$s at %2$s"
     25msgstr ""
     26
     27#: class-decent-comments-widget.php:615
    3028msgid "A taxonomy, e.g. category or post_tag"
    3129msgstr "A taxonomia, por exemplo, categoria ou post_tag"
    3230
    33 #: decent-comments.php:136
     31#: class-decent-comments.php:136
    3432msgid "Access denied."
    3533msgstr "Acesso negado."
    3634
    37 #: class-decent-comments-renderer.php:103
     35#: class-decent-comments-renderer.php:110
    3836msgid "Ascending"
    3937msgstr "Ascendente"
    4038
    41 #: class-decent-comments-renderer.php:95
     39#: class-decent-comments-renderer.php:102
    4240msgid "Author Email"
    4341msgstr "Autor Email"
    4442
    45 #: class-decent-comments-renderer.php:96
     43#: class-decent-comments-renderer.php:103
    4644msgid "Author URL"
    4745msgstr "Autor URL"
    4846
    49 #: class-decent-comments-widget.php:355
     47#: class-decent-comments-widget.php:522
    5048#, php-format
    5149msgid "Available post types: %s"
    5250msgstr ""
    5351
    54 #: class-decent-comments-widget.php:427
     52#: class-decent-comments-widget.php:594
    5553msgid "Avatar size"
    5654msgstr "Dimesão do avatar"
    5755
    58 #: class-decent-comments-renderer.php:97
     56#: class-decent-comments-renderer.php:104
    5957msgid "Content"
    6058msgstr "Conteúdo"
    6159
    62 #: class-decent-comments-renderer.php:98
     60#: class-decent-comments-renderer.php:105
    6361msgid "Date"
    6462msgstr "Data"
    6563
    66 #: decent-comments.php:126
     64#: class-decent-comments.php:122
    6765msgid "Decent Comments"
    6866msgstr "Decent Comments"
    6967
    70 #: decent-comments.php:126 decent-comments.php:142
     68#: class-decent-comments.php:121 class-decent-comments.php:157
    7169msgid "Decent Comments Options"
    7270msgstr "Opções Decent Comments"
    7371
    74 #: decent-comments.php:168
     72#: class-decent-comments.php:168
    7573msgid "Delete settings when the plugin is deactivated"
    7674msgstr "Excluir configurações quando o plugin for desativado"
    7775
    78 #: class-decent-comments-renderer.php:104
     76#: class-decent-comments-renderer.php:111
    7977msgid "Descending"
    8078msgstr "Descendente"
    8179
    82 #: class-decent-comments-widget.php:392
     80#: class-decent-comments-widget.php:559
    8381msgid "Ellipsis"
    8482msgstr "Elipse"
    8583
    86 #: class-decent-comments-widget.php:365
     84#: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114
    8785msgid "Exclude comments from post authors"
    8886msgstr ""
    8987
    90 #: class-decent-comments-widget.php:463
     88#: class-decent-comments-rest.php:58
     89msgid "ID of the post to get comments for (0 for all posts)"
     90msgstr ""
     91
     92#: class-decent-comments-widget.php:630
    9193msgid ""
    9294"If a taxonomy is given , indicate terms in that taxonomy separated by comma "
     
    101103"os termos estiverem vazios, nenhum comentário será mostrado."
    102104
    103 #: class-decent-comments-widget.php:365
     105#: class-decent-comments-widget.php:532
    104106msgid "If checked, excludes comments from post authors on their own posts."
    105107msgstr ""
    106108
    107 #: class-decent-comments-widget.php:372
     109#: class-decent-comments-widget.php:539
    108110msgid ""
    109111"If checked, shows an excerpt of the comment. Otherwise the full text of the "
     
    113115"exibe o texto completo."
    114116
    115 #: class-decent-comments-widget.php:473
     117#: class-decent-comments-widget.php:640
    116118msgid "Include pingbacks."
    117119msgstr ""
    118120
    119 #: class-decent-comments-widget.php:480
     121#: class-decent-comments-widget.php:647
    120122msgid "Include trackbacks."
    121123msgstr ""
    122124
    123 #: class-decent-comments-widget.php:451
     125#: class-decent-comments-widget.php:618
    124126msgid ""
    125127"Indicate <strong>category</strong> if you would like to show comments on "
     
    133135"atribuir ás tags' slugs em <strong>Termos</strong>."
    134136
    135 #: class-decent-comments-renderer.php:99
     137#: class-decent-comments-renderer.php:106
    136138msgid "Karma"
    137139msgstr "Karma"
    138140
    139 #: class-decent-comments-widget.php:346
     141#: class-decent-comments-widget.php:513
    140142msgid ""
    141143"Leave empty to show comments for all post types. To show comments for a "
     
    143145msgstr ""
    144146
    145 #: class-decent-comments-widget.php:326
     147#: class-decent-comments-widget.php:493
    146148msgid ""
    147149"Leave empty to show comments for all posts. To show comments for a specific "
     
    154156"indicar: [atual]"
    155157
    156 #: class-decent-comments-widget.php:414
     158#: class-decent-comments-widget.php:581
    157159msgid "Link authors"
    158160msgstr ""
    159161
    160 #: class-decent-comments-widget.php:385
     162#: class-decent-comments-widget.php:552
    161163msgid "Number of characters in excerpts"
    162164msgstr ""
    163165
    164 #: class-decent-comments-widget.php:288
     166#: class-decent-comments-widget.php:455
    165167msgid "Number of comments"
    166168msgstr "Número de cometários"
    167169
    168 #: class-decent-comments-widget.php:378
     170#: class-decent-comments-rest.php:41
     171msgid "Number of comments to return"
     172msgstr "Número de cometários"
     173
     174#: class-decent-comments-widget.php:545
    169175msgid "Number of words in excerpts"
    170176msgstr "Número de palavras nos resumos"
    171177
    172 #: decent-comments.php:186
     178#: class-decent-comments.php:58
    173179msgid "Options"
    174180msgstr "Opções"
    175181
    176 #: class-decent-comments-widget.php:295
     182#: class-decent-comments-widget.php:462
    177183msgid "Order by ..."
    178184msgstr "Ordenar por..."
    179185
    180 #: class-decent-comments-widget.php:473
     186#: class-decent-comments-widget.php:640
    181187msgid "Pingbacks"
    182188msgstr ""
    183189
    184 #: class-decent-comments-renderer.php:100
     190#: class-decent-comments-renderer.php:107
    185191msgid "Post"
    186192msgstr "Artigo"
    187193
    188 #: class-decent-comments-widget.php:326
     194#: class-decent-comments-widget.php:493
    189195msgid "Post ID"
    190196msgstr "ID do artigo"
    191197
    192 #: class-decent-comments-widget.php:351
     198#: class-decent-comments-widget.php:518
    193199msgid "Post Type"
    194200msgstr ""
    195201
    196 #: decent-comments.php:172
     202#: class-decent-comments-rest.php:99
     203msgid "Post category or tag"
     204msgstr ""
     205
     206#: class-decent-comments.php:172
    197207msgid "Save"
    198208msgstr "Gravar"
    199209
    200 #: class-decent-comments-widget.php:332
     210#: class-decent-comments-widget.php:499
    201211#, php-format
    202212msgid "Selected post: <em>%s</em>"
    203213msgstr "Artigo selecionado: <em>%s</em>"
    204214
    205 #: decent-comments.php:165
     215#: class-decent-comments.php:165
    206216msgid "Settings"
    207217msgstr "Configurações"
    208218
    209 #: class-decent-comments-widget.php:435
     219#: class-decent-comments-widget.php:602
    210220msgid "Show a link to the post that the comment applies to."
    211221msgstr "Mostrar um link para o artigo a que o comentário se aplica."
    212222
    213 #: class-decent-comments-widget.php:442
     223#: class-decent-comments-widget.php:609
    214224msgid "Show an excerpt of the comment or the full comment."
    215225msgstr "Mostrar um resumo do comentário ou o comentário completo."
    216226
    217 #: class-decent-comments-widget.php:400
     227#: class-decent-comments-widget.php:567
    218228msgid "Show author"
    219229msgstr "Exibir o autor"
    220230
    221 #: class-decent-comments-widget.php:421
     231#: class-decent-comments-widget.php:588
    222232msgid "Show avatar"
    223233msgstr "Exibir avatar"
    224234
    225 #: class-decent-comments-widget.php:372
     235#: class-decent-comments-widget.php:539
    226236msgid "Show comment excerpt"
    227237msgstr "Mostrar resumo do comentário"
    228238
    229 #: class-decent-comments-widget.php:407
     239#: class-decent-comments-widget.php:574
    230240msgid "Show date"
    231241msgstr ""
    232242
    233 #: class-decent-comments-widget.php:435
     243#: class-decent-comments-widget.php:602
    234244msgid "Show link to post"
    235245msgstr "Mostrar link para o artigo"
    236246
    237 #: class-decent-comments-widget.php:421
     247#: class-decent-comments-widget.php:588
    238248msgid "Show the avatar of the author."
    239249msgstr "Exibir o avatar do autor."
    240250
    241 #: class-decent-comments-widget.php:442
     251#: class-decent-comments-widget.php:609
    242252msgid "Show the comment"
    243253msgstr "Mostrar comentário"
    244254
    245 #: class-decent-comments-widget.php:407
     255#: class-decent-comments-widget.php:574
    246256msgid "Show the date and time when the comment was posted."
    247257msgstr ""
    248258
    249 #: class-decent-comments-widget.php:307
     259#: class-decent-comments-rest.php:50
     260msgid "Size of author avatars in pixels"
     261msgstr "Dimesão do avatar em pixeis"
     262
     263#: class-decent-comments-rest.php:74
     264msgid "Sort comments by: date, author_email, author_url, content, karma, post"
     265msgstr ""
     266
     267#: class-decent-comments-widget.php:474
    250268msgid "Sort order"
    251269msgstr "Ordenar"
    252270
    253 #: class-decent-comments-widget.php:307
     271#: class-decent-comments-widget.php:474
    254272msgid "Sort order."
    255273msgstr "Ordenar."
    256274
    257 #: class-decent-comments-widget.php:295
     275#: class-decent-comments-rest.php:90
     276msgid "Sort order: asc or desc"
     277msgstr "Ordenar: asc ou desc"
     278
     279#: class-decent-comments-widget.php:462
    258280msgid "Sorting criteria."
    259281msgstr "Ordem dos critérios."
    260282
    261 #: class-decent-comments-widget.php:448
     283#: class-decent-comments-widget.php:615
    262284msgid "Taxonomy"
    263285msgstr "Taxonomia"
    264286
    265 #: class-decent-comments-widget.php:463
     287#: class-decent-comments-rest.php:107
     288msgid "Term ids or slugs"
     289msgstr ""
     290
     291#: class-decent-comments-widget.php:630
    266292msgid "Terms"
    267293msgstr "Termos"
    268294
    269 #: class-decent-comments-widget.php:466
     295#: class-decent-comments-widget.php:633
    270296msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given."
    271297msgstr ""
    272298"Termos ou {current}. Uma <strong>Taxonomia</strong> deverá ser fornecida."
    273299
    274 #: class-decent-comments-widget.php:392
     300#: class-decent-comments-widget.php:442
     301#, php-format
     302msgid "Thanks for supporting our work with a purchase in our %sShop%s!"
     303msgstr ""
     304
     305#: class-decent-comments-widget.php:559
    275306msgid "The ellipsis is shown after the excerpt when there is more content."
    276307msgstr "A elipse é exibida após o trecho, quando houver mais conteúdo."
    277308
    278 #: class-decent-comments-widget.php:385
     309#: class-decent-comments-widget.php:552
    279310msgid "The maximum number of characters shown in excerpts."
    280311msgstr ""
    281312
    282 #: class-decent-comments-widget.php:378
     313#: class-decent-comments-widget.php:545
    283314msgid "The maximum number of words shown in excerpts."
    284315msgstr "O número máximo de palavras mostrados nos resumos."
    285316
    286 #: class-decent-comments-widget.php:288
     317#: class-decent-comments-widget.php:455
    287318msgid "The number of comments to show."
    288319msgstr "Número de comentários a mostrar."
    289320
    290 #: class-decent-comments-widget.php:427
     321#: class-decent-comments-widget.php:594
    291322msgid "The size of the avatar in pixels."
    292323msgstr "Dimesão do avatar em pixeis."
    293324
    294 #: class-decent-comments-widget.php:281
     325#: class-decent-comments-widget.php:448
    295326msgid "Title"
    296327msgstr "Titulo"
    297328
    298 #: class-decent-comments-widget.php:329
     329#: class-decent-comments-widget.php:496
    299330msgid "Title, empty, post ID or [current]"
    300331msgstr "Título, vazio, ID do artigo ou [atual]"
    301332
    302 #: class-decent-comments-widget.php:480
     333#: class-decent-comments-widget.php:647
    303334msgid "Trackbacks"
    304335msgstr ""
    305336
    306 #: class-decent-comments-widget.php:414
     337#: class-decent-comments-rest.php:122
     338msgid "Whether to include Pingbacks"
     339msgstr ""
     340
     341#: class-decent-comments-rest.php:130
     342msgid "Whether to include Trackbacks"
     343msgstr ""
     344
     345#: class-decent-comments-widget.php:581
    307346msgid "Whether to link comment authors to their website."
    308347msgstr ""
    309348
    310 #: class-decent-comments-widget.php:400
     349#: class-decent-comments-widget.php:567
    311350msgid "Whether to show the author of each comment."
    312351msgstr "Se deve mostrar o autor de cada comentário."
    313352
    314 #: class-decent-comments-widget.php:348
     353#: class-decent-comments-widget.php:515
    315354msgid "You can indicate one ore more post types separated by comma."
    316355msgstr ""
     356
     357#: class-decent-comments-renderer.php:506
     358#, php-format
     359msgctxt "comment-link"
     360msgid "on %s"
     361msgstr "em %s"
    317362
    318363#~ msgid "http://www.itthinx.com/plugins/decent-comments"
  • decent-comments/trunk/languages/decent-comments-ru_RU.po

    r1786335 r3426106  
    88"Project-Id-Version: \n"
    99"Report-Msgid-Bugs-To: \n"
    10 "POT-Creation-Date: 2017-12-08 11:39+0200\n"
    11 "PO-Revision-Date: 2017-12-13 16:14+0100\n"
     10"POT-Creation-Date: 2025-12-22 21:09+0100\n"
     11"PO-Revision-Date: 2025-12-23 11:24+0100\n"
    1212"Last-Translator: Igor <[email protected]>\n"
    1313"Language-Team: \n"
     14"Language: ru\n"
    1415"MIME-Version: 1.0\n"
    1516"Content-Type: text/plain; charset=UTF-8\n"
    1617"Content-Transfer-Encoding: 8bit\n"
    17 "X-Generator: Poedit 2.0.5\n"
    18 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
    19 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
    20 "Language: ru\n"
    21 
    22 #: class-decent-comments-renderer.php:405
     18"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
     19"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
     20"X-Generator: Poedit 3.4.4\n"
     21
     22#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     23msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     24msgstr ""
     25"Переменная $store должна быть экземпляром класса "
     26"WP_Style_Engine_CSS_Rules_Store"
     27
     28#: class-decent-comments-renderer.php:496
    2329#, php-format
    2430msgctxt "comment-date"
    25 msgid " %1$s at %2$s"
    26 msgstr " %1$s в %2$s"
    27 
    28 #: class-decent-comments-renderer.php:415
    29 #, php-format
    30 msgctxt "comment-link"
    31 msgid " on %s"
    32 msgstr " на %s"
    33 
    34 #: class-decent-comments-widget.php:448
     31msgid "%1$s at %2$s"
     32msgstr "%1$s в %2$s"
     33
     34#: class-decent-comments-widget.php:615
    3535msgid "A taxonomy, e.g. category or post_tag"
    3636msgstr "Таксономия, например категория или post_tag"
    3737
    38 #: decent-comments.php:136
     38#: class-decent-comments.php:136
    3939msgid "Access denied."
    4040msgstr "Доступ заблокирован."
    4141
    42 #: class-decent-comments-renderer.php:103
     42#: class-decent-comments-renderer.php:110
    4343msgid "Ascending"
    4444msgstr "По возрастанию"
    4545
    46 #: class-decent-comments-renderer.php:95
     46#: class-decent-comments-renderer.php:102
    4747msgid "Author Email"
    4848msgstr "Email автора"
    4949
    50 #: class-decent-comments-renderer.php:96
     50#: class-decent-comments-renderer.php:103
    5151msgid "Author URL"
    5252msgstr "URL Автора"
    5353
    54 #: class-decent-comments-widget.php:355
     54#: class-decent-comments-widget.php:522
    5555#, php-format
    5656msgid "Available post types: %s"
    5757msgstr "Доступные типы сообщений:  %s"
    5858
    59 #: class-decent-comments-widget.php:427
     59#: class-decent-comments-widget.php:594
    6060msgid "Avatar size"
    6161msgstr "Размер аватара"
    6262
    63 #: class-decent-comments-renderer.php:97
     63#: class-decent-comments-renderer.php:104
    6464msgid "Content"
    6565msgstr "Содержание"
    6666
    67 #: class-decent-comments-renderer.php:98
     67#: class-decent-comments-renderer.php:105
    6868msgid "Date"
    6969msgstr "Дата"
    7070
    71 #: decent-comments.php:126
     71#: class-decent-comments.php:122
    7272msgid "Decent Comments"
    7373msgstr "Достойные комментарии"
    7474
    75 #: decent-comments.php:126 decent-comments.php:142
     75#: class-decent-comments.php:121 class-decent-comments.php:157
    7676msgid "Decent Comments Options"
    7777msgstr "Достойные комментарии. Опции"
    7878
    79 #: decent-comments.php:168
     79#: class-decent-comments.php:168
    8080msgid "Delete settings when the plugin is deactivated"
    8181msgstr "Удаление настроек при отключении плагина"
    8282
    83 #: class-decent-comments-renderer.php:104
     83#: class-decent-comments-renderer.php:111
    8484msgid "Descending"
    8585msgstr "По убывание"
    8686
    87 #: class-decent-comments-widget.php:392
     87#: class-decent-comments-widget.php:559
    8888msgid "Ellipsis"
    8989msgstr "Многоточие"
    9090
    91 #: class-decent-comments-widget.php:365
     91#: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114
    9292msgid "Exclude comments from post authors"
    9393msgstr "Исключить комментарии от авторов сообщения"
    9494
    95 #: class-decent-comments-widget.php:463
     95#: class-decent-comments-rest.php:58
     96msgid "ID of the post to get comments for (0 for all posts)"
     97msgstr ""
     98"Идентификатор записи, для которой нужно получить комментарии (0 — для всех "
     99"записей)"
     100
     101#: class-decent-comments-widget.php:630
    96102msgid ""
    97103"If a taxonomy is given , indicate terms in that taxonomy separated by comma "
     
    106112"и условия пусты, комментарии не будут отображаться."
    107113
    108 #: class-decent-comments-widget.php:365
     114#: class-decent-comments-widget.php:532
    109115msgid "If checked, excludes comments from post authors on their own posts."
    110116msgstr ""
     
    112118"сообщения."
    113119
    114 #: class-decent-comments-widget.php:372
     120#: class-decent-comments-widget.php:539
    115121msgid ""
    116122"If checked, shows an excerpt of the comment. Otherwise the full text of the "
     
    120126"отображается полный текст комментария."
    121127
    122 #: class-decent-comments-widget.php:473
     128#: class-decent-comments-widget.php:640
    123129msgid "Include pingbacks."
    124130msgstr "Включите pingbacks."
    125131
    126 #: class-decent-comments-widget.php:480
     132#: class-decent-comments-widget.php:647
    127133msgid "Include trackbacks."
    128134msgstr "Включите трекбэки."
    129135
    130 #: class-decent-comments-widget.php:451
     136#: class-decent-comments-widget.php:618
    131137msgid ""
    132138"Indicate <strong>category</strong> if you would like to show comments on "
     
    136142msgstr ""
    137143"Укажите <strong>категорию,</strong> если вы хотите показывать комментарии к "
    138 "сообщениям в определенных категориях. Дайте slugs желаемых категорий в « "
    139 "<strong>Terms</strong> . Для тегов использовать <strong>post_tag</strong> и "
    140 "дать тэги slugs в <strong>Terms</strong>."
    141 
    142 #: class-decent-comments-renderer.php:99
     144"сообщениям в определенных категориях. Дайте slugs желаемых категорий в "
     145"« <strong>Terms</strong> . Для тегов использовать <strong>post_tag</strong> "
     146"и дать тэги slugs в <strong>Terms</strong>."
     147
     148#: class-decent-comments-renderer.php:106
    143149msgid "Karma"
    144150msgstr "Ка́рма"
    145151
    146 #: class-decent-comments-widget.php:346
     152#: class-decent-comments-widget.php:513
    147153msgid ""
    148154"Leave empty to show comments for all post types. To show comments for a "
     
    153159"укажите тип сообщения."
    154160
    155 #: class-decent-comments-widget.php:326
     161#: class-decent-comments-widget.php:493
    156162msgid ""
    157163"Leave empty to show comments for all posts. To show comments for a specific "
     
    164170"публикации, укажите: [текущий]"
    165171
    166 #: class-decent-comments-widget.php:414
     172#: class-decent-comments-widget.php:581
    167173msgid "Link authors"
    168174msgstr "Авторы ссылок"
    169175
    170 #: class-decent-comments-widget.php:385
     176#: class-decent-comments-widget.php:552
    171177msgid "Number of characters in excerpts"
    172178msgstr "Количество символов в анонсе"
    173179
    174 #: class-decent-comments-widget.php:288
     180#: class-decent-comments-widget.php:455
    175181msgid "Number of comments"
    176182msgstr "Число комментариев"
    177183
    178 #: class-decent-comments-widget.php:378
     184#: class-decent-comments-rest.php:41
     185msgid "Number of comments to return"
     186msgstr "Число комментариев"
     187
     188#: class-decent-comments-widget.php:545
    179189msgid "Number of words in excerpts"
    180190msgstr "Количество слов в анонсах"
    181191
    182 #: decent-comments.php:186
     192#: class-decent-comments.php:58
    183193msgid "Options"
    184194msgstr "Настройки"
    185195
    186 #: class-decent-comments-widget.php:295
     196#: class-decent-comments-widget.php:462
    187197msgid "Order by ..."
    188198msgstr "Сортровать по ..."
    189199
    190 #: class-decent-comments-widget.php:473
     200#: class-decent-comments-widget.php:640
    191201msgid "Pingbacks"
    192202msgstr "Уведомления"
    193203
    194 #: class-decent-comments-renderer.php:100
     204#: class-decent-comments-renderer.php:107
    195205msgid "Post"
    196206msgstr "Статья"
    197207
    198 #: class-decent-comments-widget.php:326
     208#: class-decent-comments-widget.php:493
    199209msgid "Post ID"
    200210msgstr "ID поста"
    201211
    202 #: class-decent-comments-widget.php:351
     212#: class-decent-comments-widget.php:518
    203213msgid "Post Type"
    204214msgstr "Тип сообщения"
    205215
    206 #: decent-comments.php:172
     216#: class-decent-comments-rest.php:99
     217msgid "Post category or tag"
     218msgstr "Категория или тег публикации"
     219
     220#: class-decent-comments.php:172
    207221msgid "Save"
    208222msgstr "Сохранить"
    209223
    210 #: class-decent-comments-widget.php:332
     224#: class-decent-comments-widget.php:499
    211225#, php-format
    212226msgid "Selected post: <em>%s</em>"
    213227msgstr "Выбранное сообщение: <em>%s</em>"
    214228
    215 #: decent-comments.php:165
     229#: class-decent-comments.php:165
    216230msgid "Settings"
    217231msgstr "Управление"
    218232
    219 #: class-decent-comments-widget.php:435
     233#: class-decent-comments-widget.php:602
    220234msgid "Show a link to the post that the comment applies to."
    221235msgstr "Показывать ссылку на сообщение, к которому относится комментарий."
    222236
    223 #: class-decent-comments-widget.php:442
     237#: class-decent-comments-widget.php:609
    224238msgid "Show an excerpt of the comment or the full comment."
    225239msgstr "Покажите отрывок комментария или полный комментарий."
    226240
    227 #: class-decent-comments-widget.php:400
     241#: class-decent-comments-widget.php:567
    228242msgid "Show author"
    229243msgstr "Показать Информацию Об Авторе"
    230244
    231 #: class-decent-comments-widget.php:421
     245#: class-decent-comments-widget.php:588
    232246msgid "Show avatar"
    233247msgstr "Показать аватар"
    234248
    235 #: class-decent-comments-widget.php:372
     249#: class-decent-comments-widget.php:539
    236250msgid "Show comment excerpt"
    237251msgstr "Показывать анонс комментария"
    238252
    239 #: class-decent-comments-widget.php:407
     253#: class-decent-comments-widget.php:574
    240254msgid "Show date"
    241255msgstr "Показать дату"
    242256
    243 #: class-decent-comments-widget.php:435
     257#: class-decent-comments-widget.php:602
    244258msgid "Show link to post"
    245259msgstr "Показать ссылку для публикацию"
    246260
    247 #: class-decent-comments-widget.php:421
     261#: class-decent-comments-widget.php:588
    248262msgid "Show the avatar of the author."
    249263msgstr "Показать аватар автора."
    250264
    251 #: class-decent-comments-widget.php:442
     265#: class-decent-comments-widget.php:609
    252266msgid "Show the comment"
    253267msgstr "Показать комментарий"
    254268
    255 #: class-decent-comments-widget.php:407
     269#: class-decent-comments-widget.php:574
    256270msgid "Show the date and time when the comment was posted."
    257271msgstr "Показывать дату и время публикации комментария."
    258272
    259 #: class-decent-comments-widget.php:307
     273#: class-decent-comments-rest.php:50
     274msgid "Size of author avatars in pixels"
     275msgstr "Размер аватара в пикселях"
     276
     277#: class-decent-comments-rest.php:74
     278msgid "Sort comments by: date, author_email, author_url, content, karma, post"
     279msgstr ""
     280"Сортировать комментарии по: date, author_email, author_url, content, karma, "
     281"post"
     282
     283#: class-decent-comments-widget.php:474
    260284msgid "Sort order"
    261285msgstr "Порядок сортировки"
    262286
    263 #: class-decent-comments-widget.php:307
     287#: class-decent-comments-widget.php:474
    264288msgid "Sort order."
    265289msgstr "Порядок сортировки."
    266290
    267 #: class-decent-comments-widget.php:295
     291#: class-decent-comments-rest.php:90
     292msgid "Sort order: asc or desc"
     293msgstr "Порядок сортировки: asc или desc"
     294
     295#: class-decent-comments-widget.php:462
    268296msgid "Sorting criteria."
    269297msgstr "Критерии сортировки."
    270298
    271 #: class-decent-comments-widget.php:448
     299#: class-decent-comments-widget.php:615
    272300msgid "Taxonomy"
    273301msgstr "Таксономия"
    274302
    275 #: class-decent-comments-widget.php:463
     303#: class-decent-comments-rest.php:107
     304msgid "Term ids or slugs"
     305msgstr "Идентификаторы или псевдонимы терминов"
     306
     307#: class-decent-comments-widget.php:630
    276308msgid "Terms"
    277309msgstr "Сроки и условия"
    278310
    279 #: class-decent-comments-widget.php:466
     311#: class-decent-comments-widget.php:633
    280312msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given."
    281313msgstr ""
     
    283315"<strong>Taxonomy</strong> ."
    284316
    285 #: class-decent-comments-widget.php:392
     317#: class-decent-comments-widget.php:442
     318#, php-format
     319msgid "Thanks for supporting our work with a purchase in our %sShop%s!"
     320msgstr ""
     321"Спасибо за поддержку нашей работы, совершив покупку в нашем магазине "
     322"%sМагазин%s!"
     323
     324#: class-decent-comments-widget.php:559
    286325msgid "The ellipsis is shown after the excerpt when there is more content."
    287326msgstr "Многоточие показывается после анонса, когда есть больше контента."
    288327
    289 #: class-decent-comments-widget.php:385
     328#: class-decent-comments-widget.php:552
    290329msgid "The maximum number of characters shown in excerpts."
    291330msgstr "Максимальное количество символов, показанных в анонсах."
    292331
    293 #: class-decent-comments-widget.php:378
     332#: class-decent-comments-widget.php:545
    294333msgid "The maximum number of words shown in excerpts."
    295334msgstr "Максимальное количество слов, указанных в анонсах."
    296335
    297 #: class-decent-comments-widget.php:288
     336#: class-decent-comments-widget.php:455
    298337msgid "The number of comments to show."
    299338msgstr "Количество комментариев для отображения."
    300339
    301 #: class-decent-comments-widget.php:427
     340#: class-decent-comments-widget.php:594
    302341msgid "The size of the avatar in pixels."
    303342msgstr "Размер аватара в пикселях."
    304343
    305 #: class-decent-comments-widget.php:281
     344#: class-decent-comments-widget.php:448
    306345msgid "Title"
    307346msgstr "Заголовок"
    308347
    309 #: class-decent-comments-widget.php:329
     348#: class-decent-comments-widget.php:496
    310349msgid "Title, empty, post ID or [current]"
    311350msgstr "Заголовок, пустой, ID идентификатор или текущий [current]"
    312351
    313 #: class-decent-comments-widget.php:480
     352#: class-decent-comments-widget.php:647
    314353msgid "Trackbacks"
    315354msgstr "Обратные ссылки"
    316355
    317 #: class-decent-comments-widget.php:414
     356#: class-decent-comments-rest.php:122
     357msgid "Whether to include Pingbacks"
     358msgstr "Включите pingbacks"
     359
     360#: class-decent-comments-rest.php:130
     361msgid "Whether to include Trackbacks"
     362msgstr "Включите трекбэки"
     363
     364#: class-decent-comments-widget.php:581
    318365msgid "Whether to link comment authors to their website."
    319366msgstr "Связывать ли авторы комментариев с их сайтом."
    320367
    321 #: class-decent-comments-widget.php:400
     368#: class-decent-comments-widget.php:567
    322369msgid "Whether to show the author of each comment."
    323370msgstr "Показывать автору каждого комментария."
    324371
    325 #: class-decent-comments-widget.php:348
     372#: class-decent-comments-widget.php:515
    326373msgid "You can indicate one ore more post types separated by comma."
    327374msgstr ""
    328375"Вы можете указать один или несколько типов сообщений, разделенных запятой."
     376
     377#: class-decent-comments-renderer.php:506
     378#, php-format
     379msgctxt "comment-link"
     380msgid "on %s"
     381msgstr "на %s"
  • decent-comments/trunk/languages/decent-comments-zh_CN.po

    r1711428 r3426106  
    55"Project-Id-Version: Decent Comments 1.1.0\n"
    66"Report-Msgid-Bugs-To: \n"
    7 "POT-Creation-Date: 2017-08-10 12:13+0200\n"
    8 "PO-Revision-Date: 2017-08-10 12:13+0200\n"
     7"POT-Creation-Date: 2025-12-22 21:09+0100\n"
     8"PO-Revision-Date: 2025-12-23 11:34+0100\n"
    99"Last-Translator: \n"
    1010"Language-Team: \n"
     
    1313"Content-Type: text/plain; charset=UTF-8\n"
    1414"Content-Transfer-Encoding: 8bit\n"
    15 "X-Generator: Poedit 2.0.2\n"
    16 
    17 #: class-decent-comments-renderer.php:405
     15"X-Generator: Poedit 3.4.4\n"
     16
     17#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     18msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     19msgstr "$store 必须是 WP_Style_Engine_CSS_Rules_Store 类的实例"
     20
     21#: class-decent-comments-renderer.php:496
    1822#, php-format
    1923msgctxt "comment-date"
    20 msgid " %1$s at %2$s"
    21 msgstr ""
    22 
    23 #: class-decent-comments-renderer.php:415
    24 #, php-format
    25 msgctxt "comment-link"
    26 msgid " on %s"
    27 msgstr " 在 %s"
    28 
    29 #: class-decent-comments-widget.php:448
     24msgid "%1$s at %2$s"
     25msgstr "%1$s %2$s"
     26
     27#: class-decent-comments-widget.php:615
    3028msgid "A taxonomy, e.g. category or post_tag"
    3129msgstr "分类系统,如类别或post_tag"
    3230
    33 #: decent-comments.php:136
     31#: class-decent-comments.php:136
    3432msgid "Access denied."
    3533msgstr "拒绝访问。"
    3634
    37 #: class-decent-comments-renderer.php:103
     35#: class-decent-comments-renderer.php:110
    3836msgid "Ascending"
    3937msgstr "从小到大"
    4038
    41 #: class-decent-comments-renderer.php:95
     39#: class-decent-comments-renderer.php:102
    4240msgid "Author Email"
    4341msgstr "作者邮箱"
    4442
    45 #: class-decent-comments-renderer.php:96
     43#: class-decent-comments-renderer.php:103
    4644msgid "Author URL"
    4745msgstr "作者网址"
    4846
    49 #: class-decent-comments-widget.php:355
     47#: class-decent-comments-widget.php:522
    5048#, php-format
    5149msgid "Available post types: %s"
    52 msgstr ""
    53 
    54 #: class-decent-comments-widget.php:427
     50msgstr "可用的帖子类型:%s"
     51
     52#: class-decent-comments-widget.php:594
    5553msgid "Avatar size"
    5654msgstr "头像尺寸"
    5755
    58 #: class-decent-comments-renderer.php:97
     56#: class-decent-comments-renderer.php:104
    5957msgid "Content"
    6058msgstr "内容"
    6159
    62 #: class-decent-comments-renderer.php:98
     60#: class-decent-comments-renderer.php:105
    6361msgid "Date"
    6462msgstr "日期"
    6563
    66 #: decent-comments.php:126
     64#: class-decent-comments.php:122
    6765msgid "Decent Comments"
    6866msgstr "Decent Comments"
    6967
    70 #: decent-comments.php:126 decent-comments.php:142
     68#: class-decent-comments.php:121 class-decent-comments.php:157
    7169msgid "Decent Comments Options"
    7270msgstr "Decent Comments设置"
    7371
    74 #: decent-comments.php:168
     72#: class-decent-comments.php:168
    7573msgid "Delete settings when the plugin is deactivated"
    7674msgstr "停止插件时删除设置"
    7775
    78 #: class-decent-comments-renderer.php:104
     76#: class-decent-comments-renderer.php:111
    7977msgid "Descending"
    8078msgstr "从大到小"
    8179
    82 #: class-decent-comments-widget.php:392
     80#: class-decent-comments-widget.php:559
    8381msgid "Ellipsis"
    8482msgstr "更多内容提示"
    8583
    86 #: class-decent-comments-widget.php:365
     84#: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114
    8785msgid "Exclude comments from post authors"
    88 msgstr ""
    89 
    90 #: class-decent-comments-widget.php:463
     86msgstr "排除帖子作者的评论"
     87
     88#: class-decent-comments-rest.php:58
     89msgid "ID of the post to get comments for (0 for all posts)"
     90msgstr "要获取评论的帖子的ID(0表示所有帖子)"
     91
     92#: class-decent-comments-widget.php:630
    9193msgid ""
    9294"If a taxonomy is given , indicate terms in that taxonomy separated by comma "
     
    99101"分类内没有任何词汇,系统将不显示任何留言。"
    100102
    101 #: class-decent-comments-widget.php:365
     103#: class-decent-comments-widget.php:532
    102104msgid "If checked, excludes comments from post authors on their own posts."
    103 msgstr ""
    104 
    105 #: class-decent-comments-widget.php:372
     105msgstr "如果选中此选项,则会排除帖子作者在其自己帖子上的评论。"
     106
     107#: class-decent-comments-widget.php:539
    106108msgid ""
    107109"If checked, shows an excerpt of the comment. Otherwise the full text of the "
    108110"comment is displayed."
    109 msgstr "选择这项将显示留言预览,否则将显示留言全文"
    110 
    111 #: class-decent-comments-widget.php:473
     111msgstr "如果选中此选项,则显示评论的摘要。否则,将显示评论的全文。"
     112
     113#: class-decent-comments-widget.php:640
    112114msgid "Include pingbacks."
    113 msgstr ""
    114 
    115 #: class-decent-comments-widget.php:480
     115msgstr "包含引用链接。"
     116
     117#: class-decent-comments-widget.php:647
    116118msgid "Include trackbacks."
    117 msgstr ""
    118 
    119 #: class-decent-comments-widget.php:451
     119msgstr "包含引用链接。"
     120
     121#: class-decent-comments-widget.php:618
    120122msgid ""
    121123"Indicate <strong>category</strong> if you would like to show comments on "
     
    128130"后在 <strong>Termes</strong>选择标签短语。"
    129131
    130 #: class-decent-comments-renderer.php:99
     132#: class-decent-comments-renderer.php:106
    131133msgid "Karma"
    132134msgstr "魅力"
    133135
    134 #: class-decent-comments-widget.php:346
     136#: class-decent-comments-widget.php:513
    135137msgid ""
    136138"Leave empty to show comments for all post types. To show comments for a "
    137139"specific post type only, indicate the post type."
    138140msgstr ""
    139 
    140 #: class-decent-comments-widget.php:326
     141"留空即可显示所有文章类型的评论。如需仅显示特定文章类型的评论,请指定文章类"
     142"型。"
     143
     144#: class-decent-comments-widget.php:493
    141145msgid ""
    142146"Leave empty to show comments for all posts. To show comments for a specific "
     
    147151"了显示当前文章的留言, 请指出 : [current]"
    148152
    149 #: class-decent-comments-widget.php:414
     153#: class-decent-comments-widget.php:581
    150154msgid "Link authors"
    151 msgstr ""
    152 
    153 #: class-decent-comments-widget.php:385
     155msgstr "链接作者"
     156
     157#: class-decent-comments-widget.php:552
    154158msgid "Number of characters in excerpts"
    155 msgstr ""
    156 
    157 #: class-decent-comments-widget.php:288
     159msgstr "摘录中的字符数"
     160
     161#: class-decent-comments-widget.php:455
    158162msgid "Number of comments"
    159163msgstr "留言总数"
    160164
    161 #: class-decent-comments-widget.php:378
     165#: class-decent-comments-rest.php:41
     166msgid "Number of comments to return"
     167msgstr "要返回的评论数量"
     168
     169#: class-decent-comments-widget.php:545
    162170msgid "Number of words in excerpts"
    163171msgstr "预览字数量"
    164172
    165 #: decent-comments.php:186
     173#: class-decent-comments.php:58
    166174msgid "Options"
    167175msgstr "设置"
    168176
    169 #: class-decent-comments-widget.php:295
     177#: class-decent-comments-widget.php:462
    170178msgid "Order by ..."
    171179msgstr "按...排序"
    172180
    173 #: class-decent-comments-widget.php:473
     181#: class-decent-comments-widget.php:640
    174182msgid "Pingbacks"
    175 msgstr ""
    176 
    177 #: class-decent-comments-renderer.php:100
     183msgstr "引用链接"
     184
     185#: class-decent-comments-renderer.php:107
    178186msgid "Post"
    179187msgstr "原文"
    180188
    181 #: class-decent-comments-widget.php:326
     189#: class-decent-comments-widget.php:493
    182190msgid "Post ID"
    183191msgstr "文章 ID"
    184192
    185 #: class-decent-comments-widget.php:351
     193#: class-decent-comments-widget.php:518
    186194msgid "Post Type"
    187 msgstr ""
    188 
    189 #: decent-comments.php:172
     195msgstr "帖子类型"
     196
     197#: class-decent-comments-rest.php:99
     198msgid "Post category or tag"
     199msgstr "发布类别或标签"
     200
     201#: class-decent-comments.php:172
    190202msgid "Save"
    191203msgstr "保存"
    192204
    193 #: class-decent-comments-widget.php:332
     205#: class-decent-comments-widget.php:499
    194206#, php-format
    195207msgid "Selected post: <em>%s</em>"
    196208msgstr "所选文章: <em>%s</em>"
    197209
    198 #: decent-comments.php:165
     210#: class-decent-comments.php:165
    199211msgid "Settings"
    200212msgstr "Règ设置"
    201213
    202 #: class-decent-comments-widget.php:435
     214#: class-decent-comments-widget.php:602
    203215msgid "Show a link to the post that the comment applies to."
    204216msgstr "显示留言原文章的链接。"
    205217
    206 #: class-decent-comments-widget.php:442
     218#: class-decent-comments-widget.php:609
    207219msgid "Show an excerpt of the comment or the full comment."
    208220msgstr "显示留言预览或者全文。"
    209221
    210 #: class-decent-comments-widget.php:400
     222#: class-decent-comments-widget.php:567
    211223msgid "Show author"
    212224msgstr "显示作者"
    213225
    214 #: class-decent-comments-widget.php:421
     226#: class-decent-comments-widget.php:588
    215227msgid "Show avatar"
    216228msgstr "显示头像"
    217229
    218 #: class-decent-comments-widget.php:372
     230#: class-decent-comments-widget.php:539
    219231msgid "Show comment excerpt"
    220232msgstr "显示留言预览"
    221233
    222 #: class-decent-comments-widget.php:407
     234#: class-decent-comments-widget.php:574
    223235msgid "Show date"
    224 msgstr ""
    225 
    226 #: class-decent-comments-widget.php:435
     236msgstr "显示日期"
     237
     238#: class-decent-comments-widget.php:602
    227239msgid "Show link to post"
    228240msgstr "显示原文章链接"
    229241
    230 #: class-decent-comments-widget.php:421
     242#: class-decent-comments-widget.php:588
    231243msgid "Show the avatar of the author."
    232244msgstr "显示作者头像。"
    233245
    234 #: class-decent-comments-widget.php:442
     246#: class-decent-comments-widget.php:609
    235247msgid "Show the comment"
    236248msgstr "显示留言"
    237249
    238 #: class-decent-comments-widget.php:407
     250#: class-decent-comments-widget.php:574
    239251msgid "Show the date and time when the comment was posted."
    240 msgstr ""
    241 
    242 #: class-decent-comments-widget.php:307
     252msgstr "显示评论发布的日期和时间。"
     253
     254#: class-decent-comments-rest.php:50
     255msgid "Size of author avatars in pixels"
     256msgstr "作者头像的尺寸(以像素为单位)"
     257
     258#: class-decent-comments-rest.php:74
     259msgid "Sort comments by: date, author_email, author_url, content, karma, post"
     260msgstr "评论排序方式:日期、作者邮箱、作者网址、内容、积分、帖子"
     261
     262#: class-decent-comments-widget.php:474
    243263msgid "Sort order"
    244264msgstr "排序"
    245265
    246 #: class-decent-comments-widget.php:307
     266#: class-decent-comments-widget.php:474
    247267msgid "Sort order."
    248268msgstr "排序."
    249269
    250 #: class-decent-comments-widget.php:295
     270#: class-decent-comments-rest.php:90
     271msgid "Sort order: asc or desc"
     272msgstr "排序顺序:asc 或 desc"
     273
     274#: class-decent-comments-widget.php:462
    251275msgid "Sorting criteria."
    252276msgstr "排序规律."
    253277
    254 #: class-decent-comments-widget.php:448
     278#: class-decent-comments-widget.php:615
    255279msgid "Taxonomy"
    256280msgstr "分类"
    257281
    258 #: class-decent-comments-widget.php:463
     282#: class-decent-comments-rest.php:107
     283msgid "Term ids or slugs"
     284msgstr "术语ID或别名"
     285
     286#: class-decent-comments-widget.php:630
    259287msgid "Terms"
    260288msgstr "词汇"
    261289
    262 #: class-decent-comments-widget.php:466
     290#: class-decent-comments-widget.php:633
    263291msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given."
    264292msgstr "词汇或{current}。请提供至少一个 <strong>分类</strong>。"
    265293
    266 #: class-decent-comments-widget.php:392
     294#: class-decent-comments-widget.php:442
     295#, php-format
     296msgid "Thanks for supporting our work with a purchase in our %sShop%s!"
     297msgstr "感谢您在我们的%s商店%s购物,支持我们的工作!"
     298
     299#: class-decent-comments-widget.php:559
    267300msgid "The ellipsis is shown after the excerpt when there is more content."
    268301msgstr "若有更多内容将提示。"
    269302
    270 #: class-decent-comments-widget.php:385
     303#: class-decent-comments-widget.php:552
    271304msgid "The maximum number of characters shown in excerpts."
    272 msgstr ""
    273 
    274 #: class-decent-comments-widget.php:378
     305msgstr "摘要中显示的最大字符数。"
     306
     307#: class-decent-comments-widget.php:545
    275308msgid "The maximum number of words shown in excerpts."
    276309msgstr "预览显示最多字数量。"
    277310
    278 #: class-decent-comments-widget.php:288
     311#: class-decent-comments-widget.php:455
    279312msgid "The number of comments to show."
    280313msgstr "留言显示数量。"
    281314
    282 #: class-decent-comments-widget.php:427
     315#: class-decent-comments-widget.php:594
    283316msgid "The size of the avatar in pixels."
    284317msgstr "头像大小(pixels)。"
    285318
    286 #: class-decent-comments-widget.php:281
     319#: class-decent-comments-widget.php:448
    287320msgid "Title"
    288321msgstr "题目"
    289322
    290 #: class-decent-comments-widget.php:329
     323#: class-decent-comments-widget.php:496
    291324msgid "Title, empty, post ID or [current]"
    292325msgstr "题目、空白、文章 ID 或者 [current]"
    293326
    294 #: class-decent-comments-widget.php:480
     327#: class-decent-comments-widget.php:647
    295328msgid "Trackbacks"
    296 msgstr ""
    297 
    298 #: class-decent-comments-widget.php:414
     329msgstr "引用链接"
     330
     331#: class-decent-comments-rest.php:122
     332msgid "Whether to include Pingbacks"
     333msgstr "是否包含引用通知"
     334
     335#: class-decent-comments-rest.php:130
     336msgid "Whether to include Trackbacks"
     337msgstr "是否包含引用链接"
     338
     339#: class-decent-comments-widget.php:581
    299340msgid "Whether to link comment authors to their website."
    300 msgstr ""
    301 
    302 #: class-decent-comments-widget.php:400
     341msgstr "是否将评论作者链接到他们的网站。"
     342
     343#: class-decent-comments-widget.php:567
    303344msgid "Whether to show the author of each comment."
    304345msgstr "显示每个留言的作者。"
    305346
    306 #: class-decent-comments-widget.php:348
     347#: class-decent-comments-widget.php:515
    307348msgid "You can indicate one ore more post types separated by comma."
    308 msgstr ""
     349msgstr "您可以指定一个或多个帖子类型,用逗号分隔。"
     350
     351#: class-decent-comments-renderer.php:506
     352#, php-format
     353msgctxt "comment-link"
     354msgid "on %s"
     355msgstr "在 %s"
    309356
    310357#~ msgid "http://www.itthinx.com/plugins/decent-comments"
  • decent-comments/trunk/languages/decent-comments.pot

    r3424828 r3426106  
    88msgstr  "Project-Id-Version: PACKAGE VERSION\n"
    99        "Report-Msgid-Bugs-To: \n"
    10         "POT-Creation-Date: 2025-07-23 12:15+0200\n"
     10        "POT-Creation-Date: 2025-12-22 21:09+0100\n"
    1111        "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1212        "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1717        "Content-Transfer-Encoding: 8bit\n"
    1818
     19#: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44
     20msgid   "$store must be an instance of WP_Style_Engine_CSS_Rules_Store"
     21msgstr  ""
     22
    1923#: class-decent-comments-renderer.php:496
    2024#, php-format
    2125msgctxt "comment-date"
    22 msgid   " %1$s at %2$s"
    23 msgstr  ""
    24 
    25 #: class-decent-comments-renderer.php:506
    26 #, php-format
    27 msgctxt "comment-link"
    28 msgid   " on %s"
     26msgid   "%1$s at %2$s"
    2927msgstr  ""
    3028
     
    3331msgstr  ""
    3432
    35 #: class-decent-comments.php:140
     33#: class-decent-comments.php:136
    3634msgid   "Access denied."
    3735msgstr  ""
     
    6664msgstr  ""
    6765
    68 #: class-decent-comments.php:126
     66#: class-decent-comments.php:122
    6967msgid   "Decent Comments"
    7068msgstr  ""
    7169
    72 #: class-decent-comments.php:125 class-decent-comments.php:161
     70#: class-decent-comments.php:121 class-decent-comments.php:157
    7371msgid   "Decent Comments Options"
    7472msgstr  ""
    7573
    76 #: class-decent-comments.php:172
     74#: class-decent-comments.php:168
    7775msgid   "Delete settings when the plugin is deactivated"
    7876msgstr  ""
     
    190188msgstr  ""
    191189
    192 #: class-decent-comments.php:176
     190#: class-decent-comments.php:172
    193191msgid   "Save"
    194192msgstr  ""
     
    199197msgstr  ""
    200198
    201 #: class-decent-comments.php:169
     199#: class-decent-comments.php:165
    202200msgid   "Settings"
    203201msgstr  ""
     
    340338msgid   "You can indicate one ore more post types separated by comma."
    341339msgstr  ""
     340
     341#: class-decent-comments-renderer.php:506
     342#, php-format
     343msgctxt "comment-link"
     344msgid   "on %s"
     345msgstr  ""
  • decent-comments/trunk/readme.txt

    r3424835 r3426106  
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 3.0.0
     8Stable tag: 3.0.1
    99License: GPLv3
    1010
Note: See TracChangeset for help on using the changeset viewer.