Changeset 1166888
- Timestamp:
- 05/25/2015 05:07:59 AM (11 years ago)
- Location:
- network-latest-posts
- Files:
-
- 12 edited
-
assets/banner-772x250.jpg (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
trunk/js/nlposts_shortcode_form.php (modified) (3 diffs)
-
trunk/languages/languages.pot (modified) (4 diffs)
-
trunk/languages/trans-nlp-es_ES.mo (modified) (previous)
-
trunk/languages/trans-nlp-es_ES.po (modified) (4 diffs)
-
trunk/languages/trans-nlp-fr_FR.mo (modified) (previous)
-
trunk/languages/trans-nlp-fr_FR.po (modified) (4 diffs)
-
trunk/network-latest-posts-widget.php (modified) (6 diffs)
-
trunk/network-latest-posts.php (modified) (10 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
network-latest-posts/trunk/js/nlposts_shortcode_form.php
r1095315 r1166888 79 79 'excerpt_trail' => 'text', // Excerpt's trailing element: text, image 80 80 'full_meta' => FALSE, // Display full metadata 81 'display_date' => FALSE, // Display post dates 81 82 'sort_by_date' => FALSE, // Display the latest posts first regardless of the blog they come from 82 83 'sort_by_blog' => FALSE, // Sort by blog ID … … 510 511 $widget_form.= "<select id='full_meta' name='full_meta'>"; 511 512 if( $full_meta == 'true' ) { 513 $widget_form.= "<option value='true' selected='selected'>" . __('Yes','trans-nlp') . "</option>"; 514 $widget_form.= "<option value='false'>" . __('No','trans-nlp') . "</option>"; 515 } else { 516 $widget_form.= "<option value='true'>" . __('Yes','trans-nlp') . "</option>"; 517 $widget_form.= "<option value='false' selected='selected'>" . __('No','trans-nlp') . "</option>"; 518 } 519 $widget_form.= "</select>"; 520 // display date 521 $widget_form.= $br; 522 $widget_form.= "<label for='display_date'>" . __('Display Post Date','trans-nlp') . "</label>"; 523 $widget_form.= $br; 524 $widget_form.= "<select id='display_date' name='display_date'>"; 525 if( $display_date == 'true' ) { 512 526 $widget_form.= "<option value='true' selected='selected'>" . __('Yes','trans-nlp') . "</option>"; 513 527 $widget_form.= "<option value='false'>" . __('No','trans-nlp') . "</option>"; … … 588 602 defaults['auto_excerpt'] = 'false'; 589 603 defaults['full_meta'] = 'false'; 604 defaults['display_date'] = 'false'; 590 605 defaults['sort_by_date'] = 'false'; 591 606 defaults['sort_by_blog'] = 'false'; -
network-latest-posts/trunk/languages/languages.pot
r847965 r1166888 3 3 "Project-Id-Version: Network Latest Posts v3.2\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 4-01-29 17:20-0430\n"6 "PO-Revision-Date: 201 4-01-29 17:21-0430\n"5 "POT-Creation-Date: 2015-05-24 20:35-0430\n" 6 "PO-Revision-Date: 2015-05-24 20:49-0430\n" 7 7 "Last-Translator: Jose Luis Sayago Rojas <[email protected]>\n" 8 8 "Language-Team: L'Elite <[email protected]>\n" … … 13 13 "X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n" 14 14 "X-Poedit-Basepath: .\n" 15 "X-Generator: Poedit 1. 6.2\n"15 "X-Generator: Poedit 1.7.6\n" 16 16 "X-Poedit-SearchPath-0: ..\n" 17 17 18 #: ../network-latest-posts-widget.php:69 ../network-latest-posts.php:229 19 msgid "Sorry, I couldn't find any recent posts matching your parameters." 20 msgstr "" 21 22 #: ../network-latest-posts-widget.php:82 23 msgid "Network Latest Posts Widget" 24 msgstr "" 25 26 #: ../network-latest-posts-widget.php:255 ../js/nlposts_shortcode_form.php:115 18 #: ../js/nlposts_shortcode_form.php:115 ../network-latest-posts-widget.php:256 27 19 msgid "Title" 28 20 msgstr "" 29 21 30 #: ../network-latest-posts-widget.php:260 ../js/nlposts_shortcode_form.php:125 22 #: ../js/nlposts_shortcode_form.php:120 23 msgid "Instance Identifier" 24 msgstr "" 25 26 #: ../js/nlposts_shortcode_form.php:125 ../network-latest-posts-widget.php:261 31 27 msgid "Number of Posts by Blog" 32 28 msgstr "" 33 29 34 #: ../ network-latest-posts-widget.php:265 ../js/nlposts_shortcode_form.php:13030 #: ../js/nlposts_shortcode_form.php:130 ../network-latest-posts-widget.php:266 35 31 msgid "Post ID(s) to Ignore" 36 32 msgstr "" 37 33 38 #: ../ network-latest-posts-widget.php:270 ../js/nlposts_shortcode_form.php:13534 #: ../js/nlposts_shortcode_form.php:135 ../network-latest-posts-widget.php:271 39 35 msgid "Time Frame in Days" 40 36 msgstr "" 41 37 42 #: ../ network-latest-posts-widget.php:275 ../js/nlposts_shortcode_form.php:14038 #: ../js/nlposts_shortcode_form.php:140 ../network-latest-posts-widget.php:276 43 39 msgid "Titles Only" 44 40 msgstr "" 45 41 46 #: ../network-latest-posts-widget.php:279 47 #: ../network-latest-posts-widget.php:282 48 #: ../network-latest-posts-widget.php:482 49 #: ../network-latest-posts-widget.php:485 50 #: ../network-latest-posts-widget.php:523 51 #: ../network-latest-posts-widget.php:526 52 #: ../network-latest-posts-widget.php:541 53 #: ../network-latest-posts-widget.php:544 54 #: ../network-latest-posts-widget.php:560 55 #: ../network-latest-posts-widget.php:563 56 #: ../network-latest-posts-widget.php:586 57 #: ../network-latest-posts-widget.php:589 58 #: ../network-latest-posts-widget.php:598 59 #: ../network-latest-posts-widget.php:601 60 #: ../network-latest-posts-widget.php:610 61 #: ../network-latest-posts-widget.php:613 62 #: ../network-latest-posts-widget.php:623 63 #: ../network-latest-posts-widget.php:626 64 #: ../network-latest-posts-widget.php:676 65 #: ../network-latest-posts-widget.php:679 ../js/nlposts_shortcode_form.php:144 66 #: ../js/nlposts_shortcode_form.php:147 ../js/nlposts_shortcode_form.php:342 67 #: ../js/nlposts_shortcode_form.php:345 ../js/nlposts_shortcode_form.php:383 68 #: ../js/nlposts_shortcode_form.php:386 ../js/nlposts_shortcode_form.php:401 69 #: ../js/nlposts_shortcode_form.php:404 ../js/nlposts_shortcode_form.php:420 70 #: ../js/nlposts_shortcode_form.php:423 ../js/nlposts_shortcode_form.php:446 71 #: ../js/nlposts_shortcode_form.php:449 ../js/nlposts_shortcode_form.php:459 72 #: ../js/nlposts_shortcode_form.php:462 ../js/nlposts_shortcode_form.php:512 73 #: ../js/nlposts_shortcode_form.php:515 ../js/nlposts_shortcode_form.php:540 74 #: ../js/nlposts_shortcode_form.php:543 75 msgid "Yes" 76 msgstr "" 77 42 #: ../js/nlposts_shortcode_form.php:144 ../js/nlposts_shortcode_form.php:147 43 #: ../js/nlposts_shortcode_form.php:342 ../js/nlposts_shortcode_form.php:345 44 #: ../js/nlposts_shortcode_form.php:383 ../js/nlposts_shortcode_form.php:386 45 #: ../js/nlposts_shortcode_form.php:401 ../js/nlposts_shortcode_form.php:404 46 #: ../js/nlposts_shortcode_form.php:420 ../js/nlposts_shortcode_form.php:423 47 #: ../js/nlposts_shortcode_form.php:446 ../js/nlposts_shortcode_form.php:449 48 #: ../js/nlposts_shortcode_form.php:459 ../js/nlposts_shortcode_form.php:462 49 #: ../js/nlposts_shortcode_form.php:512 ../js/nlposts_shortcode_form.php:515 50 #: ../js/nlposts_shortcode_form.php:540 ../js/nlposts_shortcode_form.php:543 78 51 #: ../network-latest-posts-widget.php:280 79 52 #: ../network-latest-posts-widget.php:283 … … 95 68 #: ../network-latest-posts-widget.php:627 96 69 #: ../network-latest-posts-widget.php:677 97 #: ../network-latest-posts-widget.php:680 ../js/nlposts_shortcode_form.php:145 98 #: ../js/nlposts_shortcode_form.php:148 ../js/nlposts_shortcode_form.php:343 99 #: ../js/nlposts_shortcode_form.php:346 ../js/nlposts_shortcode_form.php:384 100 #: ../js/nlposts_shortcode_form.php:387 ../js/nlposts_shortcode_form.php:402 101 #: ../js/nlposts_shortcode_form.php:405 ../js/nlposts_shortcode_form.php:421 102 #: ../js/nlposts_shortcode_form.php:424 ../js/nlposts_shortcode_form.php:447 103 #: ../js/nlposts_shortcode_form.php:450 ../js/nlposts_shortcode_form.php:460 104 #: ../js/nlposts_shortcode_form.php:463 ../js/nlposts_shortcode_form.php:513 105 #: ../js/nlposts_shortcode_form.php:516 ../js/nlposts_shortcode_form.php:541 106 #: ../js/nlposts_shortcode_form.php:544 70 #: ../network-latest-posts-widget.php:680 71 #: ../network-latest-posts-widget.php:690 72 #: ../network-latest-posts-widget.php:693 73 msgid "Yes" 74 msgstr "" 75 76 #: ../js/nlposts_shortcode_form.php:145 ../js/nlposts_shortcode_form.php:148 77 #: ../js/nlposts_shortcode_form.php:343 ../js/nlposts_shortcode_form.php:346 78 #: ../js/nlposts_shortcode_form.php:384 ../js/nlposts_shortcode_form.php:387 79 #: ../js/nlposts_shortcode_form.php:402 ../js/nlposts_shortcode_form.php:405 80 #: ../js/nlposts_shortcode_form.php:421 ../js/nlposts_shortcode_form.php:424 81 #: ../js/nlposts_shortcode_form.php:447 ../js/nlposts_shortcode_form.php:450 82 #: ../js/nlposts_shortcode_form.php:460 ../js/nlposts_shortcode_form.php:463 83 #: ../js/nlposts_shortcode_form.php:513 ../js/nlposts_shortcode_form.php:516 84 #: ../js/nlposts_shortcode_form.php:541 ../js/nlposts_shortcode_form.php:544 85 #: ../network-latest-posts-widget.php:281 86 #: ../network-latest-posts-widget.php:284 87 #: ../network-latest-posts-widget.php:484 88 #: ../network-latest-posts-widget.php:487 89 #: ../network-latest-posts-widget.php:525 90 #: ../network-latest-posts-widget.php:528 91 #: ../network-latest-posts-widget.php:543 92 #: ../network-latest-posts-widget.php:546 93 #: ../network-latest-posts-widget.php:562 94 #: ../network-latest-posts-widget.php:565 95 #: ../network-latest-posts-widget.php:588 96 #: ../network-latest-posts-widget.php:591 97 #: ../network-latest-posts-widget.php:600 98 #: ../network-latest-posts-widget.php:603 99 #: ../network-latest-posts-widget.php:612 100 #: ../network-latest-posts-widget.php:615 101 #: ../network-latest-posts-widget.php:625 102 #: ../network-latest-posts-widget.php:628 103 #: ../network-latest-posts-widget.php:678 104 #: ../network-latest-posts-widget.php:681 105 #: ../network-latest-posts-widget.php:691 106 #: ../network-latest-posts-widget.php:694 107 107 msgid "No" 108 108 msgstr "" 109 109 110 #: ../ network-latest-posts-widget.php:288 ../js/nlposts_shortcode_form.php:153110 #: ../js/nlposts_shortcode_form.php:153 ../network-latest-posts-widget.php:289 111 111 msgid "Display Type" 112 112 msgstr "" 113 113 114 #: ../network-latest-posts-widget.php:294 115 #: ../network-latest-posts-widget.php:300 116 #: ../network-latest-posts-widget.php:306 117 #: ../network-latest-posts-widget.php:312 ../js/nlposts_shortcode_form.php:159 118 #: ../js/nlposts_shortcode_form.php:165 ../js/nlposts_shortcode_form.php:171 119 #: ../js/nlposts_shortcode_form.php:177 120 msgid "Unordered List" 121 msgstr "" 122 114 #: ../js/nlposts_shortcode_form.php:159 ../js/nlposts_shortcode_form.php:165 115 #: ../js/nlposts_shortcode_form.php:171 ../js/nlposts_shortcode_form.php:177 123 116 #: ../network-latest-posts-widget.php:295 124 117 #: ../network-latest-posts-widget.php:301 125 118 #: ../network-latest-posts-widget.php:307 126 #: ../network-latest-posts-widget.php:313 ../js/nlposts_shortcode_form.php:160127 #: ../js/nlposts_shortcode_form.php:166 ../js/nlposts_shortcode_form.php:172 128 #: ../js/nlposts_shortcode_form.php:178 129 msgid "Ordered List" 130 msgstr "" 131 119 #: ../network-latest-posts-widget.php:313 120 msgid "Unordered List" 121 msgstr "" 122 123 #: ../js/nlposts_shortcode_form.php:160 ../js/nlposts_shortcode_form.php:166 124 #: ../js/nlposts_shortcode_form.php:172 ../js/nlposts_shortcode_form.php:178 132 125 #: ../network-latest-posts-widget.php:296 133 126 #: ../network-latest-posts-widget.php:302 134 127 #: ../network-latest-posts-widget.php:308 135 #: ../network-latest-posts-widget.php:314 ../js/nlposts_shortcode_form.php:161 136 #: ../js/nlposts_shortcode_form.php:167 ../js/nlposts_shortcode_form.php:173 137 #: ../js/nlposts_shortcode_form.php:179 128 #: ../network-latest-posts-widget.php:314 129 msgid "Ordered List" 130 msgstr "" 131 132 #: ../js/nlposts_shortcode_form.php:161 ../js/nlposts_shortcode_form.php:167 133 #: ../js/nlposts_shortcode_form.php:173 ../js/nlposts_shortcode_form.php:179 134 #: ../network-latest-posts-widget.php:297 135 #: ../network-latest-posts-widget.php:303 136 #: ../network-latest-posts-widget.php:309 137 #: ../network-latest-posts-widget.php:315 138 138 msgid "Blocks" 139 139 msgstr "" 140 140 141 #: ../ network-latest-posts-widget.php:321 ../js/nlposts_shortcode_form.php:186141 #: ../js/nlposts_shortcode_form.php:186 ../network-latest-posts-widget.php:322 142 142 msgid "Display Blog" 143 143 msgstr "" 144 144 145 #: ../ network-latest-posts-widget.php:321146 #: ../ network-latest-posts-widget.php:362147 #: ../network-latest-posts-widget.php: 502148 #: ../network-latest-posts-widget.php: 511 ../js/nlposts_shortcode_form.php:186149 #: ../ js/nlposts_shortcode_form.php:227 ../js/nlposts_shortcode_form.php:362150 #: ../ js/nlposts_shortcode_form.php:371145 #: ../js/nlposts_shortcode_form.php:186 ../js/nlposts_shortcode_form.php:227 146 #: ../js/nlposts_shortcode_form.php:362 ../js/nlposts_shortcode_form.php:371 147 #: ../network-latest-posts-widget.php:322 148 #: ../network-latest-posts-widget.php:363 149 #: ../network-latest-posts-widget.php:503 150 #: ../network-latest-posts-widget.php:512 151 151 msgid "or" 152 152 msgstr "" 153 153 154 #: ../ network-latest-posts-widget.php:321155 #: ../network-latest-posts-widget.php:3 62 ../js/nlposts_shortcode_form.php:186156 #: ../ js/nlposts_shortcode_form.php:227154 #: ../js/nlposts_shortcode_form.php:186 ../js/nlposts_shortcode_form.php:227 155 #: ../network-latest-posts-widget.php:322 156 #: ../network-latest-posts-widget.php:363 157 157 msgid "Blogs" 158 158 msgstr "" 159 159 160 #: ../ network-latest-posts-widget.php:323 ../js/nlposts_shortcode_form.php:188160 #: ../js/nlposts_shortcode_form.php:188 ../network-latest-posts-widget.php:324 161 161 msgid "Display Blog(s)" 162 162 msgstr "" 163 163 164 #: ../ network-latest-posts-widget.php:345165 #: ../network-latest-posts-widget.php:34 7 ../js/nlposts_shortcode_form.php:210166 #: ../ js/nlposts_shortcode_form.php:212164 #: ../js/nlposts_shortcode_form.php:210 ../js/nlposts_shortcode_form.php:212 165 #: ../network-latest-posts-widget.php:346 166 #: ../network-latest-posts-widget.php:348 167 167 msgid "Display All" 168 168 msgstr "" 169 169 170 #: ../ network-latest-posts-widget.php:362 ../js/nlposts_shortcode_form.php:227170 #: ../js/nlposts_shortcode_form.php:227 ../network-latest-posts-widget.php:363 171 171 msgid "Ignore Blog" 172 172 msgstr "" 173 173 174 #: ../ network-latest-posts-widget.php:364 ../js/nlposts_shortcode_form.php:229174 #: ../js/nlposts_shortcode_form.php:229 ../network-latest-posts-widget.php:365 175 175 msgid "Ignore Blog(s)" 176 176 msgstr "" 177 177 178 #: ../ network-latest-posts-widget.php:386179 #: ../network-latest-posts-widget.php:38 8 ../js/nlposts_shortcode_form.php:251180 #: ../ js/nlposts_shortcode_form.php:253178 #: ../js/nlposts_shortcode_form.php:251 ../js/nlposts_shortcode_form.php:253 179 #: ../network-latest-posts-widget.php:387 180 #: ../network-latest-posts-widget.php:389 181 181 msgid "Nothing to Ignore" 182 182 msgstr "" 183 183 184 #: ../ network-latest-posts-widget.php:402 ../js/nlposts_shortcode_form.php:267184 #: ../js/nlposts_shortcode_form.php:267 ../network-latest-posts-widget.php:403 185 185 msgid "Display Thumbnails" 186 186 msgstr "" 187 187 188 #: ../ network-latest-posts-widget.php:406189 #: ../network-latest-posts-widget.php:40 9 ../js/nlposts_shortcode_form.php:271190 #: ../ js/nlposts_shortcode_form.php:274188 #: ../js/nlposts_shortcode_form.php:271 ../js/nlposts_shortcode_form.php:274 189 #: ../network-latest-posts-widget.php:407 190 #: ../network-latest-posts-widget.php:410 191 191 msgid "Show" 192 192 msgstr "" 193 193 194 #: ../ network-latest-posts-widget.php:407195 #: ../network-latest-posts-widget.php:4 10 ../js/nlposts_shortcode_form.php:272196 #: ../ js/nlposts_shortcode_form.php:275194 #: ../js/nlposts_shortcode_form.php:272 ../js/nlposts_shortcode_form.php:275 195 #: ../network-latest-posts-widget.php:408 196 #: ../network-latest-posts-widget.php:411 197 197 msgid "Hide" 198 198 msgstr "" 199 199 200 #: ../ network-latest-posts-widget.php:415 ../js/nlposts_shortcode_form.php:280200 #: ../js/nlposts_shortcode_form.php:280 ../network-latest-posts-widget.php:416 201 201 msgid "Thumbnail Size" 202 202 msgstr "" 203 203 204 #: ../ network-latest-posts-widget.php:416 ../js/nlposts_shortcode_form.php:281204 #: ../js/nlposts_shortcode_form.php:281 ../network-latest-posts-widget.php:417 205 205 msgid "Width" 206 206 msgstr "" 207 207 208 #: ../ network-latest-posts-widget.php:420 ../js/nlposts_shortcode_form.php:285208 #: ../js/nlposts_shortcode_form.php:285 ../network-latest-posts-widget.php:421 209 209 msgid "Height" 210 210 msgstr "" 211 211 212 #: ../ network-latest-posts-widget.php:425 ../js/nlposts_shortcode_form.php:290212 #: ../js/nlposts_shortcode_form.php:290 ../network-latest-posts-widget.php:426 213 213 msgid "Thumbnail Replacement" 214 214 msgstr "" 215 215 216 #: ../network-latest-posts-widget.php:431 217 #: ../network-latest-posts-widget.php:438 218 #: ../network-latest-posts-widget.php:445 219 #: ../network-latest-posts-widget.php:452 220 #: ../network-latest-posts-widget.php:459 ../js/nlposts_shortcode_form.php:295 221 #: ../js/nlposts_shortcode_form.php:301 ../js/nlposts_shortcode_form.php:307 222 #: ../js/nlposts_shortcode_form.php:313 ../js/nlposts_shortcode_form.php:319 223 msgid "Placeholder" 224 msgstr "" 225 226 #: ../network-latest-posts-widget.php:432 216 #: ../js/nlposts_shortcode_form.php:295 ../js/nlposts_shortcode_form.php:301 217 #: ../js/nlposts_shortcode_form.php:307 ../js/nlposts_shortcode_form.php:313 218 #: ../js/nlposts_shortcode_form.php:319 ../network-latest-posts-widget.php:432 227 219 #: ../network-latest-posts-widget.php:439 228 220 #: ../network-latest-posts-widget.php:446 229 221 #: ../network-latest-posts-widget.php:453 230 #: ../network-latest-posts-widget.php:460 ../js/nlposts_shortcode_form.php:296231 #: ../js/nlposts_shortcode_form.php:302 ../js/nlposts_shortcode_form.php:308 232 #: ../js/nlposts_shortcode_form.php:314 ../js/nlposts_shortcode_form.php:320 233 msgid "Kittens" 234 msgstr "" 235 236 #: ../ network-latest-posts-widget.php:433222 #: ../network-latest-posts-widget.php:460 223 msgid "Placeholder" 224 msgstr "" 225 226 #: ../js/nlposts_shortcode_form.php:296 ../js/nlposts_shortcode_form.php:302 227 #: ../js/nlposts_shortcode_form.php:308 ../js/nlposts_shortcode_form.php:314 228 #: ../js/nlposts_shortcode_form.php:320 ../network-latest-posts-widget.php:433 237 229 #: ../network-latest-posts-widget.php:440 238 230 #: ../network-latest-posts-widget.php:447 239 231 #: ../network-latest-posts-widget.php:454 240 #: ../network-latest-posts-widget.php:461 ../js/nlposts_shortcode_form.php:297241 #: ../js/nlposts_shortcode_form.php:303 ../js/nlposts_shortcode_form.php:309 242 #: ../js/nlposts_shortcode_form.php:315 ../js/nlposts_shortcode_form.php:321 243 msgid "Puppies" 244 msgstr "" 245 246 #: ../ network-latest-posts-widget.php:434232 #: ../network-latest-posts-widget.php:461 233 msgid "Kittens" 234 msgstr "" 235 236 #: ../js/nlposts_shortcode_form.php:297 ../js/nlposts_shortcode_form.php:303 237 #: ../js/nlposts_shortcode_form.php:309 ../js/nlposts_shortcode_form.php:315 238 #: ../js/nlposts_shortcode_form.php:321 ../network-latest-posts-widget.php:434 247 239 #: ../network-latest-posts-widget.php:441 248 240 #: ../network-latest-posts-widget.php:448 249 241 #: ../network-latest-posts-widget.php:455 250 #: ../network-latest-posts-widget.php:462 ../js/nlposts_shortcode_form.php:298 251 #: ../js/nlposts_shortcode_form.php:304 ../js/nlposts_shortcode_form.php:310 252 #: ../js/nlposts_shortcode_form.php:316 ../js/nlposts_shortcode_form.php:322 242 #: ../network-latest-posts-widget.php:462 243 msgid "Puppies" 244 msgstr "" 245 246 #: ../js/nlposts_shortcode_form.php:298 ../js/nlposts_shortcode_form.php:304 247 #: ../js/nlposts_shortcode_form.php:310 ../js/nlposts_shortcode_form.php:316 248 #: ../js/nlposts_shortcode_form.php:322 ../network-latest-posts-widget.php:435 249 #: ../network-latest-posts-widget.php:442 250 #: ../network-latest-posts-widget.php:449 251 #: ../network-latest-posts-widget.php:456 252 #: ../network-latest-posts-widget.php:463 253 253 msgid "Custom" 254 254 msgstr "" 255 255 256 #: ../network-latest-posts-widget.php:468 257 msgid "Custom Thumbnail URL" 258 msgstr "" 259 260 #: ../network-latest-posts-widget.php:473 ../js/nlposts_shortcode_form.php:328 261 #: ../js/nlposts_shortcode_form.php:333 256 #: ../js/nlposts_shortcode_form.php:328 ../js/nlposts_shortcode_form.php:333 257 #: ../network-latest-posts-widget.php:474 262 258 msgid "Thumbnail Class" 263 msgstr ""264 265 #: ../network-latest-posts-widget.php:478266 msgid "Custom Thumbnail"267 msgstr ""268 269 #: ../network-latest-posts-widget.php:491 ../js/nlposts_shortcode_form.php:351270 msgid "Thumbnail Custom Field"271 msgstr ""272 273 #: ../network-latest-posts-widget.php:496 ../js/nlposts_shortcode_form.php:356274 msgid "Custom Post Type"275 msgstr ""276 277 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362278 msgid "Category"279 msgstr ""280 281 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362282 msgid "Categories"283 msgstr ""284 285 #: ../network-latest-posts-widget.php:504 ../js/nlposts_shortcode_form.php:364286 msgid "Category(ies)"287 msgstr ""288 289 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371290 msgid "Tag"291 msgstr ""292 293 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371294 msgid "Tags"295 msgstr ""296 297 #: ../network-latest-posts-widget.php:513 ../js/nlposts_shortcode_form.php:373298 msgid "Tag(s)"299 msgstr ""300 301 #: ../network-latest-posts-widget.php:519 ../js/nlposts_shortcode_form.php:379302 msgid "Paginate Results"303 msgstr ""304 305 #: ../network-latest-posts-widget.php:532 ../js/nlposts_shortcode_form.php:392306 msgid "Posts per Page"307 msgstr ""308 309 #: ../network-latest-posts-widget.php:537 ../js/nlposts_shortcode_form.php:397310 msgid "Display Content"311 msgstr ""312 313 #: ../network-latest-posts-widget.php:551 ../js/nlposts_shortcode_form.php:411314 msgid "Excerpt Length"315 msgstr ""316 317 #: ../network-latest-posts-widget.php:556 ../js/nlposts_shortcode_form.php:416318 msgid "Auto-Excerpt"319 msgstr ""320 321 #: ../network-latest-posts-widget.php:569 ../js/nlposts_shortcode_form.php:429322 msgid "Excerpt Trail"323 msgstr ""324 325 #: ../network-latest-posts-widget.php:573326 #: ../network-latest-posts-widget.php:576 ../js/nlposts_shortcode_form.php:433327 #: ../js/nlposts_shortcode_form.php:436328 msgid "Text"329 msgstr ""330 331 #: ../network-latest-posts-widget.php:574332 #: ../network-latest-posts-widget.php:577 ../js/nlposts_shortcode_form.php:434333 #: ../js/nlposts_shortcode_form.php:437334 msgid "Image"335 msgstr ""336 337 #: ../network-latest-posts-widget.php:582338 msgid "Use Publication Date"339 msgstr ""340 341 #: ../network-latest-posts-widget.php:594342 msgid "Honor Sticky Posts"343 msgstr ""344 345 #: ../network-latest-posts-widget.php:606 ../js/nlposts_shortcode_form.php:442346 msgid "Sort by Date"347 msgstr ""348 349 #: ../network-latest-posts-widget.php:619 ../js/nlposts_shortcode_form.php:455350 msgid "Sort by Blog ID"351 msgstr ""352 353 #: ../network-latest-posts-widget.php:632 ../js/nlposts_shortcode_form.php:468354 msgid "Sorting Order"355 msgstr ""356 357 #: ../network-latest-posts-widget.php:637358 #: ../network-latest-posts-widget.php:640359 #: ../network-latest-posts-widget.php:644 ../js/nlposts_shortcode_form.php:473360 #: ../js/nlposts_shortcode_form.php:476 ../js/nlposts_shortcode_form.php:480361 msgid "Newest to Oldest"362 msgstr ""363 364 #: ../network-latest-posts-widget.php:638365 #: ../network-latest-posts-widget.php:641366 #: ../network-latest-posts-widget.php:645 ../js/nlposts_shortcode_form.php:474367 #: ../js/nlposts_shortcode_form.php:477 ../js/nlposts_shortcode_form.php:481368 msgid "Oldest to Newest"369 msgstr ""370 371 #: ../network-latest-posts-widget.php:649372 #: ../network-latest-posts-widget.php:652373 #: ../network-latest-posts-widget.php:656 ../js/nlposts_shortcode_form.php:485374 #: ../js/nlposts_shortcode_form.php:488 ../js/nlposts_shortcode_form.php:492375 msgid "Ascendant"376 msgstr ""377 378 #: ../network-latest-posts-widget.php:650379 #: ../network-latest-posts-widget.php:653380 #: ../network-latest-posts-widget.php:657 ../js/nlposts_shortcode_form.php:486381 #: ../js/nlposts_shortcode_form.php:489 ../js/nlposts_shortcode_form.php:493382 msgid "Descendant"383 msgstr ""384 385 #: ../network-latest-posts-widget.php:662 ../js/nlposts_shortcode_form.php:498386 msgid "Total Number of Posts"387 msgstr ""388 389 #: ../network-latest-posts-widget.php:667 ../js/nlposts_shortcode_form.php:503390 msgid "Post Status"391 msgstr ""392 393 #: ../network-latest-posts-widget.php:672 ../js/nlposts_shortcode_form.php:508394 msgid "Full Metadata"395 msgstr ""396 397 #: ../network-latest-posts-widget.php:685 ../js/nlposts_shortcode_form.php:536398 msgid "Random Posts"399 msgstr ""400 401 #: ../network-latest-posts-widget.php:698 ../js/nlposts_shortcode_form.php:521402 msgid "Custom CSS Filename"403 msgstr ""404 405 #: ../network-latest-posts-widget.php:703 ../js/nlposts_shortcode_form.php:526406 msgid "Custom CSS Class for the list wrapper"407 msgstr ""408 409 #: ../network-latest-posts-widget.php:708 ../js/nlposts_shortcode_form.php:531410 msgid "Custom CSS Class for the block wrapper"411 msgstr ""412 413 #: ../network-latest-posts.php:724 ../network-latest-posts.php:783414 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009415 msgid "Published on"416 msgstr ""417 418 #: ../network-latest-posts.php:724 ../network-latest-posts.php:783419 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009420 msgid "by"421 msgstr ""422 423 #: ../network-latest-posts.php:825424 msgid "«"425 msgstr ""426 427 #: ../network-latest-posts.php:826428 msgid "»"429 msgstr ""430 431 #: ../network-latest-posts.php:1141 ../network-latest-posts.php:1145432 #: ../network-latest-posts.php:1149433 msgid "more"434 msgstr ""435 436 #: ../network-latest-posts.php:1289 ../network-latest-posts.php:1290437 msgid "Network Latest Posts"438 msgstr ""439 440 #: ../js/nlposts_shortcode_form.php:120441 msgid "Instance Identifier"442 259 msgstr "" 443 260 … … 446 263 msgstr "" 447 264 265 #: ../js/nlposts_shortcode_form.php:351 ../network-latest-posts-widget.php:492 266 msgid "Thumbnail Custom Field" 267 msgstr "" 268 269 #: ../js/nlposts_shortcode_form.php:356 ../network-latest-posts-widget.php:497 270 msgid "Custom Post Type" 271 msgstr "" 272 273 #: ../js/nlposts_shortcode_form.php:362 ../network-latest-posts-widget.php:503 274 msgid "Category" 275 msgstr "" 276 277 #: ../js/nlposts_shortcode_form.php:362 ../network-latest-posts-widget.php:503 278 msgid "Categories" 279 msgstr "" 280 281 #: ../js/nlposts_shortcode_form.php:364 ../network-latest-posts-widget.php:505 282 msgid "Category(ies)" 283 msgstr "" 284 285 #: ../js/nlposts_shortcode_form.php:371 ../network-latest-posts-widget.php:512 286 msgid "Tag" 287 msgstr "" 288 289 #: ../js/nlposts_shortcode_form.php:371 ../network-latest-posts-widget.php:512 290 msgid "Tags" 291 msgstr "" 292 293 #: ../js/nlposts_shortcode_form.php:373 ../network-latest-posts-widget.php:514 294 msgid "Tag(s)" 295 msgstr "" 296 297 #: ../js/nlposts_shortcode_form.php:379 ../network-latest-posts-widget.php:520 298 msgid "Paginate Results" 299 msgstr "" 300 301 #: ../js/nlposts_shortcode_form.php:392 ../network-latest-posts-widget.php:533 302 msgid "Posts per Page" 303 msgstr "" 304 305 #: ../js/nlposts_shortcode_form.php:397 ../network-latest-posts-widget.php:538 306 msgid "Display Content" 307 msgstr "" 308 309 #: ../js/nlposts_shortcode_form.php:411 ../network-latest-posts-widget.php:552 310 msgid "Excerpt Length" 311 msgstr "" 312 313 #: ../js/nlposts_shortcode_form.php:416 ../network-latest-posts-widget.php:557 314 msgid "Auto-Excerpt" 315 msgstr "" 316 317 #: ../js/nlposts_shortcode_form.php:429 ../network-latest-posts-widget.php:570 318 msgid "Excerpt Trail" 319 msgstr "" 320 321 #: ../js/nlposts_shortcode_form.php:433 ../js/nlposts_shortcode_form.php:436 322 #: ../network-latest-posts-widget.php:574 323 #: ../network-latest-posts-widget.php:577 324 msgid "Text" 325 msgstr "" 326 327 #: ../js/nlposts_shortcode_form.php:434 ../js/nlposts_shortcode_form.php:437 328 #: ../network-latest-posts-widget.php:575 329 #: ../network-latest-posts-widget.php:578 330 msgid "Image" 331 msgstr "" 332 333 #: ../js/nlposts_shortcode_form.php:442 ../network-latest-posts-widget.php:607 334 msgid "Sort by Date" 335 msgstr "" 336 337 #: ../js/nlposts_shortcode_form.php:455 ../network-latest-posts-widget.php:620 338 msgid "Sort by Blog ID" 339 msgstr "" 340 341 #: ../js/nlposts_shortcode_form.php:468 ../network-latest-posts-widget.php:633 342 msgid "Sorting Order" 343 msgstr "" 344 345 #: ../js/nlposts_shortcode_form.php:473 ../js/nlposts_shortcode_form.php:476 346 #: ../js/nlposts_shortcode_form.php:480 ../network-latest-posts-widget.php:638 347 #: ../network-latest-posts-widget.php:641 348 #: ../network-latest-posts-widget.php:645 349 msgid "Newest to Oldest" 350 msgstr "" 351 352 #: ../js/nlposts_shortcode_form.php:474 ../js/nlposts_shortcode_form.php:477 353 #: ../js/nlposts_shortcode_form.php:481 ../network-latest-posts-widget.php:639 354 #: ../network-latest-posts-widget.php:642 355 #: ../network-latest-posts-widget.php:646 356 msgid "Oldest to Newest" 357 msgstr "" 358 359 #: ../js/nlposts_shortcode_form.php:485 ../js/nlposts_shortcode_form.php:488 360 #: ../js/nlposts_shortcode_form.php:492 ../network-latest-posts-widget.php:650 361 #: ../network-latest-posts-widget.php:653 362 #: ../network-latest-posts-widget.php:657 363 msgid "Ascendant" 364 msgstr "" 365 366 #: ../js/nlposts_shortcode_form.php:486 ../js/nlposts_shortcode_form.php:489 367 #: ../js/nlposts_shortcode_form.php:493 ../network-latest-posts-widget.php:651 368 #: ../network-latest-posts-widget.php:654 369 #: ../network-latest-posts-widget.php:658 370 msgid "Descendant" 371 msgstr "" 372 373 #: ../js/nlposts_shortcode_form.php:498 ../network-latest-posts-widget.php:663 374 msgid "Total Number of Posts" 375 msgstr "" 376 377 #: ../js/nlposts_shortcode_form.php:503 ../network-latest-posts-widget.php:668 378 msgid "Post Status" 379 msgstr "" 380 381 #: ../js/nlposts_shortcode_form.php:508 ../network-latest-posts-widget.php:673 382 msgid "Full Metadata" 383 msgstr "" 384 385 #: ../js/nlposts_shortcode_form.php:521 ../network-latest-posts-widget.php:712 386 msgid "Custom CSS Filename" 387 msgstr "" 388 389 #: ../js/nlposts_shortcode_form.php:526 ../network-latest-posts-widget.php:717 390 msgid "Custom CSS Class for the list wrapper" 391 msgstr "" 392 393 #: ../js/nlposts_shortcode_form.php:531 ../network-latest-posts-widget.php:722 394 msgid "Custom CSS Class for the block wrapper" 395 msgstr "" 396 397 #: ../js/nlposts_shortcode_form.php:536 ../network-latest-posts-widget.php:699 398 msgid "Random Posts" 399 msgstr "" 400 448 401 #: ../js/nlposts_shortcode_form.php:548 449 402 msgid "Insert Shortcode" 450 403 msgstr "" 404 405 #: ../network-latest-posts-widget.php:82 406 msgid "Network Latest Posts Widget" 407 msgstr "" 408 409 #: ../network-latest-posts-widget.php:469 410 msgid "Custom Thumbnail URL" 411 msgstr "" 412 413 #: ../network-latest-posts-widget.php:479 414 msgid "Custom Thumbnail" 415 msgstr "" 416 417 #: ../network-latest-posts-widget.php:583 418 msgid "Use Publication Date" 419 msgstr "" 420 421 #: ../network-latest-posts-widget.php:595 422 msgid "Honor Sticky Posts" 423 msgstr "" 424 425 #: ../network-latest-posts-widget.php:686 426 msgid "Display Post Date" 427 msgstr "" 428 429 #: ../network-latest-posts.php:237 430 msgid "Sorry, I couldn't find any recent posts matching your parameters." 431 msgstr "" 432 433 #: ../network-latest-posts.php:738 ../network-latest-posts.php:801 434 #: ../network-latest-posts.php:978 ../network-latest-posts.php:1041 435 msgid "Published on" 436 msgstr "" 437 438 #: ../network-latest-posts.php:738 ../network-latest-posts.php:740 439 #: ../network-latest-posts.php:801 ../network-latest-posts.php:803 440 #: ../network-latest-posts.php:978 ../network-latest-posts.php:980 441 #: ../network-latest-posts.php:1041 ../network-latest-posts.php:1043 442 msgid "by" 443 msgstr "" 444 445 #: ../network-latest-posts.php:740 ../network-latest-posts.php:803 446 #: ../network-latest-posts.php:980 ../network-latest-posts.php:1043 447 msgid "Published" 448 msgstr "" 449 450 #: ../network-latest-posts.php:846 451 msgid "«" 452 msgstr "" 453 454 #: ../network-latest-posts.php:847 455 msgid "»" 456 msgstr "" 457 458 #: ../network-latest-posts.php:1176 ../network-latest-posts.php:1180 459 #: ../network-latest-posts.php:1184 460 msgid "more" 461 msgstr "" 462 463 #: ../network-latest-posts.php:1328 ../network-latest-posts.php:1329 464 msgid "Network Latest Posts" 465 msgstr "" -
network-latest-posts/trunk/languages/trans-nlp-es_ES.po
r847965 r1166888 3 3 "Project-Id-Version: Network Latest Posts v3.2\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 4-01-29 17:21-0430\n"5 "POT-Creation-Date: 2015-05-24 21:23-0430\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Jose Luis Sayago Rojas <[email protected]>\n" … … 14 14 "X-Poedit-KeywordsList: __\n" 15 15 "X-Poedit-Basepath: .\n" 16 "X-Generator: Poedit 1. 6.2\n"16 "X-Generator: Poedit 1.7.6\n" 17 17 "X-Poedit-SearchPath-0: ..\n" 18 18 19 #: ../network-latest-posts-widget.php:69 ../network-latest-posts.php:229 20 msgid "Sorry, I couldn't find any recent posts matching your parameters." 21 msgstr "" 22 "Lo siento, no pude encontrar ningún artículo que coincidiera con tus " 23 "parámetros." 24 25 #: ../network-latest-posts-widget.php:82 26 msgid "Network Latest Posts Widget" 27 msgstr "Artículos Recientes de mi Red Widget" 28 29 #: ../network-latest-posts-widget.php:255 ../js/nlposts_shortcode_form.php:115 19 #: ../js/nlposts_shortcode_form.php:115 20 #: ../network-latest-posts-widget.php:256 30 21 msgid "Title" 31 22 msgstr "Título" 32 23 33 #: ../network-latest-posts-widget.php:260 ../js/nlposts_shortcode_form.php:125 24 #: ../js/nlposts_shortcode_form.php:120 25 msgid "Instance Identifier" 26 msgstr "Identificador de Instancia" 27 28 #: ../js/nlposts_shortcode_form.php:125 29 #: ../network-latest-posts-widget.php:261 34 30 msgid "Number of Posts by Blog" 35 31 msgstr "Número de Artículos por Blog" 36 32 37 #: ../network-latest-posts-widget.php:265 ../js/nlposts_shortcode_form.php:130 33 #: ../js/nlposts_shortcode_form.php:130 34 #: ../network-latest-posts-widget.php:266 38 35 msgid "Post ID(s) to Ignore" 39 36 msgstr "ID(s) de Artículos a Ignorar" 40 37 41 #: ../network-latest-posts-widget.php:270 ../js/nlposts_shortcode_form.php:135 38 #: ../js/nlposts_shortcode_form.php:135 39 #: ../network-latest-posts-widget.php:271 42 40 msgid "Time Frame in Days" 43 41 msgstr "Espacio de Tiempo en Días" 44 42 45 #: ../network-latest-posts-widget.php:275 ../js/nlposts_shortcode_form.php:140 43 #: ../js/nlposts_shortcode_form.php:140 44 #: ../network-latest-posts-widget.php:276 46 45 msgid "Titles Only" 47 46 msgstr "Solo Títulos" 48 47 49 #: ../network-latest-posts-widget.php:279 50 #: ../network-latest-posts-widget.php:282 51 #: ../network-latest-posts-widget.php:482 52 #: ../network-latest-posts-widget.php:485 53 #: ../network-latest-posts-widget.php:523 54 #: ../network-latest-posts-widget.php:526 55 #: ../network-latest-posts-widget.php:541 56 #: ../network-latest-posts-widget.php:544 57 #: ../network-latest-posts-widget.php:560 58 #: ../network-latest-posts-widget.php:563 59 #: ../network-latest-posts-widget.php:586 60 #: ../network-latest-posts-widget.php:589 61 #: ../network-latest-posts-widget.php:598 62 #: ../network-latest-posts-widget.php:601 63 #: ../network-latest-posts-widget.php:610 64 #: ../network-latest-posts-widget.php:613 65 #: ../network-latest-posts-widget.php:623 66 #: ../network-latest-posts-widget.php:626 67 #: ../network-latest-posts-widget.php:676 68 #: ../network-latest-posts-widget.php:679 ../js/nlposts_shortcode_form.php:144 69 #: ../js/nlposts_shortcode_form.php:147 ../js/nlposts_shortcode_form.php:342 70 #: ../js/nlposts_shortcode_form.php:345 ../js/nlposts_shortcode_form.php:383 71 #: ../js/nlposts_shortcode_form.php:386 ../js/nlposts_shortcode_form.php:401 72 #: ../js/nlposts_shortcode_form.php:404 ../js/nlposts_shortcode_form.php:420 73 #: ../js/nlposts_shortcode_form.php:423 ../js/nlposts_shortcode_form.php:446 74 #: ../js/nlposts_shortcode_form.php:449 ../js/nlposts_shortcode_form.php:459 75 #: ../js/nlposts_shortcode_form.php:462 ../js/nlposts_shortcode_form.php:512 76 #: ../js/nlposts_shortcode_form.php:515 ../js/nlposts_shortcode_form.php:540 77 #: ../js/nlposts_shortcode_form.php:543 78 msgid "Yes" 79 msgstr "Sí" 80 48 #: ../js/nlposts_shortcode_form.php:144 ../js/nlposts_shortcode_form.php:147 49 #: ../js/nlposts_shortcode_form.php:342 ../js/nlposts_shortcode_form.php:345 50 #: ../js/nlposts_shortcode_form.php:383 ../js/nlposts_shortcode_form.php:386 51 #: ../js/nlposts_shortcode_form.php:401 ../js/nlposts_shortcode_form.php:404 52 #: ../js/nlposts_shortcode_form.php:420 ../js/nlposts_shortcode_form.php:423 53 #: ../js/nlposts_shortcode_form.php:446 ../js/nlposts_shortcode_form.php:449 54 #: ../js/nlposts_shortcode_form.php:459 ../js/nlposts_shortcode_form.php:462 55 #: ../js/nlposts_shortcode_form.php:512 ../js/nlposts_shortcode_form.php:515 56 #: ../js/nlposts_shortcode_form.php:540 ../js/nlposts_shortcode_form.php:543 81 57 #: ../network-latest-posts-widget.php:280 82 58 #: ../network-latest-posts-widget.php:283 … … 98 74 #: ../network-latest-posts-widget.php:627 99 75 #: ../network-latest-posts-widget.php:677 100 #: ../network-latest-posts-widget.php:680 ../js/nlposts_shortcode_form.php:145 101 #: ../js/nlposts_shortcode_form.php:148 ../js/nlposts_shortcode_form.php:343 102 #: ../js/nlposts_shortcode_form.php:346 ../js/nlposts_shortcode_form.php:384 103 #: ../js/nlposts_shortcode_form.php:387 ../js/nlposts_shortcode_form.php:402 104 #: ../js/nlposts_shortcode_form.php:405 ../js/nlposts_shortcode_form.php:421 105 #: ../js/nlposts_shortcode_form.php:424 ../js/nlposts_shortcode_form.php:447 106 #: ../js/nlposts_shortcode_form.php:450 ../js/nlposts_shortcode_form.php:460 107 #: ../js/nlposts_shortcode_form.php:463 ../js/nlposts_shortcode_form.php:513 108 #: ../js/nlposts_shortcode_form.php:516 ../js/nlposts_shortcode_form.php:541 109 #: ../js/nlposts_shortcode_form.php:544 76 #: ../network-latest-posts-widget.php:680 77 #: ../network-latest-posts-widget.php:690 78 #: ../network-latest-posts-widget.php:693 79 msgid "Yes" 80 msgstr "Sí" 81 82 #: ../js/nlposts_shortcode_form.php:145 ../js/nlposts_shortcode_form.php:148 83 #: ../js/nlposts_shortcode_form.php:343 ../js/nlposts_shortcode_form.php:346 84 #: ../js/nlposts_shortcode_form.php:384 ../js/nlposts_shortcode_form.php:387 85 #: ../js/nlposts_shortcode_form.php:402 ../js/nlposts_shortcode_form.php:405 86 #: ../js/nlposts_shortcode_form.php:421 ../js/nlposts_shortcode_form.php:424 87 #: ../js/nlposts_shortcode_form.php:447 ../js/nlposts_shortcode_form.php:450 88 #: ../js/nlposts_shortcode_form.php:460 ../js/nlposts_shortcode_form.php:463 89 #: ../js/nlposts_shortcode_form.php:513 ../js/nlposts_shortcode_form.php:516 90 #: ../js/nlposts_shortcode_form.php:541 ../js/nlposts_shortcode_form.php:544 91 #: ../network-latest-posts-widget.php:281 92 #: ../network-latest-posts-widget.php:284 93 #: ../network-latest-posts-widget.php:484 94 #: ../network-latest-posts-widget.php:487 95 #: ../network-latest-posts-widget.php:525 96 #: ../network-latest-posts-widget.php:528 97 #: ../network-latest-posts-widget.php:543 98 #: ../network-latest-posts-widget.php:546 99 #: ../network-latest-posts-widget.php:562 100 #: ../network-latest-posts-widget.php:565 101 #: ../network-latest-posts-widget.php:588 102 #: ../network-latest-posts-widget.php:591 103 #: ../network-latest-posts-widget.php:600 104 #: ../network-latest-posts-widget.php:603 105 #: ../network-latest-posts-widget.php:612 106 #: ../network-latest-posts-widget.php:615 107 #: ../network-latest-posts-widget.php:625 108 #: ../network-latest-posts-widget.php:628 109 #: ../network-latest-posts-widget.php:678 110 #: ../network-latest-posts-widget.php:681 111 #: ../network-latest-posts-widget.php:691 112 #: ../network-latest-posts-widget.php:694 110 113 msgid "No" 111 114 msgstr "No" 112 115 113 #: ../network-latest-posts-widget.php:288 ../js/nlposts_shortcode_form.php:153 116 #: ../js/nlposts_shortcode_form.php:153 117 #: ../network-latest-posts-widget.php:289 114 118 msgid "Display Type" 115 119 msgstr "Mostrar Todos" 116 120 117 #: ../network-latest-posts-widget.php:294 118 #: ../network-latest-posts-widget.php:300 119 #: ../network-latest-posts-widget.php:306 120 #: ../network-latest-posts-widget.php:312 ../js/nlposts_shortcode_form.php:159 121 #: ../js/nlposts_shortcode_form.php:165 ../js/nlposts_shortcode_form.php:171 122 #: ../js/nlposts_shortcode_form.php:177 123 msgid "Unordered List" 124 msgstr "Lista sin Ordenar" 125 121 #: ../js/nlposts_shortcode_form.php:159 ../js/nlposts_shortcode_form.php:165 122 #: ../js/nlposts_shortcode_form.php:171 ../js/nlposts_shortcode_form.php:177 126 123 #: ../network-latest-posts-widget.php:295 127 124 #: ../network-latest-posts-widget.php:301 128 125 #: ../network-latest-posts-widget.php:307 129 #: ../network-latest-posts-widget.php:313 ../js/nlposts_shortcode_form.php:160130 #: ../js/nlposts_shortcode_form.php:166 ../js/nlposts_shortcode_form.php:172 131 #: ../js/nlposts_shortcode_form.php:178 132 msgid "Ordered List" 133 msgstr "Lista Ordenada" 134 126 #: ../network-latest-posts-widget.php:313 127 msgid "Unordered List" 128 msgstr "Lista sin Ordenar" 129 130 #: ../js/nlposts_shortcode_form.php:160 ../js/nlposts_shortcode_form.php:166 131 #: ../js/nlposts_shortcode_form.php:172 ../js/nlposts_shortcode_form.php:178 135 132 #: ../network-latest-posts-widget.php:296 136 133 #: ../network-latest-posts-widget.php:302 137 134 #: ../network-latest-posts-widget.php:308 138 #: ../network-latest-posts-widget.php:314 ../js/nlposts_shortcode_form.php:161 139 #: ../js/nlposts_shortcode_form.php:167 ../js/nlposts_shortcode_form.php:173 140 #: ../js/nlposts_shortcode_form.php:179 135 #: ../network-latest-posts-widget.php:314 136 msgid "Ordered List" 137 msgstr "Lista Ordenada" 138 139 #: ../js/nlposts_shortcode_form.php:161 ../js/nlposts_shortcode_form.php:167 140 #: ../js/nlposts_shortcode_form.php:173 ../js/nlposts_shortcode_form.php:179 141 #: ../network-latest-posts-widget.php:297 142 #: ../network-latest-posts-widget.php:303 143 #: ../network-latest-posts-widget.php:309 144 #: ../network-latest-posts-widget.php:315 141 145 msgid "Blocks" 142 146 msgstr "Bloques" 143 147 144 #: ../network-latest-posts-widget.php:321 ../js/nlposts_shortcode_form.php:186 148 #: ../js/nlposts_shortcode_form.php:186 149 #: ../network-latest-posts-widget.php:322 145 150 msgid "Display Blog" 146 151 msgstr "Mostrar Blog" 147 152 148 #: ../ network-latest-posts-widget.php:321149 #: ../ network-latest-posts-widget.php:362150 #: ../network-latest-posts-widget.php: 502151 #: ../network-latest-posts-widget.php: 511 ../js/nlposts_shortcode_form.php:186152 #: ../ js/nlposts_shortcode_form.php:227 ../js/nlposts_shortcode_form.php:362153 #: ../ js/nlposts_shortcode_form.php:371153 #: ../js/nlposts_shortcode_form.php:186 ../js/nlposts_shortcode_form.php:227 154 #: ../js/nlposts_shortcode_form.php:362 ../js/nlposts_shortcode_form.php:371 155 #: ../network-latest-posts-widget.php:322 156 #: ../network-latest-posts-widget.php:363 157 #: ../network-latest-posts-widget.php:503 158 #: ../network-latest-posts-widget.php:512 154 159 msgid "or" 155 160 msgstr "o" 156 161 157 #: ../ network-latest-posts-widget.php:321158 #: ../network-latest-posts-widget.php:3 62 ../js/nlposts_shortcode_form.php:186159 #: ../ js/nlposts_shortcode_form.php:227162 #: ../js/nlposts_shortcode_form.php:186 ../js/nlposts_shortcode_form.php:227 163 #: ../network-latest-posts-widget.php:322 164 #: ../network-latest-posts-widget.php:363 160 165 msgid "Blogs" 161 166 msgstr "Blogs" 162 167 163 #: ../network-latest-posts-widget.php:323 ../js/nlposts_shortcode_form.php:188 168 #: ../js/nlposts_shortcode_form.php:188 169 #: ../network-latest-posts-widget.php:324 164 170 msgid "Display Blog(s)" 165 171 msgstr "Mostrar Blog(s)" 166 172 167 #: ../ network-latest-posts-widget.php:345168 #: ../network-latest-posts-widget.php:34 7 ../js/nlposts_shortcode_form.php:210169 #: ../ js/nlposts_shortcode_form.php:212173 #: ../js/nlposts_shortcode_form.php:210 ../js/nlposts_shortcode_form.php:212 174 #: ../network-latest-posts-widget.php:346 175 #: ../network-latest-posts-widget.php:348 170 176 msgid "Display All" 171 177 msgstr "Mostrar Todos" 172 178 173 #: ../network-latest-posts-widget.php:362 ../js/nlposts_shortcode_form.php:227 179 #: ../js/nlposts_shortcode_form.php:227 180 #: ../network-latest-posts-widget.php:363 174 181 msgid "Ignore Blog" 175 182 msgstr "Ignorar Blog" 176 183 177 #: ../network-latest-posts-widget.php:364 ../js/nlposts_shortcode_form.php:229 184 #: ../js/nlposts_shortcode_form.php:229 185 #: ../network-latest-posts-widget.php:365 178 186 msgid "Ignore Blog(s)" 179 187 msgstr "Ignorar Blog(s)" 180 188 181 #: ../ network-latest-posts-widget.php:386182 #: ../network-latest-posts-widget.php:38 8 ../js/nlposts_shortcode_form.php:251183 #: ../ js/nlposts_shortcode_form.php:253189 #: ../js/nlposts_shortcode_form.php:251 ../js/nlposts_shortcode_form.php:253 190 #: ../network-latest-posts-widget.php:387 191 #: ../network-latest-posts-widget.php:389 184 192 msgid "Nothing to Ignore" 185 193 msgstr "Nada que Ignorar" 186 194 187 #: ../network-latest-posts-widget.php:402 ../js/nlposts_shortcode_form.php:267 195 #: ../js/nlposts_shortcode_form.php:267 196 #: ../network-latest-posts-widget.php:403 188 197 msgid "Display Thumbnails" 189 198 msgstr "Mostrar Imágenes Destacadas" 190 199 191 #: ../ network-latest-posts-widget.php:406192 #: ../network-latest-posts-widget.php:40 9 ../js/nlposts_shortcode_form.php:271193 #: ../ js/nlposts_shortcode_form.php:274200 #: ../js/nlposts_shortcode_form.php:271 ../js/nlposts_shortcode_form.php:274 201 #: ../network-latest-posts-widget.php:407 202 #: ../network-latest-posts-widget.php:410 194 203 msgid "Show" 195 204 msgstr "Mostrar" 196 205 197 #: ../ network-latest-posts-widget.php:407198 #: ../network-latest-posts-widget.php:4 10 ../js/nlposts_shortcode_form.php:272199 #: ../ js/nlposts_shortcode_form.php:275206 #: ../js/nlposts_shortcode_form.php:272 ../js/nlposts_shortcode_form.php:275 207 #: ../network-latest-posts-widget.php:408 208 #: ../network-latest-posts-widget.php:411 200 209 msgid "Hide" 201 210 msgstr "Esconder" 202 211 203 #: ../network-latest-posts-widget.php:415 ../js/nlposts_shortcode_form.php:280 212 #: ../js/nlposts_shortcode_form.php:280 213 #: ../network-latest-posts-widget.php:416 204 214 msgid "Thumbnail Size" 205 215 msgstr "Tama–o de la Imagen Destacada" 206 216 207 #: ../network-latest-posts-widget.php:416 ../js/nlposts_shortcode_form.php:281 217 #: ../js/nlposts_shortcode_form.php:281 218 #: ../network-latest-posts-widget.php:417 208 219 msgid "Width" 209 220 msgstr "Ancho" 210 221 211 #: ../network-latest-posts-widget.php:420 ../js/nlposts_shortcode_form.php:285 222 #: ../js/nlposts_shortcode_form.php:285 223 #: ../network-latest-posts-widget.php:421 212 224 msgid "Height" 213 225 msgstr "Alto" 214 226 215 #: ../network-latest-posts-widget.php:425 ../js/nlposts_shortcode_form.php:290 227 #: ../js/nlposts_shortcode_form.php:290 228 #: ../network-latest-posts-widget.php:426 216 229 msgid "Thumbnail Replacement" 217 230 msgstr "Imagen Destacada de Reemplazo" 218 231 219 #: ../network-latest-posts-widget.php:431 220 #: ../network-latest-posts-widget.php:438 221 #: ../network-latest-posts-widget.php:445 222 #: ../network-latest-posts-widget.php:452 223 #: ../network-latest-posts-widget.php:459 ../js/nlposts_shortcode_form.php:295 224 #: ../js/nlposts_shortcode_form.php:301 ../js/nlposts_shortcode_form.php:307 225 #: ../js/nlposts_shortcode_form.php:313 ../js/nlposts_shortcode_form.php:319 226 msgid "Placeholder" 227 msgstr "Cuadro de Relleno" 228 232 #: ../js/nlposts_shortcode_form.php:295 ../js/nlposts_shortcode_form.php:301 233 #: ../js/nlposts_shortcode_form.php:307 ../js/nlposts_shortcode_form.php:313 234 #: ../js/nlposts_shortcode_form.php:319 229 235 #: ../network-latest-posts-widget.php:432 230 236 #: ../network-latest-posts-widget.php:439 231 237 #: ../network-latest-posts-widget.php:446 232 238 #: ../network-latest-posts-widget.php:453 233 #: ../network-latest-posts-widget.php:460 ../js/nlposts_shortcode_form.php:296 234 #: ../js/nlposts_shortcode_form.php:302 ../js/nlposts_shortcode_form.php:308 235 #: ../js/nlposts_shortcode_form.php:314 ../js/nlposts_shortcode_form.php:320 236 msgid "Kittens" 237 msgstr "Gatitos" 238 239 #: ../network-latest-posts-widget.php:460 240 msgid "Placeholder" 241 msgstr "Cuadro de Relleno" 242 243 #: ../js/nlposts_shortcode_form.php:296 ../js/nlposts_shortcode_form.php:302 244 #: ../js/nlposts_shortcode_form.php:308 ../js/nlposts_shortcode_form.php:314 245 #: ../js/nlposts_shortcode_form.php:320 239 246 #: ../network-latest-posts-widget.php:433 240 247 #: ../network-latest-posts-widget.php:440 241 248 #: ../network-latest-posts-widget.php:447 242 249 #: ../network-latest-posts-widget.php:454 243 #: ../network-latest-posts-widget.php:461 ../js/nlposts_shortcode_form.php:297 244 #: ../js/nlposts_shortcode_form.php:303 ../js/nlposts_shortcode_form.php:309 245 #: ../js/nlposts_shortcode_form.php:315 ../js/nlposts_shortcode_form.php:321 246 msgid "Puppies" 247 msgstr "Perritos" 248 250 #: ../network-latest-posts-widget.php:461 251 msgid "Kittens" 252 msgstr "Gatitos" 253 254 #: ../js/nlposts_shortcode_form.php:297 ../js/nlposts_shortcode_form.php:303 255 #: ../js/nlposts_shortcode_form.php:309 ../js/nlposts_shortcode_form.php:315 256 #: ../js/nlposts_shortcode_form.php:321 249 257 #: ../network-latest-posts-widget.php:434 250 258 #: ../network-latest-posts-widget.php:441 251 259 #: ../network-latest-posts-widget.php:448 252 260 #: ../network-latest-posts-widget.php:455 253 #: ../network-latest-posts-widget.php:462 ../js/nlposts_shortcode_form.php:298 254 #: ../js/nlposts_shortcode_form.php:304 ../js/nlposts_shortcode_form.php:310 255 #: ../js/nlposts_shortcode_form.php:316 ../js/nlposts_shortcode_form.php:322 261 #: ../network-latest-posts-widget.php:462 262 msgid "Puppies" 263 msgstr "Perritos" 264 265 #: ../js/nlposts_shortcode_form.php:298 ../js/nlposts_shortcode_form.php:304 266 #: ../js/nlposts_shortcode_form.php:310 ../js/nlposts_shortcode_form.php:316 267 #: ../js/nlposts_shortcode_form.php:322 268 #: ../network-latest-posts-widget.php:435 269 #: ../network-latest-posts-widget.php:442 270 #: ../network-latest-posts-widget.php:449 271 #: ../network-latest-posts-widget.php:456 272 #: ../network-latest-posts-widget.php:463 256 273 msgid "Custom" 257 274 msgstr "Personalizada" 258 275 259 #: ../network-latest-posts-widget.php:468 260 msgid "Custom Thumbnail URL" 261 msgstr "URL de Imagen Miniatura Personalizada" 262 263 #: ../network-latest-posts-widget.php:473 ../js/nlposts_shortcode_form.php:328 264 #: ../js/nlposts_shortcode_form.php:333 276 #: ../js/nlposts_shortcode_form.php:328 ../js/nlposts_shortcode_form.php:333 277 #: ../network-latest-posts-widget.php:474 265 278 msgid "Thumbnail Class" 266 279 msgstr "Clase para las Imágenes Destacadas" 267 268 #: ../network-latest-posts-widget.php:478269 msgid "Custom Thumbnail"270 msgstr "Imagen Miniatura Personalizada"271 272 #: ../network-latest-posts-widget.php:491 ../js/nlposts_shortcode_form.php:351273 msgid "Thumbnail Custom Field"274 msgstr "Campo Personalizado de la Imagen"275 276 #: ../network-latest-posts-widget.php:496 ../js/nlposts_shortcode_form.php:356277 msgid "Custom Post Type"278 msgstr "Tipo de Artículo"279 280 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362281 msgid "Category"282 msgstr "Categoría"283 284 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362285 msgid "Categories"286 msgstr "Categorías"287 288 #: ../network-latest-posts-widget.php:504 ../js/nlposts_shortcode_form.php:364289 msgid "Category(ies)"290 msgstr "Categoría(s)"291 292 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371293 msgid "Tag"294 msgstr "Etiqueta"295 296 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371297 msgid "Tags"298 msgstr "Etiquetas"299 300 #: ../network-latest-posts-widget.php:513 ../js/nlposts_shortcode_form.php:373301 msgid "Tag(s)"302 msgstr "Etiqueta(s)"303 304 #: ../network-latest-posts-widget.php:519 ../js/nlposts_shortcode_form.php:379305 msgid "Paginate Results"306 msgstr "Resultados por Páginas"307 308 #: ../network-latest-posts-widget.php:532 ../js/nlposts_shortcode_form.php:392309 msgid "Posts per Page"310 msgstr "Artículos por Página"311 312 #: ../network-latest-posts-widget.php:537 ../js/nlposts_shortcode_form.php:397313 msgid "Display Content"314 msgstr "Mostrar Contenido"315 316 #: ../network-latest-posts-widget.php:551 ../js/nlposts_shortcode_form.php:411317 msgid "Excerpt Length"318 msgstr "Largo del Extracto"319 320 #: ../network-latest-posts-widget.php:556 ../js/nlposts_shortcode_form.php:416321 msgid "Auto-Excerpt"322 msgstr "Auto-Extracto"323 324 #: ../network-latest-posts-widget.php:569 ../js/nlposts_shortcode_form.php:429325 msgid "Excerpt Trail"326 msgstr "Tipo de cola del Extracto"327 328 #: ../network-latest-posts-widget.php:573329 #: ../network-latest-posts-widget.php:576 ../js/nlposts_shortcode_form.php:433330 #: ../js/nlposts_shortcode_form.php:436331 msgid "Text"332 msgstr "Texto"333 334 #: ../network-latest-posts-widget.php:574335 #: ../network-latest-posts-widget.php:577 ../js/nlposts_shortcode_form.php:434336 #: ../js/nlposts_shortcode_form.php:437337 msgid "Image"338 msgstr "Imagen"339 340 #: ../network-latest-posts-widget.php:582341 msgid "Use Publication Date"342 msgstr "Usar Fecha de Publicación"343 344 #: ../network-latest-posts-widget.php:594345 msgid "Honor Sticky Posts"346 msgstr "Respetar Entradas Fijas"347 348 #: ../network-latest-posts-widget.php:606 ../js/nlposts_shortcode_form.php:442349 msgid "Sort by Date"350 msgstr "Ordenar por Fecha"351 352 #: ../network-latest-posts-widget.php:619 ../js/nlposts_shortcode_form.php:455353 msgid "Sort by Blog ID"354 msgstr "Ordenar por ID de Blog"355 356 #: ../network-latest-posts-widget.php:632 ../js/nlposts_shortcode_form.php:468357 msgid "Sorting Order"358 msgstr "Orden de"359 360 #: ../network-latest-posts-widget.php:637361 #: ../network-latest-posts-widget.php:640362 #: ../network-latest-posts-widget.php:644 ../js/nlposts_shortcode_form.php:473363 #: ../js/nlposts_shortcode_form.php:476 ../js/nlposts_shortcode_form.php:480364 msgid "Newest to Oldest"365 msgstr "Recientes a Antiguos"366 367 #: ../network-latest-posts-widget.php:638368 #: ../network-latest-posts-widget.php:641369 #: ../network-latest-posts-widget.php:645 ../js/nlposts_shortcode_form.php:474370 #: ../js/nlposts_shortcode_form.php:477 ../js/nlposts_shortcode_form.php:481371 msgid "Oldest to Newest"372 msgstr "Antiguos a Recientes"373 374 #: ../network-latest-posts-widget.php:649375 #: ../network-latest-posts-widget.php:652376 #: ../network-latest-posts-widget.php:656 ../js/nlposts_shortcode_form.php:485377 #: ../js/nlposts_shortcode_form.php:488 ../js/nlposts_shortcode_form.php:492378 msgid "Ascendant"379 msgstr "Ascendente"380 381 #: ../network-latest-posts-widget.php:650382 #: ../network-latest-posts-widget.php:653383 #: ../network-latest-posts-widget.php:657 ../js/nlposts_shortcode_form.php:486384 #: ../js/nlposts_shortcode_form.php:489 ../js/nlposts_shortcode_form.php:493385 msgid "Descendant"386 msgstr "Descendente"387 388 #: ../network-latest-posts-widget.php:662 ../js/nlposts_shortcode_form.php:498389 msgid "Total Number of Posts"390 msgstr "Número Total de Artículos para Mostrar"391 392 #: ../network-latest-posts-widget.php:667 ../js/nlposts_shortcode_form.php:503393 msgid "Post Status"394 msgstr "Estado del Artículo"395 396 #: ../network-latest-posts-widget.php:672 ../js/nlposts_shortcode_form.php:508397 msgid "Full Metadata"398 msgstr "Metadatos Completos"399 400 #: ../network-latest-posts-widget.php:685 ../js/nlposts_shortcode_form.php:536401 msgid "Random Posts"402 msgstr "Artículos Aleatorios"403 404 #: ../network-latest-posts-widget.php:698 ../js/nlposts_shortcode_form.php:521405 msgid "Custom CSS Filename"406 msgstr "Nombre de Fichero CSS Personalizado"407 408 #: ../network-latest-posts-widget.php:703 ../js/nlposts_shortcode_form.php:526409 msgid "Custom CSS Class for the list wrapper"410 msgstr "Clases CSS Personalizadas para el Contenedor (wrapper) de las listas"411 412 #: ../network-latest-posts-widget.php:708 ../js/nlposts_shortcode_form.php:531413 msgid "Custom CSS Class for the block wrapper"414 msgstr "Clases CSS Personalizadas para el Contenedor (wrapper) de los bloques"415 416 #: ../network-latest-posts.php:724 ../network-latest-posts.php:783417 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009418 msgid "Published on"419 msgstr "Publicado en"420 421 #: ../network-latest-posts.php:724 ../network-latest-posts.php:783422 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009423 msgid "by"424 msgstr "por"425 426 #: ../network-latest-posts.php:825427 msgid "«"428 msgstr "«"429 430 #: ../network-latest-posts.php:826431 msgid "»"432 msgstr "»"433 434 #: ../network-latest-posts.php:1141 ../network-latest-posts.php:1145435 #: ../network-latest-posts.php:1149436 msgid "more"437 msgstr "leer el resto"438 439 #: ../network-latest-posts.php:1289 ../network-latest-posts.php:1290440 msgid "Network Latest Posts"441 msgstr "Artículos Recientes de la Red"442 443 #: ../js/nlposts_shortcode_form.php:120444 msgid "Instance Identifier"445 msgstr "Identificador de Instancia"446 280 447 281 #: ../js/nlposts_shortcode_form.php:338 … … 449 283 msgstr "Imágenes Miniatura Personalizadas" 450 284 285 #: ../js/nlposts_shortcode_form.php:351 286 #: ../network-latest-posts-widget.php:492 287 msgid "Thumbnail Custom Field" 288 msgstr "Campo Personalizado de la Imagen" 289 290 #: ../js/nlposts_shortcode_form.php:356 291 #: ../network-latest-posts-widget.php:497 292 msgid "Custom Post Type" 293 msgstr "Tipo de Artículo" 294 295 #: ../js/nlposts_shortcode_form.php:362 296 #: ../network-latest-posts-widget.php:503 297 msgid "Category" 298 msgstr "Categoría" 299 300 #: ../js/nlposts_shortcode_form.php:362 301 #: ../network-latest-posts-widget.php:503 302 msgid "Categories" 303 msgstr "Categorías" 304 305 #: ../js/nlposts_shortcode_form.php:364 306 #: ../network-latest-posts-widget.php:505 307 msgid "Category(ies)" 308 msgstr "Categoría(s)" 309 310 #: ../js/nlposts_shortcode_form.php:371 311 #: ../network-latest-posts-widget.php:512 312 msgid "Tag" 313 msgstr "Etiqueta" 314 315 #: ../js/nlposts_shortcode_form.php:371 316 #: ../network-latest-posts-widget.php:512 317 msgid "Tags" 318 msgstr "Etiquetas" 319 320 #: ../js/nlposts_shortcode_form.php:373 321 #: ../network-latest-posts-widget.php:514 322 msgid "Tag(s)" 323 msgstr "Etiqueta(s)" 324 325 #: ../js/nlposts_shortcode_form.php:379 326 #: ../network-latest-posts-widget.php:520 327 msgid "Paginate Results" 328 msgstr "Resultados por Páginas" 329 330 #: ../js/nlposts_shortcode_form.php:392 331 #: ../network-latest-posts-widget.php:533 332 msgid "Posts per Page" 333 msgstr "Artículos por Página" 334 335 #: ../js/nlposts_shortcode_form.php:397 336 #: ../network-latest-posts-widget.php:538 337 msgid "Display Content" 338 msgstr "Mostrar Contenido" 339 340 #: ../js/nlposts_shortcode_form.php:411 341 #: ../network-latest-posts-widget.php:552 342 msgid "Excerpt Length" 343 msgstr "Largo del Extracto" 344 345 #: ../js/nlposts_shortcode_form.php:416 346 #: ../network-latest-posts-widget.php:557 347 msgid "Auto-Excerpt" 348 msgstr "Auto-Extracto" 349 350 #: ../js/nlposts_shortcode_form.php:429 351 #: ../network-latest-posts-widget.php:570 352 msgid "Excerpt Trail" 353 msgstr "Tipo de cola del Extracto" 354 355 #: ../js/nlposts_shortcode_form.php:433 ../js/nlposts_shortcode_form.php:436 356 #: ../network-latest-posts-widget.php:574 357 #: ../network-latest-posts-widget.php:577 358 msgid "Text" 359 msgstr "Texto" 360 361 #: ../js/nlposts_shortcode_form.php:434 ../js/nlposts_shortcode_form.php:437 362 #: ../network-latest-posts-widget.php:575 363 #: ../network-latest-posts-widget.php:578 364 msgid "Image" 365 msgstr "Imagen" 366 367 #: ../js/nlposts_shortcode_form.php:442 368 #: ../network-latest-posts-widget.php:607 369 msgid "Sort by Date" 370 msgstr "Ordenar por Fecha" 371 372 #: ../js/nlposts_shortcode_form.php:455 373 #: ../network-latest-posts-widget.php:620 374 msgid "Sort by Blog ID" 375 msgstr "Ordenar por ID de Blog" 376 377 #: ../js/nlposts_shortcode_form.php:468 378 #: ../network-latest-posts-widget.php:633 379 msgid "Sorting Order" 380 msgstr "Orden de" 381 382 #: ../js/nlposts_shortcode_form.php:473 ../js/nlposts_shortcode_form.php:476 383 #: ../js/nlposts_shortcode_form.php:480 384 #: ../network-latest-posts-widget.php:638 385 #: ../network-latest-posts-widget.php:641 386 #: ../network-latest-posts-widget.php:645 387 msgid "Newest to Oldest" 388 msgstr "Recientes a Antiguos" 389 390 #: ../js/nlposts_shortcode_form.php:474 ../js/nlposts_shortcode_form.php:477 391 #: ../js/nlposts_shortcode_form.php:481 392 #: ../network-latest-posts-widget.php:639 393 #: ../network-latest-posts-widget.php:642 394 #: ../network-latest-posts-widget.php:646 395 msgid "Oldest to Newest" 396 msgstr "Antiguos a Recientes" 397 398 #: ../js/nlposts_shortcode_form.php:485 ../js/nlposts_shortcode_form.php:488 399 #: ../js/nlposts_shortcode_form.php:492 400 #: ../network-latest-posts-widget.php:650 401 #: ../network-latest-posts-widget.php:653 402 #: ../network-latest-posts-widget.php:657 403 msgid "Ascendant" 404 msgstr "Ascendente" 405 406 #: ../js/nlposts_shortcode_form.php:486 ../js/nlposts_shortcode_form.php:489 407 #: ../js/nlposts_shortcode_form.php:493 408 #: ../network-latest-posts-widget.php:651 409 #: ../network-latest-posts-widget.php:654 410 #: ../network-latest-posts-widget.php:658 411 msgid "Descendant" 412 msgstr "Descendente" 413 414 #: ../js/nlposts_shortcode_form.php:498 415 #: ../network-latest-posts-widget.php:663 416 msgid "Total Number of Posts" 417 msgstr "Número Total de Artículos para Mostrar" 418 419 #: ../js/nlposts_shortcode_form.php:503 420 #: ../network-latest-posts-widget.php:668 421 msgid "Post Status" 422 msgstr "Estado del Artículo" 423 424 #: ../js/nlposts_shortcode_form.php:508 425 #: ../network-latest-posts-widget.php:673 426 msgid "Full Metadata" 427 msgstr "Metadatos Completos" 428 429 #: ../js/nlposts_shortcode_form.php:521 430 #: ../network-latest-posts-widget.php:712 431 msgid "Custom CSS Filename" 432 msgstr "Nombre de Fichero CSS Personalizado" 433 434 #: ../js/nlposts_shortcode_form.php:526 435 #: ../network-latest-posts-widget.php:717 436 msgid "Custom CSS Class for the list wrapper" 437 msgstr "Clases CSS Personalizadas para el Contenedor (wrapper) de las listas" 438 439 #: ../js/nlposts_shortcode_form.php:531 440 #: ../network-latest-posts-widget.php:722 441 msgid "Custom CSS Class for the block wrapper" 442 msgstr "Clases CSS Personalizadas para el Contenedor (wrapper) de los bloques" 443 444 #: ../js/nlposts_shortcode_form.php:536 445 #: ../network-latest-posts-widget.php:699 446 msgid "Random Posts" 447 msgstr "Artículos Aleatorios" 448 451 449 #: ../js/nlposts_shortcode_form.php:548 452 450 msgid "Insert Shortcode" 453 451 msgstr "Insertar Shortcode" 454 452 453 #: ../network-latest-posts-widget.php:82 454 msgid "Network Latest Posts Widget" 455 msgstr "Artículos Recientes de mi Red Widget" 456 457 #: ../network-latest-posts-widget.php:469 458 msgid "Custom Thumbnail URL" 459 msgstr "URL de Imagen Miniatura Personalizada" 460 461 #: ../network-latest-posts-widget.php:479 462 msgid "Custom Thumbnail" 463 msgstr "Imagen Miniatura Personalizada" 464 465 #: ../network-latest-posts-widget.php:583 466 msgid "Use Publication Date" 467 msgstr "Usar Fecha de Publicación" 468 469 #: ../network-latest-posts-widget.php:595 470 msgid "Honor Sticky Posts" 471 msgstr "Respetar Entradas Fijas" 472 473 #: ../network-latest-posts-widget.php:686 474 msgid "Display Post Date" 475 msgstr "Mostrar Fecha de Artículos" 476 477 #: ../network-latest-posts.php:237 478 msgid "Sorry, I couldn't find any recent posts matching your parameters." 479 msgstr "" 480 "Lo siento, no pude encontrar ningún artículo que coincidiera con tus " 481 "parámetros." 482 483 #: ../network-latest-posts.php:738 ../network-latest-posts.php:801 484 #: ../network-latest-posts.php:978 ../network-latest-posts.php:1041 485 msgid "Published on" 486 msgstr "Publicado en" 487 488 #: ../network-latest-posts.php:738 ../network-latest-posts.php:740 489 #: ../network-latest-posts.php:801 ../network-latest-posts.php:803 490 #: ../network-latest-posts.php:978 ../network-latest-posts.php:980 491 #: ../network-latest-posts.php:1041 ../network-latest-posts.php:1043 492 msgid "by" 493 msgstr "por" 494 495 #: ../network-latest-posts.php:740 ../network-latest-posts.php:803 496 #: ../network-latest-posts.php:980 ../network-latest-posts.php:1043 497 msgid "Published" 498 msgstr "Publicado" 499 500 #: ../network-latest-posts.php:846 501 msgid "«" 502 msgstr "«" 503 504 #: ../network-latest-posts.php:847 505 msgid "»" 506 msgstr "»" 507 508 #: ../network-latest-posts.php:1176 ../network-latest-posts.php:1180 509 #: ../network-latest-posts.php:1184 510 msgid "more" 511 msgstr "leer el resto" 512 513 #: ../network-latest-posts.php:1328 ../network-latest-posts.php:1329 514 msgid "Network Latest Posts" 515 msgstr "Artículos Recientes de la Red" 516 455 517 #~ msgid "on" 456 518 #~ msgstr "el" -
network-latest-posts/trunk/languages/trans-nlp-fr_FR.po
r847965 r1166888 3 3 "Project-Id-Version: Network Latest Posts v3.2\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 4-01-29 17:23-0430\n"5 "POT-Creation-Date: 2015-05-24 21:23-0430\n" 6 6 "PO-Revision-Date: \n" 7 7 "Last-Translator: Jose Luis Sayago Rojas <[email protected]>\n" … … 14 14 "X-Poedit-KeywordsList: __\n" 15 15 "X-Poedit-Basepath: .\n" 16 "X-Generator: Poedit 1. 6.2\n"16 "X-Generator: Poedit 1.7.6\n" 17 17 "X-Poedit-SearchPath-0: ..\n" 18 18 19 #: ../network-latest-posts-widget.php:69 ../network-latest-posts.php:229 20 msgid "Sorry, I couldn't find any recent posts matching your parameters." 21 msgstr "" 22 "Désolé, je n'ai pas trouvé des articles correspondant aux paramètres saisis." 23 24 #: ../network-latest-posts-widget.php:82 25 msgid "Network Latest Posts Widget" 26 msgstr "Widget de Derniers Articles du Réseau" 27 28 #: ../network-latest-posts-widget.php:255 ../js/nlposts_shortcode_form.php:115 19 #: ../js/nlposts_shortcode_form.php:115 ../network-latest-posts-widget.php:256 29 20 msgid "Title" 30 21 msgstr "Titre" 31 22 32 #: ../network-latest-posts-widget.php:260 ../js/nlposts_shortcode_form.php:125 23 #: ../js/nlposts_shortcode_form.php:120 24 msgid "Instance Identifier" 25 msgstr "Identificateur de l'instance" 26 27 #: ../js/nlposts_shortcode_form.php:125 ../network-latest-posts-widget.php:261 33 28 msgid "Number of Posts by Blog" 34 29 msgstr "Nombre d'articles par Blog" 35 30 36 #: ../ network-latest-posts-widget.php:265 ../js/nlposts_shortcode_form.php:13031 #: ../js/nlposts_shortcode_form.php:130 ../network-latest-posts-widget.php:266 37 32 msgid "Post ID(s) to Ignore" 38 33 msgstr "Ignorer Posts ID(s)" 39 34 40 #: ../ network-latest-posts-widget.php:270 ../js/nlposts_shortcode_form.php:13535 #: ../js/nlposts_shortcode_form.php:135 ../network-latest-posts-widget.php:271 41 36 msgid "Time Frame in Days" 42 37 msgstr "Période de Temps (en Jours)" 43 38 44 #: ../ network-latest-posts-widget.php:275 ../js/nlposts_shortcode_form.php:14039 #: ../js/nlposts_shortcode_form.php:140 ../network-latest-posts-widget.php:276 45 40 msgid "Titles Only" 46 41 msgstr "Titres Seulement" 47 42 48 #: ../network-latest-posts-widget.php:279 49 #: ../network-latest-posts-widget.php:282 50 #: ../network-latest-posts-widget.php:482 51 #: ../network-latest-posts-widget.php:485 52 #: ../network-latest-posts-widget.php:523 53 #: ../network-latest-posts-widget.php:526 54 #: ../network-latest-posts-widget.php:541 55 #: ../network-latest-posts-widget.php:544 56 #: ../network-latest-posts-widget.php:560 57 #: ../network-latest-posts-widget.php:563 58 #: ../network-latest-posts-widget.php:586 59 #: ../network-latest-posts-widget.php:589 60 #: ../network-latest-posts-widget.php:598 61 #: ../network-latest-posts-widget.php:601 62 #: ../network-latest-posts-widget.php:610 63 #: ../network-latest-posts-widget.php:613 64 #: ../network-latest-posts-widget.php:623 65 #: ../network-latest-posts-widget.php:626 66 #: ../network-latest-posts-widget.php:676 67 #: ../network-latest-posts-widget.php:679 ../js/nlposts_shortcode_form.php:144 68 #: ../js/nlposts_shortcode_form.php:147 ../js/nlposts_shortcode_form.php:342 69 #: ../js/nlposts_shortcode_form.php:345 ../js/nlposts_shortcode_form.php:383 70 #: ../js/nlposts_shortcode_form.php:386 ../js/nlposts_shortcode_form.php:401 71 #: ../js/nlposts_shortcode_form.php:404 ../js/nlposts_shortcode_form.php:420 72 #: ../js/nlposts_shortcode_form.php:423 ../js/nlposts_shortcode_form.php:446 73 #: ../js/nlposts_shortcode_form.php:449 ../js/nlposts_shortcode_form.php:459 74 #: ../js/nlposts_shortcode_form.php:462 ../js/nlposts_shortcode_form.php:512 75 #: ../js/nlposts_shortcode_form.php:515 ../js/nlposts_shortcode_form.php:540 76 #: ../js/nlposts_shortcode_form.php:543 77 msgid "Yes" 78 msgstr "Oui" 79 43 #: ../js/nlposts_shortcode_form.php:144 ../js/nlposts_shortcode_form.php:147 44 #: ../js/nlposts_shortcode_form.php:342 ../js/nlposts_shortcode_form.php:345 45 #: ../js/nlposts_shortcode_form.php:383 ../js/nlposts_shortcode_form.php:386 46 #: ../js/nlposts_shortcode_form.php:401 ../js/nlposts_shortcode_form.php:404 47 #: ../js/nlposts_shortcode_form.php:420 ../js/nlposts_shortcode_form.php:423 48 #: ../js/nlposts_shortcode_form.php:446 ../js/nlposts_shortcode_form.php:449 49 #: ../js/nlposts_shortcode_form.php:459 ../js/nlposts_shortcode_form.php:462 50 #: ../js/nlposts_shortcode_form.php:512 ../js/nlposts_shortcode_form.php:515 51 #: ../js/nlposts_shortcode_form.php:540 ../js/nlposts_shortcode_form.php:543 80 52 #: ../network-latest-posts-widget.php:280 81 53 #: ../network-latest-posts-widget.php:283 … … 97 69 #: ../network-latest-posts-widget.php:627 98 70 #: ../network-latest-posts-widget.php:677 99 #: ../network-latest-posts-widget.php:680 ../js/nlposts_shortcode_form.php:145 100 #: ../js/nlposts_shortcode_form.php:148 ../js/nlposts_shortcode_form.php:343 101 #: ../js/nlposts_shortcode_form.php:346 ../js/nlposts_shortcode_form.php:384 102 #: ../js/nlposts_shortcode_form.php:387 ../js/nlposts_shortcode_form.php:402 103 #: ../js/nlposts_shortcode_form.php:405 ../js/nlposts_shortcode_form.php:421 104 #: ../js/nlposts_shortcode_form.php:424 ../js/nlposts_shortcode_form.php:447 105 #: ../js/nlposts_shortcode_form.php:450 ../js/nlposts_shortcode_form.php:460 106 #: ../js/nlposts_shortcode_form.php:463 ../js/nlposts_shortcode_form.php:513 107 #: ../js/nlposts_shortcode_form.php:516 ../js/nlposts_shortcode_form.php:541 108 #: ../js/nlposts_shortcode_form.php:544 71 #: ../network-latest-posts-widget.php:680 72 #: ../network-latest-posts-widget.php:690 73 #: ../network-latest-posts-widget.php:693 74 msgid "Yes" 75 msgstr "Oui" 76 77 #: ../js/nlposts_shortcode_form.php:145 ../js/nlposts_shortcode_form.php:148 78 #: ../js/nlposts_shortcode_form.php:343 ../js/nlposts_shortcode_form.php:346 79 #: ../js/nlposts_shortcode_form.php:384 ../js/nlposts_shortcode_form.php:387 80 #: ../js/nlposts_shortcode_form.php:402 ../js/nlposts_shortcode_form.php:405 81 #: ../js/nlposts_shortcode_form.php:421 ../js/nlposts_shortcode_form.php:424 82 #: ../js/nlposts_shortcode_form.php:447 ../js/nlposts_shortcode_form.php:450 83 #: ../js/nlposts_shortcode_form.php:460 ../js/nlposts_shortcode_form.php:463 84 #: ../js/nlposts_shortcode_form.php:513 ../js/nlposts_shortcode_form.php:516 85 #: ../js/nlposts_shortcode_form.php:541 ../js/nlposts_shortcode_form.php:544 86 #: ../network-latest-posts-widget.php:281 87 #: ../network-latest-posts-widget.php:284 88 #: ../network-latest-posts-widget.php:484 89 #: ../network-latest-posts-widget.php:487 90 #: ../network-latest-posts-widget.php:525 91 #: ../network-latest-posts-widget.php:528 92 #: ../network-latest-posts-widget.php:543 93 #: ../network-latest-posts-widget.php:546 94 #: ../network-latest-posts-widget.php:562 95 #: ../network-latest-posts-widget.php:565 96 #: ../network-latest-posts-widget.php:588 97 #: ../network-latest-posts-widget.php:591 98 #: ../network-latest-posts-widget.php:600 99 #: ../network-latest-posts-widget.php:603 100 #: ../network-latest-posts-widget.php:612 101 #: ../network-latest-posts-widget.php:615 102 #: ../network-latest-posts-widget.php:625 103 #: ../network-latest-posts-widget.php:628 104 #: ../network-latest-posts-widget.php:678 105 #: ../network-latest-posts-widget.php:681 106 #: ../network-latest-posts-widget.php:691 107 #: ../network-latest-posts-widget.php:694 109 108 msgid "No" 110 109 msgstr "Non" 111 110 112 #: ../ network-latest-posts-widget.php:288 ../js/nlposts_shortcode_form.php:153111 #: ../js/nlposts_shortcode_form.php:153 ../network-latest-posts-widget.php:289 113 112 msgid "Display Type" 114 113 msgstr "Type d'Affichage" 115 114 116 #: ../network-latest-posts-widget.php:294 117 #: ../network-latest-posts-widget.php:300 118 #: ../network-latest-posts-widget.php:306 119 #: ../network-latest-posts-widget.php:312 ../js/nlposts_shortcode_form.php:159 120 #: ../js/nlposts_shortcode_form.php:165 ../js/nlposts_shortcode_form.php:171 121 #: ../js/nlposts_shortcode_form.php:177 122 msgid "Unordered List" 123 msgstr "Liste Ordonnée" 124 115 #: ../js/nlposts_shortcode_form.php:159 ../js/nlposts_shortcode_form.php:165 116 #: ../js/nlposts_shortcode_form.php:171 ../js/nlposts_shortcode_form.php:177 125 117 #: ../network-latest-posts-widget.php:295 126 118 #: ../network-latest-posts-widget.php:301 127 119 #: ../network-latest-posts-widget.php:307 128 #: ../network-latest-posts-widget.php:313 ../js/nlposts_shortcode_form.php:160129 #: ../js/nlposts_shortcode_form.php:166 ../js/nlposts_shortcode_form.php:172 130 #: ../js/nlposts_shortcode_form.php:178 131 msgid "Ordered List" 132 msgstr "Liste non Ordonnée" 133 120 #: ../network-latest-posts-widget.php:313 121 msgid "Unordered List" 122 msgstr "Liste Ordonnée" 123 124 #: ../js/nlposts_shortcode_form.php:160 ../js/nlposts_shortcode_form.php:166 125 #: ../js/nlposts_shortcode_form.php:172 ../js/nlposts_shortcode_form.php:178 134 126 #: ../network-latest-posts-widget.php:296 135 127 #: ../network-latest-posts-widget.php:302 136 128 #: ../network-latest-posts-widget.php:308 137 #: ../network-latest-posts-widget.php:314 ../js/nlposts_shortcode_form.php:161 138 #: ../js/nlposts_shortcode_form.php:167 ../js/nlposts_shortcode_form.php:173 139 #: ../js/nlposts_shortcode_form.php:179 129 #: ../network-latest-posts-widget.php:314 130 msgid "Ordered List" 131 msgstr "Liste non Ordonnée" 132 133 #: ../js/nlposts_shortcode_form.php:161 ../js/nlposts_shortcode_form.php:167 134 #: ../js/nlposts_shortcode_form.php:173 ../js/nlposts_shortcode_form.php:179 135 #: ../network-latest-posts-widget.php:297 136 #: ../network-latest-posts-widget.php:303 137 #: ../network-latest-posts-widget.php:309 138 #: ../network-latest-posts-widget.php:315 140 139 msgid "Blocks" 141 140 msgstr "Blocs" 142 141 143 #: ../ network-latest-posts-widget.php:321 ../js/nlposts_shortcode_form.php:186142 #: ../js/nlposts_shortcode_form.php:186 ../network-latest-posts-widget.php:322 144 143 msgid "Display Blog" 145 144 msgstr "Afficher Blog" 146 145 147 #: ../ network-latest-posts-widget.php:321148 #: ../ network-latest-posts-widget.php:362149 #: ../network-latest-posts-widget.php: 502150 #: ../network-latest-posts-widget.php: 511 ../js/nlposts_shortcode_form.php:186151 #: ../ js/nlposts_shortcode_form.php:227 ../js/nlposts_shortcode_form.php:362152 #: ../ js/nlposts_shortcode_form.php:371146 #: ../js/nlposts_shortcode_form.php:186 ../js/nlposts_shortcode_form.php:227 147 #: ../js/nlposts_shortcode_form.php:362 ../js/nlposts_shortcode_form.php:371 148 #: ../network-latest-posts-widget.php:322 149 #: ../network-latest-posts-widget.php:363 150 #: ../network-latest-posts-widget.php:503 151 #: ../network-latest-posts-widget.php:512 153 152 msgid "or" 154 153 msgstr "ou" 155 154 156 #: ../ network-latest-posts-widget.php:321157 #: ../network-latest-posts-widget.php:3 62 ../js/nlposts_shortcode_form.php:186158 #: ../ js/nlposts_shortcode_form.php:227155 #: ../js/nlposts_shortcode_form.php:186 ../js/nlposts_shortcode_form.php:227 156 #: ../network-latest-posts-widget.php:322 157 #: ../network-latest-posts-widget.php:363 159 158 msgid "Blogs" 160 159 msgstr "Blogs" 161 160 162 #: ../ network-latest-posts-widget.php:323 ../js/nlposts_shortcode_form.php:188161 #: ../js/nlposts_shortcode_form.php:188 ../network-latest-posts-widget.php:324 163 162 msgid "Display Blog(s)" 164 163 msgstr "Afficher Blog(s)" 165 164 166 #: ../ network-latest-posts-widget.php:345167 #: ../network-latest-posts-widget.php:34 7 ../js/nlposts_shortcode_form.php:210168 #: ../ js/nlposts_shortcode_form.php:212165 #: ../js/nlposts_shortcode_form.php:210 ../js/nlposts_shortcode_form.php:212 166 #: ../network-latest-posts-widget.php:346 167 #: ../network-latest-posts-widget.php:348 169 168 msgid "Display All" 170 169 msgstr "Afficher Tous" 171 170 172 #: ../ network-latest-posts-widget.php:362 ../js/nlposts_shortcode_form.php:227171 #: ../js/nlposts_shortcode_form.php:227 ../network-latest-posts-widget.php:363 173 172 msgid "Ignore Blog" 174 173 msgstr "Ignorer Blog" 175 174 176 #: ../ network-latest-posts-widget.php:364 ../js/nlposts_shortcode_form.php:229175 #: ../js/nlposts_shortcode_form.php:229 ../network-latest-posts-widget.php:365 177 176 msgid "Ignore Blog(s)" 178 177 msgstr "Ignorer Blog(s)" 179 178 180 #: ../ network-latest-posts-widget.php:386181 #: ../network-latest-posts-widget.php:38 8 ../js/nlposts_shortcode_form.php:251182 #: ../ js/nlposts_shortcode_form.php:253179 #: ../js/nlposts_shortcode_form.php:251 ../js/nlposts_shortcode_form.php:253 180 #: ../network-latest-posts-widget.php:387 181 #: ../network-latest-posts-widget.php:389 183 182 msgid "Nothing to Ignore" 184 183 msgstr "Rien à Ignorer" 185 184 186 #: ../ network-latest-posts-widget.php:402 ../js/nlposts_shortcode_form.php:267185 #: ../js/nlposts_shortcode_form.php:267 ../network-latest-posts-widget.php:403 187 186 msgid "Display Thumbnails" 188 187 msgstr "Afficher les Vignettes" 189 188 190 #: ../ network-latest-posts-widget.php:406191 #: ../network-latest-posts-widget.php:40 9 ../js/nlposts_shortcode_form.php:271192 #: ../ js/nlposts_shortcode_form.php:274189 #: ../js/nlposts_shortcode_form.php:271 ../js/nlposts_shortcode_form.php:274 190 #: ../network-latest-posts-widget.php:407 191 #: ../network-latest-posts-widget.php:410 193 192 msgid "Show" 194 193 msgstr "Afficher" 195 194 196 #: ../ network-latest-posts-widget.php:407197 #: ../network-latest-posts-widget.php:4 10 ../js/nlposts_shortcode_form.php:272198 #: ../ js/nlposts_shortcode_form.php:275195 #: ../js/nlposts_shortcode_form.php:272 ../js/nlposts_shortcode_form.php:275 196 #: ../network-latest-posts-widget.php:408 197 #: ../network-latest-posts-widget.php:411 199 198 msgid "Hide" 200 199 msgstr "Cacher" 201 200 202 #: ../ network-latest-posts-widget.php:415 ../js/nlposts_shortcode_form.php:280201 #: ../js/nlposts_shortcode_form.php:280 ../network-latest-posts-widget.php:416 203 202 msgid "Thumbnail Size" 204 203 msgstr "Taille des Vignettes" 205 204 206 #: ../ network-latest-posts-widget.php:416 ../js/nlposts_shortcode_form.php:281205 #: ../js/nlposts_shortcode_form.php:281 ../network-latest-posts-widget.php:417 207 206 msgid "Width" 208 207 msgstr "Largeur" 209 208 210 #: ../ network-latest-posts-widget.php:420 ../js/nlposts_shortcode_form.php:285209 #: ../js/nlposts_shortcode_form.php:285 ../network-latest-posts-widget.php:421 211 210 msgid "Height" 212 211 msgstr "Hauteur" 213 212 214 #: ../ network-latest-posts-widget.php:425 ../js/nlposts_shortcode_form.php:290213 #: ../js/nlposts_shortcode_form.php:290 ../network-latest-posts-widget.php:426 215 214 msgid "Thumbnail Replacement" 216 215 msgstr "Vignettes de Remplacement" 217 216 218 #: ../network-latest-posts-widget.php:431 219 #: ../network-latest-posts-widget.php:438 220 #: ../network-latest-posts-widget.php:445 221 #: ../network-latest-posts-widget.php:452 222 #: ../network-latest-posts-widget.php:459 ../js/nlposts_shortcode_form.php:295 223 #: ../js/nlposts_shortcode_form.php:301 ../js/nlposts_shortcode_form.php:307 224 #: ../js/nlposts_shortcode_form.php:313 ../js/nlposts_shortcode_form.php:319 225 msgid "Placeholder" 226 msgstr "Cadre Gris" 227 228 #: ../network-latest-posts-widget.php:432 217 #: ../js/nlposts_shortcode_form.php:295 ../js/nlposts_shortcode_form.php:301 218 #: ../js/nlposts_shortcode_form.php:307 ../js/nlposts_shortcode_form.php:313 219 #: ../js/nlposts_shortcode_form.php:319 ../network-latest-posts-widget.php:432 229 220 #: ../network-latest-posts-widget.php:439 230 221 #: ../network-latest-posts-widget.php:446 231 222 #: ../network-latest-posts-widget.php:453 232 #: ../network-latest-posts-widget.php:460 ../js/nlposts_shortcode_form.php:296233 #: ../js/nlposts_shortcode_form.php:302 ../js/nlposts_shortcode_form.php:308 234 #: ../js/nlposts_shortcode_form.php:314 ../js/nlposts_shortcode_form.php:320 235 msgid "Kittens" 236 msgstr "Chatons" 237 238 #: ../ network-latest-posts-widget.php:433223 #: ../network-latest-posts-widget.php:460 224 msgid "Placeholder" 225 msgstr "Cadre Gris" 226 227 #: ../js/nlposts_shortcode_form.php:296 ../js/nlposts_shortcode_form.php:302 228 #: ../js/nlposts_shortcode_form.php:308 ../js/nlposts_shortcode_form.php:314 229 #: ../js/nlposts_shortcode_form.php:320 ../network-latest-posts-widget.php:433 239 230 #: ../network-latest-posts-widget.php:440 240 231 #: ../network-latest-posts-widget.php:447 241 232 #: ../network-latest-posts-widget.php:454 242 #: ../network-latest-posts-widget.php:461 ../js/nlposts_shortcode_form.php:297243 #: ../js/nlposts_shortcode_form.php:303 ../js/nlposts_shortcode_form.php:309 244 #: ../js/nlposts_shortcode_form.php:315 ../js/nlposts_shortcode_form.php:321 245 msgid "Puppies" 246 msgstr "Chiots" 247 248 #: ../ network-latest-posts-widget.php:434233 #: ../network-latest-posts-widget.php:461 234 msgid "Kittens" 235 msgstr "Chatons" 236 237 #: ../js/nlposts_shortcode_form.php:297 ../js/nlposts_shortcode_form.php:303 238 #: ../js/nlposts_shortcode_form.php:309 ../js/nlposts_shortcode_form.php:315 239 #: ../js/nlposts_shortcode_form.php:321 ../network-latest-posts-widget.php:434 249 240 #: ../network-latest-posts-widget.php:441 250 241 #: ../network-latest-posts-widget.php:448 251 242 #: ../network-latest-posts-widget.php:455 252 #: ../network-latest-posts-widget.php:462 ../js/nlposts_shortcode_form.php:298 253 #: ../js/nlposts_shortcode_form.php:304 ../js/nlposts_shortcode_form.php:310 254 #: ../js/nlposts_shortcode_form.php:316 ../js/nlposts_shortcode_form.php:322 243 #: ../network-latest-posts-widget.php:462 244 msgid "Puppies" 245 msgstr "Chiots" 246 247 #: ../js/nlposts_shortcode_form.php:298 ../js/nlposts_shortcode_form.php:304 248 #: ../js/nlposts_shortcode_form.php:310 ../js/nlposts_shortcode_form.php:316 249 #: ../js/nlposts_shortcode_form.php:322 ../network-latest-posts-widget.php:435 250 #: ../network-latest-posts-widget.php:442 251 #: ../network-latest-posts-widget.php:449 252 #: ../network-latest-posts-widget.php:456 253 #: ../network-latest-posts-widget.php:463 255 254 msgid "Custom" 256 255 msgstr "Personnalisée" 257 256 258 #: ../network-latest-posts-widget.php:468 259 msgid "Custom Thumbnail URL" 260 msgstr "URL de Vignette Personnalisée" 261 262 #: ../network-latest-posts-widget.php:473 ../js/nlposts_shortcode_form.php:328 263 #: ../js/nlposts_shortcode_form.php:333 257 #: ../js/nlposts_shortcode_form.php:328 ../js/nlposts_shortcode_form.php:333 258 #: ../network-latest-posts-widget.php:474 264 259 msgid "Thumbnail Class" 265 260 msgstr "Classe CSS des Vignettes" 266 267 #: ../network-latest-posts-widget.php:478268 msgid "Custom Thumbnail"269 msgstr "Vignette Personnalisée"270 271 #: ../network-latest-posts-widget.php:491 ../js/nlposts_shortcode_form.php:351272 msgid "Thumbnail Custom Field"273 msgstr "Champ des Vignettes Personnalisées"274 275 #: ../network-latest-posts-widget.php:496 ../js/nlposts_shortcode_form.php:356276 msgid "Custom Post Type"277 msgstr "Type d'Article Personnalisé"278 279 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362280 msgid "Category"281 msgstr "Catégorie"282 283 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362284 msgid "Categories"285 msgstr "Catégories"286 287 #: ../network-latest-posts-widget.php:504 ../js/nlposts_shortcode_form.php:364288 msgid "Category(ies)"289 msgstr "Catégorie(s)"290 291 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371292 msgid "Tag"293 msgstr "Etiquette"294 295 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371296 msgid "Tags"297 msgstr "Etiquettes"298 299 #: ../network-latest-posts-widget.php:513 ../js/nlposts_shortcode_form.php:373300 msgid "Tag(s)"301 msgstr "Etiquettes"302 303 #: ../network-latest-posts-widget.php:519 ../js/nlposts_shortcode_form.php:379304 msgid "Paginate Results"305 msgstr "Resultats par Page"306 307 #: ../network-latest-posts-widget.php:532 ../js/nlposts_shortcode_form.php:392308 msgid "Posts per Page"309 msgstr "Articles par Page"310 311 #: ../network-latest-posts-widget.php:537 ../js/nlposts_shortcode_form.php:397312 msgid "Display Content"313 msgstr "Afficher Contenu"314 315 #: ../network-latest-posts-widget.php:551 ../js/nlposts_shortcode_form.php:411316 msgid "Excerpt Length"317 msgstr "Longueur de l'extrait"318 319 #: ../network-latest-posts-widget.php:556 ../js/nlposts_shortcode_form.php:416320 msgid "Auto-Excerpt"321 msgstr "Extrait Automatique"322 323 #: ../network-latest-posts-widget.php:569 ../js/nlposts_shortcode_form.php:429324 msgid "Excerpt Trail"325 msgstr "Type de lien de l'extrait"326 327 #: ../network-latest-posts-widget.php:573328 #: ../network-latest-posts-widget.php:576 ../js/nlposts_shortcode_form.php:433329 #: ../js/nlposts_shortcode_form.php:436330 msgid "Text"331 msgstr "Texte"332 333 #: ../network-latest-posts-widget.php:574334 #: ../network-latest-posts-widget.php:577 ../js/nlposts_shortcode_form.php:434335 #: ../js/nlposts_shortcode_form.php:437336 msgid "Image"337 msgstr "Image"338 339 #: ../network-latest-posts-widget.php:582340 msgid "Use Publication Date"341 msgstr "Utiliser Date de Publication"342 343 #: ../network-latest-posts-widget.php:594344 msgid "Honor Sticky Posts"345 msgstr "Respecter les Articles Mis en Avant"346 347 #: ../network-latest-posts-widget.php:606 ../js/nlposts_shortcode_form.php:442348 msgid "Sort by Date"349 msgstr "Trier par Date"350 351 #: ../network-latest-posts-widget.php:619 ../js/nlposts_shortcode_form.php:455352 msgid "Sort by Blog ID"353 msgstr "Trier par ID de Blog"354 355 #: ../network-latest-posts-widget.php:632 ../js/nlposts_shortcode_form.php:468356 msgid "Sorting Order"357 msgstr "Ordre de Tri"358 359 #: ../network-latest-posts-widget.php:637360 #: ../network-latest-posts-widget.php:640361 #: ../network-latest-posts-widget.php:644 ../js/nlposts_shortcode_form.php:473362 #: ../js/nlposts_shortcode_form.php:476 ../js/nlposts_shortcode_form.php:480363 msgid "Newest to Oldest"364 msgstr "Plus récent au Plus ancien"365 366 #: ../network-latest-posts-widget.php:638367 #: ../network-latest-posts-widget.php:641368 #: ../network-latest-posts-widget.php:645 ../js/nlposts_shortcode_form.php:474369 #: ../js/nlposts_shortcode_form.php:477 ../js/nlposts_shortcode_form.php:481370 msgid "Oldest to Newest"371 msgstr "Plus Ancien au Plus récent"372 373 #: ../network-latest-posts-widget.php:649374 #: ../network-latest-posts-widget.php:652375 #: ../network-latest-posts-widget.php:656 ../js/nlposts_shortcode_form.php:485376 #: ../js/nlposts_shortcode_form.php:488 ../js/nlposts_shortcode_form.php:492377 msgid "Ascendant"378 msgstr "Ascendant"379 380 #: ../network-latest-posts-widget.php:650381 #: ../network-latest-posts-widget.php:653382 #: ../network-latest-posts-widget.php:657 ../js/nlposts_shortcode_form.php:486383 #: ../js/nlposts_shortcode_form.php:489 ../js/nlposts_shortcode_form.php:493384 msgid "Descendant"385 msgstr "Descendant"386 387 #: ../network-latest-posts-widget.php:662 ../js/nlposts_shortcode_form.php:498388 msgid "Total Number of Posts"389 msgstr "Nombre Total d'articles à Afficher"390 391 #: ../network-latest-posts-widget.php:667 ../js/nlposts_shortcode_form.php:503392 msgid "Post Status"393 msgstr "Etat de Publication"394 395 #: ../network-latest-posts-widget.php:672 ../js/nlposts_shortcode_form.php:508396 msgid "Full Metadata"397 msgstr "Métadonnées Complètes"398 399 #: ../network-latest-posts-widget.php:685 ../js/nlposts_shortcode_form.php:536400 msgid "Random Posts"401 msgstr "Articles Aléatoires"402 403 #: ../network-latest-posts-widget.php:698 ../js/nlposts_shortcode_form.php:521404 msgid "Custom CSS Filename"405 msgstr "Nom de Fichier CSS Personnalisé"406 407 #: ../network-latest-posts-widget.php:703 ../js/nlposts_shortcode_form.php:526408 msgid "Custom CSS Class for the list wrapper"409 msgstr "Classe CSS pour la balise que contient les listes (frapper)"410 411 #: ../network-latest-posts-widget.php:708 ../js/nlposts_shortcode_form.php:531412 msgid "Custom CSS Class for the block wrapper"413 msgstr "Classe CSS pour la balise que contient les blocs (wrapper)"414 415 #: ../network-latest-posts.php:724 ../network-latest-posts.php:783416 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009417 msgid "Published on"418 msgstr "Publié sur"419 420 #: ../network-latest-posts.php:724 ../network-latest-posts.php:783421 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009422 msgid "by"423 msgstr "par"424 425 #: ../network-latest-posts.php:825426 msgid "«"427 msgstr "«"428 429 #: ../network-latest-posts.php:826430 msgid "»"431 msgstr "»"432 433 #: ../network-latest-posts.php:1141 ../network-latest-posts.php:1145434 #: ../network-latest-posts.php:1149435 msgid "more"436 msgstr "lire le reste"437 438 #: ../network-latest-posts.php:1289 ../network-latest-posts.php:1290439 msgid "Network Latest Posts"440 msgstr "Derniers Articles du Réseau"441 442 #: ../js/nlposts_shortcode_form.php:120443 msgid "Instance Identifier"444 msgstr "Identificateur de l'instance"445 261 446 262 #: ../js/nlposts_shortcode_form.php:338 … … 448 264 msgstr "Vignettes Personnalisées" 449 265 266 #: ../js/nlposts_shortcode_form.php:351 ../network-latest-posts-widget.php:492 267 msgid "Thumbnail Custom Field" 268 msgstr "Champ des Vignettes Personnalisées" 269 270 #: ../js/nlposts_shortcode_form.php:356 ../network-latest-posts-widget.php:497 271 msgid "Custom Post Type" 272 msgstr "Type d'Article Personnalisé" 273 274 #: ../js/nlposts_shortcode_form.php:362 ../network-latest-posts-widget.php:503 275 msgid "Category" 276 msgstr "Catégorie" 277 278 #: ../js/nlposts_shortcode_form.php:362 ../network-latest-posts-widget.php:503 279 msgid "Categories" 280 msgstr "Catégories" 281 282 #: ../js/nlposts_shortcode_form.php:364 ../network-latest-posts-widget.php:505 283 msgid "Category(ies)" 284 msgstr "Catégorie(s)" 285 286 #: ../js/nlposts_shortcode_form.php:371 ../network-latest-posts-widget.php:512 287 msgid "Tag" 288 msgstr "Etiquette" 289 290 #: ../js/nlposts_shortcode_form.php:371 ../network-latest-posts-widget.php:512 291 msgid "Tags" 292 msgstr "Etiquettes" 293 294 #: ../js/nlposts_shortcode_form.php:373 ../network-latest-posts-widget.php:514 295 msgid "Tag(s)" 296 msgstr "Etiquettes" 297 298 #: ../js/nlposts_shortcode_form.php:379 ../network-latest-posts-widget.php:520 299 msgid "Paginate Results" 300 msgstr "Resultats par Page" 301 302 #: ../js/nlposts_shortcode_form.php:392 ../network-latest-posts-widget.php:533 303 msgid "Posts per Page" 304 msgstr "Articles par Page" 305 306 #: ../js/nlposts_shortcode_form.php:397 ../network-latest-posts-widget.php:538 307 msgid "Display Content" 308 msgstr "Afficher Contenu" 309 310 #: ../js/nlposts_shortcode_form.php:411 ../network-latest-posts-widget.php:552 311 msgid "Excerpt Length" 312 msgstr "Longueur de l'extrait" 313 314 #: ../js/nlposts_shortcode_form.php:416 ../network-latest-posts-widget.php:557 315 msgid "Auto-Excerpt" 316 msgstr "Extrait Automatique" 317 318 #: ../js/nlposts_shortcode_form.php:429 ../network-latest-posts-widget.php:570 319 msgid "Excerpt Trail" 320 msgstr "Type de lien de l'extrait" 321 322 #: ../js/nlposts_shortcode_form.php:433 ../js/nlposts_shortcode_form.php:436 323 #: ../network-latest-posts-widget.php:574 324 #: ../network-latest-posts-widget.php:577 325 msgid "Text" 326 msgstr "Texte" 327 328 #: ../js/nlposts_shortcode_form.php:434 ../js/nlposts_shortcode_form.php:437 329 #: ../network-latest-posts-widget.php:575 330 #: ../network-latest-posts-widget.php:578 331 msgid "Image" 332 msgstr "Image" 333 334 #: ../js/nlposts_shortcode_form.php:442 ../network-latest-posts-widget.php:607 335 msgid "Sort by Date" 336 msgstr "Trier par Date" 337 338 #: ../js/nlposts_shortcode_form.php:455 ../network-latest-posts-widget.php:620 339 msgid "Sort by Blog ID" 340 msgstr "Trier par ID de Blog" 341 342 #: ../js/nlposts_shortcode_form.php:468 ../network-latest-posts-widget.php:633 343 msgid "Sorting Order" 344 msgstr "Ordre de Tri" 345 346 #: ../js/nlposts_shortcode_form.php:473 ../js/nlposts_shortcode_form.php:476 347 #: ../js/nlposts_shortcode_form.php:480 ../network-latest-posts-widget.php:638 348 #: ../network-latest-posts-widget.php:641 349 #: ../network-latest-posts-widget.php:645 350 msgid "Newest to Oldest" 351 msgstr "Plus récent au Plus ancien" 352 353 #: ../js/nlposts_shortcode_form.php:474 ../js/nlposts_shortcode_form.php:477 354 #: ../js/nlposts_shortcode_form.php:481 ../network-latest-posts-widget.php:639 355 #: ../network-latest-posts-widget.php:642 356 #: ../network-latest-posts-widget.php:646 357 msgid "Oldest to Newest" 358 msgstr "Plus Ancien au Plus récent" 359 360 #: ../js/nlposts_shortcode_form.php:485 ../js/nlposts_shortcode_form.php:488 361 #: ../js/nlposts_shortcode_form.php:492 ../network-latest-posts-widget.php:650 362 #: ../network-latest-posts-widget.php:653 363 #: ../network-latest-posts-widget.php:657 364 msgid "Ascendant" 365 msgstr "Ascendant" 366 367 #: ../js/nlposts_shortcode_form.php:486 ../js/nlposts_shortcode_form.php:489 368 #: ../js/nlposts_shortcode_form.php:493 ../network-latest-posts-widget.php:651 369 #: ../network-latest-posts-widget.php:654 370 #: ../network-latest-posts-widget.php:658 371 msgid "Descendant" 372 msgstr "Descendant" 373 374 #: ../js/nlposts_shortcode_form.php:498 ../network-latest-posts-widget.php:663 375 msgid "Total Number of Posts" 376 msgstr "Nombre Total d'articles à Afficher" 377 378 #: ../js/nlposts_shortcode_form.php:503 ../network-latest-posts-widget.php:668 379 msgid "Post Status" 380 msgstr "Etat de Publication" 381 382 #: ../js/nlposts_shortcode_form.php:508 ../network-latest-posts-widget.php:673 383 msgid "Full Metadata" 384 msgstr "Métadonnées Complètes" 385 386 #: ../js/nlposts_shortcode_form.php:521 ../network-latest-posts-widget.php:712 387 msgid "Custom CSS Filename" 388 msgstr "Nom de Fichier CSS Personnalisé" 389 390 #: ../js/nlposts_shortcode_form.php:526 ../network-latest-posts-widget.php:717 391 msgid "Custom CSS Class for the list wrapper" 392 msgstr "Classe CSS pour la balise que contient les listes (frapper)" 393 394 #: ../js/nlposts_shortcode_form.php:531 ../network-latest-posts-widget.php:722 395 msgid "Custom CSS Class for the block wrapper" 396 msgstr "Classe CSS pour la balise que contient les blocs (wrapper)" 397 398 #: ../js/nlposts_shortcode_form.php:536 ../network-latest-posts-widget.php:699 399 msgid "Random Posts" 400 msgstr "Articles Aléatoires" 401 450 402 #: ../js/nlposts_shortcode_form.php:548 451 403 msgid "Insert Shortcode" 452 404 msgstr "Insérer Shortcode" 453 405 406 #: ../network-latest-posts-widget.php:82 407 msgid "Network Latest Posts Widget" 408 msgstr "Widget de Derniers Articles du Réseau" 409 410 #: ../network-latest-posts-widget.php:469 411 msgid "Custom Thumbnail URL" 412 msgstr "URL de Vignette Personnalisée" 413 414 #: ../network-latest-posts-widget.php:479 415 msgid "Custom Thumbnail" 416 msgstr "Vignette Personnalisée" 417 418 #: ../network-latest-posts-widget.php:583 419 msgid "Use Publication Date" 420 msgstr "Utiliser Date de Publication" 421 422 #: ../network-latest-posts-widget.php:595 423 msgid "Honor Sticky Posts" 424 msgstr "Respecter les Articles Mis en Avant" 425 426 #: ../network-latest-posts-widget.php:686 427 msgid "Display Post Date" 428 msgstr "Afficher la Date des Articles" 429 430 #: ../network-latest-posts.php:237 431 msgid "Sorry, I couldn't find any recent posts matching your parameters." 432 msgstr "Désolé, je n'ai pas trouvé des articles correspondant aux paramètres saisis." 433 434 #: ../network-latest-posts.php:738 ../network-latest-posts.php:801 435 #: ../network-latest-posts.php:978 ../network-latest-posts.php:1041 436 msgid "Published on" 437 msgstr "Publié sur" 438 439 #: ../network-latest-posts.php:738 ../network-latest-posts.php:740 440 #: ../network-latest-posts.php:801 ../network-latest-posts.php:803 441 #: ../network-latest-posts.php:978 ../network-latest-posts.php:980 442 #: ../network-latest-posts.php:1041 ../network-latest-posts.php:1043 443 msgid "by" 444 msgstr "par" 445 446 #: ../network-latest-posts.php:740 ../network-latest-posts.php:803 447 #: ../network-latest-posts.php:980 ../network-latest-posts.php:1043 448 msgid "Published" 449 msgstr "Publié" 450 451 #: ../network-latest-posts.php:846 452 msgid "«" 453 msgstr "«" 454 455 #: ../network-latest-posts.php:847 456 msgid "»" 457 msgstr "»" 458 459 #: ../network-latest-posts.php:1176 ../network-latest-posts.php:1180 460 #: ../network-latest-posts.php:1184 461 msgid "more" 462 msgstr "lire le reste" 463 464 #: ../network-latest-posts.php:1328 ../network-latest-posts.php:1329 465 msgid "Network Latest Posts" 466 msgstr "Derniers Articles du Réseau" 467 454 468 #~ msgid "on" 455 469 #~ msgstr "le" -
network-latest-posts/trunk/network-latest-posts-widget.php
r1095904 r1166888 2 2 /* 3 3 Network Latest Posts Widget 4 Version 3. 6.25 Author L'Elite6 Author URI http:// laelite.info/4 Version 3.7 5 Author Jose SAYAGO 6 Author URI http://wplatino.com 7 7 */ 8 /* Copyright 2007 - 201 4 L'Elite (email : [email protected])8 /* Copyright 2007 - 2015 Jose SAYAGO ([email protected]) 9 9 10 10 This program is free software; you can redistribute it and/or modify … … 56 56 'excerpt_trail' => 'text', // Excerpt's trailing element: text, image 57 57 'full_meta' => FALSE, // Display full metadata 58 'display_date' => FALSE, // Display post date along with rest of metadata 58 59 'sort_by_date' => FALSE, // Display the latest posts first regardless of the blog they come from 59 60 'sort_by_blog' => FALSE, // Sort by Blog ID … … 207 208 $instance['auto_excerpt'] = strip_tags($new_instance['auto_excerpt']); 208 209 $instance['full_meta'] = strip_tags($new_instance['full_meta']); 210 $instance['display_date'] = strip_tags($new_instance['display_date']); 209 211 $instance['sort_by_date'] = strip_tags($new_instance['sort_by_date']); 210 212 $instance['sort_by_blog'] = strip_tags($new_instance['sort_by_blog']); … … 589 591 $widget_form.= "<option value='false' selected='selected'>" . __('No','trans-nlp') . "</option>"; 590 592 } 593 $widget_form.= "</select>"; 591 594 // honor_sticky 592 595 $widget_form.= $br; … … 601 604 $widget_form.= "<option value='false' selected='selected'>" . __('No','trans-nlp') . "</option>"; 602 605 } 606 $widget_form.= "</select>"; 603 607 // sort_by_date 604 608 $widget_form.= $br; … … 681 685 $widget_form.= "</select>"; 682 686 $widget_form.= $br; 687 // display date 688 $widget_form.= "<label for='".$this->get_field_id('display_date')."'>" . __('Display Post Date','trans-nlp') . "</label>"; 689 $widget_form.= $br; 690 $widget_form.= "<select id='".$this->get_field_id('display_date')."' name='".$this->get_field_name('display_date')."'>"; 691 if( $display_date == 'true' ) { 692 $widget_form.= "<option value='true' selected='selected'>" . __('Yes','trans-nlp') . "</option>"; 693 $widget_form.= "<option value='false'>" . __('No','trans-nlp') . "</option>"; 694 } else { 695 $widget_form.= "<option value='true'>" . __('Yes','trans-nlp') . "</option>"; 696 $widget_form.= "<option value='false' selected='selected'>" . __('No','trans-nlp') . "</option>"; 697 } 698 $widget_form.= "</select>"; 699 $widget_form.= $br; 683 700 // Pull random posts 684 701 $widget_form.= "<label for='".$this->get_field_id('random')."'>". __('Random Posts','trans-nlp') . "</label>"; -
network-latest-posts/trunk/network-latest-posts.php
r1095904 r1166888 4 4 Plugin URI: http://en.8elite.com/network-latest-posts 5 5 Description: Display the latest posts from the blogs in your network using it as a function, shortcode or widget. 6 Version: 3. 6.26 Version: 3.7 7 7 Author: Jose Luis SAYAGO 8 Author URI: http:// laelite.info/8 Author URI: http://wplatino.com/ 9 9 */ 10 /* Copyright 2007 - 201 4 L'Elite (email : [email protected])10 /* Copyright 2007 - 2015 Jose SAYAGO ([email protected]) 11 11 12 12 This program is free software; you can redistribute it and/or modify … … 174 174 * -- @excerpt_trail : Set the type of trail you want to append to the excerpts: text, image. The text will be _more_, the image is inside the plugin's img directory and it's called excerpt_trail.png 175 175 * -- @full_meta : Display the date and the author of the post, for the date/time each blog time format will be used 176 * -- @display_date : Display post date along with other metadata, date is not displayed by default (false), set to true to display 176 177 * -- @sort_by_date : Sorting capabilities, this will take all posts found (regardless their blogs) and sort them in order of recency, putting newest first 177 178 * -- @sort_by_blog : Sort by blog ID … … 222 223 'excerpt_trail' => 'text', // Excerpt's trailing element: text, image 223 224 'full_meta' => FALSE, // Display full metadata 225 'display_date' => FALSE, // Display post date along with rest of metadata 224 226 'sort_by_date' => FALSE, // Display the latest posts first regardless of the blog they come from 225 227 'sort_by_blog' => FALSE, // Sort by Blog ID … … 235 237 'alert_msg' => __("Sorry, I couldn't find any recent posts matching your parameters.","trans-nlp"), // Alert Message 236 238 'use_pub_date' => FALSE, // AFW Display the most recently published posts first regardless of the blog they come from 237 'honor_sticky' => FALSE // AFW Sort sticky posts to the top of the list, ordered by requested sort order239 'honor_sticky' => FALSE, // AFW Sort sticky posts to the top of the list, ordered by requested sort order 238 240 ); 239 241 // Parse & merge parameters with the defaults … … 732 734 $author_url = ${'blog_url_'.$all_blogkeys[$field->guid]}.'/author/'.$author->user_login; 733 735 } 734 // Print metainfo 735 echo $blog_name . ' - ' . __('Published on','trans-nlp') . ' ' . $datepost . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 736 if( $display_date == 'true' ) { 737 // Print metainfo 738 echo $blog_name . ' - ' . __('Published on','trans-nlp') . ' ' . $datepost . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 739 } else { 740 echo $blog_name . ' - ' . __('Published','trans-nlp') . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 741 } 736 742 // Close meta box 737 743 echo $html_tags['meta_c']; … … 791 797 $author_url = ${'blog_url_'.$all_blogkeys[$field->guid]}.'/author/'.$author->user_login; 792 798 } 793 // Print metainfo 794 echo $blog_name . ' - ' . __('Published on','trans-nlp') . ' ' . $datepost . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 799 if( $display_date == 'true' ) { 800 // Print metainfo 801 echo $blog_name . ' - ' . __('Published on','trans-nlp') . ' ' . $datepost . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 802 } else { 803 echo $blog_name . ' - ' . __('Published','trans-nlp') . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 804 } 795 805 // Close meta box 796 806 echo $html_tags['meta_c']; … … 853 863 //<![CDATA[ 854 864 jQuery(document).ready(function(){ 855 jQuery( ".nlp-instance-'.$instance.' .pagination a").live("click", function(e){865 jQuery(document).on("click", ".nlp-instance-'.$instance.' .pagination a", function(e){ 856 866 e.preventDefault(); 857 867 var link = jQuery(this).attr("href"); … … 862 872 success: function(data){ 863 873 jQuery(".nlp-instance-'.$instance.' .nlposts-wrapper").html( jQuery(data).find(".nlposts-wrapper").html() ).fadeIn(3000); 874 var nlpOffset = jQuery( ".nlp-instance-'.$instance.'" ).offset().top; 875 jQuery("body, html").animate({ 876 scrollTop: nlpOffset-100 877 }, 200); 864 878 } 865 879 }); … … 963 977 $author_url = ${'blog_url_'.$all_blogkeys[$field->guid]}.'/author/'.$author->user_login; 964 978 } 965 // Print metainfo 966 echo $blog_name . ' - ' . __('Published on','trans-nlp') . ' ' . $datepost . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 979 if( $display_date == 'true' ) { 980 // Print metainfo 981 echo $blog_name . ' - ' . __('Published on','trans-nlp') . ' ' . $datepost . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 982 } else { 983 echo $blog_name . ' - ' . __('Published','trans-nlp') . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 984 } 967 985 // Close meta box 968 986 echo $html_tags['meta_c']; … … 1022 1040 $author_url = ${'blog_url_'.$all_blogkeys[$field->guid]}.'/author/'.$author->user_login; 1023 1041 } 1024 // Print metainfo 1025 echo $blog_name . ' - ' . __('Published on','trans-nlp') . ' ' . $datepost . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 1042 if( $display_date == 'true' ) { 1043 // Print metainfo 1044 echo $blog_name . ' - ' . __('Published on','trans-nlp') . ' ' . $datepost . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 1045 } else { 1046 echo $blog_name . ' - ' . __('Published','trans-nlp') . ' ' . __('by','trans-nlp') . ' ' . '<a href="' . $author_url . '">' . $author->display_name . '</a>'; 1047 } 1026 1048 // Close meta box 1027 1049 echo $html_tags['meta_c']; -
network-latest-posts/trunk/readme.txt
r1141528 r1166888 1 1 === Network Latest Posts === 2 2 Contributors: iluminatus 3 Donate link: http:// laelite.info3 Donate link: http://wplatino.com 4 4 Tags: recent posts, shortcode, widget, network, latest posts 5 5 Requires at least: 3.0 6 Tested up to: 4.2 7 Stable tag: 3. 6.26 Tested up to: 4.2.2 7 Stable tag: 3.7 8 8 9 9 This plugin allows you to pull all the recent posts from the blogs in your WordPress network and display them in your main site (or internal sites) … … 12 12 13 13 This plugin pull the recent posts from all the blogs in your network and displays them in your main site (or any internal site) using shortcodes or widgets. 14 For further details please visit: http://en.8elite.com/network-latest-posts [English] http://es.8elite.com/network-latest-posts [Espanol] http://fr.8elite.com/network-latest-posts [Francais].14 For further details please visit: http://en.8elite.com/network-latest-posts [English] http://es.8elite.com/network-latest-posts [Espanol]. 15 15 16 16 This plugin works with Wordpress Network (multisites) Looking for single install versions? http://single-latest-posts.laelitenetwork.com … … 93 93 excerpt_trail=text 94 94 full_meta=FALSE 95 display_date=FALSE 95 96 sort_by_date=FALSE 96 97 sort_by_blog=FALSE … … 132 133 * @excerpt_trail : Set the type of trail you want to append to the excerpts: text, image. The text will be _more_, the image is inside the plugin's img directory and it's called excerpt_trail.png 133 134 * @full_meta : Display the date and the author of the post, for the date/time each blog time format will be used 135 * @display_date : Display post date along with other metadata, date is not displayed by default (false), set to true to display 134 136 * @sort_by_date : Sorting capabilities, this will take all posts found (regardless their blogs) and sort them in order of recency, putting newest first 135 137 * @sort_by_blog : Sort by blog ID … … 148 150 149 151 == Changelog == 152 153 = 3.6.3 = 154 * New parameter: display_date, allows to display post dates along with other metadata 155 * Feature enhancement: Paginated posts are now compatible with newest versions of jQuery and page is auto-scrolled to put new pages into browser view. 150 156 151 157 = 3.6.2 =
Note: See TracChangeset
for help on using the changeset viewer.