1<?php
2
3$lang['pages'] = 'Gallery Pages:';
4$lang['js']['addgal'] = 'Add namespace as gallery';
5$lang['nothingfound'] = 'No images found.';
6$lang['fail'] = 'Failed to load gallery';
7
8
9$lang['js']['label_toolbar_button'] = 'Insert Gallery';
10$lang['js']['title_dialog'] = 'Gallery Plugin';
11$lang['js']['label_namespace'] = 'Namespace or RSS feed';
12$lang['js']['label_thumbnailsize'] = 'Sets the size for thumbnails';
13$lang['js']['pattern_hint_thumbnailsize'] = '<number><lowercase x><number>';
14$lang['js']['label_imagesize'] = 'Sets the size for the linked images in direct mode.';
15$lang['js']['pattern_hint_imagesize'] = '<number><uppercase X><number>';
16$lang['js']['label_cache'] = 'Cache the thumbnails';
17$lang['js']['label_filter'] = 'Filter (must contain a "*" character)';
18$lang['js']['label_showname'] = 'Show filename below thumbnails';
19$lang['js']['label_showtitle'] = 'Show the EXIF tag Headline as title below thumbnails';
20$lang['js']['label_crop'] = 'Make thumbnails the exact given thumbnail size big, cropping when needed';
21$lang['js']['label_direct'] = 'Link thumbnails with the bigger sized images not with their detail page';
22$lang['js']['label_lightbox'] = 'Show images in a fancy JavaScript modal';
23$lang['js']['label_reverse'] = 'Reverse the order of the displayed images';
24$lang['js']['label_recursive'] = 'Find images in the given namespace and all sub namespaces';
25$lang['js']['label_align_left'] = 'align left';
26$lang['js']['label_align_center'] = 'align center';
27$lang['js']['label_align_right'] = 'align right';
28$lang['js']['label_cols'] = 'The number images per row in the gallery table';
29$lang['js']['label_limit'] = 'Limits the output to the given number of images. 0 means all';
30$lang['js']['label_offset'] = 'Skip the first number of images. Useful with the option above';
31$lang['js']['label_paginate'] = 'Add a pagination for the thumbnails displaying the number of given thumbnails per page. 0 disables pagination';
32$lang['js']['label_sort_file'] = 'Sort the images by filename';
33$lang['js']['label_sort_random'] = 'Sort images randomly. You might want to disable the cache as well';
34$lang['js']['label_sort_mod'] = 'Sort images by file modification date';
35$lang['js']['label_sort_exif_date'] = 'Sort images by EXIF date';
36$lang['js']['label_sort_exif_title'] = 'Sort images by EXIF title';
37