Changeset 505
- Timestamp:
- 09/28/08 17:58:03 (15 years ago)
- google:author:
- oum2013
- Location:
- plugins/dcscrobbler
- Files:
-
- 2 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcscrobbler/_define.php
r504 r505 27 27 /* Description*/ "Displays recently played tracks with Last.fm", 28 28 /* Author */ "Boris de Laage", 29 /* Version */ '1.0. 1',29 /* Version */ '1.0.2', 30 30 /* Permissions */ 'usage,contentadmin' 31 31 ); -
plugins/dcscrobbler/_widgets.php
r504 r505 28 28 public static function initWidgets(&$widgets) 29 29 { 30 $widgets->create('dcscrobbler',__(' Audioscrobbler'),30 $widgets->create('dcscrobbler',__('dcScrobbler'), 31 31 array('dcScrobblerWidget','widget')); 32 32 … … 41 41 42 42 $widgets->dcscrobbler->setting('count',__('Limit (leave empty for no limit):'),''); 43 $widgets->dcscrobbler->setting('showlogo',__('Show logo'),1,'check');43 $widgets->dcscrobbler->setting('showlogo',__('Show Last.fm logo'),1,'check'); 44 44 $widgets->dcscrobbler->setting('homeonly',__('Home page only'),1,'check'); 45 45 } -
plugins/dcscrobbler/index.php
r504 r505 96 96 '<fieldset><legend>Configuration</legend>'. 97 97 /* Champs 1 : username */ 98 '<p ><label>'.__(' AudioScrobblerusername').' '.98 '<p ><label>'.__('Last.fm username').' '. 99 99 form::field('dcss[username]', 20, 50, $dcs['username']). 100 100 '</label></p>'. … … 113 113 echo 114 114 '<form action="'.$p_url.'" method="post">'. 115 '<fieldset><legend>'.__('Reset configuration').'</legend>'.115 '<fieldset><legend>'.__('Reset').'</legend>'. 116 116 form::hidden(array('clear'),'clear'). 117 117 form::hidden(array('p'),'dcscrobbler'). -
plugins/dcscrobbler/locales/fr/main.po
r503 r505 1 #: plugins/dcscrobbler/_admin.php:54 2 msgid "Audioscrobbler" 1 # dcScrobbler French Translation. 2 # This file is put in the public domain. 3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 4 # 5 #, fuzzy 6 msgid "" 3 7 msgstr "" 8 "Project-Id-Version: \n" 9 "Report-Msgid-Bugs-To: \n" 10 "POT-Creation-Date: 2008-09-28 17:30+0200\n" 11 "PO-Revision-Date: \n" 12 "Last-Translator: Oum <oum2013@gmail.com>\n" 13 "Language-Team: \n" 14 "MIME-Version: 1.0\n" 15 "Content-Type: text/plain; charset=UTF-8\n" 16 "Content-Transfer-Encoding: 8bit\n" 17 "X-Poedit-Language: French\n" 18 "X-Poedit-Country: FRANCE\n" 19 "X-Poedit-SourceCharset: iso-8859-1\n" 4 20 5 #: plugins/dcscrobbler/_ admin.php:5921 #: plugins/dcscrobbler/_widgets.php:35 6 22 msgid "Source:" 7 23 msgstr "Source :" 8 24 9 #: plugins/dcscrobbler/_admin.php:60 plugins/dcscrobbler/_public.php:48 25 #: plugins/dcscrobbler/_widgets.php:36 26 #: plugins/dcscrobbler/_public.php:49 10 27 msgid "Recent Tracks" 11 28 msgstr "Morceaux Récents" 12 29 13 #: plugins/dcscrobbler/_admin.php:61 plugins/dcscrobbler/_public.php:51 30 #: plugins/dcscrobbler/_widgets.php:37 31 #: plugins/dcscrobbler/_public.php:52 14 32 msgid "Weekly Top Artists" 15 msgstr "Top de la semaine (artistes)"33 msgstr "Top artistes de la semaine" 16 34 17 #: plugins/dcscrobbler/_admin.php:62 plugins/dcscrobbler/_public.php:54 35 #: plugins/dcscrobbler/_widgets.php:38 36 #: plugins/dcscrobbler/_public.php:55 18 37 msgid "Weekly Top Tracks" 19 msgstr "Top de la semaine (morceaux)"38 msgstr "Top chansons de la semaine" 20 39 21 #: plugins/dcscrobbler/_admin.php:63 plugins/dcscrobbler/_public.php:57 40 #: plugins/dcscrobbler/_widgets.php:39 41 #: plugins/dcscrobbler/_public.php:58 22 42 msgid "Top Artists" 23 msgstr " "43 msgstr "Top artistes" 24 44 25 #: plugins/dcscrobbler/_admin.php:64 plugins/dcscrobbler/_public.php:60 45 #: plugins/dcscrobbler/_widgets.php:40 46 #: plugins/dcscrobbler/_public.php:61 26 47 msgid "Top Tracks" 27 msgstr " "48 msgstr "Top chansons" 28 49 29 #: plugins/dcscrobbler/_ admin.php:6650 #: plugins/dcscrobbler/_widgets.php:42 30 51 msgid "Limit (leave empty for no limit):" 31 52 msgstr "Limite (laisser vide pour illimité)" 32 53 33 #: plugins/dcscrobbler/_ admin.php:6734 msgid "Show logo"35 msgstr "Afficher le logo "54 #: plugins/dcscrobbler/_widgets.php:43 55 msgid "Show Last.fm logo" 56 msgstr "Afficher le logo Last.fm" 36 57 37 #: plugins/dcscrobbler/_ admin.php:6858 #: plugins/dcscrobbler/_widgets.php:44 38 59 msgid "Home page only" 39 60 msgstr "Seulement sur la page d'accueil" 40 61 41 #: plugins/dcscrobbler/_public.php: 6962 #: plugins/dcscrobbler/_public.php:70 42 63 msgid "dcScrobbler is not configured" 43 64 msgstr "dcScrobbler n'est pas configuré" 44 65 45 #: plugins/dcscrobbler/_public.php:98 66 #: plugins/dcscrobbler/_public.php:100 67 #: plugins/dcscrobbler/_public.php:121 46 68 msgid "No data" 47 69 msgstr "Aucune donnée" 48 70 71 #: plugins/dcscrobbler/_public.php:108 72 msgid "No recent tracks" 73 msgstr "Pas de morceau récent" 74 49 75 #: plugins/dcscrobbler/index.php:34 76 #: plugins/dcscrobbler/index.php:98 50 77 msgid "Last.fm username" 51 78 msgstr "Nom d'utilisateur Last.fm" … … 55 82 msgstr "Durée de validité du cache" 56 83 57 #: plugins/dcscrobbler/index.php:80 plugins/dcscrobbler/index.php:84 84 #: plugins/dcscrobbler/index.php:80 85 #: plugins/dcscrobbler/index.php:84 86 #: plugins/dcscrobbler/_widgets.php:30 58 87 msgid "dcScrobbler" 59 msgstr " "88 msgstr "dcScrobbler" 60 89 61 90 #: plugins/dcscrobbler/index.php:88 … … 66 95 msgid "New configuration saved" 67 96 msgstr "La nouvelle configuration a été enregistrée" 68 69 #: plugins/dcscrobbler/index.php:9870 msgid "AudioScrobbler username"71 msgstr "Nom d'utilisateur AudioScrobbler"72 97 73 98 #: plugins/dcscrobbler/index.php:103 … … 81 106 #: plugins/dcscrobbler/index.php:109 82 107 msgid "Save changes" 83 msgstr "Enregistrer l es modifications"108 msgstr "Enregistrer la configuration" 84 109 85 110 #: plugins/dcscrobbler/index.php:115 86 msgid "Reset configuration"87 msgstr "Réinitialis er la configuration"111 msgid "Reset" 112 msgstr "Réinitialisation" 88 113 89 114 #: plugins/dcscrobbler/index.php:118
Note: See TracChangeset
for help on using the changeset viewer.