Changeset 541
- Timestamp:
- 11/03/08 00:21:20 (15 years ago)
- google:author:
- oum2013
- Location:
- plugins/dcscrobbler
- Files:
-
- 2 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcscrobbler/_widgets.php
r505 r541 31 31 array('dcScrobblerWidget','widget')); 32 32 33 $widgets->dcscrobbler->setting('title',__('Title :'),'');33 $widgets->dcscrobbler->setting('title',__('Title :'),''); 34 34 35 $widgets->dcscrobbler->setting('feed',__('Source :'),'rtracks','combo',35 $widgets->dcscrobbler->setting('feed',__('Source :'),'rtracks','combo', 36 36 array(__('Recent Tracks') => 'recenttracks', 37 37 __('Weekly Top Artists') => 'weeklyartistchart', -
plugins/dcscrobbler/index.php
r523 r541 127 127 '<h2>'.__('Display settings').' :</h2>'. 128 128 '<p>'.__('You can set widget display by using the following classes in your style.css file').' :</p>'. 129 '<ul style="list-style: none;"><li><strong>.dcscrobbler {}</strong> : '.__('style dcScrobbler widget').'.</li>'.129 '<ul style="list-style: none;"><li><strong>.dcscrobbler {}</strong> : '.__('style for dcScrobbler widget').'.</li>'. 130 130 '<li><strong>.dcscrobbler .artist {}</strong> : '.__('style for artist name').'.</li>'. 131 131 '<li><strong>.dcscrobbler .title {}</strong> : '.__('style for track title').'.</li>'. … … 144 144 '</div>'; 145 145 146 dcPage::helpBlock('dcscrobbler'); 147 146 148 ?> 147 149 </body> -
plugins/dcscrobbler/locales/_pot/main.pot
r507 r541 16 16 "Content-Transfer-Encoding: 8bit\n" 17 17 18 #: plugins/dcscrobbler/_widgets.php:33 19 msgid "Title :" 20 msgstr "" 21 18 22 #: plugins/dcscrobbler/_widgets.php:35 19 msgid "Source :"23 msgid "Source :" 20 24 msgstr "" 21 25 … … 128 132 129 133 #: plugins/dcscrobbler/index.php:129 130 msgid "style dcScrobbler widget"134 msgid "style for dcScrobbler widget" 131 135 msgstr "" 132 136 -
plugins/dcscrobbler/locales/fr
- Property svn:ignore
-
old new 1 1 *.bak 2 *.mo
-
- Property svn:ignore
-
plugins/dcscrobbler/locales/fr/main.po
r507 r541 3 3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 4 4 # 5 #, fuzzy6 5 msgid "" 7 6 msgstr "" 8 "Project-Id-Version: \n"7 "Project-Id-Version: dcScrobbler\n" 9 8 "Report-Msgid-Bugs-To: \n" 10 9 "POT-Creation-Date: 2008-09-28 17:30+0200\n" 11 "PO-Revision-Date: 2008- 09-29 18:45+0200\n"10 "PO-Revision-Date: 2008-11-03 00:18+0100\n" 12 11 "Last-Translator: Oum <oum2013@gmail.com>\n" 13 "Language-Team: \n"12 "Language-Team: Oum <oum2013@gmail.com>\n" 14 13 "MIME-Version: 1.0\n" 15 14 "Content-Type: text/plain; charset=UTF-8\n" … … 17 16 "X-Poedit-Language: French\n" 18 17 "X-Poedit-Country: FRANCE\n" 19 "X-Poedit-SourceCharset: iso-8859-1\n" 18 "X-Poedit-SourceCharset: utf-8\n" 19 20 #: plugins/dcscrobbler/_widgets.php:33 21 msgid "Title :" 22 msgstr "Titre :" 20 23 21 24 #: plugins/dcscrobbler/_widgets.php:35 22 msgid "Source :"25 msgid "Source :" 23 26 msgstr "Source :" 24 27 … … 131 134 132 135 #: plugins/dcscrobbler/index.php:129 133 msgid "style dcScrobbler widget"136 msgid "style for dcScrobbler widget" 134 137 msgstr "style du widget dcScrobbler" 135 138 … … 165 168 msgid "Powered by Audioscrobbler" 166 169 msgstr "Propulsé par Audioscrobbler" 170
Note: See TracChangeset
for help on using the changeset viewer.