1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Allow pre-setting language dependant data in schema_data.sql... specified with {L_*}, also create the search index on installation

git-svn-id: file:///svn/phpbb/trunk@7644 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-05-19 15:44:23 +00:00
parent 4dd4302ff8
commit aa4ad4b62e
6 changed files with 227 additions and 166 deletions

View File

@@ -526,4 +526,56 @@ $lang = array_merge($lang, array(
'WRONG_INFO_FILE_FORMAT' => 'Wrong info file format',
));
// Default database schema entries...
$lang = array_merge($lang, array(
'CONFIG_BOARD_EMAIL_SIG' => 'Thanks, The Management',
'CONFIG_SITE_DESC' => 'A _little_ text to describe your forum',
'CONFIG_SITENAME' => 'yourdomain.com',
'DEFAULT_INSTALL_POST' => 'This is an example post in your phpBB3 installation. You may delete this post, this topic and even this forum if you like since everything seems to be working!',
'EXT_GROUP_ARCHIVES' => 'Archives',
'EXT_GROUP_DOCUMENTS' => 'Documents',
'EXT_GROUP_DOWNLOADABLE_FILES' => 'Downloadable Files',
'EXT_GROUP_FLASH_FILES' => 'Flash Files',
'EXT_GROUP_IMAGES' => 'Images',
'EXT_GROUP_PLAIN_TEXT' => 'Plain Text',
'EXT_GROUP_QUICKTIME_MEDIA' => 'Quicktime Media',
'EXT_GROUP_REAL_MEDIA' => 'Real Media',
'EXT_GROUP_WINDOWS_MEDIA' => 'Windows Media',
'FORUMS_FIRST_CATEGORY' => 'My first Category',
'FORUMS_TEST_FORUM_DESC' => 'This is just a test forum.',
'FORUMS_TEST_FORUM_TITLE' => 'Test Forum 1',
'RANKS_SITE_ADMIN_TITLE' => 'Site Admin',
'SMILIES_ARROW' => 'Arrow',
'SMILIES_CONFUSED' => 'Confused',
'SMILIES_COOL' => 'Cool',
'SMILIES_CRYING' => 'Crying or Very Sad',
'SMILIES_EMARRASSED' => 'Embarrassed',
'SMILIES_EVIL' => 'Evil or Very Mad',
'SMILIES_EXCLAMATION' => 'Exclamation',
'SMILIES_GEEK' => 'Geek',
'SMILIES_IDEA' => 'Idea',
'SMILIES_LAUGHING' => 'Laughing',
'SMILIES_MAD' => 'Mad',
'SMILIES_MR_GREEN' => 'Mr. Green',
'SMILIES_NEUTRAL' => 'Neutral',
'SMILIES_QUESTION' => 'Question',
'SMILIES_RAZZ' => 'Razz',
'SMILIES_ROLLING_EYES' => 'Rolling Eyes',
'SMILIES_SAD' => 'Sad',
'SMILIES_SHOCKED' => 'Shocked',
'SMILIES_SMILE' => 'Smile',
'SMILIES_SURPRISED' => 'Surprised',
'SMILIES_TWISTED_EVIL' => 'Twisted Evil',
'SMILIES_UBER_GEEK' => 'Uber Geek',
'SMILIES_VERY_HAPPY' => 'Very Happy',
'SMILIES_WINK' => 'Wink',
'TOPICS_TOPIC_TITLE' => 'Welcome to phpBB3',
));
?>

View File

@@ -314,7 +314,7 @@ $lang = array_merge($lang, array(
'PASSWORD_ACTIVATED' => 'Your new password has been activated.',
'PASSWORD_UPDATED' => 'Your password has been sent successfully to your original e-mail address.',
'PERMISSIONS_RESTORED' => 'Successfully restored original permissions.',
'PERMISSIONS_TRANSFERRED' => 'Successfully transferred permissions from <strong>%s</strong>, you are now able to browse the board with the users permissions.<br />Please note that admin permissions were not transferred. You are able to revert to your permission set at any time.',
'PERMISSIONS_TRANSFERRED' => 'Successfully transferred permissions from <strong>%s</strong>, you are now able to browse the board with this users permissions.<br />Please note that admin permissions were not transferred. You are able to revert to your permission set at any time.',
'PM_DISABLED' => 'Private messaging has been disabled on this board.',
'PM_FROM' => 'From',
'PM_FROM_REMOVED_AUTHOR' => 'This message was sent by a user no longer registered.',