Changeset 18162 for extensions/BatchDownloader
- Timestamp:
- Sep 23, 2012, 6:59:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/BatchDownloader/language/ru_RU/plugin.lang.php
r16834 r18162 54 54 $lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'Архив загружается, если загрузка не начнется автоматически, пожалуйста, <a href="%s">нажмите здесь</a>'; 55 55 $lang['Total size'] = 'Общий размер'; 56 $lang['Unable to find ZipArchive PHP extension, Batch Downloader can\'t work without this extension.'] = 'Невозможно найти ZipArchive PHP extension, Пакетный Загрузчик не может работать без данного расширения.';57 56 $lang['User collection'] = 'Пользовательская коллекция'; 58 57 $lang['User groups'] = 'Пользовательские группы'; … … 65 64 $lang['hours'] = 'часов'; 66 65 $lang['real number of archives can differ'] = 'реальное число архивов может отличаться'; 66 $lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'Невозможно найти PHP расширение ZipArchive, вместо него Batch Downloader будет использовать PclZip, что приведет к потере производительности. '; 67 67 ?>
Note: See TracChangeset
for help on using the changeset viewer.