'Manage Widgets (experimental)', 'descr' => 'A '. 'Widget is a dynamic component that can display data and interact with the user. While Themes are meant to change how your blog looks like, Widgets extend looks and functionalities.
Widgets can be dragged to special areas of your theme called the WidgetSets. The number and the name of the WidgetSets may vary with the theme you choose.
FlatPress comes with several widgets: there are widgets to help with the login, to display a search box, etc.
Each Widget is defined by a plugin.', 'availwdgs' => 'Available Widgets', 'trashcan' => 'Drop here to delete', 'themewdgs' => 'Widgetsets for this theme', 'themewdgsdescr' => 'The theme you have currently selected let you have the following widgetsets', 'oldwdgs' => 'Other widgetsets', 'oldwdgsdescr' =>'The following widgetsets seems not to belong to any of the '. 'widgetsets listed above. They might be remainders from another theme.', 'submit' => 'Save Changes', ); $lang['admin']['widgets']['default']['stdsets'] = array( 'top' => 'Top bar', 'bottom' => 'Bottom bar', 'left' => 'Left bar', 'right' => 'Right bar', ); $lang['admin']['widgets']['default']['msgs'] = array( 1 => 'Config saved', -1 => 'An error occurred while trying to save, please try again', ); /* "raw" panel */ $lang['admin']['widgets']['raw'] = array( 'head' => 'Manage Widgets (raw editor)', 'descr' => 'A '. 'Widget is a visual element of a '. 'Plugin that you can put in some special areas (the widgetsets) on your blog pages.
'. 'This is the raw editor; some advanced users or people who '. 'can\'t have JavaScript might prefer it.', 'fset1' => 'Editor', 'fset2' => 'Apply Changes', 'submit' => 'Apply', ); $lang['admin']['widgets']['raw']['msgs'] = array( 1 => 'Config saved', -1 => 'An error occurred while trying to save. This may happen for several reasons: maybe your file contains syntax errors.', ); /* system errors */ $lang['admin']['widgets']['errors'] = array( 'generic' => 'The widget called %s is not registered, and will be skipped. '. 'Is the plugin enabled in the plugin panel?' ); ?>