Skip to content

Commit 77a77a1

Browse files
authored
Merge pull request #194 from iMattPro/develop
Language cleanup, updates
2 parents 406e5b5 + c19fa83 commit 77a77a1

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

language/en/qi.php

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
'CHANGELOG' => 'Changelog',
8484
'CHUNK_POST' => 'Post chunk',
8585
'CHUNK_POST_EXPLAIN' => 'The number of posts that will be sent to the database in each query. Default: 1000.',
86-
'CHUNK_SETTINGS' => 'Chunk settings',
86+
'CHUNK_SETTINGS' => 'Chunk settings',
8787
'CHUNK_SETTINGS_EXPLAIN' => 'QuickInstall tries to reduce the number of queries generated from creating posts, topics and users by using chunks. The chunk size affects the time it takes to populate a board. There is no general setting that is perfect for everybody. If you do a lot of populating with QuickInstall you might want to experiment with these settings. Larger chunks may use too much memory while smaller chunks will query the DB more often. We have found the default settings to be the best compromise.',
8888
'CHUNK_TOPIC' => 'Topic chunk',
8989
'CHUNK_TOPIC_EXPLAIN' => 'The number of topics that will be sent to the database in each query. Default: 2000.',
@@ -153,9 +153,6 @@
153153
'ERROR_PHP_UNSUPPORTED' => 'You are running an unsupported PHP version. phpBB QuickInstall only supports PHP version 5.4.7 and newer.',
154154
'ERROR_PHPBB_NOT_FOUND' => 'phpBB could not be located.<br /><br />You must download a copy of phpBB from <a href="https://www.phpbb.com/downloads/">https://www.phpbb.com/downloads/</a>, extract it and copy the phpBB3 folder to QuickInstall‘s <code>sources</code> directory.<br /><br />QuickInstall supports phpBB 3.0 - 4.0.',
155155

156-
'FUNCTIONS_MODS_MISSING' => '&quot;includes/functions_mods.php&quot; not found.',
157-
'FORGOT_THIS' => 'You forgot this!',
158-
159156
'GENERAL_ERROR' => 'General Error',
160157
'GITHUB' => 'GitHub',
161158
'GOTO_BOARD' => 'Open “%s” in a new browser window',
@@ -183,14 +180,11 @@
183180
'MAKE_WRITABLE' => 'Make files world writable',
184181
'MAKE_WRITABLE_EXPLAIN' => 'Grants 0666 permission to all board files and directories, giving read and write access to everyone.',
185182
'MAKE_WRITABLE_BOARD' => 'Make files world writable',
186-
'MANAGE_BOARDS' => 'Manage boards',
187183
'MARK_FOR_DELETION' => 'Mark for deletion',
188184
'MAX' => 'Max',
189-
'MIGHT_TAKE_LONG' => 'Creation of the board can take a while. Do not submit the form twice.',
190185
'MIN' => 'Min',
191186
'MINOR_MISHAP' => 'Something went wrong 🤔',
192187

193-
'NEED_CONVERT' => 'Your config file needs to be converted to the new settings style with profiles. Make sure the <code>settings</code> directory exists and is writable by PHP. Then click submit.',
194188
'NEED_EMAIL_DOMAIN' => 'A e-mail domain is needed to create test users',
195189
'NEED_WRITABLE' => 'QuickInstall needs the <code>boards</code>, <code>cache</code> and <code>settings</code> directories to be writable all the time.<br />The <code>settings</code> directory must always be in the QuickInstall root path.',
196190
'NO' => 'No',
@@ -233,7 +227,7 @@
233227
'PHP_INCOMPATIBLE' => 'The board you are trying to use, phpBB %1$s, is not compatible with PHP %2$s. Refer to the Documentation for our compatibility grid.',
234228
'PHPINFO' => 'PHP info',
235229
'PHPINFO_TITLE' => 'PHP information',
236-
'PHPINFO_EXPLAIN' => 'This page lists information on the version of PHP installed on this server. It includes details of loaded modules, available variables and default settings. This information may be useful when diagnosing problems.<br /><br />Please be aware that some hosting companies will limit what information is displayed here for security reasons.<br /><br />You are advised to only give out details on this page on a need to know basis.',
230+
'PHPINFO_EXPLAIN' => 'This page lists information on the version of PHP installed on this server. It includes details of loaded modules, available variables and default settings. This information may be useful when diagnosing problems. Please be aware that some hosting companies will limit what information is displayed here for security reasons. You are advised to not give out any details on this page except when asked by official phpBB team members.',
237231
'PLAIN_TEXT' => 'Note: QuickInstall stores passwords and usernames as plain text.',
238232
'POPULATE' => 'Populate board',
239233
'POPULATE_EXPLAIN' => 'Populates the board with the number of users, forums, posts and topics you specify below. Note that the more users, forums, posts and topics you specify, the longer it will take to process.',
@@ -244,8 +238,6 @@
244238

245239
'QI_LANG' => 'Select QuickInstall language',
246240
'QI_LANG_EXPLAIN' => 'Select a language for QuickInstall. Languages are stored in the <code>language/</code> directory.',
247-
'QI_MANAGE' => 'Manage boards',
248-
'QI_MANAGE_ABOUT' => '&quot;Board database and directory name:&quot; is the only field you have to fill, the others get filled with values from the selected profile.',
249241
'QI_MANAGE_HEADINGS'=> 'Click on the headings below to access optional configurations. Changes made below are not saved to the current profile.',
250242
'QI_MANAGE_PROFILE' => 'Manage profiles',
251243
'QI_SETTINGS' => 'QuickInstall settings',
@@ -310,10 +302,10 @@
310302

311303
'VERSION_CHECK_TITLE' => 'QI %1$s is available. You are using QI %2$s. Click to download the latest version.',
312304

313-
'WORKING_ON_IT' => 'We’re working on it...',
305+
'WORKING_ON_IT' => 'We’re working on it...',
314306
'WORKING_ON_IT_EXPLAIN' => 'This may take a few minutes.',
315307

316308
'YES' => 'Yes',
317309

318-
'COLON' => ':',
310+
'COLON' => ':',
319311
));

modules/qi_main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function run()
7272
));
7373

7474
// Output page
75-
qi::page_header('QI_MANAGE');
75+
qi::page_header('BOARDS');
7676

7777
qi::page_display('main_body');
7878
}

0 commit comments

Comments
 (0)