User Admin bug - English

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
AndrewB
Posts: 171
Joined: Fri Aug 22, 2003 11:15 pm
Contact:

User Admin bug - English

Post by AndrewB »

I see the following in my User Admin screens:

Could this be related to my inablilty to delete records??

Image

TIA
AndrewB
Posts: 171
Joined: Fri Aug 22, 2003 11:15 pm
Contact:

Post by AndrewB »

I edited the english.php to fix this :wink:
Thorsten
Posts: 15568
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi Andrew,

thanks for this hint, it will be also fixed in phpMyFAQ 1.3.5.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
AndrewB
Posts: 171
Joined: Fri Aug 22, 2003 11:15 pm
Contact:

Post by AndrewB »

Thorsten,

if you are interested, here are some other changes I made to my english.php file

< = original
> = modified

< $msgVotings = "Votings";
> $msgVotings = "Votes";

< $msgS2FEMail = "Your e-mail adress:";
> $msgS2FEMail = "Your e-mail address:";

< $msgS2FEMails = ". e-mail adress:";
> $msgS2FEMails = ". e-mail address:";

< $msgHelpText = "<p>The FAQ (<b>F</b>requently <b>A</b>sked <b>Q</b>uestions) is structered quite simple. You ...
> $msgHelpText = "<p>The FAQ (<b>F</b>requently <b>A</b>sked <b>Q</b>uestions) is structured quite simply. You ...

< $err_VoteTooMuch = "<p>We do not count double votings. <a href=\"javascript:history.back();\">Click here</a>, to go back.</p>";
> $err_VoteTooMuch = "<p>We do not count double votes. <a href=\"javascript:history.back();\">Click here</a>, to go back.</p>";

< $ad_entry_savedfail = "Unfortunately a <b>database error</b> occured.";
> $ad_entry_savedfail = "Unfortunately a <b>database error</b> occurred.";

< $ad_news_updatesuc = "The News were updated.";
> $ad_news_updatesuc = "The News was updated.";

< $ad_news_del = "Are you sure that you want to delete these News?";
> $ad_news_del = "Are you sure that you want to delete this News item?";

< $ad_cookie_already = "A cookie was set already. You now have following objections:";
> $ad_cookie_already = "A cookie was set already. You now have the following options:";

< $ad_cookie_no = "There is no cookie saved yet. With a cookie you could save your login script, thus no need to remember your login details again. You now have following objections:";
> $ad_cookie_no = "There is no cookie saved yet. With a cookie you could save your login script, thus no need to remember your login details again. You now have the following options:";

< $ad_passwd_remark = "<b>ATTENTION:</b><br>Cookie have to be set again!";
> $ad_passwd_remark = "<b>ATTENTION:</b><br>Cookie needs to be set again!";

< $ad_sess_referer = "Referer:";
> $ad_sess_referer = "Referrer:";

< $ad_entryins_fail = "Unfortunately an error occured.";
> $ad_entryins_fail = "Unfortunately an error occurred.";

< $ad_att_delfail = "Unfortunately an error occured while deleting the attachment.";
> $ad_att_delfail = "Unfortunately an error occurred while deleting the attachment.";

< $ad_csv_make = "A Backup is a complete image of the database content. A backup should be performed at least once a month. The format of the backup ist a MySQL transaction file, which can be imported using tools like phpMyAdmin or the commandline mysql client.";
> $ad_csv_make = "A Backup is a complete image of the database content. A backup should be performed at least once a month. The format of the backup is a MySQL transaction file, which can be imported using tools like phpMyAdmin or the commandline mysql client.";

< $ad_att_fail = "Unfortunately an error occured while attaching the file.";
> $ad_att_fail = "Unfortunately an error occurred while attaching the file.";

< $ad_menu_categ_edit = "Category Adminstration";
> $ad_menu_categ_edit = "Category Administration";

< $ad_adminlog_ip = "IP-Adress";
> $ad_adminlog_ip = "IP-Address";

< $ad_sess_ip = "IP-Adress";
> $ad_sess_ip = "IP-Address";

< $ad_attach_3 = "The file attachment.php cannot be opened without proper authentification.";
> $ad_attach_3 = "The file attachment.php cannot be opened without proper authentication.";

< $rightsLanguage[5] = "delete user";
> $rightsLanguage[5] = "delete record";

< $help_BBCode_04 = "Write simply the complete URL in any to the following way and the linkst are automatically provided:";
> $help_BBCode_04 = "Write simply the complete URL in any to the following way and the links are automatically provided:";
note - not sure what this means!

< $ad_entry_email = "email adress:";
> $ad_entry_email = "email address:";

Hope this helps :)
Thorsten
Posts: 15568
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi Andrew,

I'll check your hints, but the english file was updated in 1.3.5. Did you use 1.3.4?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
AndrewB
Posts: 171
Joined: Fri Aug 22, 2003 11:15 pm
Contact:

Post by AndrewB »

Yes - I used 1.3.4

I will switch to 1.3.5 when it is released
Thorsten
Posts: 15568
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

you can use the language file from 1.3.5. :)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
AndrewB
Posts: 171
Joined: Fri Aug 22, 2003 11:15 pm
Contact:

Post by AndrewB »

duh! OK. I download 1.3.5 for the del record fix so I can get it fro there :)
Post Reply