Changeset 1604 for plugins/blocNotes
- Timestamp:
- 10/20/09 22:27:52 (14 years ago)
- Location:
- plugins/blocNotes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blocNotes/inc/lib.blocNotes.php
r1208 r1604 45 45 echo '<p class="area" id="blocNotes_personal">'. 46 46 '<label for="blocNotes_personal_text">'. 47 __('Personal notebook (other users can\'t edit it) 47 __('Personal notebook (other users can\'t edit it):'). 48 48 '</label>'. 49 49 form::textarea('blocNotes_personal_text',80,5, … … 52 52 '<p class="area" id="blocNotes">'. 53 53 '<label for="blocNotes_text">'. 54 __('Blog-specific notebook (users of the blog can edit it) 54 __('Blog-specific notebook (users of the blog can edit it):'). 55 55 '</label>'. 56 56 form::textarea('blocNotes_text',80,5, -
plugins/blocNotes/locales/fr/main.po
r455 r1604 26 26 27 27 #: lib.blocNotes.php:38 28 msgid "Personal notebook (other users can't edit it) 28 msgid "Personal notebook (other users can't edit it):" 29 29 msgstr "Bloc-notes personnel (les autres utilisateurs ne peuvent pas le modifier) :" 30 30 31 31 #: lib.blocNotes.php:45 32 msgid "Blog-specific notebook (users of the blog can edit it) 32 msgid "Blog-specific notebook (users of the blog can edit it):" 33 33 msgstr "Bloc-notes spécifique à ce blog (les utilisateurs du blog peuvent le modifier) :" 34 34
Note: See TracChangeset
for help on using the changeset viewer.