Skip to content

Commit

Permalink
Stupid fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Oct 1, 2018
1 parent fa69d7a commit 3d95c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
*/

namespace vse\lightbox\event;
namespace vse\lightbox;

/**
* Extension class for custom enable/disable/purge actions
Expand Down
1 change: 1 addition & 0 deletions language/tr/lightbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3d95c93

Please sign in to comment.