Index: branches/new-installer/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -16,11 +16,11 @@ |
17 | 17 | 'config-session-error' => 'Error starting session: $1', |
18 | 18 | 'config-session-expired' => 'Your session data seems to have expired. |
19 | 19 | Sessions are configured for a lifetime of $1. |
20 | | -You can increase this by setting session.gc_maxlifetime in php.ini. |
| 20 | +You can increase this by setting <code>session.gc_maxlifetime</code> in php.ini. |
21 | 21 | Please restart the installation process.', |
22 | 22 | 'config-no-session' => 'Your session data was lost! |
23 | | -Please check your php.ini and make sure session.save_path is set to an appropriate directory.', |
24 | | - 'config-session-path-bad' => 'Your session.save_path ($1) seems to be invalid or unwritable.', |
| 23 | +Please check your php.ini and make sure <code>session.save_path</code> is set to an appropriate directory.', |
| 24 | + 'config-session-path-bad' => 'Your <code>session.save_path</code> (<code>$1</code>) seems to be invalid or unwritable.', |
25 | 25 | 'config-show-help' => 'Help', |
26 | 26 | 'config-hide-help' => 'Hide help', |
27 | 27 | 'config-your-language' => 'Your language:', |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | 'config-welcome' => 'Welcome to MediaWiki! |
50 | 50 | |
51 | 51 | === Technical data === |
52 | | -Below is some technical data that you can provide to us if you need help during installation.', |
| 52 | +Below is some technical data that you can provide if you need help during installation.', |
53 | 53 | 'config-copyright' => "=== Copyright and Terms === |
54 | 54 | |
55 | 55 | $1 |