'' . __( 'CDN', 'w3-total-cache' ) . ':',
'cdn.engine' => '' . __( 'CDN', 'w3-total-cache' ) . '' . __( ' Type:', 'w3-total-cache' ),
'cdn.debug' => '' . __( 'CDN', 'w3-total-cache' ) . '',
'cdnfsd.debug' => '' . __( 'FSD', 'w3-total-cache' ) . ' ' . __( 'CDN', 'w3-total-cache' ) . '',
'cdn.uploads.enable' => __( 'Host attachments', 'w3-total-cache' ),
'cdn.includes.enable' => __( 'Host wp-includes/ files', 'w3-total-cache' ),
'cdn.theme.enable' => __( 'Host theme files', 'w3-total-cache' ),
'cdn.minify.enable' => wp_kses(
sprintf(
// Translators: 1 acronym for CSS, 2 acronym for JS.
__(
'Host minified %1$s and %2$s files',
'w3-total-cache'
),
'' . __( 'CSS', 'w3-total-cache' ) . '',
'' . __( 'JS', 'w3-total-cache' ) . ''
),
array(
'acronym' => array(
'title' => array(),
),
)
),
'cdn.custom.enable' => __( 'Host custom files', 'w3-total-cache' ),
'cdn.force.rewrite' => __( 'Force over-writing of existing files', 'w3-total-cache' ),
'cdn.import.external' => __( 'Import external media library attachments', 'w3-total-cache' ),
'cdn.canonical_header' => __( 'Add canonical header', 'w3-total-cache' ),
'cdn.reject.ssl' => wp_kses(
sprintf(
// Translators: 1 acronym for CDN, 2 acroym for SSL.
__(
'Disable %1$s on %2$s pages',
'w3-total-cache'
),
'' . __( 'CDN', 'w3-total-cache' ) . '',
'' . __( 'SSL', 'w3-total-cache' ) . ''
),
array(
'acronym' => array(
'title' => array(),
),
)
),
'cdn.admin.media_library' => wp_kses(
sprintf(
// Translators: 1 acronym for CDN.
__(
'Use %1$s links for the Media Library on admin pages',
'w3-total-cache'
),
'' . __( 'CDN', 'w3-total-cache' ) . ''
),
array(
'acronym' => array(
'title' => array(),
),
)
),
'cdn.reject.logged_roles' => wp_kses(
sprintf(
// Translators: 1 acronym for CDN.
__(
'Disable %1$s for the following roles',
'w3-total-cache'
),
'' . __( 'CDN', 'w3-total-cache' ) . ''
),
array(
'acronym' => array(
'title' => array(),
),
)
),
'cdn.reject.uri' => wp_kses(
sprintf(
// Translators: 1 acronym for CDN.
__(
'Disable %1$s on the following pages:',
'w3-total-cache'
),
'' . __( 'CDN', 'w3-total-cache' ) . ''
),
array(
'acronym' => array(
'title' => array(),
),
)
),
'cdn.autoupload.enabled' => __( 'Export changed files automatically', 'w3-total-cache' ),
'cdn.autoupload.interval' => __( 'Auto upload interval:', 'w3-total-cache' ),
'cdn.queue.interval' => __( 'Re-transfer cycle interval:', 'w3-total-cache' ),
'cdn.queue.limit' => __( 'Re-transfer cycle limit:', 'w3-total-cache' ),
'cdn.includes.files' => __( 'wp-includes file types to upload:', 'w3-total-cache' ),
'cdn.theme.files' => __( 'Theme file types to upload:', 'w3-total-cache' ),
'cdn.import.files' => __( 'File types to import:', 'w3-total-cache' ),
'cdn.custom.files' => __( 'Custom file list:', 'w3-total-cache' ),
'cdn.rscf.location' => __( 'Location:', 'w3-total-cache' ),
'cdn.reject.ua' => __( 'Rejected user agents:', 'w3-total-cache' ),
'cdn.reject.files' => __( 'Rejected files:', 'w3-total-cache' ),
)
);
}
}