'.sprintf(__('Config file %s, is not writable.'),'conf/dotclear.ini').'
'.__('Error(s)').' :
'.__('Configuration file successfully updated.').'
'.__('Blog name').' : '. helpLink('index&plugin=blogconf','blog_name').''. form::field('p_blog_name',40,'',htmlspecialchars(dc_blog_name)).'
'.__('Blog description').' : '. helpLink('index&plugin=blogconf','blog_desc').''. form::field('p_blog_desc',40,'',htmlspecialchars(dc_blog_desc)).'
'.__('Blog URL').' : '. '('.sprintf(__('From %s'),'http://'.$_SERVER['HTTP_HOST']).') '. helpLink('index&plugin=blogconf','blog_url').''. form::field('p_blog_url',40,'',htmlspecialchars(dc_blog_url)).'
'.__('Number of entries per page').' : '. '('.__('first page and categories').') '. helpLink('index&plugin=blogconf','nb_post_per_page').''. form::field('p_nb_post_per_page',3,'',dc_nb_post_per_page).'
'.__('Default language').' : '. helpLink('index&plugin=blogconf','default_lang').''. form::combo('p_default_lang',l10n::getISOcodes(1),dc_default_lang).'
'.__('Blog theme').' : '. helpLink('index&plugin=blogconf','theme').''. form::combo('p_theme',$themes_list,dc_theme).'
'. __('Allow comments').' : '. helpLink('index&plugin=blogconf','allow_comments').''. form::combo('p_allow_comments',array(__('yes')=>1,__('no')=>0),(integer) dc_allow_comments). '
'. __('Allow trackbacks').' : '. helpLink('index&plugin=blogconf','allow_trackbacks').''. form::combo('p_allow_trackbacks',array(__('yes')=>1,__('no')=>0),(integer) dc_allow_trackbacks). '
'. __('Publish comments immediately').' : '. helpLink('index&plugin=blogconf','comments_pub').''. form::combo('p_comments_pub',array(__('yes')=>1,__('no')=>0),(integer) dc_comments_pub). '
'.__('Application location').' : '. '('.sprintf(__('From %s'),'http://'.$_SERVER['HTTP_HOST']).') '. helpLink('index&plugin=blogconf','app_url').''. form::field('p_app_url',40,'',htmlspecialchars(dc_app_url)).'
'.__('Images location').' : '. '('.sprintf(__('From %s'),'http://'.$_SERVER['HTTP_HOST']).') '. helpLink('index&plugin=blogconf','img_url').''. form::field('p_img_url',40,'',htmlspecialchars(dc_img_url)).'
'.__('RSS feed location').' : '. '('.sprintf(__('From %s'),'http://'.$_SERVER['HTTP_HOST']).') '. helpLink('index&plugin=blogconf','blog_rss').''. form::field('p_blog_rss',40,'',htmlspecialchars(dc_blog_rss)).'
'.__('Atom feed location').' : '. '('.sprintf(__('From %s'),'http://'.$_SERVER['HTTP_HOST']).') '. helpLink('index&plugin=blogconf','blog_atom').''. form::field('p_blog_atom',40,'',htmlspecialchars(dc_blog_atom)).'
'.__('Trackback URL').' : '. '('.sprintf(__('From %s'),'http://'.$_SERVER['HTTP_HOST']).') '. helpLink('index&plugin=blogconf','trackback_uri').''. form::field('p_trackback_uri',40,'',htmlspecialchars(dc_trackback_uri)).'
'. __('URL type').' : '. helpLink('index&plugin=blogconf','url_scan').''. form::combo('p_url_scan',$scan_modes,dc_url_scan). '
'. __('Preview entries in backend').' : '. helpLink('index&plugin=blogconf','show_previews').''. form::combo('p_show_previews',array(__('yes')=>1,__('no')=>0),(integer) dc_show_previews). '
'.__('Date format').' : '. helpLink('index&plugin=blogconf','time_format').''. form::field('p_date_format',40,'',htmlspecialchars(dc_date_format)).'
'.__('Time format').' : '. helpLink('index&plugin=blogconf','time_format').''. form::field('p_time_format',40,'',htmlspecialchars(dc_time_format)).'
'. __('Time to live of comments and trackbacks').' : '. helpLink('index&plugin=blogconf','comments_ttl').''. form::field('p_comments_ttl',3,'',(string) dc_comments_ttl).'
'. __('Show smileys in blog entries and comments').' : '. helpLink('index&plugin=blogconf','use_smilies').''. form::combo('p_use_smilies',array(__('yes')=>1,__('no')=>0),(integer) dc_use_smilies). '
'. __('Notify each new comment by email').' : '. helpLink('index&plugin=blogconf','comment_notification').''. form::combo('p_comment_notification',array(__('yes')=>1,__('no')=>0),(integer) dc_comment_notification). '
'. __('Short RSS and Atom feeds').' : '. helpLink('index&plugin=blogconf','short_feeds').''. form::combo('p_short_feeds',array(__('yes')=>1,__('no')=>0),(integer) dc_short_feeds). '
'. __('Activate HTTP cache').' : '. helpLink('index&plugin=blogconf','http_cache').''. form::combo('p_http_cache',array(__('yes')=>1,__('no')=>0),(integer) dc_http_cache). '