phpBB 3.0 RC2

Înainte de a începe să scrii un nou mesaj citeşte ultimele anunţuri şi regulamentul forumului.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

phpBB 3.0 RC2

Mesaj de bogdan »

Recent phpBB a lansat phpBB 3.0 Release Candidate 2. Daca folositi deja verisiunea RC1, puteti face update folosind arhiva de la aceasta adresa

Download Schimbari de la phpBB3 RC1 Cerinte minime
  • Un server web sau un cont de web hosting care ruleaza pe orice Sistem de Operare major cu suport PHP
  • Un server de baze de date SQL dintre:
    • MySQL 3.23 sau mai nou (suporta si MySQLi)
    • PostgreSQL 7.3+
    • SQLite 2.8.2+
    • Firebird 2.0+
    • MS SQL Server 2000 sau mai nou (direct sau via ODBC)
    • Oracle
  • PHP 4.3.3 sau mai nou, cu suport pentru baza de date pe care intentionati s-o folositi.
  • Prezenta optionala a urmatoarelor module PHP va permite accesul la optiuni aditionale, dar ele nu sunt absolut necesare.
    • zlib Compression
    • Remote FTP
    • XML
    • Imagemagick
    • GD
Bug-uri si securitate

Ca de obicei, toate informatiile necesare se pot gasi in security tracker-ul aferent.

Suport tehnic si documentatie:
Avatar utilizator
bogdan
AdministratorAdministrator
Mesaje: 10888
Membru din: 18-Oct-2002, 13:14:27
Versiune: 3.0.11
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Nivel php: Mediu
Localitate: Bucuresti
Contact:

Mesaj de bogdan »

Iata si schimbarile de limba de la RC1 la RC2:

Cod: Selectaţi tot

diff -x images -x imageset -crNEB phpbb30RC1/language/en/acp/board.php phpbb30RC2/language/en/acp/board.php
*** phpbb30RC1/language/en/acp/board.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/acp/board.php	Sat Jun 16 18:41:06 2007
***************
*** 102,107 ****
--- 102,108 ----
  
  	'ALLOW_BBCODE_PM'			=> 'Allow BBCode in private messages',
  	'ALLOW_FLASH_PM'			=> 'Allow use of <code>[FLASH]</code> BBCode tag',
+ 	'ALLOW_FLASH_PM_EXPLAIN'	=> 'Note that the ability to use flash in private messages, if enabled here, also depends on the permissions.',
  	'ALLOW_FORWARD_PM'			=> 'Allow forwarding of private messages',
  	'ALLOW_IMG_PM'				=> 'Allow use of <code>[IMG]</code> BBCode tag',
  	'ALLOW_MASS_PM'				=> 'Allow sending of private messages to multiple users and groups',
***************
*** 126,131 ****
--- 127,134 ----
  	'ACP_POST_SETTINGS_EXPLAIN'			=> 'Here you can set all default settings for posting.',
  	'ALLOW_POST_LINKS'					=> 'Allow links in posts/private messages',
  	'ALLOW_POST_LINKS_EXPLAIN'			=> 'If disallowed the <code>[URL]</code> BBCode tag and automatic/magic URLs are disabled.',
+ 	'ALLOW_POST_FLASH'					=> 'Allow use of <code>[FLASH]</code> BBCode tag in posts. ',
+ 	'ALLOW_POST_FLASH_EXPLAIN'			=> 'If disallowed the <code>[FLASH]</code> BBCode tag is disabled in posts. Otherwise the permission system controls which users can use the <code>[FLASH]</code> BBCode tag.',
  
  	'BUMP_INTERVAL'					=> 'Bump interval',
  	'BUMP_INTERVAL_EXPLAIN'			=> 'Number of minutes, hours or days between the last post to a topic and the ability to bump this topic.',
***************
*** 181,190 ****
  
  	'ACC_ACTIVATION'			=> 'Account activation',
  	'ACC_ACTIVATION_EXPLAIN'	=> 'This determines whether users have immediate access to the board or if confirmation is required. You can also completely disable new registrations.',
! 	'ACC_ADMIN'					=> 'Admin',
  	'ACC_DISABLE'				=> 'Disable',
  	'ACC_NONE'					=> 'None',
! 	'ACC_USER'					=> 'User',
  //	'ACC_USER_ADMIN'			=> 'User + Admin',
  	'ALLOW_EMAIL_REUSE'			=> 'Allow e-mail address re-use',
  	'ALLOW_EMAIL_REUSE_EXPLAIN'	=> 'Different users can register with the same e-mail address.',
--- 184,193 ----
  
  	'ACC_ACTIVATION'			=> 'Account activation',
  	'ACC_ACTIVATION_EXPLAIN'	=> 'This determines whether users have immediate access to the board or if confirmation is required. You can also completely disable new registrations.',
! 	'ACC_ADMIN'					=> 'By Admin',
  	'ACC_DISABLE'				=> 'Disable',
  	'ACC_NONE'					=> 'None',
! 	'ACC_USER'					=> 'By User',
  //	'ACC_USER_ADMIN'			=> 'User + Admin',
  	'ALLOW_EMAIL_REUSE'			=> 'Allow e-mail address re-use',
  	'ALLOW_EMAIL_REUSE_EXPLAIN'	=> 'Different users can register with the same e-mail address.',
***************
*** 193,199 ****
  	'COPPA_MAIL'				=> 'COPPA mailing address',
  	'COPPA_MAIL_EXPLAIN'		=> 'This is the mailing address where parents will send COPPA registration forms.',
  	'ENABLE_COPPA'				=> 'Enable COPPA',
! 	'ENABLE_COPPA_EXPLAIN'		=> 'This requires users to declare whether they are 13 or over for compliance with the U.S. COPPA Act. If this is disabled the COPPA specific groups will no longer be displayed.',
  	'MAX_CHARS'					=> 'Max',
  	'MIN_CHARS'					=> 'Min',
  	'NO_AUTH_PLUGIN'			=> 'No suitable auth plugin found.',
--- 196,202 ----
  	'COPPA_MAIL'				=> 'COPPA mailing address',
  	'COPPA_MAIL_EXPLAIN'		=> 'This is the mailing address where parents will send COPPA registration forms.',
  	'ENABLE_COPPA'				=> 'Enable COPPA',
! 	'ENABLE_COPPA_EXPLAIN'		=> 'This requires users to declare whether they are 13 or over for compliance with the U.S. COPPA. If this is disabled the COPPA specific groups will no longer be displayed.',
  	'MAX_CHARS'					=> 'Max',
  	'MIN_CHARS'					=> 'Min',
  	'NO_AUTH_PLUGIN'			=> 'No suitable auth plugin found.',
***************
*** 340,349 ****
  	'ACP_SECURITY_SETTINGS_EXPLAIN'		=> 'Here you are able to define session and login related settings.',
  
  	'ALL'							=> 'All',
! 	'ALLOW_AUTOLOGIN'				=> 'Allow persistent logins', 
! 	'ALLOW_AUTOLOGIN_EXPLAIN'		=> 'Determines whether users can autologin when they visit the board.', 
! 	'AUTOLOGIN_LENGTH'				=> 'Persistent login key expiration length (in days)', 
! 	'AUTOLOGIN_LENGTH_EXPLAIN'		=> 'Number of days after which persistent login keys are removed or zero to disable.', 
  	'BROWSER_VALID'					=> 'Validate browser',
  	'BROWSER_VALID_EXPLAIN'			=> 'Enables browser validation for each session improving security.',
  	'CHECK_DNSBL'					=> 'Check IP against DNS Blackhole List',
