rhymix/modules/editor/components/image_gallery/lang/en.lang.php

27 lines
1.1 KiB
PHP

<?php
/**
* @file /modules/editor/components/image_gallery/lang/en.lang.php
* @author NHN (developers@xpressengine.com)
* @brief editor module > language pack of image_gallery component.
**/
$lang->image_gallery = "Make Image Gallery";
$lang->width = "Width";
$lang->height = "Height";
$lang->image_list = "Image List";
$lang->gallery_style = "Gallery Style";
$lang->gallery_slide_style = "Slide Style";
$lang->gallery_slide_align = "Align Style";
$lang->gallery_slide_center = "Center";
$lang->gallery_slide_left = "Left";
$lang->gallery_slide_right = "Right";
$lang->gallery_list_style = "Expand All";
$lang->gallery_border_color = "Border Color";
$lang->gallery_border_thickness = "Border Thickness";
$lang->gallery_bg_color = "Background Color";
$lang->about_image_list = "Select an image file to add to the gallery. You can drag it after selecting or Shift+click to multi select, Ctrl+click to select one item.";
$lang->cmd_gallery_prev = "Previous Picture";
$lang->cmd_gallery_next = "Next Picture";
$lang->cmd_gallery_thumbnail = "Thumbnail";
?>