summaryrefslogtreecommitdiff
path: root/lang/English/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'lang/English/index.php')
-rw-r--r--lang/English/index.php20
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'
+
+);