diff options
Diffstat (limited to 'language/ru_RU/help/photos_add_ftp.html')
-rw-r--r-- | language/ru_RU/help/photos_add_ftp.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/language/ru_RU/help/photos_add_ftp.html b/language/ru_RU/help/photos_add_ftp.html index c02a68c01..9856d14f1 100644 --- a/language/ru_RU/help/photos_add_ftp.html +++ b/language/ru_RU/help/photos_add_ftp.html @@ -41,6 +41,15 @@ galleries |-- video-from-plane.avi +-- pwg_representative +-- video-from-plane.jpg ++-- photoshoot + |-- img0001.jpg + |-- img0002.jpg + +-- pwg_format + |-- img0001.cr2 + |-- img0001.cmyk.jpg + |-- img0001.zip + |-- img0002.cr2 + +-- img0002.cmyk.jpg </pre> </li> @@ -58,6 +67,8 @@ galleries представлены иконками соответствующими расширению файла. Дополнительно, Вы можете связать миниатюру и представительный файл (см. video.avi в примере выше).</li> + <li>Multiple formats: a photo can be available in several formats. In this example, we have 3 additional formats for img0001.jpg. You can activate this feature with <code>$conf['enable_formats'] = true;</code> in your local configuration and define a list of formats, like <code>$conf['format_ext'] = array('cmyk.jpg', 'cr2', 'zip');</code></li> + <li><em>Внимание</em>: имена папок и файлов должны содержать только латинские буквы, цифры, "-", "_" или ".". Не используйте пробелы и спецсимволы.</li> @@ -66,4 +77,4 @@ galleries </ul> -</fieldset>
\ No newline at end of file +</fieldset> |