Changeset 3426106
- Timestamp:
- 12/23/2025 10:48:22 AM (3 weeks ago)
- Location:
- decent-comments/trunk
- Files:
-
- 24 edited
-
changelog.txt (modified) (1 diff)
-
decent-comments.php (modified) (2 diffs)
-
languages/decent-comments-ca_ES.mo (modified) (previous)
-
languages/decent-comments-ca_ES.po (modified) (8 diffs)
-
languages/decent-comments-de_DE.mo (modified) (previous)
-
languages/decent-comments-de_DE.po (modified) (10 diffs)
-
languages/decent-comments-de_DE_formal.mo (modified) (previous)
-
languages/decent-comments-de_DE_formal.po (modified) (10 diffs)
-
languages/decent-comments-es_ES.mo (modified) (previous)
-
languages/decent-comments-es_ES.po (modified) (7 diffs)
-
languages/decent-comments-fr_FR.mo (modified) (previous)
-
languages/decent-comments-fr_FR.po (modified) (8 diffs)
-
languages/decent-comments-it_IT.mo (modified) (previous)
-
languages/decent-comments-it_IT.po (modified) (7 diffs)
-
languages/decent-comments-lt_LT.mo (modified) (previous)
-
languages/decent-comments-lt_LT.po (modified) (7 diffs)
-
languages/decent-comments-pt_PT.mo (modified) (previous)
-
languages/decent-comments-pt_PT.po (modified) (7 diffs)
-
languages/decent-comments-ru_RU.mo (modified) (previous)
-
languages/decent-comments-ru_RU.po (modified) (8 diffs)
-
languages/decent-comments-zh_CN.mo (modified) (previous)
-
languages/decent-comments-zh_CN.po (modified) (5 diffs)
-
languages/decent-comments.pot (modified) (7 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
decent-comments/trunk/changelog.txt
r3424828 r3426106 1 1 == 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. 2 15 3 16 = 3.0.0 = -
decent-comments/trunk/decent-comments.php
r3424828 r3426106 4 4 * Plugin URI: https://www.itthinx.com/plugins/decent-comments 5 5 * 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. 06 * Version: 3.0.1 7 7 * Requires at least: 6.5 8 8 * Requires PHP: 7.4 … … 66 66 * @var string 67 67 */ 68 define( 'DECENT_COMMENTS_PLUGIN_VERSION', '3.0. 0' );68 define( 'DECENT_COMMENTS_PLUGIN_VERSION', '3.0.1' ); 69 69 70 70 /** -
decent-comments/trunk/languages/decent-comments-ca_ES.po
r1711428 r3426106 8 8 "Project-Id-Version: \n" 9 9 "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" 12 13 "Language-Team: \n" 14 "Language: ca_ES\n" 13 15 "MIME-Version: 1.0\n" 14 16 "Content-Type: text/plain; charset=UTF-8\n" 15 17 "Content-Transfer-Encoding: 8bit\n" 16 "X-Generator: Poedit 2.0.2\n"17 "Last-Translator: Chema Bescos <[email protected]>\n"18 18 "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 22 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 23 msgstr "$store ha de ser una instància de WP_Style_Engine_CSS_Rules_Store" 24 25 #: class-decent-comments-renderer.php:496 22 26 #, php-format 23 27 msgctxt "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 28 msgid "%1$s at %2$s" 29 msgstr "%1$s a les %2$s" 30 31 #: class-decent-comments-widget.php:615 34 32 msgid "A taxonomy, e.g. category or post_tag" 35 33 msgstr "Una taxonomia, per exemple, categoria o post_tag" 36 34 37 #: decent-comments.php:13635 #: class-decent-comments.php:136 38 36 msgid "Access denied." 39 37 msgstr "Accés denegat." 40 38 41 #: class-decent-comments-renderer.php:1 0339 #: class-decent-comments-renderer.php:110 42 40 msgid "Ascending" 43 41 msgstr "Ascendent" 44 42 45 #: class-decent-comments-renderer.php: 9543 #: class-decent-comments-renderer.php:102 46 44 msgid "Author Email" 47 45 msgstr "Correu de l' autor" 48 46 49 #: class-decent-comments-renderer.php: 9647 #: class-decent-comments-renderer.php:103 50 48 msgid "Author URL" 51 49 msgstr "URL de l'autor" 52 50 53 #: class-decent-comments-widget.php: 34451 #: class-decent-comments-widget.php:522 54 52 #, php-format 55 53 msgid "Available post types: %s" 56 54 msgstr "Tipus de publicacions disponibles:%s" 57 55 58 #: class-decent-comments-widget.php: 41656 #: class-decent-comments-widget.php:594 59 57 msgid "Avatar size" 60 58 msgstr "Mida de l'Avatar" 61 59 62 #: class-decent-comments-renderer.php: 9760 #: class-decent-comments-renderer.php:104 63 61 msgid "Content" 64 62 msgstr "Contingut" 65 63 66 #: class-decent-comments-renderer.php: 9864 #: class-decent-comments-renderer.php:105 67 65 msgid "Date" 68 66 msgstr "Data" 69 67 70 #: decent-comments.php:12668 #: class-decent-comments.php:122 71 69 msgid "Decent Comments" 72 70 msgstr "Decent Comments" 73 71 74 #: decent-comments.php:126 decent-comments.php:14272 #: class-decent-comments.php:121 class-decent-comments.php:157 75 73 msgid "Decent Comments Options" 76 74 msgstr "Opcions de Decent Comments" 77 75 78 #: decent-comments.php:16876 #: class-decent-comments.php:168 79 77 msgid "Delete settings when the plugin is deactivated" 80 78 msgstr "Esborrar la configuració quan en desactivar el plugin" 81 79 82 #: class-decent-comments-renderer.php:1 0480 #: class-decent-comments-renderer.php:111 83 81 msgid "Descending" 84 82 msgstr "Descendent" 85 83 86 #: class-decent-comments-widget.php: 38184 #: class-decent-comments-widget.php:559 87 85 msgid "Ellipsis" 88 86 msgstr "Punts suspensius" 89 87 90 #: class-decent-comments-widget.php: 35488 #: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114 91 89 msgid "Exclude comments from post authors" 92 90 msgstr "Exclou els comentaris dels autors de les publicació" 93 91 94 #: class-decent-comments-widget.php:452 92 #: class-decent-comments-rest.php:58 93 msgid "ID of the post to get comments for (0 for all posts)" 94 msgstr "" 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 95 99 msgid "" 96 100 "If a taxonomy is given , indicate terms in that taxonomy separated by comma " … … 102 106 "per coma per mostrar comentaris per a totes les publicacions relacionades " 103 107 "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: 354108 "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 108 112 msgid "If checked, excludes comments from post authors on their own posts." 109 113 msgstr "" … … 111 115 "publicacions." 112 116 113 #: class-decent-comments-widget.php: 361117 #: class-decent-comments-widget.php:539 114 118 msgid "" 115 119 "If checked, shows an excerpt of the comment. Otherwise the full text of the " … … 119 123 "mostrarà el text complet." 120 124 121 #: class-decent-comments-widget.php: 462125 #: class-decent-comments-widget.php:640 122 126 msgid "Include pingbacks." 123 127 msgstr "Inclou pingbacks." 124 128 125 #: class-decent-comments-widget.php: 469129 #: class-decent-comments-widget.php:647 126 130 msgid "Include trackbacks." 127 131 msgstr "Inclou trackbacks." 128 132 129 #: class-decent-comments-widget.php: 440133 #: class-decent-comments-widget.php:618 130 134 msgid "" 131 135 "Indicate <strong>category</strong> if you would like to show comments on " … … 139 143 "strong> i poseu les etiquetes als <strong>termes</strong> ." 140 144 141 #: class-decent-comments-renderer.php: 99145 #: class-decent-comments-renderer.php:106 142 146 msgid "Karma" 143 147 msgstr "Karma" 144 148 145 #: class-decent-comments-widget.php: 341149 #: class-decent-comments-widget.php:513 146 150 msgid "" 147 151 "Leave empty to show comments for all post types. To show comments for a " … … 152 156 "concret, indiqueu el tipus de publicació." 153 157 154 #: class-decent-comments-widget.php: 324158 #: class-decent-comments-widget.php:493 155 159 msgid "" 156 160 "Leave empty to show comments for all posts. To show comments for a specific " … … 163 167 "publicacions per a la publicació actual, indiqueu: [actual]" 164 168 165 #: class-decent-comments-widget.php: 403169 #: class-decent-comments-widget.php:581 166 170 msgid "Link authors" 167 171 msgstr "Enllaçar autors" 168 172 169 #: class-decent-comments-widget.php: 374173 #: class-decent-comments-widget.php:552 170 174 msgid "Number of characters in excerpts" 171 175 msgstr "Nombre de caràcters als extractes" 172 176 173 #: class-decent-comments-widget.php: 286177 #: class-decent-comments-widget.php:455 174 178 msgid "Number of comments" 175 179 msgstr "Nombre de comentaris" 176 180 177 #: class-decent-comments-widget.php:367 181 #: class-decent-comments-rest.php:41 182 msgid "Number of comments to return" 183 msgstr "Nombre de comentaris" 184 185 #: class-decent-comments-widget.php:545 178 186 msgid "Number of words in excerpts" 179 187 msgstr "Nombre de paraules als extractes" 180 188 181 #: decent-comments.php:186189 #: class-decent-comments.php:58 182 190 msgid "Options" 183 191 msgstr "Opcions" 184 192 185 #: class-decent-comments-widget.php: 293193 #: class-decent-comments-widget.php:462 186 194 msgid "Order by ..." 187 195 msgstr "Ordenar per..." 188 196 189 #: class-decent-comments-widget.php: 462197 #: class-decent-comments-widget.php:640 190 198 msgid "Pingbacks" 191 199 msgstr "Pingbacks" 192 200 193 #: class-decent-comments-renderer.php:10 0201 #: class-decent-comments-renderer.php:107 194 202 msgid "Post" 195 203 msgstr "Publicació" 196 204 197 #: class-decent-comments-widget.php: 324205 #: class-decent-comments-widget.php:493 198 206 msgid "Post ID" 199 207 msgstr "ID de la publicació" 200 208 201 #: class-decent-comments-widget.php: 341209 #: class-decent-comments-widget.php:518 202 210 msgid "Post Type" 203 211 msgstr "Tipus d’entrada" 204 212 205 #: decent-comments.php:172 213 #: class-decent-comments-rest.php:99 214 msgid "Post category or tag" 215 msgstr "Categoria o etiqueta de publicació" 216 217 #: class-decent-comments.php:172 206 218 msgid "Save" 207 219 msgstr "Desar" 208 220 209 #: class-decent-comments-widget.php: 330221 #: class-decent-comments-widget.php:499 210 222 #, php-format 211 223 msgid "Selected post: <em>%s</em>" 212 224 msgstr "Publicació seleccionada: <em>%s</em>" 213 225 214 #: decent-comments.php:165226 #: class-decent-comments.php:165 215 227 msgid "Settings" 216 228 msgstr "Configuració" 217 229 218 #: class-decent-comments-widget.php: 424230 #: class-decent-comments-widget.php:602 219 231 msgid "Show a link to the post that the comment applies to." 220 232 msgstr "Mostra un enllaç a la publicació on es troba el comentari." 221 233 222 #: class-decent-comments-widget.php: 431234 #: class-decent-comments-widget.php:609 223 235 msgid "Show an excerpt of the comment or the full comment." 224 236 msgstr "Mostra un extracte del comentari o del comentari complet." 225 237 226 #: class-decent-comments-widget.php: 389238 #: class-decent-comments-widget.php:567 227 239 msgid "Show author" 228 240 msgstr "Mostra l'autor" 229 241 230 #: class-decent-comments-widget.php: 410242 #: class-decent-comments-widget.php:588 231 243 msgid "Show avatar" 232 244 msgstr "Mostra l'avatar" 233 245 234 #: class-decent-comments-widget.php: 361246 #: class-decent-comments-widget.php:539 235 247 msgid "Show comment excerpt" 236 248 msgstr "Mostra l'extracte del comentari" 237 249 238 #: class-decent-comments-widget.php: 396250 #: class-decent-comments-widget.php:574 239 251 msgid "Show date" 240 252 msgstr "Mostra la data" 241 253 242 #: class-decent-comments-widget.php: 424254 #: class-decent-comments-widget.php:602 243 255 msgid "Show link to post" 244 256 msgstr "Mostra l'enllaç a la publicació" 245 257 246 #: class-decent-comments-widget.php: 410258 #: class-decent-comments-widget.php:588 247 259 msgid "Show the avatar of the author." 248 260 msgstr "Mostra l'avatar de l'autor." 249 261 250 #: class-decent-comments-widget.php: 431262 #: class-decent-comments-widget.php:609 251 263 msgid "Show the comment" 252 264 msgstr "Mostra el comentari" 253 265 254 #: class-decent-comments-widget.php: 396266 #: class-decent-comments-widget.php:574 255 267 msgid "Show the date and time when the comment was posted." 256 268 msgstr "Mostra la data i l'hora en què s'ha publicat el comentari." 257 269 258 #: class-decent-comments-widget.php:305 270 #: class-decent-comments-rest.php:50 271 msgid "Size of author avatars in pixels" 272 msgstr "La mida de l'avatar en píxels" 273 274 #: class-decent-comments-rest.php:74 275 msgid "Sort comments by: date, author_email, author_url, content, karma, post" 276 msgstr "" 277 "Ordena els comentaris per: date, author_email, author_url, content, karma, " 278 "post" 279 280 #: class-decent-comments-widget.php:474 259 281 msgid "Sort order" 260 282 msgstr "Ordre de classificació" 261 283 262 #: class-decent-comments-widget.php: 305284 #: class-decent-comments-widget.php:474 263 285 msgid "Sort order." 264 286 msgstr "Ordre de classificació." 265 287 266 #: class-decent-comments-widget.php:293 288 #: class-decent-comments-rest.php:90 289 msgid "Sort order: asc or desc" 290 msgstr "Ordre de classificació: asc o desc" 291 292 #: class-decent-comments-widget.php:462 267 293 msgid "Sorting criteria." 268 294 msgstr "Criteris de classificació." 269 295 270 #: class-decent-comments-widget.php: 437296 #: class-decent-comments-widget.php:615 271 297 msgid "Taxonomy" 272 298 msgstr "Taxonomia" 273 299 274 #: class-decent-comments-widget.php:452 300 #: class-decent-comments-rest.php:107 301 msgid "Term ids or slugs" 302 msgstr "Identificadors de termes o slugs" 303 304 #: class-decent-comments-widget.php:630 275 305 msgid "Terms" 276 306 msgstr "Termes" 277 307 278 #: class-decent-comments-widget.php: 455308 #: class-decent-comments-widget.php:633 279 309 msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given." 280 310 msgstr "Termes o {current}. S'ha de donar una <strong>taxonomia</strong> ." 281 311 282 #: class-decent-comments-widget.php:381 312 #: class-decent-comments-widget.php:442 313 #, php-format 314 msgid "Thanks for supporting our work with a purchase in our %sShop%s!" 315 msgstr "" 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 283 320 msgid "The ellipsis is shown after the excerpt when there is more content." 284 321 msgstr "" … … 286 323 "contingut." 287 324 288 #: class-decent-comments-widget.php: 374325 #: class-decent-comments-widget.php:552 289 326 msgid "The maximum number of characters shown in excerpts." 290 327 msgstr "El nombre màxim de caràcters que es mostren als extractes." 291 328 292 #: class-decent-comments-widget.php: 367329 #: class-decent-comments-widget.php:545 293 330 msgid "The maximum number of words shown in excerpts." 294 331 msgstr "El nombre màxim de paraules que es mostren als extractes." 295 332 296 #: class-decent-comments-widget.php: 286333 #: class-decent-comments-widget.php:455 297 334 msgid "The number of comments to show." 298 335 msgstr "El nombre de comentaris que es mostraran." 299 336 300 #: class-decent-comments-widget.php: 416337 #: class-decent-comments-widget.php:594 301 338 msgid "The size of the avatar in pixels." 302 339 msgstr "La mida de l'avatar en píxels." 303 340 304 #: class-decent-comments-widget.php: 279341 #: class-decent-comments-widget.php:448 305 342 msgid "Title" 306 343 msgstr "Títol" 307 344 308 #: class-decent-comments-widget.php: 327345 #: class-decent-comments-widget.php:496 309 346 msgid "Title, empty, post ID or [current]" 310 347 msgstr "Títol, buit, ID de la publicació o [actual]" 311 348 312 #: class-decent-comments-widget.php: 469349 #: class-decent-comments-widget.php:647 313 350 msgid "Trackbacks" 314 351 msgstr "Trackbacks" 315 352 316 #: class-decent-comments-widget.php:403 353 #: class-decent-comments-rest.php:122 354 msgid "Whether to include Pingbacks" 355 msgstr "Inclou pingbacks" 356 357 #: class-decent-comments-rest.php:130 358 msgid "Whether to include Trackbacks" 359 msgstr "Inclou trackbacks" 360 361 #: class-decent-comments-widget.php:581 317 362 msgid "Whether to link comment authors to their website." 318 363 msgstr "Enllaçar els autors de comentaris al seu lloc web o no." 319 364 320 #: class-decent-comments-widget.php: 389365 #: class-decent-comments-widget.php:567 321 366 msgid "Whether to show the author of each comment." 322 367 msgstr "Mostrar l'autor de cada comentari o no." 368 369 #: class-decent-comments-widget.php:515 370 msgid "You can indicate one ore more post types separated by comma." 371 msgstr "Podeu indicar un o més tipus de publicació separats per coma." 372 373 #: class-decent-comments-renderer.php:506 374 #, php-format 375 msgctxt "comment-link" 376 msgid "on %s" 377 msgstr "en %s" -
decent-comments/trunk/languages/decent-comments-de_DE.po
r2279190 r3426106 8 8 "Project-Id-Version: decent-comments 1.1.3\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 202 0-04-08 12:32+0200\n"11 "PO-Revision-Date: 202 0-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" 12 12 "Last-Translator: kento <http://www.itthinx.com/plugins/decent-comments/>\n" 13 13 "Language-Team: German <http://www.itthinx.com/plugins/decent-comments/>\n" … … 16 16 "Content-Type: text/plain; charset=UTF-8\n" 17 17 "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 21 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 22 msgstr "$store muss eine Instanz von WP_Style_Engine_CSS_Rules_Store sein" 23 24 #: class-decent-comments-renderer.php:496 21 25 #, php-format 22 26 msgctxt "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 27 msgid "%1$s at %2$s" 28 msgstr "%1$s um %2$s" 29 30 #: class-decent-comments-widget.php:615 33 31 msgid "A taxonomy, e.g. category or post_tag" 34 32 msgstr "Eine Taxonomie, zum Beispiel category oder post_tag" 35 33 36 #: decent-comments.php:17334 #: class-decent-comments.php:136 37 35 msgid "Access denied." 38 36 msgstr "Zugriff verweigert." 39 37 40 #: class-decent-comments-renderer.php:1 0338 #: class-decent-comments-renderer.php:110 41 39 msgid "Ascending" 42 40 msgstr "Aufsteigend" 43 41 44 #: class-decent-comments-renderer.php: 9542 #: class-decent-comments-renderer.php:102 45 43 msgid "Author Email" 46 44 msgstr "Email des Autors" 47 45 48 #: class-decent-comments-renderer.php: 9646 #: class-decent-comments-renderer.php:103 49 47 msgid "Author URL" 50 48 msgstr "URL des Autors" 51 49 52 #: class-decent-comments-widget.php: 35550 #: class-decent-comments-widget.php:522 53 51 #, php-format 54 52 msgid "Available post types: %s" 55 53 msgstr "Verfügbare Eintragstypen: %s" 56 54 57 #: class-decent-comments-widget.php: 42755 #: class-decent-comments-widget.php:594 58 56 msgid "Avatar size" 59 57 msgstr "Avatar Größe" 60 58 61 #: class-decent-comments-renderer.php: 9759 #: class-decent-comments-renderer.php:104 62 60 msgid "Content" 63 61 msgstr "Inhalt" 64 62 65 #: class-decent-comments-renderer.php: 9863 #: class-decent-comments-renderer.php:105 66 64 msgid "Date" 67 65 msgstr "Datum" 68 66 69 #: decent-comments.php:16367 #: class-decent-comments.php:122 70 68 msgid "Decent Comments" 71 69 msgstr "Decent Comments" 72 70 73 #: decent-comments.php:163 decent-comments.php:17971 #: class-decent-comments.php:121 class-decent-comments.php:157 74 72 msgid "Decent Comments Options" 75 73 msgstr "Decent Comments Einstellungen" 76 74 77 #: decent-comments.php:20575 #: class-decent-comments.php:168 78 76 msgid "Delete settings when the plugin is deactivated" 79 77 msgstr "Die Einstellungen löschen wenn das Plugin deaktiviert wird" 80 78 81 #: class-decent-comments-renderer.php:1 0479 #: class-decent-comments-renderer.php:111 82 80 msgid "Descending" 83 81 msgstr "Absteigend" 84 82 85 #: class-decent-comments-widget.php: 39283 #: class-decent-comments-widget.php:559 86 84 msgid "Ellipsis" 87 85 msgstr "Ellipse" 88 86 89 #: class-decent-comments-widget.php: 36587 #: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114 90 88 msgid "Exclude comments from post authors" 91 89 msgstr "Kommentare von Eintragsautoren ausschließen" 92 90 93 #: class-decent-comments-widget.php:463 91 #: class-decent-comments-rest.php:58 92 msgid "ID of the post to get comments for (0 for all posts)" 93 msgstr "ID des Artikels mit Kommentaren (0 für alle Artikel)" 94 95 #: class-decent-comments-widget.php:630 94 96 msgid "" 95 97 "If a taxonomy is given , indicate terms in that taxonomy separated by comma " … … 105 107 "angezeigt." 106 108 107 #: class-decent-comments-widget.php: 365109 #: class-decent-comments-widget.php:532 108 110 msgid "If checked, excludes comments from post authors on their own posts." 109 111 msgstr "" … … 111 113 "dies aktiviert ist." 112 114 113 #: class-decent-comments-widget.php: 372115 #: class-decent-comments-widget.php:539 114 116 msgid "" 115 117 "If checked, shows an excerpt of the comment. Otherwise the full text of the " … … 119 121 "Ansonsten wird der gesamte Text angezeigt." 120 122 121 #: class-decent-comments-widget.php: 473123 #: class-decent-comments-widget.php:640 122 124 msgid "Include pingbacks." 123 125 msgstr "Pingbacks einbeziehen." 124 126 125 #: class-decent-comments-widget.php: 480127 #: class-decent-comments-widget.php:647 126 128 msgid "Include trackbacks." 127 129 msgstr "Trackbacks einbeziehen." 128 130 129 #: class-decent-comments-widget.php: 451131 #: class-decent-comments-widget.php:618 130 132 msgid "" 131 133 "Indicate <strong>category</strong> if you would like to show comments on " … … 141 143 "<strong>Begriffe</strong>." 142 144 143 #: class-decent-comments-renderer.php: 99145 #: class-decent-comments-renderer.php:106 144 146 msgid "Karma" 145 147 msgstr "Karma" 146 148 147 #: class-decent-comments-widget.php: 346149 #: class-decent-comments-widget.php:513 148 150 msgid "" 149 151 "Leave empty to show comments for all post types. To show comments for a " … … 153 155 "Kommentare auf einen speziellen Eintragstyp anzuzeigen, diesen hier angeben." 154 156 155 #: class-decent-comments-widget.php: 326157 #: class-decent-comments-widget.php:493 156 158 msgid "" 157 159 "Leave empty to show comments for all posts. To show comments for a specific " … … 164 166 "aktuellen Artikel anzuzeigen, sollte [current] angegeben werden." 165 167 166 #: class-decent-comments-widget.php: 414168 #: class-decent-comments-widget.php:581 167 169 msgid "Link authors" 168 170 msgstr "Autoren verlinken" 169 171 170 #: class-decent-comments-widget.php: 385172 #: class-decent-comments-widget.php:552 171 173 msgid "Number of characters in excerpts" 172 174 msgstr "Anzahl der Zeichen in Auszügen" 173 175 174 #: class-decent-comments-widget.php: 288176 #: class-decent-comments-widget.php:455 175 177 msgid "Number of comments" 176 178 msgstr "Anzahl der Kommentare" 177 179 178 #: class-decent-comments-widget.php:378 180 #: class-decent-comments-rest.php:41 181 msgid "Number of comments to return" 182 msgstr "Anzahl der Kommentare" 183 184 #: class-decent-comments-widget.php:545 179 185 msgid "Number of words in excerpts" 180 186 msgstr "Anzahl der Worte in Auszügen" 181 187 182 #: decent-comments.php:226188 #: class-decent-comments.php:58 183 189 msgid "Options" 184 190 msgstr "Optionen" 185 191 186 #: class-decent-comments-widget.php: 295192 #: class-decent-comments-widget.php:462 187 193 msgid "Order by ..." 188 194 msgstr "Ordnen nach ..." 189 195 190 #: class-decent-comments-widget.php: 473196 #: class-decent-comments-widget.php:640 191 197 msgid "Pingbacks" 192 198 msgstr "Pingbacks" 193 199 194 #: class-decent-comments-renderer.php:10 0200 #: class-decent-comments-renderer.php:107 195 201 msgid "Post" 196 202 msgstr "Artikel" 197 203 198 #: class-decent-comments-widget.php: 326204 #: class-decent-comments-widget.php:493 199 205 msgid "Post ID" 200 206 msgstr "Artikel-ID" 201 207 202 #: class-decent-comments-widget.php: 351208 #: class-decent-comments-widget.php:518 203 209 msgid "Post Type" 204 210 msgstr "Eintragstyp" 205 211 206 #: decent-comments.php:209 212 #: class-decent-comments-rest.php:99 213 msgid "Post category or tag" 214 msgstr "Artikelkategorie oder Etikett" 215 216 #: class-decent-comments.php:172 207 217 msgid "Save" 208 218 msgstr "Speichern" 209 219 210 #: class-decent-comments-widget.php: 332220 #: class-decent-comments-widget.php:499 211 221 #, php-format 212 222 msgid "Selected post: <em>%s</em>" 213 223 msgstr "Ausgewählter Artikel: <em>%s</em>" 214 224 215 #: decent-comments.php:202225 #: class-decent-comments.php:165 216 226 msgid "Settings" 217 227 msgstr "Einstellungen" 218 228 219 #: class-decent-comments-widget.php: 435229 #: class-decent-comments-widget.php:602 220 230 msgid "Show a link to the post that the comment applies to." 221 231 msgstr "Einen Link zum Artikel anzeigen." 222 232 223 #: class-decent-comments-widget.php: 442233 #: class-decent-comments-widget.php:609 224 234 msgid "Show an excerpt of the comment or the full comment." 225 235 msgstr "Einen Auszug oder den vollen Kommentar anzeigen." 226 236 227 #: class-decent-comments-widget.php: 400237 #: class-decent-comments-widget.php:567 228 238 msgid "Show author" 229 239 msgstr "Den Autor anzeigen" 230 240 231 #: class-decent-comments-widget.php: 421241 #: class-decent-comments-widget.php:588 232 242 msgid "Show avatar" 233 243 msgstr "Den Avatar anzeigen" 234 244 235 #: class-decent-comments-widget.php: 372245 #: class-decent-comments-widget.php:539 236 246 msgid "Show comment excerpt" 237 247 msgstr "Den Auszug anzeigen" 238 248 239 #: class-decent-comments-widget.php: 407249 #: class-decent-comments-widget.php:574 240 250 msgid "Show date" 241 251 msgstr "Datum anzeigen" 242 252 243 #: class-decent-comments-widget.php: 435253 #: class-decent-comments-widget.php:602 244 254 msgid "Show link to post" 245 255 msgstr "Den Link zum Artikel anzeigen" 246 256 247 #: class-decent-comments-widget.php: 421257 #: class-decent-comments-widget.php:588 248 258 msgid "Show the avatar of the author." 249 259 msgstr "Den Avatar des Autors anzeigen." 250 260 251 #: class-decent-comments-widget.php: 442261 #: class-decent-comments-widget.php:609 252 262 msgid "Show the comment" 253 263 msgstr "Den Kommentar anzeigen" 254 264 255 #: class-decent-comments-widget.php: 407265 #: class-decent-comments-widget.php:574 256 266 msgid "Show the date and time when the comment was posted." 257 267 msgstr "Das Datum und die Uhrzeit des Kommentars anzeigen." 258 268 259 #: class-decent-comments-widget.php:307 269 #: class-decent-comments-rest.php:50 270 msgid "Size of author avatars in pixels" 271 msgstr "Die Größe des Avatars in Pixeln" 272 273 #: class-decent-comments-rest.php:74 274 msgid "Sort comments by: date, author_email, author_url, content, karma, post" 275 msgstr "" 276 "Kommentare sortieren nach: date, author_email, author_url, content, karma, " 277 "post" 278 279 #: class-decent-comments-widget.php:474 260 280 msgid "Sort order" 261 281 msgstr "Reihenfolge" 262 282 263 #: class-decent-comments-widget.php: 307283 #: class-decent-comments-widget.php:474 264 284 msgid "Sort order." 265 285 msgstr "Reihenfolge." 266 286 267 #: class-decent-comments-widget.php:295 287 #: class-decent-comments-rest.php:90 288 msgid "Sort order: asc or desc" 289 msgstr "Reihenfolge: asc oder desc" 290 291 #: class-decent-comments-widget.php:462 268 292 msgid "Sorting criteria." 269 293 msgstr "Sortierkriterium." 270 294 271 #: class-decent-comments-widget.php: 448295 #: class-decent-comments-widget.php:615 272 296 msgid "Taxonomy" 273 297 msgstr "Taxonomie" 274 298 275 #: class-decent-comments-widget.php:463 299 #: class-decent-comments-rest.php:107 300 msgid "Term ids or slugs" 301 msgstr "Begriffs-IDs oder Slugs" 302 303 #: class-decent-comments-widget.php:630 276 304 msgid "Terms" 277 305 msgstr "Begriffe" 278 306 279 #: class-decent-comments-widget.php: 466307 #: class-decent-comments-widget.php:633 280 308 msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given." 281 309 msgstr "" … … 283 311 "angegeben werden." 284 312 285 #: class-decent-comments-widget.php:392 313 #: class-decent-comments-widget.php:442 314 #, php-format 315 msgid "Thanks for supporting our work with a purchase in our %sShop%s!" 316 msgstr "Unterstütze unsere Arbeit durch einen Kauf in unserem %sShop%s!" 317 318 #: class-decent-comments-widget.php:559 286 319 msgid "The ellipsis is shown after the excerpt when there is more content." 287 320 msgstr "" … … 289 322 "vorhanden ist." 290 323 291 #: class-decent-comments-widget.php: 385324 #: class-decent-comments-widget.php:552 292 325 msgid "The maximum number of characters shown in excerpts." 293 326 msgstr "Die maximale Anzahl der Zeichen die in Auszügen angezeigt wird." 294 327 295 #: class-decent-comments-widget.php: 378328 #: class-decent-comments-widget.php:545 296 329 msgid "The maximum number of words shown in excerpts." 297 330 msgstr "Die maximale Anzahl an Worten die in Auszügen angezeigt wird." 298 331 299 #: class-decent-comments-widget.php: 288332 #: class-decent-comments-widget.php:455 300 333 msgid "The number of comments to show." 301 334 msgstr "Die Anzahl der Kommentare die angezeigt werden sollen." 302 335 303 #: class-decent-comments-widget.php: 427336 #: class-decent-comments-widget.php:594 304 337 msgid "The size of the avatar in pixels." 305 338 msgstr "Die Größe des Avatars in Pixeln." 306 339 307 #: class-decent-comments-widget.php: 281340 #: class-decent-comments-widget.php:448 308 341 msgid "Title" 309 342 msgstr "Titel" 310 343 311 #: class-decent-comments-widget.php: 329344 #: class-decent-comments-widget.php:496 312 345 msgid "Title, empty, post ID or [current]" 313 346 msgstr "Titel, leer, Artikel-ID oder [current]" 314 347 315 #: class-decent-comments-widget.php: 480348 #: class-decent-comments-widget.php:647 316 349 msgid "Trackbacks" 317 350 msgstr "Trackbacks" 318 351 319 #: class-decent-comments-widget.php:414 352 #: class-decent-comments-rest.php:122 353 msgid "Whether to include Pingbacks" 354 msgstr "Pingbacks einbeziehen" 355 356 #: class-decent-comments-rest.php:130 357 msgid "Whether to include Trackbacks" 358 msgstr "Trackbacks einbeziehen" 359 360 #: class-decent-comments-widget.php:581 320 361 msgid "Whether to link comment authors to their website." 321 362 msgstr "Ob Autoren zu ihren Webseiten verlinkt werden sollen." 322 363 323 #: class-decent-comments-widget.php: 400364 #: class-decent-comments-widget.php:567 324 365 msgid "Whether to show the author of each comment." 325 366 msgstr "Ob der Autor zu jedem Kommentar angezeigt werden soll." 326 367 327 #: class-decent-comments-widget.php: 348368 #: class-decent-comments-widget.php:515 328 369 msgid "You can indicate one ore more post types separated by comma." 329 370 msgstr "" 330 371 "Es können einer oder mehrere Beitragstypen durch Komma getrennt angegeben " 331 372 "werden." 373 374 #: class-decent-comments-renderer.php:506 375 #, php-format 376 msgctxt "comment-link" 377 msgid "on %s" 378 msgstr "zu %s" -
decent-comments/trunk/languages/decent-comments-de_DE_formal.po
r2279190 r3426106 8 8 "Project-Id-Version: decent-comments 1.1.3\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 202 0-04-08 12:32+0200\n"11 "PO-Revision-Date: 202 0-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" 12 12 "Last-Translator: kento <http://www.itthinx.com/plugins/decent-comments/>\n" 13 13 "Language-Team: German <http://www.itthinx.com/plugins/decent-comments/>\n" … … 16 16 "Content-Type: text/plain; charset=UTF-8\n" 17 17 "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 21 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 22 msgstr "$store muss eine Instanz von WP_Style_Engine_CSS_Rules_Store sein" 23 24 #: class-decent-comments-renderer.php:496 21 25 #, php-format 22 26 msgctxt "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 27 msgid "%1$s at %2$s" 28 msgstr "%1$s um %2$s" 29 30 #: class-decent-comments-widget.php:615 33 31 msgid "A taxonomy, e.g. category or post_tag" 34 32 msgstr "Eine Taxonomie, zum Beispiel category oder post_tag" 35 33 36 #: decent-comments.php:17334 #: class-decent-comments.php:136 37 35 msgid "Access denied." 38 36 msgstr "Zugriff verweigert." 39 37 40 #: class-decent-comments-renderer.php:1 0338 #: class-decent-comments-renderer.php:110 41 39 msgid "Ascending" 42 40 msgstr "Aufsteigend" 43 41 44 #: class-decent-comments-renderer.php: 9542 #: class-decent-comments-renderer.php:102 45 43 msgid "Author Email" 46 44 msgstr "Email des Autors" 47 45 48 #: class-decent-comments-renderer.php: 9646 #: class-decent-comments-renderer.php:103 49 47 msgid "Author URL" 50 48 msgstr "URL des Autors" 51 49 52 #: class-decent-comments-widget.php: 35550 #: class-decent-comments-widget.php:522 53 51 #, php-format 54 52 msgid "Available post types: %s" 55 53 msgstr "Verfügbare Eintragstypen: %s" 56 54 57 #: class-decent-comments-widget.php: 42755 #: class-decent-comments-widget.php:594 58 56 msgid "Avatar size" 59 57 msgstr "Avatar Größe" 60 58 61 #: class-decent-comments-renderer.php: 9759 #: class-decent-comments-renderer.php:104 62 60 msgid "Content" 63 61 msgstr "Inhalt" 64 62 65 #: class-decent-comments-renderer.php: 9863 #: class-decent-comments-renderer.php:105 66 64 msgid "Date" 67 65 msgstr "Datum" 68 66 69 #: decent-comments.php:16367 #: class-decent-comments.php:122 70 68 msgid "Decent Comments" 71 69 msgstr "Decent Comments" 72 70 73 #: decent-comments.php:163 decent-comments.php:17971 #: class-decent-comments.php:121 class-decent-comments.php:157 74 72 msgid "Decent Comments Options" 75 73 msgstr "Decent Comments Einstellungen" 76 74 77 #: decent-comments.php:20575 #: class-decent-comments.php:168 78 76 msgid "Delete settings when the plugin is deactivated" 79 77 msgstr "Die Einstellungen löschen wenn das Plugin deaktiviert wird" 80 78 81 #: class-decent-comments-renderer.php:1 0479 #: class-decent-comments-renderer.php:111 82 80 msgid "Descending" 83 81 msgstr "Absteigend" 84 82 85 #: class-decent-comments-widget.php: 39283 #: class-decent-comments-widget.php:559 86 84 msgid "Ellipsis" 87 85 msgstr "Ellipse" 88 86 89 #: class-decent-comments-widget.php: 36587 #: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114 90 88 msgid "Exclude comments from post authors" 91 89 msgstr "Kommentare von Eintragsautoren ausschließen" 92 90 93 #: class-decent-comments-widget.php:463 91 #: class-decent-comments-rest.php:58 92 msgid "ID of the post to get comments for (0 for all posts)" 93 msgstr "ID des Artikels mit Kommentaren (0 für alle Artikel)" 94 95 #: class-decent-comments-widget.php:630 94 96 msgid "" 95 97 "If a taxonomy is given , indicate terms in that taxonomy separated by comma " … … 105 107 "angezeigt." 106 108 107 #: class-decent-comments-widget.php: 365109 #: class-decent-comments-widget.php:532 108 110 msgid "If checked, excludes comments from post authors on their own posts." 109 111 msgstr "" … … 111 113 "dies aktiviert ist." 112 114 113 #: class-decent-comments-widget.php: 372115 #: class-decent-comments-widget.php:539 114 116 msgid "" 115 117 "If checked, shows an excerpt of the comment. Otherwise the full text of the " … … 119 121 "Ansonsten wird der gesamte Text angezeigt." 120 122 121 #: class-decent-comments-widget.php: 473123 #: class-decent-comments-widget.php:640 122 124 msgid "Include pingbacks." 123 125 msgstr "Pingbacks einbeziehen." 124 126 125 #: class-decent-comments-widget.php: 480127 #: class-decent-comments-widget.php:647 126 128 msgid "Include trackbacks." 127 129 msgstr "Trackbacks einbeziehen." 128 130 129 #: class-decent-comments-widget.php: 451131 #: class-decent-comments-widget.php:618 130 132 msgid "" 131 133 "Indicate <strong>category</strong> if you would like to show comments on " … … 141 143 "<strong>Begriffe</strong>." 142 144 143 #: class-decent-comments-renderer.php: 99145 #: class-decent-comments-renderer.php:106 144 146 msgid "Karma" 145 147 msgstr "Karma" 146 148 147 #: class-decent-comments-widget.php: 346149 #: class-decent-comments-widget.php:513 148 150 msgid "" 149 151 "Leave empty to show comments for all post types. To show comments for a " … … 153 155 "Kommentare auf einen speziellen Eintragstyp anzuzeigen, diesen hier angeben." 154 156 155 #: class-decent-comments-widget.php: 326157 #: class-decent-comments-widget.php:493 156 158 msgid "" 157 159 "Leave empty to show comments for all posts. To show comments for a specific " … … 164 166 "aktuellen Artikel anzuzeigen, sollte [current] angegeben werden." 165 167 166 #: class-decent-comments-widget.php: 414168 #: class-decent-comments-widget.php:581 167 169 msgid "Link authors" 168 170 msgstr "Autoren verlinken" 169 171 170 #: class-decent-comments-widget.php: 385172 #: class-decent-comments-widget.php:552 171 173 msgid "Number of characters in excerpts" 172 174 msgstr "Anzahl der Zeichen in Auszügen" 173 175 174 #: class-decent-comments-widget.php: 288176 #: class-decent-comments-widget.php:455 175 177 msgid "Number of comments" 176 178 msgstr "Anzahl der Kommentare" 177 179 178 #: class-decent-comments-widget.php:378 180 #: class-decent-comments-rest.php:41 181 msgid "Number of comments to return" 182 msgstr "Anzahl der Kommentare" 183 184 #: class-decent-comments-widget.php:545 179 185 msgid "Number of words in excerpts" 180 186 msgstr "Anzahl der Worte in Auszügen" 181 187 182 #: decent-comments.php:226188 #: class-decent-comments.php:58 183 189 msgid "Options" 184 190 msgstr "Optionen" 185 191 186 #: class-decent-comments-widget.php: 295192 #: class-decent-comments-widget.php:462 187 193 msgid "Order by ..." 188 194 msgstr "Ordnen nach ..." 189 195 190 #: class-decent-comments-widget.php: 473196 #: class-decent-comments-widget.php:640 191 197 msgid "Pingbacks" 192 198 msgstr "Pingbacks" 193 199 194 #: class-decent-comments-renderer.php:10 0200 #: class-decent-comments-renderer.php:107 195 201 msgid "Post" 196 202 msgstr "Artikel" 197 203 198 #: class-decent-comments-widget.php: 326204 #: class-decent-comments-widget.php:493 199 205 msgid "Post ID" 200 206 msgstr "Artikel-ID" 201 207 202 #: class-decent-comments-widget.php: 351208 #: class-decent-comments-widget.php:518 203 209 msgid "Post Type" 204 210 msgstr "Eintragstyp" 205 211 206 #: decent-comments.php:209 212 #: class-decent-comments-rest.php:99 213 msgid "Post category or tag" 214 msgstr "Artikelkategorie oder Etikett" 215 216 #: class-decent-comments.php:172 207 217 msgid "Save" 208 218 msgstr "Speichern" 209 219 210 #: class-decent-comments-widget.php: 332220 #: class-decent-comments-widget.php:499 211 221 #, php-format 212 222 msgid "Selected post: <em>%s</em>" 213 223 msgstr "Ausgewählter Artikel: <em>%s</em>" 214 224 215 #: decent-comments.php:202225 #: class-decent-comments.php:165 216 226 msgid "Settings" 217 227 msgstr "Einstellungen" 218 228 219 #: class-decent-comments-widget.php: 435229 #: class-decent-comments-widget.php:602 220 230 msgid "Show a link to the post that the comment applies to." 221 231 msgstr "Einen Link zum Artikel anzeigen." 222 232 223 #: class-decent-comments-widget.php: 442233 #: class-decent-comments-widget.php:609 224 234 msgid "Show an excerpt of the comment or the full comment." 225 235 msgstr "Einen Auszug oder den vollen Kommentar anzeigen." 226 236 227 #: class-decent-comments-widget.php: 400237 #: class-decent-comments-widget.php:567 228 238 msgid "Show author" 229 239 msgstr "Den Autor anzeigen" 230 240 231 #: class-decent-comments-widget.php: 421241 #: class-decent-comments-widget.php:588 232 242 msgid "Show avatar" 233 243 msgstr "Den Avatar anzeigen" 234 244 235 #: class-decent-comments-widget.php: 372245 #: class-decent-comments-widget.php:539 236 246 msgid "Show comment excerpt" 237 247 msgstr "Den Auszug anzeigen" 238 248 239 #: class-decent-comments-widget.php: 407249 #: class-decent-comments-widget.php:574 240 250 msgid "Show date" 241 251 msgstr "Datum anzeigen" 242 252 243 #: class-decent-comments-widget.php: 435253 #: class-decent-comments-widget.php:602 244 254 msgid "Show link to post" 245 255 msgstr "Den Link zum Artikel anzeigen" 246 256 247 #: class-decent-comments-widget.php: 421257 #: class-decent-comments-widget.php:588 248 258 msgid "Show the avatar of the author." 249 259 msgstr "Den Avatar des Autors anzeigen." 250 260 251 #: class-decent-comments-widget.php: 442261 #: class-decent-comments-widget.php:609 252 262 msgid "Show the comment" 253 263 msgstr "Den Kommentar anzeigen" 254 264 255 #: class-decent-comments-widget.php: 407265 #: class-decent-comments-widget.php:574 256 266 msgid "Show the date and time when the comment was posted." 257 267 msgstr "Das Datum und die Uhrzeit des Kommentars anzeigen." 258 268 259 #: class-decent-comments-widget.php:307 269 #: class-decent-comments-rest.php:50 270 msgid "Size of author avatars in pixels" 271 msgstr "Die Größe des Avatars in Pixeln" 272 273 #: class-decent-comments-rest.php:74 274 msgid "Sort comments by: date, author_email, author_url, content, karma, post" 275 msgstr "" 276 "Kommentare sortieren nach: date, author_email, author_url, content, karma, " 277 "post" 278 279 #: class-decent-comments-widget.php:474 260 280 msgid "Sort order" 261 281 msgstr "Reihenfolge" 262 282 263 #: class-decent-comments-widget.php: 307283 #: class-decent-comments-widget.php:474 264 284 msgid "Sort order." 265 285 msgstr "Reihenfolge." 266 286 267 #: class-decent-comments-widget.php:295 287 #: class-decent-comments-rest.php:90 288 msgid "Sort order: asc or desc" 289 msgstr "Reihenfolge: asc oder desc" 290 291 #: class-decent-comments-widget.php:462 268 292 msgid "Sorting criteria." 269 293 msgstr "Sortierkriterium." 270 294 271 #: class-decent-comments-widget.php: 448295 #: class-decent-comments-widget.php:615 272 296 msgid "Taxonomy" 273 297 msgstr "Taxonomie" 274 298 275 #: class-decent-comments-widget.php:463 299 #: class-decent-comments-rest.php:107 300 msgid "Term ids or slugs" 301 msgstr "Begriffs-IDs oder Slugs" 302 303 #: class-decent-comments-widget.php:630 276 304 msgid "Terms" 277 305 msgstr "Begriffe" 278 306 279 #: class-decent-comments-widget.php: 466307 #: class-decent-comments-widget.php:633 280 308 msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given." 281 309 msgstr "" … … 283 311 "angegeben werden." 284 312 285 #: class-decent-comments-widget.php:392 313 #: class-decent-comments-widget.php:442 314 #, php-format 315 msgid "Thanks for supporting our work with a purchase in our %sShop%s!" 316 msgstr "Unterstütze unsere Arbeit durch einen Kauf in unserem %sShop%s!" 317 318 #: class-decent-comments-widget.php:559 286 319 msgid "The ellipsis is shown after the excerpt when there is more content." 287 320 msgstr "" … … 289 322 "vorhanden ist." 290 323 291 #: class-decent-comments-widget.php: 385324 #: class-decent-comments-widget.php:552 292 325 msgid "The maximum number of characters shown in excerpts." 293 326 msgstr "Die maximale Anzahl der Zeichen die in Auszügen angezeigt wird." 294 327 295 #: class-decent-comments-widget.php: 378328 #: class-decent-comments-widget.php:545 296 329 msgid "The maximum number of words shown in excerpts." 297 330 msgstr "Die maximale Anzahl an Worten die in Auszügen angezeigt wird." 298 331 299 #: class-decent-comments-widget.php: 288332 #: class-decent-comments-widget.php:455 300 333 msgid "The number of comments to show." 301 334 msgstr "Die Anzahl der Kommentare die angezeigt werden sollen." 302 335 303 #: class-decent-comments-widget.php: 427336 #: class-decent-comments-widget.php:594 304 337 msgid "The size of the avatar in pixels." 305 338 msgstr "Die Größe des Avatars in Pixeln." 306 339 307 #: class-decent-comments-widget.php: 281340 #: class-decent-comments-widget.php:448 308 341 msgid "Title" 309 342 msgstr "Titel" 310 343 311 #: class-decent-comments-widget.php: 329344 #: class-decent-comments-widget.php:496 312 345 msgid "Title, empty, post ID or [current]" 313 346 msgstr "Titel, leer, Artikel-ID oder [current]" 314 347 315 #: class-decent-comments-widget.php: 480348 #: class-decent-comments-widget.php:647 316 349 msgid "Trackbacks" 317 350 msgstr "Trackbacks" 318 351 319 #: class-decent-comments-widget.php:414 352 #: class-decent-comments-rest.php:122 353 msgid "Whether to include Pingbacks" 354 msgstr "Pingbacks einbeziehen" 355 356 #: class-decent-comments-rest.php:130 357 msgid "Whether to include Trackbacks" 358 msgstr "Trackbacks einbeziehen" 359 360 #: class-decent-comments-widget.php:581 320 361 msgid "Whether to link comment authors to their website." 321 362 msgstr "Ob Autoren zu ihren Webseiten verlinkt werden sollen." 322 363 323 #: class-decent-comments-widget.php: 400364 #: class-decent-comments-widget.php:567 324 365 msgid "Whether to show the author of each comment." 325 366 msgstr "Ob der Autor zu jedem Kommentar angezeigt werden soll." 326 367 327 #: class-decent-comments-widget.php: 348368 #: class-decent-comments-widget.php:515 328 369 msgid "You can indicate one ore more post types separated by comma." 329 370 msgstr "" 330 371 "Es können einer oder mehrere Beitragstypen durch Komma getrennt angegeben " 331 372 "werden." 373 374 #: class-decent-comments-renderer.php:506 375 #, php-format 376 msgctxt "comment-link" 377 msgid "on %s" 378 msgstr "zu %s" -
decent-comments/trunk/languages/decent-comments-es_ES.po
r2807026 r3426106 8 8 "Project-Id-Version: decent-comments 1.3.11\n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 202 0-04-08 12:32+0200\n"11 "PO-Revision-Date: 202 2-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" 12 12 "Last-Translator: kento <http://www.itthinx.com/plugins/decent-comments/>\n" 13 13 "Language-Team: Spanish <http://www.itthinx.com/plugins/decent-comments/>\n" … … 16 16 "Content-Type: text/plain; charset=UTF-8\n" 17 17 "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 21 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 22 msgstr "$store debe ser una instancia de WP_Style_Engine_CSS_Rules_Store" 23 24 #: class-decent-comments-renderer.php:496 21 25 #, php-format 22 26 msgctxt "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 27 msgid "%1$s at %2$s" 28 msgstr "%1$s a las %2$s" 29 30 #: class-decent-comments-widget.php:615 33 31 msgid "A taxonomy, e.g. category or post_tag" 34 32 msgstr "Una taxonomía, ej. categoría o etiqueta" 35 33 36 #: decent-comments.php:17334 #: class-decent-comments.php:136 37 35 msgid "Access denied." 38 36 msgstr "Acceso denegado." 39 37 40 #: class-decent-comments-renderer.php:1 0338 #: class-decent-comments-renderer.php:110 41 39 msgid "Ascending" 42 40 msgstr "Ascendente" 43 41 44 #: class-decent-comments-renderer.php: 9542 #: class-decent-comments-renderer.php:102 45 43 msgid "Author Email" 46 44 msgstr "Email del autor" 47 45 48 #: class-decent-comments-renderer.php: 9646 #: class-decent-comments-renderer.php:103 49 47 msgid "Author URL" 50 48 msgstr "URL del autor" 51 49 52 #: class-decent-comments-widget.php: 35550 #: class-decent-comments-widget.php:522 53 51 #, php-format 54 52 msgid "Available post types: %s" 55 53 msgstr "Tipos de post disponibles: %s" 56 54 57 #: class-decent-comments-widget.php: 42755 #: class-decent-comments-widget.php:594 58 56 msgid "Avatar size" 59 57 msgstr "Tamaño de avatar" 60 58 61 #: class-decent-comments-renderer.php: 9759 #: class-decent-comments-renderer.php:104 62 60 msgid "Content" 63 61 msgstr "Contenido" 64 62 65 #: class-decent-comments-renderer.php: 9863 #: class-decent-comments-renderer.php:105 66 64 msgid "Date" 67 65 msgstr "Fecha" 68 66 69 #: decent-comments.php:16367 #: class-decent-comments.php:122 70 68 msgid "Decent Comments" 71 69 msgstr "Decent Comments" 72 70 73 #: decent-comments.php:163 decent-comments.php:17971 #: class-decent-comments.php:121 class-decent-comments.php:157 74 72 msgid "Decent Comments Options" 75 73 msgstr "Opciones de Decent Comments" 76 74 77 #: decent-comments.php:20575 #: class-decent-comments.php:168 78 76 msgid "Delete settings when the plugin is deactivated" 79 77 msgstr "Eliminar la configuración cuando el plugin es desactivado" 80 78 81 #: class-decent-comments-renderer.php:1 0479 #: class-decent-comments-renderer.php:111 82 80 msgid "Descending" 83 81 msgstr "Descendente" 84 82 85 #: class-decent-comments-widget.php: 39283 #: class-decent-comments-widget.php:559 86 84 msgid "Ellipsis" 87 85 msgstr "Elipsis" 88 86 89 #: class-decent-comments-widget.php: 36587 #: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114 90 88 msgid "Exclude comments from post authors" 91 89 msgstr "Excluir los comentarios de los autores de los artículos" 92 90 93 #: class-decent-comments-widget.php:463 91 #: class-decent-comments-rest.php:58 92 msgid "ID of the post to get comments for (0 for all posts)" 93 msgstr "ID del artículo para el que obtener comentarios (0 para todos)" 94 95 #: class-decent-comments-widget.php:630 94 96 msgid "" 95 97 "If a taxonomy is given , indicate terms in that taxonomy separated by comma " … … 104 106 "términos es vacío, no se mostrarán comentarios." 105 107 106 #: class-decent-comments-widget.php: 365108 #: class-decent-comments-widget.php:532 107 109 msgid "If checked, excludes comments from post authors on their own posts." 108 110 msgstr "Si está marcado, excluye comentarios de los autores y sus artículos." 109 111 110 #: class-decent-comments-widget.php: 372112 #: class-decent-comments-widget.php:539 111 113 msgid "" 112 114 "If checked, shows an excerpt of the comment. Otherwise the full text of the " … … 116 118 "es mostrado el texto completo." 117 119 118 #: class-decent-comments-widget.php: 473120 #: class-decent-comments-widget.php:640 119 121 msgid "Include pingbacks." 120 122 msgstr "Incluir pingbacks." 121 123 122 #: class-decent-comments-widget.php: 480124 #: class-decent-comments-widget.php:647 123 125 msgid "Include trackbacks." 124 126 msgstr "Incluir trackbacks." 125 127 126 #: class-decent-comments-widget.php: 451128 #: class-decent-comments-widget.php:618 127 129 msgid "" 128 130 "Indicate <strong>category</strong> if you would like to show comments on " … … 136 138 "indique los slugs de las etiquetas en <strong>Términos</strong>." 137 139 138 #: class-decent-comments-renderer.php: 99140 #: class-decent-comments-renderer.php:106 139 141 msgid "Karma" 140 142 msgstr "Karma" 141 143 142 #: class-decent-comments-widget.php: 346144 #: class-decent-comments-widget.php:513 143 145 msgid "" 144 146 "Leave empty to show comments for all post types. To show comments for a " … … 148 150 "mostrar comentarios de un tipo de post específico, indique el tipo de post." 149 151 150 #: class-decent-comments-widget.php: 326152 #: class-decent-comments-widget.php:493 151 153 msgid "" 152 154 "Leave empty to show comments for all posts. To show comments for a specific " … … 158 160 "su ID. Para mostrar comentarios del artículo actual, indique: [current]" 159 161 160 #: class-decent-comments-widget.php: 414162 #: class-decent-comments-widget.php:581 161 163 msgid "Link authors" 162 164 msgstr "Enlazar autores" 163 165 164 #: class-decent-comments-widget.php: 385166 #: class-decent-comments-widget.php:552 165 167 msgid "Number of characters in excerpts" 166 168 msgstr "Número de caracteres en el resumen" 167 169 168 #: class-decent-comments-widget.php: 288170 #: class-decent-comments-widget.php:455 169 171 msgid "Number of comments" 170 172 msgstr "Número de comentarios" 171 173 172 #: class-decent-comments-widget.php:378 174 #: class-decent-comments-rest.php:41 175 msgid "Number of comments to return" 176 msgstr "Número de comentarios a retornar" 177 178 #: class-decent-comments-widget.php:545 173 179 msgid "Number of words in excerpts" 174 180 msgstr "Número de palabras del resumen" 175 181 176 #: decent-comments.php:226182 #: class-decent-comments.php:58 177 183 msgid "Options" 178 184 msgstr "Opciones" 179 185 180 #: class-decent-comments-widget.php: 295186 #: class-decent-comments-widget.php:462 181 187 msgid "Order by ..." 182 188 msgstr "Ordenar por ..." 183 189 184 #: class-decent-comments-widget.php: 473190 #: class-decent-comments-widget.php:640 185 191 msgid "Pingbacks" 186 192 msgstr "Pingbacks" 187 193 188 #: class-decent-comments-renderer.php:10 0194 #: class-decent-comments-renderer.php:107 189 195 msgid "Post" 190 196 msgstr "Artículo" 191 197 192 #: class-decent-comments-widget.php: 326198 #: class-decent-comments-widget.php:493 193 199 msgid "Post ID" 194 200 msgstr "ID de artículo" 195 201 196 #: class-decent-comments-widget.php: 351202 #: class-decent-comments-widget.php:518 197 203 msgid "Post Type" 198 204 msgstr "Tipo de post" 199 205 200 #: decent-comments.php:209 206 #: class-decent-comments-rest.php:99 207 msgid "Post category or tag" 208 msgstr "Categoría o etiqueta de artículo" 209 210 #: class-decent-comments.php:172 201 211 msgid "Save" 202 212 msgstr "Guardar" 203 213 204 #: class-decent-comments-widget.php: 332214 #: class-decent-comments-widget.php:499 205 215 #, php-format 206 216 msgid "Selected post: <em>%s</em>" 207 217 msgstr "Artículo seleccionado: <em>%s</em>" 208 218 209 #: decent-comments.php:202219 #: class-decent-comments.php:165 210 220 msgid "Settings" 211 221 msgstr "Ajustes" 212 222 213 #: class-decent-comments-widget.php: 435223 #: class-decent-comments-widget.php:602 214 224 msgid "Show a link to the post that the comment applies to." 215 225 msgstr "Mostrar un enlace al artículo del comentario." 216 226 217 #: class-decent-comments-widget.php: 442227 #: class-decent-comments-widget.php:609 218 228 msgid "Show an excerpt of the comment or the full comment." 219 229 msgstr "Mostrar un resumen del comentario o el texto completo." 220 230 221 #: class-decent-comments-widget.php: 400231 #: class-decent-comments-widget.php:567 222 232 msgid "Show author" 223 233 msgstr "Mostrar autor" 224 234 225 #: class-decent-comments-widget.php: 421235 #: class-decent-comments-widget.php:588 226 236 msgid "Show avatar" 227 237 msgstr "Mostrar avatar" 228 238 229 #: class-decent-comments-widget.php: 372239 #: class-decent-comments-widget.php:539 230 240 msgid "Show comment excerpt" 231 241 msgstr "Mostrar resumen del comentario" 232 242 233 #: class-decent-comments-widget.php: 407243 #: class-decent-comments-widget.php:574 234 244 msgid "Show date" 235 245 msgstr "Mostrar fecha" 236 246 237 #: class-decent-comments-widget.php: 435247 #: class-decent-comments-widget.php:602 238 248 msgid "Show link to post" 239 249 msgstr "Mostrar enlace al artículo" 240 250 241 #: class-decent-comments-widget.php: 421251 #: class-decent-comments-widget.php:588 242 252 msgid "Show the avatar of the author." 243 253 msgstr "Mostrar avatar del autor." 244 254 245 #: class-decent-comments-widget.php: 442255 #: class-decent-comments-widget.php:609 246 256 msgid "Show the comment" 247 257 msgstr "Mostrar el comentario" 248 258 249 #: class-decent-comments-widget.php: 407259 #: class-decent-comments-widget.php:574 250 260 msgid "Show the date and time when the comment was posted." 251 261 msgstr "Mostrar la fecha y hora cuando el comentario fue publicado." 252 262 253 #: class-decent-comments-widget.php:307 263 #: class-decent-comments-rest.php:50 264 msgid "Size of author avatars in pixels" 265 msgstr "Tamaño del avatar en píxeles" 266 267 #: class-decent-comments-rest.php:74 268 msgid "Sort comments by: date, author_email, author_url, content, karma, post" 269 msgstr "" 270 "Ordernar comentarios por: date, author_email, author_url, content, karma, " 271 "post" 272 273 #: class-decent-comments-widget.php:474 254 274 msgid "Sort order" 255 275 msgstr "Sentido de ordenación" 256 276 257 #: class-decent-comments-widget.php: 307277 #: class-decent-comments-widget.php:474 258 278 msgid "Sort order." 259 279 msgstr "Sentido de ordenación." 260 280 261 #: class-decent-comments-widget.php:295 281 #: class-decent-comments-rest.php:90 282 msgid "Sort order: asc or desc" 283 msgstr "Sentido de ordenación" 284 285 #: class-decent-comments-widget.php:462 262 286 msgid "Sorting criteria." 263 287 msgstr "Criterio de ordenación." 264 288 265 #: class-decent-comments-widget.php: 448289 #: class-decent-comments-widget.php:615 266 290 msgid "Taxonomy" 267 291 msgstr "Taxonomía" 268 292 269 #: class-decent-comments-widget.php:463 293 #: class-decent-comments-rest.php:107 294 msgid "Term ids or slugs" 295 msgstr "Ids de términos o slugs" 296 297 #: class-decent-comments-widget.php:630 270 298 msgid "Terms" 271 299 msgstr "Términos" 272 300 273 #: class-decent-comments-widget.php: 466301 #: class-decent-comments-widget.php:633 274 302 msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given." 275 303 msgstr "Términos o {current}. Debe indicar una <strong>Taxonomía</strong>." 276 304 277 #: class-decent-comments-widget.php:392 305 #: class-decent-comments-widget.php:442 306 #, php-format 307 msgid "Thanks for supporting our work with a purchase in our %sShop%s!" 308 msgstr "" 309 "Gracias por apoyar a nuestro trabajo con tu compra en nuestra %sTienda%s!" 310 311 #: class-decent-comments-widget.php:559 278 312 msgid "The ellipsis is shown after the excerpt when there is more content." 279 313 msgstr "La elipsis se mostrará tras el resumen cuando haya más contenido." 280 314 281 #: class-decent-comments-widget.php: 385315 #: class-decent-comments-widget.php:552 282 316 msgid "The maximum number of characters shown in excerpts." 283 317 msgstr "Número máximo de caracteres mostrados en el resumen." 284 318 285 #: class-decent-comments-widget.php: 378319 #: class-decent-comments-widget.php:545 286 320 msgid "The maximum number of words shown in excerpts." 287 321 msgstr "Número máximo de palabras a mostrar en el resumen." 288 322 289 #: class-decent-comments-widget.php: 288323 #: class-decent-comments-widget.php:455 290 324 msgid "The number of comments to show." 291 325 msgstr "Número de comentarios a mostrar." 292 326 293 #: class-decent-comments-widget.php: 427327 #: class-decent-comments-widget.php:594 294 328 msgid "The size of the avatar in pixels." 295 329 msgstr "Tamaño del avatar en píxeles." 296 330 297 #: class-decent-comments-widget.php: 281331 #: class-decent-comments-widget.php:448 298 332 msgid "Title" 299 333 msgstr "Título" 300 334 301 #: class-decent-comments-widget.php: 329335 #: class-decent-comments-widget.php:496 302 336 msgid "Title, empty, post ID or [current]" 303 337 msgstr "Título, vacío, ID de artículo o [current]" 304 338 305 #: class-decent-comments-widget.php: 480339 #: class-decent-comments-widget.php:647 306 340 msgid "Trackbacks" 307 341 msgstr "Trackbacks" 308 342 309 #: class-decent-comments-widget.php:414 343 #: class-decent-comments-rest.php:122 344 msgid "Whether to include Pingbacks" 345 msgstr "Incluir pingbacks" 346 347 #: class-decent-comments-rest.php:130 348 msgid "Whether to include Trackbacks" 349 msgstr "Incluir trackbacks" 350 351 #: class-decent-comments-widget.php:581 310 352 msgid "Whether to link comment authors to their website." 311 353 msgstr "Enlazar los autores de los comentario con sus webs." 312 354 313 #: class-decent-comments-widget.php: 400355 #: class-decent-comments-widget.php:567 314 356 msgid "Whether to show the author of each comment." 315 357 msgstr "Mostrar el autor de cada comentario." 316 358 317 #: class-decent-comments-widget.php: 348359 #: class-decent-comments-widget.php:515 318 360 msgid "You can indicate one ore more post types separated by comma." 319 361 msgstr "Se pueden indicar uno o más tipos de post separados por coma." 362 363 #: class-decent-comments-renderer.php:506 364 #, php-format 365 msgctxt "comment-link" 366 msgid "on %s" 367 msgstr "en %s" -
decent-comments/trunk/languages/decent-comments-fr_FR.po
r1711428 r3426106 5 5 "Project-Id-Version: Decent Comments 1.1.0\n" 6 6 "Report-Msgid-Bugs-To: \n" 7 "POT-Creation-Date: 20 17-08-10 11:48+0200\n"8 "PO-Revision-Date: 20 17-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" 9 9 "Last-Translator: \n" 10 10 "Language-Team: \n" … … 13 13 "Content-Type: text/plain; charset=UTF-8\n" 14 14 "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 18 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 19 msgstr "" 20 21 #: class-decent-comments-renderer.php:496 18 22 #, php-format 19 23 msgctxt "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 24 msgid "%1$s at %2$s" 25 msgstr "%1$s à %2$s" 26 27 #: class-decent-comments-widget.php:615 30 28 msgid "A taxonomy, e.g. category or post_tag" 31 29 msgstr "Une taxonomie, c-à-d. une categorie ou un tag" 32 30 33 #: decent-comments.php:13631 #: class-decent-comments.php:136 34 32 msgid "Access denied." 35 33 msgstr "Accès refusé." 36 34 37 #: class-decent-comments-renderer.php:1 0335 #: class-decent-comments-renderer.php:110 38 36 msgid "Ascending" 39 37 msgstr "Ascendant" 40 38 41 #: class-decent-comments-renderer.php: 9539 #: class-decent-comments-renderer.php:102 42 40 msgid "Author Email" 43 41 msgstr "Email de l'auteur" 44 42 45 #: class-decent-comments-renderer.php: 9643 #: class-decent-comments-renderer.php:103 46 44 msgid "Author URL" 47 45 msgstr "URL de l'auteur" 48 46 49 #: class-decent-comments-widget.php: 35547 #: class-decent-comments-widget.php:522 50 48 #, php-format 51 49 msgid "Available post types: %s" 52 50 msgstr "Types d'article disponible: %s" 53 51 54 #: class-decent-comments-widget.php: 42752 #: class-decent-comments-widget.php:594 55 53 msgid "Avatar size" 56 54 msgstr "Taille de l'avatar" 57 55 58 #: class-decent-comments-renderer.php: 9756 #: class-decent-comments-renderer.php:104 59 57 msgid "Content" 60 58 msgstr "Contenu" 61 59 62 #: class-decent-comments-renderer.php: 9860 #: class-decent-comments-renderer.php:105 63 61 msgid "Date" 64 62 msgstr "Date" 65 63 66 #: decent-comments.php:12664 #: class-decent-comments.php:122 67 65 msgid "Decent Comments" 68 66 msgstr "Decent Comments" 69 67 70 #: decent-comments.php:126 decent-comments.php:14268 #: class-decent-comments.php:121 class-decent-comments.php:157 71 69 msgid "Decent Comments Options" 72 70 msgstr "Options du plugin Decent Comments" 73 71 74 #: decent-comments.php:16872 #: class-decent-comments.php:168 75 73 msgid "Delete settings when the plugin is deactivated" 76 74 msgstr "Supprimer les règlages lorsque le plugin est désactivé" 77 75 78 #: class-decent-comments-renderer.php:1 0476 #: class-decent-comments-renderer.php:111 79 77 msgid "Descending" 80 78 msgstr "Descendant" 81 79 82 #: class-decent-comments-widget.php: 39280 #: class-decent-comments-widget.php:559 83 81 msgid "Ellipsis" 84 82 msgstr "Ellipse" 85 83 86 #: class-decent-comments-widget.php: 36584 #: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114 87 85 msgid "Exclude comments from post authors" 88 86 msgstr "Exclure les commentaires des auteurs" 89 87 90 #: class-decent-comments-widget.php:463 88 #: class-decent-comments-rest.php:58 89 msgid "ID of the post to get comments for (0 for all posts)" 90 msgstr "" 91 92 #: class-decent-comments-widget.php:630 91 93 msgid "" 92 94 "If a taxonomy is given , indicate terms in that taxonomy separated by comma " … … 101 103 "commentaire ne sera affiché." 102 104 103 #: class-decent-comments-widget.php: 365105 #: class-decent-comments-widget.php:532 104 106 msgid "If checked, excludes comments from post authors on their own posts." 105 107 msgstr "" … … 107 109 "propres articles." 108 110 109 #: class-decent-comments-widget.php: 372111 #: class-decent-comments-widget.php:539 110 112 msgid "" 111 113 "If checked, shows an excerpt of the comment. Otherwise the full text of the " … … 115 117 "commentaire sera affiché." 116 118 117 #: class-decent-comments-widget.php: 473119 #: class-decent-comments-widget.php:640 118 120 msgid "Include pingbacks." 119 121 msgstr "Inclure les pingbacks." 120 122 121 #: class-decent-comments-widget.php: 480123 #: class-decent-comments-widget.php:647 122 124 msgid "Include trackbacks." 123 125 msgstr "Inclure les trackbacks." 124 126 125 #: class-decent-comments-widget.php: 451127 #: class-decent-comments-widget.php:618 126 128 msgid "" 127 129 "Indicate <strong>category</strong> if you would like to show comments on " … … 136 138 "strong>." 137 139 138 #: class-decent-comments-renderer.php: 99140 #: class-decent-comments-renderer.php:106 139 141 msgid "Karma" 140 142 msgstr "Karma" 141 143 142 #: class-decent-comments-widget.php: 346144 #: class-decent-comments-widget.php:513 143 145 msgid "" 144 146 "Leave empty to show comments for all post types. To show comments for a " … … 149 151 "indiquez le type d'article." 150 152 151 #: class-decent-comments-widget.php: 326153 #: class-decent-comments-widget.php:493 152 154 msgid "" 153 155 "Leave empty to show comments for all posts. To show comments for a specific " … … 160 162 "[current]" 161 163 162 #: class-decent-comments-widget.php: 414164 #: class-decent-comments-widget.php:581 163 165 msgid "Link authors" 164 166 msgstr "Lien vers les auteurs" 165 167 166 #: class-decent-comments-widget.php: 385168 #: class-decent-comments-widget.php:552 167 169 msgid "Number of characters in excerpts" 168 170 msgstr "Nombre de caractères dans les extraits" 169 171 170 #: class-decent-comments-widget.php: 288172 #: class-decent-comments-widget.php:455 171 173 msgid "Number of comments" 172 174 msgstr "Nombre de commentaires" 173 175 174 #: class-decent-comments-widget.php:378 176 #: class-decent-comments-rest.php:41 177 msgid "Number of comments to return" 178 msgstr "Nombre de commentaires" 179 180 #: class-decent-comments-widget.php:545 175 181 msgid "Number of words in excerpts" 176 182 msgstr "Nombre de mots dans un excerpt" 177 183 178 #: decent-comments.php:186184 #: class-decent-comments.php:58 179 185 msgid "Options" 180 186 msgstr "Options" 181 187 182 #: class-decent-comments-widget.php: 295188 #: class-decent-comments-widget.php:462 183 189 msgid "Order by ..." 184 190 msgstr "Ordonné par..." 185 191 186 #: class-decent-comments-widget.php: 473192 #: class-decent-comments-widget.php:640 187 193 msgid "Pingbacks" 188 194 msgstr "Pingbacks" 189 195 190 #: class-decent-comments-renderer.php:10 0196 #: class-decent-comments-renderer.php:107 191 197 msgid "Post" 192 198 msgstr "Article" 193 199 194 #: class-decent-comments-widget.php: 326200 #: class-decent-comments-widget.php:493 195 201 msgid "Post ID" 196 202 msgstr "ID d'Article" 197 203 198 #: class-decent-comments-widget.php: 351204 #: class-decent-comments-widget.php:518 199 205 msgid "Post Type" 200 206 msgstr "Type d'Article" 201 207 202 #: decent-comments.php:172 208 #: class-decent-comments-rest.php:99 209 msgid "Post category or tag" 210 msgstr "" 211 212 #: class-decent-comments.php:172 203 213 msgid "Save" 204 214 msgstr "Enregistrer" 205 215 206 #: class-decent-comments-widget.php: 332216 #: class-decent-comments-widget.php:499 207 217 #, php-format 208 218 msgid "Selected post: <em>%s</em>" 209 219 msgstr "Article sélectionné: <em>%s</em>" 210 220 211 #: decent-comments.php:165221 #: class-decent-comments.php:165 212 222 msgid "Settings" 213 223 msgstr "Règlages" 214 224 215 #: class-decent-comments-widget.php: 435225 #: class-decent-comments-widget.php:602 216 226 msgid "Show a link to the post that the comment applies to." 217 227 msgstr "Afficher un lien vers le post du commentaire." 218 228 219 #: class-decent-comments-widget.php: 442229 #: class-decent-comments-widget.php:609 220 230 msgid "Show an excerpt of the comment or the full comment." 221 231 msgstr "Afficher l'excerpt du commentaire ou le commentaire entier." 222 232 223 #: class-decent-comments-widget.php: 400233 #: class-decent-comments-widget.php:567 224 234 msgid "Show author" 225 235 msgstr "Afficher l'auteur" 226 236 227 #: class-decent-comments-widget.php: 421237 #: class-decent-comments-widget.php:588 228 238 msgid "Show avatar" 229 239 msgstr "Afficher l'avatar" 230 240 231 #: class-decent-comments-widget.php: 372241 #: class-decent-comments-widget.php:539 232 242 msgid "Show comment excerpt" 233 243 msgstr "Afficher l'excerpt du commentaire" 234 244 235 #: class-decent-comments-widget.php: 407245 #: class-decent-comments-widget.php:574 236 246 msgid "Show date" 237 247 msgstr "Montrez la date" 238 248 239 #: class-decent-comments-widget.php: 435249 #: class-decent-comments-widget.php:602 240 250 msgid "Show link to post" 241 251 msgstr "Afficher le lien vers le post" 242 252 243 #: class-decent-comments-widget.php: 421253 #: class-decent-comments-widget.php:588 244 254 msgid "Show the avatar of the author." 245 255 msgstr "Afficher l'avatar de l'auteur." 246 256 247 #: class-decent-comments-widget.php: 442257 #: class-decent-comments-widget.php:609 248 258 msgid "Show the comment" 249 259 msgstr "Afficher le commentaire" 250 260 251 #: class-decent-comments-widget.php: 407261 #: class-decent-comments-widget.php:574 252 262 msgid "Show the date and time when the comment was posted." 253 263 msgstr "Montrez la date et l'heure à laquelle le commentaire a été publié." 254 264 255 #: class-decent-comments-widget.php:307 265 #: class-decent-comments-rest.php:50 266 msgid "Size of author avatars in pixels" 267 msgstr "La taille de l'avatar en pixels" 268 269 #: class-decent-comments-rest.php:74 270 msgid "Sort comments by: date, author_email, author_url, content, karma, post" 271 msgstr "" 272 273 #: class-decent-comments-widget.php:474 256 274 msgid "Sort order" 257 275 msgstr "Ordonnancement" 258 276 259 #: class-decent-comments-widget.php: 307277 #: class-decent-comments-widget.php:474 260 278 msgid "Sort order." 261 279 msgstr "Ordonnancement." 262 280 263 #: class-decent-comments-widget.php:295 281 #: class-decent-comments-rest.php:90 282 msgid "Sort order: asc or desc" 283 msgstr "Ordonnancement: asc ou desc" 284 285 #: class-decent-comments-widget.php:462 264 286 msgid "Sorting criteria." 265 287 msgstr "Critère d'ordonnancement." 266 288 267 #: class-decent-comments-widget.php: 448289 #: class-decent-comments-widget.php:615 268 290 msgid "Taxonomy" 269 291 msgstr "Taxonomie" 270 292 271 #: class-decent-comments-widget.php:463 293 #: class-decent-comments-rest.php:107 294 msgid "Term ids or slugs" 295 msgstr "" 296 297 #: class-decent-comments-widget.php:630 272 298 msgid "Terms" 273 299 msgstr "Termes" 274 300 275 #: class-decent-comments-widget.php: 466301 #: class-decent-comments-widget.php:633 276 302 msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given." 277 303 msgstr "Termes de {current}. Une <strong>Taxonomie</strong> doit être donnée." 278 304 279 #: class-decent-comments-widget.php:392 305 #: class-decent-comments-widget.php:442 306 #, php-format 307 msgid "Thanks for supporting our work with a purchase in our %sShop%s!" 308 msgstr "" 309 310 #: class-decent-comments-widget.php:559 280 311 msgid "The ellipsis is shown after the excerpt when there is more content." 281 312 msgstr "" 282 313 "L'ellipse est affichée après l'excerpt lorsque le contenu a été tronqué." 283 314 284 #: class-decent-comments-widget.php: 385315 #: class-decent-comments-widget.php:552 285 316 msgid "The maximum number of characters shown in excerpts." 286 317 msgstr "Le nombre maximum de caractères montrées dans les extraits." 287 318 288 #: class-decent-comments-widget.php: 378319 #: class-decent-comments-widget.php:545 289 320 msgid "The maximum number of words shown in excerpts." 290 321 msgstr "Le nombre maximum de mots dans un excerpt." 291 322 292 #: class-decent-comments-widget.php: 288323 #: class-decent-comments-widget.php:455 293 324 msgid "The number of comments to show." 294 325 msgstr "Le nombre de commentaires à afficher." 295 326 296 #: class-decent-comments-widget.php: 427327 #: class-decent-comments-widget.php:594 297 328 msgid "The size of the avatar in pixels." 298 329 msgstr "La taille de l'avatar en pixels." 299 330 300 #: class-decent-comments-widget.php: 281331 #: class-decent-comments-widget.php:448 301 332 msgid "Title" 302 333 msgstr "Titre" 303 334 304 #: class-decent-comments-widget.php: 329335 #: class-decent-comments-widget.php:496 305 336 msgid "Title, empty, post ID or [current]" 306 337 msgstr "Titre, vide, ID du post ou [current]" 307 338 308 #: class-decent-comments-widget.php: 480339 #: class-decent-comments-widget.php:647 309 340 msgid "Trackbacks" 310 341 msgstr "Trackbacks" 311 342 312 #: class-decent-comments-widget.php:414 343 #: class-decent-comments-rest.php:122 344 msgid "Whether to include Pingbacks" 345 msgstr "Inclure les pingbacks" 346 347 #: class-decent-comments-rest.php:130 348 msgid "Whether to include Trackbacks" 349 msgstr "Inclure les trackbacks" 350 351 #: class-decent-comments-widget.php:581 313 352 msgid "Whether to link comment authors to their website." 314 353 msgstr "Montrez les liens des auteurs de commentaires à leur site Web." 315 354 316 #: class-decent-comments-widget.php: 400355 #: class-decent-comments-widget.php:567 317 356 msgid "Whether to show the author of each comment." 318 357 msgstr "Afficher l'auteur de chaque commentaire." 319 358 320 #: class-decent-comments-widget.php: 348359 #: class-decent-comments-widget.php:515 321 360 msgid "You can indicate one ore more post types separated by comma." 322 361 msgstr "" 323 362 "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 366 msgctxt "comment-link" 367 msgid "on %s" 368 msgstr "dans %s" 324 369 325 370 #~ msgid "http://www.itthinx.com/plugins/decent-comments" -
decent-comments/trunk/languages/decent-comments-it_IT.po
r1711428 r3426106 5 5 "Project-Id-Version: Decent Comments 1.1.0\n" 6 6 "Report-Msgid-Bugs-To: \n" 7 "POT-Creation-Date: 20 17-08-10 12:11+0200\n"8 "PO-Revision-Date: 20 17-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" 9 9 "Last-Translator: \n" 10 10 "Language-Team: \n" … … 13 13 "Content-Type: text/plain; charset=UTF-8\n" 14 14 "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 18 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 19 msgstr "" 20 21 #: class-decent-comments-renderer.php:496 18 22 #, php-format 19 23 msgctxt "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 24 msgid "%1$s at %2$s" 25 msgstr "" 26 27 #: class-decent-comments-widget.php:615 30 28 msgid "A taxonomy, e.g. category or post_tag" 31 29 msgstr "Una tassonomia, es. categoria o post_tag" 32 30 33 #: decent-comments.php:13631 #: class-decent-comments.php:136 34 32 msgid "Access denied." 35 33 msgstr "Accesso negato." 36 34 37 #: class-decent-comments-renderer.php:1 0335 #: class-decent-comments-renderer.php:110 38 36 msgid "Ascending" 39 37 msgstr "Ascendente" 40 38 41 #: class-decent-comments-renderer.php: 9539 #: class-decent-comments-renderer.php:102 42 40 msgid "Author Email" 43 41 msgstr "Email Autore" 44 42 45 #: class-decent-comments-renderer.php: 9643 #: class-decent-comments-renderer.php:103 46 44 msgid "Author URL" 47 45 msgstr "URL dell'Autore" 48 46 49 #: class-decent-comments-widget.php: 35547 #: class-decent-comments-widget.php:522 50 48 #, php-format 51 49 msgid "Available post types: %s" 52 50 msgstr "" 53 51 54 #: class-decent-comments-widget.php: 42752 #: class-decent-comments-widget.php:594 55 53 msgid "Avatar size" 56 54 msgstr "Dimensioni avatar" 57 55 58 #: class-decent-comments-renderer.php: 9756 #: class-decent-comments-renderer.php:104 59 57 msgid "Content" 60 58 msgstr "Contenuto" 61 59 62 #: class-decent-comments-renderer.php: 9860 #: class-decent-comments-renderer.php:105 63 61 msgid "Date" 64 62 msgstr "Data" 65 63 66 #: decent-comments.php:12664 #: class-decent-comments.php:122 67 65 msgid "Decent Comments" 68 66 msgstr "Decent Comments" 69 67 70 #: decent-comments.php:126 decent-comments.php:14268 #: class-decent-comments.php:121 class-decent-comments.php:157 71 69 msgid "Decent Comments Options" 72 70 msgstr "Opzioni Decent Comments" 73 71 74 #: decent-comments.php:16872 #: class-decent-comments.php:168 75 73 msgid "Delete settings when the plugin is deactivated" 76 74 msgstr "Cancella le impostazioni quando si disattiva il plugin" 77 75 78 #: class-decent-comments-renderer.php:1 0476 #: class-decent-comments-renderer.php:111 79 77 msgid "Descending" 80 78 msgstr "Discendente" 81 79 82 #: class-decent-comments-widget.php: 39280 #: class-decent-comments-widget.php:559 83 81 msgid "Ellipsis" 84 82 msgstr "Elisione" 85 83 86 #: class-decent-comments-widget.php: 36584 #: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114 87 85 msgid "Exclude comments from post authors" 88 86 msgstr "" 89 87 90 #: class-decent-comments-widget.php:463 88 #: class-decent-comments-rest.php:58 89 msgid "ID of the post to get comments for (0 for all posts)" 90 msgstr "" 91 92 #: class-decent-comments-widget.php:630 91 93 msgid "" 92 94 "If a taxonomy is given , indicate terms in that taxonomy separated by comma " … … 101 103 "termini sono vuoti, non sarà mostrato alcun commento." 102 104 103 #: class-decent-comments-widget.php: 365105 #: class-decent-comments-widget.php:532 104 106 msgid "If checked, excludes comments from post authors on their own posts." 105 107 msgstr "" 106 108 107 #: class-decent-comments-widget.php: 372109 #: class-decent-comments-widget.php:539 108 110 msgid "" 109 111 "If checked, shows an excerpt of the comment. Otherwise the full text of the " … … 113 115 "viene visualizzato tutto il commento per esteso." 114 116 115 #: class-decent-comments-widget.php: 473117 #: class-decent-comments-widget.php:640 116 118 msgid "Include pingbacks." 117 119 msgstr "" 118 120 119 #: class-decent-comments-widget.php: 480121 #: class-decent-comments-widget.php:647 120 122 msgid "Include trackbacks." 121 123 msgstr "" 122 124 123 #: class-decent-comments-widget.php: 451125 #: class-decent-comments-widget.php:618 124 126 msgid "" 125 127 "Indicate <strong>category</strong> if you would like to show comments on " … … 133 135 "slug dei tag in <strong>Termes</strong>." 134 136 135 #: class-decent-comments-renderer.php: 99137 #: class-decent-comments-renderer.php:106 136 138 msgid "Karma" 137 139 msgstr "Karma" 138 140 139 #: class-decent-comments-widget.php: 346141 #: class-decent-comments-widget.php:513 140 142 msgid "" 141 143 "Leave empty to show comments for all post types. To show comments for a " … … 143 145 msgstr "" 144 146 145 #: class-decent-comments-widget.php: 326147 #: class-decent-comments-widget.php:493 146 148 msgid "" 147 149 "Leave empty to show comments for all posts. To show comments for a specific " … … 153 155 "del post. Per visualizzare i commenti del presente post, indicare : [current]" 154 156 155 #: class-decent-comments-widget.php: 414157 #: class-decent-comments-widget.php:581 156 158 msgid "Link authors" 157 159 msgstr "" 158 160 159 #: class-decent-comments-widget.php: 385161 #: class-decent-comments-widget.php:552 160 162 msgid "Number of characters in excerpts" 161 163 msgstr "" 162 164 163 #: class-decent-comments-widget.php: 288165 #: class-decent-comments-widget.php:455 164 166 msgid "Number of comments" 165 167 msgstr "Numero di commenti" 166 168 167 #: class-decent-comments-widget.php:378 169 #: class-decent-comments-rest.php:41 170 msgid "Number of comments to return" 171 msgstr "Numero di commenti" 172 173 #: class-decent-comments-widget.php:545 168 174 msgid "Number of words in excerpts" 169 175 msgstr "Numero di parole dell'anteprima" 170 176 171 #: decent-comments.php:186177 #: class-decent-comments.php:58 172 178 msgid "Options" 173 179 msgstr "Opzioni" 174 180 175 #: class-decent-comments-widget.php: 295181 #: class-decent-comments-widget.php:462 176 182 msgid "Order by ..." 177 183 msgstr "Ordina per..." 178 184 179 #: class-decent-comments-widget.php: 473185 #: class-decent-comments-widget.php:640 180 186 msgid "Pingbacks" 181 187 msgstr "" 182 188 183 #: class-decent-comments-renderer.php:10 0189 #: class-decent-comments-renderer.php:107 184 190 msgid "Post" 185 191 msgstr "Post" 186 192 187 #: class-decent-comments-widget.php: 326193 #: class-decent-comments-widget.php:493 188 194 msgid "Post ID" 189 195 msgstr "ID del Post" 190 196 191 #: class-decent-comments-widget.php: 351197 #: class-decent-comments-widget.php:518 192 198 msgid "Post Type" 193 199 msgstr "" 194 200 195 #: decent-comments.php:172 201 #: class-decent-comments-rest.php:99 202 msgid "Post category or tag" 203 msgstr "" 204 205 #: class-decent-comments.php:172 196 206 msgid "Save" 197 207 msgstr "Salva" 198 208 199 #: class-decent-comments-widget.php: 332209 #: class-decent-comments-widget.php:499 200 210 #, php-format 201 211 msgid "Selected post: <em>%s</em>" 202 212 msgstr "Post selezionato: <em>%s</em>" 203 213 204 #: decent-comments.php:165214 #: class-decent-comments.php:165 205 215 msgid "Settings" 206 216 msgstr "Impostazioni" 207 217 208 #: class-decent-comments-widget.php: 435218 #: class-decent-comments-widget.php:602 209 219 msgid "Show a link to the post that the comment applies to." 210 220 msgstr "Mostra il collegamento al post del commento." 211 221 212 #: class-decent-comments-widget.php: 442222 #: class-decent-comments-widget.php:609 213 223 msgid "Show an excerpt of the comment or the full comment." 214 224 msgstr "Mostra l'anteprima del commento o il commento intero." 215 225 216 #: class-decent-comments-widget.php: 400226 #: class-decent-comments-widget.php:567 217 227 msgid "Show author" 218 228 msgstr "Mostra Autore" 219 229 220 #: class-decent-comments-widget.php: 421230 #: class-decent-comments-widget.php:588 221 231 msgid "Show avatar" 222 232 msgstr "Mostra avatar" 223 233 224 #: class-decent-comments-widget.php: 372234 #: class-decent-comments-widget.php:539 225 235 msgid "Show comment excerpt" 226 236 msgstr "Visualizza un'anteprima del commento" 227 237 228 #: class-decent-comments-widget.php: 407238 #: class-decent-comments-widget.php:574 229 239 msgid "Show date" 230 240 msgstr "" 231 241 232 #: class-decent-comments-widget.php: 435242 #: class-decent-comments-widget.php:602 233 243 msgid "Show link to post" 234 244 msgstr "Mostra il link al post" 235 245 236 #: class-decent-comments-widget.php: 421246 #: class-decent-comments-widget.php:588 237 247 msgid "Show the avatar of the author." 238 248 msgstr "Mostra l'avatar dell'autore." 239 249 240 #: class-decent-comments-widget.php: 442250 #: class-decent-comments-widget.php:609 241 251 msgid "Show the comment" 242 252 msgstr "Mostra commento" 243 253 244 #: class-decent-comments-widget.php: 407254 #: class-decent-comments-widget.php:574 245 255 msgid "Show the date and time when the comment was posted." 246 256 msgstr "" 247 257 248 #: class-decent-comments-widget.php:307 258 #: class-decent-comments-rest.php:50 259 msgid "Size of author avatars in pixels" 260 msgstr "Dimensioni dell'avatar in pixels" 261 262 #: class-decent-comments-rest.php:74 263 msgid "Sort comments by: date, author_email, author_url, content, karma, post" 264 msgstr "" 265 266 #: class-decent-comments-widget.php:474 249 267 msgid "Sort order" 250 268 msgstr "Ordina" 251 269 252 #: class-decent-comments-widget.php: 307270 #: class-decent-comments-widget.php:474 253 271 msgid "Sort order." 254 272 msgstr "Ordina." 255 273 256 #: class-decent-comments-widget.php:295 274 #: class-decent-comments-rest.php:90 275 msgid "Sort order: asc or desc" 276 msgstr "Ordina: asc o desc" 277 278 #: class-decent-comments-widget.php:462 257 279 msgid "Sorting criteria." 258 280 msgstr "Criterio d'ordine." 259 281 260 #: class-decent-comments-widget.php: 448282 #: class-decent-comments-widget.php:615 261 283 msgid "Taxonomy" 262 284 msgstr "Tassonomia" 263 285 264 #: class-decent-comments-widget.php:463 286 #: class-decent-comments-rest.php:107 287 msgid "Term ids or slugs" 288 msgstr "" 289 290 #: class-decent-comments-widget.php:630 265 291 msgid "Terms" 266 292 msgstr "Termini" 267 293 268 #: class-decent-comments-widget.php: 466294 #: class-decent-comments-widget.php:633 269 295 msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given." 270 296 msgstr "" 271 297 "Termini oppure {current}. Una <strong>Tassonomia</strong> dev'essere fornita." 272 298 273 #: class-decent-comments-widget.php:392 299 #: class-decent-comments-widget.php:442 300 #, php-format 301 msgid "Thanks for supporting our work with a purchase in our %sShop%s!" 302 msgstr "" 303 304 #: class-decent-comments-widget.php:559 274 305 msgid "The ellipsis is shown after the excerpt when there is more content." 275 306 msgstr "Se ci sono altri contenuti, viene mostrato l'elisione." 276 307 277 #: class-decent-comments-widget.php: 385308 #: class-decent-comments-widget.php:552 278 309 msgid "The maximum number of characters shown in excerpts." 279 310 msgstr "" 280 311 281 #: class-decent-comments-widget.php: 378312 #: class-decent-comments-widget.php:545 282 313 msgid "The maximum number of words shown in excerpts." 283 314 msgstr "Numero massimo di parole da visualizzare nell'anteprima." 284 315 285 #: class-decent-comments-widget.php: 288316 #: class-decent-comments-widget.php:455 286 317 msgid "The number of comments to show." 287 318 msgstr "Numero di commenti da mostrare." 288 319 289 #: class-decent-comments-widget.php: 427320 #: class-decent-comments-widget.php:594 290 321 msgid "The size of the avatar in pixels." 291 322 msgstr "Dimensioni dell'avatar in pixels." 292 323 293 #: class-decent-comments-widget.php: 281324 #: class-decent-comments-widget.php:448 294 325 msgid "Title" 295 326 msgstr "Titolo" 296 327 297 #: class-decent-comments-widget.php: 329328 #: class-decent-comments-widget.php:496 298 329 msgid "Title, empty, post ID or [current]" 299 330 msgstr "Titolo, vuoto, ID del post oppure [current]" 300 331 301 #: class-decent-comments-widget.php: 480332 #: class-decent-comments-widget.php:647 302 333 msgid "Trackbacks" 303 334 msgstr "" 304 335 305 #: class-decent-comments-widget.php:414 336 #: class-decent-comments-rest.php:122 337 msgid "Whether to include Pingbacks" 338 msgstr "" 339 340 #: class-decent-comments-rest.php:130 341 msgid "Whether to include Trackbacks" 342 msgstr "" 343 344 #: class-decent-comments-widget.php:581 306 345 msgid "Whether to link comment authors to their website." 307 346 msgstr "" 308 347 309 #: class-decent-comments-widget.php: 400348 #: class-decent-comments-widget.php:567 310 349 msgid "Whether to show the author of each comment." 311 350 msgstr "Mostra l'autore di ogni commento." 312 351 313 #: class-decent-comments-widget.php: 348352 #: class-decent-comments-widget.php:515 314 353 msgid "You can indicate one ore more post types separated by comma." 315 354 msgstr "" 355 356 #: class-decent-comments-renderer.php:506 357 #, php-format 358 msgctxt "comment-link" 359 msgid "on %s" 360 msgstr "su %s" 316 361 317 362 #~ msgid "http://www.itthinx.com/plugins/decent-comments" -
decent-comments/trunk/languages/decent-comments-lt_LT.po
r1711428 r3426106 5 5 "Project-Id-Version: Decent Comments 1.1.0\n" 6 6 "Report-Msgid-Bugs-To: \n" 7 "POT-Creation-Date: 20 17-08-10 12:11+0200\n"8 "PO-Revision-Date: 20 17-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" 9 9 "Last-Translator: \n" 10 10 "Language-Team: \n" … … 13 13 "Content-Type: text/plain; charset=UTF-8\n" 14 14 "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 18 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 19 msgstr "" 20 21 #: class-decent-comments-renderer.php:496 18 22 #, php-format 19 23 msgctxt "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 24 msgid "%1$s at %2$s" 25 msgstr "" 26 27 #: class-decent-comments-widget.php:615 30 28 msgid "A taxonomy, e.g. category or post_tag" 31 29 msgstr "Taksonomija, pvz. category arba post_tag" 32 30 33 #: decent-comments.php:13631 #: class-decent-comments.php:136 34 32 msgid "Access denied." 35 33 msgstr "Prieiga nesuteikta." 36 34 37 #: class-decent-comments-renderer.php:1 0335 #: class-decent-comments-renderer.php:110 38 36 msgid "Ascending" 39 37 msgstr "Didėjančia tvarka" 40 38 41 #: class-decent-comments-renderer.php: 9539 #: class-decent-comments-renderer.php:102 42 40 msgid "Author Email" 43 41 msgstr "Autoriaus Elektroninio pašto adresas" 44 42 45 #: class-decent-comments-renderer.php: 9643 #: class-decent-comments-renderer.php:103 46 44 msgid "Author URL" 47 45 msgstr "Autoriaus Universalioji nuoroda" 48 46 49 #: class-decent-comments-widget.php: 35547 #: class-decent-comments-widget.php:522 50 48 #, php-format 51 49 msgid "Available post types: %s" 52 50 msgstr "" 53 51 54 #: class-decent-comments-widget.php: 42752 #: class-decent-comments-widget.php:594 55 53 msgid "Avatar size" 56 54 msgstr "Pseudoportreto dydis" 57 55 58 #: class-decent-comments-renderer.php: 9756 #: class-decent-comments-renderer.php:104 59 57 msgid "Content" 60 58 msgstr "Turinys" 61 59 62 #: class-decent-comments-renderer.php: 9860 #: class-decent-comments-renderer.php:105 63 61 msgid "Date" 64 62 msgstr "Data" 65 63 66 #: decent-comments.php:12664 #: class-decent-comments.php:122 67 65 msgid "Decent Comments" 68 66 msgstr "Decent Comments" 69 67 70 #: decent-comments.php:126 decent-comments.php:14268 #: class-decent-comments.php:121 class-decent-comments.php:157 71 69 msgid "Decent Comments Options" 72 70 msgstr "Decent Comments Parinktys" 73 71 74 #: decent-comments.php:16872 #: class-decent-comments.php:168 75 73 msgid "Delete settings when the plugin is deactivated" 76 74 msgstr "Ištrinti nuostatas, kuomet papildinys deaktyvuojamas" 77 75 78 #: class-decent-comments-renderer.php:1 0476 #: class-decent-comments-renderer.php:111 79 77 msgid "Descending" 80 78 msgstr "Mažėjančia tvarka" 81 79 82 #: class-decent-comments-widget.php: 39280 #: class-decent-comments-widget.php:559 83 81 msgid "Ellipsis" 84 82 msgstr "Elipsė" 85 83 86 #: class-decent-comments-widget.php: 36584 #: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114 87 85 msgid "Exclude comments from post authors" 88 86 msgstr "" 89 87 90 #: class-decent-comments-widget.php:463 88 #: class-decent-comments-rest.php:58 89 msgid "ID of the post to get comments for (0 for all posts)" 90 msgstr "" 91 92 #: class-decent-comments-widget.php:630 91 93 msgid "" 92 94 "If a taxonomy is given , indicate terms in that taxonomy separated by comma " … … 102 104 "komentarai." 103 105 104 #: class-decent-comments-widget.php: 365106 #: class-decent-comments-widget.php:532 105 107 msgid "If checked, excludes comments from post authors on their own posts." 106 108 msgstr "" 107 109 108 #: class-decent-comments-widget.php: 372110 #: class-decent-comments-widget.php:539 109 111 msgid "" 110 112 "If checked, shows an excerpt of the comment. Otherwise the full text of the " … … 114 116 "komentaro tekstas." 115 117 116 #: class-decent-comments-widget.php: 473118 #: class-decent-comments-widget.php:640 117 119 msgid "Include pingbacks." 118 120 msgstr "" 119 121 120 #: class-decent-comments-widget.php: 480122 #: class-decent-comments-widget.php:647 121 123 msgid "Include trackbacks." 122 124 msgstr "" 123 125 124 #: class-decent-comments-widget.php: 451126 #: class-decent-comments-widget.php:618 125 127 msgid "" 126 128 "Indicate <strong>category</strong> if you would like to show comments on " … … 134 136 "suteikite gairių sekiklius <strong>Terminuose</strong>." 135 137 136 #: class-decent-comments-renderer.php: 99138 #: class-decent-comments-renderer.php:106 137 139 msgid "Karma" 138 140 msgstr "Karma" 139 141 140 #: class-decent-comments-widget.php: 346142 #: class-decent-comments-widget.php:513 141 143 msgid "" 142 144 "Leave empty to show comments for all post types. To show comments for a " … … 144 146 msgstr "" 145 147 146 #: class-decent-comments-widget.php: 326148 #: class-decent-comments-widget.php:493 147 149 msgid "" 148 150 "Leave empty to show comments for all posts. To show comments for a specific " … … 155 157 "[current]" 156 158 157 #: class-decent-comments-widget.php: 414159 #: class-decent-comments-widget.php:581 158 160 msgid "Link authors" 159 161 msgstr "" 160 162 161 #: class-decent-comments-widget.php: 385163 #: class-decent-comments-widget.php:552 162 164 msgid "Number of characters in excerpts" 163 165 msgstr "" 164 166 165 #: class-decent-comments-widget.php: 288167 #: class-decent-comments-widget.php:455 166 168 msgid "Number of comments" 167 169 msgstr "Komentarų skaičius" 168 170 169 #: class-decent-comments-widget.php:378 171 #: class-decent-comments-rest.php:41 172 msgid "Number of comments to return" 173 msgstr "Komentarų skaičius" 174 175 #: class-decent-comments-widget.php:545 170 176 msgid "Number of words in excerpts" 171 177 msgstr "Žodžių skaičius ištraukose" 172 178 173 #: decent-comments.php:186179 #: class-decent-comments.php:58 174 180 msgid "Options" 175 181 msgstr "Parinktys" 176 182 177 #: class-decent-comments-widget.php: 295183 #: class-decent-comments-widget.php:462 178 184 msgid "Order by ..." 179 185 msgstr "Rikiuoti pagal ..." 180 186 181 #: class-decent-comments-widget.php: 473187 #: class-decent-comments-widget.php:640 182 188 msgid "Pingbacks" 183 189 msgstr "" 184 190 185 #: class-decent-comments-renderer.php:10 0191 #: class-decent-comments-renderer.php:107 186 192 msgid "Post" 187 193 msgstr "Įrašas" 188 194 189 #: class-decent-comments-widget.php: 326195 #: class-decent-comments-widget.php:493 190 196 msgid "Post ID" 191 197 msgstr "Įrašo identifikatorius" 192 198 193 #: class-decent-comments-widget.php: 351199 #: class-decent-comments-widget.php:518 194 200 msgid "Post Type" 195 201 msgstr "" 196 202 197 #: decent-comments.php:172 203 #: class-decent-comments-rest.php:99 204 msgid "Post category or tag" 205 msgstr "" 206 207 #: class-decent-comments.php:172 198 208 msgid "Save" 199 209 msgstr "Įrašyti" 200 210 201 #: class-decent-comments-widget.php: 332211 #: class-decent-comments-widget.php:499 202 212 #, php-format 203 213 msgid "Selected post: <em>%s</em>" 204 214 msgstr "Pasirinktas įrašas: <em>%s</em>" 205 215 206 #: decent-comments.php:165216 #: class-decent-comments.php:165 207 217 msgid "Settings" 208 218 msgstr "Nuostatos" 209 219 210 #: class-decent-comments-widget.php: 435220 #: class-decent-comments-widget.php:602 211 221 msgid "Show a link to the post that the comment applies to." 212 222 msgstr "Rodyti nuorodą į įrašą, kuriai priklauso komentaras." 213 223 214 #: class-decent-comments-widget.php: 442224 #: class-decent-comments-widget.php:609 215 225 msgid "Show an excerpt of the comment or the full comment." 216 226 msgstr "Rodyti komentaro ištrauką arba pilną komentarą." 217 227 218 #: class-decent-comments-widget.php: 400228 #: class-decent-comments-widget.php:567 219 229 msgid "Show author" 220 230 msgstr "Rodyti autorių" 221 231 222 #: class-decent-comments-widget.php: 421232 #: class-decent-comments-widget.php:588 223 233 msgid "Show avatar" 224 234 msgstr "Rodyti pseudoportretą" 225 235 226 #: class-decent-comments-widget.php: 372236 #: class-decent-comments-widget.php:539 227 237 msgid "Show comment excerpt" 228 238 msgstr "Rodyti komentaro ištrauką" 229 239 230 #: class-decent-comments-widget.php: 407240 #: class-decent-comments-widget.php:574 231 241 msgid "Show date" 232 242 msgstr "" 233 243 234 #: class-decent-comments-widget.php: 435244 #: class-decent-comments-widget.php:602 235 245 msgid "Show link to post" 236 246 msgstr "Rodyti nuorodą į įrašą" 237 247 238 #: class-decent-comments-widget.php: 421248 #: class-decent-comments-widget.php:588 239 249 msgid "Show the avatar of the author." 240 250 msgstr "Rodyti autoriaus pseudoportretą." 241 251 242 #: class-decent-comments-widget.php: 442252 #: class-decent-comments-widget.php:609 243 253 msgid "Show the comment" 244 254 msgstr "Rodyti komentarą" 245 255 246 #: class-decent-comments-widget.php: 407256 #: class-decent-comments-widget.php:574 247 257 msgid "Show the date and time when the comment was posted." 248 258 msgstr "" 249 259 250 #: class-decent-comments-widget.php:307 260 #: class-decent-comments-rest.php:50 261 msgid "Size of author avatars in pixels" 262 msgstr "Pseudoportreto dydis, taškais" 263 264 #: class-decent-comments-rest.php:74 265 msgid "Sort comments by: date, author_email, author_url, content, karma, post" 266 msgstr "" 267 268 #: class-decent-comments-widget.php:474 251 269 msgid "Sort order" 252 270 msgstr "Rikiavimo tvarka" 253 271 254 #: class-decent-comments-widget.php: 307272 #: class-decent-comments-widget.php:474 255 273 msgid "Sort order." 256 274 msgstr "Rikiavimo tvarka." 257 275 258 #: class-decent-comments-widget.php:295 276 #: class-decent-comments-rest.php:90 277 msgid "Sort order: asc or desc" 278 msgstr "Rikiavimo tvarka: asc arba post_tag" 279 280 #: class-decent-comments-widget.php:462 259 281 msgid "Sorting criteria." 260 282 msgstr "Rikiavimo kriterijai." 261 283 262 #: class-decent-comments-widget.php: 448284 #: class-decent-comments-widget.php:615 263 285 msgid "Taxonomy" 264 286 msgstr "Taksonomija" 265 287 266 #: class-decent-comments-widget.php:463 288 #: class-decent-comments-rest.php:107 289 msgid "Term ids or slugs" 290 msgstr "" 291 292 #: class-decent-comments-widget.php:630 267 293 msgid "Terms" 268 294 msgstr "Terminai" 269 295 270 #: class-decent-comments-widget.php: 466296 #: class-decent-comments-widget.php:633 271 297 msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given." 272 298 msgstr "" 273 299 "Terminai arba {current}. <strong>Taksonomija</strong> privalo būti suteikta." 274 300 275 #: class-decent-comments-widget.php:392 301 #: class-decent-comments-widget.php:442 302 #, php-format 303 msgid "Thanks for supporting our work with a purchase in our %sShop%s!" 304 msgstr "" 305 306 #: class-decent-comments-widget.php:559 276 307 msgid "The ellipsis is shown after the excerpt when there is more content." 277 308 msgstr "Elipsė yra rodoma po ištraukos, kuomet yra daugiau turinio." 278 309 279 #: class-decent-comments-widget.php: 385310 #: class-decent-comments-widget.php:552 280 311 msgid "The maximum number of characters shown in excerpts." 281 312 msgstr "" 282 313 283 #: class-decent-comments-widget.php: 378314 #: class-decent-comments-widget.php:545 284 315 msgid "The maximum number of words shown in excerpts." 285 316 msgstr "Didžiausias rodomų žodžių skaičius ištraukoje." 286 317 287 #: class-decent-comments-widget.php: 288318 #: class-decent-comments-widget.php:455 288 319 msgid "The number of comments to show." 289 320 msgstr "Rodomų komentarų skaičius." 290 321 291 #: class-decent-comments-widget.php: 427322 #: class-decent-comments-widget.php:594 292 323 msgid "The size of the avatar in pixels." 293 324 msgstr "Pseudoportreto dydis, taškais." 294 325 295 #: class-decent-comments-widget.php: 281326 #: class-decent-comments-widget.php:448 296 327 msgid "Title" 297 328 msgstr "Antraštė" 298 329 299 #: class-decent-comments-widget.php: 329330 #: class-decent-comments-widget.php:496 300 331 msgid "Title, empty, post ID or [current]" 301 332 msgstr "Antraštė, tuščia, įrašo identifikatorius arba [current]" 302 333 303 #: class-decent-comments-widget.php: 480334 #: class-decent-comments-widget.php:647 304 335 msgid "Trackbacks" 305 336 msgstr "" 306 337 307 #: class-decent-comments-widget.php:414 338 #: class-decent-comments-rest.php:122 339 msgid "Whether to include Pingbacks" 340 msgstr "" 341 342 #: class-decent-comments-rest.php:130 343 msgid "Whether to include Trackbacks" 344 msgstr "" 345 346 #: class-decent-comments-widget.php:581 308 347 msgid "Whether to link comment authors to their website." 309 348 msgstr "" 310 349 311 #: class-decent-comments-widget.php: 400350 #: class-decent-comments-widget.php:567 312 351 msgid "Whether to show the author of each comment." 313 352 msgstr "Ar rodyti kiekvieno komentaro autorių." 314 353 315 #: class-decent-comments-widget.php: 348354 #: class-decent-comments-widget.php:515 316 355 msgid "You can indicate one ore more post types separated by comma." 317 356 msgstr "" 357 358 #: class-decent-comments-renderer.php:506 359 #, php-format 360 msgctxt "comment-link" 361 msgid "on %s" 362 msgstr "apie %s" 318 363 319 364 #~ msgid "http://www.itthinx.com/plugins/decent-comments" -
decent-comments/trunk/languages/decent-comments-pt_PT.po
r1711428 r3426106 5 5 "Project-Id-Version: Decent Comments 1.1.0\n" 6 6 "Report-Msgid-Bugs-To: \n" 7 "POT-Creation-Date: 20 17-08-10 12:11+0200\n"8 "PO-Revision-Date: 20 17-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" 9 9 "Last-Translator: \n" 10 10 "Language-Team: \n" … … 13 13 "Content-Type: text/plain; charset=UTF-8\n" 14 14 "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 18 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 19 msgstr "" 20 21 #: class-decent-comments-renderer.php:496 18 22 #, php-format 19 23 msgctxt "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 24 msgid "%1$s at %2$s" 25 msgstr "" 26 27 #: class-decent-comments-widget.php:615 30 28 msgid "A taxonomy, e.g. category or post_tag" 31 29 msgstr "A taxonomia, por exemplo, categoria ou post_tag" 32 30 33 #: decent-comments.php:13631 #: class-decent-comments.php:136 34 32 msgid "Access denied." 35 33 msgstr "Acesso negado." 36 34 37 #: class-decent-comments-renderer.php:1 0335 #: class-decent-comments-renderer.php:110 38 36 msgid "Ascending" 39 37 msgstr "Ascendente" 40 38 41 #: class-decent-comments-renderer.php: 9539 #: class-decent-comments-renderer.php:102 42 40 msgid "Author Email" 43 41 msgstr "Autor Email" 44 42 45 #: class-decent-comments-renderer.php: 9643 #: class-decent-comments-renderer.php:103 46 44 msgid "Author URL" 47 45 msgstr "Autor URL" 48 46 49 #: class-decent-comments-widget.php: 35547 #: class-decent-comments-widget.php:522 50 48 #, php-format 51 49 msgid "Available post types: %s" 52 50 msgstr "" 53 51 54 #: class-decent-comments-widget.php: 42752 #: class-decent-comments-widget.php:594 55 53 msgid "Avatar size" 56 54 msgstr "Dimesão do avatar" 57 55 58 #: class-decent-comments-renderer.php: 9756 #: class-decent-comments-renderer.php:104 59 57 msgid "Content" 60 58 msgstr "Conteúdo" 61 59 62 #: class-decent-comments-renderer.php: 9860 #: class-decent-comments-renderer.php:105 63 61 msgid "Date" 64 62 msgstr "Data" 65 63 66 #: decent-comments.php:12664 #: class-decent-comments.php:122 67 65 msgid "Decent Comments" 68 66 msgstr "Decent Comments" 69 67 70 #: decent-comments.php:126 decent-comments.php:14268 #: class-decent-comments.php:121 class-decent-comments.php:157 71 69 msgid "Decent Comments Options" 72 70 msgstr "Opções Decent Comments" 73 71 74 #: decent-comments.php:16872 #: class-decent-comments.php:168 75 73 msgid "Delete settings when the plugin is deactivated" 76 74 msgstr "Excluir configurações quando o plugin for desativado" 77 75 78 #: class-decent-comments-renderer.php:1 0476 #: class-decent-comments-renderer.php:111 79 77 msgid "Descending" 80 78 msgstr "Descendente" 81 79 82 #: class-decent-comments-widget.php: 39280 #: class-decent-comments-widget.php:559 83 81 msgid "Ellipsis" 84 82 msgstr "Elipse" 85 83 86 #: class-decent-comments-widget.php: 36584 #: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114 87 85 msgid "Exclude comments from post authors" 88 86 msgstr "" 89 87 90 #: class-decent-comments-widget.php:463 88 #: class-decent-comments-rest.php:58 89 msgid "ID of the post to get comments for (0 for all posts)" 90 msgstr "" 91 92 #: class-decent-comments-widget.php:630 91 93 msgid "" 92 94 "If a taxonomy is given , indicate terms in that taxonomy separated by comma " … … 101 103 "os termos estiverem vazios, nenhum comentário será mostrado." 102 104 103 #: class-decent-comments-widget.php: 365105 #: class-decent-comments-widget.php:532 104 106 msgid "If checked, excludes comments from post authors on their own posts." 105 107 msgstr "" 106 108 107 #: class-decent-comments-widget.php: 372109 #: class-decent-comments-widget.php:539 108 110 msgid "" 109 111 "If checked, shows an excerpt of the comment. Otherwise the full text of the " … … 113 115 "exibe o texto completo." 114 116 115 #: class-decent-comments-widget.php: 473117 #: class-decent-comments-widget.php:640 116 118 msgid "Include pingbacks." 117 119 msgstr "" 118 120 119 #: class-decent-comments-widget.php: 480121 #: class-decent-comments-widget.php:647 120 122 msgid "Include trackbacks." 121 123 msgstr "" 122 124 123 #: class-decent-comments-widget.php: 451125 #: class-decent-comments-widget.php:618 124 126 msgid "" 125 127 "Indicate <strong>category</strong> if you would like to show comments on " … … 133 135 "atribuir ás tags' slugs em <strong>Termos</strong>." 134 136 135 #: class-decent-comments-renderer.php: 99137 #: class-decent-comments-renderer.php:106 136 138 msgid "Karma" 137 139 msgstr "Karma" 138 140 139 #: class-decent-comments-widget.php: 346141 #: class-decent-comments-widget.php:513 140 142 msgid "" 141 143 "Leave empty to show comments for all post types. To show comments for a " … … 143 145 msgstr "" 144 146 145 #: class-decent-comments-widget.php: 326147 #: class-decent-comments-widget.php:493 146 148 msgid "" 147 149 "Leave empty to show comments for all posts. To show comments for a specific " … … 154 156 "indicar: [atual]" 155 157 156 #: class-decent-comments-widget.php: 414158 #: class-decent-comments-widget.php:581 157 159 msgid "Link authors" 158 160 msgstr "" 159 161 160 #: class-decent-comments-widget.php: 385162 #: class-decent-comments-widget.php:552 161 163 msgid "Number of characters in excerpts" 162 164 msgstr "" 163 165 164 #: class-decent-comments-widget.php: 288166 #: class-decent-comments-widget.php:455 165 167 msgid "Number of comments" 166 168 msgstr "Número de cometários" 167 169 168 #: class-decent-comments-widget.php:378 170 #: class-decent-comments-rest.php:41 171 msgid "Number of comments to return" 172 msgstr "Número de cometários" 173 174 #: class-decent-comments-widget.php:545 169 175 msgid "Number of words in excerpts" 170 176 msgstr "Número de palavras nos resumos" 171 177 172 #: decent-comments.php:186178 #: class-decent-comments.php:58 173 179 msgid "Options" 174 180 msgstr "Opções" 175 181 176 #: class-decent-comments-widget.php: 295182 #: class-decent-comments-widget.php:462 177 183 msgid "Order by ..." 178 184 msgstr "Ordenar por..." 179 185 180 #: class-decent-comments-widget.php: 473186 #: class-decent-comments-widget.php:640 181 187 msgid "Pingbacks" 182 188 msgstr "" 183 189 184 #: class-decent-comments-renderer.php:10 0190 #: class-decent-comments-renderer.php:107 185 191 msgid "Post" 186 192 msgstr "Artigo" 187 193 188 #: class-decent-comments-widget.php: 326194 #: class-decent-comments-widget.php:493 189 195 msgid "Post ID" 190 196 msgstr "ID do artigo" 191 197 192 #: class-decent-comments-widget.php: 351198 #: class-decent-comments-widget.php:518 193 199 msgid "Post Type" 194 200 msgstr "" 195 201 196 #: decent-comments.php:172 202 #: class-decent-comments-rest.php:99 203 msgid "Post category or tag" 204 msgstr "" 205 206 #: class-decent-comments.php:172 197 207 msgid "Save" 198 208 msgstr "Gravar" 199 209 200 #: class-decent-comments-widget.php: 332210 #: class-decent-comments-widget.php:499 201 211 #, php-format 202 212 msgid "Selected post: <em>%s</em>" 203 213 msgstr "Artigo selecionado: <em>%s</em>" 204 214 205 #: decent-comments.php:165215 #: class-decent-comments.php:165 206 216 msgid "Settings" 207 217 msgstr "Configurações" 208 218 209 #: class-decent-comments-widget.php: 435219 #: class-decent-comments-widget.php:602 210 220 msgid "Show a link to the post that the comment applies to." 211 221 msgstr "Mostrar um link para o artigo a que o comentário se aplica." 212 222 213 #: class-decent-comments-widget.php: 442223 #: class-decent-comments-widget.php:609 214 224 msgid "Show an excerpt of the comment or the full comment." 215 225 msgstr "Mostrar um resumo do comentário ou o comentário completo." 216 226 217 #: class-decent-comments-widget.php: 400227 #: class-decent-comments-widget.php:567 218 228 msgid "Show author" 219 229 msgstr "Exibir o autor" 220 230 221 #: class-decent-comments-widget.php: 421231 #: class-decent-comments-widget.php:588 222 232 msgid "Show avatar" 223 233 msgstr "Exibir avatar" 224 234 225 #: class-decent-comments-widget.php: 372235 #: class-decent-comments-widget.php:539 226 236 msgid "Show comment excerpt" 227 237 msgstr "Mostrar resumo do comentário" 228 238 229 #: class-decent-comments-widget.php: 407239 #: class-decent-comments-widget.php:574 230 240 msgid "Show date" 231 241 msgstr "" 232 242 233 #: class-decent-comments-widget.php: 435243 #: class-decent-comments-widget.php:602 234 244 msgid "Show link to post" 235 245 msgstr "Mostrar link para o artigo" 236 246 237 #: class-decent-comments-widget.php: 421247 #: class-decent-comments-widget.php:588 238 248 msgid "Show the avatar of the author." 239 249 msgstr "Exibir o avatar do autor." 240 250 241 #: class-decent-comments-widget.php: 442251 #: class-decent-comments-widget.php:609 242 252 msgid "Show the comment" 243 253 msgstr "Mostrar comentário" 244 254 245 #: class-decent-comments-widget.php: 407255 #: class-decent-comments-widget.php:574 246 256 msgid "Show the date and time when the comment was posted." 247 257 msgstr "" 248 258 249 #: class-decent-comments-widget.php:307 259 #: class-decent-comments-rest.php:50 260 msgid "Size of author avatars in pixels" 261 msgstr "Dimesão do avatar em pixeis" 262 263 #: class-decent-comments-rest.php:74 264 msgid "Sort comments by: date, author_email, author_url, content, karma, post" 265 msgstr "" 266 267 #: class-decent-comments-widget.php:474 250 268 msgid "Sort order" 251 269 msgstr "Ordenar" 252 270 253 #: class-decent-comments-widget.php: 307271 #: class-decent-comments-widget.php:474 254 272 msgid "Sort order." 255 273 msgstr "Ordenar." 256 274 257 #: class-decent-comments-widget.php:295 275 #: class-decent-comments-rest.php:90 276 msgid "Sort order: asc or desc" 277 msgstr "Ordenar: asc ou desc" 278 279 #: class-decent-comments-widget.php:462 258 280 msgid "Sorting criteria." 259 281 msgstr "Ordem dos critérios." 260 282 261 #: class-decent-comments-widget.php: 448283 #: class-decent-comments-widget.php:615 262 284 msgid "Taxonomy" 263 285 msgstr "Taxonomia" 264 286 265 #: class-decent-comments-widget.php:463 287 #: class-decent-comments-rest.php:107 288 msgid "Term ids or slugs" 289 msgstr "" 290 291 #: class-decent-comments-widget.php:630 266 292 msgid "Terms" 267 293 msgstr "Termos" 268 294 269 #: class-decent-comments-widget.php: 466295 #: class-decent-comments-widget.php:633 270 296 msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given." 271 297 msgstr "" 272 298 "Termos ou {current}. Uma <strong>Taxonomia</strong> deverá ser fornecida." 273 299 274 #: class-decent-comments-widget.php:392 300 #: class-decent-comments-widget.php:442 301 #, php-format 302 msgid "Thanks for supporting our work with a purchase in our %sShop%s!" 303 msgstr "" 304 305 #: class-decent-comments-widget.php:559 275 306 msgid "The ellipsis is shown after the excerpt when there is more content." 276 307 msgstr "A elipse é exibida após o trecho, quando houver mais conteúdo." 277 308 278 #: class-decent-comments-widget.php: 385309 #: class-decent-comments-widget.php:552 279 310 msgid "The maximum number of characters shown in excerpts." 280 311 msgstr "" 281 312 282 #: class-decent-comments-widget.php: 378313 #: class-decent-comments-widget.php:545 283 314 msgid "The maximum number of words shown in excerpts." 284 315 msgstr "O número máximo de palavras mostrados nos resumos." 285 316 286 #: class-decent-comments-widget.php: 288317 #: class-decent-comments-widget.php:455 287 318 msgid "The number of comments to show." 288 319 msgstr "Número de comentários a mostrar." 289 320 290 #: class-decent-comments-widget.php: 427321 #: class-decent-comments-widget.php:594 291 322 msgid "The size of the avatar in pixels." 292 323 msgstr "Dimesão do avatar em pixeis." 293 324 294 #: class-decent-comments-widget.php: 281325 #: class-decent-comments-widget.php:448 295 326 msgid "Title" 296 327 msgstr "Titulo" 297 328 298 #: class-decent-comments-widget.php: 329329 #: class-decent-comments-widget.php:496 299 330 msgid "Title, empty, post ID or [current]" 300 331 msgstr "Título, vazio, ID do artigo ou [atual]" 301 332 302 #: class-decent-comments-widget.php: 480333 #: class-decent-comments-widget.php:647 303 334 msgid "Trackbacks" 304 335 msgstr "" 305 336 306 #: class-decent-comments-widget.php:414 337 #: class-decent-comments-rest.php:122 338 msgid "Whether to include Pingbacks" 339 msgstr "" 340 341 #: class-decent-comments-rest.php:130 342 msgid "Whether to include Trackbacks" 343 msgstr "" 344 345 #: class-decent-comments-widget.php:581 307 346 msgid "Whether to link comment authors to their website." 308 347 msgstr "" 309 348 310 #: class-decent-comments-widget.php: 400349 #: class-decent-comments-widget.php:567 311 350 msgid "Whether to show the author of each comment." 312 351 msgstr "Se deve mostrar o autor de cada comentário." 313 352 314 #: class-decent-comments-widget.php: 348353 #: class-decent-comments-widget.php:515 315 354 msgid "You can indicate one ore more post types separated by comma." 316 355 msgstr "" 356 357 #: class-decent-comments-renderer.php:506 358 #, php-format 359 msgctxt "comment-link" 360 msgid "on %s" 361 msgstr "em %s" 317 362 318 363 #~ msgid "http://www.itthinx.com/plugins/decent-comments" -
decent-comments/trunk/languages/decent-comments-ru_RU.po
r1786335 r3426106 8 8 "Project-Id-Version: \n" 9 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 20 17-12-08 11:39+0200\n"11 "PO-Revision-Date: 20 17-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" 12 12 "Last-Translator: Igor <[email protected]>\n" 13 13 "Language-Team: \n" 14 "Language: ru\n" 14 15 "MIME-Version: 1.0\n" 15 16 "Content-Type: text/plain; charset=UTF-8\n" 16 17 "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 23 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 24 msgstr "" 25 "Переменная $store должна быть экземпляром класса " 26 "WP_Style_Engine_CSS_Rules_Store" 27 28 #: class-decent-comments-renderer.php:496 23 29 #, php-format 24 30 msgctxt "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 31 msgid "%1$s at %2$s" 32 msgstr "%1$s в %2$s" 33 34 #: class-decent-comments-widget.php:615 35 35 msgid "A taxonomy, e.g. category or post_tag" 36 36 msgstr "Таксономия, например категория или post_tag" 37 37 38 #: decent-comments.php:13638 #: class-decent-comments.php:136 39 39 msgid "Access denied." 40 40 msgstr "Доступ заблокирован." 41 41 42 #: class-decent-comments-renderer.php:1 0342 #: class-decent-comments-renderer.php:110 43 43 msgid "Ascending" 44 44 msgstr "По возрастанию" 45 45 46 #: class-decent-comments-renderer.php: 9546 #: class-decent-comments-renderer.php:102 47 47 msgid "Author Email" 48 48 msgstr "Email автора" 49 49 50 #: class-decent-comments-renderer.php: 9650 #: class-decent-comments-renderer.php:103 51 51 msgid "Author URL" 52 52 msgstr "URL Автора" 53 53 54 #: class-decent-comments-widget.php: 35554 #: class-decent-comments-widget.php:522 55 55 #, php-format 56 56 msgid "Available post types: %s" 57 57 msgstr "Доступные типы сообщений: %s" 58 58 59 #: class-decent-comments-widget.php: 42759 #: class-decent-comments-widget.php:594 60 60 msgid "Avatar size" 61 61 msgstr "Размер аватара" 62 62 63 #: class-decent-comments-renderer.php: 9763 #: class-decent-comments-renderer.php:104 64 64 msgid "Content" 65 65 msgstr "Содержание" 66 66 67 #: class-decent-comments-renderer.php: 9867 #: class-decent-comments-renderer.php:105 68 68 msgid "Date" 69 69 msgstr "Дата" 70 70 71 #: decent-comments.php:12671 #: class-decent-comments.php:122 72 72 msgid "Decent Comments" 73 73 msgstr "Достойные комментарии" 74 74 75 #: decent-comments.php:126 decent-comments.php:14275 #: class-decent-comments.php:121 class-decent-comments.php:157 76 76 msgid "Decent Comments Options" 77 77 msgstr "Достойные комментарии. Опции" 78 78 79 #: decent-comments.php:16879 #: class-decent-comments.php:168 80 80 msgid "Delete settings when the plugin is deactivated" 81 81 msgstr "Удаление настроек при отключении плагина" 82 82 83 #: class-decent-comments-renderer.php:1 0483 #: class-decent-comments-renderer.php:111 84 84 msgid "Descending" 85 85 msgstr "По убывание" 86 86 87 #: class-decent-comments-widget.php: 39287 #: class-decent-comments-widget.php:559 88 88 msgid "Ellipsis" 89 89 msgstr "Многоточие" 90 90 91 #: class-decent-comments-widget.php: 36591 #: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114 92 92 msgid "Exclude comments from post authors" 93 93 msgstr "Исключить комментарии от авторов сообщения" 94 94 95 #: class-decent-comments-widget.php:463 95 #: class-decent-comments-rest.php:58 96 msgid "ID of the post to get comments for (0 for all posts)" 97 msgstr "" 98 "Идентификатор записи, для которой нужно получить комментарии (0 — для всех " 99 "записей)" 100 101 #: class-decent-comments-widget.php:630 96 102 msgid "" 97 103 "If a taxonomy is given , indicate terms in that taxonomy separated by comma " … … 106 112 "и условия пусты, комментарии не будут отображаться." 107 113 108 #: class-decent-comments-widget.php: 365114 #: class-decent-comments-widget.php:532 109 115 msgid "If checked, excludes comments from post authors on their own posts." 110 116 msgstr "" … … 112 118 "сообщения." 113 119 114 #: class-decent-comments-widget.php: 372120 #: class-decent-comments-widget.php:539 115 121 msgid "" 116 122 "If checked, shows an excerpt of the comment. Otherwise the full text of the " … … 120 126 "отображается полный текст комментария." 121 127 122 #: class-decent-comments-widget.php: 473128 #: class-decent-comments-widget.php:640 123 129 msgid "Include pingbacks." 124 130 msgstr "Включите pingbacks." 125 131 126 #: class-decent-comments-widget.php: 480132 #: class-decent-comments-widget.php:647 127 133 msgid "Include trackbacks." 128 134 msgstr "Включите трекбэки." 129 135 130 #: class-decent-comments-widget.php: 451136 #: class-decent-comments-widget.php:618 131 137 msgid "" 132 138 "Indicate <strong>category</strong> if you would like to show comments on " … … 136 142 msgstr "" 137 143 "Укажите <strong>категорию,</strong> если вы хотите показывать комментарии к " 138 "сообщениям в определенных категориях. Дайте slugs желаемых категорий в «"139 " <strong>Terms</strong> . Для тегов использовать <strong>post_tag</strong> и"140 " дать тэги slugs в <strong>Terms</strong>."141 142 #: class-decent-comments-renderer.php: 99144 "сообщениям в определенных категориях. Дайте slugs желаемых категорий в " 145 "« <strong>Terms</strong> . Для тегов использовать <strong>post_tag</strong> " 146 "и дать тэги slugs в <strong>Terms</strong>." 147 148 #: class-decent-comments-renderer.php:106 143 149 msgid "Karma" 144 150 msgstr "Ка́рма" 145 151 146 #: class-decent-comments-widget.php: 346152 #: class-decent-comments-widget.php:513 147 153 msgid "" 148 154 "Leave empty to show comments for all post types. To show comments for a " … … 153 159 "укажите тип сообщения." 154 160 155 #: class-decent-comments-widget.php: 326161 #: class-decent-comments-widget.php:493 156 162 msgid "" 157 163 "Leave empty to show comments for all posts. To show comments for a specific " … … 164 170 "публикации, укажите: [текущий]" 165 171 166 #: class-decent-comments-widget.php: 414172 #: class-decent-comments-widget.php:581 167 173 msgid "Link authors" 168 174 msgstr "Авторы ссылок" 169 175 170 #: class-decent-comments-widget.php: 385176 #: class-decent-comments-widget.php:552 171 177 msgid "Number of characters in excerpts" 172 178 msgstr "Количество символов в анонсе" 173 179 174 #: class-decent-comments-widget.php: 288180 #: class-decent-comments-widget.php:455 175 181 msgid "Number of comments" 176 182 msgstr "Число комментариев" 177 183 178 #: class-decent-comments-widget.php:378 184 #: class-decent-comments-rest.php:41 185 msgid "Number of comments to return" 186 msgstr "Число комментариев" 187 188 #: class-decent-comments-widget.php:545 179 189 msgid "Number of words in excerpts" 180 190 msgstr "Количество слов в анонсах" 181 191 182 #: decent-comments.php:186192 #: class-decent-comments.php:58 183 193 msgid "Options" 184 194 msgstr "Настройки" 185 195 186 #: class-decent-comments-widget.php: 295196 #: class-decent-comments-widget.php:462 187 197 msgid "Order by ..." 188 198 msgstr "Сортровать по ..." 189 199 190 #: class-decent-comments-widget.php: 473200 #: class-decent-comments-widget.php:640 191 201 msgid "Pingbacks" 192 202 msgstr "Уведомления" 193 203 194 #: class-decent-comments-renderer.php:10 0204 #: class-decent-comments-renderer.php:107 195 205 msgid "Post" 196 206 msgstr "Статья" 197 207 198 #: class-decent-comments-widget.php: 326208 #: class-decent-comments-widget.php:493 199 209 msgid "Post ID" 200 210 msgstr "ID поста" 201 211 202 #: class-decent-comments-widget.php: 351212 #: class-decent-comments-widget.php:518 203 213 msgid "Post Type" 204 214 msgstr "Тип сообщения" 205 215 206 #: decent-comments.php:172 216 #: class-decent-comments-rest.php:99 217 msgid "Post category or tag" 218 msgstr "Категория или тег публикации" 219 220 #: class-decent-comments.php:172 207 221 msgid "Save" 208 222 msgstr "Сохранить" 209 223 210 #: class-decent-comments-widget.php: 332224 #: class-decent-comments-widget.php:499 211 225 #, php-format 212 226 msgid "Selected post: <em>%s</em>" 213 227 msgstr "Выбранное сообщение: <em>%s</em>" 214 228 215 #: decent-comments.php:165229 #: class-decent-comments.php:165 216 230 msgid "Settings" 217 231 msgstr "Управление" 218 232 219 #: class-decent-comments-widget.php: 435233 #: class-decent-comments-widget.php:602 220 234 msgid "Show a link to the post that the comment applies to." 221 235 msgstr "Показывать ссылку на сообщение, к которому относится комментарий." 222 236 223 #: class-decent-comments-widget.php: 442237 #: class-decent-comments-widget.php:609 224 238 msgid "Show an excerpt of the comment or the full comment." 225 239 msgstr "Покажите отрывок комментария или полный комментарий." 226 240 227 #: class-decent-comments-widget.php: 400241 #: class-decent-comments-widget.php:567 228 242 msgid "Show author" 229 243 msgstr "Показать Информацию Об Авторе" 230 244 231 #: class-decent-comments-widget.php: 421245 #: class-decent-comments-widget.php:588 232 246 msgid "Show avatar" 233 247 msgstr "Показать аватар" 234 248 235 #: class-decent-comments-widget.php: 372249 #: class-decent-comments-widget.php:539 236 250 msgid "Show comment excerpt" 237 251 msgstr "Показывать анонс комментария" 238 252 239 #: class-decent-comments-widget.php: 407253 #: class-decent-comments-widget.php:574 240 254 msgid "Show date" 241 255 msgstr "Показать дату" 242 256 243 #: class-decent-comments-widget.php: 435257 #: class-decent-comments-widget.php:602 244 258 msgid "Show link to post" 245 259 msgstr "Показать ссылку для публикацию" 246 260 247 #: class-decent-comments-widget.php: 421261 #: class-decent-comments-widget.php:588 248 262 msgid "Show the avatar of the author." 249 263 msgstr "Показать аватар автора." 250 264 251 #: class-decent-comments-widget.php: 442265 #: class-decent-comments-widget.php:609 252 266 msgid "Show the comment" 253 267 msgstr "Показать комментарий" 254 268 255 #: class-decent-comments-widget.php: 407269 #: class-decent-comments-widget.php:574 256 270 msgid "Show the date and time when the comment was posted." 257 271 msgstr "Показывать дату и время публикации комментария." 258 272 259 #: class-decent-comments-widget.php:307 273 #: class-decent-comments-rest.php:50 274 msgid "Size of author avatars in pixels" 275 msgstr "Размер аватара в пикселях" 276 277 #: class-decent-comments-rest.php:74 278 msgid "Sort comments by: date, author_email, author_url, content, karma, post" 279 msgstr "" 280 "Сортировать комментарии по: date, author_email, author_url, content, karma, " 281 "post" 282 283 #: class-decent-comments-widget.php:474 260 284 msgid "Sort order" 261 285 msgstr "Порядок сортировки" 262 286 263 #: class-decent-comments-widget.php: 307287 #: class-decent-comments-widget.php:474 264 288 msgid "Sort order." 265 289 msgstr "Порядок сортировки." 266 290 267 #: class-decent-comments-widget.php:295 291 #: class-decent-comments-rest.php:90 292 msgid "Sort order: asc or desc" 293 msgstr "Порядок сортировки: asc или desc" 294 295 #: class-decent-comments-widget.php:462 268 296 msgid "Sorting criteria." 269 297 msgstr "Критерии сортировки." 270 298 271 #: class-decent-comments-widget.php: 448299 #: class-decent-comments-widget.php:615 272 300 msgid "Taxonomy" 273 301 msgstr "Таксономия" 274 302 275 #: class-decent-comments-widget.php:463 303 #: class-decent-comments-rest.php:107 304 msgid "Term ids or slugs" 305 msgstr "Идентификаторы или псевдонимы терминов" 306 307 #: class-decent-comments-widget.php:630 276 308 msgid "Terms" 277 309 msgstr "Сроки и условия" 278 310 279 #: class-decent-comments-widget.php: 466311 #: class-decent-comments-widget.php:633 280 312 msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given." 281 313 msgstr "" … … 283 315 "<strong>Taxonomy</strong> ." 284 316 285 #: class-decent-comments-widget.php:392 317 #: class-decent-comments-widget.php:442 318 #, php-format 319 msgid "Thanks for supporting our work with a purchase in our %sShop%s!" 320 msgstr "" 321 "Спасибо за поддержку нашей работы, совершив покупку в нашем магазине " 322 "%sМагазин%s!" 323 324 #: class-decent-comments-widget.php:559 286 325 msgid "The ellipsis is shown after the excerpt when there is more content." 287 326 msgstr "Многоточие показывается после анонса, когда есть больше контента." 288 327 289 #: class-decent-comments-widget.php: 385328 #: class-decent-comments-widget.php:552 290 329 msgid "The maximum number of characters shown in excerpts." 291 330 msgstr "Максимальное количество символов, показанных в анонсах." 292 331 293 #: class-decent-comments-widget.php: 378332 #: class-decent-comments-widget.php:545 294 333 msgid "The maximum number of words shown in excerpts." 295 334 msgstr "Максимальное количество слов, указанных в анонсах." 296 335 297 #: class-decent-comments-widget.php: 288336 #: class-decent-comments-widget.php:455 298 337 msgid "The number of comments to show." 299 338 msgstr "Количество комментариев для отображения." 300 339 301 #: class-decent-comments-widget.php: 427340 #: class-decent-comments-widget.php:594 302 341 msgid "The size of the avatar in pixels." 303 342 msgstr "Размер аватара в пикселях." 304 343 305 #: class-decent-comments-widget.php: 281344 #: class-decent-comments-widget.php:448 306 345 msgid "Title" 307 346 msgstr "Заголовок" 308 347 309 #: class-decent-comments-widget.php: 329348 #: class-decent-comments-widget.php:496 310 349 msgid "Title, empty, post ID or [current]" 311 350 msgstr "Заголовок, пустой, ID идентификатор или текущий [current]" 312 351 313 #: class-decent-comments-widget.php: 480352 #: class-decent-comments-widget.php:647 314 353 msgid "Trackbacks" 315 354 msgstr "Обратные ссылки" 316 355 317 #: class-decent-comments-widget.php:414 356 #: class-decent-comments-rest.php:122 357 msgid "Whether to include Pingbacks" 358 msgstr "Включите pingbacks" 359 360 #: class-decent-comments-rest.php:130 361 msgid "Whether to include Trackbacks" 362 msgstr "Включите трекбэки" 363 364 #: class-decent-comments-widget.php:581 318 365 msgid "Whether to link comment authors to their website." 319 366 msgstr "Связывать ли авторы комментариев с их сайтом." 320 367 321 #: class-decent-comments-widget.php: 400368 #: class-decent-comments-widget.php:567 322 369 msgid "Whether to show the author of each comment." 323 370 msgstr "Показывать автору каждого комментария." 324 371 325 #: class-decent-comments-widget.php: 348372 #: class-decent-comments-widget.php:515 326 373 msgid "You can indicate one ore more post types separated by comma." 327 374 msgstr "" 328 375 "Вы можете указать один или несколько типов сообщений, разделенных запятой." 376 377 #: class-decent-comments-renderer.php:506 378 #, php-format 379 msgctxt "comment-link" 380 msgid "on %s" 381 msgstr "на %s" -
decent-comments/trunk/languages/decent-comments-zh_CN.po
r1711428 r3426106 5 5 "Project-Id-Version: Decent Comments 1.1.0\n" 6 6 "Report-Msgid-Bugs-To: \n" 7 "POT-Creation-Date: 20 17-08-10 12:13+0200\n"8 "PO-Revision-Date: 20 17-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" 9 9 "Last-Translator: \n" 10 10 "Language-Team: \n" … … 13 13 "Content-Type: text/plain; charset=UTF-8\n" 14 14 "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 18 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 19 msgstr "$store 必须是 WP_Style_Engine_CSS_Rules_Store 类的实例" 20 21 #: class-decent-comments-renderer.php:496 18 22 #, php-format 19 23 msgctxt "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 24 msgid "%1$s at %2$s" 25 msgstr "%1$s %2$s" 26 27 #: class-decent-comments-widget.php:615 30 28 msgid "A taxonomy, e.g. category or post_tag" 31 29 msgstr "分类系统,如类别或post_tag" 32 30 33 #: decent-comments.php:13631 #: class-decent-comments.php:136 34 32 msgid "Access denied." 35 33 msgstr "拒绝访问。" 36 34 37 #: class-decent-comments-renderer.php:1 0335 #: class-decent-comments-renderer.php:110 38 36 msgid "Ascending" 39 37 msgstr "从小到大" 40 38 41 #: class-decent-comments-renderer.php: 9539 #: class-decent-comments-renderer.php:102 42 40 msgid "Author Email" 43 41 msgstr "作者邮箱" 44 42 45 #: class-decent-comments-renderer.php: 9643 #: class-decent-comments-renderer.php:103 46 44 msgid "Author URL" 47 45 msgstr "作者网址" 48 46 49 #: class-decent-comments-widget.php: 35547 #: class-decent-comments-widget.php:522 50 48 #, php-format 51 49 msgid "Available post types: %s" 52 msgstr " "53 54 #: class-decent-comments-widget.php: 42750 msgstr "可用的帖子类型:%s" 51 52 #: class-decent-comments-widget.php:594 55 53 msgid "Avatar size" 56 54 msgstr "头像尺寸" 57 55 58 #: class-decent-comments-renderer.php: 9756 #: class-decent-comments-renderer.php:104 59 57 msgid "Content" 60 58 msgstr "内容" 61 59 62 #: class-decent-comments-renderer.php: 9860 #: class-decent-comments-renderer.php:105 63 61 msgid "Date" 64 62 msgstr "日期" 65 63 66 #: decent-comments.php:12664 #: class-decent-comments.php:122 67 65 msgid "Decent Comments" 68 66 msgstr "Decent Comments" 69 67 70 #: decent-comments.php:126 decent-comments.php:14268 #: class-decent-comments.php:121 class-decent-comments.php:157 71 69 msgid "Decent Comments Options" 72 70 msgstr "Decent Comments设置" 73 71 74 #: decent-comments.php:16872 #: class-decent-comments.php:168 75 73 msgid "Delete settings when the plugin is deactivated" 76 74 msgstr "停止插件时删除设置" 77 75 78 #: class-decent-comments-renderer.php:1 0476 #: class-decent-comments-renderer.php:111 79 77 msgid "Descending" 80 78 msgstr "从大到小" 81 79 82 #: class-decent-comments-widget.php: 39280 #: class-decent-comments-widget.php:559 83 81 msgid "Ellipsis" 84 82 msgstr "更多内容提示" 85 83 86 #: class-decent-comments-widget.php: 36584 #: class-decent-comments-widget.php:532 class-decent-comments-rest.php:114 87 85 msgid "Exclude comments from post authors" 88 msgstr "" 89 90 #: class-decent-comments-widget.php:463 86 msgstr "排除帖子作者的评论" 87 88 #: class-decent-comments-rest.php:58 89 msgid "ID of the post to get comments for (0 for all posts)" 90 msgstr "要获取评论的帖子的ID(0表示所有帖子)" 91 92 #: class-decent-comments-widget.php:630 91 93 msgid "" 92 94 "If a taxonomy is given , indicate terms in that taxonomy separated by comma " … … 99 101 "分类内没有任何词汇,系统将不显示任何留言。" 100 102 101 #: class-decent-comments-widget.php: 365103 #: class-decent-comments-widget.php:532 102 104 msgid "If checked, excludes comments from post authors on their own posts." 103 msgstr " "104 105 #: class-decent-comments-widget.php: 372105 msgstr "如果选中此选项,则会排除帖子作者在其自己帖子上的评论。" 106 107 #: class-decent-comments-widget.php:539 106 108 msgid "" 107 109 "If checked, shows an excerpt of the comment. Otherwise the full text of the " 108 110 "comment is displayed." 109 msgstr " 选择这项将显示留言预览,否则将显示留言全文"110 111 #: class-decent-comments-widget.php: 473111 msgstr "如果选中此选项,则显示评论的摘要。否则,将显示评论的全文。" 112 113 #: class-decent-comments-widget.php:640 112 114 msgid "Include pingbacks." 113 msgstr " "114 115 #: class-decent-comments-widget.php: 480115 msgstr "包含引用链接。" 116 117 #: class-decent-comments-widget.php:647 116 118 msgid "Include trackbacks." 117 msgstr " "118 119 #: class-decent-comments-widget.php: 451119 msgstr "包含引用链接。" 120 121 #: class-decent-comments-widget.php:618 120 122 msgid "" 121 123 "Indicate <strong>category</strong> if you would like to show comments on " … … 128 130 "后在 <strong>Termes</strong>选择标签短语。" 129 131 130 #: class-decent-comments-renderer.php: 99132 #: class-decent-comments-renderer.php:106 131 133 msgid "Karma" 132 134 msgstr "魅力" 133 135 134 #: class-decent-comments-widget.php: 346136 #: class-decent-comments-widget.php:513 135 137 msgid "" 136 138 "Leave empty to show comments for all post types. To show comments for a " 137 139 "specific post type only, indicate the post type." 138 140 msgstr "" 139 140 #: class-decent-comments-widget.php:326 141 "留空即可显示所有文章类型的评论。如需仅显示特定文章类型的评论,请指定文章类" 142 "型。" 143 144 #: class-decent-comments-widget.php:493 141 145 msgid "" 142 146 "Leave empty to show comments for all posts. To show comments for a specific " … … 147 151 "了显示当前文章的留言, 请指出 : [current]" 148 152 149 #: class-decent-comments-widget.php: 414153 #: class-decent-comments-widget.php:581 150 154 msgid "Link authors" 151 msgstr " "152 153 #: class-decent-comments-widget.php: 385155 msgstr "链接作者" 156 157 #: class-decent-comments-widget.php:552 154 158 msgid "Number of characters in excerpts" 155 msgstr " "156 157 #: class-decent-comments-widget.php: 288159 msgstr "摘录中的字符数" 160 161 #: class-decent-comments-widget.php:455 158 162 msgid "Number of comments" 159 163 msgstr "留言总数" 160 164 161 #: class-decent-comments-widget.php:378 165 #: class-decent-comments-rest.php:41 166 msgid "Number of comments to return" 167 msgstr "要返回的评论数量" 168 169 #: class-decent-comments-widget.php:545 162 170 msgid "Number of words in excerpts" 163 171 msgstr "预览字数量" 164 172 165 #: decent-comments.php:186173 #: class-decent-comments.php:58 166 174 msgid "Options" 167 175 msgstr "设置" 168 176 169 #: class-decent-comments-widget.php: 295177 #: class-decent-comments-widget.php:462 170 178 msgid "Order by ..." 171 179 msgstr "按...排序" 172 180 173 #: class-decent-comments-widget.php: 473181 #: class-decent-comments-widget.php:640 174 182 msgid "Pingbacks" 175 msgstr " "176 177 #: class-decent-comments-renderer.php:10 0183 msgstr "引用链接" 184 185 #: class-decent-comments-renderer.php:107 178 186 msgid "Post" 179 187 msgstr "原文" 180 188 181 #: class-decent-comments-widget.php: 326189 #: class-decent-comments-widget.php:493 182 190 msgid "Post ID" 183 191 msgstr "文章 ID" 184 192 185 #: class-decent-comments-widget.php: 351193 #: class-decent-comments-widget.php:518 186 194 msgid "Post Type" 187 msgstr "" 188 189 #: decent-comments.php:172 195 msgstr "帖子类型" 196 197 #: class-decent-comments-rest.php:99 198 msgid "Post category or tag" 199 msgstr "发布类别或标签" 200 201 #: class-decent-comments.php:172 190 202 msgid "Save" 191 203 msgstr "保存" 192 204 193 #: class-decent-comments-widget.php: 332205 #: class-decent-comments-widget.php:499 194 206 #, php-format 195 207 msgid "Selected post: <em>%s</em>" 196 208 msgstr "所选文章: <em>%s</em>" 197 209 198 #: decent-comments.php:165210 #: class-decent-comments.php:165 199 211 msgid "Settings" 200 212 msgstr "Règ设置" 201 213 202 #: class-decent-comments-widget.php: 435214 #: class-decent-comments-widget.php:602 203 215 msgid "Show a link to the post that the comment applies to." 204 216 msgstr "显示留言原文章的链接。" 205 217 206 #: class-decent-comments-widget.php: 442218 #: class-decent-comments-widget.php:609 207 219 msgid "Show an excerpt of the comment or the full comment." 208 220 msgstr "显示留言预览或者全文。" 209 221 210 #: class-decent-comments-widget.php: 400222 #: class-decent-comments-widget.php:567 211 223 msgid "Show author" 212 224 msgstr "显示作者" 213 225 214 #: class-decent-comments-widget.php: 421226 #: class-decent-comments-widget.php:588 215 227 msgid "Show avatar" 216 228 msgstr "显示头像" 217 229 218 #: class-decent-comments-widget.php: 372230 #: class-decent-comments-widget.php:539 219 231 msgid "Show comment excerpt" 220 232 msgstr "显示留言预览" 221 233 222 #: class-decent-comments-widget.php: 407234 #: class-decent-comments-widget.php:574 223 235 msgid "Show date" 224 msgstr " "225 226 #: class-decent-comments-widget.php: 435236 msgstr "显示日期" 237 238 #: class-decent-comments-widget.php:602 227 239 msgid "Show link to post" 228 240 msgstr "显示原文章链接" 229 241 230 #: class-decent-comments-widget.php: 421242 #: class-decent-comments-widget.php:588 231 243 msgid "Show the avatar of the author." 232 244 msgstr "显示作者头像。" 233 245 234 #: class-decent-comments-widget.php: 442246 #: class-decent-comments-widget.php:609 235 247 msgid "Show the comment" 236 248 msgstr "显示留言" 237 249 238 #: class-decent-comments-widget.php: 407250 #: class-decent-comments-widget.php:574 239 251 msgid "Show the date and time when the comment was posted." 240 msgstr "" 241 242 #: class-decent-comments-widget.php:307 252 msgstr "显示评论发布的日期和时间。" 253 254 #: class-decent-comments-rest.php:50 255 msgid "Size of author avatars in pixels" 256 msgstr "作者头像的尺寸(以像素为单位)" 257 258 #: class-decent-comments-rest.php:74 259 msgid "Sort comments by: date, author_email, author_url, content, karma, post" 260 msgstr "评论排序方式:日期、作者邮箱、作者网址、内容、积分、帖子" 261 262 #: class-decent-comments-widget.php:474 243 263 msgid "Sort order" 244 264 msgstr "排序" 245 265 246 #: class-decent-comments-widget.php: 307266 #: class-decent-comments-widget.php:474 247 267 msgid "Sort order." 248 268 msgstr "排序." 249 269 250 #: class-decent-comments-widget.php:295 270 #: class-decent-comments-rest.php:90 271 msgid "Sort order: asc or desc" 272 msgstr "排序顺序:asc 或 desc" 273 274 #: class-decent-comments-widget.php:462 251 275 msgid "Sorting criteria." 252 276 msgstr "排序规律." 253 277 254 #: class-decent-comments-widget.php: 448278 #: class-decent-comments-widget.php:615 255 279 msgid "Taxonomy" 256 280 msgstr "分类" 257 281 258 #: class-decent-comments-widget.php:463 282 #: class-decent-comments-rest.php:107 283 msgid "Term ids or slugs" 284 msgstr "术语ID或别名" 285 286 #: class-decent-comments-widget.php:630 259 287 msgid "Terms" 260 288 msgstr "词汇" 261 289 262 #: class-decent-comments-widget.php: 466290 #: class-decent-comments-widget.php:633 263 291 msgid "Terms or {current}. A <strong>Taxonomy</strong> must be given." 264 292 msgstr "词汇或{current}。请提供至少一个 <strong>分类</strong>。" 265 293 266 #: class-decent-comments-widget.php:392 294 #: class-decent-comments-widget.php:442 295 #, php-format 296 msgid "Thanks for supporting our work with a purchase in our %sShop%s!" 297 msgstr "感谢您在我们的%s商店%s购物,支持我们的工作!" 298 299 #: class-decent-comments-widget.php:559 267 300 msgid "The ellipsis is shown after the excerpt when there is more content." 268 301 msgstr "若有更多内容将提示。" 269 302 270 #: class-decent-comments-widget.php: 385303 #: class-decent-comments-widget.php:552 271 304 msgid "The maximum number of characters shown in excerpts." 272 msgstr " "273 274 #: class-decent-comments-widget.php: 378305 msgstr "摘要中显示的最大字符数。" 306 307 #: class-decent-comments-widget.php:545 275 308 msgid "The maximum number of words shown in excerpts." 276 309 msgstr "预览显示最多字数量。" 277 310 278 #: class-decent-comments-widget.php: 288311 #: class-decent-comments-widget.php:455 279 312 msgid "The number of comments to show." 280 313 msgstr "留言显示数量。" 281 314 282 #: class-decent-comments-widget.php: 427315 #: class-decent-comments-widget.php:594 283 316 msgid "The size of the avatar in pixels." 284 317 msgstr "头像大小(pixels)。" 285 318 286 #: class-decent-comments-widget.php: 281319 #: class-decent-comments-widget.php:448 287 320 msgid "Title" 288 321 msgstr "题目" 289 322 290 #: class-decent-comments-widget.php: 329323 #: class-decent-comments-widget.php:496 291 324 msgid "Title, empty, post ID or [current]" 292 325 msgstr "题目、空白、文章 ID 或者 [current]" 293 326 294 #: class-decent-comments-widget.php: 480327 #: class-decent-comments-widget.php:647 295 328 msgid "Trackbacks" 296 msgstr "" 297 298 #: class-decent-comments-widget.php:414 329 msgstr "引用链接" 330 331 #: class-decent-comments-rest.php:122 332 msgid "Whether to include Pingbacks" 333 msgstr "是否包含引用通知" 334 335 #: class-decent-comments-rest.php:130 336 msgid "Whether to include Trackbacks" 337 msgstr "是否包含引用链接" 338 339 #: class-decent-comments-widget.php:581 299 340 msgid "Whether to link comment authors to their website." 300 msgstr " "301 302 #: class-decent-comments-widget.php: 400341 msgstr "是否将评论作者链接到他们的网站。" 342 343 #: class-decent-comments-widget.php:567 303 344 msgid "Whether to show the author of each comment." 304 345 msgstr "显示每个留言的作者。" 305 346 306 #: class-decent-comments-widget.php: 348347 #: class-decent-comments-widget.php:515 307 348 msgid "You can indicate one ore more post types separated by comma." 308 msgstr "" 349 msgstr "您可以指定一个或多个帖子类型,用逗号分隔。" 350 351 #: class-decent-comments-renderer.php:506 352 #, php-format 353 msgctxt "comment-link" 354 msgid "on %s" 355 msgstr "在 %s" 309 356 310 357 #~ msgid "http://www.itthinx.com/plugins/decent-comments" -
decent-comments/trunk/languages/decent-comments.pot
r3424828 r3426106 8 8 msgstr "Project-Id-Version: PACKAGE VERSION\n" 9 9 "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" 11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "Content-Transfer-Encoding: 8bit\n" 18 18 19 #: blocks/decent-comments/node_modules/@wordpress/style-engine/class-wp-style-engine-processor.php:44 20 msgid "$store must be an instance of WP_Style_Engine_CSS_Rules_Store" 21 msgstr "" 22 19 23 #: class-decent-comments-renderer.php:496 20 24 #, php-format 21 25 msgctxt "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" 26 msgid "%1$s at %2$s" 29 27 msgstr "" 30 28 … … 33 31 msgstr "" 34 32 35 #: class-decent-comments.php:1 4033 #: class-decent-comments.php:136 36 34 msgid "Access denied." 37 35 msgstr "" … … 66 64 msgstr "" 67 65 68 #: class-decent-comments.php:12 666 #: class-decent-comments.php:122 69 67 msgid "Decent Comments" 70 68 msgstr "" 71 69 72 #: class-decent-comments.php:12 5 class-decent-comments.php:16170 #: class-decent-comments.php:121 class-decent-comments.php:157 73 71 msgid "Decent Comments Options" 74 72 msgstr "" 75 73 76 #: class-decent-comments.php:1 7274 #: class-decent-comments.php:168 77 75 msgid "Delete settings when the plugin is deactivated" 78 76 msgstr "" … … 190 188 msgstr "" 191 189 192 #: class-decent-comments.php:17 6190 #: class-decent-comments.php:172 193 191 msgid "Save" 194 192 msgstr "" … … 199 197 msgstr "" 200 198 201 #: class-decent-comments.php:16 9199 #: class-decent-comments.php:165 202 200 msgid "Settings" 203 201 msgstr "" … … 340 338 msgid "You can indicate one ore more post types separated by comma." 341 339 msgstr "" 340 341 #: class-decent-comments-renderer.php:506 342 #, php-format 343 msgctxt "comment-link" 344 msgid "on %s" 345 msgstr "" -
decent-comments/trunk/readme.txt
r3424835 r3426106 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 3.0. 08 Stable tag: 3.0.1 9 9 License: GPLv3 10 10
Note: See TracChangeset
for help on using the changeset viewer.