Update translation source file

This commit is contained in:
Trevor Slocum 2021-05-10 23:35:17 -07:00
parent 7f1310b7e6
commit 4e6d3a76ca
2 changed files with 490 additions and 347 deletions

View File

@ -81,7 +81,7 @@ support in mind.
- Ensure your web host is running Linux.
- Install [ffmpeg](https://ffmpeg.org). On Ubuntu, run ``sudo apt-get install ffmpeg``.
- Add desired video file types to ``$tinyib_uploads``.
- To remove the play icon from .SWF and .WebM thumbnails, delete or rename **video_overlay.png**
- To remove the play icon from .SWF and .WebM thumbnails, delete or rename `video_overlay.png`.
- To use FFMPEG to create thumbnails:
- Install FFMPEG and ensure the ``ffmpeg`` and ``ffprobe`` commands are available.
- Set ``TINYIB_THUMBNAIL`` to ``ffmpeg``.
@ -89,9 +89,7 @@ support in mind.
- Install ImageMagick and ensure that the ``convert`` command is available.
- Set ``TINYIB_THUMBNAIL`` to ``imagemagick``.
- **Note:** GIF files will have animated thumbnails, which will often have large file sizes.
- To use TINYIB in another language:
- Set ``TINYIB_LOCALE`` to a language code found in `locale/`.
- Ensure you are running PHP 5.4+.
- To use TINYIB in another language, set ``TINYIB_LOCALE`` to a language code found in `locale/`.
6. [CHMOD](https://en.wikipedia.org/wiki/Chmod) write permissions to these directories:
- ./ (the directory containing TinyIB)
- ./src/

File diff suppressed because it is too large Load Diff