Changeset 2404 for plugins/doTwit
- Timestamp:
- 06/28/10 01:29:21 (13 years ago)
- Location:
- plugins/doTwit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/doTwit/_define.php
r2230 r2404 16 16 /* Description*/ "Twitter for DotClear 2", 17 17 /* Author */ "Valentin VAN MEEUWEN (Exilius.net), Pierre Van Glabeke (weeeb.fr)", 18 /* Version */ '1.3 ',18 /* Version */ '1.3.1', 19 19 /* Permissions */ 'admin' 20 /* date : 28062010 */ 20 21 ); 21 22 ?> -
plugins/doTwit/_widgets.php
r2230 r2404 30 30 $w->dotwit->setting('display_timeout',__('Display timeout'),1,'check'); 31 31 $w->dotwit->setting('display_profil_image',__('Display avatars'),1,'check'); 32 $w->dotwit->setting('css',__('Copy the file dotwit.c cs in the folder of your theme if you want to modify it.'),1,'check');32 $w->dotwit->setting('css',__('Copy the file dotwit.css in the folder of your theme if you want to modify it.'),1,'check'); 33 33 } 34 34 } -
plugins/doTwit/locales/fr/admin.po
r2230 r2404 37 37 msgstr "le" 38 38 39 msgid "Copy the file dotwit.c cs in the folder of your theme if you want to modify it."40 msgstr "Via FTP, copiez le fichier dotwit.c cs dans le dossier de votre thème si vous voulez le modifier."39 msgid "Copy the file dotwit.css in the folder of your theme if you want to modify it." 40 msgstr "Via FTP, copiez le fichier dotwit.css dans le dossier de votre thème si vous voulez le modifier."
Note: See TracChangeset
for help on using the changeset viewer.