diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-17 20:57:39 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-11-17 20:57:39 +0100 |
commit | 3b06ee0d381dc1be5f40ca98ad4278046d869d21 (patch) | |
tree | d31e79fc57d882b8267f40c3434480bb58a3ca73 /lang/English/index.php | |
download | fluxbb-3b06ee0d381dc1be5f40ca98ad4278046d869d21.tar.xz |
Diffstat (limited to 'lang/English/index.php')
-rw-r--r-- | lang/English/index.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/English/index.php b/lang/English/index.php new file mode 100644 index 0000000..0ed222a --- /dev/null +++ b/lang/English/index.php @@ -0,0 +1,20 @@ +<?php + +// Language definitions used in index.php +$lang_index = array( + +'Topics' => 'Topics', +'Link to' => 'Link to:', // As in "Link to: http://fluxbb.org/" +'Empty board' => 'Board is empty.', +'Newest user' => 'Newest registered user: %s', +'Users online' => 'Registered users online: %s', +'Guests online' => 'Guests online: %s', +'No of users' => 'Total number of registered users: %s', +'No of topics' => 'Total number of topics: %s', +'No of posts' => 'Total number of posts: %s', +'Online' => 'Online:', // As in "Online: User A, User B etc." +'Board info' => 'Board information', +'Board stats' => 'Board statistics', +'User info' => 'User information' + +); |