File Manager
<?php
$lang['admin']['session_use_cookies'] = 'Les Sessions poden utilitzar Galetes (Cookies)';
$lang['admin']['errorgettingcontent'] = 'No s'ha pogut recuperar informació per l'objecte de contingut especificat';
$lang['admin']['errordeletingcontent'] = 'Error eliminant contingut (O bé la pàgina té fills o bé es tracta del contingut per defecte)';
$lang['admin']['invalidemail'] = 'L'adreça que has entrat no és vàlida';
$lang['admin']['info_deletepages'] = 'Nota: degut a restriccions de permisos, algunes de les pàgines triades per eliminar poden no aparèixer en la llista següent';
$lang['admin']['info_pagealias'] = 'Cal indicar un àlies únic per aquesta pàgina';
$lang['admin']['info_autoalias'] = 'Si aquest camp és buit, es crearà un àlies automàticament.';
$lang['admin']['invalidparent'] = 'Cal triar una pàgina pare (contacta l'administrador si no pots veure aquesta opció).';
$lang['admin']['forgotpwprompt'] = 'Entra l'usuari administrador. Un email serà enviat a l'adreça de correu associada amb aquest nom d'usuari amb nova informació d'entrada.';
$lang['admin']['info_basic_attributes'] = 'Aquest camp permet especificar quines propietats de contingut poden modificar els usuaris sense el permís 'Gestiona tot el Contingut'.';
$lang['admin']['basic_attributes'] = 'Propietats bàsiques';
$lang['admin']['no_permission'] = 'No tens permís per realitzar aquesta funció';
$lang['admin']['bulk_success'] = 'Operació en bloc actualitzada correctament.';
$lang['admin']['no_bulk_performed'] = 'No s'ha realitzat cap operació en bloc.';
$lang['admin']['info_preview_notice'] = 'Atenció: aquest quadre de previsualització es comporta de manera molt semblant a la finestra del navegador, cosa que permet navegar fora de la pgina visualitzada inicialment. No obstant això, si ho fas et pots trobar amb un comportament inesperat. Si navegues fora del context i tornes, pots no veure el contingut no desat fins que facis un nou canvi a la pestanya principal i llavors tornis a carregar el previsualitzador. Quan afegeixes nou contingut, si navegues fora la pàgina no podràs tornar, i caldrà refrescar-la.';
$lang['admin']['sitedownexcludes'] = 'Exclou aquestes adreces dels Missatges de Lloc Caigut';
$lang['admin']['info_sitedownexcludes'] = 'This parameter allows listing a comma separated list of ip addresses or networks that should not be subject to the sitedown mechanism. This allows administrators to work on a site whilst anonymous visitors receive a sitedown message.<br/><br/>Addresses can be specified in the following formats:<br/>
1. xxx.xxx.xxx.xxx -- (exact IP address)<br/>
2. xxx.xxx.xxx.[yyy-zzz] -- (IP address range)<br/>
3. xxx.xxx.xxx.xxx/nn -- (nnn = number of bits, cisco style. i.e: 192.168.0.100/24 = entire 192.168.0 class C subnet)';
$lang['admin']['setup'] = 'Configuració avançada';
$lang['admin']['handle_404'] = 'Gestió personalitzada del 404';
$lang['admin']['sitedown_settings'] = 'Configuració de lloc fora de línia';
$lang['admin']['general_settings'] = 'Configuració general';
$lang['admin']['help_function_page_attr'] = '<h3>What does this do?</h3>
<p>This tag can be used to return the value of the attributes of a certain page.</p>
<h3>How do I use it?</h3>
<p>Insert the tag into the template like: <code>{page_attr key="extra1"}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><strong>key [required]</strong> The key to return the attribute of.</li>
</ul>';
$lang['admin']['forge'] = 'Forja';
$lang['admin']['disable_wysiwyg'] = 'Deshabilita l'editor WYSIWYG en aquesta pàgina (a desgrat de la configuració de la plantilla)';
$lang['admin']['help_function_page_image'] = '<h3>What does this do?</h3>
<p>This tag can be used to return the value of the image or thumbnail fields of a certain page.</p>
<h3>How do I use it?</h3>
<p>Insert the tag into the template like: <code>{page_image}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li>thumbnail - Optionally display the value of the thumbnail property instead of the image property.</li>
</ul>';
$lang['admin']['pagelink_circular'] = 'Un enllaç a pàgina no pot mostrar una altre enllaç com a destinació';
$lang['admin']['destinationnotfound'] = 'La pàgina triada no s'ha pogut trobar o és invàlida';
$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'] = 'Error SQL a %s';
$lang['admin']['image'] = 'Imatge';
$lang['admin']['thumbnail'] = 'Contacte';
$lang['admin']['searchable'] = 'Aquesta pàgina és cercable';
$lang['admin']['help_function_content_image'] = '<h3>What does this do?</h3>
<p>This plugin allows template designers to prompt users to select an image file when editing the content of a page. It behaves similarly to the content plugin, for additional content blocks.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your page template like: <code>{content_image block='image1'}</code>.</p>
<h3>What parameters does it take?</h3>
<ul>
<li><strong>(required)</strong></em> block - The name for this additional content block.
<p>Example:</p>
<pre>{content_image block='image1'}</pre><br/>
</li>
<li><em>(optional)</em> label - A label or prompt for this content block in the edit content page. If not specified, the block name will be used.</li>
<li><em>(optional)</em> dir - The name of a directory (relative to the uploads directory, from which to select image files. If not specified, the uploads directory will be used.
<p>Example: use images from the uploads/image directory.</p>
<pre>{content_image block='image1' dir='images'}</pre><br/>
</li>
<li><em>(optional)</em> class - The css class name to use on the img tag in frontend display.</li>
<li><em>(optional)</em> id - The id name to use on the img tag in frontend display.</li>
<li><em>(optional)</em> name - The tag name to use on the img tag in frontend display.</li>
<li><em>(optional)</em> width - The desired width of the image.</li>
<li><em>(optional)</em> height - The desired height of the image.</li>
<li><em>(optional)</em> alt - Alternative text if the image cannot be found.</li>
</ul>';
$lang['admin']['error_udt_name_chars'] = 'Un nom UDT vàlid comença amb una lletra o guió baix, seguit per qualsevol nombre de lletres, xifres o quions baixos.';
$lang['admin']['errorupdatetemplateallpages'] = 'Plantilla no activa';
$lang['admin']['hidefrommenu'] = 'Amaga del meú';
$lang['admin']['settemplate'] = 'Fixa la plantilla';
$lang['admin']['text_settemplate'] = 'Canvia la plantilla de les pàgines triades';
$lang['admin']['cachable'] = 'Memoritzable';
$lang['admin']['noncachable'] = 'No memoritzable';
$lang['admin']['copy_from'] = 'Copia de';
$lang['admin']['copy_to'] = 'Copia a';
$lang['admin']['copycontent'] = 'Copia element de contingut';
$lang['admin']['md5_function'] = 'funció md5';
$lang['admin']['tempnam_function'] = 'Funció tempnam';
$lang['admin']['register_globals'] = 'register_globals de PHP';
$lang['admin']['output_buffering'] = 'output_buffering de PHP';
$lang['admin']['disable_functions'] = 'disable_functions a PHP';
$lang['admin']['xml_function'] = 'Suport Bàsic XML (expat) ';
$lang['admin']['magic_quotes_gpc'] = 'Cometes màgiques per Get/Post/Cookie';
$lang['admin']['magic_quotes_gpc_on'] = 'Cometes simples, cometes dobles i contrabarra són marcades automàticament amb 'escape'. ';
$lang['admin']['magic_quotes_runtime'] = 'Cometes màgiques en temps d'execució';
$lang['admin']['magic_quotes_runtime_on'] = 'La majoria de funcions que tornen un valor tindran les cometes marcades amb una contra-barra. Pots tenir problemes.';
$lang['admin']['file_get_contents'] = 'Verifica file_get_contents';
$lang['admin']['check_ini_set'] = 'Verifica ini_set';
$lang['admin']['check_ini_set_off'] = 'Pot ser que tinguis dificultats amb alguna funcionalitat sense aquesta capacitat. Aquesta verificació pot fallar si el fail_safe_mode està habilitat';
$lang['admin']['file_uploads'] = 'Pujada d'arxius';
$lang['admin']['test_remote_url'] = 'Prova la URL remota';
$lang['admin']['test_remote_url_failed'] = 'Probablement no podràs obrir l'arxiu en un servidor remot';
$lang['admin']['test_allow_url_fopen_failed'] = 'Quan l'opció de permetre 'url fopen' es deshabilita, no podràs accedir a un objecte URL com un arxiu utilitzant els protocols ftp ni http.';
$lang['admin']['connection_error'] = 'Les connexions exteriors de tipus http sembla que no funcionen! És possible que hi hagi un tallafocs o alguns ACL per les connexions externes?. Això provocarà que el mòdul 'Module Manager', i potencialment altra funcionalitat, falli.';
$lang['admin']['remote_connection_timeout'] = 'La connexió ha caducat!';
$lang['admin']['search_string_find'] = 'Connexió correcta!';
$lang['admin']['connection_failed'] = 'La connexió ha fallat!';
$lang['admin']['remote_response_ok'] = 'Resposta remota: ok!';
$lang['admin']['remote_response_404'] = 'Resposta remota: no s'ha trobat!';
$lang['admin']['remote_response_error'] = 'Resposta remota: error!';
$lang['admin']['notifications_to_handle'] = 'Tens <b>%d</b> notificacions no revisades';
$lang['admin']['notification_to_handle'] = 'Tens <b>%d</b> notificacions no revisades';
$lang['admin']['notifications'] = 'Notificacions';
$lang['admin']['dashboard'] = 'Veure Dashboard';
$lang['admin']['ignorenotificationsfrommodules'] = 'Ignorar notificacions des d'aquests mòduls';
$lang['admin']['admin_enablenotifications'] = 'Permetre els usuaris de veure les notificacions<br/><em>(les notificacions es mostraran en totes les pàgines d'administració)</em>';
$lang['admin']['enablenotifications'] = 'Habilitar notificacions d'usuari a la secció d'administració';
$lang['admin']['test_check_open_basedir_failed'] = 'Restricció Open Basedir activa. Pots tenir algunes dificultats amb funcionalitat d'afegitons amb aquesta restricció.';
$lang['admin']['config_writable'] = 'config.php modificable. És més segur si canvies els permisos a 'només lectura'';
$lang['admin']['caution'] = 'Precaució';
$lang['admin']['create_dir_and_file'] = 'Verificant si el procés httpd pot crear un arxiu dins el directori que ha creat';
$lang['admin']['os_session_save_path'] = 'No es verifica degut al camí del SO';
$lang['admin']['unlimited'] = 'Il.limitat';
$lang['admin']['open_basedir'] = 'Open Basedir de PHP';
$lang['admin']['open_basedir_active'] = 'Sense verificació donat que open basedir és actiu';
$lang['admin']['invalid'] = 'Invàlid';
$lang['admin']['checksum_passed'] = 'Tots els checksums coincideixen amb els de l'arxiu pujat';
$lang['admin']['error_retrieving_file_list'] = 'Error recuperant llista d'arxius';
$lang['admin']['files_checksum_failed'] = 'No s'ha pogut generar un checksum pels arxius';
$lang['admin']['failure'] = 'Error';
$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'] = 'Metadades específiques de pàgina';
$lang['admin']['pagedata_codeblock'] = 'Dades o lògica smarty que és específica d'aquesta pàgina';
$lang['admin']['error_uploadproblem'] = 'Error pujant un arxiu';
$lang['admin']['error_nofileuploaded'] = 'No s'ha pujat cap arxiu';
$lang['admin']['files_failed'] = 'Arxius que no han superat la verificació MD5';
$lang['admin']['files_not_found'] = 'Arxius que no s'han trobat';
$lang['admin']['info_generate_cksum_file'] = 'Aquesta funció et permetrà generar un arxiu de checksum i desar-lo al teu ordinador local per validar-lo posteriorment. Això s'hauria de fer just abans de desplegar el teu lloc web i/o després de qualsevol canvi de versió o modificació major.';
$lang['admin']['info_validation'] = 'Aquesta funció compararà els checksums trobats en el fitxer pujat amb els arxius de la instal.lació actual. Pot ajudar a trobar problemes amb pujades, o exactament quins arxius han estat modificats en cas que el teu sistema hagi estat atacat (hacked). Un arxiu de checksum es genera per cada versió de CMS Made simple des de la versió 1.4 en amunt.';
$lang['admin']['download_cksum_file'] = 'Descarregar l'arxiu de checksum';
$lang['admin']['perform_validation'] = 'Realitza validació';
$lang['admin']['upload_cksum_file'] = 'Puja arxiu de checksum';
$lang['admin']['checksumdescription'] = 'Valida la integritat dels arxius CMS tot comparant-los amb checksums coneguts';
$lang['admin']['system_verification'] = 'Verificació del sistema';
$lang['admin']['extra1'] = 'Atribut 1 de pàgina addicional';
$lang['admin']['extra2'] = 'Atribut 2 de pàgina addicional';
$lang['admin']['extra3'] = 'Atribut 32 de pàgina addicional';
$lang['admin']['start_upgrade_process'] = 'Comença el procés de canvi de versió';
$lang['admin']['warning_upgrade'] = '<em><strong>Avís:</strong></em> CMSMS és necessari per fer un canvi de versió';
$lang['admin']['warning_upgrade_info1'] = 'Tens en funcionament l'esquema de la versió %s. i cal pujar-la a la versió %s';
$lang['admin']['warning_upgrade_info2'] = 'Si et plau, clica l'enlaç següent: %s.';
$lang['admin']['warning_mail_settings'] = 'La configuració de mail no s'ha realitzat. Això podria interferir amb la capacitat del teu lloc web per enviar missatges. Hauries d'anar a <a href="moduleinterface.php?module=CMSMailer">Extensions >> CMSMailer</a> i configurar els paràmetres de mail amb informació proporcionada pel teu proveïdor';
$lang['admin']['view_page'] = 'Veure aquesta pàgina en una nova finestra';
$lang['admin']['off'] = 'Apagat';
$lang['admin']['on'] = 'Connectat';
$lang['admin']['invalid_test'] = 'Valor invàlid de paràmetre de prova';
$lang['admin']['copy_paste_forum'] = 'Veure Informe <em>(adecuat per penjar a fòrums)</em>';
$lang['admin']['permission_information'] = 'Informació de permisos';
$lang['admin']['server_os'] = 'Sistema operatiu de servidor';
$lang['admin']['server_api'] = 'API de servidor';
$lang['admin']['server_software'] = 'Programari de servidor';
$lang['admin']['server_information'] = 'Informació de servidor';
$lang['admin']['session_save_path'] = 'Camí per desar sessió';
$lang['admin']['max_execution_time'] = 'Temps màxim d'execució';
$lang['admin']['gd_version'] = 'Versió de GD';
$lang['admin']['upload_max_filesize'] = 'Mida màxima de pujada';
$lang['admin']['post_max_size'] = 'Mida màxima de Post';
$lang['admin']['memory_limit'] = 'Límit de memòria efectiu de PHP';
$lang['admin']['server_db_type'] = 'Base de dades del servidor';
$lang['admin']['server_db_version'] = 'Versió de la base de dades del servidor';
$lang['admin']['phpversion'] = 'Versió actual del PHP';
$lang['admin']['safe_mode'] = 'Mode segur de PHP';
$lang['admin']['php_information'] = 'Informació de PHP';
$lang['admin']['cms_install_information'] = 'Informació d'instal.lació de CMS';
$lang['admin']['cms_version'] = 'Versió de CMS';
$lang['admin']['installed_modules'] = 'Mòduls instal.lats';
$lang['admin']['config_information'] = 'Informació de Configuració';
$lang['admin']['systeminfo_copy_paste'] = 'Si et plau, copia i enganxa aquest text triat en el teu missatge al fòrum';
$lang['admin']['help_systeminformation'] = 'La informació mostrada a continuació s'ha recollit des d'una varietat de llocs, i resumida aquí per tal que puguis convenientment trobar part de la informació necesària quan es prova de diagnosticar un problema o petició d'ajuda amb la instal.lació del teu CMS Made Simple';
$lang['admin']['systeminfo'] = 'Informació del Sistema';
$lang['admin']['systeminfodescription'] = 'Mostra diversos fragments d'informació sobre el teu sistema que poden ser útils per diagnosticar problemes.';
$lang['admin']['welcome_user'] = 'Benvingut';
$lang['admin']['itsbeensincelogin'] = 'Han passat %s de de la teva darrera visita';
$lang['admin']['days'] = 'dies';
$lang['admin']['day'] = 'dia';
$lang['admin']['hours'] = 'hores';
$lang['admin']['hour'] = 'hora';
$lang['admin']['minutes'] = 'minuts';
$lang['admin']['minute'] = 'minut';
$lang['admin']['help_css_max_age'] = 'Aquest paràmetre s'hauria de fixar relativament alt per llocs estàtics, i s'hauria de fixar a 0 per llocs en desenvolupament.';
$lang['admin']['css_max_age'] = 'Màxim temps (en segons) durant el qual les fulles d'estil es guarden al navegador';
$lang['admin']['error'] = 'Error';
$lang['admin']['clear_version_check_cache'] = 'Esborra qualsevol verificació de versió desada en enviar';
$lang['admin']['new_version_available'] = '<em>Nota:</em> Una nova versió de CMS Made Simple és disponible. Si et plau, avisa l'administrador';
$lang['admin']['info_urlcheckversion'] = 'Si aquesta URL conté la paraula "none", no es faran verificacions. <br/>Un text en blanc implica que es faran verificacions amb la URL per defecte.';
$lang['admin']['urlcheckversion'] = 'Cerca noves versions de CMS utilitzant aquesta URL';
$lang['admin']['master_admintheme'] = 'Aspecte d'Administració per defecte (per la pàgina d'entrada i nous usuaris)';
$lang['admin']['contenttype_separator'] = 'Separador';
$lang['admin']['contenttype_sectionheader'] = 'Capçalera';
$lang['admin']['contenttype_link'] = 'Ellaç extern';
$lang['admin']['contenttype_content'] = 'Contingut';
$lang['admin']['contenttype_pagelink'] = 'Enllaç intern';
$lang['admin']['nogcbwysiwyg'] = 'Deshabilita editors WYSIWYG en blocs globals de contingut';
$lang['admin']['destination_page'] = 'Pàgina de destinació';
$lang['admin']['additional_params'] = 'Paràmetres addicionals';
$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 bbe 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'] = 'Informació';
$lang['admin']['login_info'] = 'Des d'aquest punt, caldria considerar els paràmetres següents';
$lang['admin']['login_info_params'] = '<ol>
<li>Galetes habilitades al teu navegador</li>
<li>Javascript habilitat al teu navegador </li>
<li>Windows popup actiu per la següent adreça:</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>
</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>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'] = 'Primer';
$lang['admin']['last'] = 'Darrer';
$lang['admin']['adminspecialgroup'] = 'Avís: Membres d'aquest grup tindràn automàticament tots els permisos';
$lang['admin']['disablesafemodewarning'] = 'Deshabilitar l'avís de modalitat segura d'administració';
$lang['admin']['allowparamcheckwarnings'] = 'Permetre verificacions de paràmetres per crear missatges d'avís';
$lang['admin']['date_format_string'] = 'Cadena de Format de Data';
$lang['admin']['date_format_string_help'] = '<em>strftime</em> cadena de format de data';
$lang['admin']['last_modified_at'] = 'Darrera modificació de';
$lang['admin']['last_modified_by'] = 'Darrera modificacio feta per';
$lang['admin']['read'] = 'Llegir';
$lang['admin']['write'] = 'Escriure';
$lang['admin']['execute'] = 'Executar';
$lang['admin']['group'] = 'Grup';
$lang['admin']['other'] = 'Altres';
$lang['admin']['event_desc_moduleupgraded'] = 'Enviat en actualitzar un mòdul';
$lang['admin']['event_desc_moduleinstalled'] = 'Enviat en instal.lar un mòdul';
$lang['admin']['event_desc_moduleuninstalled'] = 'Enviat en desinstal.lar un mòdul';
$lang['admin']['event_desc_edituserdefinedtagpost'] = 'Enviat en actualitzar un tag d'usuari';
$lang['admin']['event_desc_edituserdefinedtagpre'] = 'Enviat abans d'actualitzar un tag d'usuari';
$lang['admin']['event_desc_deleteuserdefinedtagpre'] = 'Enviat abans d'esborrar un tag d'usuari';
$lang['admin']['event_desc_deleteuserdefinedtagpost'] = 'Enviat en esborrar un tag d'usuari';
$lang['admin']['event_desc_adduserdefinedtagpost'] = 'Enviat en afegir un tag d'usuari';
$lang['admin']['event_desc_adduserdefinedtagpre'] = 'Enviat abans d'afegir un tag d'usuari';
$lang['admin']['global_umask'] = 'Màscara en crear arxius (umask)';
$lang['admin']['errorcantcreatefile'] = 'No s'ha pogu crear un arxiu (problema de permisos?)';
$lang['admin']['errormoduleversionincompatible'] = 'El mòdul és incompatible amb aquesta versió de CMS';
$lang['admin']['errormodulenotloaded'] = 'Error intern, el mòdul no s'ha instanciat';
$lang['admin']['errormodulenotfound'] = 'Error intern, no s'ha pogut trobar la instància del mòdul';
$lang['admin']['errorinstallfailed'] = 'La instal.lació del mòdul ha fallat';
$lang['admin']['errormodulewontload'] = 'Problema instanciant un mòdul disponible';
$lang['admin']['frontendlang'] = 'Idioma per defecte pel frontend';
$lang['admin']['info_edituser_password'] = 'Canvia aquest camp per modiifcar el password d'usuari ';
$lang['admin']['info_edituser_passwordagain'] = 'Canvia aquest camp per modiifcar el password d'usuari ';
$lang['admin']['originator'] = 'Originador';
$lang['admin']['module_name'] = 'Nom del mòdul';
$lang['admin']['event_name'] = 'Nom d'event';
$lang['admin']['event_description'] = 'Descricpió de l'event';
$lang['admin']['error_delete_default_parent'] = 'No pots esborrar el pare de la pàgina per defecte.';
$lang['admin']['jsdisabled'] = 'Per aquesta funció, cal tenir el javascript habilitat.';
$lang['admin']['order'] = 'Ordre';
$lang['admin']['reorderpages'] = 'Reordenar pags.';
$lang['admin']['reorder'] = 'Reordenar';
$lang['admin']['page_reordered'] = 'Pàgina reordenada amb èxit.';
$lang['admin']['pages_reordered'] = 'Pàgines reordenades amb èxit.';
$lang['admin']['sibling_duplicate_order'] = 'Dues pàgines del mateix nivell no poden tenir el mateix ordre. No s'han reordenat.';
$lang['admin']['no_orders_changed'] = 'Has triat reordenar pàgines, però no has canviat l'ordre de cap d'elles. No s'han reordenat.';
$lang['admin']['order_too_small'] = 'L'ordre no pot ser zero. No s'han reordenat';
$lang['admin']['order_too_large'] = 'L'ordre no pot ser superior al del nombre de pàgines del nivell. No s'han reordenat.';
$lang['admin']['user_tag'] = 'Tag d'usuari';
$lang['admin']['add'] = 'Afegir';
$lang['admin']['CSS'] = 'Fulles d'estil';
$lang['admin']['about'] = 'Sobre';
$lang['admin']['action'] = 'Acció';
$lang['admin']['actionstatus'] = 'Acció/Estat';
$lang['admin']['active'] = 'Actiu';
$lang['admin']['addcontent'] = 'Afegir nou contingut';
$lang['admin']['cantremove'] = 'No es pot esborrar';
$lang['admin']['changepermissions'] = 'Canviar permisos';
$lang['admin']['changepermissionsconfirm'] = 'PRECAUCIÓ\n\nAquesta acció intentarà assegurar que tots els arxius que comprenen el mòdul són modificables pel servidor Web.\nEstàs segur que vols continuar?';
$lang['admin']['contentadded'] = 'Contingut afegit correctament a la base de dades.';
$lang['admin']['contentupdated'] = 'Contingut actualitzat correctament.';
$lang['admin']['contentdeleted'] = 'Contingut eliminat correctament de la base de dades.';
$lang['admin']['success'] = 'Èxit';
$lang['admin']['addcss'] = 'Afegir una fulla d'estils';
$lang['admin']['addgroup'] = 'Afegir nou grup';
$lang['admin']['additionaleditors'] = 'Editors addicionals';
$lang['admin']['addtemplate'] = 'Afegir nova plantilla';
$lang['admin']['adduser'] = 'Afefir nou usuari';
$lang['admin']['addusertag'] = 'Afegir Tag d'usuari';
$lang['admin']['adminaccess'] = 'Accés a entrar a admin';
$lang['admin']['adminlog'] = 'Registre d'administració';
$lang['admin']['adminlogcleared'] = 'El registre d'administració s'ha esborrat correctament';
$lang['admin']['adminlogempty'] = 'El registre d'administració està buit';
$lang['admin']['adminsystemtitle'] = 'Administració CMS';
$lang['admin']['adminpaneltitle'] = 'Penell administració CMS Made Simple';
$lang['admin']['advanced'] = 'Avançat';
$lang['admin']['aliasalreadyused'] = 'L'àlies ja està essent utilitzat per una altra pàgina. Canvia "Àlies de pàgina" a la pestanya "Opcions" per alguna latra cosa.';
$lang['admin']['aliasmustbelettersandnumbers'] = 'L'àlies ha de constar només de lletres i dígits';
$lang['admin']['aliasnotaninteger'] = 'L'àlies no pot ser un enter';
$lang['admin']['allpagesmodified'] = 'Totes les pàgines modificades!';
$lang['admin']['assignments'] = 'Assignar usuaris';
$lang['admin']['associationexists'] = 'Aquesta associació ja existeix';
$lang['admin']['autoinstallupgrade'] = 'Instal.la o actualitza automàticament';
$lang['admin']['back'] = 'Enrere cap al menú';
$lang['admin']['backtoplugins'] = 'Enrere cap a la llista de plugins';
$lang['admin']['cancel'] = 'Cancel.lar';
$lang['admin']['cantchmodfiles'] = 'No s'han pogut canviar permisos en alguns arxius';
$lang['admin']['cantremovefiles'] = 'Problema esborrant arxius (permisos?)';
$lang['admin']['confirmcancel'] = 'Segur que vols descartar els canvis? Prem OK per descartar tots els canvis. Prem Cancel.lar per continuar editant. ';
$lang['admin']['canceldescription'] = 'Descartar canvis';
$lang['admin']['clearadminlog'] = 'Neteja registre administració';
$lang['admin']['code'] = 'Codi';
$lang['admin']['confirmdefault'] = 'Estàs segur de fixar la pàgina per defecte del lloc?';
$lang['admin']['confirmdeletedir'] = 'Segur que vols eliminar el directori i tot el seu contingut?';
$lang['admin']['content'] = 'Contingut';
$lang['admin']['contentmanagement'] = 'Gestió de contingut';
$lang['admin']['contenttype'] = 'Tipus de contingut';
$lang['admin']['copy'] = 'Copiar';
$lang['admin']['copytemplate'] = 'Copiar plantilla';
$lang['admin']['create'] = 'Crear';
$lang['admin']['createnewfolder'] = 'Crear nova carpeta';
$lang['admin']['cssalreadyused'] = 'Nom de CSS ja utilitzat';
$lang['admin']['cssmanagement'] = 'Gestió de CSS';
$lang['admin']['currentassociations'] = 'Associacions actuals';
$lang['admin']['currentdirectory'] = 'Directory actual';
$lang['admin']['currentgroups'] = 'Grups actuals';
$lang['admin']['currentpages'] = 'Pàgines actuals';
$lang['admin']['currenttemplates'] = 'Plantilles actuals';
$lang['admin']['currentusers'] = 'Usuaris actuals';
$lang['admin']['custom404'] = 'Missatge d'error 404 personalitzat';
$lang['admin']['database'] = 'Base de dades';
$lang['admin']['databaseprefix'] = 'Prefix de base de dades';
$lang['admin']['databasetype'] = 'Tipus de base de dades';
$lang['admin']['date'] = 'Data';
$lang['admin']['default'] = 'Per defecte';
$lang['admin']['delete'] = 'Esborrar';
$lang['admin']['deleteconfirm'] = 'Segur que vols esborrar?';
$lang['admin']['deleteassociationconfirm'] = 'N'estàs segur que vols esborrar l'associació a - %s - ?';
$lang['admin']['deletecss'] = 'Esborrar CSS';
$lang['admin']['dependencies'] = 'Dependències';
$lang['admin']['description'] = 'Descripció';
$lang['admin']['directoryexists'] = 'Aquest directori ja existeix.';
$lang['admin']['down'] = 'Avall';
$lang['admin']['edit'] = 'Edita';
$lang['admin']['editconfiguration'] = 'Edita Configuració';
$lang['admin']['editcontent'] = 'Edita Contingut';
$lang['admin']['editcss'] = 'Edita Fulla d'estils';
$lang['admin']['editcsssuccess'] = 'Fulla d'estils modificada';
$lang['admin']['editgroup'] = 'Edita Grup';
$lang['admin']['editpage'] = 'Edita Pàgina';
$lang['admin']['edittemplate'] = 'Edita Plantilla';
$lang['admin']['edittemplatesuccess'] = 'Plantilla modificada';
$lang['admin']['edituser'] = 'Edita Usuari';
$lang['admin']['editusertag'] = 'Edita Tag d'usuari';
$lang['admin']['usertagadded'] = 'El tag d'usuari s'ha afegit correctament.';
$lang['admin']['usertagupdated'] = 'El tag d'usuari s'ha modificat correctament.';
$lang['admin']['usertagdeleted'] = 'El tag d'usuari s'ha esborrat correctament.';
$lang['admin']['email'] = 'Adreça correu-e';
$lang['admin']['errorattempteddowngrade'] = 'Instal.lar aquest mòdul resultaria en una baixada de versió. Operació avortada.';
$lang['admin']['errorchildcontent'] = 'Contingut que encara inclou contingut dependent. Elimina'l primer. ';
$lang['admin']['errorcopyingtemplate'] = 'Error copiant plantilla';
$lang['admin']['errorcouldnotparsexml'] = 'Error processant arxiu XML. Assegura't d'estar carregant un arxiu .xml i no pas un .tar, .gz o .zip. ';
$lang['admin']['errorcreatingassociation'] = 'Error creant associació';
$lang['admin']['errorcssinuse'] = 'Aquesta fulla d'estil és encara utilitzada per una plantilla o per pàgines. Cal eliminar primer aquestes associacions.';
$lang['admin']['errordefaultpage'] = 'No es pot eliminar la pàgina per defecte actual. Posa'n una altra per defecte primer.';
$lang['admin']['errordeletingassociation'] = 'Error esborrant associació';
$lang['admin']['errordeletingcss'] = 'Error esborrant CSS';
$lang['admin']['errordeletingdirectory'] = 'No s'ha pogut eliminar el directory. Problema de permisos?';
$lang['admin']['errordeletingfile'] = 'No s'ha pogut esborrar arxiu. Problema de permisos?';
$lang['admin']['errordirectorynotwritable'] = 'Sense permís d'escriptura en el directory';
$lang['admin']['errordtdmismatch'] = 'Versió DTD absent o incompatible a l'arxiu XML ';
$lang['admin']['errorgettingcssname'] = 'Error obtenint nom de fulla d'estil';
$lang['admin']['errorgettingtemplatename'] = 'Error obtenint nom de plantilla';
$lang['admin']['errorincompletexml'] = 'Arxiu XML incomplet o invàlid';
$lang['admin']['uploadxmlfile'] = 'Instal.lar mòdul via arxiu XML';
$lang['admin']['cachenotwritable'] = 'No es pot escriure a la carpeta de memòria cau.';
$lang['admin']['modulesnotwritable'] = 'No es pot escriure a la carpeta dels mòdula, si vols instal.lar mòduls descarregant el fitxer XML, necessites fer accessible a lectura/escriptura/execució (chmod 777) la carpeta dels mòduls';
$lang['admin']['noxmlfileuploaded'] = 'No s'ha pujat cap arxiu. Per instal.lar el mòdul via XML cal escollir i pujar al servidor un arxiu .xml del mòdul des del teu ordinador.';
$lang['admin']['errorinsertingcss'] = 'Error insertant fulla d'estils.';
$lang['admin']['errorinsertinggroup'] = 'Error insertant grup';
$lang['admin']['errorinsertingtag'] = 'Error insertant tag d'usuari';
$lang['admin']['errorinsertingtemplate'] = 'Error insertant plantilla';
$lang['admin']['errorinsertinguser'] = 'Error insertant usuari';
$lang['admin']['errornofilesexported'] = 'Error exportant arxius a xml';
$lang['admin']['errorretrievingcss'] = 'Error recuperant fulla d'estils';
$lang['admin']['errorretrievingtemplate'] = 'Error recuperant plantilla';
$lang['admin']['errortemplateinuse'] = 'Aquesta plantilla ésencara utilitzada en alguna pàgina. Esborra-la primer.';
$lang['admin']['errorupdatingcss'] = 'Error actualitzant fulla d'estils';
$lang['admin']['errorupdatinggroup'] = 'Error actualitzant grup';
$lang['admin']['errorupdatingpages'] = 'Error actualitzant pàgines';
$lang['admin']['errorupdatingtemplate'] = 'Error actualitzant plantilla';
$lang['admin']['errorupdatinguser'] = 'Error actualitzant usuari';
$lang['admin']['errorupdatingusertag'] = 'Error actualitzant tag d'usuari';
$lang['admin']['erroruserinuse'] = 'Aquest usuari encara té pàgines de contingut. Canvia la propietat a un altre usuari abans d'esborra-lo.';
$lang['admin']['eventhandlers'] = 'Accions';
$lang['admin']['editeventhandler'] = 'Edita Gestor d'Event ';
$lang['admin']['eventhandlerdescription'] = 'Associar tags d'usuari amb events';
$lang['admin']['export'] = 'Exportar';
$lang['admin']['event'] = 'Acció';
$lang['admin']['false'] = 'Fals';
$lang['admin']['settrue'] = 'Cert';
$lang['admin']['filecreatedirnodoubledot'] = 'El directori no pot incloure '..'.';
$lang['admin']['filecreatedirnoname'] = 'No es pot crear un directori sense nom.';
$lang['admin']['filecreatedirnoslash'] = 'El directori no pot incloure '/' o '\'.';
$lang['admin']['filemanagement'] = 'Gestió d'arxius';
$lang['admin']['filename'] = 'Nom d'arxiu';
$lang['admin']['filenotuploaded'] = 'L'arxiu no s'ha pogut carregar. Problema de permisos?';
$lang['admin']['filesize'] = 'Mida d'arxiu';
$lang['admin']['firstname'] = 'Nom';
$lang['admin']['groupmanagement'] = 'Gestió de grup';
$lang['admin']['grouppermissions'] = 'Permisos de grup';
$lang['admin']['handler'] = 'Handler (tag d'usuari)';
$lang['admin']['headtags'] = 'Tags capçalera';
$lang['admin']['help'] = 'Ajuda';
$lang['admin']['new_window'] = 'nova finestra';
$lang['admin']['helpwithsection'] = '%s Ajuda';
$lang['admin']['helpaddtemplate'] = '<p>Una plantilla és el que controla l'aspecte del contingut del teu lloc web</p><p>Crea el layout aquí i afegeix les teves CSS a la secció de les fulles d'estil per controlar l'aparença de diversos elements.</p>';
$lang['admin']['helplisttemplate'] = '<p>Aquesta pàgina permet editar, esborrar i crear plantilles.</p><p>Per crear una nova plantilla, prem el botó <u>Afegir nova plantilla</u>.</p><p>Si vols configurar que totes les pàgines utilitzin la mateixa plantilla, pitja l'enllaç <u>Per tot el contingut</u>.</p><p>Si vols duplicar la plantilla, pitja la icona<u>Copiar</u> i se't demanarà el nom per la nova plantilla.</p>';
$lang['admin']['home'] = 'Inici';
$lang['admin']['homepage'] = 'Pàgina d'inici';
$lang['admin']['hostname'] = 'Servidor';
$lang['admin']['idnotvalid'] = 'Has donat un ID invàlid';
$lang['admin']['imagemanagement'] = 'Gestor d'imatges';
$lang['admin']['informationmissing'] = 'Manca informació';
$lang['admin']['install'] = 'Instal.lar';
$lang['admin']['invalidcode'] = 'Codi invàlid';
$lang['admin']['illegalcharacters'] = 'Caràcters invàlids al camp %s';
$lang['admin']['invalidcode_brace_missing'] = 'Claus desaparellades';
$lang['admin']['invalidtemplate'] = 'La plantilla no és vàlida';
$lang['admin']['itemid'] = 'ID element';
$lang['admin']['itemname'] = 'Nom d'element';
$lang['admin']['language'] = 'Idioma';
$lang['admin']['lastname'] = 'Cognom';
$lang['admin']['logout'] = 'Sortir';
$lang['admin']['loginprompt'] = 'Entra unes credencials vàlides per accedir al penell d'administració';
$lang['admin']['logintitle'] = 'Entrada a l'administració de CMS Made Simple';
$lang['admin']['menutext'] = 'Text de menú';
$lang['admin']['missingparams'] = 'Manquen paràmetres o són invàlids';
$lang['admin']['modifygroupassignments'] = 'Modifica assignacions de grup';
$lang['admin']['moduleabout'] = 'Sobre el mòdul %s ';
$lang['admin']['modulehelp'] = 'ajuda pel mòdul %s';
$lang['admin']['msg_defaultcontent'] = 'Afegeix aquí el codi que hauria d'aparèixer com el contingut per defecte a totes les pàgines noves';
$lang['admin']['msg_defaultmetadata'] = 'Afegeix aquí el codi que hauria d'aparèixer en la secció de metadades de totes les pàgines noves';
$lang['admin']['wikihelp'] = 'Ajuda de la Comunitat';
$lang['admin']['moduleinstalled'] = 'Mòdul ja instal.lat';
$lang['admin']['moduleinterface'] = '%s Interfase';
$lang['admin']['modules'] = 'Mòduls';
$lang['admin']['move'] = 'Moure';
$lang['admin']['name'] = 'Nom';
$lang['admin']['needpermissionto'] = 'Cal el '%s' permís per efectuar aquesta funció.';
$lang['admin']['needupgrade'] = 'Cal actualització';
$lang['admin']['newtemplatename'] = 'Nou nom de plantilla';
$lang['admin']['next'] = 'Següent';
$lang['admin']['noaccessto'] = 'Sense accés a %s';
$lang['admin']['nocss'] = 'No hi ha fulles d'estil';
$lang['admin']['noentries'] = 'No hi ha entrades';
$lang['admin']['nofieldgiven'] = 'No hia ha %s!';
$lang['admin']['nofiles'] = 'No hi ha arxius';
$lang['admin']['nopasswordmatch'] = 'Els passwords no coincideixen';
$lang['admin']['norealdirectory'] = 'El directori donat no existeix';
$lang['admin']['norealfile'] = 'L'arxiu donat no existeix';
$lang['admin']['notinstalled'] = 'No instal.lat';
$lang['admin']['overwritemodule'] = 'Sobreescriu els mòduls existents';
$lang['admin']['owner'] = 'Propietari';
$lang['admin']['pagealias'] = 'Àlies de pàgina';
$lang['admin']['pagedefaults'] = 'Valors per defecte de la pàgina';
$lang['admin']['pagedefaultsdescription'] = 'Fixa els valor per defecte de les noves pàgines';
$lang['admin']['parent'] = 'Pare';
$lang['admin']['password'] = 'Contrasenya';
$lang['admin']['passwordagain'] = 'Password (altre cop)';
$lang['admin']['permission'] = 'Permís';
$lang['admin']['permissions'] = 'Permisos';
$lang['admin']['permissionschanged'] = 'Permisos actualitzats';
$lang['admin']['pluginabout'] = 'Sobre el tag %s';
$lang['admin']['pluginhelp'] = 'Ajuda pel tag %s';
$lang['admin']['pluginmanagement'] = 'Gestió de connectors';
$lang['admin']['prefsupdated'] = 'Preferencies actualitzades.';
$lang['admin']['preview'] = 'Previsualització';
$lang['admin']['previewdescription'] = 'Previsualitzar canvis';
$lang['admin']['previous'] = 'Previa';
$lang['admin']['remove'] = 'Esborrar';
$lang['admin']['removeconfirm'] = 'Aquesta acció eliminarà permanentment els arxius que componen aquest mòdul de la instal.lació.\nSegur que vols procedir?';
$lang['admin']['removecssassociation'] = 'Eliminar associació de fulles d'estil';
$lang['admin']['saveconfig'] = 'Desa configuració';
$lang['admin']['send'] = 'Enviar';
$lang['admin']['setallcontent'] = 'Fixa totes les pàgines';
$lang['admin']['setallcontentconfirm'] = 'Segur que vols fer que totes les pàgines utilitzin aquesta plantilla?';
$lang['admin']['showinmenu'] = 'Mostra al menú';
$lang['admin']['showsite'] = 'Mostra el lloc';
$lang['admin']['sitedownmessage'] = 'Missatge de Lloc caigut';
$lang['admin']['siteprefs'] = 'Valors globals';
$lang['admin']['status'] = 'Estat';
$lang['admin']['stylesheet'] = 'Fulla d'estil';
$lang['admin']['submit'] = 'Enviar';
$lang['admin']['submitdescription'] = 'Desa canvis';
$lang['admin']['tags'] = 'Etiquetes';
$lang['admin']['template'] = 'Plantilla';
$lang['admin']['templateexists'] = 'Nom de plantilla existent';
$lang['admin']['templatemanagement'] = 'Gestió de plantilla';
$lang['admin']['title'] = 'Títol';
$lang['admin']['tools'] = 'Eines';
$lang['admin']['true'] = 'Cert';
$lang['admin']['setfalse'] = 'Fals';
$lang['admin']['type'] = 'Tipus';
$lang['admin']['typenotvalid'] = 'Tipus invàlid';
$lang['admin']['uninstall'] = 'Desinstal.lar';
$lang['admin']['uninstallconfirm'] = 'Segur que vols desinstal.lar aquest mòdul? Nom:';
$lang['admin']['up'] = 'Amunt';
$lang['admin']['upgrade'] = 'Actualitzar';
$lang['admin']['upgradeconfirm'] = 'Segur que vols actualitzar això?';
$lang['admin']['uploadfile'] = 'Carregar arxiu';
$lang['admin']['url'] = 'Adreça web';
$lang['admin']['useadvancedcss'] = 'Utilitza gestió avançada de fulles d'estil';
$lang['admin']['user'] = 'Usuari';
$lang['admin']['userdefinedtags'] = 'Tags d'usuari';
$lang['admin']['usermanagement'] = 'Gestió d'usuaris';
$lang['admin']['username'] = 'Nom d'usuari';
$lang['admin']['usernameincorrect'] = 'Usuari o password incorrecte';
$lang['admin']['userprefs'] = 'Preferències d'usuari';
$lang['admin']['usersassignedtogroup'] = 'Usuaris assignats a grup %s';
$lang['admin']['usertagexists'] = 'Ja existeix un tag amb aquest nom. Tria'n un altre.';
$lang['admin']['usewysiwyg'] = 'Utilitza un editor WYSIWYG pel contingut';
$lang['admin']['version'] = 'Versió';
$lang['admin']['view'] = 'Veure';
$lang['admin']['welcomemsg'] = 'Benvingut %s';
$lang['admin']['directoryabove'] = 'directori per sobre el nivell actual';
$lang['admin']['nodefault'] = 'No s'ha escollit un valor per defecte';
$lang['admin']['blobexists'] = 'Ja existeix aquest nom per un bloc global de contingut';
$lang['admin']['blobmanagement'] = 'Gestió de blocs globals de contingut';
$lang['admin']['errorinsertingblob'] = 'Error insertant un bloc global de contingut';
$lang['admin']['addhtmlblob'] = 'Afegir bloc global de contingut';
$lang['admin']['edithtmlblob'] = 'Editar bloc global de contingut';
$lang['admin']['edithtmlblobsuccess'] = 'Bloc global de contingut modificat';
$lang['admin']['tagtousegcb'] = 'Tag per utilitzar aquest bloc';
$lang['admin']['gcb_wysiwyg'] = 'Habilitar BGC WYSIWYG';
$lang['admin']['gcb_wysiwyg_help'] = 'Habilitar l'editor WYSIWYG en l'edició d'un bloc global de contingut';
$lang['admin']['filemanager'] = 'Gestor d'arxius';
$lang['admin']['imagemanager'] = 'Gestor d'imatges';
$lang['admin']['encoding'] = 'Codificació';
$lang['admin']['clearcache'] = 'Esborra memòria cau';
$lang['admin']['clear'] = 'Netejar';
$lang['admin']['cachecleared'] = 'Memòria cau esborrada';
$lang['admin']['apply'] = 'Aplicar';
$lang['admin']['applydescription'] = 'Desar els canvis i continuar editant';
$lang['admin']['none'] = 'Cap';
$lang['admin']['wysiwygtouse'] = 'Tria un WYSIWYG per utilitzar';
$lang['admin']['syntaxhighlightertouse'] = 'Triar el marcador de sintaxi a utilitzar';
$lang['admin']['hasdependents'] = 'Té dependències';
$lang['admin']['missingdependency'] = 'Dependència absent';
$lang['admin']['minimumversion'] = 'Versió mínima';
$lang['admin']['minimumversionrequired'] = 'Mínima versió necessària de CMSMS';
$lang['admin']['maximumversion'] = 'Versió màxima';
$lang['admin']['maximumversionsupported'] = 'Màxima versió suportada de CMSMS';
$lang['admin']['depsformodule'] = 'Dependències pel mòdul %s';
$lang['admin']['installed'] = 'Instal.lat';
$lang['admin']['author'] = 'Autor';
$lang['admin']['changehistory'] = 'Historial de canvis';
$lang['admin']['moduleerrormessage'] = 'Missatge d'error pel mòdul %s';
$lang['admin']['moduleupgradeerror'] = 'Error actualitzant el mòdul.';
$lang['admin']['moduleinstallmessage'] = 'Missatge d'instal.lació pel mòdul %s';
$lang['admin']['moduleuninstallmessage'] = 'Missatge de desinstal.lació pel mòdul %s';
$lang['admin']['admintheme'] = 'Tema d'administració';
$lang['admin']['addstylesheet'] = 'Afegir una fulla d'estil';
$lang['admin']['editstylesheet'] = 'Editar Fulla d'estil';
$lang['admin']['addcssassociation'] = 'Afegir Associació de fulla d'estil';
$lang['admin']['attachstylesheet'] = 'Enllaçar aquesta fulla d'estil';
$lang['admin']['attachtemplate'] = 'Enllaçar a aquesta plantilla';
$lang['admin']['main'] = 'Principal';
$lang['admin']['pages'] = 'Pàgines';
$lang['admin']['page'] = 'Pàgina';
$lang['admin']['files'] = 'Arxius';
$lang['admin']['layout'] = 'Esquema';
$lang['admin']['usersgroups'] = 'Usuaris i Grups';
$lang['admin']['extensions'] = 'Extensions';
$lang['admin']['preferences'] = 'Preferències';
$lang['admin']['admin'] = 'Administració del lloc';
$lang['admin']['viewsite'] = 'Veure Lloc';
$lang['admin']['templatecss'] = 'Assignar plantilles a fulles d'estil';
$lang['admin']['plugins'] = 'Connectors';
$lang['admin']['movecontent'] = 'Moure pàgines';
$lang['admin']['module'] = 'Mòdul';
$lang['admin']['usertags'] = 'Tags d'usuari';
$lang['admin']['htmlblobs'] = 'Blocs globals de contingut';
$lang['admin']['adminhome'] = 'Centre d'administració';
$lang['admin']['liststylesheets'] = 'Fulles d'estil';
$lang['admin']['preferencesdescription'] = 'Aquí defineixes diverses preferències d'abast global.';
$lang['admin']['adminlogdescription'] = 'Mostra el registre de qui ha fet què a l'administració.';
$lang['admin']['mainmenu'] = 'Menú principal';
$lang['admin']['users'] = 'Usuaris';
$lang['admin']['usersdescription'] = 'Aquí es gestionen els usuaris';
$lang['admin']['groups'] = 'Grups';
$lang['admin']['groupsdescription'] = 'Aquí es gestionen els grups';
$lang['admin']['groupassignments'] = 'Assignacions de grup';
$lang['admin']['groupassignmentdescription'] = 'Aquí pots assignar usuaris a grups';
$lang['admin']['groupperms'] = 'Permisos de grup';
$lang['admin']['grouppermsdescription'] = 'Fixa permisos i nivells d'accés per grups';
$lang['admin']['pagesdescription'] = 'Aquí podem afegir i editar pàgines i altre contingut';
$lang['admin']['htmlblobdescription'] = 'Blocs globals de contingut són fragments de contingut que pots posar a pàgines o plantilla';
$lang['admin']['templates'] = 'Plantilla';
$lang['admin']['templatesdescription'] = 'Aquí pots afegir i editar plantilla. La plantilla defineix l'aspecte del teu lloc.';
$lang['admin']['stylesheets'] = 'Fulles d'estil';
$lang['admin']['stylesheetsdescription'] = 'La gestió de fulles d'estil és una manera avançada de controlar les CSS de manera independent a la plantilla.';
$lang['admin']['filemanagerdescription'] = 'Carregar i gestionar arxius. ';
$lang['admin']['imagemanagerdescription'] = 'Carregar/editar i eliminar imatges.';
$lang['admin']['moduledescription'] = 'Els mòduls extenen el CMS Made Simple per proveïr-lo de tot tipus de funcionalitat a mida.';
$lang['admin']['tagdescription'] = 'Els tags són petites peces de funcionalitat que poden ser afegides al teu contingut i/o la plantilla';
$lang['admin']['usertagdescription'] = 'Tags que pots crear i modificar tu mateix per dur a terme tasques específiques, directament des del teu navegador.';
$lang['admin']['installdirwarning'] = '<em><strong>Atenció:</strong></em> el directori d'instal.lació encara existeix. Elimina'l completament.';
$lang['admin']['subitems'] = 'Subelements';
$lang['admin']['extensionsdescription'] = 'Mòduls, tags, i un assortit de divertiment.';
$lang['admin']['usersgroupsdescription'] = 'Elements relacionats amb usuaris i Grups.';
$lang['admin']['layoutdescription'] = 'Opcions de layout del Lloc.';
$lang['admin']['admindescription'] = 'Funcions d'administració de Lloc.';
$lang['admin']['contentdescription'] = 'Aquí és on afegim i editem contingut.';
$lang['admin']['enablecustom404'] = 'Habilitar el missatge 404 personalitzat';
$lang['admin']['enablesitedown'] = 'Habilitar missatge de Lloc caigut ';
$lang['admin']['bookmarks'] = 'Draceres';
$lang['admin']['user_created'] = 'Draceres personals';
$lang['admin']['forums'] = 'Fòrums';
$lang['admin']['wiki'] = 'Viki';
$lang['admin']['irc'] = 'IRC ';
$lang['admin']['module_help'] = 'Ajuda del mòdul';
$lang['admin']['managebookmarks'] = 'Gestió de draceres';
$lang['admin']['editbookmark'] = 'Editar dracera';
$lang['admin']['addbookmark'] = 'Afegir dracera';
$lang['admin']['recentpages'] = 'Pàgines recents';
$lang['admin']['groupname'] = 'Nom de grup';
$lang['admin']['selectgroup'] = 'Tria grup';
$lang['admin']['updateperm'] = 'Actualitza permisos';
$lang['admin']['admincallout'] = 'Administració de draceres';
$lang['admin']['showbookmarks'] = 'Mostra administració de draceres';
$lang['admin']['hide_help_links'] = 'Amaga enllaços d'ajuda';
$lang['admin']['hide_help_links_help'] = 'Marca per tal de deshabilitar els enllaços del wiki i l'ajuda del mòdul a les capçaleres de pàgina.';
$lang['admin']['showrecent'] = 'Mostra pàgines utilitzades recentment';
$lang['admin']['attachtotemplate'] = 'Enllaça fulla d'estil a la plantilla';
$lang['admin']['attachstylesheets'] = 'Enllaça fulles d'estil';
$lang['admin']['indent'] = 'Indenta la llista de pàgines per emfatitzar la jerarquia';
$lang['admin']['adminindent'] = 'Pantalla de contingut';
$lang['admin']['contract'] = 'Contrau secció';
$lang['admin']['expand'] = 'Amplia secció';
$lang['admin']['expandall'] = 'Amplia totes les seccions';
$lang['admin']['contractall'] = 'Contrau totes les seccions';
$lang['admin']['menu_bookmarks'] = '[+] ';
$lang['admin']['globalconfig'] = 'Configuració global';
$lang['admin']['adminpaging'] = 'Nombre d'elements de contingut a mostrar per pàgina a la llista de pàgines';
$lang['admin']['nopaging'] = 'Mostra tots els elements';
$lang['admin']['myprefs'] = 'Preferencies personals';
$lang['admin']['myprefsdescription'] = 'Aquí pots configurar l'àrea d'administració del Lloc per funcionar com vulguis.';
$lang['admin']['myaccount'] = 'El meu compte';
$lang['admin']['myaccountdescription'] = 'Aquí pots actualitzar els detalls del compte personal';
$lang['admin']['adminprefs'] = 'Preferències d'usuari';
$lang['admin']['adminprefsdescription'] = 'Aquí pots fixra preferències específiques per l'administració del Lloc';
$lang['admin']['managebookmarksdescription'] = 'Aquí pots gestionar les draceres d'administració';
$lang['admin']['options'] = 'Opcions';
$lang['admin']['langparam'] = 'Paràmetre utilitzat per indicar l'idioma a utilitzar de cara a l'usuari. No tots els mòduls suporten o necessiten això.';
$lang['admin']['parameters'] = 'Paràmeters';
$lang['admin']['mediatype'] = 'Tipus de suport';
$lang['admin']['mediatype_'] = 'Cap fixat: afetarà tot el sistema.';
$lang['admin']['mediatype_all'] = 'tot : adecuat per tots els dispositius.';
$lang['admin']['mediatype_aural'] = 'aural : pensat pels sintetitzadors de veu.';
$lang['admin']['mediatype_braille'] = 'braille : pensat pels dispositius tàctils de braille interactius.';
$lang['admin']['mediatype_embossed'] = 'embossed : pensat per impressores braille.';
$lang['admin']['mediatype_handheld'] = 'handheld : pensat per dispositius portàtils';
$lang['admin']['mediatype_print'] = 'impressió : pensat per material opac i paginat, i documents visualitzats a la pantalla en mode previsualització.';
$lang['admin']['mediatype_projection'] = 'projecció: pensat per presentacions projectades, tant per projectos com per transparències impreses.';
$lang['admin']['mediatype_screen'] = 'pantalla : pensat bàsicament per monitors de color.';
$lang['admin']['mediatype_tty'] = 'tty : pensat per mitjans amb caràcters de matriu de punts, com ara teletips i terminals.';
$lang['admin']['mediatype_tv'] = 'tv : pensat per dispositius tipus televisió.';
$lang['admin']['assignmentchanged'] = 'Assignacions de grup actualitzades.';
$lang['admin']['stylesheetexists'] = 'La fulla d'estils existeix';
$lang['admin']['errorcopyingstylesheet'] = 'Error copiant fulla d'estils';
$lang['admin']['copystylesheet'] = 'Copiar fulla d'estils';
$lang['admin']['newstylesheetname'] = 'Nou nom de fulla d'estils';
$lang['admin']['target'] = 'Objectiu';
$lang['admin']['xml'] = 'XML';
$lang['admin']['xmlmodulerepository'] = 'URL del servidor soap del mòdul repositori';
$lang['admin']['metadata'] = 'Metadades';
$lang['admin']['globalmetadata'] = 'Metadades global';
$lang['admin']['titleattribute'] = 'Descripció (atribut títol)';
$lang['admin']['tabindex'] = 'Pestanya índex';
$lang['admin']['accesskey'] = 'Clau d'accés';
$lang['admin']['sitedownwarning'] = '<strong>Avís:</strong> El teu Lloc està mostrant ara mateix el missatge "Lloc caigut per manteniment" . Elimina l'arxiu %s per resoldre-ho.';
$lang['admin']['deletecontent'] = 'Esborrar contingut';
$lang['admin']['deletepages'] = 'Esborrar aquestes pàgines?';
$lang['admin']['selectall'] = 'Triat tot';
$lang['admin']['selecteditems'] = 'Sobre els triats';
$lang['admin']['inactive'] = 'Inactiu';
$lang['admin']['deletetemplates'] = 'Esborra plantilles';
$lang['admin']['templatestodelete'] = 'Aquestes plantilles s'esborraran';
$lang['admin']['wontdeletetemplateinuse'] = 'Aquestes plantilles s'estan utilitzant i no es poden esborrar';
$lang['admin']['deletetemplate'] = 'Esborra fulles d'estil';
$lang['admin']['stylesheetstodelete'] = 'Aquestes fulles d'estil s'esborraran';
$lang['admin']['sitename'] = 'Nom de Lloc';
$lang['admin']['siteadmin'] = 'Administració de Lloc';
$lang['admin']['images'] = 'Gestor d'imatges';
$lang['admin']['blobs'] = 'Blocs globals de contingut';
$lang['admin']['groupmembers'] = 'Assignacions de grup';
$lang['admin']['troubleshooting'] = '(resoldre problemes)';
$lang['admin']['event_desc_loginpost'] = 'Enviat després que un usuari entri al panell d'aministració';
$lang['admin']['event_desc_logoutpost'] = 'Enviat després que un usuari deixi el panell d'administració';
$lang['admin']['event_desc_adduserpre'] = 'Enviat en crear un nou usuari';
$lang['admin']['event_desc_adduserpost'] = 'Enviat després de crear un usuari';
$lang['admin']['event_desc_edituserpre'] = 'Enviat en desar canvis en un usuari';
$lang['admin']['event_desc_edituserpost'] = 'Enviat després de desar canvis en un usuari';
$lang['admin']['event_desc_deleteuserpre'] = 'Enviat en esborrar un usuari del sistema';
$lang['admin']['event_desc_deleteuserpost'] = 'Enviat després d'esborrar un usuari del sistema';
$lang['admin']['event_desc_addgrouppre'] = 'Enviat abans de crear un nou grup';
$lang['admin']['event_desc_addgrouppost'] = 'Enviat després de crear un nou grup';
$lang['admin']['event_desc_changegroupassignpre'] = 'Enviat abans de desar les assignacions de grup';
$lang['admin']['event_desc_changegroupassignpost'] = 'Enviat després de desar les assignacions de grup ';
$lang['admin']['event_desc_editgrouppre'] = 'Enviat abans de desar canvis en un grup';
$lang['admin']['event_desc_editgrouppost'] = 'Enviat després de desar canvis en un grup';
$lang['admin']['event_desc_deletegrouppre'] = 'Enviat abans d'esborrar un grup del sistema';
$lang['admin']['event_desc_deletegrouppost'] = 'Enviat després d'esborrar un grup del sistema';
$lang['admin']['event_desc_addstylesheetpre'] = 'Enviat abans de crear una fulla d'estil';
$lang['admin']['event_desc_addstylesheetpost'] = 'Enviat després de crear una fulla d'estil';
$lang['admin']['event_desc_editstylesheetpre'] = 'Enviat abans de desar canvis en una fulla d'estil';
$lang['admin']['event_desc_editstylesheetpost'] = 'Enviat després de desar canvis en una fulla d'estil';
$lang['admin']['event_desc_deletestylesheetpre'] = 'Enviat abans d'esborrar una fulla d'estil del sistema';
$lang['admin']['event_desc_deletestylesheetpost'] = 'Enviat després d'esborrar una fulla d'estil del sistema';
$lang['admin']['event_desc_addtemplatepre'] = 'Enviat abans de crear una nova plantilla';
$lang['admin']['event_desc_addtemplatepost'] = 'Enviat després de crear una nova plantilla';
$lang['admin']['event_desc_edittemplatepre'] = 'Enviat abans de desar canvis a una plantilla';
$lang['admin']['event_desc_edittemplatepost'] = 'Enviat després de desar canvis a una plantilla';
$lang['admin']['event_desc_deletetemplatepre'] = 'Enviat abans d'esborrar una plantilla del sistema ';
$lang['admin']['event_desc_deletetemplatepost'] = 'Enviat després d'esborrar una plantilla del sistema';
$lang['admin']['event_desc_templateprecompile'] = 'Enviat abans d'enviar una plantilla a l'smarty per processar';
$lang['admin']['event_desc_templatepostcompile'] = 'Enviat abans que una plantilla sigui processada per l'smarty ';
$lang['admin']['event_desc_addglobalcontentpre'] = 'Enviat abans de crear un bloc global de contingut';
$lang['admin']['event_desc_addglobalcontentpost'] = 'Enviat després de crear un bloc global de contingut';
$lang['admin']['event_desc_editglobalcontentpre'] = 'Enviat abans de desar canvis en un bloc global de contingut';
$lang['admin']['event_desc_editglobalcontentpost'] = 'Enviat després de desar canvis en un bloc global de contingut';
$lang['admin']['event_desc_deleteglobalcontentpre'] = 'Enviat abans d'esborrar del sistema un bloc global de contingut ';
$lang['admin']['event_desc_deleteglobalcontentpost'] = 'Enviat després d'esborrar del sistema un bloc global de contingut';
$lang['admin']['event_desc_globalcontentprecompile'] = 'Enviat abans d'enviar un bloc global de contingut a l'smarty';
$lang['admin']['event_desc_globalcontentpostcompile'] = 'Enviat després que un bloc global de contingut sigui processat per l'smarty';
$lang['admin']['event_desc_contenteditpre'] = 'Enviat abans de desar canvis a contingut';
$lang['admin']['event_desc_contenteditpost'] = 'Enviat després de desar canvis a contingut';
$lang['admin']['event_desc_contentdeletepre'] = 'Enviat abans d'esborrar contingut del sistema';
$lang['admin']['event_desc_contentdeletepost'] = 'Enviat després d'esborrar contingut del sistema';
$lang['admin']['event_desc_contentstylesheet'] = 'Enviat abans d'enviar una fulla d'estil al navegador';
$lang['admin']['event_desc_contentprecompile'] = 'Enviat abans d'enviar contingut a l'smarty per precessar';
$lang['admin']['event_desc_contentpostcompile'] = 'Enviat després que l'smarty processi contingut';
$lang['admin']['event_desc_contentpostrender'] = 'Enviat abans que l'html combinat sigui enviat al navegador';
$lang['admin']['event_desc_smartyprecompile'] = 'Enviat abans que cap contingut destinat a l'smarty sigui enviat per processar';
$lang['admin']['event_desc_smartypostcompile'] = 'Enviat després que cap contingut destinat a l'smarty sigui processat';
$lang['admin']['event_help_loginpost'] = '<p>Enviat després que un usuari entri al panell d'administració</p>
<h4>Paràmetres</h4>
<ul>
<li>'usuari' - Referència a l'objecte d'usuari afectat.</li>
</ul>
';
$lang['admin']['event_help_logoutpost'] = '<p>Enviat després que un usuari entri al panell d'administració</p>
<h4>Paràmetres</h4>
<ul>
<li>'usuari' - Referència a l'objecte d'usuari afectat</li>
</ul>
';
$lang['admin']['event_help_adduserpre'] = '<p>Enviat abans de crear un nou usuari.</p>
<h4>Paràmetres</h4>
<ul>
<li>'usuari' - Referència a l'objecte d'usuari afectat.</li>
</ul>
';
$lang['admin']['event_help_adduserpost'] = '<p>Enviat després de crear un usuari.</p>
<h4>Paràmetres</h4>
<ul>
<li>'usuari' - Referència a l'objecte d'usuari afectat.</li>
</ul>
';
$lang['admin']['event_help_edituserpre'] = '<p>Enviat abans de desar canvis a un usuari.</p>
<h4>Paràmetres</h4>
<ul>
<li>'usuari' - Referència a l'objecte d'usuari afectat.</li>
</ul>
';
$lang['admin']['event_help_edituserpost'] = '<p>Enviat després de desar canvis a un usuari.</p>
<h4>Paràmetres</h4>
<ul>
<li>'usuari' - Referència a l'objecte d'usuari afectat.</li>
</ul>
';
$lang['admin']['event_help_deleteuserpre'] = '<p>Enviat abans d'esborrar del sistema un usuari.</p>
<h4>Paràmetres</h4>
<ul>
<li>'usuari' - Referència a l'bjecte d'usuari afectat.</li>
</ul>
';
$lang['admin']['event_help_deleteuserpost'] = '<p>Enviat després d'esborrar del sistema un usuari.</p>
<h4>Paràmetres</h4>
<ul>
<li>'usuari' - Referència a l'objecte d'usuari afectat.</li>
</ul>
';
$lang['admin']['event_help_addgrouppre'] = '<p>Enviat abans de crear un ou grup.</p>
<h4>Paràmetres</h4>
<ul>
<li>'grup' - Referència a l'objecte d'usuari afectat.</li>
</ul>
';
$lang['admin']['event_help_addgrouppost'] = '<p>Enviat després de crear un nou grup.</p>
<h4>Paràmetres</h4>
<ul>
<li>'grup' - Referència a l'object de grup afectat.</li>
</ul>
';
$lang['admin']['event_help_changegroupassignpre'] = '<p>Enviat abans de desar les assignacions de grup.</p>
<h4>Paràmetres></h4>
<ul>
<li>'grup' - Referència a l'objecte de grup.</li>
<li>'usuaris' - llista de referències a objectess d'usuari pertanyents al grup.</li>
';
$lang['admin']['event_help_changegroupassignpost'] = '<p>Enviat abans de desar les assignacions de grup.</p>
<h4>Paràmetres></h4>
<ul>
<li>'grup' - Referència a l'objecte de grup afectat.</li>
<li>'usuaris' -Llista de referències als objectes d'usuari ara pertanyents al grup afectat.</li>
';
$lang['admin']['event_help_editgrouppre'] = '<p>Enviat abans de desar canvis a un grup.</p>
<h4>Paràmetres</h4>
<ul>
<li>'grup' - Referència a l'bjecte de grup afectat.</li>
</ul>
';
$lang['admin']['event_help_editgrouppost'] = '<p>Enviat després de desar canvis a un grup.</p>
<h4>Paràmetres</h4>
<ul>
<li>'grup' - Referènce a l'objecte de grup afectat.</li>
</ul>
';
$lang['admin']['event_help_deletegrouppre'] = '<p>Enviat abans d'esborrar del sistema un grup.</p>
<h4>Paràmetres</h4>
<ul>
<li>'grup' - Referència a l'objecte de grup afectat.</li>
</ul>
';
$lang['admin']['event_help_deletegrouppost'] = '<p>Enviat després d'esborrar del sistema un grup</p>
<h4>Paràmetres</h4>
<ul>
<li>'grup' - Referència a l'objecte de grup afectat.</li>
</ul>
';
$lang['admin']['event_help_addstylesheetpre'] = '<p>Enviat abans de crear una nova fulla d'estils.</p>
<h4>Paràmetres</h4>
<ul>
<li>'fulla d'estil' - Referència a l'objecte fulla d'estil afectat.</li>
</ul>
';
$lang['admin']['event_help_addstylesheetpost'] = '<p>Enviat després de crear una nova fulla d'estil.</p>
<h4>Paràmetres</h4>
<ul>
<li>'fulla d'estil' - Referència a l'objecte fulla d'estil afectat.</li>
</ul>
';
$lang['admin']['event_help_editstylesheetpre'] = '<p>Enviat abans de desar canvis a una fulla d'estils.</p>
<h4>Paràmetres</h4>
<ul>
<li>'fulla d'estil' - Referència a l'bjecte fulla d'estil afectat.</li>
</ul>
';
$lang['admin']['event_help_editstylesheetpost'] = '<p>Enviat després de desar canvis a una fulla d'estils.</p>
<h4>Paràmetres</h4>
<ul>
<li>'fulla d'estil' - Referència a l'objecte fulla d'estil afectat.</li>
</ul>
';
$lang['admin']['event_help_deletestylesheetpre'] = '<p>Enviat abans d'esborrar del sistema una fulla d'estils.</p>
<h4>Paràmetres</h4>
<ul>
<li>'fulla d'estil' - Referència a l'objecte fulla d'estil afectat.</li>
</ul>
';
$lang['admin']['event_help_deletestylesheetpost'] = '<p>Enviat després d'esborrar del sistema una fulla d'estils.</p>
<h4>Paràmetres</h4>
<ul>
<li>'fulla d'estil' - Referència a l'objecte fulla d'estil afectat.</li>
</ul>
';
$lang['admin']['event_help_addtemplatepre'] = '<p>Enviat abans de crear una nova plantilla.</p>
<h4>Paràmetres</h4>
<ul>
<li>'plantilla' - Referència a l'objecte plantilla afectat.</li>
</ul>
';
$lang['admin']['event_help_addtemplatepost'] = '<p>Enviat després de crear una nova plantilla.</p>
<h4>Paràmetres</h4>
<ul>
<li>'plantilla' - Referència a l'objecte plantilla afectat.</li>
</ul>
';
$lang['admin']['event_help_edittemplatepre'] = '<p>Enviat abans de desar canvis a una plantilla.</p>
<h4>Paràmetres</h4>
<ul>
<li>'plantilla' - Referència a l'bjecte plantilla afectat.</li>
</ul>
';
$lang['admin']['event_help_edittemplatepost'] = '<p>Enviat després de desar canvis a una plantilla.</p>
<h4>Paràmetres</h4>
<ul>
<li>'plantilla' - Referència a l'objecte plantilla afectat.</li>
</ul>
';
$lang['admin']['event_help_deletetemplatepre'] = '<p>Enviat abans d'esborrar del sistema una plantilla.</p>
<h4>Paràmetres</h4>
<ul>
<li>'plantilla' - Referència a l'objecte plantilla afectat.</li>
</ul>
';
$lang['admin']['event_help_deletetemplatepost'] = '<p>Enviat després d'esborrar del sistema una plantilla.</p>
<h4>Paràmetres</h4>
<ul>
<li>'plantilla' - Referència a l'objecte plantilla afectat.</li>
</ul>
';
$lang['admin']['event_help_templateprecompile'] = '<p>Enviat abans d'enviar una plantilla a l'smarty per processar.</p>
<h4>Paràmetres</h4>
<ul>
<li>'plantilla' - Referència al text de plantilla afectat.</li>
</ul>
';
$lang['admin']['event_help_templatepostcompile'] = '<p>Enviat després de processar una plantilla per part de l'smarty.</p>
<h4>Paràmetres</h4>
<ul>
<li>'plantilla' - Referència al etxt de la plantilla afectat.</li>
</ul>
';
$lang['admin']['event_help_addglobalcontentpre'] = '<p>Enviat abans de crear un bloc global de contingut.</p>
<h4>Paràmetres</h4>
<ul>
<li>'global_content' - Referència a l'objecte bloc global de contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_addglobalcontentpost'] = '<p>Enviat després de crear un bloc global de contingut.</p>
<h4>Paràmetres</h4>
<ul>
<li>'global_content' - Referència a l'objecte bloc global de contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_editglobalcontentpre'] = '<p>Enviat abans de desar canvis a un bloc global de contingut.</p>
<h4>Paràmetres</h4>
<ul>
<li>'global_content' - Referència a l'objecte bloc global de contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_editglobalcontentpost'] = '<p>Enviat després de desar canvis a un bloc global de contingut.</p>
<h4>Paràmetres</h4>
<ul>
<li>'global_content' - Referència a l'objecte bloc global de contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_deleteglobalcontentpre'] = '<p>Enviat abans d'esborrar del sistema un bloc global de contingut.</p>
<h4>Paràmetres</h4>
<ul>
<li>'global_content' - Referència a l'objecte bloc global de contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_deleteglobalcontentpost'] = '<p>Enviat després d'esborrar del sistema un bloc global de contingut.</p>
<h4>Paràmetres</h4>
<ul>
<li>'global_content' - Referència a l'objecte bloc global de contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_globalcontentprecompile'] = '<p>Enviat abans d'enviar a l'smarty un bloc global de contingut global per processar.</p>
<h4>Paràmetres</h4>
<ul>
<li>'global_content' - Referència a l'objecte bloc global de contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_globalcontentpostcompile'] = '<p>Enviat després de processar un bloc global de contingut per part de l'smarty</p>
<h4>Paràmetres</h4>
<ul>
<li>'global_content' - Referència a l'objecte bloc global de contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_contenteditpre'] = '<p>Enviat abans de desar canvis a contingut.</p>
<h4>Paràmetres</h4>
<ul>
<li>'global_content' - Referència a l'objecte contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_contenteditpost'] = '<p>Enviat després de desar canvis a contingut.</p>
<h4>Paràmetres</h4>
<ul>
<li>'contingut' - Referència a l'objecte contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_contentdeletepre'] = '<p>Enviat abans d'esborrar del sistema contingut.</p>
<h4>Paràmetres</h4>
<ul>
<li>'contingut - Referència a l'objecte contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_contentdeletepost'] = '<p>Enviat després d'esborrar contingut del sistema.</p>
<h4>Paràmetres</h4>
<ul>
<li>'contingut' - Referència a l'objecte contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_contentstylesheet'] = '<p>Enviat abans d'enviar la fulla d'estil al navegador.</p>
<h4>Paràmetres</h4>
<ul>
<li>'contingut' - Referència al text de fulla d'estil afectat.</li>
</ul>
';
$lang['admin']['event_help_contentprecompile'] = '<p>Enviat abans d'enviar contingut a l'smarty per processar.</p>
<h4>Paràmetres</h4>
<ul>
<li>'contingut - Referència al text de contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_contentpostcompile'] = '<p>Enviat després de preocessar contingut per part de l'smarty.</p>
<h4>Paràmetres</h4>
<ul>
<li>'contingut' - Referència al text de contingut afectat.</li>
</ul>
';
$lang['admin']['event_help_contentpostrender'] = '<p>Enviat abans que l'html combinat s'enviï al navegador.</p>
<h4>Paràmetres</h4>
<ul>
<li>'contingut' - Referència al text html.</li>
</ul>
';
$lang['admin']['event_help_smartyprecompile'] = '<p>Enviat abans que cap contingut s'hagi enviat a l'smarty per processar.</p>
<h4>Paràmetres</h4>
<ul>
<li>'contingut' - Referència al text afectat.</li>
</ul>
';
$lang['admin']['event_help_smartypostcompile'] = '<p>Enviat després que algún contingut destinat a l'smarty hagi estat procesat.</p>
<h4>Paràmetres</h4>
<ul>
<li>'contingut' - Referència al text afectat.</li>
</ul>
';
$lang['admin']['filterbymodule'] = 'Filtrar per mòdul';
$lang['admin']['showall'] = 'Mostra tot';
$lang['admin']['core'] = 'Nucli';
$lang['admin']['defaultpagecontent'] = 'Contingut de pàgina per defecte';
$lang['admin']['file_url'] = 'Enllaç a l'arxiu (enlloc de URL)';
$lang['admin']['no_file_url'] = 'Cap (Usa la URL superior)';
$lang['admin']['defaultparentpage'] = 'Pàgina pare per defecte';
$lang['admin']['error_udt_name_whitespace'] = 'Error: els Tags d'usuari no poden tenir espais en el seu nom.';
$lang['admin']['warning_safe_mode'] = '<strong><em>AVÍS:</em></strong> el modePHP Segur està habilitat. Això causarà dificultats amb els arxius pujats via l'interfase web, incloent imatges, temes i paquets de mòduls XML. S'et recomana contactar amb l'administrador del lloc per veure si es pot deshabilitar el mode segur.';
$lang['admin']['test'] = 'Provar';
$lang['admin']['results'] = 'Resultats';
$lang['admin']['untested'] = 'No provat';
$lang['admin']['unknown'] = 'Desconegut';
$lang['admin']['download'] = 'Descàrrega';
$lang['admin']['frontendwysiwygtouse'] = 'Presentador wysiwyg';
$lang['admin']['all_groups'] = 'Tots els grups';
$lang['admin']['error_type'] = 'Tipus d'error';
$lang['admin']['contenttype_errorpage'] = 'Pàgina d'error';
$lang['admin']['errorpagealreadyinuse'] = 'Codi d'error ja utilitzat';
$lang['admin']['404description'] = 'Pàgina no trobada';
$lang['admin']['usernotfound'] = 'Usuario no trobat';
$lang['admin']['passwordchange'] = 'Sisplau, dóna un el passowrd';
$lang['admin']['recoveryemailsent'] = 'Email enviat a l'adreça desada. Verifica la teva bústia per més instruccions.';
$lang['admin']['errorsendingemail'] = 'Hi ha hagut un error enviant l'email. Contacta l'administrador.';
$lang['admin']['passwordchangedlogin'] = 'Password canviat. Torna a entrar utilitzant les noves credencials.';
$lang['admin']['nopasswordforrecovery'] = 'No s'ha definit email per aquest usuari. La recuperació del password no és possible. Contacta el teu administrador';
$lang['admin']['lostpw'] = 'Has oblidat el teu password';
$lang['admin']['lostpwemailsubject'] = '[%s] Recuperació del password';
$lang['admin']['lostpwemail'] = 'Estàs rebent aquest email perquè s'ha fet una petició per canviar el password de (%) associat a aquest compte (%). Si realment vols reinicialitzar al password per aquest compte, simplement clica a l'enllaç o enganxa'l al teu navegador preferit:
%s
Si et sembla que això és incorrecte o generat per error, ignora aquest email i res no s'haurà canviat.';
$lang['admin']['utma'] = '156861353.3109145977533247500.1225311312.1256902475.1256908322.42';
$lang['admin']['utmz'] = '156861353.1254088757.35.2.utmccn=(referral)|utmcsr=66.147.244.155|utmcct=/~clubcocc/cmsmadesimple/install/index.php|utmcmd=referral';
$lang['admin']['qca'] = 'P0-894451108-1250455823820';
$lang['admin']['utmc'] = '156861353';
$lang['admin']['utmb'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com