diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-18 10:06:36 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-18 10:06:36 +0000 |
commit | d5a0e61b33283eb5e0f042cfd29ab6f8bbd5ae02 (patch) | |
tree | 52d502e8de49b16f9760b1226d87041f1ccab9f7 /languages | |
parent | daa6c61e5203d5daafee85e580b54b7af92d35ac (diff) | |
download | elgg-d5a0e61b33283eb5e0f042cfd29ab6f8bbd5ae02.tar.gz elgg-d5a0e61b33283eb5e0f042cfd29ab6f8bbd5ae02.tar.bz2 |
Fixes #19: Default language selector
http://trac.elgg.org/elgg/ticket/19
git-svn-id: https://code.elgg.org/elgg/trunk@960 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 20642374b..12d4d8c2f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -348,7 +348,8 @@ Alternatively, you can enter your database settings below and we will try and do 'sitename' => "The name of your site (eg \"My social networking site\"):",
'wwwroot' => "The site URL, followed by a trailing slash:",
'path' => "The full path to your site root on your disk, followed by a trailing slash:",
- 'dataroot' => "The full path to the directory where uploaded files will be stored, followed by a trailing slash:",
+ 'dataroot' => "The full path to the directory where uploaded files will be stored, followed by a trailing slash:", + 'language' => "Please enter the default language code for your site, e.g. 'en' for English, 'fr' for French, 'ru' for Russian:",
/**
* Welcome
|