Changeset 20372 for extensions/BatchDownloader
- Timestamp:
- Jan 25, 2013, 3:27:26 PM (12 years ago)
- Location:
- extensions/BatchDownloader
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/admin/template/config.tpl
r17880 r20372 64 64 </select> 65 65 </label> 66 </li> 67 <li> 68 <i>{'Warning: Only registered users can use Batch Downloader.'|@translate}</i> 66 69 </li> 67 70 </ul> -
extensions/BatchDownloader/language/en_UK/plugin.lang.php
r18973 r20372 46 46 $lang['hours'] = 'hours'; 47 47 $lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'; 48 $lang['Warning: Only registered users can use Batch Downloader.'] = 'Warning: Only registered users can use Batch Downloader.'; 48 49 49 50 ?> -
extensions/BatchDownloader/language/fr_FR/plugin.lang.php
r18973 r20372 46 46 $lang['hours'] = 'heures'; 47 47 $lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Le démarrage du téléchargement de l\'archive #%d détruira l\'archive #%d, soyez sûr de terminer le téléchargement avant de continuer.'; 48 $lang['Warning: Only registered users can use Batch Downloader.'] = 'Attention: seuls les utilisateurs enregistrés peuvent utiliser Batch Downloader.'; 48 49 49 50 ?>
Note: See TracChangeset
for help on using the changeset viewer.