--- 343,352 ----
  	'ACP_SECURITY_SETTINGS_EXPLAIN'		=> 'Here you are able to define session and login related settings.',
  
  	'ALL'							=> 'All',
! 	'ALLOW_AUTOLOGIN'				=> 'Allow persistent logins',
! 	'ALLOW_AUTOLOGIN_EXPLAIN'		=> 'Determines whether users can autologin when they visit the board.',
! 	'AUTOLOGIN_LENGTH'				=> 'Persistent login key expiration length (in days)',
! 	'AUTOLOGIN_LENGTH_EXPLAIN'		=> 'Number of days after which persistent login keys are removed or zero to disable.',
  	'BROWSER_VALID'					=> 'Validate browser',
  	'BROWSER_VALID_EXPLAIN'			=> 'Enables browser validation for each session improving security.',
  	'CHECK_DNSBL'					=> 'Check IP against DNS Blackhole List',
***************
*** 412,443 ****
  
  // Jabber settings
  $lang = array_merge($lang, array(
! 	'ACP_JABBER_SETTINGS_EXPLAIN'	=> 'Here you can enable and control the use of Jabber for instant messaging and board notifications. Jabber is an open source protocol and therefore available for use by anyone. Some Jabber servers include gateways or transports which allow you to contact users on other networks. Not all servers offer all transports and changes in protocols can prevent transports from operating. Note that it may take several seconds to update Jabber account details, so do not stop the script until it is completed!',
  
  	'ERR_JAB_AUTH'			=> 'Could not authorise on Jabber server.',
  	'ERR_JAB_CONNECT'		=> 'Could not connect to Jabber server.',
- 	'ERR_JAB_PASSCHG'		=> 'Could not change password.',
- 	'ERR_JAB_PASSFAIL'		=> 'Password update failed, %s.',
- 	'ERR_JAB_REGISTER'		=> 'An error occurred trying to register this account, %s.',
- 	'ERR_JAB_USERNAME'		=> 'The username specified already exists, please choose an alternative.',
- 
- 	'JAB_CHANGED'				=> 'Jabber account changed successfully.',
  	'JAB_ENABLE'				=> 'Enable Jabber',
  	'JAB_ENABLE_EXPLAIN'		=> 'Enables use of Jabber messaging and notifications.',
  	'JAB_PACKAGE_SIZE'			=> 'Jabber package size',
! 	'JAB_PACKAGE_SIZE_EXPLAIN'	=> 'This is the number of messages sent in one package. If set to 0 the message is sent immediately and is not queued for later sending.',
  	'JAB_PASSWORD'				=> 'Jabber password',
- 	'JAB_PASS_CHANGED'			=> 'Jabber password changed successfully.',
  	'JAB_PORT'					=> 'Jabber port',
  	'JAB_PORT_EXPLAIN'			=> 'Leave blank unless you know it is not port 5222.',
- 	'JAB_REGISTERED'			=> 'New account registered successfully.',
- 	'JAB_RESOURCE'				=> 'Jabber resource',
- 	'JAB_RESOURCE_EXPLAIN'		=> 'The resource locates this particular connection, e.g. board, home, etc.',
  	'JAB_SERVER'				=> 'Jabber server',
  	'JAB_SERVER_EXPLAIN'		=> 'See %sjabber.org%s for a list of servers.',
  	'JAB_SETTINGS_CHANGED'		=> 'Jabber settings changed successfully.',
  	'JAB_USERNAME'				=> 'Jabber username',
! 	'JAB_USERNAME_EXPLAIN'		=> 'If this user is not registered it will be created if possible.',
  ));
  
  ?>
\ No newline at end of file
--- 415,438 ----
  
  // Jabber settings
  $lang = array_merge($lang, array(
! 	'ACP_JABBER_SETTINGS_EXPLAIN'	=> 'Here you can enable and control the use of Jabber for instant messaging and board notifications. Jabber is an open source protocol and therefore available for use by anyone. Some Jabber servers include gateways or transports which allow you to contact users on other networks. Not all servers offer all transports and changes in protocols can prevent transports from operating. Please be sure to enter already registered account details - phpBB will use the details you enter here as is.',
  
  	'ERR_JAB_AUTH'			=> 'Could not authorise on Jabber server.',
  	'ERR_JAB_CONNECT'		=> 'Could not connect to Jabber server.',
  	'JAB_ENABLE'				=> 'Enable Jabber',
  	'JAB_ENABLE_EXPLAIN'		=> 'Enables use of Jabber messaging and notifications.',
  	'JAB_PACKAGE_SIZE'			=> 'Jabber package size',
! 	'JAB_PACKAGE_SIZE_EXPLAIN'	=> 'This is the number of messages sent in one package. If set to 0 the message is sent immediately and will not be queued for later sending.',
  	'JAB_PASSWORD'				=> 'Jabber password',
  	'JAB_PORT'					=> 'Jabber port',
  	'JAB_PORT_EXPLAIN'			=> 'Leave blank unless you know it is not port 5222.',
  	'JAB_SERVER'				=> 'Jabber server',
  	'JAB_SERVER_EXPLAIN'		=> 'See %sjabber.org%s for a list of servers.',
  	'JAB_SETTINGS_CHANGED'		=> 'Jabber settings changed successfully.',
+ 	'JAB_USE_SSL'				=> 'Use SSL to connect',
+ 	'JAB_USE_SSL_EXPLAIN'		=> 'If enabled a secure connection is tried to be established. The Jabber port will be modified to 5223 if port 5222 is specified.',
  	'JAB_USERNAME'				=> 'Jabber username',
! 	'JAB_USERNAME_EXPLAIN'		=> 'Specify a registered username. The username will not be checked for validity.',
  ));
  
  ?>
\ No newline at end of file
diff -x images -x imageset -crNEB phpbb30RC1/language/en/acp/common.php phpbb30RC2/language/en/acp/common.php
*** phpbb30RC1/language/en/acp/common.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/acp/common.php	Sat Jun 16 18:41:06 2007
***************
*** 466,473 ****
  	'LOG_POST_EDITED'			=> '<strong>Edited post “%1$s” written by</strong><br>» %2$s',
  	'LOG_REPORT_CLOSED'			=> '<strong>Closed report</strong><br>» %s',
  	'LOG_REPORT_DELETED'		=> '<strong>Deleted report</strong><br>» %s',
! 	'LOG_SPLIT_DESTINATION'		=> '<strong>Moved splitted posts</strong><br>» to %s',
! 	'LOG_SPLIT_SOURCE'			=> '<strong>Splitted posts</strong><br>» from %s',
  
  	'LOG_TOPIC_DELETED'			=> '<strong>Deleted topic</strong><br>» %s',
  	'LOG_TOPIC_APPROVED'		=> '<strong>Approved topic</strong><br>» %s',
--- 466,473 ----
  	'LOG_POST_EDITED'			=> '<strong>Edited post “%1$s” written by</strong><br>» %2$s',
  	'LOG_REPORT_CLOSED'			=> '<strong>Closed report</strong><br>» %s',
  	'LOG_REPORT_DELETED'		=> '<strong>Deleted report</strong><br>» %s',
