1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

Missing lang strings

git-svn-id: file:///svn/phpbb/trunk@6277 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-08-12 15:56:17 +00:00
parent 560c570823
commit 22dd6ccc5d
2 changed files with 5 additions and 1 deletions

View File

@@ -159,6 +159,7 @@ $lang = array_merge($lang, array(
'DELETE_MESSAGES_IN_FOLDER' => 'Delete all messages within removed folder',
'DELETE_RULE' => 'Delete rule',
'DELETE_RULE_CONFIRM' => 'Are you sure you want to delete this rule?',
'DEMOTE_SELECTED' => 'Demote selected',
'DISABLE_CENSORS' => 'Enable word censoring',
'DISPLAY_GALLERY' => 'Display gallery',
'DOWNLOADS' => 'Downloads',
@@ -225,6 +226,8 @@ $lang = array_merge($lang, array(
'IMPORTANT_NEWS' => 'Important announcements',
'ITEMS_REQUIRED' => 'The items marked with * are required profile fields and need to be filled out',
'JOIN_SELECTED' => 'Join selected',
'LANGUAGE' => 'Language',
'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.',
@@ -347,6 +350,7 @@ $lang = array_merge($lang, array(
'REMOVE_FOLDER_CONFIRM' => 'Are you sure you want to remove this folder?',
'RENAME' => 'Rename',
'RENAME_FOLDER' => 'Rename folder',
'RESIGN_SELECTED' => 'Resign selected',
'RETURN_FOLDER' => '%1$sReturn to previous folder%2$s',
'RETURN_UCP' => '%sReturn to the User Control Panel%s',
'RULE_ADDED' => 'Rule successfully added',