diff --git a/setup/lang/lang.en-us.php b/setup/lang/lang.en-us.php index 7eb46f4..3f250d6 100644 --- a/setup/lang/lang.en-us.php +++ b/setup/lang/lang.en-us.php @@ -1,68 +1,54 @@ 'Setup has been locked', - 'descr' => - 'It looks like you already run setup, because + * LangId: English + */ +$lang ['locked'] = array( + 'head' => 'Setup has been locked', + 'descr' => 'It looks like you already run setup, because we found the lockfile %s. If you need to restart setup, please delete this file first. - Remember! It\'s not safe keeping setup.php and the setup/ directory on your server, we suggest you to delete it! + Remember! It\'s not safe keeping setup.php and the setup/ directory on your server, we suggest you to delete it! ' - ); +); - $lang['step1'] = array ( - 'head' => 'Welcome to FlatPress!', - 'descr' => - 'Thank you for choosing FlatPress. +$lang ['step1'] = array( + 'head' => 'Welcome to FlatPress!', + 'descr' => 'Thank you for choosing FlatPress. Before you can start having fun with your brand new blog, we have to ask you a very few questions. Don\'t worry, it won\'t take you long!', - - 'descrl1' => 'Select your language.', - 'descrl2' => 'Not in the list?', - - 'descrlang' => - - 'If you don\'t see your language in this list, you might want to see if there is a language pack for this version: + 'descrl1' => 'Select your language.', + 'descrl2' => 'Not in the list?', + 'descrlang' => 'If you don\'t see your language in this list, you might want to see if there is a language pack for this version:
%s
To install the language pack, upload the content of the package in your flatpress/, and overwrite all, then restart this setup.', - - 'descrw' => - 'The only thing you need for FlatPress to work is a writable directory. - - Please make this directory writable before you continue. + 'descrw' => 'The only thing you need for FlatPress to work is a writable directory.
%s
' - - ); - - $lang['step2'] = array ( - 'head' => 'Create user', - 'descr' => - 'You\'re already almost done, fill in the following details:', - 'fpuser' => 'Username', - 'fppwd' => 'Password', - 'fppwd2' => 'Re-type password', - 'www' => 'Home Page', - 'email' => 'E-Mail' - - ); - - $lang['step3'] = array ( - 'head' => 'Done', - 'descr' => - 'End of the story. +); + +$lang ['step2'] = array( + 'head' => 'Create user', + 'descr' => 'You\'re already almost done, fill in the following details:', + 'fpuser' => 'Username', + 'fppwd' => 'Password', + 'fppwd2' => 'Re-type password', + 'www' => 'Home Page', + 'email' => 'E-Mail' +); + +$lang ['step3'] = array( + 'head' => 'Done', + 'descr' => 'End of the story. Unbelievable? @@ -75,17 +61,16 @@ LangId: English And thank you for choosing FlatPress!' - - ); - - $lang['buttonbar'] = array( - 'next' => 'Next >' - ); - - $lang['samplecontent'] = array(); - - $lang['samplecontent']['menu']['subject'] = 'Menu'; - $lang['samplecontent']['menu']['content'] = << 'Next >' +); + +$lang ['samplecontent'] = array(); + +$lang ['samplecontent'] ['menu'] ['subject'] = 'Menu'; +$lang ['samplecontent'] ['menu'] ['content'] = <<