! 	'LOG_SPLIT_DESTINATION'		=> '<strong>Moved split posts</strong><br>» to %s',
! 	'LOG_SPLIT_SOURCE'			=> '<strong>Split posts</strong><br>» from %s',
  
  	'LOG_TOPIC_DELETED'			=> '<strong>Deleted topic</strong><br>» %s',
  	'LOG_TOPIC_APPROVED'		=> '<strong>Approved topic</strong><br>» %s',
***************
*** 647,653 ****
  	'LOG_USER_DEL_AVATAR_USER'	=> '<strong>User avatar removed</strong>',
  	'LOG_USER_DEL_SIG_USER'		=> '<strong>User signature removed</strong>',
  	'LOG_USER_FEEDBACK'			=> '<strong>Added user feedback</strong><br>» %s',
! 	'LOG_USER_GENERAL'			=> '%s',
  	'LOG_USER_INACTIVE_USER'	=> '<strong>User account de-activated</strong>',
  	'LOG_USER_LOCK'				=> '<strong>User locked own topic</strong><br>» %s',
  	'LOG_USER_MOVE_POSTS_USER'	=> '<strong>Moved all posts to forum</strong>» %s',
--- 647,653 ----
  	'LOG_USER_DEL_AVATAR_USER'	=> '<strong>User avatar removed</strong>',
  	'LOG_USER_DEL_SIG_USER'		=> '<strong>User signature removed</strong>',
  	'LOG_USER_FEEDBACK'			=> '<strong>Added user feedback</strong><br>» %s',
! 	'LOG_USER_GENERAL'			=> '<strong>Entry added:</strong><br>» %s',
  	'LOG_USER_INACTIVE_USER'	=> '<strong>User account de-activated</strong>',
  	'LOG_USER_LOCK'				=> '<strong>User locked own topic</strong><br>» %s',
  	'LOG_USER_MOVE_POSTS_USER'	=> '<strong>Moved all posts to forum</strong>» %s',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/acp/database.php phpbb30RC2/language/en/acp/database.php
