Changeset 792
- Timestamp:
- 02/19/09 23:34:48 (15 years ago)
- Location:
- plugins/linkSummarizer
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/linkSummarizer/_define.php
r791 r792 33 33 /* Description*/ 'Extracts links from posts', 34 34 /* Author */ 'Moe (http://gniark.net/)', 35 /* Version */ '0.1 ',35 /* Version */ '0.1.1', 36 36 /* Permissions */ 'admin,contentadmin' 37 37 ); -
plugins/linkSummarizer/index.php
r791 r792 75 75 $settings->linksummarizer_active)); ?> 76 76 <label class="classic" for="linksummarizer_active"> 77 <?php echo(__('Display linksin posts after the posts')); ?></label>77 <?php echo(__('Display a summary of the links included in posts after the posts')); ?></label> 78 78 </p> 79 79 … … 82 82 $settings->linksummarizer_only_post)); ?> 83 83 <label class="classic" for="linksummarizer_only_post"> 84 <?php echo(__('Display the link summary only in post context')); ?></label>84 <?php echo(__('Display the links summary only in post context')); ?></label> 85 85 </p> 86 86 -
plugins/linkSummarizer/locales/fr/main.po
r791 r792 3 3 "Project-Id-Version: Link Summarizer\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2009-02-19 23: 20+0100\n"6 "PO-Revision-Date: 2009-02-19 23: 20+0100\n"5 "POT-Creation-Date: 2009-02-19 23:31+0100\n" 6 "PO-Revision-Date: 2009-02-19 23:31+0100\n" 7 7 "Last-Translator: Moe <poedit@gniark.net>\n" 8 8 "Language-Team: Moe <poedit@gniark.net>\n" … … 32 32 33 33 #: index.php:77 34 msgid "Display linksin posts after the posts"35 msgstr "Afficher les liens dans les billets après les billets"34 msgid "Display a summary of the links included in posts after the posts" 35 msgstr "Afficher un résumé des liens contenus dans les billets après les billets" 36 36 37 37 #: index.php:84 38 msgid "Display the link summary only in post context" 38 #, fuzzy 39 msgid "Display the links summary only in post context" 39 40 msgstr "Afficher le résumé des liens seulement dans le contexte d'un billet" 40 41
Note: See TracChangeset
for help on using the changeset viewer.