mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 14:48:28 +01:00
[ticket/16532] Store example post in XML
PHPBB3-16532
This commit is contained in:
parent
5df37895d8
commit
2cb7e510dc
@ -238,7 +238,7 @@ $lang = array_merge($lang, array(
|
|||||||
'CONFIG_SITE_DESC' => 'A short text to describe your forum',
|
'CONFIG_SITE_DESC' => 'A short text to describe your forum',
|
||||||
'CONFIG_SITENAME' => 'yourdomain.com',
|
'CONFIG_SITENAME' => 'yourdomain.com',
|
||||||
|
|
||||||
'DEFAULT_INSTALL_POST' => 'This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. During the installation process your first category and your first forum are assigned an appropriate set of permissions for the predefined usergroups administrators, bots, global moderators, guests, registered users and registered COPPA users. If you also choose to delete your first category and your first forum, do not forget to assign permissions for all these usergroups for all new categories and forums you create. It is recommended to rename your first category and your first forum and copy permissions from these while creating new categories and forums. Have fun!',
|
'DEFAULT_INSTALL_POST' => '<t>This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. During the installation process your first category and your first forum are assigned an appropriate set of permissions for the predefined usergroups administrators, bots, global moderators, guests, registered users and registered COPPA users. If you also choose to delete your first category and your first forum, do not forget to assign permissions for all these usergroups for all new categories and forums you create. It is recommended to rename your first category and your first forum and copy permissions from these while creating new categories and forums. Have fun!</t>',
|
||||||
|
|
||||||
'FORUMS_FIRST_CATEGORY' => 'Your first category',
|
'FORUMS_FIRST_CATEGORY' => 'Your first category',
|
||||||
'FORUMS_TEST_FORUM_DESC' => 'Description of your first forum.',
|
'FORUMS_TEST_FORUM_DESC' => 'Description of your first forum.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user