Changeset 550
- Timestamp:
- 11/07/08 00:36:58 (15 years ago)
- google:author:
- appears
- Location:
- plugins/dlManager
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dlManager/_define.php
r549 r550 28 28 /* Description*/ "Download manager with a public page and a widget", 29 29 /* Author */ "Moe (http://gniark.net/), Osku and Tomtom (http://blog.zenstyle.fr)", 30 /* Version */ '1.0-RC3. 1',30 /* Version */ '1.0-RC3.2', 31 31 /* Permissions */ 'admin' 32 32 ); -
plugins/dlManager/default-templates/media.html
r548 r550 23 23 .size {white-space:pre;} 24 24 .number {text-align:right;} 25 .TB_overlayMacFFBGHack {background: url({{tpl:Blog URL}}pf=dlManager/images/macFFBgHack.png) repeat;}25 .TB_overlayMacFFBGHack {background: url({{tpl:BlogQmarkURL}}pf=dlManager/images/macFFBgHack.png) repeat;} 26 26 </style> 27 27 28 <link rel="stylesheet" href="{{tpl:Blog URL}}pf=dlManager/default-templates/thickbox.css" type="text/css" media="screen" />28 <link rel="stylesheet" href="{{tpl:BlogQmarkURL}}pf=dlManager/default-templates/thickbox.css" type="text/css" media="screen" /> 29 29 30 30 {{tpl:include src="_head.html"}} 31 31 32 <script type="text/javascript" src="{{tpl:Blog URL}}pf=dlManager/js/thickbox.js"></script>32 <script type="text/javascript" src="{{tpl:BlogQmarkURL}}pf=dlManager/js/thickbox.js"></script> 33 33 34 34 <script type="text/javascript"> 35 35 //<![CDATA[ 36 36 /* define this before $(document).ready() to avoid an error */ 37 var tb_pathToImage = "{{tpl:Blog URL}}pf=dlManager/images/loadingAnimation.gif";37 var tb_pathToImage = "{{tpl:BlogQmarkURL}}pf=dlManager/images/loadingAnimation.gif"; 38 38 $(document).ready(function () { 39 39 $("a.thickbox").each(function() { … … 140 140 <!-- # image files --> 141 141 <tpl:DLMItemIf media_type="image"> 142 <a href="{{tpl:DLMItemPlayerURL}}" class="preview thickbox" title="{{tpl:lang Preview 142 <a href="{{tpl:DLMItemPlayerURL}}" class="preview thickbox" title="{{tpl:lang Preview:}} {{tpl:DLMItemBasename}}"> 143 143 <img src="{{tpl:BlogQmarkURL}}pf=dlManager/images/image.png" alt="{{tpl:lang Preview}}" /> 144 144 </a> … … 146 146 <!-- # mp3 files --> 147 147 <tpl:DLMItemIf type="audio/mpeg3"> 148 <a href="{{tpl:DLMItemPlayerURL}}" class="preview thickbox" title="{{tpl:lang Preview 148 <a href="{{tpl:DLMItemPlayerURL}}" class="preview thickbox" title="{{tpl:lang Preview:}} {{tpl:DLMItemBasename}}"> 149 149 <img src="{{tpl:BlogQmarkURL}}pf=dlManager/images/music.png" alt="{{tpl:lang Preview}}" /> 150 150 </a> … … 152 152 <!-- # flv files --> 153 153 <tpl:DLMItemIf type="video/x-flv"> 154 <a href="{{tpl:DLMItemPlayerURL}}" class="preview thickbox" title="{{tpl:lang Preview 154 <a href="{{tpl:DLMItemPlayerURL}}" class="preview thickbox" title="{{tpl:lang Preview:}} {{tpl:DLMItemBasename}}"> 155 155 <img src="{{tpl:BlogQmarkURL}}pf=dlManager/images/film.png" alt="{{tpl:lang Preview}}" /> 156 156 </a> … … 158 158 <!-- # zip files --> 159 159 <tpl:DLMItemIf type="application/zip"> 160 <a href="{{tpl:DLMItemPlayerURL}}" class="preview thickbox" title="{{tpl:lang Preview 160 <a href="{{tpl:DLMItemPlayerURL}}" class="preview thickbox" title="{{tpl:lang Preview:}} {{tpl:DLMItemBasename}}"> 161 161 <img src="{{tpl:BlogQmarkURL}}pf=dlManager/images/briefcase.png" alt="{{tpl:lang Preview}}" /> 162 </a> 163 </tpl:DLMItemIf> 164 <!-- # other files --> 165 <tpl:DLMItemIf operator="&&" media_type="!image" type="!audio/mpeg3,video/x-flv,application/zip"> 166 <a href="{{tpl:DLMItemPlayerURL}}" class="preview thickbox" title="{{tpl:lang Informations:}} {{tpl:DLMItemBasename}}"> 167 <img src="{{tpl:BlogQmarkURL}}pf=dlManager/images/information.png" alt="{{tpl:lang Informations}}" /> 162 168 </a> 163 169 </tpl:DLMItemIf> … … 178 184 </tbody> 179 185 </table> 180 <p>{{tpl: DLMPageLinks}}</p>186 <p>{{tpl:lang Page(s):}} {{tpl:DLMPageLinks}}</p> 181 187 </tpl:LoopPosition> 182 188 </tpl:DLMItems> -
plugins/dlManager/locales/fr/main.po
r548 r550 3 3 "Project-Id-Version: DL Manager\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2008-11-0 6 21:20+0100\n"6 "PO-Revision-Date: 2008-11-0 6 21:21+0100\n"5 "POT-Creation-Date: 2008-11-07 00:06+0100\n" 6 "PO-Revision-Date: 2008-11-07 00:06+0100\n" 7 7 "Last-Translator: Moe <poedit@gniark.net>\n" 8 8 "Language-Team: Moe <poedit@gniark.net>\n" … … 29 29 msgstr "page suivante" 30 30 31 #: _public.php:990 32 #: _public.php:997 31 #: _public.php:1002 32 #: _public.php:1009 33 #: _public.php:1016 34 #: _public.php:1023 35 #: public_l10n.php:22 36 msgid "Preview :" 37 msgstr "" 38 33 39 #: _public.php:1004 34 #: public_l10n.php:21 35 msgid "Preview :" 36 msgstr "" 37 38 #: _public.php:992 39 #: _public.php:999 40 #: _public.php:1006 41 #: public_l10n.php:22 40 #: _public.php:1011 41 #: _public.php:1018 42 #: _public.php:1025 43 #: public_l10n.php:23 42 44 msgid "Preview" 43 45 msgstr "" … … 79 81 #: index.php:163 80 82 #: index.php:169 81 #: index.php:17 583 #: index.php:174 82 84 msgid "Download manager" 83 85 msgstr "Gestionnaire de téléchargements" … … 95 97 96 98 #: _admin.php:56 97 #: public_l10n.php:2 499 #: public_l10n.php:25 98 100 #: index.php:137 99 101 msgid "Sort files:" … … 160 162 161 163 #: public_l10n.php:7 164 msgid "Downloads" 165 msgstr "Téléchargements" 166 167 #: public_l10n.php:8 162 168 msgid "Download this file" 163 169 msgstr "Télécharger ce fichier" 164 165 #: public_l10n.php:8166 msgid "Downloads"167 msgstr "Téléchargements"168 170 169 171 #: public_l10n.php:9 … … 211 213 msgstr "Aucun fichier." 212 214 213 #: public_l10n.php:23 215 #: public_l10n.php:21 216 msgid "Page(s):" 217 msgstr "Page(s) :" 218 219 #: public_l10n.php:24 214 220 msgid "Size" 215 221 msgstr "Taille" 216 222 217 #: public_l10n.php:2 5223 #: public_l10n.php:26 218 224 msgid "Type" 219 225 msgstr "Type" 220 226 221 #: public_l10n.php:2 6227 #: public_l10n.php:27 222 228 msgid "Zip file content" 223 229 msgstr "Contenu du fichier zip" … … 303 309 msgstr "Voir la page %s" 304 310 305 #: index.php:1 80311 #: index.php:179 306 312 msgid "Save configuration" 307 313 msgstr "Enregistrer la configuration" -
plugins/dlManager/public_l10n.php
r548 r550 5 5 __("Download manager"); 6 6 __("Download number"); 7 __("Downloads"); 7 8 __("Download this file"); 8 __("Downloads");9 9 __("Entries containing this media"); 10 10 __("Extension"); … … 19 19 __("No directory."); 20 20 __("No file."); 21 __("Page(s):"); 21 22 __("Preview :"); 22 23 __("Preview");
Note: See TracChangeset
for help on using the changeset viewer.