Changeset 881:9cbd57fcd93b for themes/ductile
- Timestamp:
- 10/02/12 16:59:57 (13 years ago)
- Branch:
- default
- Location:
- themes/ductile
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_define.php
r829 r881 15 15 /* Description*/ "Mediaqueries compliant elegant theme", 16 16 /* Author */ "Dotclear Team", 17 /* Version */ '1.2 ',17 /* Version */ '1.2.1', 18 18 /* Properties */ array( 19 19 'standalone_config' => true -
themes/ductile/locales/fr/main.po
r683 r881 4 4 msgid "reactions" 5 5 msgstr "réactions" 6 7 msgid "no reactions" 8 msgstr "pas de réaction" 9 10 msgid "one reaction" 11 msgstr "une réaction" 12 13 msgid "%s reactions" 14 msgstr "%s réactions" 6 15 7 16 msgid "Add ping" -
themes/ductile/tpl/_simple-entry.html
r803 r881 69 69 <tpl:CommentsHeader> 70 70 <div id="comments"> 71 <h3>{{tpl:EntryCommentCount count_all="1" one="%s" more="%s"}} {{tpl:lang reactions}}</h3>71 <h3>{{tpl:EntryCommentCount count_all="1" none="no reactions" one="one reaction" more="%s reactions"}}</h3> 72 72 <ul> 73 73 </tpl:CommentsHeader>
Note: See TracChangeset
for help on using the changeset viewer.