$oView->lng_copy_htaccess_type_info1=i18n("Contains rules with restrictive settings.<br>All requests pointing to extension avi, css, doc, flv, gif, gzip, ico, jpeg, jpg, js, mov, <br>mp3, pdf, png, ppt, rar, txt, wav, wmv, xml, zip, will be excluded vom rewriting.<br>Remaining requests will be rewritten to front_content.php,<br>except requests to 'contenido/', 'setup/', 'cms/upload', 'cms/front_content.php', etc.<br>Each resource, which has to be excluded from rewriting must be specified explicitly.","cl-mod-rewrite");
$oView->lng_copy_htaccess_type_info2=i18n("Contains a simple collection of rules. Each requests pointing to valid symlinks, folders or<br>files, will be excluded from rewriting. Remaining requests will be rewritten to front_content.php","cl-mod-rewrite");
$oView->lng_copy_htaccess_to_contenido_info=i18n("Copy the selected .htaccess template into CONTENIDO installation directory<br><br> {CONTENIDO_FULL_PATH}.<br><br>This is the recommended option for a CONTENIDO installation with one or more clients<br>who are running on the same domain.","cl-mod-rewrite");
$oView->lng_copy_htaccess_to_client_info=i18n("Copy the selected .htaccess template into client's directory<br><br> {CLIENT_FULL_PATH}.<br><br>This is the recommended option for a multiple client system<br>where each client has it's own domain/subdomain","cl-mod-rewrite");
$oView->lng_download_info=i18n("Download selected .htaccess template to copy it to the destination folder<br>or to take over the settings manually.","cl-mod-rewrite");
$oView->lng_resetaliases=i18n("Reset category-/ and article aliases","cl-mod-rewrite");
$oView->lng_resetempty_link=i18n("Reset only empty aliases","cl-mod-rewrite");
$oView->lng_resetempty_info=i18n("Only empty aliases will be reset, existing aliases, e. g. manually set aliases, will not be changed.","cl-mod-rewrite");
$oView->lng_resetall_link=i18n("Reset all aliases","cl-mod-rewrite");
$oView->lng_resetall_info=i18n("Reset all category-/article aliases. Existing aliases will be overwritten.","cl-mod-rewrite");
$oView->lng_note=i18n("Note","cl-mod-rewrite");
$oView->lng_resetaliases_note=i18n("This process could require some time depending on amount of categories/articles.<br>The aliases will not contain the configured plugin separators, but the CONTENIDO default separators '/' und '-', e. g. '/category-word/article-word'.<br>Execution of this function ma be helpful to prepare all or empty aliases for the usage by the plugin.","cl-mod-rewrite");