Plugin Directory

Changeset 1166888


Ignore:
Timestamp:
05/25/2015 05:07:59 AM (11 years ago)
Author:
iluminatus
Message:

New features and improvements, version up to 3.7

Location:
network-latest-posts
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • network-latest-posts/trunk/js/nlposts_shortcode_form.php

    r1095315 r1166888  
    7979    'excerpt_trail'    => 'text',        // Excerpt's trailing element: text, image
    8080    'full_meta'        => FALSE,         // Display full metadata
     81    'display_date'     => FALSE,         // Display post dates
    8182    'sort_by_date'     => FALSE,         // Display the latest posts first regardless of the blog they come from
    8283    'sort_by_blog'     => FALSE,         // Sort by blog ID
     
    510511$widget_form.= "<select id='full_meta' name='full_meta'>";
    511512if( $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'>";
     525if( $display_date == 'true' ) {
    512526    $widget_form.= "<option value='true' selected='selected'>" . __('Yes','trans-nlp') . "</option>";
    513527    $widget_form.= "<option value='false'>" . __('No','trans-nlp') . "</option>";
     
    588602        defaults['auto_excerpt'] = 'false';
    589603        defaults['full_meta'] = 'false';
     604        defaults['display_date'] = 'false';
    590605        defaults['sort_by_date'] = 'false';
    591606        defaults['sort_by_blog'] = 'false';
  • network-latest-posts/trunk/languages/languages.pot

    r847965 r1166888  
    33"Project-Id-Version: Network Latest Posts v3.2\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2014-01-29 17:20-0430\n"
    6 "PO-Revision-Date: 2014-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"
    77"Last-Translator: Jose Luis Sayago Rojas <[email protected]>\n"
    88"Language-Team: L'Elite <[email protected]>\n"
     
    1313"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
    1414"X-Poedit-Basepath: .\n"
    15 "X-Generator: Poedit 1.6.2\n"
     15"X-Generator: Poedit 1.7.6\n"
    1616"X-Poedit-SearchPath-0: ..\n"
    1717
    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
    2719msgid "Title"
    2820msgstr ""
    2921
    30 #: ../network-latest-posts-widget.php:260 ../js/nlposts_shortcode_form.php:125
     22#: ../js/nlposts_shortcode_form.php:120
     23msgid "Instance Identifier"
     24msgstr ""
     25
     26#: ../js/nlposts_shortcode_form.php:125 ../network-latest-posts-widget.php:261
    3127msgid "Number of Posts by Blog"
    3228msgstr ""
    3329
    34 #: ../network-latest-posts-widget.php:265 ../js/nlposts_shortcode_form.php:130
     30#: ../js/nlposts_shortcode_form.php:130 ../network-latest-posts-widget.php:266
    3531msgid "Post ID(s) to Ignore"
    3632msgstr ""
    3733
    38 #: ../network-latest-posts-widget.php:270 ../js/nlposts_shortcode_form.php:135
     34#: ../js/nlposts_shortcode_form.php:135 ../network-latest-posts-widget.php:271
    3935msgid "Time Frame in Days"
    4036msgstr ""
    4137
    42 #: ../network-latest-posts-widget.php:275 ../js/nlposts_shortcode_form.php:140
     38#: ../js/nlposts_shortcode_form.php:140 ../network-latest-posts-widget.php:276
    4339msgid "Titles Only"
    4440msgstr ""
    4541
    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
    7851#: ../network-latest-posts-widget.php:280
    7952#: ../network-latest-posts-widget.php:283
     
    9568#: ../network-latest-posts-widget.php:627
    9669#: ../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
     73msgid "Yes"
     74msgstr ""
     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
    107107msgid "No"
    108108msgstr ""
    109109
    110 #: ../network-latest-posts-widget.php:288 ../js/nlposts_shortcode_form.php:153
     110#: ../js/nlposts_shortcode_form.php:153 ../network-latest-posts-widget.php:289
    111111msgid "Display Type"
    112112msgstr ""
    113113
    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
    123116#: ../network-latest-posts-widget.php:295
    124117#: ../network-latest-posts-widget.php:301
    125118#: ../network-latest-posts-widget.php:307
    126 #: ../network-latest-posts-widget.php:313 ../js/nlposts_shortcode_form.php:160
    127 #: ../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
     120msgid "Unordered List"
     121msgstr ""
     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
    132125#: ../network-latest-posts-widget.php:296
    133126#: ../network-latest-posts-widget.php:302
    134127#: ../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
     129msgid "Ordered List"
     130msgstr ""
     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
    138138msgid "Blocks"
    139139msgstr ""
    140140
    141 #: ../network-latest-posts-widget.php:321 ../js/nlposts_shortcode_form.php:186
     141#: ../js/nlposts_shortcode_form.php:186 ../network-latest-posts-widget.php:322
    142142msgid "Display Blog"
    143143msgstr ""
    144144
    145 #: ../network-latest-posts-widget.php:321
    146 #: ../network-latest-posts-widget.php:362
    147 #: ../network-latest-posts-widget.php:502
    148 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:186
    149 #: ../js/nlposts_shortcode_form.php:227 ../js/nlposts_shortcode_form.php:362
    150 #: ../js/nlposts_shortcode_form.php:371
     145#: ../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
    151151msgid "or"
    152152msgstr ""
    153153
    154 #: ../network-latest-posts-widget.php:321
    155 #: ../network-latest-posts-widget.php:362 ../js/nlposts_shortcode_form.php:186
    156 #: ../js/nlposts_shortcode_form.php:227
     154#: ../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
    157157msgid "Blogs"
    158158msgstr ""
    159159
    160 #: ../network-latest-posts-widget.php:323 ../js/nlposts_shortcode_form.php:188
     160#: ../js/nlposts_shortcode_form.php:188 ../network-latest-posts-widget.php:324
    161161msgid "Display Blog(s)"
    162162msgstr ""
    163163
    164 #: ../network-latest-posts-widget.php:345
    165 #: ../network-latest-posts-widget.php:347 ../js/nlposts_shortcode_form.php:210
    166 #: ../js/nlposts_shortcode_form.php:212
     164#: ../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
    167167msgid "Display All"
    168168msgstr ""
    169169
    170 #: ../network-latest-posts-widget.php:362 ../js/nlposts_shortcode_form.php:227
     170#: ../js/nlposts_shortcode_form.php:227 ../network-latest-posts-widget.php:363
    171171msgid "Ignore Blog"
    172172msgstr ""
    173173
    174 #: ../network-latest-posts-widget.php:364 ../js/nlposts_shortcode_form.php:229
     174#: ../js/nlposts_shortcode_form.php:229 ../network-latest-posts-widget.php:365
    175175msgid "Ignore Blog(s)"
    176176msgstr ""
    177177
    178 #: ../network-latest-posts-widget.php:386
    179 #: ../network-latest-posts-widget.php:388 ../js/nlposts_shortcode_form.php:251
    180 #: ../js/nlposts_shortcode_form.php:253
     178#: ../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
    181181msgid "Nothing to Ignore"
    182182msgstr ""
    183183
    184 #: ../network-latest-posts-widget.php:402 ../js/nlposts_shortcode_form.php:267
     184#: ../js/nlposts_shortcode_form.php:267 ../network-latest-posts-widget.php:403
    185185msgid "Display Thumbnails"
    186186msgstr ""
    187187
    188 #: ../network-latest-posts-widget.php:406
    189 #: ../network-latest-posts-widget.php:409 ../js/nlposts_shortcode_form.php:271
    190 #: ../js/nlposts_shortcode_form.php:274
     188#: ../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
    191191msgid "Show"
    192192msgstr ""
    193193
    194 #: ../network-latest-posts-widget.php:407
    195 #: ../network-latest-posts-widget.php:410 ../js/nlposts_shortcode_form.php:272
    196 #: ../js/nlposts_shortcode_form.php:275
     194#: ../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
    197197msgid "Hide"
    198198msgstr ""
    199199
    200 #: ../network-latest-posts-widget.php:415 ../js/nlposts_shortcode_form.php:280
     200#: ../js/nlposts_shortcode_form.php:280 ../network-latest-posts-widget.php:416
    201201msgid "Thumbnail Size"
    202202msgstr ""
    203203
    204 #: ../network-latest-posts-widget.php:416 ../js/nlposts_shortcode_form.php:281
     204#: ../js/nlposts_shortcode_form.php:281 ../network-latest-posts-widget.php:417
    205205msgid "Width"
    206206msgstr ""
    207207
    208 #: ../network-latest-posts-widget.php:420 ../js/nlposts_shortcode_form.php:285
     208#: ../js/nlposts_shortcode_form.php:285 ../network-latest-posts-widget.php:421
    209209msgid "Height"
    210210msgstr ""
    211211
    212 #: ../network-latest-posts-widget.php:425 ../js/nlposts_shortcode_form.php:290
     212#: ../js/nlposts_shortcode_form.php:290 ../network-latest-posts-widget.php:426
    213213msgid "Thumbnail Replacement"
    214214msgstr ""
    215215
    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
    227219#: ../network-latest-posts-widget.php:439
    228220#: ../network-latest-posts-widget.php:446
    229221#: ../network-latest-posts-widget.php:453
    230 #: ../network-latest-posts-widget.php:460 ../js/nlposts_shortcode_form.php:296
    231 #: ../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:433
     222#: ../network-latest-posts-widget.php:460
     223msgid "Placeholder"
     224msgstr ""
     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
    237229#: ../network-latest-posts-widget.php:440
    238230#: ../network-latest-posts-widget.php:447
    239231#: ../network-latest-posts-widget.php:454
    240 #: ../network-latest-posts-widget.php:461 ../js/nlposts_shortcode_form.php:297
    241 #: ../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:434
     232#: ../network-latest-posts-widget.php:461
     233msgid "Kittens"
     234msgstr ""
     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
    247239#: ../network-latest-posts-widget.php:441
    248240#: ../network-latest-posts-widget.php:448
    249241#: ../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
     243msgid "Puppies"
     244msgstr ""
     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
    253253msgid "Custom"
    254254msgstr ""
    255255
    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
    262258msgid "Thumbnail Class"
    263 msgstr ""
    264 
    265 #: ../network-latest-posts-widget.php:478
    266 msgid "Custom Thumbnail"
    267 msgstr ""
    268 
    269 #: ../network-latest-posts-widget.php:491 ../js/nlposts_shortcode_form.php:351
    270 msgid "Thumbnail Custom Field"
    271 msgstr ""
    272 
    273 #: ../network-latest-posts-widget.php:496 ../js/nlposts_shortcode_form.php:356
    274 msgid "Custom Post Type"
    275 msgstr ""
    276 
    277 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362
    278 msgid "Category"
    279 msgstr ""
    280 
    281 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362
    282 msgid "Categories"
    283 msgstr ""
    284 
    285 #: ../network-latest-posts-widget.php:504 ../js/nlposts_shortcode_form.php:364
    286 msgid "Category(ies)"
    287 msgstr ""
    288 
    289 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371
    290 msgid "Tag"
    291 msgstr ""
    292 
    293 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371
    294 msgid "Tags"
    295 msgstr ""
    296 
    297 #: ../network-latest-posts-widget.php:513 ../js/nlposts_shortcode_form.php:373
    298 msgid "Tag(s)"
    299 msgstr ""
    300 
    301 #: ../network-latest-posts-widget.php:519 ../js/nlposts_shortcode_form.php:379
    302 msgid "Paginate Results"
    303 msgstr ""
    304 
    305 #: ../network-latest-posts-widget.php:532 ../js/nlposts_shortcode_form.php:392
    306 msgid "Posts per Page"
    307 msgstr ""
    308 
    309 #: ../network-latest-posts-widget.php:537 ../js/nlposts_shortcode_form.php:397
    310 msgid "Display Content"
    311 msgstr ""
    312 
    313 #: ../network-latest-posts-widget.php:551 ../js/nlposts_shortcode_form.php:411
    314 msgid "Excerpt Length"
    315 msgstr ""
    316 
    317 #: ../network-latest-posts-widget.php:556 ../js/nlposts_shortcode_form.php:416
    318 msgid "Auto-Excerpt"
    319 msgstr ""
    320 
    321 #: ../network-latest-posts-widget.php:569 ../js/nlposts_shortcode_form.php:429
    322 msgid "Excerpt Trail"
    323 msgstr ""
    324 
    325 #: ../network-latest-posts-widget.php:573
    326 #: ../network-latest-posts-widget.php:576 ../js/nlposts_shortcode_form.php:433
    327 #: ../js/nlposts_shortcode_form.php:436
    328 msgid "Text"
    329 msgstr ""
    330 
    331 #: ../network-latest-posts-widget.php:574
    332 #: ../network-latest-posts-widget.php:577 ../js/nlposts_shortcode_form.php:434
    333 #: ../js/nlposts_shortcode_form.php:437
    334 msgid "Image"
    335 msgstr ""
    336 
    337 #: ../network-latest-posts-widget.php:582
    338 msgid "Use Publication Date"
    339 msgstr ""
    340 
    341 #: ../network-latest-posts-widget.php:594
    342 msgid "Honor Sticky Posts"
    343 msgstr ""
    344 
    345 #: ../network-latest-posts-widget.php:606 ../js/nlposts_shortcode_form.php:442
    346 msgid "Sort by Date"
    347 msgstr ""
    348 
    349 #: ../network-latest-posts-widget.php:619 ../js/nlposts_shortcode_form.php:455
    350 msgid "Sort by Blog ID"
    351 msgstr ""
    352 
    353 #: ../network-latest-posts-widget.php:632 ../js/nlposts_shortcode_form.php:468
    354 msgid "Sorting Order"
    355 msgstr ""
    356 
    357 #: ../network-latest-posts-widget.php:637
    358 #: ../network-latest-posts-widget.php:640
    359 #: ../network-latest-posts-widget.php:644 ../js/nlposts_shortcode_form.php:473
    360 #: ../js/nlposts_shortcode_form.php:476 ../js/nlposts_shortcode_form.php:480
    361 msgid "Newest to Oldest"
    362 msgstr ""
    363 
    364 #: ../network-latest-posts-widget.php:638
    365 #: ../network-latest-posts-widget.php:641
    366 #: ../network-latest-posts-widget.php:645 ../js/nlposts_shortcode_form.php:474
    367 #: ../js/nlposts_shortcode_form.php:477 ../js/nlposts_shortcode_form.php:481
    368 msgid "Oldest to Newest"
    369 msgstr ""
    370 
    371 #: ../network-latest-posts-widget.php:649
    372 #: ../network-latest-posts-widget.php:652
    373 #: ../network-latest-posts-widget.php:656 ../js/nlposts_shortcode_form.php:485
    374 #: ../js/nlposts_shortcode_form.php:488 ../js/nlposts_shortcode_form.php:492
    375 msgid "Ascendant"
    376 msgstr ""
    377 
    378 #: ../network-latest-posts-widget.php:650
    379 #: ../network-latest-posts-widget.php:653
    380 #: ../network-latest-posts-widget.php:657 ../js/nlposts_shortcode_form.php:486
    381 #: ../js/nlposts_shortcode_form.php:489 ../js/nlposts_shortcode_form.php:493
    382 msgid "Descendant"
    383 msgstr ""
    384 
    385 #: ../network-latest-posts-widget.php:662 ../js/nlposts_shortcode_form.php:498
    386 msgid "Total Number of Posts"
    387 msgstr ""
    388 
    389 #: ../network-latest-posts-widget.php:667 ../js/nlposts_shortcode_form.php:503
    390 msgid "Post Status"
    391 msgstr ""
    392 
    393 #: ../network-latest-posts-widget.php:672 ../js/nlposts_shortcode_form.php:508
    394 msgid "Full Metadata"
    395 msgstr ""
    396 
    397 #: ../network-latest-posts-widget.php:685 ../js/nlposts_shortcode_form.php:536
    398 msgid "Random Posts"
    399 msgstr ""
    400 
    401 #: ../network-latest-posts-widget.php:698 ../js/nlposts_shortcode_form.php:521
    402 msgid "Custom CSS Filename"
    403 msgstr ""
    404 
    405 #: ../network-latest-posts-widget.php:703 ../js/nlposts_shortcode_form.php:526
    406 msgid "Custom CSS Class for the list wrapper"
    407 msgstr ""
    408 
    409 #: ../network-latest-posts-widget.php:708 ../js/nlposts_shortcode_form.php:531
    410 msgid "Custom CSS Class for the block wrapper"
    411 msgstr ""
    412 
    413 #: ../network-latest-posts.php:724 ../network-latest-posts.php:783
    414 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009
    415 msgid "Published on"
    416 msgstr ""
    417 
    418 #: ../network-latest-posts.php:724 ../network-latest-posts.php:783
    419 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009
    420 msgid "by"
    421 msgstr ""
    422 
    423 #: ../network-latest-posts.php:825
    424 msgid "&laquo;"
    425 msgstr ""
    426 
    427 #: ../network-latest-posts.php:826
    428 msgid "&raquo;"
    429 msgstr ""
    430 
    431 #: ../network-latest-posts.php:1141 ../network-latest-posts.php:1145
    432 #: ../network-latest-posts.php:1149
    433 msgid "more"
    434 msgstr ""
    435 
    436 #: ../network-latest-posts.php:1289 ../network-latest-posts.php:1290
    437 msgid "Network Latest Posts"
    438 msgstr ""
    439 
    440 #: ../js/nlposts_shortcode_form.php:120
    441 msgid "Instance Identifier"
    442259msgstr ""
    443260
     
    446263msgstr ""
    447264
     265#: ../js/nlposts_shortcode_form.php:351 ../network-latest-posts-widget.php:492
     266msgid "Thumbnail Custom Field"
     267msgstr ""
     268
     269#: ../js/nlposts_shortcode_form.php:356 ../network-latest-posts-widget.php:497
     270msgid "Custom Post Type"
     271msgstr ""
     272
     273#: ../js/nlposts_shortcode_form.php:362 ../network-latest-posts-widget.php:503
     274msgid "Category"
     275msgstr ""
     276
     277#: ../js/nlposts_shortcode_form.php:362 ../network-latest-posts-widget.php:503
     278msgid "Categories"
     279msgstr ""
     280
     281#: ../js/nlposts_shortcode_form.php:364 ../network-latest-posts-widget.php:505
     282msgid "Category(ies)"
     283msgstr ""
     284
     285#: ../js/nlposts_shortcode_form.php:371 ../network-latest-posts-widget.php:512
     286msgid "Tag"
     287msgstr ""
     288
     289#: ../js/nlposts_shortcode_form.php:371 ../network-latest-posts-widget.php:512
     290msgid "Tags"
     291msgstr ""
     292
     293#: ../js/nlposts_shortcode_form.php:373 ../network-latest-posts-widget.php:514
     294msgid "Tag(s)"
     295msgstr ""
     296
     297#: ../js/nlposts_shortcode_form.php:379 ../network-latest-posts-widget.php:520
     298msgid "Paginate Results"
     299msgstr ""
     300
     301#: ../js/nlposts_shortcode_form.php:392 ../network-latest-posts-widget.php:533
     302msgid "Posts per Page"
     303msgstr ""
     304
     305#: ../js/nlposts_shortcode_form.php:397 ../network-latest-posts-widget.php:538
     306msgid "Display Content"
     307msgstr ""
     308
     309#: ../js/nlposts_shortcode_form.php:411 ../network-latest-posts-widget.php:552
     310msgid "Excerpt Length"
     311msgstr ""
     312
     313#: ../js/nlposts_shortcode_form.php:416 ../network-latest-posts-widget.php:557
     314msgid "Auto-Excerpt"
     315msgstr ""
     316
     317#: ../js/nlposts_shortcode_form.php:429 ../network-latest-posts-widget.php:570
     318msgid "Excerpt Trail"
     319msgstr ""
     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
     324msgid "Text"
     325msgstr ""
     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
     330msgid "Image"
     331msgstr ""
     332
     333#: ../js/nlposts_shortcode_form.php:442 ../network-latest-posts-widget.php:607
     334msgid "Sort by Date"
     335msgstr ""
     336
     337#: ../js/nlposts_shortcode_form.php:455 ../network-latest-posts-widget.php:620
     338msgid "Sort by Blog ID"
     339msgstr ""
     340
     341#: ../js/nlposts_shortcode_form.php:468 ../network-latest-posts-widget.php:633
     342msgid "Sorting Order"
     343msgstr ""
     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
     349msgid "Newest to Oldest"
     350msgstr ""
     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
     356msgid "Oldest to Newest"
     357msgstr ""
     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
     363msgid "Ascendant"
     364msgstr ""
     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
     370msgid "Descendant"
     371msgstr ""
     372
     373#: ../js/nlposts_shortcode_form.php:498 ../network-latest-posts-widget.php:663
     374msgid "Total Number of Posts"
     375msgstr ""
     376
     377#: ../js/nlposts_shortcode_form.php:503 ../network-latest-posts-widget.php:668
     378msgid "Post Status"
     379msgstr ""
     380
     381#: ../js/nlposts_shortcode_form.php:508 ../network-latest-posts-widget.php:673
     382msgid "Full Metadata"
     383msgstr ""
     384
     385#: ../js/nlposts_shortcode_form.php:521 ../network-latest-posts-widget.php:712
     386msgid "Custom CSS Filename"
     387msgstr ""
     388
     389#: ../js/nlposts_shortcode_form.php:526 ../network-latest-posts-widget.php:717
     390msgid "Custom CSS Class for the list wrapper"
     391msgstr ""
     392
     393#: ../js/nlposts_shortcode_form.php:531 ../network-latest-posts-widget.php:722
     394msgid "Custom CSS Class for the block wrapper"
     395msgstr ""
     396
     397#: ../js/nlposts_shortcode_form.php:536 ../network-latest-posts-widget.php:699
     398msgid "Random Posts"
     399msgstr ""
     400
    448401#: ../js/nlposts_shortcode_form.php:548
    449402msgid "Insert Shortcode"
    450403msgstr ""
     404
     405#: ../network-latest-posts-widget.php:82
     406msgid "Network Latest Posts Widget"
     407msgstr ""
     408
     409#: ../network-latest-posts-widget.php:469
     410msgid "Custom Thumbnail URL"
     411msgstr ""
     412
     413#: ../network-latest-posts-widget.php:479
     414msgid "Custom Thumbnail"
     415msgstr ""
     416
     417#: ../network-latest-posts-widget.php:583
     418msgid "Use Publication Date"
     419msgstr ""
     420
     421#: ../network-latest-posts-widget.php:595
     422msgid "Honor Sticky Posts"
     423msgstr ""
     424
     425#: ../network-latest-posts-widget.php:686
     426msgid "Display Post Date"
     427msgstr ""
     428
     429#: ../network-latest-posts.php:237
     430msgid "Sorry, I couldn't find any recent posts matching your parameters."
     431msgstr ""
     432
     433#: ../network-latest-posts.php:738 ../network-latest-posts.php:801
     434#: ../network-latest-posts.php:978 ../network-latest-posts.php:1041
     435msgid "Published on"
     436msgstr ""
     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
     442msgid "by"
     443msgstr ""
     444
     445#: ../network-latest-posts.php:740 ../network-latest-posts.php:803
     446#: ../network-latest-posts.php:980 ../network-latest-posts.php:1043
     447msgid "Published"
     448msgstr ""
     449
     450#: ../network-latest-posts.php:846
     451msgid "&laquo;"
     452msgstr ""
     453
     454#: ../network-latest-posts.php:847
     455msgid "&raquo;"
     456msgstr ""
     457
     458#: ../network-latest-posts.php:1176 ../network-latest-posts.php:1180
     459#: ../network-latest-posts.php:1184
     460msgid "more"
     461msgstr ""
     462
     463#: ../network-latest-posts.php:1328 ../network-latest-posts.php:1329
     464msgid "Network Latest Posts"
     465msgstr ""
  • network-latest-posts/trunk/languages/trans-nlp-es_ES.po

    r847965 r1166888  
    33"Project-Id-Version: Network Latest Posts v3.2\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2014-01-29 17:21-0430\n"
     5"POT-Creation-Date: 2015-05-24 21:23-0430\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Jose Luis Sayago Rojas <[email protected]>\n"
     
    1414"X-Poedit-KeywordsList: __\n"
    1515"X-Poedit-Basepath: .\n"
    16 "X-Generator: Poedit 1.6.2\n"
     16"X-Generator: Poedit 1.7.6\n"
    1717"X-Poedit-SearchPath-0: ..\n"
    1818
    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&iacute;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
    3021msgid "Title"
    3122msgstr "T&iacute;tulo"
    3223
    33 #: ../network-latest-posts-widget.php:260 ../js/nlposts_shortcode_form.php:125
     24#: ../js/nlposts_shortcode_form.php:120
     25msgid "Instance Identifier"
     26msgstr "Identificador de Instancia"
     27
     28#: ../js/nlposts_shortcode_form.php:125
     29#: ../network-latest-posts-widget.php:261
    3430msgid "Number of Posts by Blog"
    3531msgstr "N&uacute;mero de Art&iacute;culos por Blog"
    3632
    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
    3835msgid "Post ID(s) to Ignore"
    3936msgstr "ID(s) de Artículos a Ignorar"
    4037
    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
    4240msgid "Time Frame in Days"
    4341msgstr "Espacio de Tiempo en D&iacute;as"
    4442
    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
    4645msgid "Titles Only"
    4746msgstr "Solo T&iacute;tulos"
    4847
    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&iacute;"
    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
    8157#: ../network-latest-posts-widget.php:280
    8258#: ../network-latest-posts-widget.php:283
     
    9874#: ../network-latest-posts-widget.php:627
    9975#: ../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
     79msgid "Yes"
     80msgstr "S&iacute;"
     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
    110113msgid "No"
    111114msgstr "No"
    112115
    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
    114118msgid "Display Type"
    115119msgstr "Mostrar Todos"
    116120
    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
    126123#: ../network-latest-posts-widget.php:295
    127124#: ../network-latest-posts-widget.php:301
    128125#: ../network-latest-posts-widget.php:307
    129 #: ../network-latest-posts-widget.php:313 ../js/nlposts_shortcode_form.php:160
    130 #: ../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
     127msgid "Unordered List"
     128msgstr "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
    135132#: ../network-latest-posts-widget.php:296
    136133#: ../network-latest-posts-widget.php:302
    137134#: ../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
     136msgid "Ordered List"
     137msgstr "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
    141145msgid "Blocks"
    142146msgstr "Bloques"
    143147
    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
    145150msgid "Display Blog"
    146151msgstr "Mostrar Blog"
    147152
    148 #: ../network-latest-posts-widget.php:321
    149 #: ../network-latest-posts-widget.php:362
    150 #: ../network-latest-posts-widget.php:502
    151 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:186
    152 #: ../js/nlposts_shortcode_form.php:227 ../js/nlposts_shortcode_form.php:362
    153 #: ../js/nlposts_shortcode_form.php:371
     153#: ../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
    154159msgid "or"
    155160msgstr "o"
    156161
    157 #: ../network-latest-posts-widget.php:321
    158 #: ../network-latest-posts-widget.php:362 ../js/nlposts_shortcode_form.php:186
    159 #: ../js/nlposts_shortcode_form.php:227
     162#: ../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
    160165msgid "Blogs"
    161166msgstr "Blogs"
    162167
    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
    164170msgid "Display Blog(s)"
    165171msgstr "Mostrar Blog(s)"
    166172
    167 #: ../network-latest-posts-widget.php:345
    168 #: ../network-latest-posts-widget.php:347 ../js/nlposts_shortcode_form.php:210
    169 #: ../js/nlposts_shortcode_form.php:212
     173#: ../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
    170176msgid "Display All"
    171177msgstr "Mostrar Todos"
    172178
    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
    174181msgid "Ignore Blog"
    175182msgstr "Ignorar Blog"
    176183
    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
    178186msgid "Ignore Blog(s)"
    179187msgstr "Ignorar Blog(s)"
    180188
    181 #: ../network-latest-posts-widget.php:386
    182 #: ../network-latest-posts-widget.php:388 ../js/nlposts_shortcode_form.php:251
    183 #: ../js/nlposts_shortcode_form.php:253
     189#: ../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
    184192msgid "Nothing to Ignore"
    185193msgstr "Nada que Ignorar"
    186194
    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
    188197msgid "Display Thumbnails"
    189198msgstr "Mostrar Im&aacute;genes Destacadas"
    190199
    191 #: ../network-latest-posts-widget.php:406
    192 #: ../network-latest-posts-widget.php:409 ../js/nlposts_shortcode_form.php:271
    193 #: ../js/nlposts_shortcode_form.php:274
     200#: ../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
    194203msgid "Show"
    195204msgstr "Mostrar"
    196205
    197 #: ../network-latest-posts-widget.php:407
    198 #: ../network-latest-posts-widget.php:410 ../js/nlposts_shortcode_form.php:272
    199 #: ../js/nlposts_shortcode_form.php:275
     206#: ../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
    200209msgid "Hide"
    201210msgstr "Esconder"
    202211
    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
    204214msgid "Thumbnail Size"
    205215msgstr "Tama&ndash;o de la Imagen Destacada"
    206216
    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
    208219msgid "Width"
    209220msgstr "Ancho"
    210221
    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
    212224msgid "Height"
    213225msgstr "Alto"
    214226
    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
    216229msgid "Thumbnail Replacement"
    217230msgstr "Imagen Destacada de Reemplazo"
    218231
    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
    229235#: ../network-latest-posts-widget.php:432
    230236#: ../network-latest-posts-widget.php:439
    231237#: ../network-latest-posts-widget.php:446
    232238#: ../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
     240msgid "Placeholder"
     241msgstr "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
    239246#: ../network-latest-posts-widget.php:433
    240247#: ../network-latest-posts-widget.php:440
    241248#: ../network-latest-posts-widget.php:447
    242249#: ../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
     251msgid "Kittens"
     252msgstr "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
    249257#: ../network-latest-posts-widget.php:434
    250258#: ../network-latest-posts-widget.php:441
    251259#: ../network-latest-posts-widget.php:448
    252260#: ../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
     262msgid "Puppies"
     263msgstr "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
    256273msgid "Custom"
    257274msgstr "Personalizada"
    258275
    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
    265278msgid "Thumbnail Class"
    266279msgstr "Clase para las Im&aacute;genes Destacadas"
    267 
    268 #: ../network-latest-posts-widget.php:478
    269 msgid "Custom Thumbnail"
    270 msgstr "Imagen Miniatura Personalizada"
    271 
    272 #: ../network-latest-posts-widget.php:491 ../js/nlposts_shortcode_form.php:351
    273 msgid "Thumbnail Custom Field"
    274 msgstr "Campo Personalizado de la Imagen"
    275 
    276 #: ../network-latest-posts-widget.php:496 ../js/nlposts_shortcode_form.php:356
    277 msgid "Custom Post Type"
    278 msgstr "Tipo de Art&iacute;culo"
    279 
    280 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362
    281 msgid "Category"
    282 msgstr "Categor&iacute;a"
    283 
    284 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362
    285 msgid "Categories"
    286 msgstr "Categor&iacute;as"
    287 
    288 #: ../network-latest-posts-widget.php:504 ../js/nlposts_shortcode_form.php:364
    289 msgid "Category(ies)"
    290 msgstr "Categor&iacute;a(s)"
    291 
    292 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371
    293 msgid "Tag"
    294 msgstr "Etiqueta"
    295 
    296 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371
    297 msgid "Tags"
    298 msgstr "Etiquetas"
    299 
    300 #: ../network-latest-posts-widget.php:513 ../js/nlposts_shortcode_form.php:373
    301 msgid "Tag(s)"
    302 msgstr "Etiqueta(s)"
    303 
    304 #: ../network-latest-posts-widget.php:519 ../js/nlposts_shortcode_form.php:379
    305 msgid "Paginate Results"
    306 msgstr "Resultados por P&aacute;ginas"
    307 
    308 #: ../network-latest-posts-widget.php:532 ../js/nlposts_shortcode_form.php:392
    309 msgid "Posts per Page"
    310 msgstr "Art&iacute;culos por P&aacute;gina"
    311 
    312 #: ../network-latest-posts-widget.php:537 ../js/nlposts_shortcode_form.php:397
    313 msgid "Display Content"
    314 msgstr "Mostrar Contenido"
    315 
    316 #: ../network-latest-posts-widget.php:551 ../js/nlposts_shortcode_form.php:411
    317 msgid "Excerpt Length"
    318 msgstr "Largo del Extracto"
    319 
    320 #: ../network-latest-posts-widget.php:556 ../js/nlposts_shortcode_form.php:416
    321 msgid "Auto-Excerpt"
    322 msgstr "Auto-Extracto"
    323 
    324 #: ../network-latest-posts-widget.php:569 ../js/nlposts_shortcode_form.php:429
    325 msgid "Excerpt Trail"
    326 msgstr "Tipo de cola del Extracto"
    327 
    328 #: ../network-latest-posts-widget.php:573
    329 #: ../network-latest-posts-widget.php:576 ../js/nlposts_shortcode_form.php:433
    330 #: ../js/nlposts_shortcode_form.php:436
    331 msgid "Text"
    332 msgstr "Texto"
    333 
    334 #: ../network-latest-posts-widget.php:574
    335 #: ../network-latest-posts-widget.php:577 ../js/nlposts_shortcode_form.php:434
    336 #: ../js/nlposts_shortcode_form.php:437
    337 msgid "Image"
    338 msgstr "Imagen"
    339 
    340 #: ../network-latest-posts-widget.php:582
    341 msgid "Use Publication Date"
    342 msgstr "Usar Fecha de Publicación"
    343 
    344 #: ../network-latest-posts-widget.php:594
    345 msgid "Honor Sticky Posts"
    346 msgstr "Respetar Entradas Fijas"
    347 
    348 #: ../network-latest-posts-widget.php:606 ../js/nlposts_shortcode_form.php:442
    349 msgid "Sort by Date"
    350 msgstr "Ordenar por Fecha"
    351 
    352 #: ../network-latest-posts-widget.php:619 ../js/nlposts_shortcode_form.php:455
    353 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:468
    357 msgid "Sorting Order"
    358 msgstr "Orden de"
    359 
    360 #: ../network-latest-posts-widget.php:637
    361 #: ../network-latest-posts-widget.php:640
    362 #: ../network-latest-posts-widget.php:644 ../js/nlposts_shortcode_form.php:473
    363 #: ../js/nlposts_shortcode_form.php:476 ../js/nlposts_shortcode_form.php:480
    364 msgid "Newest to Oldest"
    365 msgstr "Recientes a Antiguos"
    366 
    367 #: ../network-latest-posts-widget.php:638
    368 #: ../network-latest-posts-widget.php:641
    369 #: ../network-latest-posts-widget.php:645 ../js/nlposts_shortcode_form.php:474
    370 #: ../js/nlposts_shortcode_form.php:477 ../js/nlposts_shortcode_form.php:481
    371 msgid "Oldest to Newest"
    372 msgstr "Antiguos a Recientes"
    373 
    374 #: ../network-latest-posts-widget.php:649
    375 #: ../network-latest-posts-widget.php:652
    376 #: ../network-latest-posts-widget.php:656 ../js/nlposts_shortcode_form.php:485
    377 #: ../js/nlposts_shortcode_form.php:488 ../js/nlposts_shortcode_form.php:492
    378 msgid "Ascendant"
    379 msgstr "Ascendente"
    380 
    381 #: ../network-latest-posts-widget.php:650
    382 #: ../network-latest-posts-widget.php:653
    383 #: ../network-latest-posts-widget.php:657 ../js/nlposts_shortcode_form.php:486
    384 #: ../js/nlposts_shortcode_form.php:489 ../js/nlposts_shortcode_form.php:493
    385 msgid "Descendant"
    386 msgstr "Descendente"
    387 
    388 #: ../network-latest-posts-widget.php:662 ../js/nlposts_shortcode_form.php:498
    389 msgid "Total Number of Posts"
    390 msgstr "N&uacute;mero Total de Art&iacute;culos para Mostrar"
    391 
    392 #: ../network-latest-posts-widget.php:667 ../js/nlposts_shortcode_form.php:503
    393 msgid "Post Status"
    394 msgstr "Estado del Art&iacute;culo"
    395 
    396 #: ../network-latest-posts-widget.php:672 ../js/nlposts_shortcode_form.php:508
    397 msgid "Full Metadata"
    398 msgstr "Metadatos Completos"
    399 
    400 #: ../network-latest-posts-widget.php:685 ../js/nlposts_shortcode_form.php:536
    401 msgid "Random Posts"
    402 msgstr "Art&iacute;culos Aleatorios"
    403 
    404 #: ../network-latest-posts-widget.php:698 ../js/nlposts_shortcode_form.php:521
    405 msgid "Custom CSS Filename"
    406 msgstr "Nombre de Fichero CSS Personalizado"
    407 
    408 #: ../network-latest-posts-widget.php:703 ../js/nlposts_shortcode_form.php:526
    409 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:531
    413 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:783
    417 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009
    418 msgid "Published on"
    419 msgstr "Publicado en"
    420 
    421 #: ../network-latest-posts.php:724 ../network-latest-posts.php:783
    422 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009
    423 msgid "by"
    424 msgstr "por"
    425 
    426 #: ../network-latest-posts.php:825
    427 msgid "&laquo;"
    428 msgstr "&laquo;"
    429 
    430 #: ../network-latest-posts.php:826
    431 msgid "&raquo;"
    432 msgstr "&raquo;"
    433 
    434 #: ../network-latest-posts.php:1141 ../network-latest-posts.php:1145
    435 #: ../network-latest-posts.php:1149
    436 msgid "more"
    437 msgstr "leer el resto"
    438 
    439 #: ../network-latest-posts.php:1289 ../network-latest-posts.php:1290
    440 msgid "Network Latest Posts"
    441 msgstr "Art&iacute;culos Recientes de la Red"
    442 
    443 #: ../js/nlposts_shortcode_form.php:120
    444 msgid "Instance Identifier"
    445 msgstr "Identificador de Instancia"
    446280
    447281#: ../js/nlposts_shortcode_form.php:338
     
    449283msgstr "Imágenes Miniatura Personalizadas"
    450284
     285#: ../js/nlposts_shortcode_form.php:351
     286#: ../network-latest-posts-widget.php:492
     287msgid "Thumbnail Custom Field"
     288msgstr "Campo Personalizado de la Imagen"
     289
     290#: ../js/nlposts_shortcode_form.php:356
     291#: ../network-latest-posts-widget.php:497
     292msgid "Custom Post Type"
     293msgstr "Tipo de Art&iacute;culo"
     294
     295#: ../js/nlposts_shortcode_form.php:362
     296#: ../network-latest-posts-widget.php:503
     297msgid "Category"
     298msgstr "Categor&iacute;a"
     299
     300#: ../js/nlposts_shortcode_form.php:362
     301#: ../network-latest-posts-widget.php:503
     302msgid "Categories"
     303msgstr "Categor&iacute;as"
     304
     305#: ../js/nlposts_shortcode_form.php:364
     306#: ../network-latest-posts-widget.php:505
     307msgid "Category(ies)"
     308msgstr "Categor&iacute;a(s)"
     309
     310#: ../js/nlposts_shortcode_form.php:371
     311#: ../network-latest-posts-widget.php:512
     312msgid "Tag"
     313msgstr "Etiqueta"
     314
     315#: ../js/nlposts_shortcode_form.php:371
     316#: ../network-latest-posts-widget.php:512
     317msgid "Tags"
     318msgstr "Etiquetas"
     319
     320#: ../js/nlposts_shortcode_form.php:373
     321#: ../network-latest-posts-widget.php:514
     322msgid "Tag(s)"
     323msgstr "Etiqueta(s)"
     324
     325#: ../js/nlposts_shortcode_form.php:379
     326#: ../network-latest-posts-widget.php:520
     327msgid "Paginate Results"
     328msgstr "Resultados por P&aacute;ginas"
     329
     330#: ../js/nlposts_shortcode_form.php:392
     331#: ../network-latest-posts-widget.php:533
     332msgid "Posts per Page"
     333msgstr "Art&iacute;culos por P&aacute;gina"
     334
     335#: ../js/nlposts_shortcode_form.php:397
     336#: ../network-latest-posts-widget.php:538
     337msgid "Display Content"
     338msgstr "Mostrar Contenido"
     339
     340#: ../js/nlposts_shortcode_form.php:411
     341#: ../network-latest-posts-widget.php:552
     342msgid "Excerpt Length"
     343msgstr "Largo del Extracto"
     344
     345#: ../js/nlposts_shortcode_form.php:416
     346#: ../network-latest-posts-widget.php:557
     347msgid "Auto-Excerpt"
     348msgstr "Auto-Extracto"
     349
     350#: ../js/nlposts_shortcode_form.php:429
     351#: ../network-latest-posts-widget.php:570
     352msgid "Excerpt Trail"
     353msgstr "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
     358msgid "Text"
     359msgstr "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
     364msgid "Image"
     365msgstr "Imagen"
     366
     367#: ../js/nlposts_shortcode_form.php:442
     368#: ../network-latest-posts-widget.php:607
     369msgid "Sort by Date"
     370msgstr "Ordenar por Fecha"
     371
     372#: ../js/nlposts_shortcode_form.php:455
     373#: ../network-latest-posts-widget.php:620
     374msgid "Sort by Blog ID"
     375msgstr "Ordenar por ID de Blog"
     376
     377#: ../js/nlposts_shortcode_form.php:468
     378#: ../network-latest-posts-widget.php:633
     379msgid "Sorting Order"
     380msgstr "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
     387msgid "Newest to Oldest"
     388msgstr "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
     395msgid "Oldest to Newest"
     396msgstr "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
     403msgid "Ascendant"
     404msgstr "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
     411msgid "Descendant"
     412msgstr "Descendente"
     413
     414#: ../js/nlposts_shortcode_form.php:498
     415#: ../network-latest-posts-widget.php:663
     416msgid "Total Number of Posts"
     417msgstr "N&uacute;mero Total de Art&iacute;culos para Mostrar"
     418
     419#: ../js/nlposts_shortcode_form.php:503
     420#: ../network-latest-posts-widget.php:668
     421msgid "Post Status"
     422msgstr "Estado del Art&iacute;culo"
     423
     424#: ../js/nlposts_shortcode_form.php:508
     425#: ../network-latest-posts-widget.php:673
     426msgid "Full Metadata"
     427msgstr "Metadatos Completos"
     428
     429#: ../js/nlposts_shortcode_form.php:521
     430#: ../network-latest-posts-widget.php:712
     431msgid "Custom CSS Filename"
     432msgstr "Nombre de Fichero CSS Personalizado"
     433
     434#: ../js/nlposts_shortcode_form.php:526
     435#: ../network-latest-posts-widget.php:717
     436msgid "Custom CSS Class for the list wrapper"
     437msgstr "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
     441msgid "Custom CSS Class for the block wrapper"
     442msgstr "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
     446msgid "Random Posts"
     447msgstr "Art&iacute;culos Aleatorios"
     448
    451449#: ../js/nlposts_shortcode_form.php:548
    452450msgid "Insert Shortcode"
    453451msgstr "Insertar Shortcode"
    454452
     453#: ../network-latest-posts-widget.php:82
     454msgid "Network Latest Posts Widget"
     455msgstr "Art&iacute;culos Recientes de mi Red Widget"
     456
     457#: ../network-latest-posts-widget.php:469
     458msgid "Custom Thumbnail URL"
     459msgstr "URL de Imagen Miniatura Personalizada"
     460
     461#: ../network-latest-posts-widget.php:479
     462msgid "Custom Thumbnail"
     463msgstr "Imagen Miniatura Personalizada"
     464
     465#: ../network-latest-posts-widget.php:583
     466msgid "Use Publication Date"
     467msgstr "Usar Fecha de Publicación"
     468
     469#: ../network-latest-posts-widget.php:595
     470msgid "Honor Sticky Posts"
     471msgstr "Respetar Entradas Fijas"
     472
     473#: ../network-latest-posts-widget.php:686
     474msgid "Display Post Date"
     475msgstr "Mostrar Fecha de Artículos"
     476
     477#: ../network-latest-posts.php:237
     478msgid "Sorry, I couldn't find any recent posts matching your parameters."
     479msgstr ""
     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
     485msgid "Published on"
     486msgstr "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
     492msgid "by"
     493msgstr "por"
     494
     495#: ../network-latest-posts.php:740 ../network-latest-posts.php:803
     496#: ../network-latest-posts.php:980 ../network-latest-posts.php:1043
     497msgid "Published"
     498msgstr "Publicado"
     499
     500#: ../network-latest-posts.php:846
     501msgid "&laquo;"
     502msgstr "&laquo;"
     503
     504#: ../network-latest-posts.php:847
     505msgid "&raquo;"
     506msgstr "&raquo;"
     507
     508#: ../network-latest-posts.php:1176 ../network-latest-posts.php:1180
     509#: ../network-latest-posts.php:1184
     510msgid "more"
     511msgstr "leer el resto"
     512
     513#: ../network-latest-posts.php:1328 ../network-latest-posts.php:1329
     514msgid "Network Latest Posts"
     515msgstr "Art&iacute;culos Recientes de la Red"
     516
    455517#~ msgid "on"
    456518#~ msgstr "el"
  • network-latest-posts/trunk/languages/trans-nlp-fr_FR.po

    r847965 r1166888  
    33"Project-Id-Version: Network Latest Posts v3.2\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2014-01-29 17:23-0430\n"
     5"POT-Creation-Date: 2015-05-24 21:23-0430\n"
    66"PO-Revision-Date: \n"
    77"Last-Translator: Jose Luis Sayago Rojas <[email protected]>\n"
     
    1414"X-Poedit-KeywordsList: __\n"
    1515"X-Poedit-Basepath: .\n"
    16 "X-Generator: Poedit 1.6.2\n"
     16"X-Generator: Poedit 1.7.6\n"
    1717"X-Poedit-SearchPath-0: ..\n"
    1818
    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&eacute;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
    2920msgid "Title"
    3021msgstr "Titre"
    3122
    32 #: ../network-latest-posts-widget.php:260 ../js/nlposts_shortcode_form.php:125
     23#: ../js/nlposts_shortcode_form.php:120
     24msgid "Instance Identifier"
     25msgstr "Identificateur de l'instance"
     26
     27#: ../js/nlposts_shortcode_form.php:125 ../network-latest-posts-widget.php:261
    3328msgid "Number of Posts by Blog"
    3429msgstr "Nombre d'articles par Blog"
    3530
    36 #: ../network-latest-posts-widget.php:265 ../js/nlposts_shortcode_form.php:130
     31#: ../js/nlposts_shortcode_form.php:130 ../network-latest-posts-widget.php:266
    3732msgid "Post ID(s) to Ignore"
    3833msgstr "Ignorer Posts ID(s)"
    3934
    40 #: ../network-latest-posts-widget.php:270 ../js/nlposts_shortcode_form.php:135
     35#: ../js/nlposts_shortcode_form.php:135 ../network-latest-posts-widget.php:271
    4136msgid "Time Frame in Days"
    4237msgstr "Période de Temps (en Jours)"
    4338
    44 #: ../network-latest-posts-widget.php:275 ../js/nlposts_shortcode_form.php:140
     39#: ../js/nlposts_shortcode_form.php:140 ../network-latest-posts-widget.php:276
    4540msgid "Titles Only"
    4641msgstr "Titres Seulement"
    4742
    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
    8052#: ../network-latest-posts-widget.php:280
    8153#: ../network-latest-posts-widget.php:283
     
    9769#: ../network-latest-posts-widget.php:627
    9870#: ../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
     74msgid "Yes"
     75msgstr "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
    109108msgid "No"
    110109msgstr "Non"
    111110
    112 #: ../network-latest-posts-widget.php:288 ../js/nlposts_shortcode_form.php:153
     111#: ../js/nlposts_shortcode_form.php:153 ../network-latest-posts-widget.php:289
    113112msgid "Display Type"
    114113msgstr "Type d'Affichage"
    115114
    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
    125117#: ../network-latest-posts-widget.php:295
    126118#: ../network-latest-posts-widget.php:301
    127119#: ../network-latest-posts-widget.php:307
    128 #: ../network-latest-posts-widget.php:313 ../js/nlposts_shortcode_form.php:160
    129 #: ../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
     121msgid "Unordered List"
     122msgstr "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
    134126#: ../network-latest-posts-widget.php:296
    135127#: ../network-latest-posts-widget.php:302
    136128#: ../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
     130msgid "Ordered List"
     131msgstr "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
    140139msgid "Blocks"
    141140msgstr "Blocs"
    142141
    143 #: ../network-latest-posts-widget.php:321 ../js/nlposts_shortcode_form.php:186
     142#: ../js/nlposts_shortcode_form.php:186 ../network-latest-posts-widget.php:322
    144143msgid "Display Blog"
    145144msgstr "Afficher Blog"
    146145
    147 #: ../network-latest-posts-widget.php:321
    148 #: ../network-latest-posts-widget.php:362
    149 #: ../network-latest-posts-widget.php:502
    150 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:186
    151 #: ../js/nlposts_shortcode_form.php:227 ../js/nlposts_shortcode_form.php:362
    152 #: ../js/nlposts_shortcode_form.php:371
     146#: ../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
    153152msgid "or"
    154153msgstr "ou"
    155154
    156 #: ../network-latest-posts-widget.php:321
    157 #: ../network-latest-posts-widget.php:362 ../js/nlposts_shortcode_form.php:186
    158 #: ../js/nlposts_shortcode_form.php:227
     155#: ../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
    159158msgid "Blogs"
    160159msgstr "Blogs"
    161160
    162 #: ../network-latest-posts-widget.php:323 ../js/nlposts_shortcode_form.php:188
     161#: ../js/nlposts_shortcode_form.php:188 ../network-latest-posts-widget.php:324
    163162msgid "Display Blog(s)"
    164163msgstr "Afficher Blog(s)"
    165164
    166 #: ../network-latest-posts-widget.php:345
    167 #: ../network-latest-posts-widget.php:347 ../js/nlposts_shortcode_form.php:210
    168 #: ../js/nlposts_shortcode_form.php:212
     165#: ../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
    169168msgid "Display All"
    170169msgstr "Afficher Tous"
    171170
    172 #: ../network-latest-posts-widget.php:362 ../js/nlposts_shortcode_form.php:227
     171#: ../js/nlposts_shortcode_form.php:227 ../network-latest-posts-widget.php:363
    173172msgid "Ignore Blog"
    174173msgstr "Ignorer Blog"
    175174
    176 #: ../network-latest-posts-widget.php:364 ../js/nlposts_shortcode_form.php:229
     175#: ../js/nlposts_shortcode_form.php:229 ../network-latest-posts-widget.php:365
    177176msgid "Ignore Blog(s)"
    178177msgstr "Ignorer Blog(s)"
    179178
    180 #: ../network-latest-posts-widget.php:386
    181 #: ../network-latest-posts-widget.php:388 ../js/nlposts_shortcode_form.php:251
    182 #: ../js/nlposts_shortcode_form.php:253
     179#: ../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
    183182msgid "Nothing to Ignore"
    184183msgstr "Rien à Ignorer"
    185184
    186 #: ../network-latest-posts-widget.php:402 ../js/nlposts_shortcode_form.php:267
     185#: ../js/nlposts_shortcode_form.php:267 ../network-latest-posts-widget.php:403
    187186msgid "Display Thumbnails"
    188187msgstr "Afficher les Vignettes"
    189188
    190 #: ../network-latest-posts-widget.php:406
    191 #: ../network-latest-posts-widget.php:409 ../js/nlposts_shortcode_form.php:271
    192 #: ../js/nlposts_shortcode_form.php:274
     189#: ../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
    193192msgid "Show"
    194193msgstr "Afficher"
    195194
    196 #: ../network-latest-posts-widget.php:407
    197 #: ../network-latest-posts-widget.php:410 ../js/nlposts_shortcode_form.php:272
    198 #: ../js/nlposts_shortcode_form.php:275
     195#: ../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
    199198msgid "Hide"
    200199msgstr "Cacher"
    201200
    202 #: ../network-latest-posts-widget.php:415 ../js/nlposts_shortcode_form.php:280
     201#: ../js/nlposts_shortcode_form.php:280 ../network-latest-posts-widget.php:416
    203202msgid "Thumbnail Size"
    204203msgstr "Taille des Vignettes"
    205204
    206 #: ../network-latest-posts-widget.php:416 ../js/nlposts_shortcode_form.php:281
     205#: ../js/nlposts_shortcode_form.php:281 ../network-latest-posts-widget.php:417
    207206msgid "Width"
    208207msgstr "Largeur"
    209208
    210 #: ../network-latest-posts-widget.php:420 ../js/nlposts_shortcode_form.php:285
     209#: ../js/nlposts_shortcode_form.php:285 ../network-latest-posts-widget.php:421
    211210msgid "Height"
    212211msgstr "Hauteur"
    213212
    214 #: ../network-latest-posts-widget.php:425 ../js/nlposts_shortcode_form.php:290
     213#: ../js/nlposts_shortcode_form.php:290 ../network-latest-posts-widget.php:426
    215214msgid "Thumbnail Replacement"
    216215msgstr "Vignettes de Remplacement"
    217216
    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
    229220#: ../network-latest-posts-widget.php:439
    230221#: ../network-latest-posts-widget.php:446
    231222#: ../network-latest-posts-widget.php:453
    232 #: ../network-latest-posts-widget.php:460 ../js/nlposts_shortcode_form.php:296
    233 #: ../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:433
     223#: ../network-latest-posts-widget.php:460
     224msgid "Placeholder"
     225msgstr "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
    239230#: ../network-latest-posts-widget.php:440
    240231#: ../network-latest-posts-widget.php:447
    241232#: ../network-latest-posts-widget.php:454
    242 #: ../network-latest-posts-widget.php:461 ../js/nlposts_shortcode_form.php:297
    243 #: ../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:434
     233#: ../network-latest-posts-widget.php:461
     234msgid "Kittens"
     235msgstr "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
    249240#: ../network-latest-posts-widget.php:441
    250241#: ../network-latest-posts-widget.php:448
    251242#: ../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
     244msgid "Puppies"
     245msgstr "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
    255254msgid "Custom"
    256255msgstr "Personnalisée"
    257256
    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
    264259msgid "Thumbnail Class"
    265260msgstr "Classe CSS des Vignettes"
    266 
    267 #: ../network-latest-posts-widget.php:478
    268 msgid "Custom Thumbnail"
    269 msgstr "Vignette Personnalisée"
    270 
    271 #: ../network-latest-posts-widget.php:491 ../js/nlposts_shortcode_form.php:351
    272 msgid "Thumbnail Custom Field"
    273 msgstr "Champ des Vignettes Personnalisées"
    274 
    275 #: ../network-latest-posts-widget.php:496 ../js/nlposts_shortcode_form.php:356
    276 msgid "Custom Post Type"
    277 msgstr "Type d'Article Personnalisé"
    278 
    279 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362
    280 msgid "Category"
    281 msgstr "Catégorie"
    282 
    283 #: ../network-latest-posts-widget.php:502 ../js/nlposts_shortcode_form.php:362
    284 msgid "Categories"
    285 msgstr "Catégories"
    286 
    287 #: ../network-latest-posts-widget.php:504 ../js/nlposts_shortcode_form.php:364
    288 msgid "Category(ies)"
    289 msgstr "Catégorie(s)"
    290 
    291 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371
    292 msgid "Tag"
    293 msgstr "Etiquette"
    294 
    295 #: ../network-latest-posts-widget.php:511 ../js/nlposts_shortcode_form.php:371
    296 msgid "Tags"
    297 msgstr "Etiquettes"
    298 
    299 #: ../network-latest-posts-widget.php:513 ../js/nlposts_shortcode_form.php:373
    300 msgid "Tag(s)"
    301 msgstr "Etiquettes"
    302 
    303 #: ../network-latest-posts-widget.php:519 ../js/nlposts_shortcode_form.php:379
    304 msgid "Paginate Results"
    305 msgstr "Resultats par Page"
    306 
    307 #: ../network-latest-posts-widget.php:532 ../js/nlposts_shortcode_form.php:392
    308 msgid "Posts per Page"
    309 msgstr "Articles par Page"
    310 
    311 #: ../network-latest-posts-widget.php:537 ../js/nlposts_shortcode_form.php:397
    312 msgid "Display Content"
    313 msgstr "Afficher Contenu"
    314 
    315 #: ../network-latest-posts-widget.php:551 ../js/nlposts_shortcode_form.php:411
    316 msgid "Excerpt Length"
    317 msgstr "Longueur de l'extrait"
    318 
    319 #: ../network-latest-posts-widget.php:556 ../js/nlposts_shortcode_form.php:416
    320 msgid "Auto-Excerpt"
    321 msgstr "Extrait Automatique"
    322 
    323 #: ../network-latest-posts-widget.php:569 ../js/nlposts_shortcode_form.php:429
    324 msgid "Excerpt Trail"
    325 msgstr "Type de lien de l'extrait"
    326 
    327 #: ../network-latest-posts-widget.php:573
    328 #: ../network-latest-posts-widget.php:576 ../js/nlposts_shortcode_form.php:433
    329 #: ../js/nlposts_shortcode_form.php:436
    330 msgid "Text"
    331 msgstr "Texte"
    332 
    333 #: ../network-latest-posts-widget.php:574
    334 #: ../network-latest-posts-widget.php:577 ../js/nlposts_shortcode_form.php:434
    335 #: ../js/nlposts_shortcode_form.php:437
    336 msgid "Image"
    337 msgstr "Image"
    338 
    339 #: ../network-latest-posts-widget.php:582
    340 msgid "Use Publication Date"
    341 msgstr "Utiliser Date de Publication"
    342 
    343 #: ../network-latest-posts-widget.php:594
    344 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:442
    348 msgid "Sort by Date"
    349 msgstr "Trier par Date"
    350 
    351 #: ../network-latest-posts-widget.php:619 ../js/nlposts_shortcode_form.php:455
    352 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:468
    356 msgid "Sorting Order"
    357 msgstr "Ordre de Tri"
    358 
    359 #: ../network-latest-posts-widget.php:637
    360 #: ../network-latest-posts-widget.php:640
    361 #: ../network-latest-posts-widget.php:644 ../js/nlposts_shortcode_form.php:473
    362 #: ../js/nlposts_shortcode_form.php:476 ../js/nlposts_shortcode_form.php:480
    363 msgid "Newest to Oldest"
    364 msgstr "Plus récent au Plus ancien"
    365 
    366 #: ../network-latest-posts-widget.php:638
    367 #: ../network-latest-posts-widget.php:641
    368 #: ../network-latest-posts-widget.php:645 ../js/nlposts_shortcode_form.php:474
    369 #: ../js/nlposts_shortcode_form.php:477 ../js/nlposts_shortcode_form.php:481
    370 msgid "Oldest to Newest"
    371 msgstr "Plus Ancien au Plus récent"
    372 
    373 #: ../network-latest-posts-widget.php:649
    374 #: ../network-latest-posts-widget.php:652
    375 #: ../network-latest-posts-widget.php:656 ../js/nlposts_shortcode_form.php:485
    376 #: ../js/nlposts_shortcode_form.php:488 ../js/nlposts_shortcode_form.php:492
    377 msgid "Ascendant"
    378 msgstr "Ascendant"
    379 
    380 #: ../network-latest-posts-widget.php:650
    381 #: ../network-latest-posts-widget.php:653
    382 #: ../network-latest-posts-widget.php:657 ../js/nlposts_shortcode_form.php:486
    383 #: ../js/nlposts_shortcode_form.php:489 ../js/nlposts_shortcode_form.php:493
    384 msgid "Descendant"
    385 msgstr "Descendant"
    386 
    387 #: ../network-latest-posts-widget.php:662 ../js/nlposts_shortcode_form.php:498
    388 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:503
    392 msgid "Post Status"
    393 msgstr "Etat de Publication"
    394 
    395 #: ../network-latest-posts-widget.php:672 ../js/nlposts_shortcode_form.php:508
    396 msgid "Full Metadata"
    397 msgstr "Métadonnées Complètes"
    398 
    399 #: ../network-latest-posts-widget.php:685 ../js/nlposts_shortcode_form.php:536
    400 msgid "Random Posts"
    401 msgstr "Articles Al&eacute;atoires"
    402 
    403 #: ../network-latest-posts-widget.php:698 ../js/nlposts_shortcode_form.php:521
    404 msgid "Custom CSS Filename"
    405 msgstr "Nom de Fichier CSS Personnalisé"
    406 
    407 #: ../network-latest-posts-widget.php:703 ../js/nlposts_shortcode_form.php:526
    408 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:531
    412 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:783
    416 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009
    417 msgid "Published on"
    418 msgstr "Publi&eacute; sur"
    419 
    420 #: ../network-latest-posts.php:724 ../network-latest-posts.php:783
    421 #: ../network-latest-posts.php:950 ../network-latest-posts.php:1009
    422 msgid "by"
    423 msgstr "par"
    424 
    425 #: ../network-latest-posts.php:825
    426 msgid "&laquo;"
    427 msgstr "&laquo;"
    428 
    429 #: ../network-latest-posts.php:826
    430 msgid "&raquo;"
    431 msgstr "&raquo;"
    432 
    433 #: ../network-latest-posts.php:1141 ../network-latest-posts.php:1145
    434 #: ../network-latest-posts.php:1149
    435 msgid "more"
    436 msgstr "lire le reste"
    437 
    438 #: ../network-latest-posts.php:1289 ../network-latest-posts.php:1290
    439 msgid "Network Latest Posts"
    440 msgstr "Derniers Articles du R&eacute;seau"
    441 
    442 #: ../js/nlposts_shortcode_form.php:120
    443 msgid "Instance Identifier"
    444 msgstr "Identificateur de l'instance"
    445261
    446262#: ../js/nlposts_shortcode_form.php:338
     
    448264msgstr "Vignettes Personnalisées"
    449265
     266#: ../js/nlposts_shortcode_form.php:351 ../network-latest-posts-widget.php:492
     267msgid "Thumbnail Custom Field"
     268msgstr "Champ des Vignettes Personnalisées"
     269
     270#: ../js/nlposts_shortcode_form.php:356 ../network-latest-posts-widget.php:497
     271msgid "Custom Post Type"
     272msgstr "Type d'Article Personnalisé"
     273
     274#: ../js/nlposts_shortcode_form.php:362 ../network-latest-posts-widget.php:503
     275msgid "Category"
     276msgstr "Catégorie"
     277
     278#: ../js/nlposts_shortcode_form.php:362 ../network-latest-posts-widget.php:503
     279msgid "Categories"
     280msgstr "Catégories"
     281
     282#: ../js/nlposts_shortcode_form.php:364 ../network-latest-posts-widget.php:505
     283msgid "Category(ies)"
     284msgstr "Catégorie(s)"
     285
     286#: ../js/nlposts_shortcode_form.php:371 ../network-latest-posts-widget.php:512
     287msgid "Tag"
     288msgstr "Etiquette"
     289
     290#: ../js/nlposts_shortcode_form.php:371 ../network-latest-posts-widget.php:512
     291msgid "Tags"
     292msgstr "Etiquettes"
     293
     294#: ../js/nlposts_shortcode_form.php:373 ../network-latest-posts-widget.php:514
     295msgid "Tag(s)"
     296msgstr "Etiquettes"
     297
     298#: ../js/nlposts_shortcode_form.php:379 ../network-latest-posts-widget.php:520
     299msgid "Paginate Results"
     300msgstr "Resultats par Page"
     301
     302#: ../js/nlposts_shortcode_form.php:392 ../network-latest-posts-widget.php:533
     303msgid "Posts per Page"
     304msgstr "Articles par Page"
     305
     306#: ../js/nlposts_shortcode_form.php:397 ../network-latest-posts-widget.php:538
     307msgid "Display Content"
     308msgstr "Afficher Contenu"
     309
     310#: ../js/nlposts_shortcode_form.php:411 ../network-latest-posts-widget.php:552
     311msgid "Excerpt Length"
     312msgstr "Longueur de l'extrait"
     313
     314#: ../js/nlposts_shortcode_form.php:416 ../network-latest-posts-widget.php:557
     315msgid "Auto-Excerpt"
     316msgstr "Extrait Automatique"
     317
     318#: ../js/nlposts_shortcode_form.php:429 ../network-latest-posts-widget.php:570
     319msgid "Excerpt Trail"
     320msgstr "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
     325msgid "Text"
     326msgstr "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
     331msgid "Image"
     332msgstr "Image"
     333
     334#: ../js/nlposts_shortcode_form.php:442 ../network-latest-posts-widget.php:607
     335msgid "Sort by Date"
     336msgstr "Trier par Date"
     337
     338#: ../js/nlposts_shortcode_form.php:455 ../network-latest-posts-widget.php:620
     339msgid "Sort by Blog ID"
     340msgstr "Trier par ID de Blog"
     341
     342#: ../js/nlposts_shortcode_form.php:468 ../network-latest-posts-widget.php:633
     343msgid "Sorting Order"
     344msgstr "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
     350msgid "Newest to Oldest"
     351msgstr "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
     357msgid "Oldest to Newest"
     358msgstr "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
     364msgid "Ascendant"
     365msgstr "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
     371msgid "Descendant"
     372msgstr "Descendant"
     373
     374#: ../js/nlposts_shortcode_form.php:498 ../network-latest-posts-widget.php:663
     375msgid "Total Number of Posts"
     376msgstr "Nombre Total d'articles à Afficher"
     377
     378#: ../js/nlposts_shortcode_form.php:503 ../network-latest-posts-widget.php:668
     379msgid "Post Status"
     380msgstr "Etat de Publication"
     381
     382#: ../js/nlposts_shortcode_form.php:508 ../network-latest-posts-widget.php:673
     383msgid "Full Metadata"
     384msgstr "Métadonnées Complètes"
     385
     386#: ../js/nlposts_shortcode_form.php:521 ../network-latest-posts-widget.php:712
     387msgid "Custom CSS Filename"
     388msgstr "Nom de Fichier CSS Personnalisé"
     389
     390#: ../js/nlposts_shortcode_form.php:526 ../network-latest-posts-widget.php:717
     391msgid "Custom CSS Class for the list wrapper"
     392msgstr "Classe CSS pour la balise que contient les listes (frapper)"
     393
     394#: ../js/nlposts_shortcode_form.php:531 ../network-latest-posts-widget.php:722
     395msgid "Custom CSS Class for the block wrapper"
     396msgstr "Classe CSS pour la balise que contient les blocs (wrapper)"
     397
     398#: ../js/nlposts_shortcode_form.php:536 ../network-latest-posts-widget.php:699
     399msgid "Random Posts"
     400msgstr "Articles Al&eacute;atoires"
     401
    450402#: ../js/nlposts_shortcode_form.php:548
    451403msgid "Insert Shortcode"
    452404msgstr "Insérer Shortcode"
    453405
     406#: ../network-latest-posts-widget.php:82
     407msgid "Network Latest Posts Widget"
     408msgstr "Widget de Derniers Articles du R&eacute;seau"
     409
     410#: ../network-latest-posts-widget.php:469
     411msgid "Custom Thumbnail URL"
     412msgstr "URL de Vignette Personnalisée"
     413
     414#: ../network-latest-posts-widget.php:479
     415msgid "Custom Thumbnail"
     416msgstr "Vignette Personnalisée"
     417
     418#: ../network-latest-posts-widget.php:583
     419msgid "Use Publication Date"
     420msgstr "Utiliser Date de Publication"
     421
     422#: ../network-latest-posts-widget.php:595
     423msgid "Honor Sticky Posts"
     424msgstr "Respecter les Articles Mis en Avant"
     425
     426#: ../network-latest-posts-widget.php:686
     427msgid "Display Post Date"
     428msgstr "Afficher la Date des Articles"
     429
     430#: ../network-latest-posts.php:237
     431msgid "Sorry, I couldn't find any recent posts matching your parameters."
     432msgstr "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
     436msgid "Published on"
     437msgstr "Publi&eacute; 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
     443msgid "by"
     444msgstr "par"
     445
     446#: ../network-latest-posts.php:740 ../network-latest-posts.php:803
     447#: ../network-latest-posts.php:980 ../network-latest-posts.php:1043
     448msgid "Published"
     449msgstr "Publi&eacute;"
     450
     451#: ../network-latest-posts.php:846
     452msgid "&laquo;"
     453msgstr "&laquo;"
     454
     455#: ../network-latest-posts.php:847
     456msgid "&raquo;"
     457msgstr "&raquo;"
     458
     459#: ../network-latest-posts.php:1176 ../network-latest-posts.php:1180
     460#: ../network-latest-posts.php:1184
     461msgid "more"
     462msgstr "lire le reste"
     463
     464#: ../network-latest-posts.php:1328 ../network-latest-posts.php:1329
     465msgid "Network Latest Posts"
     466msgstr "Derniers Articles du R&eacute;seau"
     467
    454468#~ msgid "on"
    455469#~ msgstr "le"
  • network-latest-posts/trunk/network-latest-posts-widget.php

    r1095904 r1166888  
    22/*
    33    Network Latest Posts Widget
    4     Version 3.6.2
    5     Author L'Elite
    6     Author URI http://laelite.info/
     4    Version 3.7
     5    Author Jose SAYAGO
     6    Author URI http://wplatino.com
    77 */
    8 /*  Copyright 2007 - 2014  L'Elite (email : [email protected])
     8/*  Copyright 2007 - 2015  Jose SAYAGO ([email protected])
    99
    1010    This program is free software; you can redistribute it and/or modify
     
    5656        'excerpt_trail'    => 'text',        // Excerpt's trailing element: text, image
    5757        'full_meta'        => FALSE,         // Display full metadata
     58        'display_date'     => FALSE,         // Display post date along with rest of metadata
    5859        'sort_by_date'     => FALSE,         // Display the latest posts first regardless of the blog they come from
    5960        'sort_by_blog'     => FALSE,         // Sort by Blog ID
     
    207208        $instance['auto_excerpt']     = strip_tags($new_instance['auto_excerpt']);
    208209        $instance['full_meta']        = strip_tags($new_instance['full_meta']);
     210        $instance['display_date']     = strip_tags($new_instance['display_date']);
    209211        $instance['sort_by_date']     = strip_tags($new_instance['sort_by_date']);
    210212        $instance['sort_by_blog']     = strip_tags($new_instance['sort_by_blog']);
     
    589591            $widget_form.= "<option value='false' selected='selected'>" . __('No','trans-nlp') . "</option>";
    590592        }
     593        $widget_form.= "</select>";
    591594        // honor_sticky
    592595        $widget_form.= $br;
     
    601604            $widget_form.= "<option value='false' selected='selected'>" . __('No','trans-nlp') . "</option>";
    602605        }
     606        $widget_form.= "</select>";
    603607        // sort_by_date
    604608        $widget_form.= $br;
     
    681685        $widget_form.= "</select>";
    682686        $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;
    683700        // Pull random posts
    684701        $widget_form.= "<label for='".$this->get_field_id('random')."'>". __('Random Posts','trans-nlp') . "</label>";
  • network-latest-posts/trunk/network-latest-posts.php

    r1095904 r1166888  
    44Plugin URI: http://en.8elite.com/network-latest-posts
    55Description: Display the latest posts from the blogs in your network using it as a function, shortcode or widget.
    6 Version: 3.6.2
     6Version: 3.7
    77Author: Jose Luis SAYAGO
    8 Author URI: http://laelite.info/
     8Author URI: http://wplatino.com/
    99 */
    10 /*  Copyright 2007 - 2014  L'Elite (email : [email protected])
     10/*  Copyright 2007 - 2015  Jose SAYAGO ([email protected])
    1111
    1212    This program is free software; you can redistribute it and/or modify
     
    174174 * -- @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
    175175 * -- @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
    176177 * -- @sort_by_date       : Sorting capabilities, this will take all posts found (regardless their blogs) and sort them in order of recency, putting newest first
    177178 * -- @sort_by_blog       : Sort by blog ID
     
    222223        'excerpt_trail'    => 'text',        // Excerpt's trailing element: text, image
    223224        'full_meta'        => FALSE,         // Display full metadata
     225        'display_date'     => FALSE,         // Display post date along with rest of metadata
    224226        'sort_by_date'     => FALSE,         // Display the latest posts first regardless of the blog they come from
    225227        'sort_by_blog'     => FALSE,         // Sort by Blog ID
     
    235237        'alert_msg'        => __("Sorry, I couldn't find any recent posts matching your parameters.","trans-nlp"), // Alert Message
    236238        '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 order
     239        'honor_sticky'     => FALSE,         // AFW Sort sticky posts to the top of the list, ordered by requested sort order
    238240    );
    239241    // Parse & merge parameters with the defaults
     
    732734                            $author_url = ${'blog_url_'.$all_blogkeys[$field->guid]}.'/author/'.$author->user_login;
    733735                        }
    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                        }
    736742                        // Close meta box
    737743                        echo $html_tags['meta_c'];
     
    791797                            $author_url = ${'blog_url_'.$all_blogkeys[$field->guid]}.'/author/'.$author->user_login;
    792798                        }
    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                        }
    795805                        // Close meta box
    796806                        echo $html_tags['meta_c'];
     
    853863                //<![CDATA[
    854864                    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){
    856866                            e.preventDefault();
    857867                            var link = jQuery(this).attr("href");
     
    862872                                success: function(data){
    863873                                    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);
    864878                                }
    865879                            });
     
    963977                            $author_url = ${'blog_url_'.$all_blogkeys[$field->guid]}.'/author/'.$author->user_login;
    964978                        }
    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                        }
    967985                        // Close meta box
    968986                        echo $html_tags['meta_c'];
     
    10221040                            $author_url = ${'blog_url_'.$all_blogkeys[$field->guid]}.'/author/'.$author->user_login;
    10231041                        }
    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                        }
    10261048                        // Close meta box
    10271049                        echo $html_tags['meta_c'];
  • network-latest-posts/trunk/readme.txt

    r1141528 r1166888  
    11=== Network Latest Posts ===
    22Contributors: iluminatus
    3 Donate link: http://laelite.info
     3Donate link: http://wplatino.com
    44Tags: recent posts, shortcode, widget, network, latest posts
    55Requires at least: 3.0
    6 Tested up to: 4.2
    7 Stable tag: 3.6.2
     6Tested up to: 4.2.2
     7Stable tag: 3.7
    88
    99This 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)
     
    1212
    1313This 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].
     14For further details please visit: http://en.8elite.com/network-latest-posts [English] http://es.8elite.com/network-latest-posts [Espanol].
    1515
    1616This plugin works with Wordpress Network (multisites) Looking for single install versions? http://single-latest-posts.laelitenetwork.com
     
    9393          excerpt_trail=text
    9494          full_meta=FALSE
     95          display_date=FALSE
    9596          sort_by_date=FALSE
    9697          sort_by_blog=FALSE
     
    132133* @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
    133134* @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
    134136* @sort_by_date       : Sorting capabilities, this will take all posts found (regardless their blogs) and sort them in order of recency, putting newest first
    135137* @sort_by_blog       : Sort by blog ID
     
    148150
    149151== 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.
    150156
    151157= 3.6.2 =
Note: See TracChangeset for help on using the changeset viewer.