diff --git a/ext.php b/ext.php index 90dc419..f6727f5 100644 --- a/ext.php +++ b/ext.php @@ -8,7 +8,7 @@ * */ -namespace vse\lightbox\event; +namespace vse\lightbox; /** * Extension class for custom enable/disable/purge actions diff --git a/language/tr/lightbox.php b/language/tr/lightbox.php index cb66dea..3e81572 100644 --- a/language/tr/lightbox.php +++ b/language/tr/lightbox.php @@ -26,6 +26,7 @@ 'LIGHTBOX_SETTINGS' => 'Lightbox resim yeniden boyutlandırma', 'LIGHTBOX_MAX_WIDTH' => 'Piksel cinsinden en yüksek resim genişliği', 'LIGHTBOX_MAX_WIDTH_EXPLAIN' => 'Bu genişliği aşan resimler yeniden boyutlandırılacaktır ve Lightbox efekti kullanarak büyütülecektir. Lightbox resim yeniden boyutlandırmayı kapatmak için bu değeri 0 olarak ayarlayın.', + 'LIGHTBOX_MAX_WIDTH_APPEND' => 'Recommendation based on image attachment settings: %spx', 'LIGHTBOX_MAX_HEIGHT' => 'Maximum image height', 'LIGHTBOX_MAX_HEIGHT_EXPLAIN' => 'Images that exceed this height will be resized and can be enlarged using the Lightbox effect. Set this value to 0 to disable Lightbox image resizing by height.', 'LIGHTBOX_ALL_IMAGES' => 'Include all images in Lightbox effect',