Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -323,8 +323,6 @@ |
324 | 324 | This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters. |
325 | 325 | |
326 | 326 | In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, but it will not let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane].", |
327 | | - 'config-connection-user-exists' => 'The database user "$1" already exists. |
328 | | -Please choose a new username to create or do not try to create the user.', |
329 | 327 | 'config-site-name' => 'Name of wiki:', |
330 | 328 | 'config-site-name-help' => "This will appear in the title bar of the browser and in various other places.", |
331 | 329 | 'config-site-name-blank' => 'Enter a site name.', |
— | — | @@ -477,7 +475,7 @@ |
478 | 476 | 'config-pg-no-plpgsql' => 'You need to install the language PL/pgSQL in the database $1', |
479 | 477 | 'config-pg-no-create-privs' => 'The account you specified for installation does not have enough privileges to create an account.', |
480 | 478 | 'config-install-user' => 'Creating database user', |
481 | | - 'config-install-user-create-failed' => 'User "$1" already exists', |
| 479 | + 'config-install-user-alreadyexists' => 'User "$1" already exists', |
482 | 480 | 'config-install-user-create-failed' => 'Creating user "$1" failed: $2', |
483 | 481 | 'config-install-user-grant-failed' => 'Granting permission to user "$1" failed: $2', |
484 | 482 | 'config-install-tables' => 'Creating tables', |