Changeset 3502 for extensions/music_player
- Timestamp:
- Jul 2, 2009, 6:42:22 PM (15 years ago)
- Location:
- extensions/music_player
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/music_player/language/en_UK/plugin.lang.php
r3329 r3502 21 21 $lang['mp_help_q6'] = "It's possible to add podcats ?"; 22 22 $lang['mp_help_q7'] = "I can't find answers here / I have some problemes"; 23 $lang['mp_help_q7'] = "New : you can restric the acces of the player"; 23 24 24 25 $lang['mp_help_div1'] = "Mp3 must be put into Music folder of the plugin like this \"[PWG folder]/plugins/music_player/music/[new playlist]/\". You should make your playlists order by artist (music/moby/go.pm3), or put artist's mane directly into file name (music/electro/moby-go.pm3)"; … … 38 39 $lang['mp_help_div5'] = "Yes : For this go into the playlist of your choice and, on step two, add your file. Be careful : Even if mp3 is on the same server that this plugin, you need to write complete ardress with http://"; 39 40 $lang['mp_help_div6'] = "Yes : Since 1.3 a block for podcast and distant playlist have been added. Be careful : playlist must be in Atom, Xspf (use by the plugin), or RSS format. (podcast are always RSS)"; 40 $lang['mp_help_div7'] = 'You can find support for the plugins here : <a href="http://forum.phpwebgallery.net/viewtopic.php?pid=68781"> http://forum.phpwebgallery.net/viewtopi … t;/a>'; 41 $lang['mp_help_div7'] = 'You can find support for the plugins here : <a href="http://forum.phpwebgallery.net/viewtopic.php?pid=68781"> http://forum.phpwebgallery.net/viewtopic.php?pid=68781/a>'; 42 $lang['mp_help_div8'] = "New : you can restric the acces of the player. Indeed, if you create the group 'music_group', only the members of this group will be able to listen to the music. If it doesn't exist (the case on default), everyone can acces to the player"; 43 41 44 42 45 $lang['mp_admin_leg'] = 'Playlist manager'; … … 135 138 $lang['mp_info_min']="[ The thumbnail is optional. ]"; 136 139 140 $lang['mp_text_no_autorisation']="You are not allowed to listen music ! Please contact the webmaster to know why, and maybe to be allow"; 141 137 142 138 143 ?> -
extensions/music_player/language/fr_FR/plugin.lang.php
r3501 r3502 20 20 $lang['mp_help_q6'] = "Peut-on ajouter des podcats ou une playlist distante ?"; 21 21 $lang['mp_help_q7'] = "Je ne trouve pas de réponses ici / J'ai un très gros problème"; 22 $lang['mp_help_q8'] = "Nouveau : vous pouvez restreindre les droits d'écoute"; 22 23 23 24 $lang['mp_help_div1'] = "Les mp3 doivent être mis dans le dossier music du plugin de cette façon \"[le dossier de pwg]/plugins/music_player/music/[nouvelle playlist]/\". Il est conseillé de faire des playlist par artiste (music/moby/go.pm3), ou sinon mettre le nom de l'artiste dans le nom du fichier mp3 (music/electro/moby-go.pm3)"; … … 38 39 $lang['mp_help_div6'] = "Oui : depuis la 1.3 un block pour podcast et playlist distante a été ajouté. Attention : la playlist doit être au format Atom, Xspf (utilisé par le plugin), ou RSS. (Les podcast sont tous des RSS)"; 39 40 $lang['mp_help_div7'] = 'Le support du plugin s\'effectue ici : <a href="http://forum.phpwebgallery.net/viewtopic.php?pid=68781"> http://forum.phpwebgallery.net/viewtopic.php?pid=68781</a>'; 41 $lang['mp_help_div8'] = "Nouveau : vous pouvez restreindre les droits d'écoute. En effet, si vous créer le groupe 'music_group', seul les utilisateurs appartenant à ce groupe pourront lire la musique. S'il n'est pas créé (cas par défaut), tout le monde peut accéder au lecteur"; 40 42 41 43 $lang['mp_admin_leg'] = 'Gestion des playlist'; -
extensions/music_player/template/help.tpl
r3329 r3502 15 15 <li><a href="#q6">{'mp_help_q6'|@translate}</a></li> 16 16 <li><a href="#q7">{'mp_help_q7'|@translate}</a></li> 17 <li><a href="#q">{'mp_help_q8'|@translate}</a></li> 17 18 </ul> 18 19 </dd> … … 33 34 <div id="q7" class="help"><p><strong>{'mp_help_q7'|@translate}</strong><br />{'mp_help_div7'|@translate}</p> 34 35 </div> 36 <div id="q8" class="help"><p><strong>{'mp_help_q8'|@translate}</strong><br />{'mp_help_div8'|@translate}</p> 37 </div> 35 38 <p><a href="admin.php?page=plugin&section=music_player/admin/admin.php">{'mp_adm_return'|@translate}</a></p> 36 39 </div>
Note: See TracChangeset
for help on using the changeset viewer.