Changeset 1496
- Timestamp:
- 09/24/09 20:18:58 (14 years ago)
- Location:
- plugins/widgetSouvenir
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgetSouvenir/_define.php
r892 r1496 24 24 /* Description*/ "A widget which show a link to a post in the past", 25 25 /* Author */ "Moe (http://gniark.net/)", 26 /* Version */ '1.1. 1',26 /* Version */ '1.1.2', 27 27 /* Permissions */ 'admin' 28 28 ); -
plugins/widgetSouvenir/_widget.php
r892 r1496 112 112 AND (post_id != \''.$core->con->escape($post_id).'\') 113 113 AND (post_type = \'post\') 114 AND (post_password = \'\') 114 115 ) 115 116 LIMIT 1;'; … … 130 131 AND (post_id != \''.$core->con->escape($post_id).'\') 131 132 AND (post_type = \'post\') 133 AND (post_password = \'\') 132 134 ) '. 133 135 # select the closest difference : the closest post to T -
plugins/widgetSouvenir/locales/fr/main.po
r892 r1496 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2009-03-16 11:52+0100\n" 6 "PO-Revision-Date: 2009-03- 16 11:52+0100\n"6 "PO-Revision-Date: 2009-03-31 23:12+0100\n" 7 7 "Last-Translator: Moe <poedit@gniark.net>\n" 8 8 "Language-Team: Moe <poedit@gniark.net>\n" … … 23 23 #: _widget.php:34 24 24 msgid "Title:" 25 msgstr " Titre:"25 msgstr "" 26 26 27 27 #: _widget.php:34 … … 48 48 #: _widget.php:45 49 49 msgid "Show a link to a post published:" 50 msgstr "Afficher un lien vers un billet publié :"50 msgstr "Afficher un lien vers un billet publié :" 51 51 52 52 #: _widget.php:54 53 53 msgid "Maximum number of days before of after the date in the past:" 54 msgstr "Nombre maximum de jours avant ou après la date dans le passé :"54 msgstr "Nombre maximum de jours avant ou après la date dans le passé :" 55 55 56 56 #: _widget.php:58 57 57 msgid "Number of characters of the post title to display (empty means no limit):" 58 msgstr "Nombre de caractères du titre du billet à afficher (laisser vide pour aucune limite) :"58 msgstr "Nombre de caractères du titre du billet à afficher (laisser vide pour aucune limite) :" 59 59 60 60 #: _widget.php:62 61 61 msgid "Display date after post title (see PHP strftime function):" 62 msgstr "Afficher la date après le titre du billet (voir la fonction PHP strftime) :"62 msgstr "Afficher la date après le titre du billet (voir la fonction PHP strftime) :" 63 63 64 64 #: _widget.php:65
Note: See TracChangeset
for help on using the changeset viewer.