aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-06-03 21:40:02 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-06-03 21:40:02 +0000
commit67bbcf5c49ba73f05477bc5bb5864e3fa40b5fd8 (patch)
treeb29f9c5c3b0cd34f2cc085a692336f5f2817415b /phpBB/language
parent7dc2a615ee25b78d8ea3edc329183bd1c19c9950 (diff)
downloadforums-67bbcf5c49ba73f05477bc5bb5864e3fa40b5fd8.tar
forums-67bbcf5c49ba73f05477bc5bb5864e3fa40b5fd8.tar.gz
forums-67bbcf5c49ba73f05477bc5bb5864e3fa40b5fd8.tar.bz2
forums-67bbcf5c49ba73f05477bc5bb5864e3fa40b5fd8.tar.xz
forums-67bbcf5c49ba73f05477bc5bb5864e3fa40b5fd8.zip
Default rank images directory
git-svn-id: file:///svn/phpbb/trunk@4076 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_admin.php5
-rw-r--r--phpBB/language/en/lang_main.php8
2 files changed, 8 insertions, 5 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index 61e7185f36..524429965b 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -383,13 +383,12 @@ $lang = array_merge($lang, array(
'acl_u_sendemail' => 'Can send emails',
'acl_u_sendpm' => 'Can send private messages',
'acl_u_readpm' => 'Can read private messages',
- 'acl_u_setavatar' => 'Can display avatar',
'acl_u_chgavatar' => 'Can change avatar',
- 'acl_u_chgcolor' => 'Can change default group',
'acl_u_chgemail' => 'Can change email address',
'acl_u_chgname' => 'Can change username',
'acl_u_chggrp' => 'Can change default usergroup',
'acl_u_chgpasswd' => 'Can change password',
+ 'acl_u_chgcensors' => 'Can disable word censors',
'acl_u_search' => 'Can search board',
@@ -476,6 +475,8 @@ $lang = array_merge($lang, array(
'SMILIES_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/smilies',
'ICONS_PATH' => 'Post icons storage path',
'ICONS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/icons',
+ 'RANKS_PATH' => 'Rank image storage path',
+ 'RANKS_PATH_EXPLAIN' => 'Path under your phpBB root dir, e.g. images/ranks',
'LOAD_SETTINGS_EXPLAIN' => 'Here you can enable and disable certain board functions to reduce the amount of processing required. On most servers there is no need to disable any functions. However on certain systems or in shared hosting environments it may be beneficial to disable capabilities you do not really need. You can also specify limits for system load and active sessions beyond which the board will go offline.',
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index 8043c73be4..36dbd70d0e 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -246,9 +246,11 @@ $lang = array(
'G_SUPER_MODERATORS'=> 'SUPER MODERATORS',
'G_MODERATORS' => 'MODERATORS',
'G_REGISTERED' => 'REGISTERED USERS',
+ 'G_REGISTERED_COPPA'=> 'REGISTERED COPPA USERS',
'G_INACTIVE' => 'INACTIVE USERS',
+ 'G_INACTIVE_COPPA' => 'INACTIVE COPPA USERS',
'G_GUESTS' => 'GUESTS',
- 'G_BANNED' => 'BANNED',
+ 'G_BANNED' => 'BANNED USERS',
'NO_NEW_POSTS' => 'No new posts',
'NEW_POSTS' => 'New posts',
@@ -710,8 +712,8 @@ $lang = array(
'UPLOAD_AVATAR_URL_EXPLAIN' => 'Enter the URL of the location containing the image, it will be copied to this site.',
'LINK_REMOTE_AVATAR' => 'Link off-site',
'LINK_REMOTE_AVATAR_EXPLAIN'=> 'Enter the URL of the location containing the Avatar image you wish to link to.',
- 'LINK_REMOTE_SIZE' => 'Size of off-site avatar',
- 'LINK_REMOTE_SIZE_EXPLAIN' => 'Specify the width and height of the offsite avatar, leave blank to attempt automatic verification.',
+ 'LINK_REMOTE_SIZE' => 'Avatar dimensions',
+ 'LINK_REMOTE_SIZE_EXPLAIN' => 'Specify the width and height of the avatar, leave blank to attempt automatic verification.',
'BY' => 'by', // Width by Height
'AVATAR_GALLERY' => 'Select from gallery',
'AVATAR_CATEGORY' => 'Category',