File Manager
<?php
$lang['admin']['help_function_dump'] = '<h3>What does this do?</h3>
<p>This tag can be used to dump the contents of any smarty variable in a more readable format. This is useful for debugging, and editing templates, to know the format and types of data available.</p>
<h3>How do I use it?</h3>
<p>Insert the tag in the template like <code>{dump item='the_smarty_variable_to_dump'}</code>.</p>
<h3>What parameters does it take</h3>
<ul>
<li><strong>item (required)</strong> - The smarty variable to dump the contents of.</li>
<li>maxlevel - The maximum number of levels to recurse (applicable only if recurse is also supplied. The default value for this parameter is 3</li>
<li>nomethods - Skip output of methods from objects.</li>
<li>novars - Skip output of object members.</li>
<li>recurse - Recurse a maximum number of levels through the objects providing verbose output for each item until the maximum number of levels is reached.</li>
</ul>';
$lang['admin']['sqlerror'] = 'Erro de SQL em %s';
$lang['admin']['image'] = 'Imagem';
$lang['admin']['thumbnail'] = 'Miniatura';
$lang['admin']['searchable'] = 'Esta página é pesquisável';
$lang['admin']['help_function_content_image'] = '<h3>O que este módulo faz?</h3>
<p>Este plugin permite que os designers de templates alertem os usuários a selecionar um arquivo de imagem quando editam o conteúdo de uma página. O comportamento é similar ao do plugin content para blocos adicionais de conteúdo</p>
<h3>Como eu uso?</h3>
<p>Apenas insira a tag em sua página template da seguinte forma: <code>{content_image block='image1'}</code>.</p>
<h3>Quais parâmetros são aceitos?</h3>
<ul>
<li><strong>(requerido)</strong></em> block - O nome para este bloco adicional de conteúdo.
<p>Exemplo:</p>
<pre>{content_image block='image1'}</pre><br/>
</li>
<li><em>(opcional)</em> label - Uma etiqueta ou alerta para este bloco de conteúdo na página de edição de conteúdo. Caso não haja especificação o nome do bloco será usado.</li>
<li><em>(opcional)</em> dir - O nome de um diretório (relativo ao diretório uploads), o qual será usado para escolher os arquivos de imagem. Caso não haja especificação o diretório uploads será usado.
<p>Exemplo: para usar imagens do diretório uploads/images</p>
<pre>{content_image block='image1' dir='images'}</pre><br/>
</li>
<li><em>(opcional)</em> class - O nome de uma classe CSS para usar na tag img no frontend.</li>
<li><em>(opcional).</em> id - O código id a ser usado na img tag no frontend.</li>
<li><em>(opcional)</em> name - O nome da tag a ser usada na img tag no frontend.</li>
<li><em>(opcional)</em> width - A largura desejada na imagem.</li>
<li><em>(opcional)</em> height - A altura desejada na imagem.</li>
<li><em>(opcional)</em> alt - Texto alterativo caso a imagem não possa ser localizada.</li>
</ul>';
$lang['admin']['error_udt_name_chars'] = 'Um nome UDT válido começa com uma letra ou "sublinhado (underline)", e é seguida por qualquer número de letras, números ou "sublinhados".';
$lang['admin']['errorupdatetemplateallpages'] = ' O template não está ativo';
$lang['admin']['hidefrommenu'] = 'Ocultar do Menu';
$lang['admin']['settemplate'] = 'Definir Template';
$lang['admin']['text_settemplate'] = 'Associa as páginas selecionadas a um template difgerente';
$lang['admin']['cachable'] = 'Cacheável';
$lang['admin']['noncachable'] = 'Não Cacheável';
$lang['admin']['copy_from'] = 'Copiar De';
$lang['admin']['copy_to'] = 'Copiar Para';
$lang['admin']['copycontent'] = 'Copiar Conteúdo';
$lang['admin']['md5_function'] = 'função md5';
$lang['admin']['tempnam_function'] = 'função tempnam';
$lang['admin']['register_globals'] = 'PHP register_globals';
$lang['admin']['output_buffering'] = 'PHP output_buffering';
$lang['admin']['disable_functions'] = 'disable_functions em PHP';
$lang['admin']['xml_function'] = 'Basic XML (expat) suporte';
$lang['admin']['magic_quotes_gpc'] = 'Magic quotes para Get/Post/Cookie';
$lang['admin']['magic_quotes_gpc_on'] = 'Single-quote, double quote and backslash são escapadas automaticamente. Você pode ter problemas ao salvar templates';
$lang['admin']['magic_quotes_runtime'] = 'Magic quotes em runtime';
$lang['admin']['magic_quotes_runtime_on'] = 'A maioria das funções que retornam dados terão "quotes" escapadas com uma barra contrária. Você pode ter problemas';
$lang['admin']['file_get_contents'] = 'Teste file_get_contents';
$lang['admin']['check_ini_set'] = 'Teste ini_set';
$lang['admin']['check_ini_set_off'] = 'You may have difficulty with some functionality without this capability. This test may fail if safe_mode is enabled';
$lang['admin']['file_uploads'] = 'Upload de arquivos';
$lang['admin']['test_remote_url'] = 'Test for remote URL';
$lang['admin']['test_remote_url_failed'] = 'You will probably not be able to open a file on a remote web server.';
$lang['admin']['test_allow_url_fopen_failed'] = 'When allow url fopen is disabled you will not be able to accessing URL object like file using the ftp or http protocol.';
$lang['admin']['connection_error'] = 'Outgoing http connections do not appear to work! There is a firewall or some ACL for external connections?. This will result in module manager, and potentially other functionality failing.';
$lang['admin']['remote_connection_timeout'] = 'Conexão expirou!';
$lang['admin']['search_string_find'] = 'Conexão ok!';
$lang['admin']['connection_failed'] = 'Conexão falhou!';
$lang['admin']['remote_response_ok'] = 'Remote response: ok!';
$lang['admin']['remote_response_404'] = 'Remote response: not found!';
$lang['admin']['remote_response_error'] = 'Remote response: error!';
$lang['admin']['notifications_to_handle'] = 'You have <b>%d</b> unhandled notifications';
$lang['admin']['notification_to_handle'] = 'You have <b>%d</b> unhandled notification';
$lang['admin']['notifications'] = 'Notificações';
$lang['admin']['dashboard'] = 'Ir ao Dashboard';
$lang['admin']['ignorenotificationsfrommodules'] = 'Ignorar notificações desses módulos';
$lang['admin']['admin_enablenotifications'] = 'Permitir aos usuários visualizarem notificações<br/><em>(as notificações serão expostas em tiodas as páginas de administração)</em>';
$lang['admin']['enablenotifications'] = 'Habilitar notificações de usuários na área de administração';
$lang['admin']['test_check_open_basedir_failed'] = 'Open basedir restrictions are in effect. You may have difficulty with some addon functionality with this restriction';
$lang['admin']['config_writable'] = 'config.php editável. É mais seguro se você alterar essa permissão para apenas leitura.';
$lang['admin']['caution'] = 'Cuidado';
$lang['admin']['create_dir_and_file'] = 'Verificando se o processo httpd pode criar um arquivo dentro de um diretório que ele criou';
$lang['admin']['os_session_save_path'] = 'Sem conferência devido ao caminho do SO.';
$lang['admin']['unlimited'] = 'Ilimitado';
$lang['admin']['open_basedir'] = 'PHP Open Basedir';
$lang['admin']['open_basedir_active'] = 'No check because open basedir active';
$lang['admin']['invalid'] = 'Inválido';
$lang['admin']['checksum_passed'] = 'All checksums match those in the uploaded file';
$lang['admin']['error_retrieving_file_list'] = 'Erro ao tentar receber a lista de arquivos';
$lang['admin']['files_checksum_failed'] = 'Os arquivos não puderam ser verificados com checksum';
$lang['admin']['failure'] = 'Falha';
$lang['admin']['help_function_process_pagedata'] = '<h3>What does this do?</h3>
<p>This plugin will process the data in the "pagedata" block of content pages through smarty. It allows you to specify page specific data to smarty without changing the template for each page.</p>
<h3>How do I use it?</h3>
<ol>
<li>Insert smarty assign variables and other smarty logic into the pagedata field of some of your content pages.</li>
<li>Insert the <code>{process_pagedata}</code> tag into the very top of your page template.</li>
</ol>
<br/>
<h3>What parameters does it take?</h3>
<p>None at this time</p>';
$lang['admin']['page_metadata'] = 'Metadata especifica da página';
$lang['admin']['pagedata_codeblock'] = 'Smarty data or logic that is specific to this page';
$lang['admin']['error_uploadproblem'] = 'Um erro ocorreu durante o upload';
$lang['admin']['error_nofileuploaded'] = 'Nenhum arquivo foi enviado';
$lang['admin']['files_failed'] = 'Os arquivos falharam o teste md5sum';
$lang['admin']['files_not_found'] = 'Arquivos não encontrados';
$lang['admin']['info_generate_cksum_file'] = 'This function will allow you to generate a checksum file and save it on your local computer for later validation. This should be done just prior to rolling out the website, and/or after any upgrades, or major modifications.';
$lang['admin']['info_validation'] = 'This function will compare the checksums found in the uploaded file with the files on the current installation. It can assist in finding problems with uploads, or exactly what files were modified if your system has been hacked. A checksum file is generated for each release of CMS Made simple from version 1.4 on.';
$lang['admin']['download_cksum_file'] = 'Baixar arquivo Checksum';
$lang['admin']['perform_validation'] = 'Validar';
$lang['admin']['upload_cksum_file'] = 'Enviar arquivo Checksum';
$lang['admin']['checksumdescription'] = 'Validar a integridade dos arquivos do CMS comparando com checksums conhecidos';
$lang['admin']['system_verification'] = 'Verificação do Sistema';
$lang['admin']['extra1'] = 'Extra Page Attribute 1';
$lang['admin']['extra2'] = 'Extra Page Attribute 2';
$lang['admin']['extra3'] = 'Extra Page Attribute 3';
$lang['admin']['start_upgrade_process'] = 'Iniciar Processo de Upgrade';
$lang['admin']['warning_upgrade'] = '<em><strong>Atenção:</strong></em> O CMSMS precisa de um upgrade.';
$lang['admin']['warning_upgrade_info1'] = 'You are now running schema version %s. and you need to be upgraded to version %s';
$lang['admin']['warning_upgrade_info2'] = 'Por favor clique no link: %s.';
$lang['admin']['warning_mail_settings'] = 'Os seus parâmetros de email não foram configurados. Isto pode interferir com a habilidade de seu website de enviar mensagens. Você deve ir em <a href="moduleinterface.php?module=CMSMailer">Extensions &gt;&gt; CMSMailer</a> e configurar os parâmetros de email com os dados fornecidos pelo seu provedor.';
$lang['admin']['view_page'] = 'Veja essa página em uma nova janela';
$lang['admin']['off'] = 'Desligado';
$lang['admin']['on'] = 'Ligado';
$lang['admin']['invalid_test'] = 'Invalid test param value!';
$lang['admin']['copy_paste_forum'] = 'View Text Report <em>(suitable for copying into forum posts)</em>';
$lang['admin']['permission_information'] = 'Informações de Permissão';
$lang['admin']['server_os'] = 'Sistema Operacional do Servidor';
$lang['admin']['server_api'] = 'API do Servidor';
$lang['admin']['server_software'] = 'Software do Servidor';
$lang['admin']['server_information'] = 'Informação do Servidor';
$lang['admin']['session_save_path'] = 'Diretório de Sessões';
$lang['admin']['max_execution_time'] = 'Tempo Máximo de Execução';
$lang['admin']['gd_version'] = 'Versão do GD';
$lang['admin']['upload_max_filesize'] = 'Tamanho Máximo de Upload';
$lang['admin']['post_max_size'] = 'Tamanho Máximo de Postagem';
$lang['admin']['memory_limit'] = 'Limite de Memória do PHP';
$lang['admin']['server_db_type'] = 'Banco de Dados do Servidor';
$lang['admin']['server_db_version'] = 'Versão do Banco de Dados do Servidor';
$lang['admin']['phpversion'] = 'Versão do PHP';
$lang['admin']['safe_mode'] = 'PHP Safe Mode';
$lang['admin']['php_information'] = 'Informação do PHP';
$lang['admin']['cms_install_information'] = 'Informação de Instalação do CMS';
$lang['admin']['cms_version'] = 'Versão do CMS';
$lang['admin']['installed_modules'] = 'Módulos Instalados';
$lang['admin']['config_information'] = 'Informações de Configuração';
$lang['admin']['systeminfo_copy_paste'] = 'Por favor copie e cole o texto selecionado na sua postagem do fórum';
$lang['admin']['help_systeminformation'] = 'The information displayed below is collected from a variety of locations, and summarized here so that you may be able to conveniently find some of the information required when trying to diagnose a problem or request help with your CMS Made Simple installation.';
$lang['admin']['systeminfo'] = 'Informação do sistema';
$lang['admin']['systeminfodescription'] = 'Mostrar várias informações sobre seu sistema que podem ser úteis para diagnosticar problemas.';
$lang['admin']['welcome_user'] = 'Bem Vindo';
$lang['admin']['itsbeensincelogin'] = 'Já passaram %s desde seu último login';
$lang['admin']['days'] = 'dias';
$lang['admin']['day'] = 'dia';
$lang['admin']['hours'] = 'horas';
$lang['admin']['hour'] = 'hora';
$lang['admin']['minutes'] = 'minutos';
$lang['admin']['minute'] = 'minuto';
$lang['admin']['help_css_max_age'] = 'Esse parâmetro deve ter um valor relativamente alto para sites estáticos, e deve ser 0 para sites em desenvolvimento.';
$lang['admin']['css_max_age'] = 'Tempo Máximo (seconds) que as folhas de estilo podem estar no cache do browser';
$lang['admin']['error'] = 'Erro';
$lang['admin']['clear_version_check_cache'] = 'Clear any cached version check information on submit';
$lang['admin']['new_version_available'] = '<em>Aviso:</em>Uma nova versão do CMS está disponível. Por favor contate o administrador.';
$lang['admin']['info_urlcheckversion'] = 'If this url is the word "none" no checks will be made.<br/>An empty string will result in a default URL being used.';
$lang['admin']['urlcheckversion'] = 'Checar por novas versões do CMS utilizando esse URL';
$lang['admin']['master_admintheme'] = 'Tema de Administração Padrão (para página de login e novas contas de usuário)';
$lang['admin']['contenttype_separator'] = 'Separador';
$lang['admin']['contenttype_sectionheader'] = 'Cabeçalho da Seção';
$lang['admin']['contenttype_link'] = 'Link Externo';
$lang['admin']['contenttype_content'] = 'Conteúdo';
$lang['admin']['contenttype_pagelink'] = 'Link para Página Interna';
$lang['admin']['nogcbwysiwyg'] = 'Desabilitar editores WYSIWYG em Blocos de Conteúdo Global';
$lang['admin']['destination_page'] = 'Página de Destino';
$lang['admin']['additional_params'] = 'Parâmetros Adicionais';
$lang['admin']['help_function_current_date'] = ' <h3>What does this do?</h3>
<p>Prints the current date and time. If no format is given, it will default to a format similar to 'Jan 01, 2004'.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{current_date format="%A %d-%b-%y %T %Z"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - Date/Time format using parameters from php's strftime function. See <a href="http://php.net/strftime" target="_blank">here</a> for a parameter list and information.</li>
<li><em>(optional)</em>ucword - If true return uppercase the first character of each word.</li>
</ul>
</p>';
$lang['admin']['help_function_valid_xhtml'] = '<h3>What does this do?</h3>
<p>Returns a link to the w3c HTML validator.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{valid_xhtml}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> url (string) - The URL used for validation, if none is given http://validator.w3.org/check/referer is used.</li>
<li><em>(optional)</em> class (string) - If set, this will be used as class attribute for the link (a) element</li>
<li><em>(optional)</em> target (string) - If set, this will be used as target attribute for the link (a) element</li>
<li><em>(optional)</em> image (true/false) - If set to false, a text link will be used instead of an image/icon.</li>
<li><em>(optional)</em> text (string) - If set, this will be used for the link text or alternate text for the image. Default is 'valid XHTML 1.0 Transitional'.<br /> When an image is used, the given string will also be used for the image alt attribute (by default, this can be overridden by using the 'alt' parameter).</li>
<li><em>(optional)</em> image_class (string) - Only if 'image' is not set to false. If set, this will be used as class attribute for the image (img) element</li>
<li><em>(optional)</em> src (string) - Only if 'image' is not set to false. The icon to show. Default is http://www.w3.org/Icons/valid-xhtml10</li>
<li><em>(optional)</em> width (string) - Only if 'image' is not set to false. The image width. Default is 88 (width of http://www.w3.org/Icons/valid-xhtml10)</li>
<li><em>(optional)</em> height (string) - Only if 'image' is not set to false. The image height. Default is 31 (height of http://www.w3.org/Icons/valid-xhtml10)</li>
<li><em>(optional)</em> alt (string) - Only if 'image' is not set to false. The alternate text ('alt' attribute) for the image (element). If none is given the link text will be used.</li>
</ul>
</p>';
$lang['admin']['help_function_valid_css'] = '<h3>What does this do?</h3>
<p>Returns a link to the w3c CSS validator.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{valid_css}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> url (string) - The URL used for validation, if none is given http://jigsaw.w3.org/css-validator/check/referer is used.</li>
<li><em>(optional)</em> class (string) - If set, this will be used as class attribute for the link (a) element</li>
<li><em>(optional)</em> target (string) - If set, this will be used as target attribute for the link (a) element</li>
<li><em>(optional)</em> image (true/false) - If set to false, a text link will be used instead of an image/icon.</li>
<li><em>(optional)</em> text (string) - If set, this will be used for the link text or alternate text for the image. Default is 'Valid CSS 2.1'.<br /> When an image is used, the given string will also be used for the image alt attribute (by default, this can be overridden by using the 'alt' parameter).</li>
<li><em>(optional)</em> image_class (string) - Only if 'image' is not set to false. If set, this will be used as class attribute for the image (img) element</li>
<li><em>(optional)</em> src (string) - Only if 'image' is not set to false. The icon to show. Default is http://jigsaw.w3.org/css-validator/images/vcss</li>
<li><em>(optional)</em> width (string) - Only if 'image' is not set to false. The image width. Default is 88 (width of http://jigsaw.w3.org/css-validator/images/vcss)</li>
<li><em>(optional)</em> height (string) - Only if 'image' is not set to false. The image height. Default is 31 (height of http://jigsaw.w3.org/css-validator/images/vcss)</li>
<li><em>(optional)</em> alt (string) - Only if 'image' is not set to false. The alternate text ('alt' attribute) for the image (element). If none is given the link text will be used.</li>
</ul>
</p>';
$lang['admin']['help_function_title'] = ' <h3>What does this do?</h3>
<p>Prints the title of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{title}</code></p>
<h3>What parameters does it take?</h3>
<p><em>(optional)</em> assign (string) - Assign the results to a smarty variable with that name.</p>';
$lang['admin']['help_function_stylesheet'] = ' <h3>What does this do?</h3>
<p>Gets stylesheet information from the system. By default, it grabs all of the stylesheets attached to the current template.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page's head section like: <code>{stylesheet}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>name - Instead of getting all stylesheets for the given page, it will only get one spefically named one, whether it's attached to the current template or not.</li>
<li><em>(optional)</em>media - If name is defined, this allows you set a different media type for that stylesheet.</li>
</ul>
</p>';
$lang['admin']['help_function_stopexpandcollapse'] = ' <h3>What does this do?</h3>
<p>Enables content to be expandable and collapsable. Like the following:<br />
<a href="#expand1" onClick="expandcontent('expand1')" style="cursor:hand; cursor:pointer">Click here for more info</a><span id="expand1" class="expand"><a name="help"></a> - Here is all the info you will ever need...</a></span></p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like:<br />
<br />
<code>{startExpandCollapse id="name" title="Click Here"}<br />
This is all the content the user will see when they click the title "Click Here" above. It will display all the content that is between the {startExpandCollapse} and {stopExpandCollapse} when clicked.<br />
{stopExpandCollapse}
</code>
<br />
<br />
Note: If you intend to use this multiple times on a single page each startExpandCollapse tag must have a unique id.</p>
<h3>What if I want to change the look of the title?</h3>
<p>The look of the title can be changed via css. The title is wrapped in a div with the id you specify.</p>
<h3>What parameters does it take?</h3>
<p>
<i>startExpandCollapse takes the following parameters</i><br />
id - A unique id for the expand/collapse section.<br />
title - The text that will be displayed to expand/collapse the content.<br />
<i>stopExpandCollapse takes no parameters</i><br />
</p>';
$lang['admin']['help_function_startexpandcollapse'] = ' <h3>What does this do?</h3>
<p>Enables content to be expandable and collapsable. Like the following:<br />
<a href="#expand1" onClick="expandcontent('expand1')" style="cursor:hand; cursor:pointer">Click here for more info</a><span id="expand1" class="expand"><a name="help"></a> - Here is all the info you will ever need...</a></span></p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{startExpandCollapse id="name" title="Click Here"}</code>. Also, you must use the {stopExpandCollapse} at the end of the collapseable content. Here is an example:<br />
<br />
<code>{startExpandCollapse id="name" title="Click Here"}<br />
This is all the content the user will see when they click the title "Click Here" above. It will display all the content that is between the {startExpandCollapse} and {stopExpandCollapse} when clicked.<br />
{stopExpandCollapse}
</code>
<br />
<br />
Note: If you intend to use this multiple times on a single page each startExpandCollapse tag must have a unique id.</p>
<h3>What if I want to change the look of the title?</h3>
<p>The look of the title can be changed via css. The title is wrapped in a div with the id you specify.</p>
<h3>What parameters does it take?</h3>
<p>
<i>startExpandCollapse takes the following parameters</i><br />
id - A unique id for the expand/collapse section.<br />
title - The text that will be displayed to expand/collapse the content.<br />
<i>stopExpandCollapse takes no parameters</i><br />
</p>';
$lang['admin']['help_function_sitemap'] = ' <h3>Notice</h3>
<p>This plugin is deprecated. Users should now see the <code>{site_mapper}</code> plugin.</p>
<h3>What does this do?</h3>
<p>Prints out a sitemap.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{sitemap}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> <tt>class</tt> - A css_class for the ul-tag which includes the complete sitemap.</li>
<li><em>(optional)</em> <tt>start_element</tt> - The hierarchy of your element (ie : 1.2 or 3.5.1 for example). This parameter sets the root of the menu. You can use the page alias instead of hierarchy.</li>
<li><em>(optional)</em> <tt>number_of_levels</tt> - An integer, the number of levels you want to show in your menu. Should be set to 2 using a delimiter.</li>
<li><em>(optional)</em> <tt>delimiter</tt> - Text to separate entries not on depth 1 of the sitemap (i.e. 1.1, 1.2). This is helpful for showing entries on depth 2 beside each other (using css display:inline).</li>
<li><em>(optional)</em> <tt>initial 1/0</tt> - If set to 1, begin also the first entries not on depth 1 with a delimiter (i.e. 1.1, 2.1).</li>
<li><em>(optional)</em> <tt>relative 1/0</tt> - We are not going to show current page (with the sitemap) - we'll show only his childs.</li>
<li><em>(optional)</em> <tt>showall 1/0</tt> - We are going to show all pages if showall is enabled, else we'll only show pages with active menu entries.</li>
<li><em>(optional)</em> <tt>add_elements</tt> - A comma separated list of alias names which will be added to the shown pages with active menu entries (showall not enabled).</li>
</ul>
</p>';
$lang['admin']['help_function_adsense'] = ' <h3>What does this do?</h3>
<p>Google adsense is a popular advertising program for websites. This tag will take the basic parameters that would be provided by the adsense program and puts them in a easy to use tag that makes your templates look much cleaner. See <a href="http://www.google.com/adsense" target="_blank">here</a> for more details on adsense.</p>
<h3>How do I use it?</h3>
<p>First, sign up for a google adsense account and get the parameters for your ad. Then just use the tag in your page/template like so: <code>{adsense ad_client="pub-random#" ad_width="120" ad_height="600" ad_format="120x600_as"}</code>
<h3>What parameters does it take?</h3>
<p>All parameters are optional, though skipping one might not necessarily made the ad work right. Options are:
<ul>
<li>ad_client - This would be the pub_random# id that would represent your adsense account number</li>
<li>ad_width - width of the ad</li>
<li>ad_height - height of the ad</li>
<li>ad_format - "format" of the ad <em>e.g. 120x600_as</em></li>
<li>ad_channel - channels are an advanced feature of adsense. Put it here if you use it.</li>
<li>ad_type - possible options are text, image or text_image.</li>
<li>color_border - the color of the border. Use HEX color or type the color name (Ex. Red)</li>
<li>color_link - the color of the linktext. Use HEX color or type the color name (Ex. Red)</li>
<li>color_url - the color of the URL. Use HEX color or type the color name (Ex. Red)</li>
<li>color_text - the color of the text. Use HEX color or type the color name (Ex. Red)</li>
</ul>
</p>';
$lang['admin']['help_function_sitename'] = ' <h3>What does this do?</h3>
<p>Shows the name of the site. This is defined during install and can be modified in the Global Settings section of the admin panel.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{sitename}</code></p>
<h3>What parameters does it take?</h3>
<p><em>(optional)</em> assign (string) - Assign the results to a smarty variable with that name.</p>';
$lang['admin']['help_function_search'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=Search">Search module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='Search'}</code> you can now just use <code>{search}</code> to insert the module in a template.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{search}</code> in a template where you want the search input box to appear. For help about the Search module, please refer to the <a href="listmodules.php?action=showmodulehelp&module=Search">Search module help</a>.';
$lang['admin']['help_function_root_url'] = ' <h3>What does this do?</h3>
<p>Prints the root url location for the site.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{root_url}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time.</p>';
$lang['admin']['help_function_repeat'] = ' <h3>What does this do?</h3>
<p>Repeats a specified sequence of characters, a specified number of times</p>
<h3>How do I use it?</h3>
<p>Insert a tag similar to the following into your template/page, like this: <code>{repeat string='repeat this ' times='3'}</code>
<h3>What parameters does it take?</h3>
<ul>
<li>string='text' - The string to repeat</li>
<li>times='num' - The number of times to repeat it.</li>
</ul>';
$lang['admin']['help_function_recently_updated'] = ' <h3>What does this do?</h3>
<p>Outputs a list of recently updated pages.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{recently_updated}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><p><em>(optional)</em> number='10' - Number of updated pages to show.</p><p>Example: <pre>{recently_updated number='15'}</pre></p></li>
<li><p><em>(optional)</em> leadin='Last changed' - Text to show left of the modified date.</p><p>Example: <pre>{recently_updated leadin='Last Changed'}</pre></p></li>
<li><p><em>(optional)</em> showtitle='true' - Shows the titleattribute if it exists as well (true|false).</p><p>Example: <pre>{recently_updated showtitle='true'}</pre></p></li>
<li><p><em>(optional)</em> css_class='some_name' - Warp a div tag with this class around the list.</p><p>Example: <pre>{recently_updated css_class='some_name'}</pre></p></li>
<li><p><em>(optional)</em> dateformat='d.m.y h:m' - default is d.m.y h:m , use the format you whish (php -date- format)</p><p>Example: <pre>{recently_updated dateformat='D M j G:i:s T Y'}</pre></p></li>
</ul>
<p>or combined:</p>
<pre>{recently_updated number='15' showtitle='false' leadin='Last Change: ' css_class='my_changes' dateformat='D M j G:i:s T Y'}</pre>';
$lang['admin']['help_function_print'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=Printing">Printing module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='Printing'}</code> you can now just use <code>{print}</code> to insert the module on pages and templates.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{print}</code> on a page or in a template. For help about the Printing module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=Printing">Printing module help</a>.';
$lang['admin']['help_function_oldprint'] = ' <h3>What does this do?</h3>
<p>Creates a link to only the content of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{oldprint}</code><br></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em> goback - Set to "true" to show a "Go Back" link on the page to print.</li>
<li><em>(optional)</em> popup - Set to "true" and page for printing will by opened in new window.</li>
<li><em>(optional)</em> script - Set to "true" and in print page will by used java script for run print of page.</li>
<li><em>(optional)</em> showbutton - Set to "true" and will show a printer graphic instead of a text link.</li>
<li><em>(optional)</em> class - class for the link, defaults to "noprint".</li>
<li><em>(optional)</em> text - Text to use instead of "Print This Page" for the print link.
<li><em>(optional)</em> title - Text to show for title attribute. If blank show text parameter.</li>
<li><em>(optional)</em> more - Place additional options inside the <a> link.</li>
<li><em>(optional)</em> src_img - Show this image file. Default images/cms/printbutton.gif.</li>
<li><em>(optional)</em> class_img - Class of <img> tag if showbutton is sets.</li>
<p>Example:</p>
<pre>{oldprint text="Printable Page"}</pre>
</li>
</ul>';
$lang['admin']['login_info_title'] = 'Informação';
$lang['admin']['login_info'] = 'Desse ponto em diante leve em consideração os seguintes parâmetros';
$lang['admin']['login_info_params'] = '<ol>
<li>Se Cookies estão habilitados em seu navegador</li>
<li>Se o Javascript está habilitado em seu navegador</li>
<li>Se popups estão habilitados para os seguintes endereços:</li>
</ol>';
$lang['admin']['help_function_news'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=News">News module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='News'}</code> you can now just use <code>{news}</code> to insert the module on pages and templates.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{news}</code> on a page or in a template. For help about the News module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=News">News module help</a>.';
$lang['admin']['help_function_modified_date'] = ' <h3>What does this do?</h3>
<p>Prints the date and time the page was last modified. If no format is given, it will default to a format similar to 'Jan 01, 2004'.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{modified_date format="%A %d-%b-%y %T %Z"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - Date/Time format using parameters from php's strftime function. See <a href="http://php.net/strftime" target="_blank">here</a> for a parameter list and information.</li>
</ul>';
$lang['admin']['help_function_metadata'] = ' <h3>What does this do?</h3>
<p>Displays the metadata for this page. Both global metdata from the global settings page and metadata for each page will be shown.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template like: <code>{metadata}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>showbase (true/false) - If set to false, the base tag will not be sent to the browser. Defaults to true if use_hierarchy is set to true in config.php.</li>
</ul>';
$lang['admin']['help_function_menu_text'] = ' <h3>What does this do?</h3>
<p>Prints the menu text of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{menu_text}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time.</p>';
$lang['admin']['help_function_menu'] = ' <h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module</a> to make the tag syntax easier.
Instead of having to use <code>{cms_module module='MenuManager'}</code> you can now just use <code>{menu}</code> to insert the module on pages and templates.
</p>
<h3>How do I use it?</h3>
<p>Just put <code>{menu}</code> on a page or in a template. For help about the Menu Manager module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module help</a>.';
$lang['admin']['help_function_last_modified_by'] = ' <h3>What does this do?</h3>
<p>Prints last person that edited this page. If no format is given, it will default to a ID number of user .</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{last_modified_by format="fullname"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - id, username, fullname</li>
</ul>';
$lang['admin']['help_function_image'] = ' <h3>What does this do?</h3>
<p>Creates an image tag to an image stored within your images directory</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{image src="something.jpg"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(required)</em> <tt>src</tt> - Image filename within your images directory.</li>
<li><em>(optional)</em> <tt>width</tt> - Width of the image within the page. Defaults to true size.</li>
<li><em>(optional)</em> <tt>height</tt> - Height of the image within the page. Defaults to true size.</li>
<li><em>(optional)</em> <tt>alt</tt> - Alt text for the image -- needed for xhtml compliance. Defaults to filename.</li>
<li><em>(optional)</em> <tt>class</tt> - CSS class for the image.</li>
<li><em>(optional)</em> <tt>title</tt> - Mouse over text for the image. Defaults to Alt text.</li>
<li><em>(optional)</em> <tt>addtext</tt> - Additional text to put into the tag</li>
</ul>';
$lang['admin']['help_function_imagegallery'] = ' <h3>What does this do?</h3>
<p>Creates a gallery out of a folder of images (.gif, .jpg or .png).
You can click on a thumbnail image to view the bigger image. It can use
captions which are based on the image name, minus the file extension. It
follows web standards and uses CSS for formatting. There are classes
for various elements and for the surrounding 'div'. Check out the CSS below for
more information.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template or page like: </p>
<code>{ImageGallery picFolder="uploads/images/yourfolder/"}</code>
<p>Where picFolder is the folder where your images are stored.</p>
<h3>What parameters does it take?</h3>
<p>It can take quite a few parameters, but the example above is probably
good for most people :) </p>
<ol>
<li><strong>picFolder e.g. picFolder="uploads/images/yourfolder/"</strong><br/>
Is the path to the gallery (yourfolder) ending in'/'. So you can have
lots of directories and lots of galleries.</li>
<li><strong>type e.g. type="click" or type="popup"</strong><br/>
For the "popup" function to work you need to include the popup javascript into
the head of your template e.g. "<head></head>". The javascript is at
the bottom of this page! <em>The default is 'click'.</em></li>
<li><strong>divID e.g. divID ="imagegallery"</strong><br/>
Sets the wrapping 'div id' around your gallery so that you can have
different CSS for each gallery. <em>The default is 'imagegallery'.</em></li>
<li><strong>sortBy e.g. sortBy = "name" or sortBy = "date"</strong><br/>
Sort images by 'name' OR 'date'. <em>No default.</em></li>
<li><strong>sortByOrder e.g. sortByOrder = "asc" or sortByOrder = "desc"</strong><br/>
<em>No default.</em>.</li>
<li>This sets caption above the big (clicked on) image<br/>
<strong>bigPicCaption = "name" </strong>(filename excluding extension)<em> or </em><br/>
<strong>bigPicCaption = "file" </strong>(filename including extension)<em> or </em><br/>
<strong>bigPicCaption = "number" </strong>(a number sequence)<em> or </em><br/>
<strong>bigPicCaption = "none" </strong>(No caption)<br/>
<em>The Default is "name". </em></li>
<li>This sets the caption below the small thumbnail<br/>
<strong>thumbPicCaption = "name"</strong> (filename excluding extension)<em> or </em><br/>
<strong>thumbPicCaption = "file"</strong> (filename including extension)<em> or </em><br/>
<strong>thumbPicCaption = "number" </strong>(a number sequence)<em> or </em><br/>
<strong>thumbPicCaption = "none" </strong>(No caption)<br/>
<em>The Default is "name".</em></li>
<li>Sets the 'alt' tag for the big image - compulsory.<br/>
<strong>bigPicAltTag = "name" </strong>(filename excluding extension)<em> or </em><br/>
<strong>bigPicAltTag = "file" </strong>(filename including extension)<em> or </em><br/>
<strong>bigPicAltTag = "number" </strong>(a number sequence)<br/>
<em>The Default is "name".</em></li>
<li> Sets the 'title' tag for the big image. <br/>
<strong>bigPicTitleTag = "name" </strong>(filename excluding extension)<em> or </em><br/>
<strong>bigPicTitleTag = "file" </strong>(filename including extension)<em> or </em><br/>
<strong>bigPicTitleTag = "number" </strong>(a number sequence)<em> or </em><br/>
<strong>bigPicTitleTag = "none" </strong>(No title)<br/>
<em>The Default is "name".</em></li>
<li><strong>thumbPicAltTag</strong><br/>
<em>Is the same as bigPicAltTag, but for the small thumbnail images.<em></li>
<li><strong>thumbPicTitleTag *</strong><br/>
<em>Is the same as bigPicTitleTag but for the small thumbnail images.<br/>
<strong>*Except that after the options you have '... click for a bigger image'
or if you do not set this option then you get the default of
'Click for a bigger image...'</em></strong></li>
</ol>
<p>A More Complex Example</p>
<p>'div id' is 'cdcovers', no Caption on big images, thumbs have default caption.
'alt' tags for the big image are set to the name of the image file without the extension
and the big image 'title' tag is set to the same but with an extension.
The thumbs have the default 'alt' and 'title' tags. The default being the name
of the image file without the extension for 'alt' and 'Click for a bigger image...' for the 'title',
would be:</p>
<code>{ImageGallery picFolder="uploads/images/cdcovers/" divID="cdcovers" bigPicCaption="none" bigPicAltTag="name" bigPicTitleTag="file"}</code>
<br/>
<p>It's got lots of options but I wanted to keep it very flexible and you don't have to set them, the defaults are sensible.</p>
<br/>
<h4>Example CSS</h4>
<pre>
/* Image Gallery - Small Thumbnail Images */
.thumb {
margin: 1em 1em 1.6em 0; /* Space between images */
padding: 0;
float: left;
text-decoration: none;
line-height: normal;
text-align: left;
}
.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
width: 100px; /* Image width*/
height: 100px; /* Image height*/
display: inline;
padding: 12px; /* Image padding to form photo frame */
/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
margin: 0;
background-color: white; /*Background of photo */
border-top: 1px solid #eee; /* Borders of photo frame */
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-left: 1px solid #eee;
text-decoration: none;
}
.thumb a:visited img {
background-color: #eee; /*Background of photo on hover - sort of a light grey */
}
.thumb a:hover img {
background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
}
.thumbPicCaption {
text-align: center;
font-size: smaller;
margin: 0 1px 0 0;
padding: 0;
width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
/* display: none; if you do not want to display this text */
}
/* Image Gallery - Big Images */
.bigPic {
margin: 10px 0 5px 0;
padding: 0;
line-height: normal;
}
.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
text-align: center;
font-weight: bold;
font-variant: small-caps;
font-weight: bold;
margin: 0 1px 0 0;
padding: 0;
width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
/* display: none; if you do not want to display this text */
}
.bigPic img{ /* Big Image settings */
width: 350px; /* Width of Big Image */
height: auto;
display: inline;
padding: 18px; /* Image padding to form photo frame. */
/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
margin: 0;
background-color: white; /* Background of photo */
border-top: 1px solid #eee; /* Borders of photo frame */
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
border-left: 1px solid #eee;
text-decoration: none;
text-align: left;
}
.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
margin: 0;
width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
padding: 0;
color: #000;
font-size: smaller;
line-height: normal;
text-align: center;
/* display: none; if you do not want to display this text. Why? You Lose Navigation! */
}
</pre>
<br/>
<h4>The popup javascript is now included in plugin code and will be generated automatically if you still have javascript in your template please remove it.</h4>';
$lang['admin']['help_function_html_blob'] = ' <h3>What does this do?</h3>
<p>See the help for global_content for a description.</p>';
$lang['admin']['help_function_googlepr'] = ' <h3>What does this do?</h3>
<p>Display's a number that represents your google pagerank.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{googlepr}</code><br>
<br>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em> domain - The website to display the pagerank for.</li>
</ul>
</p>';
$lang['admin']['help_function_google_search'] = ' <h3>What does this do?</h3>
<p>Search's your website using Google's search engine.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{google_search}</code><br>
<br>
Note: Google needs to have your website indexed for this to work. You can submit your website to google <a href="http://www.google.com/addurl.html">here</a>.</p>
<h3>What if I want to change the look of the textbox or button?</h3>
<p>The look of the textbox and button can be changed via css. The textbox is given an id of textSearch and the button is given an id of buttonSearch.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em> domain - This tells google the website domain to search. This script tries to determine this automatically.</li>
<li><em>(optional)</em> buttonText - The text you want to display on the search button. The default is "Search Site".</li>
</ul>
</p>';
$lang['admin']['help_function_global_content'] = ' <h3>What does this do?</h3>
<p>Inserts a global content block into your template or page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{global_content name='myblob'}</code>, where name is the name given to the block when it was created.</p>
<h3>What parameters does it take?</h3>
<ul>
<li>name - The name of the global content block to display.</li>
<li><em>(optional)</em> assign - The name of a smarty variable that the global content block should be assigned to.</li>
</ul>';
$lang['admin']['help_function_get_template_vars'] = ' <h3>What does this do?</h3>
<p>Dumps all the known smarty variables into your page</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{get_template_vars}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time</p>';
$lang['admin']['help_function_embed'] = ' <h3>What does this do?</h3>
<p>Enable inclusion (embeding) of any other application into the CMS. The most usual use could be a forum.
This implementation is using IFRAMES so older browsers can have problems. Sorry bu this is the only known way
that works without modifing the embeded application.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{embed url=http://www.google.com/}</code><br></p>
<h4>Example to make the iframe larger</h4>
<p>Add the following to your style sheet:</p>
<pre>#myframe { height: 600px; }</pre>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(required)</em>url - the url to be included
<li><em>(optional)</em>header=true - this will generate the header code for good resizing of the IFRAME.</li>
</ul>
<p>You must include in your page content {embed url=..} and in the "Metadata:" section (advanced tab) you must put {embed header=true}. Also be sure to put this in between the "head" tags of your template: {metadata}</p>';
$lang['admin']['help_function_edit'] = ' <h3>What does this do?</h3>
<p>Creates a link to edit the page</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{edit}</code><br></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>showbutton - Set to "true" and will show a edit graphic instead of a text link.</li>
</ul>';
$lang['admin']['help_function_description'] = ' <h3>What does this do?</h3>
<p>Prints the description (title attribute) of the page.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{description}</code></p>
<h3>What parameters does it take?</h3>
<p>None at this time.</p>';
$lang['admin']['help_function_created_date'] = ' <h3>What does this do?</h3>
<p>Prints the date and time the page was created. If no format is given, it will default to a format similar to 'Jan 01, 2004'.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{created_date format="%A %d-%b-%y %T %Z"}</code></p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>format - Date/Time format using parameters from php's strftime function. See <a href="http://php.net/strftime" target="_blank">here</a> for a parameter list and information.</li>
</ul>';
$lang['admin']['help_function_content'] = ' <h3>What does this do?</h3>
<p>This is where the content for your page will be displayed. It's inserted into the template and changed based on the current page being displayed.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template like: <code>{content}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><em>(optional)</em>block - Allows you to have more than one content block per page. When multiple content tags are put on a template, that number of edit boxes will be displayed when the page is edited.
<p>Example:</p>
<pre>{content block="Second Content Block"}</pre>
<p>Now, when you edit a page there will a textarea called "Second Content Block".</li>
<li><em>(optional)</em>wysiwyg (true/false) - If set to false, then a wysiwyg will never be used while editing this block. If true, then it acts as normal. Only works when block parameter is used.</li>
<li><em>(optional)</em>oneline (true/false) - If set to true, then only one edit line will be shown while editing this block. If false, then it acts as normal. Only works when block parameter is used.</li>
<li><em>(optional)</em>default - Allows you to specify default content content for this content blocks (additional content blocks only).</li>
<li><em>(optional)</em>assign - Assigns the content to a smarty parameter, which you can then use in other areas of the page, or use to test whether content exists in it or not.
<p>Example of passing page content to a User Defined Tag as a parameter:</p>
<pre>
{content assign=pagecontent}
{table_of_contents thepagecontent="$pagecontent"}
</pre>
</li>
</ul>';
$lang['admin']['help_function_contact_form'] = ' <h2>NOTE: This plugin is deprecated</h2>
<p>This smarty plugin is deprecated, and may not be included with further versions of CMS Made Simple. We recommend you use the formbuilder module and it's included contact form.</p>
<h3>What does this do?</h3>
<p>Display's a contact form. This can be used to allow others to send an email message to the address specified.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{contact_form email="yourname@yourdomain.com"}</code><br>
<br>
If you would like to send an email to multiple adresses, seperate each address with a comma.</p>
<h3>What parameters does it take?</h3>
<ul>
<li>email - The email address that the message will be sent to.</li>
<li><em>(optional)</em>style - true/false, use the predefined styles. Default is true.</li>
<li><em>(optional)</em>subject_get_var - string, allows you to specify which _GET var to use as the default value for subject.
<p>Example:</p>
<pre>{contact_form email="yourname@yourdomain.com" subject_get_var="subject"}</pre>
<p>Then call the page with the form on it like this: /index.php?page=contact&subject=test+subject</p>
<p>And the following will appear in the "Subject" box: "test subject"
</li>
<li><em>(optional)</em>captcha - true/false, use Captcha response test (Captcha module must be installed). Default is false.</li>
</ul>
</p>';
$lang['admin']['help_function_cms_versionname'] = ' <h3>What does this do?</h3>
<p>This tag is used to insert the current version name of CMS into your template or page. It doesn't display any extra besides the version name.</p>
<h3>How do I use it?</h3>
<p>This is just a basic tag plugin. You would insert it into your template or page like so: <code>{cms_versionname}</code>
<h3>What parameters does it take?</h3>
<p>It takes no parameters.</p>';
$lang['admin']['help_function_cms_version'] = ' <h3>What does this do?</h3>
<p>This tag is used to insert the current version number of CMS into your template or page. It doesn't display any extra besides the version number.</p>
<h3>How do I use it?</h3>
<p>This is just a basic tag plugin. You would insert it into your template or page like so: <code>{cms_version}</code>
<h3>What parameters does it take?</h3>
<p>It takes no parameters.</p>';
$lang['admin']['about_function_cms_selflink'] = ' <p>Author: Ted Kulp <tedkulp@users.sf.net></p>
<p>Version: 1.1</p>
<p>Modified: Martin B. Vestergaard <mbv@nospam.dk></p>
<p>Version: 1.41</p>
<p>Modified: Russ Baldwin</p>
<p>Version: 1.42</p>
<p>Modified: Marcus Bointon <coolbru@users.sf.net></p>
<p>Version: 1.43</p>
<p>Modified: Tatu Wikman <tsw@backspace.fi></p>
<p>Version: 1.44</p>
<p>Modified: Hans Mogren <http://hans.bymarken.net/></p>
<p>Version: 1.45</p>
<p>
Change History:<br/>
1.46 - Fixes a problem with too many queries when using the dir=start option.<br/>
1.45 - Added a new option for "dir", "up", for links to the parent page e.g. dir="up" (Hans Mogren).<br />
1.44 - Added new parameters "ext" and "ext_info" to allow external links with class="external" and info text after the link, ugly hack but works thinking about rewriting this(Tatu Wikman)<br />
1.43 - Added new parameters "image" and "imageonly" to allow attachment of images to be used for page links, either instead of or in addition to text links. (Marcus Bointon)<br />
1.42 - Added new parameter "anchorlink" and a new option for "dir" namely, "anchor", for internal page links. e.g. dir="anchor" anchorlink="internal_link". (Russ)<br />
1.41 - added new parameter "href" (LeisureLarry)<br />
1.4 - fixed bug next/prev linking to non-content pages. (Thanks Teemu Koistinen for this fix)<br />
1.3 - added option "more"<br />
1.2 - by Martin B. Vestergaard
<ul>
<li>changed default text to Page Name (was Page Alias)</li>
<li>added option dir=next/prev to display next or previous item in the hirachy - thanks to 100rk</li>
<li>added option class to add a class= statement to the a-tag.</li>
<li>added option menu to display menu-text in sted of Page Name</li>
<li>added option lang to display link-labels in different languages</li>
</ul>
1.1 - Changed to new content system<br />
1.0 - Initial release
</p>';
$lang['admin']['help_function_cms_selflink'] = ' <h3>What does this do?</h3>
<p>Creates a link to another CMSMS content page inside your template or content. Can also be used for external links with the ext parameter.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{cms_selflink page="1"}</code> or <code>{cms_selflink page="alias"}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> <tt>page</tt> - Page ID or alias to link to.</li>
<li><em>(optional)</em> <tt>dir anchor (internal links)</tt> - New option for an internal page link. If this is used then <tt>anchorlink</tt> should be set to your link. </li> <!-- Russ - 25-04-2006 -->
<li><em>(optional)</em> <tt>anchorlink</tt> - New paramater for an internal page link. If this is used then <tt>dir ="anchor"</tt> should also be set. No need to add the #, because it is added automatically.</li> <!-- Russ - 25-04-2006 -->
<li><em>(optional)</em> <tt>urlparam</tt> - Specify additional parameters to the URL. <strong>Do not use this in conjunction with the <em>anchorlink</em> parameter</em></strong>
<li><em>(optional)</em> <tt>tabindex ="a value"</tt> - Set a tabindex for the link.</li> <!-- Russ - 22-06-2005 -->
<li><em>(optional)</em> <tt>dir start/next/prev/up (previous)</tt> - Links to the default start page or the next or previous page, or the parent page (up). If this is used <tt>page</tt> should not be set.</li> <!-- mbv - 21-06-2005 -->
<B>Note!</B> Only one of the above may be used in the same cms_selflink statement!!
<li><em>(optional)</em> <tt>text</tt> - Text to show for the link. If not given, the Page Name is used instead.</li>
<li><em>(optional)</em> <tt>menu 1/0</tt> - If 1 the Menu Text is used for the link text instead of the Page Name</li> <!-- mbv - 21-06-2005 -->
<li><em>(optional)</em> <tt>target</tt> - Optional target for the a link to point to. Useful for frame and javascript situations.</li>
<li><em>(optional)</em> <tt>class</tt> - Class for the <a> link. Useful for styling the link.</li> <!-- mbv - 21-06-2005 -->
<li><em>(optional)</em> <tt>lang</tt> - Display link-labels ("Next Page"/"Previous Page") in different languages (0 for no label.) Danish (dk), English (en) or French (fr), for now.</li> <!-- mbv - 21-06-2005 -->
<li><em>(optional)</em> <tt>id</tt> - Optional css_id for the <a> link.</li> <!-- mbv - 29-06-2005 -->
<li><em>(optional)</em> <tt>more</tt> - place additional options inside the <a> link.</li> <!-- mbv - 29-06-2005 -->
<li><em>(optional)</em> <tt>label</tt> - Label to use in with the link if applicable.</li>
<li><em>(optional)</em> <tt>label_side left/right</tt> - Side of link to place the label (defaults to "left").</li>
<li><em>(optional)</em> <tt>title</tt> - Text to use in the title attribute. If none is given, then the title of the page will be used for the title.</li>
<li><em>(optional)</em> <tt>rellink 1/0</tt> - Make a relational link for accessible navigation. Only works if the dir parameter is set and should only go in the head section of a template.</li>
<li><em>(optional)</em> <tt>href</tt> - If href is used only the href value is generated (no other parameters possible). <strong>Example:</strong> <a href="{cms_selflink href="alias"}"><img src=""></a></li>
<li><em>(optional)</em> <tt>image</tt> - A url of an image to use in the link. <strong>Example:</strong> {cms_selflink dir="next" image="next.png" text="Next"}</li>
<li><em>(optional)</em> <tt>alt</tt> - Alternative text to be used with image (alt="" will be used if no alt parameter is given).</li>
<li><em>(optional)</em> <tt>imageonly</tt> - If using an image, whether to suppress display of text links. If you want no text in the link at all, also set lang=0 to suppress the label. <B>Example:</B> {cms_selflink dir="next" image="next.png" text="Next" imageonly=1}</li>
<li><em>(optional)</em> <tt>ext</tt> - For external links, will add class="external and info text. <strong>warning:</strong> only text, target and title parameters are compatible with this parameter</li>
<li><em>(optional)</em> <tt>ext_info</tt> - Used together with "ext" defaults to (external link)</li>
</ul>
</p>';
$lang['admin']['about_function_cms_module'] = ' <p>Author: Ted Kulp<tedkulp@users.sf.net></p>
<p>Version: 1.0</p>
<p>
Change History:<br/>
None
</p>';
$lang['admin']['help_function_cms_module'] = ' <h3>What does this do?</h3>
<p>This tag is used to insert modules into your templates and pages. If a module is created to be used as a tag plugin (check it's help for details), then you should be able to insert it with this tag.</p>
<h3>How do I use it?</h3>
<p>It's just a basic tag plugin. You would insert it into your template or page like so: <code>{cms_module module="somemodulename"}</code>
<h3>What parameters does it take?</h3>
<p>There is only one required parameter. All other parameters are passed on to the module.
<ul>
<li>module - Name of the module to insert. This is not case sensitive.</li>
</ul>
</p>';
$lang['admin']['about_function_breadcrumbs'] = '<p>Author: Marcus Deglos <<a href="mailto:md@zioncore.com">md@zioncore.com</a>></p>
<p>Version: 1.7</p>
<p>
Change History:<br/>
1.1 - Modified to use new content rewrite (wishy)<br />
1.2 - Added parameters: delimiter, initial, and root (arl)<br />
1.3 - Added parameter: classid (tdh / perl4ever)<br />
1.4 - Added parameter currentclassid and fixed some bugs (arl)<br />
1.5 - Modified to use new hierarchy manager<br />
1.6 - Modified to skip any parents that are marked to be "not shown in menu" except for root<br />
1.7 - Added root_url parameter (elijahlofgren)<br />
</p>';
$lang['admin']['help_function_breadcrumbs'] = '<h3>What does this do?</h3>
<p>Prints a breadcrumb trail .</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{breadcrumbs}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><em>(optional)</em> <tt>delimiter</tt> - Text to seperate entries in the list (default ">>").</li>
<li><em>(optional)</em> <tt>initial</tt> - 1/0 If set to 1 start the breadcrumbs with a delimiter (default 0).</li>
<li><em>(optional)</em> <tt>root</tt> - Page alias of a page you want to always appear as the first page in
the list. Can be used to make a page (e.g. the front page) appear to be the root of everything even though it is not.</li>
<li><em>(optional)</em> <tt>root_url</tt> - Override the URL of the root page. Useful for making link be to '/' instead of '/home/'. This requires that the root page be set as the default page.</li>
<li><em>(optional)</em> <tt>classid</tt> - The CSS class for the non current page names, i.e. the first n-1 pages in the list. If the name is a link it is added to the <a href> tags, otherwise it is added to the <span> tags.</li>
<li><em>(optional)</em> <tt>currentclassid</tt> - The CSS class for the <span> tag surrounding the current page name.</li>
<li><em>(optional)</em> <tt>starttext</tt> - Text to append to the front of the breadcrumbs list, something like "You are here".</li>
</ul>
</p>';
$lang['admin']['about_function_anchor'] = ' <p>Author: Ted Kulp<tedkulp@users.sf.net></p>
<p>Version: 1.1</p>
<p>
Change History:<br/>
<strong>Update to version 1.1 from 1.0</strong> <em>2006/07/19</em><br/>
Russ added the means to insert a title, a tabindex and a class for the anchor link. Westis added accesskey and changed parameter names to not include 'anchorlink'.<br/>
</hr>
</p>';
$lang['admin']['help_function_anchor'] = ' <h3>What does this do?</h3>
<p>Makes a proper anchor link.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{anchor anchor='here' text='Scroll Down'}</code></p>
<h3>What parameters does it take?</h3>
<p>
<ul>
<li><tt>anchor</tt> - Where we are linking to. The part after the #.</li>
<li><tt>text</tt> - The text to display in the link.</li>
<li><tt>class</tt> - The class for the link, if any</li>
<li><tt>title</tt> - The title to display for the link, if any.</li>
<li><tt>tabindex</tt> - The numeric tabindex for the link, if any.</li>
<li><tt>accesskey</tt> - The accesskey for the link, if any.</li>
<li><em>(optional)</em> <tt>onlyhref</tt> - Only display the href and not the entire link. No other options will work</li>
</ul>
</p>';
$lang['admin']['help_function_site_mapper'] = '<h3>What does this do?</h3>
<p>This is actually just a wrapper tag for the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module</a> to make the tag syntax easier, and to simplify creating a sitemap.</p>
<h3>How do I use it?</h3>
<p>Just put <code>{site_mapper}</code> on a page or in a template. For help about the Menu Manager module, what parameters it takes etc., please refer to the <a href="listmodules.php?action=showmodulehelp&module=MenuManager">Menu Manager module help</a>.</p>
<p>By default, if no template option is specified the minimal_menu.tpl file will be used.</p>
<p>Any parameters used in the tag are available in the menumanager template as <code>{$menuparams.paramname}</code></p>';
$lang['admin']['help_function_redirect_url'] = '<h3>What does this do?</h3>
<p>This plugin allows you to easily redirect to a specified url. It is handy inside of smarty conditional logic (for example, redirect to a splash page if the site is not live yet).</p>
<h3>How do I use it?</h3>
<p>Simply insert this tage into your page or template: <code>{redirect_url to='www.cmsmadesimple.org'}</code></p>';
$lang['admin']['help_function_redirect_page'] = '<h3>What does this do?</h3>
<p>This plugin allows you to easily redirect to another page. It is handy inside of smarty conditional logic (for example, redirect to a login page if the user is not logged in.)</p>
<h3>How do I use it?</h3>
<p>Simply insert this tage into your page or template: <code>{redirect_page page='some-page-alias'}</code></p>';
$lang['admin']['of'] = 'de';
$lang['admin']['first'] = 'Primeiro';
$lang['admin']['last'] = 'Último';
$lang['admin']['adminspecialgroup'] = 'Aviso: Membros desse grupo tem todas as permissões automaticamente';
$lang['admin']['disablesafemodewarning'] = 'Desabilitar Alerta sobre o PHP Safe Mode';
$lang['admin']['allowparamcheckwarnings'] = 'Allow parameter checks to create warning messages';
$lang['admin']['date_format_string'] = 'String de Formato da Data';
$lang['admin']['date_format_string_help'] = 'Formato da data conforme <em>strftime</em>. Procure 'php strftime data manual' no google';
$lang['admin']['last_modified_at'] = 'Ultima modificação em';
$lang['admin']['last_modified_by'] = 'Ultima Modificação por';
$lang['admin']['read'] = 'Ler';
$lang['admin']['write'] = 'Escrever';
$lang['admin']['execute'] = 'Executar';
$lang['admin']['group'] = 'Grupo';
$lang['admin']['other'] = 'Outro';
$lang['admin']['event_desc_moduleupgraded'] = 'Enviado depois que um modulo é atualizado';
$lang['admin']['event_desc_moduleinstalled'] = 'Enviado depois que um modulo é instalado';
$lang['admin']['event_desc_moduleuninstalled'] = 'Enviado depois que um modulo é desinstalado';
$lang['admin']['event_desc_edituserdefinedtagpost'] = 'Enviado depois que uma tag definida pelo usuário é atualizada';
$lang['admin']['event_desc_edituserdefinedtagpre'] = 'Enviado antes que uma tag definida pelo usuário é atualizada';
$lang['admin']['event_desc_deleteuserdefinedtagpre'] = 'Enviado antes que uma tag definida pelo usuário é deletada';
$lang['admin']['event_desc_deleteuserdefinedtagpost'] = 'Enviado depois que uma tag definida pelo usuário é deletada';
$lang['admin']['event_desc_adduserdefinedtagpost'] = 'Enviado depois que uma tag definida pelo usuário é inserida';
$lang['admin']['event_desc_adduserdefinedtagpre'] = 'Enviado antes que uma tag definida pelo usuário é atualizada';
$lang['admin']['global_umask'] = 'Mascára de Criação de Arquivo (desmascarar)';
$lang['admin']['errorcantcreatefile'] = 'Não foi possivel criar o arquivo (problema de permissão?)';
$lang['admin']['errormoduleversionincompatible'] = 'O módulo é incompatível com esta versão do CMS';
$lang['admin']['errormodulenotloaded'] = 'Erro interno, o módulo não instanciado';
$lang['admin']['errormodulenotfound'] = 'Erro interno, não foi possível encontrar a instância do módulo';
$lang['admin']['errorinstallfailed'] = 'A instalação do módulo falhou';
$lang['admin']['errormodulewontload'] = 'Problema ao instanciar um módulo disponível';
$lang['admin']['frontendlang'] = 'Idioma padrão para a interface do usuário';
$lang['admin']['info_edituser_password'] = 'Modifique este campo para alterar a senha do usuário';
$lang['admin']['info_edituser_passwordagain'] = 'Modifique este campo para alterar a senha do usuário';
$lang['admin']['originator'] = 'Criador';
$lang['admin']['module_name'] = 'Nome do Módulo';
$lang['admin']['event_name'] = 'Nome do Evento';
$lang['admin']['event_description'] = 'Descrição do Evento';
$lang['admin']['error_delete_default_parent'] = 'Você não pode excluir a pai de uma página padrão.';
$lang['admin']['jsdisabled'] = 'Desculpe, esta função exige que você tenha o JavaScript habilitado.';
$lang['admin']['order'] = 'Ordem';
$lang['admin']['reorderpages'] = 'Reordenar Páginas';
$lang['admin']['reorder'] = 'Reordenar';
$lang['admin']['page_reordered'] = 'A página foi reordenada com sucesso.';
$lang['admin']['pages_reordered'] = 'As páginas foram reordenadas com sucesso.';
$lang['admin']['sibling_duplicate_order'] = 'Duas páginas relacionadas nao pode ter a mesma ordem. As páginas não foram reordenadas.';
$lang['admin']['no_orders_changed'] = 'Você decidiu reordenar as páginas, mas nao mudou a ordem de nenhuma delas. As páginas não foram reordenadas.';
$lang['admin']['order_too_small'] = 'Um ordenamento de página não pode ser zero. As páginas não foram reordenadas.';
$lang['admin']['order_too_large'] = 'Uma ordem página não pode ser maior do que o número de páginas naquele nivel. As páginas não foram reordenadas.';
$lang['admin']['user_tag'] = 'Tag do Usuário';
$lang['admin']['add'] = 'Adicionar';
$lang['admin']['CSS'] = 'Folha de Estilos (CSS)';
$lang['admin']['about'] = 'Sobre';
$lang['admin']['action'] = 'Ação';
$lang['admin']['actionstatus'] = 'Ação/Status';
$lang['admin']['active'] = 'Ativado';
$lang['admin']['addcontent'] = 'Adicionar Novo Conteúdo';
$lang['admin']['cantremove'] = 'Não foi possível remover';
$lang['admin']['changepermissions'] = 'Mudar Permissões';
$lang['admin']['changepermissionsconfirm'] = 'CUIDADO\n\nEsta ação irá tentar certificar-se que todos os arquivos do módulo são graváveis pelo servidor.\nTem certeza que deseja continuar ?';
$lang['admin']['contentadded'] = 'O conteúdo foi adicionado ao banco de dados com sucesso.';
$lang['admin']['contentupdated'] = 'O conteúdo foi atualizado com sucesso.';
$lang['admin']['contentdeleted'] = 'O conteúdo foi removido do banco de dados com sucesso.';
$lang['admin']['success'] = 'Sucesso';
$lang['admin']['addcss'] = 'Adicionar Novo Folha de Estilos';
$lang['admin']['addgroup'] = 'Adicionar Novo Grupo';
$lang['admin']['additionaleditors'] = 'Editores Adicionais';
$lang['admin']['addtemplate'] = 'Adicionar Novo Modelo Visual';
$lang['admin']['adduser'] = 'Adicionar Novo Usuário';
$lang['admin']['addusertag'] = 'Adicionar Tag Definida pelo Usuário';
$lang['admin']['adminaccess'] = 'Entre como administrador para ter acesso';
$lang['admin']['adminlog'] = 'Registro de Administração';
$lang['admin']['adminlogcleared'] = 'O Log de Administração foi esvaziado com sucesso';
$lang['admin']['adminlogempty'] = 'O Log de Adminsitração está vazio';
$lang['admin']['adminsystemtitle'] = 'Sistema de Administração do CMS';
$lang['admin']['adminpaneltitle'] = 'Painel de Administração do CMS Made Simple';
$lang['admin']['advanced'] = 'Avançado';
$lang['admin']['aliasalreadyused'] = 'Atalho já utilizado em outra página';
$lang['admin']['aliasmustbelettersandnumbers'] = 'Nome do Atalho deve ser de letras e números';
$lang['admin']['aliasnotaninteger'] = 'Nome do Atalho não pode ser um número inteiro';
$lang['admin']['allpagesmodified'] = 'Todas as páginas foram modificadas!';
$lang['admin']['assignments'] = 'Associações';
$lang['admin']['associationexists'] = 'Esta associação já existe';
$lang['admin']['autoinstallupgrade'] = 'Instalar ou atualizar automaticamente';
$lang['admin']['back'] = 'Voltar ao menu';
$lang['admin']['backtoplugins'] = 'Voltar para a lista de Plugins';
$lang['admin']['cancel'] = 'Cancelar';
$lang['admin']['cantchmodfiles'] = 'Não foi possível mudar as permissões de alguns arquivos.';
$lang['admin']['cantremovefiles'] = 'Problema ao remover arquivos (permissões?)';
$lang['admin']['confirmcancel'] = 'Tem certeza que deseja descartar suas modificações? Clique OK para descartar todas as mudanças. Clique Cancelar para continuar editando.';
$lang['admin']['canceldescription'] = 'Descartar modificações';
$lang['admin']['clearadminlog'] = 'Limpar Registros da Administração';
$lang['admin']['code'] = 'Código';
$lang['admin']['confirmdefault'] = 'Tem certeza de que deseja definir a página principal do site?';
$lang['admin']['confirmdeletedir'] = 'Tem certeza de que deseja apagar esta pasta e todo o seu conteúdo?';
$lang['admin']['content'] = 'Conteúdo';
$lang['admin']['contentmanagement'] = 'Gerenciamento de Conteúdo';
$lang['admin']['contenttype'] = 'Tipo de Conteúdo';
$lang['admin']['copy'] = 'Copiar';
$lang['admin']['copytemplate'] = 'Copiar Modelo Visual';
$lang['admin']['create'] = 'Criar';
$lang['admin']['createnewfolder'] = 'Criar Nova Pasta';
$lang['admin']['cssalreadyused'] = 'Nome de Folha de Estilos já está em uso';
$lang['admin']['cssmanagement'] = 'Gerenciamento da Folha de Estilos (CSS)';
$lang['admin']['currentassociations'] = 'Associações Atuais';
$lang['admin']['currentdirectory'] = 'Pasta Atual';
$lang['admin']['currentgroups'] = 'Grupos Atuais';
$lang['admin']['currentpages'] = 'Páginas Atuais';
$lang['admin']['currenttemplates'] = 'Modelos Visuais Atuais';
$lang['admin']['currentusers'] = 'Usuários Atuais';
$lang['admin']['custom404'] = 'Mensagem de Erro 404 (página não encontrada) Customizada';
$lang['admin']['database'] = 'Banco de Dados';
$lang['admin']['databaseprefix'] = 'Prefixo das Tabelas';
$lang['admin']['databasetype'] = 'Tipo de Banco de Dados';
$lang['admin']['date'] = 'Data';
$lang['admin']['default'] = 'Padrão';
$lang['admin']['delete'] = 'Apagar';
$lang['admin']['deleteconfirm'] = 'Tem certeza de que deseja apagar?';
$lang['admin']['deleteassociationconfirm'] = 'Você tem certeza que quer excluir a associação com - %s - ?';
$lang['admin']['deletecss'] = 'Apagar Folha de Estilos';
$lang['admin']['dependencies'] = 'Dependências';
$lang['admin']['description'] = 'Descrição';
$lang['admin']['directoryexists'] = 'Esta pasta já existe.';
$lang['admin']['down'] = 'Para Baixo';
$lang['admin']['edit'] = 'Editar';
$lang['admin']['editconfiguration'] = 'Editar Configuração';
$lang['admin']['editcontent'] = 'Editar Conteúdo';
$lang['admin']['editcss'] = 'Editar Folha de Estilos';
$lang['admin']['editcsssuccess'] = 'Folha de Estlos atualizada';
$lang['admin']['editgroup'] = 'Editar Grupo';
$lang['admin']['editpage'] = 'Editar Página';
$lang['admin']['edittemplate'] = 'Editar Modelo Visual';
$lang['admin']['edittemplatesuccess'] = 'Template atualizada';
$lang['admin']['edituser'] = 'Editar Usuário';
$lang['admin']['editusertag'] = 'Editar Tag Definida pelo Usuário';
$lang['admin']['usertagadded'] = 'A Tag Definida pelo Usuário foi adicionada com sucesso.';
$lang['admin']['usertagupdated'] = 'A Tag Definida pelo Usuário foi atualizada com sucesso.';
$lang['admin']['usertagdeleted'] = 'A Tag Definida pelo Usuário foi removida com sucesso.';
$lang['admin']['email'] = 'Endereço de Email';
$lang['admin']['errorattempteddowngrade'] = 'A instalação deste módulo resultará em voltar à uma versão anterior. A operação foi abortada';
$lang['admin']['errorchildcontent'] = 'Conteúdo ainda contém conteúdos filhos. Por favor remova-os antes.';
$lang['admin']['errorcopyingtemplate'] = 'Erro ao copiar Modelo Visual';
$lang['admin']['errorcouldnotparsexml'] = 'Erro ao ler o arquivo XML';
$lang['admin']['errorcreatingassociation'] = 'Erro ao criar associação';
$lang['admin']['errorcssinuse'] = 'Esta Folha de Estilos está sendo usada por Modelos Visuais ou Páginas. Por favor remova estas associações antes.';
$lang['admin']['errordefaultpage'] = 'Impossível apagar a atual página principal. Por favor defina uma nova antes.';
$lang['admin']['errordeletingassociation'] = 'Erro ao remover associação';
$lang['admin']['errordeletingcss'] = 'Erro ao remover folha de estilos';
$lang['admin']['errordeletingdirectory'] = 'Impossível apagar pasta. Problemas de Permissão?';
$lang['admin']['errordeletingfile'] = 'Impossível apagar arquivo. Problemas de Permissão?';
$lang['admin']['errordirectorynotwritable'] = 'Sem permissão para escrever na pasta';
$lang['admin']['errordtdmismatch'] = 'Versão do DTD faltando ou incompatível no arquivo XML';
$lang['admin']['errorgettingcssname'] = 'Erro ao obter nome da Folha de Estilos';
$lang['admin']['errorgettingtemplatename'] = 'Erro ao obter nome do Modelo Visual';
$lang['admin']['errorincompletexml'] = 'Arquivo XML está incompleto ou inválido';
$lang['admin']['uploadxmlfile'] = 'Instalar módulo via arquivo XML';
$lang['admin']['cachenotwritable'] = 'A pasta Cache não é gravavel. A limpeza de cache não irá funcionar. Por favor modifique as permissões da pasta tmp/cache para que tenham total permissões de ler/gravar/executar (chmod 777)';
$lang['admin']['modulesnotwritable'] = 'A pasta dos módulos não é gravável, se você quiser instalar módulos enviando arquivos XML ao servidor você precisa modificar as permissões da pasta modules para que tenham total permissões de ler/gravar/executar (chmod 777)';
$lang['admin']['noxmlfileuploaded'] = 'Nenhum arquivo nao foi enviado. Para instalar um modulo via XML você deve escolher e enviar um arquivo .xml do módulo do seu computador.';
$lang['admin']['errorinsertingcss'] = 'Erro ao adicionar Folha de Estilos';
$lang['admin']['errorinsertinggroup'] = 'Erro ao adicionar grupo';
$lang['admin']['errorinsertingtag'] = 'Erro ao adicionar tag do usuário';
$lang['admin']['errorinsertingtemplate'] = 'Erro ao adicionar modelo visual';
$lang['admin']['errorinsertinguser'] = 'Erro ao adicionar usuário';
$lang['admin']['errornofilesexported'] = 'Erro ao exportar arquivos para XML';
$lang['admin']['errorretrievingcss'] = 'Erro ao carregar Folha de Estilos';
$lang['admin']['errorretrievingtemplate'] = 'Erro ao carregar modelo visual';
$lang['admin']['errortemplateinuse'] = 'Este Modelo Visual está sendo usada por uma página. Por favor remova-a antes.';
$lang['admin']['errorupdatingcss'] = 'Erro ao atualizar Folha de Estilos';
$lang['admin']['errorupdatinggroup'] = 'Erro ao atualizar grupo';
$lang['admin']['errorupdatingpages'] = 'Erro ao atualizar páginas';
$lang['admin']['errorupdatingtemplate'] = 'Erro ao atualizar modelo visual';
$lang['admin']['errorupdatinguser'] = 'Erro ao atualizar usuário';
$lang['admin']['errorupdatingusertag'] = 'Erro ao atualizar tag do usuário';
$lang['admin']['erroruserinuse'] = 'Este usuário ainda possue páginas de conteúdo. Por favor mude o dono destas páginas antes de excluí-lo';
$lang['admin']['eventhandlers'] = 'Gerenciador de Eventos';
$lang['admin']['editeventhandler'] = 'Editar o Gerenciador de Eventos';
$lang['admin']['eventhandlerdescription'] = 'Associar tags de usário com eventos';
$lang['admin']['export'] = 'Exportar';
$lang['admin']['event'] = 'Evento';
$lang['admin']['false'] = 'Falso';
$lang['admin']['settrue'] = 'Definir como Verdadeiro';
$lang['admin']['filecreatedirnodoubledot'] = 'Nome da Pasta não pode conter '..'.';
$lang['admin']['filecreatedirnoname'] = 'Impossível criar pasta sem nome.';
$lang['admin']['filecreatedirnoslash'] = 'Nome da Pasta não pode conter '/' ou '\'.';
$lang['admin']['filemanagement'] = 'Gerenciamento de Arquivos';
$lang['admin']['filename'] = 'Nome do Arquivo';
$lang['admin']['filenotuploaded'] = 'Arquivo não pode ser enviado. Problemas de Permissão?';
$lang['admin']['filesize'] = 'Tamanho do arquivo';
$lang['admin']['firstname'] = 'Primeiro Nome';
$lang['admin']['groupmanagement'] = 'Gerenciamento de Grupos';
$lang['admin']['grouppermissions'] = 'Permissões do Grupo';
$lang['admin']['handler'] = 'Tag definida pelo usuário';
$lang['admin']['headtags'] = 'Tags de Cabeçalho';
$lang['admin']['help'] = 'Ajuda';
$lang['admin']['new_window'] = 'nova janela';
$lang['admin']['helpwithsection'] = '%s Ajuda';
$lang['admin']['helpaddtemplate'] = '<p>O modelo visual é o que controla o visual do conteúdo do seu site.</p><p>Crie o layout aqui e adicione suas Folhas de Estilos para controlar o visual de todos seus elementos.</p>';
$lang['admin']['helplisttemplate'] = '<p>Esta página permite criar, alterar e editar modelos visuais.</p><p>Para criar um novo modelo visual, clique no botão <u>Adicionar Novo Modelo Visual</u>.</p><p>Se você deseja que todas as páginas utilizem o mesmo modelo visual, clique no link <u>Definir Todas as Páginas</u>.</p><p>Se você deseja duplicar um modelo, clique no ícone <u>Copiar</u> e você será perguntado qual nome terá a duplicação.</p>';
$lang['admin']['home'] = 'Home';
$lang['admin']['homepage'] = 'Homepage';
$lang['admin']['hostname'] = 'Nome do servidor';
$lang['admin']['idnotvalid'] = 'O id digitado não é válido';
$lang['admin']['imagemanagement'] = 'Gerenciador de Imagens';
$lang['admin']['informationmissing'] = 'Informação faltando';
$lang['admin']['install'] = 'Instalar';
$lang['admin']['invalidcode'] = 'Código digitado é inválido.';
$lang['admin']['illegalcharacters'] = 'Invalid characters in field %s.';
$lang['admin']['invalidcode_brace_missing'] = 'Uneven amount of braces';
$lang['admin']['invalidtemplate'] = 'O Modelo Visual não é válido';
$lang['admin']['itemid'] = 'Número do Ítem';
$lang['admin']['itemname'] = 'Nome do Ítem';
$lang['admin']['language'] = 'Linguagem';
$lang['admin']['lastname'] = 'Último Nome';
$lang['admin']['logout'] = 'Sair';
$lang['admin']['loginprompt'] = 'Entre com uma credencial válida para ter acesso ao Painel de Administração.';
$lang['admin']['logintitle'] = 'Login de Administração do CMS Made Simple';
$lang['admin']['menutext'] = 'Texto do Menu';
$lang['admin']['missingparams'] = 'Alguns parâmetros estão faltando ou não são válidos';
$lang['admin']['modifygroupassignments'] = 'Modificar Atribuições de Grupo';
$lang['admin']['moduleabout'] = 'Sobre o módulo %s';
$lang['admin']['modulehelp'] = 'Ajuda do módulo %s';
$lang['admin']['msg_defaultcontent'] = 'Add code here that should appear as the default content of all new pages';
$lang['admin']['msg_defaultmetadata'] = 'Add code here that should appear in the metadata section of all new pages';
$lang['admin']['wikihelp'] = 'Ajuda da Comunidade';
$lang['admin']['moduleinstalled'] = 'O Módulo já está instalado';
$lang['admin']['moduleinterface'] = 'Interface do %s';
$lang['admin']['modules'] = 'Módulos';
$lang['admin']['move'] = 'Mover';
$lang['admin']['name'] = 'Nome';
$lang['admin']['needpermissionto'] = 'Você precisa de permissão '%s' para realizar esta função.';
$lang['admin']['needupgrade'] = 'Precisa de Atualização';
$lang['admin']['newtemplatename'] = 'Nome do Novo Modelo Visual';
$lang['admin']['next'] = 'Próximo';
$lang['admin']['noaccessto'] = 'Acesso negado para %s';
$lang['admin']['nocss'] = 'Sem Folha de Estilos';
$lang['admin']['noentries'] = 'Nenhuma entrada';
$lang['admin']['nofieldgiven'] = 'Nenhum %s informado!';
$lang['admin']['nofiles'] = 'Sem Arquivos';
$lang['admin']['nopasswordmatch'] = 'Senhas não conferem';
$lang['admin']['norealdirectory'] = 'Nenhuma pasta real foi informada';
$lang['admin']['norealfile'] = 'Nenhum arquivo real foi informado';
$lang['admin']['notinstalled'] = 'Não Instalado';
$lang['admin']['overwritemodule'] = 'Sobrescrevendo módulos existentes';
$lang['admin']['owner'] = 'Dono';
$lang['admin']['pagealias'] = 'Atalho da Página';
$lang['admin']['pagedefaults'] = 'Page Defaults';
$lang['admin']['pagedefaultsdescription'] = 'Set default values for new pages';
$lang['admin']['parent'] = 'Pai';
$lang['admin']['password'] = 'Senha';
$lang['admin']['passwordagain'] = 'Senha (novamente)';
$lang['admin']['permission'] = 'Permissão';
$lang['admin']['permissions'] = 'Permissões';
$lang['admin']['permissionschanged'] = 'As Permissões foram atualizadas.';
$lang['admin']['pluginabout'] = 'Sobre a tag %s';
$lang['admin']['pluginhelp'] = 'Ajuda sobre a tag %s';
$lang['admin']['pluginmanagement'] = 'Gerenciamento de Plugins';
$lang['admin']['prefsupdated'] = 'As Preferências foram atualizadas.';
$lang['admin']['preview'] = 'Visualizar';
$lang['admin']['previewdescription'] = 'Prever as mudanças';
$lang['admin']['previous'] = 'Anterior';
$lang['admin']['remove'] = 'Remover';
$lang['admin']['removeconfirm'] = 'Esta ação ira remover permanentemente os arquivos dessa instalação do módulo\nVocê tem certeza que quer proceder?';
$lang['admin']['removecssassociation'] = 'Remover Associação da Folha de Estilos';
$lang['admin']['saveconfig'] = 'Salvar Configuração';
$lang['admin']['send'] = 'Enviar';
$lang['admin']['setallcontent'] = 'Definir Todas as Páginas';
$lang['admin']['setallcontentconfirm'] = 'Tem certeza que deseja definir que todas as páginas usem este modelo visual?';
$lang['admin']['showinmenu'] = 'Exibir no Menu';
$lang['admin']['showsite'] = 'Exibir Site';
$lang['admin']['sitedownmessage'] = 'Mensagem de Rodapé de Página';
$lang['admin']['siteprefs'] = 'Preferências do Site';
$lang['admin']['status'] = 'Status';
$lang['admin']['stylesheet'] = 'Folha de Estilo';
$lang['admin']['submit'] = 'Enviar';
$lang['admin']['submitdescription'] = 'Salvar Mudanças';
$lang['admin']['tags'] = 'Tags';
$lang['admin']['template'] = 'Modelo Visual';
$lang['admin']['templateexists'] = 'Nome de Modelo Visual já existe';
$lang['admin']['templatemanagement'] = 'Modelos Visuais';
$lang['admin']['title'] = 'Título';
$lang['admin']['tools'] = 'Ferramentas';
$lang['admin']['true'] = 'Verdadeiro';
$lang['admin']['setfalse'] = 'Definir como Falso';
$lang['admin']['type'] = 'Tipo';
$lang['admin']['typenotvalid'] = 'Tipo inválido';
$lang['admin']['uninstall'] = 'Desinstalar';
$lang['admin']['uninstallconfirm'] = 'Tem certeza de que deseja desinstalar este?';
$lang['admin']['up'] = 'Cima';
$lang['admin']['upgrade'] = 'Atualizar';
$lang['admin']['upgradeconfirm'] = 'Tem certeza de que deseja atualizar este?';
$lang['admin']['uploadfile'] = 'Enviar Arquivo';
$lang['admin']['url'] = 'URL';
$lang['admin']['useadvancedcss'] = 'Usar Gerenciamento Avançado de Folha de Estilos';
$lang['admin']['user'] = 'Usuário';
$lang['admin']['userdefinedtags'] = 'Tags definida pelo usuário';
$lang['admin']['usermanagement'] = 'Usuários';
$lang['admin']['username'] = 'Usuário';
$lang['admin']['usernameincorrect'] = 'Usuário ou senha incorretos';
$lang['admin']['userprefs'] = 'Preferências do Usuário';
$lang['admin']['usersassignedtogroup'] = 'Usuário Transferido para o Grupo %s';
$lang['admin']['usertagexists'] = 'Uma tag com este nome já existe. Por favor escolha outro.';
$lang['admin']['usewysiwyg'] = 'Usar Editor Visual (WYSIWYG) para o conteúdo';
$lang['admin']['version'] = 'Versão';
$lang['admin']['view'] = 'Ver';
$lang['admin']['welcomemsg'] = 'Bem-vindo %s';
$lang['admin']['directoryabove'] = 'pasta sobre nível atual';
$lang['admin']['nodefault'] = 'Nenhum Padrão Selecionado';
$lang['admin']['blobexists'] = 'Nome de Bloco de Conteúdo Global já existe';
$lang['admin']['blobmanagement'] = 'Gerenciamento do Bloco de Conteúdo Global';
$lang['admin']['errorinsertingblob'] = 'Houve um erro ao adicionar o Bloco de Conteúdo Global';
$lang['admin']['addhtmlblob'] = 'Adicionar Bloco de Conteúdo Global';
$lang['admin']['edithtmlblob'] = 'Editar Bloco de Conteúdo Global';
$lang['admin']['edithtmlblobsuccess'] = 'Global content block updated';
$lang['admin']['tagtousegcb'] = 'Tag to Use this Block';
$lang['admin']['gcb_wysiwyg'] = 'Habilitar Editor Visual (WYSIWYG) para Bloco de Conteúdo Global';
$lang['admin']['gcb_wysiwyg_help'] = 'Habilitar Editor Visual (WYSIWYG) enquanto edita Blocos de Conteúdo Global';
$lang['admin']['filemanager'] = 'Gerenciador de Arquivos';
$lang['admin']['imagemanager'] = 'Gerenciador de Imagens';
$lang['admin']['encoding'] = 'Codificando';
$lang['admin']['clearcache'] = 'Esvaziar Cache';
$lang['admin']['clear'] = 'Limpar';
$lang['admin']['cachecleared'] = 'Cache esvaziado';
$lang['admin']['apply'] = 'Aplicar Alterações';
$lang['admin']['applydescription'] = 'Salvar modificações e continuar editando';
$lang['admin']['none'] = 'Nenhum';
$lang['admin']['wysiwygtouse'] = 'Selecione o WYSIWYG a usar';
$lang['admin']['syntaxhighlightertouse'] = 'Select syntax highlighter to use';
$lang['admin']['hasdependents'] = 'Tem Depêndencias';
$lang['admin']['missingdependency'] = 'Dependência Faltando';
$lang['admin']['minimumversion'] = 'Versão Mínima';
$lang['admin']['minimumversionrequired'] = 'Versão mínima do CMSMS necessária';
$lang['admin']['maximumversion'] = 'Versão Máxima';
$lang['admin']['maximumversionsupported'] = 'Versão máxima do CMSMS suportada';
$lang['admin']['depsformodule'] = 'Dependência para o Módulo %s';
$lang['admin']['installed'] = 'Instalado';
$lang['admin']['author'] = 'Autor';
$lang['admin']['changehistory'] = 'Histórico de Mudanças';
$lang['admin']['moduleerrormessage'] = 'Mensagem de erro do módulo %s ';
$lang['admin']['moduleupgradeerror'] = 'Houve um erro ao atualizar o módulo.';
$lang['admin']['moduleinstallmessage'] = 'Mensagem de Instalação para o Módulo %s';
$lang['admin']['moduleuninstallmessage'] = 'Mensagem de remoção do Módulo %s';
$lang['admin']['admintheme'] = 'Tema da Administração';
$lang['admin']['addstylesheet'] = 'Adicionar Folha de Estilos';
$lang['admin']['editstylesheet'] = 'Editar Folha de Estilos';
$lang['admin']['addcssassociation'] = 'Adicionar Associação de Folha de Estilos';
$lang['admin']['attachstylesheet'] = 'Anexar esta Folha de Estilos';
$lang['admin']['attachtemplate'] = 'Anexar ao modelo visual';
$lang['admin']['main'] = 'Principal';
$lang['admin']['pages'] = 'Páginas';
$lang['admin']['page'] = 'Page';
$lang['admin']['files'] = 'Arquivos';
$lang['admin']['layout'] = 'Layout';
$lang['admin']['usersgroups'] = 'Usuários/Grupos';
$lang['admin']['extensions'] = 'Extensões';
$lang['admin']['preferences'] = 'Preferências';
$lang['admin']['admin'] = 'Administração do Site';
$lang['admin']['viewsite'] = 'Ver site';
$lang['admin']['templatecss'] = 'Associar modelo visual à Folha de Estilos';
$lang['admin']['plugins'] = 'Plugins';
$lang['admin']['movecontent'] = 'Mover Páginas';
$lang['admin']['module'] = 'Módulo';
$lang['admin']['usertags'] = 'Tags definidas pelo usuário';
$lang['admin']['htmlblobs'] = 'Blocos de Conteúdo Global';
$lang['admin']['adminhome'] = 'Área do Administrador';
$lang['admin']['liststylesheets'] = 'Folhas de Estilo (CSS)';
$lang['admin']['preferencesdescription'] = 'Aqui é onde você determina vários preferências para o site todo.';
$lang['admin']['adminlogdescription'] = 'Mostra um log de quem fez o que na área de administração.';
$lang['admin']['mainmenu'] = 'Menu Principal';
$lang['admin']['users'] = 'Usuários';
$lang['admin']['usersdescription'] = 'Aqui é onde você gerencia usuários.';
$lang['admin']['groups'] = 'Grupos';
$lang['admin']['groupsdescription'] = 'Aqui é onde você gerencia grupos.';
$lang['admin']['groupassignments'] = 'Atribuições de Grupo';
$lang['admin']['groupassignmentdescription'] = 'Aqui você pode atribuir usuários a grupos.';
$lang['admin']['groupperms'] = 'Permissões de grupo';
$lang['admin']['grouppermsdescription'] = 'Seleciona permissões e níveis de acesso para grupos';
$lang['admin']['pagesdescription'] = 'Aqui é onde adicionamos e editamos páginas e outros conteúdos.';
$lang['admin']['htmlblobdescription'] = 'Blocos de Conteúdo Global são pedaços de conteúdo que você pode colocar em suas páginas ou modelos.';
$lang['admin']['templates'] = 'Modelos Visuais';
$lang['admin']['templatesdescription'] = 'Aqui é onde adiconamos ou editamos modelos. Modelos Visuais defnem a cara do seu site.';
$lang['admin']['stylesheets'] = 'Folhas de Estilo';
$lang['admin']['stylesheetsdescription'] = 'Gerenciamento de Folha de Estilos é um jeito avançado de gerenciar CSS de forma separada do Modelo Visual.';
$lang['admin']['filemanagerdescription'] = 'Envio e gerenciamento de imagens.';
$lang['admin']['imagemanagerdescription'] = 'Envia/Edita e remove imagens.';
$lang['admin']['moduledescription'] = 'Módulos extendem o CMS Made Simple para adicionar mais funcionalidades.';
$lang['admin']['tagdescription'] = 'Tags são pequenas ferramentas que podem ser adicionadas para o seu conteúdo ou modelo.';
$lang['admin']['usertagdescription'] = 'Tags que você pode criar e modificar para fazer tarefas, direto do browser.';
$lang['admin']['installdirwarning'] = '<em><strong>Cuidado:</strong></em>diretório install ainda existe. Remova-o completamente.';
$lang['admin']['subitems'] = 'Subítems';
$lang['admin']['extensionsdescription'] = 'Módulos, tags e outras coisas.';
$lang['admin']['usersgroupsdescription'] = 'Ítens relacionados a usuários e grupos.';
$lang['admin']['layoutdescription'] = 'Opções do layout do site.';
$lang['admin']['admindescription'] = 'Funções administrativas do site.';
$lang['admin']['contentdescription'] = 'Aqui é onde adicionamos e editamos conteúdo.';
$lang['admin']['enablecustom404'] = 'Habilitar mensagem 404';
$lang['admin']['enablesitedown'] = 'Habilitar mensagem de site fora do ar';
$lang['admin']['bookmarks'] = 'Marcadores';
$lang['admin']['user_created'] = 'Criado pelo usuário';
$lang['admin']['forums'] = 'Fóruns';
$lang['admin']['wiki'] = 'Wiki';
$lang['admin']['irc'] = 'IRC';
$lang['admin']['module_help'] = 'Ajuda do Módulo';
$lang['admin']['managebookmarks'] = 'Gerenciar Marcadores ';
$lang['admin']['editbookmark'] = 'Editar Marcadores';
$lang['admin']['addbookmark'] = 'Adicionar Marcadores';
$lang['admin']['recentpages'] = 'Páginas recentes';
$lang['admin']['groupname'] = 'Nome do Grupo';
$lang['admin']['selectgroup'] = 'Selecione um grupo';
$lang['admin']['updateperm'] = 'Atualizar Permissões';
$lang['admin']['admincallout'] = 'Atalhos de Administração';
$lang['admin']['showbookmarks'] = 'Mostrar Marcadores do Administrador';
$lang['admin']['hide_help_links'] = 'Ocultar links de ajuda';
$lang['admin']['hide_help_links_help'] = 'Marque esta caixa para desabilitar os links wiki e de ajuda do módulo dos cabecalhos das páginas.';
$lang['admin']['showrecent'] = 'Mostrar Páginas recentemente usadas';
$lang['admin']['attachtotemplate'] = 'Anexar Folha de Estilo ao Modelo Visual';
$lang['admin']['attachstylesheets'] = 'Anexar Folhas de Estilo';
$lang['admin']['indent'] = 'Aumentar recuo da lista de páginas para enfatizar hierarquia';
$lang['admin']['adminindent'] = 'Exibição de Conteúdo';
$lang['admin']['contract'] = 'Contrair Seção';
$lang['admin']['expand'] = 'Expandir Seção';
$lang['admin']['expandall'] = 'Expandir Todas as Seções';
$lang['admin']['contractall'] = 'Contrair Todas as Seções';
$lang['admin']['menu_bookmarks'] = '[+]';
$lang['admin']['globalconfig'] = 'Configuração Global';
$lang['admin']['adminpaging'] = 'Número de itens de conteúdo a mostrar por página na Lista de Páginas';
$lang['admin']['nopaging'] = 'Exibir Todos os Itens';
$lang['admin']['myprefs'] = 'Minhas Preferências';
$lang['admin']['myprefsdescription'] = 'Aqui você pode customizar a área de administração do site para funcionar da maneira que você quiser.';
$lang['admin']['myaccount'] = 'Minha Conta';
$lang['admin']['myaccountdescription'] = 'Aqui você pode atualizar os dados pessoais da sua conta.';
$lang['admin']['adminprefs'] = 'Preferências do Usuários';
$lang['admin']['adminprefsdescription'] = 'Aqui você configura suas preferências específicas para a administração do site.';
$lang['admin']['managebookmarksdescription'] = 'Aqui é onde você pode gerenciar seus marcadores de administração.';
$lang['admin']['options'] = 'Opções';
$lang['admin']['langparam'] = 'Este parâmetro é usado para especificar qual idioma usar para exibir nas páginas. Nem todos os módulos suportam ou necessitam disto.';
$lang['admin']['parameters'] = 'Parâmetros';
$lang['admin']['mediatype'] = 'Tipo de Mídia';
$lang['admin']['mediatype_'] = 'Não definido : irá afetar em todo lugar';
$lang['admin']['mediatype_all'] = 'all : Ajustável para todos os dispositivos.';
$lang['admin']['mediatype_aural'] = 'aural : Intencionado para sitetizadores de voz.';
$lang['admin']['mediatype_braille'] = 'braille : Intencionado para dispositivos de toque.';
$lang['admin']['mediatype_embossed'] = 'embossed : Intencionado para impressoras de braille.';
$lang['admin']['mediatype_handheld'] = 'handheld : Intencionado para dispositivos de mão';
$lang['admin']['mediatype_print'] = 'print : Itencionado para páginas, materiais opacos e para documentos visualizados na tela em modo de visualizar impressão.';
$lang['admin']['mediatype_projection'] = 'projection : Itencioado para apresentações projetadas, por exemplo projetores ou imprimir para transparências.';
$lang['admin']['mediatype_screen'] = 'screen : Intencionado primariamente para telas coloriadas de computadores.';
$lang['admin']['mediatype_tty'] = 'tty : Intencionado para dispositivos como terminais e teletipos.';
$lang['admin']['mediatype_tv'] = 'tv : Intencionado para dispositivos do tipo tv.';
$lang['admin']['assignmentchanged'] = 'Permissões de Grupo sendo atualizadas.';
$lang['admin']['stylesheetexists'] = 'Folha de Estilo já existe';
$lang['admin']['errorcopyingstylesheet'] = 'Erro ao copiar Folha de Estilo';
$lang['admin']['copystylesheet'] = 'Copiar Folha de Estilos';
$lang['admin']['newstylesheetname'] = 'Nome da Nova Folha de Estilos';
$lang['admin']['target'] = 'Destino';
$lang['admin']['xml'] = 'XML';
$lang['admin']['xmlmodulerepository'] = 'URL do servidor SOAP do Repositório de Módulos';
$lang['admin']['metadata'] = 'Metadata';
$lang['admin']['globalmetadata'] = 'Metadata Global';
$lang['admin']['titleattribute'] = 'Atributo Título';
$lang['admin']['tabindex'] = 'Indice da Tabela';
$lang['admin']['accesskey'] = 'Tecla de Acesso';
$lang['admin']['sitedownwarning'] = '<strong>Atenção:</strong> Seu site está exibindo uma mensagem de "Site fora do ar para manutenção" neste momento. Remova o arquivo %s para resolver isto.';
$lang['admin']['deletecontent'] = 'Deletar Conteúdo';
$lang['admin']['deletepages'] = 'Deletar estas páginas?';
$lang['admin']['selectall'] = 'Selecionar Todos';
$lang['admin']['selecteditems'] = 'Items Selecionados';
$lang['admin']['inactive'] = 'Inativo';
$lang['admin']['deletetemplates'] = 'Deletar Modelos Visuais';
$lang['admin']['templatestodelete'] = 'Estes Modelos Visuais serão deletados ';
$lang['admin']['wontdeletetemplateinuse'] = 'Estes Modelos Visuais estão em uso e não serão deletados';
$lang['admin']['deletetemplate'] = 'Deletar Folhas de Estilo';
$lang['admin']['stylesheetstodelete'] = 'Estas Folhas de Estilo serão deletadas';
$lang['admin']['sitename'] = 'Nome do Site';
$lang['admin']['siteadmin'] = 'Administração do site';
$lang['admin']['images'] = 'Gerenciador de Imagens';
$lang['admin']['blobs'] = 'Bloco de Conteúdo Global';
$lang['admin']['groupmembers'] = 'Associação de Grupos';
$lang['admin']['troubleshooting'] = '(Resolução de Problemas)';
$lang['admin']['event_desc_loginpost'] = 'Enviado depois que um usuário faz login no painel de controle do administrador';
$lang['admin']['event_desc_logoutpost'] = 'Enviado depois que um usuário faz logout no painel de controle do administrador';
$lang['admin']['event_desc_adduserpre'] = 'Enviado antes de um novo usuário ser criado';
$lang['admin']['event_desc_adduserpost'] = 'Enviado após um novo usuário ser criado';
$lang['admin']['event_desc_edituserpre'] = 'Enviado antes que modificações em um usuário são salvas';
$lang['admin']['event_desc_edituserpost'] = 'Enviado após que modificações em um usuário são salvas';
$lang['admin']['event_desc_deleteuserpre'] = 'Enviado antes que um usuário é deletado do sistema';
$lang['admin']['event_desc_deleteuserpost'] = 'Enviado depois que um usuário é deletado do sistema';
$lang['admin']['event_desc_addgrouppre'] = 'Enviado antes que um novo grupo é criado';
$lang['admin']['event_desc_addgrouppost'] = 'Enviado depois que um novo grupo é criado';
$lang['admin']['event_desc_changegroupassignpre'] = 'Sent before group assignments are saved';
$lang['admin']['event_desc_changegroupassignpost'] = 'Sent after group assignments are saved';
$lang['admin']['event_desc_editgrouppre'] = 'Enviado antes que modificações em um grupo são salvas';
$lang['admin']['event_desc_editgrouppost'] = 'Enviado após que modificações em um grupo são salvas';
$lang['admin']['event_desc_deletegrouppre'] = 'Enviado antes que um grupo é deletado do sistema';
$lang['admin']['event_desc_deletegrouppost'] = 'Enviado depois que um grupo é deletado do sistema';
$lang['admin']['event_desc_addstylesheetpre'] = 'Enviado antes que uma nova folha de estilos é criada';
$lang['admin']['event_desc_addstylesheetpost'] = 'Enviado depois que uma nova folha de estilos é criada';
$lang['admin']['event_desc_editstylesheetpre'] = 'Enviado antes que modificações em uma folha de estilo são salvas';
$lang['admin']['event_desc_editstylesheetpost'] = 'Enviado depois que modificações em uma folha de estilo são salvas';
$lang['admin']['event_desc_deletestylesheetpre'] = 'Enviado antes que uma folha de estilos é deletada do sistema';
$lang['admin']['event_desc_deletestylesheetpost'] = 'Enviado depois que uma folha de estilos é deletada do sistema';
$lang['admin']['event_desc_addtemplatepre'] = 'Enviado antes que um novo modelo visual é criado';
$lang['admin']['event_desc_addtemplatepost'] = 'Enviado depois que um novo modelo visual é criado';
$lang['admin']['event_desc_edittemplatepre'] = 'Enviado antes que modificações em um modelo visual são salvas';
$lang['admin']['event_desc_edittemplatepost'] = 'Enviado depois que modificações em um modelo visual são salvas';
$lang['admin']['event_desc_deletetemplatepre'] = 'Enviado antes que um modelo visual é deletado do sistema';
$lang['admin']['event_desc_deletetemplatepost'] = 'Enviado depois que um modelo visual é deletado do sistema';
$lang['admin']['event_desc_templateprecompile'] = 'Enviado antes que um modelo visual é enviado ao smarty para processamento';
$lang['admin']['event_desc_templatepostcompile'] = 'Enviado depois que um modelo visual é enviado ao smarty para processamento';
$lang['admin']['event_desc_addglobalcontentpre'] = 'Enviado antes que um novo bloco de conteúdo global é criado';
$lang['admin']['event_desc_addglobalcontentpost'] = 'Enviado depois que um novo bloco de conteúdo global é criado';
$lang['admin']['event_desc_editglobalcontentpre'] = 'Enviado antes que modificações em um bloco de conteúdo global são salvas';
$lang['admin']['event_desc_editglobalcontentpost'] = 'Enviado depois que modificações em um bloco de conteúdo global são salvas';
$lang['admin']['event_desc_deleteglobalcontentpre'] = 'Enviado antes que um bloco de conteúdo global é deletado do sistema';
$lang['admin']['event_desc_deleteglobalcontentpost'] = 'Enviado depois que um bloco de conteúdo global é deletado do sistema';
$lang['admin']['event_desc_globalcontentprecompile'] = 'Enviado antes que um bloco de conteúdo global é enviado ao smarty para processamento';
$lang['admin']['event_desc_globalcontentpostcompile'] = 'Enviado depois que um bloco de conteúdo global é processado pelo smarty';
$lang['admin']['event_desc_contenteditpre'] = 'Enviado antes que modificações ao conteúdo são salvas';
$lang['admin']['event_desc_contenteditpost'] = 'Enviado depois que modificações ao conteúdo são salvas';
$lang['admin']['event_desc_contentdeletepre'] = 'Enviado antes que um conteúdo é deletado do sistema';
$lang['admin']['event_desc_contentdeletepost'] = 'Enviado depois que um conteúdo é deletado do sistema';
$lang['admin']['event_desc_contentstylesheet'] = 'Enviado antes the sytlesheet is sent to the browser';
$lang['admin']['event_desc_contentprecompile'] = 'Enviado antes content is sent to smarty for processing';
$lang['admin']['event_desc_contentpostcompile'] = 'Enviado depois que o conteúdo foi processado pelo smarty';
$lang['admin']['event_desc_contentpostrender'] = 'Enviado antes the combined html is sent to the browser';
$lang['admin']['event_desc_smartyprecompile'] = 'Enviado antes que qualquer conteúdo destinado ao smarty é enviado para o processamento';
$lang['admin']['event_desc_smartypostcompile'] = 'Enviado depois que qualquer conteudo destinado ao smarty é processado';
$lang['admin']['event_help_loginpost'] = '<p>Enviado depois que um usuário faz login no painel de controle do administrador.</p>
<h4>Parâmetros</h4>
<ol>
<li>Referência ao objeto do usuário afetado.</li>
</ol>
';
$lang['admin']['event_help_logoutpost'] = '<p>Enviado depois que um usuário faz logout no painel de controle do administrador.</p>
<h4>Parâmetros</h4>
<ol>
<li>Referência ao objeto do usuário afetado.</li>
</ol>
';
$lang['admin']['event_help_adduserpre'] = '<p>Enviado antes de um novo usuário ser criado.</p>
<h4>Parâmetros</h4>
<ol>
<li>Referência ao objeto do usuário afetado.</li>
</ol>
';
$lang['admin']['event_help_adduserpost'] = '<p>Enviado após um novo usuário ser criado.</p>
<h4>Parâmetros</h4>
<ol>
<li>Referência ao objeto do usuário afetado.</li>
</ol>
';
$lang['admin']['event_help_edituserpre'] = '<p>Enviado antes que modificações em um usuário são salvas.</p>
<h4>Parâmetros</h4>
<ol>
<li>Referência ao objeto do usuário afetado.</li>
</ol>
';
$lang['admin']['event_help_edituserpost'] = '<p>Sent after edits to a user are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected user object.</li>
</ol>
';
$lang['admin']['event_help_deleteuserpre'] = '<p>Sent before a user is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected user object.</li>
</ol>
';
$lang['admin']['event_help_deleteuserpost'] = '<p>Sent after a user is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected user object.</li>
</ol>
';
$lang['admin']['event_help_addgrouppre'] = '<p>Sent before a new group is created.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected group object.</li>
</ol>
';
$lang['admin']['event_help_addgrouppost'] = '<p>Sent after a new group is created.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected group object.</li>
</ol>
';
$lang['admin']['event_help_changegroupassignpre'] = '<p>Sent before group assignments are saved.</p>
<h4>Parameters></h4>
<ul>
<li>'group' - Reference to the group object.</li>
<li>'users' - Array of references to user objects belonging to the group.</li>
';
$lang['admin']['event_help_changegroupassignpost'] = '<p>Sent after group assignments are saved.</p>
<h4>Parameters></h4>
<ul>
<li>'group' - Reference to the affected group object.</li>
<li>'users' - Array of references to user objects now belonging to the affected group.</li>
';
$lang['admin']['event_help_editgrouppre'] = '<p>Sent before edits to a group are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected group object.</li>
</ol>
';
$lang['admin']['event_help_editgrouppost'] = '<p>Sent after edits to a group are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected group object.</li>
</ol>
';
$lang['admin']['event_help_deletegrouppre'] = '<p>Sent before a group is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected group object.</li>
</ol>
';
$lang['admin']['event_help_deletegrouppost'] = '<p>Sent after a group is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected group object.</li>
</ol>
';
$lang['admin']['event_help_addstylesheetpre'] = '<p>Sent before a new stylesheet is created.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected stylesheet object.</li>
</ol>
';
$lang['admin']['event_help_addstylesheetpost'] = '<p>Sent after a new stylesheet is created.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected stylesheet object.</li>
</ol>
';
$lang['admin']['event_help_editstylesheetpre'] = '<p>Sent before edits to a stylesheet are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected stylesheet object.</li>
</ol>
';
$lang['admin']['event_help_editstylesheetpost'] = '<p>Sent after edits to a stylesheet are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected stylesheet object.</li>
</ol>
';
$lang['admin']['event_help_deletestylesheetpre'] = '<p>Sent before a stylesheet is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected stylesheet object.</li>
</ol>
';
$lang['admin']['event_help_deletestylesheetpost'] = '<p>Sent after a stylesheet is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected stylesheet object.</li>
</ol>
';
$lang['admin']['event_help_addtemplatepre'] = '<p>Sent before a new template is created.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected template object.</li>
</ol>
';
$lang['admin']['event_help_addtemplatepost'] = '<p>Sent after a new template is created.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected template object.</li>
</ol>
';
$lang['admin']['event_help_edittemplatepre'] = '<p>Sent before edits to a template are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected template object.</li>
</ol>
';
$lang['admin']['event_help_edittemplatepost'] = '<p>Sent after edits to a template are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected template object.</li>
</ol>
';
$lang['admin']['event_help_deletetemplatepre'] = '<p>Sent before a template is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected template object.</li>
</ol>
';
$lang['admin']['event_help_deletetemplatepost'] = '<p>Sent after a template is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected template object.</li>
</ol>
';
$lang['admin']['event_help_templateprecompile'] = '<p>Sent before a template is sent to smarty for processing.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected template text.</li>
</ol>
';
$lang['admin']['event_help_templatepostcompile'] = '<p>Sent after a template has been processed by smarty.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected template text.</li>
</ol>
';
$lang['admin']['event_help_addglobalcontentpre'] = '<p>Sent before a new global content block is created.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected global content block object.</li>
</ol>
';
$lang['admin']['event_help_addglobalcontentpost'] = '<p>Sent after a new global content block is created.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected global content block object.</li>
</ol>
';
$lang['admin']['event_help_editglobalcontentpre'] = '<p>Sent before edits to a global content block are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected global content block object.</li>
</ol>
';
$lang['admin']['event_help_editglobalcontentpost'] = '<p>Sent after edits to a global content block are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected global content block object.</li>
</ol>
';
$lang['admin']['event_help_deleteglobalcontentpre'] = '<p>Sent before a global content block is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected global content block object.</li>
</ol>
';
$lang['admin']['event_help_deleteglobalcontentpost'] = '<p>Sent after a global content block is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected global content block object.</li>
</ol>
';
$lang['admin']['event_help_globalcontentprecompile'] = '<p>Sent before a global content block is sent to smarty for processing.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected global content block text.</li>
</ol>
';
$lang['admin']['event_help_globalcontentpostcompile'] = '<p>Sent after a global content block has been processed by smarty.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected global content block text.</li>
</ol>
';
$lang['admin']['event_help_contenteditpre'] = '<p>Sent before edits to content are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected content object.</li>
</ol>
';
$lang['admin']['event_help_contenteditpost'] = '<p>Sent after edits to content are saved.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected content object.</li>
</ol>
';
$lang['admin']['event_help_contentdeletepre'] = '<p>Sent before content is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected content object.</li>
</ol>
';
$lang['admin']['event_help_contentdeletepost'] = '<p>Sent after content is deleted from the system.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected content object.</li>
</ol>
';
$lang['admin']['event_help_contentstylesheet'] = '<p>Sent before the sytlesheet is sent to the browser.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected stylesheet text.</li>
</ol>
';
$lang['admin']['event_help_contentprecompile'] = '<p>Sent before content is sent to smarty for processing.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected content text.</li>
</ol>
';
$lang['admin']['event_help_contentpostcompile'] = '<p>Sent after content has been processed by smarty.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected content text.</li>
</ol>
';
$lang['admin']['event_help_contentpostrender'] = '<p>Sent before the combined html is sent to the browser.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the html text.</li>
</ol>
';
$lang['admin']['event_help_smartyprecompile'] = '<p>Sent before any content destined for smarty is sent to for processing.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected text.</li>
</ol>
';
$lang['admin']['event_help_smartypostcompile'] = '<p>Sent after any content destined for smarty has been processed.</p>
<h4>Parameters</h4>
<ol>
<li>Reference to the affected text.</li>
</ol>
';
$lang['admin']['filterbymodule'] = 'Filtrar por Módulo';
$lang['admin']['showall'] = 'Mostrar Tudo';
$lang['admin']['core'] = 'Core';
$lang['admin']['defaultpagecontent'] = 'Conteúdo Padrão da Página';
$lang['admin']['file_url'] = 'Linkar para um arquivo (em vez de um URL)';
$lang['admin']['no_file_url'] = 'Nenhum (Use o URL abaixo)';
$lang['admin']['defaultparentpage'] = 'Página Pai Padrão';
$lang['admin']['error_udt_name_whitespace'] = 'Error: User Defined Tags cannot have spaces in their name.';
$lang['admin']['warning_safe_mode'] = '<strong><em>WARNING:</em></strong> PHP Safe mode is enabled. This will cause difficulty with files uploaded via the web browser interface, including images, theme and module XML packages. You are advised to contact your site administrator to see about disabling safe mode.';
$lang['admin']['test'] = 'Teste';
$lang['admin']['results'] = 'Resultados';
$lang['admin']['untested'] = 'Não testado';
$lang['admin']['unknown'] = 'Desconhecido';
$lang['admin']['download'] = 'Download';
$lang['admin']['frontendwysiwygtouse'] = 'Frontend wysiwyg';
$lang['admin']['all_groups'] = 'Todos os Grupos';
$lang['admin']['utmz'] = '156861353.1228186412.3.3.utmccn=(referral)|utmcsr=localhost|utmcct=/alccm/admin/moduleinterface.php|utmcmd=referral';
$lang['admin']['utma'] = '156861353.1141998637.1228091253.1228186412.1229058939.4';
$lang['admin']['utmc'] = '156861353';
$lang['admin']['utmb'] = '156861353.4.10.1229058939';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com