<?php
/**
 * shareX
 *
 * Copyright 2012-13 by JP DeVries <mail@devries.jp>
 *
 * Articles is free software; you can redistribute it and/or modify it under the
 * terms of the GNU General Public License as published by the Free Software
 * Foundation; either version 2 of the License, or (at your option) any later
 * version.
 *
 * Articles is distributed in the hope that it will be useful, but WITHOUT ANY
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
 * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along with
 * Articles; if not, write to the Free Software Foundation, Inc., 59 Temple
 * Place, Suite 330, Boston, MA 02111-1307 USA
 *
 * @package boilerX
 */



$_lang['setting_bx.ga-id'] = 'Google Analytics ID';
$_lang['setting_bx.ga-id_desc'] = 'Optional, if not set will be commented out';

$_lang['setting_bx.cdn_url'] = 'Content Delivery Network Base URL';
$_lang['setting_bx.cdn_url_desc'] = 'If bx.do_cdn is Yes, will be outputted by pcdn-asset-url Chunk';

$_lang['setting_bx.css_path'] = 'CSS Path';
$_lang['setting_bx.css_path_desc'] = 'Path to your main.css stylesheet';

$_lang['setting_bx.css_normalize_path'] = 'Normalize CSS Path';
$_lang['setting_bx.css_normalize_path_desc'] = 'Path to your normalize.css stylesheet';

$_lang['setting_bx.jquery_version'] = 'jQuery version';
$_lang['setting_bx.jquery_version_desc'] = 'Version of jQuery to use with HTML5 Boilerplate';

$_lang['setting_bx.modernizr_js_path'] = 'Modernizr.js Path';
$_lang['setting_bx.modernizr_js_path_desc'] = 'Path to you modernizr.js path';

$_lang['setting_bx.meta_author'] = 'Meta Author';
$_lang['setting_bx.meta_author_desc'] = 'Sets meta authors tag';

$_lang['setting_bx.meta_desc'] = 'Meta Description';
$_lang['setting_bx.meta_desc_desc'] = 'Sets the meta description tag';

$_lang['setting_bx.meta_viewport'] = 'Meta Viewport';
$_lang['setting_bx.meta_viewport_desc'] = 'Sets iOS viewport settings';

$_lang['setting_bx.x-ua-compatible'] = 'IE Edge Mode';
$_lang['setting_bx.x-ua-compatible_desc'] = 'Sets IE Edge mode tag';

$_lang['setting_bx.chrome_frame_version'] = 'IE Chrome Frame';
$_lang['setting_bx.chrome_frame_version_desc'] = 'Version of IE to start displaying Chrome Frame';

$_lang['setting_bx.do_cdn'] = 'DO CDN';
$_lang['setting_bx.do_cdn_desc'] = 'Whether or not to point assets to a Content Delivery Network, see bx.cdn_url';

$_lang['setting_bx.show_comments'] = 'Show Comments';
$_lang['setting_bx.show_comments_desc'] = 'Whether or not to show tips using comments in markup';