xref: /plugin/visualindex/lang/en/lang.php (revision 3c9c7f3beeea1dce712c368cb507b309c63f5d06)
1*3c9c7f3bSLORTET<?php
2*3c9c7f3bSLORTET
3*3c9c7f3bSLORTET$lang['empty'] = 'Nothing to display.';
4*3c9c7f3bSLORTET$lang['namespace_not_found'] = 'The menu cannot be displayed (namespace not found).';
5*3c9c7f3bSLORTET$lang['js']['toolbar_button'] = 'Visualindex';
6*3c9c7f3bSLORTET$lang['js']['toolbar_popup_title'] = 'Visualindex';
7*3c9c7f3bSLORTET$lang['js']['toolbar_insert'] = 'Insert';
8*3c9c7f3bSLORTET$lang['js']['toolbar_cancel'] = 'Cancel';
9*3c9c7f3bSLORTET$lang['js']['toolbar_namespace'] = 'Namespace';
10*3c9c7f3bSLORTET$lang['js']['toolbar_namespace_help'] = 'Folder. "." = current folder.';
11*3c9c7f3bSLORTET$lang['js']['toolbar_namespace_picker'] = 'Select folder';
12*3c9c7f3bSLORTET$lang['js']['toolbar_filter'] = 'Filter';
13*3c9c7f3bSLORTET$lang['js']['toolbar_desc'] = 'Descending order';
14*3c9c7f3bSLORTET$lang['js']['toolbar_medias'] = 'Show media';
15