Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-5274 now.

3 lang file bugs (fix completed in vcs)

posting.php

wrong:
Code: Select all
'POST_APPROVAL_NOTIFY'      => ' You will be notified when your post has been approved.',


TRUE
Code: Select all
   'POST_APPROVAL_NOTIFY'      => 'You will be notified when your post has been approved.',


/ cleaned a space

acp/database.php
Code: Select all
'ACP_RESTORE_EXPLAIN'   => 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <strong>WARNING</strong> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete. Backups are stored in the <samp>store/</samp> folder and are assumed to be generated by phpBB\'s backup functionality. Restoring backups that were not created by the built in system may or may not work.',


Code: Select all
'FULLTEXT_MYSQL_MBSTRING_EXPLAIN'      => 'If PCRE does not have unicode character properties, the search backend will try to use mbstring\'s regular expression engine.',


ucp.php
Code: Select all
   'HIDE_ONLINE_EXPLAIN'      => 'Changing this setting won\'t become effective until your next visit to the board.',


but:
// Some characters you may want to copy&paste:
// ’ » “ ” …


common.php
Code: Select all
'M jS, \'y, H:i'      => 'Jan 1st, \'07, 13:37',

this is a bug? doubtful!

Comments / History

Posted by Kellanved (Former Team Member) on Jul 15th 2007, 12:01

Actually, the space is there for a reason.

Assigned ticket to user "Kellanved"

Action performed by Kellanved (Former Team Member) on Jul 15th 2007, 12:01

Linked ticket with changeset: r7887

Action performed by Kellanved (Former Team Member) on Jul 15th 2007, 12:09

Changed ticket status from "New" to "Fix completed in CVS"

Action performed by Kellanved (Former Team Member) on Jul 15th 2007, 12:09

Ticket details

Related SVN changesets