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!
%sTo 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'] = <<