*** phpbb30RC1/language/en/acp/database.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/acp/database.php	Sat Jun 16 18:41:06 2007
***************
*** 33,39 ****
  // Database Backup/Restore
  $lang = array_merge($lang, array(
  	'ACP_BACKUP_EXPLAIN'	=> 'Here you can backup all your phpBB related data. You may store the resulting archive in your <samp>store/</samp> folder or download it directly. Depending on your server configuration you may be able to compress the file in a number of formats.',
! 	'ACP_RESTORE_EXPLAIN'	=> 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <strong>WARNING</strong> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete.',
  
  	'BACKUP_DELETE'		=> 'The backup file has been deleted successfully.',
  	'BACKUP_INVALID'	=> 'The selected file to backup is invalid.',
--- 33,39 ----
  // Database Backup/Restore
  $lang = array_merge($lang, array(
  	'ACP_BACKUP_EXPLAIN'	=> 'Here you can backup all your phpBB related data. You may store the resulting archive in your <samp>store/</samp> folder or download it directly. Depending on your server configuration you may be able to compress the file in a number of formats.',
! 	'ACP_RESTORE_EXPLAIN'	=> 'This will perform a full restore of all phpBB tables from a saved file. If your server supports it you may use a gzip or bzip2 compressed text file and it will automatically be decompressed. <strong>WARNING</strong> This will overwrite any existing data. The restore may take a long time to process please do not move from this page till it is complete. Backups are stored in the <samp>store/</samp> folder and are assumed to be generated by phpBB\'s backup functionality. Restoring backups that were not created by the built in system may or may not work.',
  
  	'BACKUP_DELETE'		=> 'The backup file has been deleted successfully.',
  	'BACKUP_INVALID'	=> 'The selected file to backup is invalid.',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/acp/groups.php phpbb30RC2/language/en/acp/groups.php
*** phpbb30RC1/language/en/acp/groups.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/acp/groups.php	Sat Jun 16 18:41:06 2007
***************
*** 48,53 ****
--- 49,56 ----
  	'GROUP_CLOSED'					=> 'Closed',
  	'GROUP_COLOR'					=> 'Group colour',
  	'GROUP_COLOR_EXPLAIN'			=> 'Defines the colour members usernames will appear in, leave blank for user default.',
+ 	'GROUP_CONFIRM_ADD_USER'		=> 'Are you sure that you want to add the user %1$s to the group?',
+ 	'GROUP_CONFIRM_ADD_USERS'		=> 'Are you sure that you want to add the users %1$s to the group?',
  	'GROUP_CREATED'					=> 'Group has been created successfully.',
  	'GROUP_DEFAULT'					=> 'Make group default for member',
  	'GROUP_DEFS_UPDATED'			=> 'Default group set for all selected members.',
***************
*** 90,95 ****
--- 93,99 ----
  	'GROUP_TYPE'					=> 'Group type',
  	'GROUP_TYPE_EXPLAIN'			=> 'This determines which users can join or view this group.',
  	'GROUP_UPDATED'					=> 'Group preferences updated successfully.',
+ 	
  	'GROUP_USERS_ADDED'				=> 'New users added to group successfully.',
  	'GROUP_USERS_EXIST'				=> 'The selected users are already members.',
  	'GROUP_USERS_REMOVE'			=> 'Users removed from group and new defaults set successfully.',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/acp/permissions_phpbb.php phpbb30RC2/language/en/acp/permissions_phpbb.php
*** phpbb30RC1/language/en/acp/permissions_phpbb.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/acp/permissions_phpbb.php	Sat Jun 16 18:41:06 2007
***************
*** 130,136 ****
  	'acl_f_read'		=> array('lang' => 'Can read forum', 'cat' => 'post'),
  	'acl_f_post'		=> array('lang' => 'Can start new topics', 'cat' => 'post'),
  	'acl_f_reply'		=> array('lang' => 'Can reply to topics', 'cat' => 'post'),
! 	'acl_f_icons'		=> array('lang' => 'Can use post icons', 'cat' => 'post'),
  	'acl_f_announce'	=> array('lang' => 'Can post announcements', 'cat' => 'post'),
  	'acl_f_sticky'		=> array('lang' => 'Can post stickies', 'cat' => 'post'),
  
--- 130,136 ----
  	'acl_f_read'		=> array('lang' => 'Can read forum', 'cat' => 'post'),
  	'acl_f_post'		=> array('lang' => 'Can start new topics', 'cat' => 'post'),
  	'acl_f_reply'		=> array('lang' => 'Can reply to topics', 'cat' => 'post'),
! 	'acl_f_icons'		=> array('lang' => 'Can use topic/post icons', 'cat' => 'post'),
  	'acl_f_announce'	=> array('lang' => 'Can post announcements', 'cat' => 'post'),
  	'acl_f_sticky'		=> array('lang' => 'Can post stickies', 'cat' => 'post'),
  
***************
*** 191,197 ****
  	'acl_a_forumdel'	=> array('lang' => 'Can delete forums', 'cat' => 'forums'),
  	'acl_a_prune'		=> array('lang' => 'Can prune forums', 'cat' => 'forums'),
  
! 	'acl_a_icons'		=> array('lang' => 'Can alter topic icons and smilies', 'cat' => 'posting'),
  	'acl_a_words'		=> array('lang' => 'Can alter word censors', 'cat' => 'posting'),
  	'acl_a_bbcode'		=> array('lang' => 'Can define BBCode tags', 'cat' => 'posting'),
  	'acl_a_attach'		=> array('lang' => 'Can alter attachment related settings', 'cat' => 'posting'),
--- 191,197 ----
  	'acl_a_forumdel'	=> array('lang' => 'Can delete forums', 'cat' => 'forums'),
  	'acl_a_prune'		=> array('lang' => 'Can prune forums', 'cat' => 'forums'),
  
! 	'acl_a_icons'		=> array('lang' => 'Can alter topic/post icons and smilies', 'cat' => 'posting'),
  	'acl_a_words'		=> array('lang' => 'Can alter word censors', 'cat' => 'posting'),
  	'acl_a_bbcode'		=> array('lang' => 'Can define BBCode tags', 'cat' => 'posting'),
  	'acl_a_attach'		=> array('lang' => 'Can alter attachment related settings', 'cat' => 'posting'),
diff -x images -x imageset -crNEB phpbb30RC1/language/en/acp/posting.php phpbb30RC2/language/en/acp/posting.php
*** phpbb30RC1/language/en/acp/posting.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/acp/posting.php	Sat Jun 16 18:41:06 2007
***************
*** 43,48 ****
--- 43,49 ----
  	'BBCODE_HELPLINE_EXPLAIN'	=> 'This field contains the mouse over text of the BBCode.',
  	'BBCODE_HELPLINE_TEXT'		=> 'Help line text',
  	'BBCODE_INVALID_TAG_NAME'	=> 'The BBCode tag name that you selected already exists.',
+ 	'BBCODE_INVALID'			=> 'Your BBCode is constructed in an invalid form.',
  	'BBCODE_OPEN_ENDED_TAG'		=> 'Your custom BBCode must contain both an opening and a closing tag.',
  	'BBCODE_TAG'				=> 'Tag',
  	'BBCODE_TAG_TOO_LONG'		=> 'The tag name you selected is too long.',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/acp/profile.php phpbb30RC2/language/en/acp/profile.php
*** phpbb30RC1/language/en/acp/profile.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/acp/profile.php	Sat Jun 16 18:41:06 2007
***************
*** 110,116 ****
  	'NO_VALUE_OPTION_EXPLAIN'	=> 'Value for a non-entry. If the field is required, the user gets an error if he choose the option selected here.',
  	'NUMBERS_ONLY'				=> 'Only numbers (0-9)',
  
- 	'PREVIEW_PROFILE_FIELD'		=> 'Preview profile field',
  	'PROFILE_BASIC_OPTIONS'		=> 'Basic options',
  	'PROFILE_FIELD_ACTIVATED'	=> 'Profile field successfully activated.',
  	'PROFILE_FIELD_DEACTIVATED'	=> 'Profile field successfully deactivated.',
--- 110,115 ----
***************
*** 130,136 ****
  	'STEP_1_TITLE_CREATE'			=> 'Add profile field',
  	'STEP_1_TITLE_EDIT'				=> 'Edit profile field',
  	'STEP_2_EXPLAIN_CREATE'			=> 'Here you are able to define some common options you may want to adjust.',
! 	'STEP_2_EXPLAIN_EDIT'			=> 'Here you are able to change some common options. Further you are able to preview the changed field, as the user will see it. Play around with it until you are satisfied as how the field behaves.<br><strong>Please note that changes to profile fields will not affect existing profile fields entered by your users.</strong>',
  	'STEP_2_TITLE_CREATE'			=> 'Profile type specific options',
  	'STEP_2_TITLE_EDIT'				=> 'Profile type specific options',
  	'STEP_3_EXPLAIN_CREATE'			=> 'Since you have more than one board language installed, you have to fill out the remaining language items too. The profile field will work with the default language enabled, you are able to fill out the remaining language items later too.',
--- 129,135 ----
  	'STEP_1_TITLE_CREATE'			=> 'Add profile field',
  	'STEP_1_TITLE_EDIT'				=> 'Edit profile field',
  	'STEP_2_EXPLAIN_CREATE'			=> 'Here you are able to define some common options you may want to adjust.',
! 	'STEP_2_EXPLAIN_EDIT'			=> 'Here you are able to change some common options.<br><strong>Please note that changes to profile fields will not affect existing profile fields entered by your users.</strong>',
  	'STEP_2_TITLE_CREATE'			=> 'Profile type specific options',
  	'STEP_2_TITLE_EDIT'				=> 'Profile type specific options',
  	'STEP_3_EXPLAIN_CREATE'			=> 'Since you have more than one board language installed, you have to fill out the remaining language items too. The profile field will work with the default language enabled, you are able to fill out the remaining language items later too.',
***************
*** 142,148 ****
  	'TEXT_DEFAULT_VALUE_EXPLAIN'	=> 'Enter a default text to be displayed, a default value. Leave empty if you want to show it empty at the first place.',
  	'TRANSLATE'						=> 'Translate',
  
- 	'UPDATE_PREVIEW'	=> 'Update preview',
  	'USER_FIELD_NAME'	=> 'Field name/title presented to the user',
  
  	'VISIBILITY_OPTION'				=> 'Visibility option',
--- 141,146 ----
diff -x images -x imageset -crNEB phpbb30RC1/language/en/acp/styles.php phpbb30RC2/language/en/acp/styles.php
*** phpbb30RC1/language/en/acp/styles.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/acp/styles.php	Sat Jun 16 18:41:06 2007
***************
*** 32,38 ****
  
  $lang = array_merge($lang, array(
  	'ACP_IMAGESETS_EXPLAIN'	=> 'Imagesets comprise all the button, forum, folder, etc. and other non-style specific images used by the board. Here you can edit, export or delete existing imagesets and import or activate new sets.',
! 	'ACP_STYLES_EXPLAIN'	=> 'Here you can manage the available styles on your board. A style consists off a template, theme and imageset. You may alter existing styles, delete, deactivate, reactivate, create or import new ones. You can also see what a style will look like using the preview function. The current default style is noted by the presence of an asterisk (*). Also listed is the total user count for each style, note that overriding user styles will not be reflected here.',
  	'ACP_TEMPLATES_EXPLAIN'	=> 'A template set comprises all the markup used to generate the layout of your board. Here you can edit existing template sets, delete, export, import and preview sets. You can also modify the templating code used to generate BBCode.',
  	'ACP_THEMES_EXPLAIN'	=> 'From here you can create, install, edit, delete and export themes. A theme is the combination of colours and images that are applied to your templates to define the basic look of your board. The range of options open to you depends on the configuration of your server and phpBB installation, see the manual for further details. Please note that when creating new themes the use of an existing theme as a basis is optional.',
  	'ADD_IMAGESET'			=> 'Create imageset',
--- 32,38 ----
  
  $lang = array_merge($lang, array(
  	'ACP_IMAGESETS_EXPLAIN'	=> 'Imagesets comprise all the button, forum, folder, etc. and other non-style specific images used by the board. Here you can edit, export or delete existing imagesets and import or activate new sets.',
! 	'ACP_STYLES_EXPLAIN'	=> 'Here you can manage the available styles on your board. A style consists of a template, theme and imageset. You may alter existing styles, delete, deactivate, reactivate, create or import new ones. You can also see what a style will look like using the preview function. The current default style is noted by the presence of an asterisk (*). Also listed is the total user count for each style, note that overriding user styles will not be reflected here.',
  	'ACP_TEMPLATES_EXPLAIN'	=> 'A template set comprises all the markup used to generate the layout of your board. Here you can edit existing template sets, delete, export, import and preview sets. You can also modify the templating code used to generate BBCode.',
  	'ACP_THEMES_EXPLAIN'	=> 'From here you can create, install, edit, delete and export themes. A theme is the combination of colours and images that are applied to your templates to define the basic look of your board. The range of options open to you depends on the configuration of your server and phpBB installation, see the manual for further details. Please note that when creating new themes the use of an existing theme as a basis is optional.',
  	'ADD_IMAGESET'			=> 'Create imageset',
***************
*** 44,49 ****
--- 44,50 ----
  	'ADD_THEME'				=> 'Create theme',
  	'ADD_THEME_EXPLAIN'		=> 'Here you can add a new theme. Depending on your server configuration and file permissions you may have additional options here. For example you may be able to base this theme on an existing one. You may also be able to upload or import (from the store directory) a theme archive. If you upload or import an archive the theme name can be optionally taken from the archive name (to do this leave the theme name blank).',
  	'ARCHIVE_FORMAT'		=> 'Archive file type',
+ 	'AUTOMATIC_EXPLAIN'		=> 'Leave blank to attempt automatic detection.',
  
  	'BACKGROUND'			=> 'Background',
  	'BACKGROUND_COLOUR'		=> 'Background colour',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/acp/users.php phpbb30RC2/language/en/acp/users.php
*** phpbb30RC1/language/en/acp/users.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/acp/users.php	Sat Jun 16 18:41:06 2007
***************
*** 111,116 ****
--- 111,117 ----
  	'USER_GROUP_NORMAL'				=> 'Normal groups user is a member of',
  	'USER_GROUP_PENDING'			=> 'Groups user is in pending mode',
  	'USER_GROUP_SPECIAL'			=> 'Special groups user is a member of',
+ 	'USER_NO_ATTACHMENTS'			=> 'There are no attached files to display.',
  	'USER_OVERVIEW_UPDATED'			=> 'User details updated.',
  	'USER_POSTS_DELETED'			=> 'Successfully removed all posts made by this user.',
  	'USER_POSTS_MOVED'				=> 'Successfully moved users posts to target forum.',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/common.php phpbb30RC2/language/en/common.php
*** phpbb30RC1/language/en/common.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/common.php	Sat Jun 16 18:41:06 2007
***************
*** 84,90 ****
  	'AVATAR_PHP_SIZE_OVERRUN'		=> 'The avatar’s filesize is too large. The maximum allowed upload size is %d MB.<br>Please note this is set in php.ini and cannot be overridden.',
  	'AVATAR_URL_INVALID'			=> 'The URL you specified is invalid.',
  	'AVATAR_URL_NOT_FOUND'			=> 'The file specified could not be found.',
! 	'AVATAR_WRONG_FILESIZE'			=> 'The avatar must be between 0 and %1d %2s.',
  	'AVATAR_WRONG_SIZE'				=> 'The submitted avatar is %5$d pixels wide and %6$d pixels high. Avatars must be at least %1$d pixels wide and %2$d pixels high, but no larger than %3$d pixels wide and %4$d pixels high.',
  
  	'BACK_TO_TOP'			=> 'Top',
--- 84,90 ----
  	'AVATAR_PHP_SIZE_OVERRUN'		=> 'The avatar’s filesize is too large. The maximum allowed upload size is %d MB.<br>Please note this is set in php.ini and cannot be overridden.',
  	'AVATAR_URL_INVALID'			=> 'The URL you specified is invalid.',
  	'AVATAR_URL_NOT_FOUND'			=> 'The file specified could not be found.',
! 	'AVATAR_WRONG_FILESIZE'			=> 'The avatar’s filesize must be between 0 and %1d %2s.',
  	'AVATAR_WRONG_SIZE'				=> 'The submitted avatar is %5$d pixels wide and %6$d pixels high. Avatars must be at least %1$d pixels wide and %2$d pixels high, but no larger than %3$d pixels wide and %4$d pixels high.',
  
  	'BACK_TO_TOP'			=> 'Top',
***************
*** 291,297 ****
  	'LOGIN_ERROR_PASSWORD_CONVERT'		=> 'It was not possible to convert your password when updating this bulletin board’s software. Please %srequest a new password%s. If you continue to have problems please contact the %sBoard Administrator%s.',
  	'LOGIN_ERROR_USERNAME'				=> 'You have specified an incorrect username. Please check your username and try again. If you continue to have problems please contact the %sBoard Administrator%s.',
  	'LOGIN_FORUM'						=> 'To view or post in this forum you must enter its password.',
! 	'LOGIN_INFO'						=> 'In order to login you must be registered. Registering takes only a few seconds but gives you increased capabilities. The board administrator may also grant additional permissions to registered users. Before you login please ensure you are familiar with our terms of use and related policies. Please ensure you read any forum rules as you navigate around the board.',
  	'LOGIN_VIEWFORUM'					=> 'The board requires you to be registered and logged in to view this forum.',
  	'LOGIN_EXPLAIN_EDIT'				=> 'In order to edit posts in this forum you have to be registered and logged in.',
  	'LOGOUT'							=> 'Logout',
--- 291,297 ----
  	'LOGIN_ERROR_PASSWORD_CONVERT'		=> 'It was not possible to convert your password when updating this bulletin board’s software. Please %srequest a new password%s. If you continue to have problems please contact the %sBoard Administrator%s.',
  	'LOGIN_ERROR_USERNAME'				=> 'You have specified an incorrect username. Please check your username and try again. If you continue to have problems please contact the %sBoard Administrator%s.',
  	'LOGIN_FORUM'						=> 'To view or post in this forum you must enter its password.',
! 	'LOGIN_INFO'						=> 'In order to login you must be registered. Registering takes only a few moments but gives you increased capabilities. The board administrator may also grant additional permissions to registered users. Before you register please ensure you are familiar with our terms of use and related policies. Please ensure you read any forum rules as you navigate around the board.',
  	'LOGIN_VIEWFORUM'					=> 'The board requires you to be registered and logged in to view this forum.',
  	'LOGIN_EXPLAIN_EDIT'				=> 'In order to edit posts in this forum you have to be registered and logged in.',
  	'LOGOUT'							=> 'Logout',
***************
*** 327,333 ****
  	'NEW_PMS'					=> '<strong>%d</strong> new messages',
  	'NEW_POST'					=> 'New post',
  	'NEW_POSTS'					=> 'New posts',
! 	'NEXT'						=> 'Next',
  	'NEVER'						=> 'Never',
  	'NO'						=> 'No',
  	'NOT_ALLOWED_MANAGE_GROUP'	=> 'You are not allowed to manage this group.',
--- 327,334 ----
  	'NEW_PMS'					=> '<strong>%d</strong> new messages',
  	'NEW_POST'					=> 'New post',
  	'NEW_POSTS'					=> 'New posts',
! 	'NEXT'						=> 'Next',		// Used in pagination
! 	'NEXT_STEP'					=> 'Next',
  	'NEVER'						=> 'Never',
  	'NO'						=> 'No',
  	'NOT_ALLOWED_MANAGE_GROUP'	=> 'You are not allowed to manage this group.',
***************
*** 412,418 ****
  	'POST_TOPIC'			=> 'Post a new topic',
  	'POST_UNAPPROVED'		=> 'This post is waiting for approval',
  	'PREVIEW'				=> 'Preview',
! 	'PREVIOUS'				=> 'Previous',
  	'PRIVACY'				=> 'Privacy policy',
  	'PRIVATE_MESSAGE'		=> 'Private message',
  	'PRIVATE_MESSAGES'		=> 'Private messages',
--- 413,420 ----
  	'POST_TOPIC'			=> 'Post a new topic',
  	'POST_UNAPPROVED'		=> 'This post is waiting for approval',
  	'PREVIEW'				=> 'Preview',
! 	'PREVIOUS'				=> 'Previous',		// Used in pagination
! 	'PREVIOUS_STEP'			=> 'Previous',
  	'PRIVACY'				=> 'Privacy policy',
  	'PRIVATE_MESSAGE'		=> 'Private message',
  	'PRIVATE_MESSAGES'		=> 'Private messages',
***************
*** 490,495 ****
--- 492,498 ----
  	'SELECT_DESTINATION_FORUM'	=> 'Please select a destination forum',
  	'SELECT_FORUM'				=> 'Select a forum',
  	'SEND_EMAIL'				=> 'E-mail',
+ 	'SEND_EMAIL_USER'			=> 'E-mail',				// Used as: {L_SEND_EMAIL_USER} {USERNAME} -> E-mail UserX
  	'SEND_PRIVATE_MESSAGE'		=> 'Send private message',
  	'SETTINGS'					=> 'Settings',
  	'SIGNATURE'					=> 'Signature',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/email/coppa_resend_inactive.txt phpbb30RC2/language/en/email/coppa_resend_inactive.txt
*** phpbb30RC1/language/en/email/coppa_resend_inactive.txt	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/email/coppa_resend_inactive.txt	Sat Jun 16 18:41:06 2007
***************
*** 2,8 ****
  
  {WELCOME_MSG}
  
! In compliance with the COPPA act your account is currently inactive.
  
  Please print this message out and have your parent or guardian sign and date it. Then fax it to:
  
--- 2,8 ----
  
  {WELCOME_MSG}
  
! In compliance with the COPPA your account is currently inactive.
  
  Please print this message out and have your parent or guardian sign and date it. Then fax it to:
  
diff -x images -x imageset -crNEB phpbb30RC1/language/en/email/coppa_welcome_inactive.txt phpbb30RC2/language/en/email/coppa_welcome_inactive.txt
*** phpbb30RC1/language/en/email/coppa_welcome_inactive.txt	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/email/coppa_welcome_inactive.txt	Sat Jun 16 18:41:06 2007
***************
*** 2,8 ****
  
  {WELCOME_MSG}
  
! In compliance with the COPPA act your account is currently inactive.
  
  Please print this message out and have your parent or guardian sign and date it. Then fax it to:
  
--- 2,8 ----
  
  {WELCOME_MSG}
  
! In compliance with the COPPA your account is currently inactive.
  
  Please print this message out and have your parent or guardian sign and date it. Then fax it to:
  
diff -x images -x imageset -crNEB phpbb30RC1/language/en/help_faq.php phpbb30RC2/language/en/help_faq.php
*** phpbb30RC1/language/en/help_faq.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/help_faq.php	Sat Jun 16 18:41:06 2007
***************
*** 68,74 ****
  	),
  	array(
  		0 => 'What does the “Delete all board cookies” do?',
! 		1 => '“Delete all board cookies”deletes the cookies created by phpBB which keep you authenticated and logged into the board. It also provides functions such as read tracking if they have been enabled by the board owner. If you are having login or logout problems, deleting board cookies may help.',
  	),
  	array(
  		0 => '--',
--- 68,74 ----
  	),
  	array(
  		0 => 'What does the “Delete all board cookies” do?',
! 		1 => '“Delete all board cookies” deletes the cookies created by phpBB which keep you authenticated and logged into the board. It also provides functions such as read tracking if they have been enabled by the board owner. If you are having login or logout problems, deleting board cookies may help.',
  	),
  	array(
  		0 => '--',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/install.php phpbb30RC2/language/en/install.php
*** phpbb30RC1/language/en/install.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/install.php	Sat Jun 16 18:41:06 2007
***************
*** 73,79 ****
  	'CONTINUE_OLD_CONVERSION'	=> 'Continue previously started conversion',
  	'CONVERT'					=> 'Convert',
  	'CONVERT_COMPLETE'			=> 'Conversion completed',
! 	'CONVERT_COMPLETE_EXPLAIN'	=> 'You have now successfully converted your board to phpBB 3.0. You can now login and <a href="../">access your board</a>. Remember that help on using phpBB is available online via the <a href="http://www.phpbb.com/support/documentation/3.0/">Documentation</a> and the <a href="http://www.phpbb.com/community/viewforum.php?f=46">support forums</a>.',
  	'CONVERT_INTRO'				=> 'Welcome to the phpBB Unified Convertor Framework',
  	'CONVERT_INTRO_BODY'		=> 'From here, you are able to import data from other (installed) board systems. The list below shows all the conversion modules currently available. If there is no convertor shown in this list for the board software you wish to convert from, please check our website where further conversion modules may be available for download.',
  	'CONVERT_NEW_CONVERSION'	=> 'New conversion',
--- 73,79 ----
  	'CONTINUE_OLD_CONVERSION'	=> 'Continue previously started conversion',
  	'CONVERT'					=> 'Convert',
  	'CONVERT_COMPLETE'			=> 'Conversion completed',
! 	'CONVERT_COMPLETE_EXPLAIN'	=> 'You have now successfully converted your board to phpBB 3.0. You can now login and <a href="../">access your board</a>. Please ensure that the settings were transferred correctly before enabling your board by deleting the install directory. Remember that help on using phpBB is available online via the <a href="http://www.phpbb.com/support/documentation/3.0/">Documentation</a> and the <a href="http://www.phpbb.com/community/viewforum.php?f=46">support forums</a>.',
  	'CONVERT_INTRO'				=> 'Welcome to the phpBB Unified Convertor Framework',
  	'CONVERT_INTRO_BODY'		=> 'From here, you are able to import data from other (installed) board systems. The list below shows all the conversion modules currently available. If there is no convertor shown in this list for the board software you wish to convert from, please check our website where further conversion modules may be available for download.',
  	'CONVERT_NEW_CONVERSION'	=> 'New conversion',
***************
*** 106,111 ****
--- 106,112 ----
  	'CONV_ERROR_REPLACE_FORUM'			=> 'Unable to insert new forum replacing old forum.',
  	'CONV_ERROR_USER_ACCESS'			=> 'Unable to get user authentication information.',
  	'CONV_ERROR_WRONG_GROUP'			=> 'Wrong group "%1$s" defined in %2$s.',
+ 	'CONV_OPTIONS_BODY'					=> 'This page collects the data required to access the source board. Enter the database details of your former board; the converter will not change anything in the database given below. The source board should be disabled to allow a consistent conversion.',
  	'CONV_SAVED_MESSAGES'				=> 'Saved messages',
  
  	'COULD_NOT_COPY'			=> 'Could not copy file <strong>%1$s</strong> to <strong>%2$s</strong><br><br>Please check that the target directory exists and is writable by the webserver.',
***************
*** 162,168 ****
  	'FORUM_ADDRESS'				=> 'Board address',
  	'FORUM_ADDRESS_EXPLAIN'		=> 'This is the URL of your former board, for example <samp>http://www.example.com/phpBB2/</samp>. If an address is entered here and not left empty every instance of this address will be replaced by your new board address within messages, private messages and signatures.',
  	'FORUM_PATH'				=> 'Board path',
! 	'FORUM_PATH_EXPLAIN'		=> 'This is the <strong>relative</strong> path on disk to your former board from the <strong>root of your phpBB installation</strong>.',
  	'FOUND'						=> 'Found',
  	'FTP_CONFIG'				=> 'Transfer config by FTP',
  	'FTP_CONFIG_EXPLAIN'		=> 'phpBB has detected the presence of the FTP module on this server. You may attempt to install your config.php via this if you wish. You will need to supply the information listed below. Remember your username and password are those to your server! (ask your hosting provider for details if you are unsure what these are).',
--- 163,169 ----
  	'FORUM_ADDRESS'				=> 'Board address',
  	'FORUM_ADDRESS_EXPLAIN'		=> 'This is the URL of your former board, for example <samp>http://www.example.com/phpBB2/</samp>. If an address is entered here and not left empty every instance of this address will be replaced by your new board address within messages, private messages and signatures.',
  	'FORUM_PATH'				=> 'Board path',
! 	'FORUM_PATH_EXPLAIN'		=> 'This is the <strong>relative</strong> path on disk to your former board from the <strong>root of this phpBB3 installation</strong>.',
  	'FOUND'						=> 'Found',
  	'FTP_CONFIG'				=> 'Transfer config by FTP',
  	'FTP_CONFIG_EXPLAIN'		=> 'phpBB has detected the presence of the FTP module on this server. You may attempt to install your config.php via this if you wish. You will need to supply the information listed below. Remember your username and password are those to your server! (ask your hosting provider for details if you are unsure what these are).',
***************
*** 330,335 ****
--- 331,338 ----
  // TODO: Write some text on obtaining support
  	'SUPPORT_BODY'				=> 'During the release candidate phase full support will be given at <a href="http://www.phpbb.com/community/viewforum.php?f=46">the phpBB 3.0.x support forums</a>. We will provide answers to general setup questions, configuration problems, conversion problems and support for determining common problems mostly related to bugs. We also allow discussions about modifications and custom code/style additions.</p><p>For additional assistance, please refer to our <a href="http://www.phpbb.com/support/documentation/3.0/quickstart/">Quick Start Guide</a> and <a href="http://www.phpbb.com/support/documentation/3.0/">the online documentation</a>.</p><p>To ensure you stay up to date with the latest news and releases, why not <a href="http://www.phpbb.com/support/">subscribe to our mailing list</a>?',
  	'SYNC_FORUMS'				=> 'Starting to sync forums',
+ 	'SYNC_POST_COUNT'			=> 'Synchronising post_counts',
+ 	'SYNC_POST_COUNT_ID'		=> 'Synchronising post_counts from <var>entry</var> %1$s to %2$s.',
  	'SYNC_TOPICS'				=> 'Starting to sync topics',
  	'SYNC_TOPIC_ID'				=> 'Synchronising topics from <var>topic_id</var> %1$s to %2$s.',
  
***************
*** 440,446 ****
  	'OLD_UPDATE_FILES'		=> 'Update files are out of date. The update files found are for updating from phpBB %1$s to phpBB %2$s but the latest version of phpBB is %3$s.',
  
  	'PERFORM_DATABASE_UPDATE'			=> 'Perform database update',
! 	'PERFORM_DATABASE_UPDATE_EXPLAIN'	=> 'Below you will find a link to the database update script. This script needs to be run separately because updating the database might result in unexpected behaviour if you are logged in. The database update can take a while, so please do not stop the execution if it seems to hang. After you performed the database update just follow the link presented to continue the update process.',
  	'PREVIOUS_VERSION'					=> 'Previous version',
  	'PROGRESS'							=> 'Progress',
  
--- 443,449 ----
  	'OLD_UPDATE_FILES'		=> 'Update files are out of date. The update files found are for updating from phpBB %1$s to phpBB %2$s but the latest version of phpBB is %3$s.',
  
  	'PERFORM_DATABASE_UPDATE'			=> 'Perform database update',
! 	'PERFORM_DATABASE_UPDATE_EXPLAIN'	=> 'Below you will find a link to the database update script. This script needs to be run separately because updating the database might result in unexpected behaviour if you are logged in. The database update can take a while, so please do not stop the execution if it seems to hang. After the database update had been performed just follow the link presented to continue the update process.',
  	'PREVIOUS_VERSION'					=> 'Previous version',
  	'PROGRESS'							=> 'Progress',
  
***************
*** 549,554 ****
--- 552,561 ----
  	'FORUMS_TEST_FORUM_TITLE'		=> 'Test Forum 1',
  
  	'RANKS_SITE_ADMIN_TITLE'		=> 'Site Admin',
+ 	'REPORT_WAREZ'					=> 'The post contains links to illegal or pirated software.',
+ 	'REPORT_SPAM'					=> 'The reported post has the only purpose to advertise for a website or another product.',
+ 	'REPORT_OFF_TOPIC'				=> 'The reported post is off topic.',
+ 	'REPORT_OTHER'					=> 'The reported post does not fit into any other category, please use the description field.',
  
  	'SMILIES_ARROW'					=> 'Arrow',
  	'SMILIES_CONFUSED'				=> 'Confused',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/mcp.php phpbb30RC2/language/en/mcp.php
*** phpbb30RC1/language/en/mcp.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/mcp.php	Sat Jun 16 18:41:06 2007
***************
*** 218,228 ****
  	'NO_POST_SELECTED'				=> 'You must select at least one post to perform this action.',
  	'NO_REASON_DISAPPROVAL'			=> 'Please give an appropriate reason for disapproval.',
  	'NO_REPORT'						=> 'No report found',
! 	'NO_REPORTS'					=> 'No reports',	
  	'NO_REPORT_SELECTED'			=> 'You must select at least one report to perform this action.',
  	'NO_TOPIC_ICON'					=> 'None',
  	'NO_TOPIC_SELECTED'				=> 'You must select at least one topic to perform this action.',
! 	'NO_TOPICS_QUEUE'				=> 'No topics',
  
  	'ONLY_TOPIC'			=> 'Only topic "%s"',
  	'OTHER_USERS'			=> 'Other users posting from this IP',
--- 218,228 ----
  	'NO_POST_SELECTED'				=> 'You must select at least one post to perform this action.',
  	'NO_REASON_DISAPPROVAL'			=> 'Please give an appropriate reason for disapproval.',
  	'NO_REPORT'						=> 'No report found',
! 	'NO_REPORTS'					=> 'No reports found',	
  	'NO_REPORT_SELECTED'			=> 'You must select at least one report to perform this action.',
  	'NO_TOPIC_ICON'					=> 'None',
  	'NO_TOPIC_SELECTED'				=> 'You must select at least one topic to perform this action.',
! 	'NO_TOPICS_QUEUE'				=> 'There are no topics waiting for approval.',
  
  	'ONLY_TOPIC'			=> 'Only topic "%s"',
  	'OTHER_USERS'			=> 'Other users posting from this IP',
***************
*** 326,332 ****
  	'UNAPPROVED_POST_TOTAL'			=> 'In total there is <strong>1</strong> post waiting for approval.',
  	'UNLOCK'						=> 'Unlock',
  	'UNLOCK_POST'					=> 'Unlock post',
! 	'UNLOCK_POST_EXPLAIN'			=> 'Allow editing.',
  	'UNLOCK_POST_POST'				=> 'Unlock post',
  	'UNLOCK_POST_POST_CONFIRM'		=> 'Are you sure you want to allow editing this post?',
  	'UNLOCK_POST_POSTS'				=> 'Unlock selected posts',
--- 326,332 ----
  	'UNAPPROVED_POST_TOTAL'			=> 'In total there is <strong>1</strong> post waiting for approval.',
  	'UNLOCK'						=> 'Unlock',
  	'UNLOCK_POST'					=> 'Unlock post',
! 	'UNLOCK_POST_EXPLAIN'			=> 'Allow editing',
  	'UNLOCK_POST_POST'				=> 'Unlock post',
  	'UNLOCK_POST_POST_CONFIRM'		=> 'Are you sure you want to allow editing this post?',
  	'UNLOCK_POST_POSTS'				=> 'Unlock selected posts',
***************
*** 346,352 ****
  	'WARNED_USERS_EXPLAIN'	=> 'This is a list of users with unexpired warnings issued to them.',
  	'WARNING_PM_BODY'		=> 'The following is a warning which has been issued to you by an administrator or moderator of this site.[quote]%s[/quote]',
  	'WARNING_PM_SUBJECT'	=> 'Board warning issued',
! 	'WARNING_POST_DEFAULT'	=> 'This is a warning regarding the following post made by you: %s.',
  	'WARNINGS_ZERO_TOTAL'	=> 'No warnings exist.',
  
  	'YOU_SELECTED_TOPIC'	=> 'You selected topic number %d: %s.',
--- 346,352 ----
  	'WARNED_USERS_EXPLAIN'	=> 'This is a list of users with unexpired warnings issued to them.',
  	'WARNING_PM_BODY'		=> 'The following is a warning which has been issued to you by an administrator or moderator of this site.[quote]%s[/quote]',
  	'WARNING_PM_SUBJECT'	=> 'Board warning issued',
! 	'WARNING_POST_DEFAULT'	=> 'This is a warning regarding the following post made by you: %s .',
  	'WARNINGS_ZERO_TOTAL'	=> 'No warnings exist.',
  
  	'YOU_SELECTED_TOPIC'	=> 'You selected topic number %d: %s.',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/posting.php phpbb30RC2/language/en/posting.php
*** phpbb30RC1/language/en/posting.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/posting.php	Sat Jun 16 18:41:06 2007
***************
*** 49,55 ****
  	'BBCODE_IS_ON'				=> '%sBBCode%s is <em>ON</em>',
  	'BBCODE_I_HELP'				=> 'Italic text: [i]text[/i]',
  	'BBCODE_L_HELP'				=> 'List: [list]text[/list]',
! 	'BBCODE_LISTITEM_HELP'			=> 'List item: [*]text[/*]',
  	'BBCODE_O_HELP'				=> 'Ordered list: [list=]text[/list]',
  	'BBCODE_P_HELP'				=> 'Insert image: [img]http://image_url[/img]',
  	'BBCODE_Q_HELP'				=> 'Quote text: [quote]text[/quote]',
--- 49,55 ----
  	'BBCODE_IS_ON'				=> '%sBBCode%s is <em>ON</em>',
  	'BBCODE_I_HELP'				=> 'Italic text: [i]text[/i]',
  	'BBCODE_L_HELP'				=> 'List: [list]text[/list]',
! 	'BBCODE_LISTITEM_HELP'		=> 'List item: [*]text[/*]',
  	'BBCODE_O_HELP'				=> 'Ordered list: [list=]text[/list]',
  	'BBCODE_P_HELP'				=> 'Insert image: [img]http://image_url[/img]',
  	'BBCODE_Q_HELP'				=> 'Quote text: [quote]text[/quote]',
***************
*** 144,149 ****
--- 144,150 ----
  	'POLL_MAX_OPTIONS_EXPLAIN'	=> 'This is the number of options each user may select when voting.',
  	'POLL_OPTIONS'				=> 'Poll options',
  	'POLL_OPTIONS_EXPLAIN'		=> 'Place each option on a new line. You may enter up to <strong>%d</strong> options.',
+ 	'POLL_OPTIONS_EDIT_EXPLAIN'	=> 'Place each option on a new line. You may enter up to <strong>%d</strong> options. If you remove or add options all previous votes will be reset.',
  	'POLL_QUESTION'				=> 'Poll question',
  	'POLL_TITLE_TOO_LONG'		=> 'The poll title must contain fewer than 100 characters.',
  	'POLL_TITLE_COMP_TOO_LONG'	=> 'The parsed size of your poll title is too large, consider removing BBCodes or smilies.',
***************
*** 183,188 ****
--- 184,191 ----
  	'TOO_FEW_POLL_OPTIONS'		=> 'You must enter at least two poll options.',
  	'TOO_MANY_ATTACHMENTS'		=> 'Cannot add another attachment, %d is the maximum.',
  	'TOO_MANY_CHARS'			=> 'Your message contains too many characters.',
+ 	'TOO_MANY_CHARS_POST'		=> 'Your message contains %1$d characters. The maximum number of allowed characters is %2$d.',
+ 	'TOO_MANY_CHARS_SIG'		=> 'Your signature contains %1$d characters. The maximum number of allowed characters is %2$d.',
  	'TOO_MANY_POLL_OPTIONS'		=> 'You have tried to enter too many poll options.',
  	'TOO_MANY_SMILIES'			=> 'Your message contains too many smilies. The maximum number of smilies allowed is %d.',
  	'TOO_MANY_URLS'				=> 'Your message contains too many URLs. The maximum number of URLs allowed is %d.',
diff -x images -x imageset -crNEB phpbb30RC1/language/en/ucp.php phpbb30RC2/language/en/ucp.php
*** phpbb30RC1/language/en/ucp.php	Sun May 20 17:06:56 2007
--- phpbb30RC2/language/en/ucp.php	Sat Jun 16 18:41:06 2007
***************
*** 210,215 ****
--- 210,216 ----
  	'GLOBAL_ANNOUNCEMENT'		=> 'Global announcement',
  
  	'HIDE_ONLINE'				=> 'Hide my online status',
+ 	'HIDE_ONLINE_EXPLAIN'		=> 'Changing this setting to "No" won\'t become effective until your next visit to the board.',
  	'HOLD_NEW_MESSAGES'			=> 'Do not accept new messages (New messages will be held back until enough space is available)',
  	'HOLD_NEW_MESSAGES_SHORT'	=> 'New messages will be held back',
  
***************
*** 238,244 ****
  	'MESSAGE_COLOURS'				=> 'Message colours',
  	'MESSAGE_DELETED'				=> 'Message successfully deleted.',
  	'MESSAGE_HISTORY'				=> 'Message history',
! 	'MESSAGE_REMOVED_FROM_OUTBOX'	=> 'This message has been removed by it’s author before it was delivered.',
  	'MESSAGE_SENT_ON'				=> 'on',
  	'MESSAGE_STORED'				=> 'This message has been sent successfully.',
  	'MESSAGE_TO'					=> 'To',
--- 239,245 ----
  	'MESSAGE_COLOURS'				=> 'Message colours',
  	'MESSAGE_DELETED'				=> 'Message successfully deleted.',
  	'MESSAGE_HISTORY'				=> 'Message history',
! 	'MESSAGE_REMOVED_FROM_OUTBOX'	=> 'This message has been removed by its author before it was delivered.',
  	'MESSAGE_SENT_ON'				=> 'on',
  	'MESSAGE_STORED'				=> 'This message has been sent successfully.',
  	'MESSAGE_TO'					=> 'To',
Scrie răspuns

Înapoi la “Anunţuri”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 4 vizitatori