Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-5274

3 lang file bugs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.0
    • 3.0.x
    • Language pack
    • None
    • PHP Environment:
      Database:

      posting.php

      wrong:

      'POST_APPROVAL_NOTIFY'		=> ' You will be notified when your post has been approved.',

      TRUE

      	'POST_APPROVAL_NOTIFY'		=> 'You will be notified when your post has been approved.',

      / cleaned a space

      acp/database.php

      '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.',

      '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

      	'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

      'M jS, \'y, H:i'		=> 'Jan 1st, \'07, 13:37',

      this is a bug? doubtful!

            Kellanved Kellanved [X] (Inactive)
            yakusha yakusha
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: