1<?php 2/** 3 * English language file for the bookmarkfile plugin. 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * 7 * @author Ekkart Kleinod 8 * @author LarsDW223 9 */ 10 11$lang['desc'] = 'This plugin loads a bookmark file and converts it into a hierarchic link list.'; 12$lang['err_nofile'] = 'The bookmark file does not exist or is no file.'; 13$lang['err_format'] = 'The bookmark file contains bookmarks of a not (yet) supported browser.'; 14$lang['json_failed'] = 'The JSON decoding has failed.'; 15 16$lang['firefox_menu_folder'] = 'Bookmarks Menu'; 17$lang['firefox_toolbar_folder'] = 'Bookmarks Toolbar'; 18$lang['firefox_other_folder'] = 'Other Bookmarks'; 19$lang['firefox_mobile_folder'] = 'Mobile Bookmarks'; 20