I'm getting
Code: Select all
Notice: Undefined index: ad_entry_allowComments in ./record.edit.php on line 145

Moderator: Thorsten
Code: Select all
Notice: Undefined index: ad_entry_allowComments in ./record.edit.php on line 145
Code: Select all
Line 66 $PMF_LANG["msgYouCan"] = "Podia ";
70 $PMF_LANG["msgCommentHeader"] = "Comment this record";
121 $PMF_LANG["msgHelpText"] = "<p>The FAQ (<strong>F</strong>requently <strong>A</strong>sked <strong>Q</strong>uestions) is structered quite simple. You could either search the <strong><a href=\"".$_SERVER["PHP_SELF"]."?sid=".isset($_GET["sid"])."&action=show\">categories</a></strong> or let the <strong><a href=\"".$_SERVER["PHP_SELF"]."?sid=".isset($_GET["sid"])."&action=search\">FAQ search engine</a></strong> search for keywords.</p>";
545 $PMF_LANG["err_bannedIP"] = "Your IP is banned.";
546 $PMF_LANG["err_SaveQuestion"] = "Required fields are <strong>your Name</strong>, <strong>your email address</strong> and <strong>your question</strong>!<br /><br /><a href=\"javascript:history.back();\">one page back</a><br /><br />\n";
549 $PMF_LANG["ad_entry_fontcolor"] = "Font color: ";
550 $PMF_LANG["ad_entry_fontsize"] = "Font size: ";
573 $PMF_LANG["ad_categ_new_main_cat"] = "as new main category";
574 $PMF_LANG["ad_categ_paste_error"] = "Moving this category isn't possible.";
575 $PMF_LANG["ad_categ_move"] = "move category";
576 $PMF_LANG["ad_categ_lang"] = "Language";
577 $PMF_LANG["ad_categ_desc"] = "Description";
578 $PMF_LANG["ad_categ_change"] = "Change with";
580 $PMF_LANG["lostPassword"] = "Password forgotten? Click here.";
581 $PMF_LANG["lostpwd_err_1"] = "Error: Username and e-mail adress not found.";
582 $PMF_LANG["lostpwd_err_2"] = "Error: Wrong entries!";
583 $PMF_LANG["lostpwd_text_1"] = "Thank you for requesting your account information.";
584 $PMF_LANG["lostpwd_text_2"] = "Please set a new personal password in the admin section of your FAQ.";
585 $PMF_LANG["lostpwd_mail_okay"] = "E-Mail was sent.";
587 $PMF_LANG["ad_xmlrpc_button"] = "Get latest phpMyFAQ version number by web service";
588 $PMF_LANG["ad_xmlrpc_latest"] = "Latest version available on";
Code: Select all
Line 66 $PMF_LANG["msgYouCan"] = "Pode ";
70 $PMF_LANG["msgCommentHeader"] = "Comentar este registo";
121 $PMF_LANG["msgHelpText"] = "<p>As FAQ (<strong>F</strong>requently <strong>A</strong>sked <strong>Q</strong>uestions em inglês) tem uma estrutura bastante simples. Pode procurar nas <strong><a href=\"".$_SERVER["PHP_SELF"]."?sid=".isset($_GET["sid"])."&action=show\">categorias</a></strong> ou procure no <strong><a href=\"".$_SERVER["PHP_SELF"]."?sid=".isset($_GET["sid"])."&action=search\">motor de busca das FAQ</a></strong>.</p>";
545 $PMF_LANG["err_bannedIP"] = "O seu IP está banido.";
546 $PMF_LANG["err_SaveQuestion"] = "Campos obrigatórios: <strong>Nome</strong>, <strong>email</strong> e <strong>a sua questão</strong>!<br /><br /><a href=\"javascript:history.back();\">voltar atrás</a><br /><br />\n";
549 $PMF_LANG["ad_entry_fontcolor"] = "Cor da fonte: ";
550 $PMF_LANG["ad_entry_fontsize"] = "Tamanho da fonte: ";
573 $PMF_LANG["ad_categ_new_main_cat"] = "como a nova categoria principal";
574 $PMF_LANG["ad_categ_paste_error"] = "Mover esta categoria é impossível.";
575 $PMF_LANG["ad_categ_move"] = "mover categoria";
576 $PMF_LANG["ad_categ_lang"] = "Língua";
577 $PMF_LANG["ad_categ_desc"] = "Descrição";
578 $PMF_LANG["ad_categ_change"] = "Trocar com";
580 $PMF_LANG["lostPassword"] = "Password esquecida? Clique aqui.";
581 $PMF_LANG["lostpwd_err_1"] = "Erro: Nome de utilizador e e-mail não foram encontrados."; 582 $PMF_LANG["lostpwd_err_2"] = "Erro: Entradas inválidas!";
583 $PMF_LANG["lostpwd_text_1"] = "Obrigado por requerer a informação da sua conta.";
584 $PMF_LANG["lostpwd_text_2"] = "Por favor defina uma nova password na secção de administração da FAQ.";
585 $PMF_LANG["lostpwd_mail_okay"] = "E-Mail enviado.";
587 $PMF_LANG["ad_xmlrpc_button"] = "Obtenha a versão mais recente de phpMyFAQ";
588 $PMF_LANG["ad_xmlrpc_latest"] = "Versão mais recente disponível em";
Code: Select all
Notice: Undefined index: rightsLanguage in ./user.edit.php on line 70
Code: Select all
Line 87 $PMF_LANG["msgSearchWord"] = "Keyword";
32 $PMF_LANG["msgOpenQuestions"] = "Questões abertas";
Code: Select all
Line 87 $PMF_LANG["msgSearchWord"] = "Palavra-Chave";
32 $PMF_LANG["msgOpenQuestions"] = "Questões em aberto";