[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['friendlyname'] = 'FCKeditorX'; 3 $lang['postinstall'] = 'Certifique-se de definir as permissões "Modificar o FCKeditorX" para usar esse módulo!'; 4 $lang['postuninstall'] = 'pósdesinstalação'; 5 $lang['uninstalled'] = 'Módulo desinstalado'; 6 $lang['installed'] = 'Versão %s está instalada.'; 7 $lang['prefsupdated'] = 'Preferências do módulo atualizadas.'; 8 $lang['accessdenied'] = 'Acesso negado. Por favor verifique suas permissões.'; 9 $lang['error'] = 'Erro!'; 10 $lang['upgraded'] = 'Módulo atualizado para a versao %s'; 11 $lang['title_mod_prefs'] = 'Preferências do Módulo'; 12 $lang['title_mod_admin'] = 'Painel de Administração do Módulo'; 13 $lang['title_admin_panel'] = 'Módulo FCKeditorX'; 14 $lang['moddescription'] = '..Descrição..'; 15 $lang['welcome_text'] = '<p>..Bem-vindo..</p>'; 16 $lang['skin_text'] = 'Skin selecionada'; 17 $lang['lang_text'] = 'Usar configurações de idioma do CMS'; 18 $lang['bg_text'] = 'Cor de Fundo'; 19 $lang['bg_help'] = 'deixar EM BRANCO ou definir PADRÃO para usar o CSS DA PÁGINA'; 20 $lang['bg_css_text'] = 'CSS da tag body'; 21 $lang['bg_css_help'] = 'deixar EM BRANCO ou definir PADRÃO para usar o CSS DA PÁGINA'; 22 $lang['importallstyles_text'] = 'Importar todos os estilos'; 23 $lang['importallstyles_warning'] = 'Isso significa que será ignorado os estilos especificados no menu de contexto do administrador , e pode renderizar os menu de contextos de modo inutilizavel. Por favor teste.'; 24 $lang['xhtml_text'] = 'Habilitar formatação em XHTML'; 25 $lang['context_text'] = 'Habilitar menu de contexto'; 26 $lang['context_help'] = 'clique com o botao direito em um objeto HTML'; 27 $lang['settings'] = 'Configurações'; 28 $lang['styles'] = 'Estilos'; 29 $lang['info4toolbars'] = 'Cole o código da barra de ferramentas, como o projeto FCKeditor ensina.'; 30 $lang['info4styles'] = 'Paste styles from your template's stylesheet(s) that you want to have avilable from the WYSIWYG's drop-down style 31 menu.<br/>In order to see the applied styles in the textarea the same styles MUST exist in the stylesheet for the template for 32 that page.'; 33 $lang['width_text'] = 'Largura'; 34 $lang['width_help'] = 'largura do WYSIWYG'; 35 $lang['height_text'] = 'Altura'; 36 $lang['height_help'] = 'altura em pixels do WYSIWYG'; 37 $lang['toolbar_text'] = 'Barra de ferramentas'; 38 $lang['toolbar_help'] = 'Escolha a barra de ferramentas padrão.'; 39 $lang['update'] = 'Atualizar'; 40 $lang['toolbar_updated'] = 'Barra de ferramentas atualizada.'; 41 $lang['styles_updated'] = 'Estilos atualizados.'; 42 $lang['setting_updated'] = 'Configuração atualizada.'; 43 $lang['help_name'] = 'Nome do WYSIWYG, não opicional.'; 44 $lang['help_content'] = 'CONTEÚDO do WYSIWYG que deve ser carregado.'; 45 $lang['help_toolbar'] = 'Qual BARRA DE FERRAMENTAS deve ser carregada no WYSIWYG.'; 46 $lang['help_context'] = '1/0, defina se quiser habilitar o clique com o botão direito.'; 47 $lang['help_skin'] = 'Que SKIN deve ter o WYSIWYG.'; 48 $lang['changelog'] = '<ul> 49 <li> 50 <p>Version: 1.0</p> 51 <p>REMOVED all JAVASCRIPT for manage RELATIVE PATH.</p> 52 </li> 53 <li> 54 <p>Version: 0.9</p> 55 <p>IMPROVED techinal approach on some solution .</p> 56 <p>UPDATED to FCKeditor 2.2 </p> 57 <p>ADD with and height setting </p> 58 <p>ADD possibility to set custom TOOLBAR (alpha version) </p> 59 <p>ADD possibility to use the module like normal modue (try to insert into a page {cms_module name='name_textarea' module='FCKeditorX' toolbar='Basic' height='600' width='500' content='bla bla bla ' } ) </p> 60 <p>Version for CMSMS 0.10.SVN .</p> 61 </li> 62 <li> 63 <p>Version: 0.8</p> 64 <p>IMPROVED techinal approach on some solution .</p> 65 <p>UPDATED to FCKeditor 2.1.1 </p> 66 <p>ADD the possibility to SET background COLOR</p> 67 <p>Version for CMSMS 0.10.SVN .</p> 68 </li> 69 <li> 70 <p>Version: 0.7</p> 71 <p>FIXED bugs and improved configuration functionalities.</p> 72 <p>Version for CMSMS 0.10.SVN .</p> 73 </li> 74 <li> 75 <p>Version: 0.6</p> 76 <p>FIXED destination of uploads.</p> 77 <p>Version for CMSMS 0.10.SVN .</p> 78 <p>ADDED plugin for INTERNAL link of CMSMS (THANKS!!! to <b>Woudloper</b> for the plugin).</p> 79 <p>ADDED binding on custom CSS of CMSMS (THANKS to <b>infusion</b> for some incipit information).</p> 80 <p>UPDATED to FCKeditor 2.0 </p> 81 </li> 82 <li> 83 <p>Version: 0.5</p> 84 <p>Beta version for CMSMS 0.10.4 .</p> 85 </li> 86 <li> 87 <p>Version: 0.4</p> 88 <p>Original module code for FCKeditor 2 WYSIWYG textarea replacement tool.</p> 89 </li> 90 <li> 91 <p>Author: Roberto Tagliento <megabob3@yahoo.it></p> 92 <p>Converted for use with new CMS Module architecture.</p> 93 </li> 94 </ul>'; 95 $lang['help'] = '<h3>What does this do?</h3> 96 <p>Enables <b>FCKeditor</b> to be used as a WYSIWYG.</p> 97 <h3>How do I use it?</h3> 98 <p>Install it, then go to User Preferences and Set <b>FCKeditor</b> to be your wysiwyg of choice.</p> 99 <p></p> 100 '; 101 $lang['utmz'] = '156861353.1157932169.7.4.utmccn=(referral)|utmcsr=forum.cmsmadesimple.org|utmcct=/index.php/topic,5874.msg36269.html|utmcmd=referral'; 102 $lang['utma'] = '156861353.21129356.1154085495.1160007463.1160181028.12'; 103 $lang['utmc'] = '156861353'; 104 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |