get_setting( 'xliff_newlines' );
if ( ! $xliff_newlines ) {
$xliff_newlines = WPML_XLIFF_TM_NEWLINES_ORIGINAL;
}
$new_line_labels = array(
WPML_XLIFF_TM_NEWLINES_ORIGINAL => __(
'Do nothing - all new line characters will stay untouched.',
'wpml-translation-management'
),
WPML_XLIFF_TM_NEWLINES_REPLACE => sprintf(
__( 'All new lines should be replaced by HTML element %s. Use this option if translation tool used by translator does not support new lines characters (for example Virtaal software)', 'wpml-translation-management' ),
'
'
),
);
?>