xref: /plugin/catmenu/lang/en/lang.php (revision 6983cdfd4483215ff5a1e573925c9c612964e790)
1*6983cdfdSLORTET<?php
2*6983cdfdSLORTET
3*6983cdfdSLORTET$lang['namespace_not_found'] = 'The menu cannot be displayed (namespace not found).';
4*6983cdfdSLORTET$lang['js']['toolbar_button'] = 'CatMenu';
5*6983cdfdSLORTET$lang['js']['toolbar_popup_title'] = 'CatMenu';
6*6983cdfdSLORTET$lang['js']['toolbar_insert'] = 'Insert';
7*6983cdfdSLORTET$lang['js']['toolbar_cancel'] = 'Cancel';
8*6983cdfdSLORTET$lang['js']['toolbar_namespace'] = 'Namespace';
9*6983cdfdSLORTET$lang['js']['toolbar_namespace_help'] = 'Folder. "." = current folder.';
10