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/templates/install.lang.php | 78 +++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 language/templates/install.lang.php (limited to 'language/templates/install.lang.php') diff --git a/language/templates/install.lang.php b/language/templates/install.lang.php new file mode 100644 index 000000000..653b9806d --- /dev/null +++ b/language/templates/install.lang.php @@ -0,0 +1,78 @@ +Piwigo message board.'; +$lang['install_end_message'] = '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.'; +?> \ No newline at end of file -- cgit v1.2.3