Changeset 1625:9cc86c2ae4d3
- Timestamp:
- 08/30/13 14:36:11 (10 years ago)
- Branch:
- default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1621 r1625 482 482 __('Warning: Comments are not more accepted for this entry.').'</p>') : 483 483 '<p class="form-note warn">'. 484 __(' Warning: Comments are not accepted on this blog.').'</p>'),484 __('Comments are not accepted on this blog so far.').'</p>'), 485 485 'post_open_tb' => 486 486 '<p><label for="post_open_tb" class="classic">'. … … 492 492 '<p class="form-note warn">'. 493 493 __('Warning: Trackbacks are not more accepted for this entry.').'</p>') : 494 '<p class="form-note warn">'.__(' Warning: Trackbacks are not accepted on this blog.').'</p>'),494 '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'), 495 495 'post_password' => 496 496 '<p><label for="post_password" class="ib">'.__('Password').'</label>'. -
locales/fr/main.po
r1622 r1625 1655 1655 1656 1656 msgid "Warning: Comments are not accepted on this blog." 1657 msgstr " Attention : les commentaires ne sont pas acceptés sur ce blog."1657 msgstr "Les commentaires sont fermés sur ce blog pour le moment." 1658 1658 1659 1659 msgid "Warning: Trackbacks are not more accepted for this entry." 1660 1660 msgstr "Attention : les rétroliens ne sont plus acceptés pour ce billet." 1661 1661 1662 msgid " Warning: Trackbacks are not accepted on this blog."1663 msgstr " Attention : les rétroliens ne sont pas acceptés sur ce blog."1662 msgid "Trackbacks are not accepted on this blog so far." 1663 msgstr "Les rétroliens sont fermés sur ce blog pour le moment." 1664 1664 1665 1665 msgid "Selected entry" -
plugins/pages/page.php
r1621 r1625 442 442 __('Warning: Comments are not more accepted for this entry.').'</p>') : 443 443 '<p class="form-note warn">'. 444 __(' Warning: Comments are not accepted on this blog.').'</p>'),444 __('Comments are not accepted on this blog so far.').'</p>'), 445 445 'post_open_tb' => 446 446 '<p><label for="post_open_tb" class="classic">'. … … 452 452 '<p class="form-note warn">'. 453 453 __('Warning: Trackbacks are not more accepted for this entry.').'</p>') : 454 '<p class="form-note warn">'.__(' Warning: Trackbacks are not accepted on this blog.').'</p>'),454 '<p class="form-note warn">'.__('Trackbacks are not accepted on this blog so far.').'</p>'), 455 455 'post_hide' => 456 456 '<p><label for="post_selected" class="classic">'.form::checkbox('post_selected',1,$post_selected).' '.
Note: See TracChangeset
for help on using the changeset viewer.