From 3631839e54e9b86f75c56607961ed78c9edbd24b Mon Sep 17 00:00:00 2001 From: nikrou Date: Wed, 17 Mar 2010 09:22:51 +0000 Subject: Revert gettext stuff. Keep english values for language keys translation. Provide a script to use english values for key in language files. Todo : provide a script (to help transition) to keep using original keys in language files for translators. git-svn-id: http://piwigo.org/svn/trunk@5156 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/install.lang.php | 104 ++++++++++++++++++++-------------------- 1 file changed, 52 insertions(+), 52 deletions(-) (limited to 'language/en_UK/install.lang.php') diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index 653b9806d..b07130a5a 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based picture gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -21,58 +21,58 @@ // | USA. | // +-----------------------------------------------------------------------+ -$lang['Installation'] = 'Installation'; -$lang['Initial_config'] = 'Basic configuration'; -$lang['Default_lang'] = 'Default gallery language'; -$lang['step1_title'] = 'Database configuration'; -$lang['step2_title'] = 'Admin configuration'; -$lang['Start_Install'] = 'Start Install'; -$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)'; -$lang['install_webmaster'] = 'Webmaster login'; -$lang['install_webmaster_info'] = 'It will be shown to the visitors. It is necessary for website administration'; -$lang['step1_confirmation'] = 'Parameters are correct'; -$lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to connect to database'; -$lang['step1_err_server'] = 'Can\'t connect to server'; -$lang['step1_err_copy_2'] = 'The next step of the installation is now possible'; -$lang['step1_err_copy_next'] = 'next step'; -$lang['step1_err_copy'] = 'Copy the text in pink between hyphens and paste it into the file "include/config_database.inc.php"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)'; - -$lang['step1_dbengine'] = 'Database type'; -$lang['step1_dbengine_info'] = 'The type of database your piwigo data will be store in'; -$lang['step1_host'] = 'Host'; -$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; -$lang['step1_user'] = 'User'; -$lang['step1_user_info'] = 'user login given by your host provider'; -$lang['step1_pass'] = 'Password'; -$lang['step1_pass_info'] = 'user password given by your host provider'; -$lang['step1_database'] = 'Database name'; -$lang['step1_database_info'] = 'also given by your host provider'; -$lang['step1_prefix'] = 'Database table prefix'; -$lang['step1_prefix_info'] = 'database tables names will be prefixed with it (enables you to manage better your tables)'; -$lang['step2_err_login1'] = 'enter a login for webmaster'; -$lang['step2_err_login3'] = 'webmaster login can\'t contain characters \' or "'; -$lang['step2_err_pass'] = 'please enter your password again'; -$lang['install_end_title'] = 'Installation finished'; -$lang['step2_pwd'] = 'Webmaster password'; -$lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel'; -$lang['step2_pwd_conf'] = 'Password [confirm]'; -$lang['step2_pwd_conf_info'] = 'verification'; -$lang['install_help'] = 'Need help ? Ask your question on Piwigo message board.'; -$lang['install_end_message'] = 'The configuration of Piwigo is finished, here is the next step

+$lang['Installation'] = "Installation"; +$lang['Basic configuration'] = "Basic configuration"; +$lang['Default gallery language'] = "Default gallery language"; +$lang['Database configuration'] = "Database configuration"; +$lang['Admin configuration'] = "Admin configuration"; +$lang['Start Install'] = "Start Install"; +$lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "mail address must be like xxx@yyy.eee (example : jack@altern.org)"; +$lang['Webmaster login'] = "Webmaster login"; +$lang['It will be shown to the visitors. It is necessary for website administration'] = "It will be shown to the visitors. It is necessary for website administration"; +$lang['Parameters are correct'] = "Parameters are correct"; +$lang['Connection to server succeed, but it was impossible to connect to database'] = "Connection to server succeed, but it was impossible to connect to database"; +$lang['Can\'t connect to server'] = "Can't connect to server"; +$lang['The next step of the installation is now possible'] = "The next step of the installation is now possible"; +$lang['next step'] = "next step"; +$lang['Copy the text in pink between hyphens and paste it into the file "include/config_database.inc.php"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)'] = "Copy the text in pink between hyphens and paste it into the file \"include/config_database.inc.php\"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)"; +$lang['Database type'] = "Database type"; +$lang['The type of database your piwigo data will be store in'] = "The type of database your piwigo data will be store in"; +$lang['Host'] = "Host"; +$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr"; +$lang['User'] = "User"; +$lang['user login given by your host provider'] = "user login given by your host provider"; +$lang['Password'] = "Password"; +$lang['user password given by your host provider'] = "user password given by your host provider"; +$lang['Database name'] = "Database name"; +$lang['also given by your host provider'] = "also given by your host provider"; +$lang['Database table prefix'] = "Database table prefix"; +$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = "database tables names will be prefixed with it (enables you to manage better your tables)"; +$lang['enter a login for webmaster'] = "enter a login for webmaster"; +$lang['webmaster login can\'t contain characters \' or "'] = "webmaster login can't contain characters ' or \""; +$lang['please enter your password again'] = "please enter your password again"; +$lang['Installation finished'] = "Installation finished"; +$lang['Webmaster password'] = "Webmaster password"; +$lang['Keep it confidential, it enables you to access administration panel'] = "Keep it confidential, it enables you to access administration panel"; +$lang['Password [confirm]'] = "Password [confirm]"; +$lang['verification'] = "verification"; +$lang['Need help ? Ask your question on Piwigo message board.'] = "Need help ? Ask your question on Piwigo message board."; +$lang['The configuration of Piwigo is finished, here is the next step

* go to the identification page and use the login/password given for webmaster
-* this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'; -$lang['conf_mail_webmaster'] = 'Webmaster mail address'; -$lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail'; - -$lang['PHP 5 is required'] = 'PHP 5 is required'; -$lang['It appears your webhost is currently running PHP %s.'] = 'It appears your webhost is currently running PHP %s.'; -$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'; -$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Note you can change your configuration by yourself and restart Piwigo after that.'; -$lang['Try to configure PHP 5'] = 'Try to configure PHP 5'; -$lang['Sorry!'] = 'Sorry!'; -$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo was not able to configure PHP 5.'; -$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."; -$lang['Hope to see you back soon.'] = 'Hope to see you back soon.'; +* this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'] = "The configuration of Piwigo is finished, here is the next step

+* go to the identification page and use the login/password given for webmaster
+* this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories"; +$lang['Webmaster mail address'] = "Webmaster mail address"; +$lang['Visitors will be able to contact site administrator with this mail'] = "Visitors will be able to contact site administrator with this mail"; +$lang['PHP 5 is required'] = "PHP 5 is required"; +$lang['It appears your webhost is currently running PHP %s.'] = "It appears your webhost is currently running PHP %s."; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = "Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file."; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = "Note you can change your configuration by yourself and restart Piwigo after that."; +$lang['Try to configure PHP 5'] = "Try to configure PHP 5"; +$lang['Sorry!'] = "Sorry!"; +$lang['Piwigo was not able to configure PHP 5.'] = "Piwigo was not able to configure PHP 5."; +$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = "You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."; +$lang['Hope to see you back soon.'] = "Hope to see you back soon."; ?> \ No newline at end of file -- cgit v1.2.3