|
From: James A. <th...@us...> - 2001-11-14 03:53:03
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv23041/language/lang_english Modified Files: lang_main.php Log Message: Translated all the remaining enlgish strings in the admin config section Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** lang_main.php 2001/11/13 16:07:42 1.30 --- lang_main.php 2001/11/14 03:53:00 1.31 *************** *** 946,949 **** --- 946,999 ---- $lang['Acct_activation'] = "Enable account activation"; + $lang['Abilities_settings'] = "User/Forum Ability Settings"; + $lang['Flood_Interval'] = "Flood Interval"; + $lang['Flood_Interval_explain'] = "Number of seconds a user must wait between posts"; + $lang['Topics_per_page'] = "Topics Per Page"; + $lang['Posts_per_page'] = "Posts Per Page"; + $lang['Hot_threshold'] = "Hot Threshold"; + $lang['Default_style'] = "Default Style"; + $lang['Override_style'] = "Override user style"; + $lang['Override_style_explain'] = "Replaces users style with the default"; + $lang['Default_language'] = "Default Language"; + $lang['Date_format'] = "Date Format"; + $lang['System_timezone'] = "System Timezone"; + $lang['Enable_gzip'] = "Enable GZip Compression"; + $lang['Enable_prune'] = "Enable Forum Pruning"; + $lang['Allow_HTML'] = "Allow HTML"; + $lang['Allow_BBCode'] = "Allow BBCode"; + $lang['Allowed_tags'] = "Allowed HTML tags"; + $lang['Allowed_tags_explain'] = "Seperate tags with commas"; + $lang['Allow_smilies'] = "Allow Smilies"; + $lang['Smilies_path'] = "Smilies Storage Path"; + $lang['Smilies_path_explain'] = "Path under your phpBB root dir, e.g. images/smilies"; + $lang['Allow_sig'] = "Allow Signatures"; + $lang['Max_sig_length'] = "Maximum signature length"; + $lang['Max_sig_length_explain'] = "Most number of characters allowed in a users signature"; + $lang['Allow_name_change'] = "Allow Name Change"; + $lang['Avatar_settings'] = "Avatar Settings"; + $lang['Allow_local'] = "Allow local gallery avatars"; + $lang['Allow_remote'] = "Allow remote avatars"; + $lang['Allow_remote_explain'] = "Avatars linked from another website"; + $lang['Allow_upload'] = "Allow avatar uploading"; + $lang['Max_filesize'] = "Max. Avatar File Size"; + $lang['Max_filesize_explain'] = "For uploaded avatar files"; + $lang['Max_avatar_size'] = "Max. Avatar Size"; + $lang['Max_avatar_size_explain'] = "(height x width)"; + $lang['Avatar_storage_path'] = "Avatar Storage Path"; + $lang['Avatar_storage_path_explain'] = "Path under your phpBB root dir, e.g. images/avatars"; + $lang['Avatar_gallery_path'] = "Avatar Gallery Path"; + $lang['Avatar_gallery_path_explain'] = "Path under your phpBB root dir for pre-loaded images, e.g. images/avatars/gallery"; + $lang['COPPA_settings'] = "COPPA Settings"; + $lang['COPPA_fax'] = "COPPA Fax Number"; + $lang['COPPA_mail'] = "COPPA Mailing Address"; + $lang['COPPA_mail_explain'] = "This is the mailing address where parents will send COPPA registration forms"; + $lang['Email_settings'] = "Email Settings"; + $lang['Admin_email'] = "Admin Email Address"; + $lang['Email_sig'] = "Email Signature"; + $lang['Email_sig_explain'] = "This text will be attached to all emails the board sends"; + $lang['Use_SMTP'] = "Use SMTP for delivery"; + $lang['Use_SMTP_explain'] = "Say yes if you want or have to send email via a server instead of the local mail function"; + $lang['SMTP_server'] = "SMTP Server Address"; + $lang['Disable_privmsg'] = "Disable Private Messaging"; $lang['Inbox_limits'] = "Max posts in Inbox"; *************** *** 1117,1122 **** $lang['Attempt_ftp'] = "Attempt to ftp config file into place:"; $lang['Send_file'] = "Just send the file to me and I'll ftp it manually:"; ! $lang['ftp_option'] = "<br />Since the ftp extensions are loaded in php you may will also be given ! the option of first trying to automatically ftp the config file into place."; $lang['ftp_instructs'] = "You have chosen to attempt to ftp the file to your phpBB installation automagically. Please enter the information below to facilitate this process. Note that the FTP Path should be the exact path via ftp to your phpBB2 installation as if you were ftping to it."; $lang['ftp_path'] = "FTP Path to phpBB2:"; --- 1167,1171 ---- $lang['Attempt_ftp'] = "Attempt to ftp config file into place:"; $lang['Send_file'] = "Just send the file to me and I'll ftp it manually:"; ! $lang['ftp_option'] = "<br />Since the ftp extensions are loaded in php you may will also be given the option of first trying to automatically ftp the config file into place."; $lang['ftp_instructs'] = "You have chosen to attempt to ftp the file to your phpBB installation automagically. Please enter the information below to facilitate this process. Note that the FTP Path should be the exact path via ftp to your phpBB2 installation as if you were ftping to it."; $lang['ftp_path'] = "FTP Path to phpBB2:"; |