<?php /****************************************************************************** * language.php * * Language File (Used For Setup.php) * * See readme.txt for additional information * ******************************************************************************* * eqEpic - The Epic Raid Manager * * Open-Source Project By Ryan Christenson * * =========================================================================== * * Software Version: eqEpic 0.7.8 * * Software by: The RSWR Network (http://www.rswr.net) * * Copyright 2006-2007 by: Ryan Christenson (http://www.rswr.net) * * Support, News, Updates at: http://forum.rswr.net/ * ******************************************************************************* * This program is free software; you may redistribute it and/or modify it * * under the terms of the provided license as published by the RSWR Network. * * * * This program is distributed in the hope that it is and will be useful, * * but WITHOUT ANY WARRANTIES; without even any implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * * * See the "license.txt" file for details of the RSWR Network license. * * The latest version can always be found at http://www.rswr.net * ******************************************************************************/ // IMPORTANT: // ========== // When translating, only translate the strings that are // TO THE RIGHT OF the equal sign (=). // // Do NOT translate the strings between square brackets ([]) // ===================================================== // setup.php $Translation["goto start page"] = "Back to Start Page"; $Translation["no db connection"] = "Couldn't establish a database connection."; $Translation["no db name"] = "Couldn't access the database named '<DBName>' on this server."; $Translation["provide connection data"] = "Please fill in the fields below to update and/or install your database:"; $Translation["mysql server"] = "MySQL server (host)"; $Translation["mysql username"] = "MySQL Username"; $Translation["mysql password"] = "MySQL password"; $Translation["mysql db"] = "Database name"; $Translation["connect"] = "Update Database"; $Translation["couldnt save config"] = "Couldn't save connection data into 'config.php'.<br />Please make sure that the folder:<br />'".dirname(__FILE__)."'<br />is writable (chmod 775 or chmod 777)."; $Translation["setup performed"] = "Setup already performed on"; $Translation["delete md5"] = "If you want to force setup to run again, you should first delete the file 'setup.md5' from this folder."; $Translation["email"] = "E-mail Address"; $Translation["email2"] = "Return E-mail address for registrations and lost password mailings."; ?>