Changeset 3159
- Timestamp:
- 08/04/13 17:47:59 (10 years ago)
- Location:
- plugins/bloganniv
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/bloganniv/_define.php
r3153 r3159 25 25 /* Description*/ "Décompte du nombre de jours avant et après la date anniversaire du blog", 26 26 /* Author */ "Fran6t, Pierre Van Glabeke", 27 /* Version */ '1.3. 1',27 /* Version */ '1.3.2', 28 28 /* Permissions */ 'blogAnniv' 29 29 ); -
plugins/bloganniv/_public.php
r3153 r3159 133 133 return 134 134 $res = ($w->content_only ? '' : '<div class="bloganniv'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">'). 135 '<h2>'.$title.'</h2>'. 135 '<h2>'.$title.'</h2>'.'<p>'. 136 136 $dispyearborn. 137 137 $dispyear. 138 138 __('Birthday in'). 139 139 ' <span class="annivjrs">'.$nbrejours.'</span> '. 140 __('day(s)'). 140 __('day(s)').'</p>'. 141 141 ($w->content_only ? '' : '</div>'); 142 142 } -
plugins/bloganniv/locales/fr/admin.po
r3145 r3159 1 # Language: français2 # Module: bloganniv3 # Date: 2010-10-20 17:00:004 # Author: contact@brol.info5 6 1 msgid "" 7 msgstr "Content-Type: text/plain; charset=UTF-8\n" 2 msgstr "" 3 "Project-Id-Version: \n" 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: \n" 6 "Last-Translator: brol <contact@brol.info>\n" 7 "Language-Team: \n" 8 "MIME-Version: 1.0\n" 9 "Content-Type: text/plain; charset=iso-8859-1\n" 10 "Content-Transfer-Encoding: 8bit\n" 11 "X-Generator: Poedit 1.5.7\n" 8 12 9 13 msgid "Born Date (dd/mm/yyyy) or blank:" … … 30 34 msgid "day(s)" 31 35 msgstr "jour(s)" 32 33 msgid ""34 msgstr "Content-Type: text/plain; charset=UTF-8\n"
Note: See TracChangeset
for help on using the changeset viewer.