|
Revision 13353, 414 bytes
(checked in by ddtddt, 15 months ago)
|
|
[extensions] - rotateImage - add cs_CZ - Česky – Czech - Thanks to puschpull
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | $lang['Images rotation in progress...'] = 'Fotografie sa otáčejí...'; |
|---|
| 3 | $lang['Rotate images'] = 'Otočit fotky'; |
|---|
| 4 | $lang['Angle'] = 'Úhel'; |
|---|
| 5 | $lang['Also rotate HD image'] = 'Otočit také HD obrázek'; |
|---|
| 6 | $lang['90° right'] = '90° doprava'; |
|---|
| 7 | $lang['90° left'] = '90° doleva'; |
|---|
| 8 | $lang['180°'] = 'O 180°'; |
|---|
| 9 | $lang['auto (EXIF orientation tag)'] = 'automaticky (podle EXIF informace /orientation tag/)'; |
|---|
| 10 | ?> |
|---|