PunBB 1.3.2 to 1.3.3 changes in lang files Legend
Lines removed 
Lines changed
 Lines added

punbb-1.3.2/lang/English/admin_forums.php punbb-1.3.3/lang/English/admin_forums.php
 34: 'User groups'                    =>    'User groups', 34: 'User groups'                    =>    'User groups',
 35: 'Confirm delete forum'            =>    'You are deleting the forum "%s"', 35: 'Confirm delete forum'            =>    'You are deleting the forum "%s"',
 36: 'Forum perms read info'            =>    'The "Read forum" permission checkbox will be disabled if the group in question lacks the "Read board" permission.', 36: 'Forum perms read info'            =>    'The "Read forum" permission checkbox will be disabled if the group in question lacks the "Read board" permission.',
  37: 'Forum perms redirect info'        =>    'This is a redirect forum. Only the "Read forum" permission is editable.',
 37: 'Forum perms restore info'        =>    'Permissions can be restored to default settings using the "Default permissions" button below.', 38: 'Forum perms restore info'        =>    'Permissions can be restored to default settings using the "Default permissions" button below.',
 38: 'Forum perms groups info'        =>    'Permissions are the defaults as set in %s unless suffixed "(S)"', 39: 'Forum perms groups info'        =>    'Permissions are the defaults as set in %s unless suffixed "(S)"',
 39: 'Forum perms admins info'        =>    'Forum Administrators always have full permissions which cannot be restricted.', 40: 'Forum perms admins info'        =>    'Forum Administrators always have full permissions which cannot be restricted.',


punbb-1.3.2/lang/English/admin_index.php punbb-1.3.3/lang/English/admin_index.php
  1: <?php  1: <?php
  2:   2: 
   3: // Language definitions used in the index page of the admin panel
  3: $lang_admin_index = array(  4: $lang_admin_index = array(
  4:   5: 
  5: 'Information head'                =>    'Welcome to PunBB administration control panel',  6: 'Information head'                =>    'Welcome to PunBB administration control panel',
  6: 'Alerts'                        =>    'Administrator Alerts',  7: 'Alerts'                        =>    'Administrator Alerts',
  7: 'Check for updates enabled'        =>    'This board is setup to automatically check for updates and hotfixes against the punbb.informer.com updates service.',  8: 'Check for updates enabled'        =>    'This board is setup to automatically check for updates and hotfixes against the punbb.informer.com updates service.',
  8: 'Check for updates manual'        =>    'Check for updates',    // Link text  9: 'Check for updates manual'        =>    'Check for updates',    // Link text
  9: 'PunBB version'                =>    'PunBB version', 10: 'Copyright message'                =>    '&copy; 2008-2009 <a href="http://punbb.informer.com/">PunBB</a>, partially based on code &copy; 2008-2009 <a href="http://fluxbb.org/">FluxBB</a>',
  11: 'PunBB version'                    =>    'PunBB version',
 10: 'Not available'                    =>    'Not available', 12: 'Not available'                    =>    'Not available',
 11: 'Not applicable'                =>    'N/A', 13: 'Not applicable'                =>    'N/A',
 12: 'Server load'                    =>    'Server load', 14: 'Server load'                    =>    'Server load',


punbb-1.3.2/lang/English/admin_reindex.php punbb-1.3.3/lang/English/admin_reindex.php
 10: 'Empty index warning'        =>    '<strong>WARNING!</strong> If you want to resume an aborted rebuild, do not select "empty index".', 10: 'Empty index warning'        =>    '<strong>WARNING!</strong> If you want to resume an aborted rebuild, do not select "empty index".',
 11: 'Posts per cycle'            =>    'Posts per cycle', 11: 'Posts per cycle'            =>    'Posts per cycle',
 12: 'Posts per cycle info'        =>    'The number of posts to process per pageview. E.g. if you were to enter 100, one hundred posts would be processed and then the page would refresh. This is to prevent the script from timing out during the rebuild process.', 12: 'Posts per cycle info'        =>    'The number of posts to process per pageview. E.g. if you were to enter 100, one hundred posts would be processed and then the page would refresh. This is to prevent the script from timing out during the rebuild process.',
 13: 'Starting post'                =>    'Starting Post ID', 13: 'Starting post'                =>    'Starting post ID',
 14: 'Starting post info'        =>    'The post ID to start rebuilding at. The default value is the first available ID in the database. Normally you would not want to change this.', 14: 'Starting post info'        =>    'The post ID to start rebuilding at. The default value is the first available ID in the database. Normally you would not want to change this.',
 15: 'Empty index'                =>    'Empty index', 15: 'Empty index'                =>    'Empty index',
 16: 'Empty index info'            =>    'Empty search index before rebuilding (see below).', 16: 'Empty index info'            =>    'Empty search index before rebuilding (see below).',


punbb-1.3.2/lang/English/admin_settings.php punbb-1.3.3/lang/English/admin_settings.php
166: 'Registration rules'            =>    'Forum rules (enable and compose forum rules)',166: 'Registration rules'            =>    'Forum rules (enable and compose forum rules)',
167: 'Registration rules info'        =>    'You may require new users to agree to a set of rules when registering. The rules will always be available through a link in the navigation table at the top of every page. You may enable the use of rules and then compose your rules below.',167: 'Registration rules info'        =>    'You may require new users to agree to a set of rules when registering. The rules will always be available through a link in the navigation table at the top of every page. You may enable the use of rules and then compose your rules below.',
168: 'Registration rules legend'        =>    'Forum rules',168: 'Registration rules legend'        =>    'Forum rules',
169: 'Require rules'                    =>    'Require agreement',169: 'Require rules'                    =>    'Use rules',
170: 'Require rules label'            =>    'Users must agree to forum rules before registering.',170: 'Require rules label'            =>    'Users must agree to forum rules before registering.',
171: 'Compose rules label'            =>    'Compose rules',171: 'Compose rules label'            =>    'Compose rules',
172: 'Compose rules help'            =>    'You may use HTML as text is not parsed. Leaving empty disables the use of rules.',172: 'Compose rules help'            =>    'You may use HTML as text is not parsed.',
173: 'Rules default'                    =>    'Enter your rules here.',173: 'Rules default'                    =>    'Enter your rules here.',
174: 174: 
175: // Email section175: // Email section


punbb-1.3.2/lang/English/common.php punbb-1.3.3/lang/English/common.php
  8: 'lang_identifier'            =>    'en',  8: 'lang_identifier'            =>    'en',
  9:   9: 
 10: // Number formatting 10: // Number formatting
 11: 'lang_decimal_point'    =>    '.', 11: 'lang_decimal_point'        =>    '.',
 12: 'lang_thousands_sep'    =>    ',', 12: 'lang_thousands_sep'        =>    ',',
 13:  13: 
 14: // Notices 14: // Notices
 15: 'Bad request'                =>    'Bad request. The link you followed is incorrect or outdated.', 15: 'Bad request'                =>    'Bad request. The link you followed is incorrect or outdated.',
 85: 'Item info single'            =>    '%s [ %s ]', 85: 'Item info single'            =>    '%s [ %s ]',
 86: 'Item info plural'            =>    '%s [ %s to %s of %s ]', // e.g. Topics [ 10 to 20 of 30 ] 86: 'Item info plural'            =>    '%s [ %s to %s of %s ]', // e.g. Topics [ 10 to 20 of 30 ]
 87: 'Info separator'            =>    ' ', // e.g. 1 Page | 10 Topics 87: 'Info separator'            =>    ' ', // e.g. 1 Page | 10 Topics
 88: 'Powered by'                =>    'Powered by <strong>%s</strong>', 88: 'Powered by'                =>    'Powered by <strong>%s</strong>, supported by <strong>%s</strong>.',
 89: 'Maintenance'                =>    'Maintenance', 89: 'Maintenance'                =>    'Maintenance',
 90:  90: 
 91: // CSRF confirmation form 91: // CSRF confirmation form
146: 'Jump to'                    =>    'Jump to forum:',146: 'Jump to'                    =>    'Jump to forum:',
147: 147: 
148: // For extern.php RSS feed148: // For extern.php RSS feed
149: 'ATOM Feed'                    =>    'Atom', 
150: 'RSS Feed'                    =>    'RSS', 
151: 'RSS description'            =>    'The most recent topics at %s.',149: 'RSS description'            =>    'The most recent topics at %s.',
152: 'RSS description topic'        =>    'The most recent posts in %s.',150: 'RSS description topic'        =>    'The most recent posts in %s.',
153: 'RSS reply'                    =>    'Re: ',    // The topic subject will be appended to this string (to signify a reply)151: 'RSS reply'                    =>    'Re: ',    // The topic subject will be appended to this string (to signify a reply)
154: 152: 
155: // Accessibility153: // Accessibility
156: 'Skip to content'                    =>    'Skip to forum content',154: 'Skip to content'            =>    'Skip to forum content',
157: 155: 
158: // Debug information156: // Debug information
159: 'Querytime'                        =>    'Generated in %1$s seconds, %2$s queries executed',157: 'Querytime'                    =>    'Generated in %1$s seconds, %2$s queries executed',
160: 'Debug table'                        =>    'Debug information',158: 'Debug table'                =>    'Debug information',
161: 'Debug summary'                        =>    'Database query performance information',159: 'Debug summary'                =>    'Database query performance information',
162: 'Query times'                        =>    'Time (s)',160: 'Query times'                =>    'Time (s)',
163: 'Query'                            =>    'Query',161: 'Query'                        =>    'Query',
164: 'Total query time'                    =>    'Total query time',162: 'Total query time'            =>    'Total query time',
 163: 
 164: // For official extensions
 165: 'Official extensions inst'    =>    '<span id="extensions-used" title="%1$s">Official extensions: %2$s installed.</span>',
165: 166: 
166: );167: );


punbb-1.3.2/lang/English/forum.php punbb-1.3.3/lang/English/forum.php
 24: 'No lastpost info'            =>    'No last post information', 24: 'No lastpost info'            =>    'No last post information',
 25: 'by poster'                    =>    'by %s', 25: 'by poster'                    =>    'by %s',
 26: 'Item status'                =>    '%s:', 26: 'Item status'                =>    '%s:',
 27: 'Topic starter'                =>    'by %s', 27: 'Topic starter'                =>    'by <cite>%s</cite>',
 28: 'New posts'                    =>    'New posts', 28: 'New posts'                    =>    'New posts',
 29: 'Topic navigation'            =>    '( %s )', 29: 'Topic navigation'            =>    '( %s )',
 30: 'Location'                    =>    'Found in forum: %s', 30: 'Location'                    =>    'Found in forum: %s',
 43: 'Forum options'                =>    'Forum options', 43: 'Forum options'                =>    'Forum options',
 44: 'Moderate forum'            =>    'Moderate forum', 44: 'Moderate forum'            =>    'Moderate forum',
 45: 'Mark forum read'            =>    'Mark forum as read', 45: 'Mark forum read'            =>    'Mark forum as read',
 46: 'RSS forum feed'            =>    'RSS Forum Feed', 46: 'RSS forum feed'            =>    'RSS forum feed',
 47: 'New posts info'            =>    'Go to the first new post since your last visit.' 47: 'New posts info'            =>    'Go to the first new post since your last visit.'
 48:  48: 
 49: ); 49: );


punbb-1.3.2/lang/English/help.php punbb-1.3.3/lang/English/help.php
 36: 'List text 2'            =>    'Example list item 2.', 36: 'List text 2'            =>    'Example list item 2.',
 37: 'List text 3'            =>    'Example list item 3.', 37: 'List text 3'            =>    'Example list item 3.',
 38: 'produces list'            =>    'produces a bulleted list.', 38: 'produces list'            =>    'produces a bulleted list.',
 39: 'produces decimal list'    =>    'produces numbered list.', 39: 'produces decimal list'    =>    'produces a numbered list.',
 40: 'produces alpha list'    =>    'produces alphabetically labelled list.', 40: 'produces alpha list'    =>    'produces an alphabetically labelled list.',
 41: 'Bold, underlined text'    =>    'Bold, underlined text', 41: 'Bold, underlined text'    =>    'Bold, underlined text',
 42: 'Smilies info'            =>    'If you like (and if it is enabled), the forum can convert a selection of smilies to image representations of those smilies. This forum recognizes the smilies listed below and replaces them with images.' 42: 'Smilies info'            =>    'If you like (and if it is enabled), the forum can convert a selection of smilies to image representations of those smilies. This forum recognizes the smilies listed below and replaces them with images.'
 43:  43: 


punbb-1.3.2/lang/English/index.php punbb-1.3.3/lang/English/index.php
 42: 'New posts title'            =>    'This forum contain posts made since your last visit.', 42: 'New posts title'            =>    'This forum contain posts made since your last visit.',
 43: 'Board options'                =>    'Board options', 43: 'Board options'                =>    'Board options',
 44: 'RSS active feed'            =>    'RSS active topics feed', 44: 'RSS active feed'            =>    'RSS active topics feed',
 45: 'Mark all as read'            =>    'Mark all forums as read' 45: 'Guests online'                =>    'Guests online',
  46: 'Users online'                =>    'Users online'
 46:  47: 
 47: ); 48: );


punbb-1.3.2/lang/English/install.php punbb-1.3.3/lang/English/install.php
 21: 'Table prefix'                =>    'Table prefix', 21: 'Table prefix'                =>    'Table prefix',
 22: 'Database type info'        =>    'PunBB currently supports MySQL, PostgreSQL and SQLite. If your database of choice is missing from the drop-down menu below, it means this PHP environment does not have support for that particular database. More information regarding support for particular versions of each database can be found in the FAQ.', 22: 'Database type info'        =>    'PunBB currently supports MySQL, PostgreSQL and SQLite. If your database of choice is missing from the drop-down menu below, it means this PHP environment does not have support for that particular database. More information regarding support for particular versions of each database can be found in the FAQ.',
 23: 'Mysql type info'            =>    'PunBB has detected that your PHP environment supports two different ways of communicating with MySQL. The two options are called "<em>standard</em>" and "<em>improved</em>". If you are uncertain which one to use, start by trying improved and if that fails, try standard.', 23: 'Mysql type info'            =>    'PunBB has detected that your PHP environment supports two different ways of communicating with MySQL. The two options are called "<em>standard</em>" and "<em>improved</em>". If you are uncertain which one to use, start by trying improved and if that fails, try standard.',
 24: 'MySQL InnoDB info'            =>    'PunBB has detected that your MySQL server might support <a href="http://dev.mysql.com/doc/refman/5.0/en/innodb-overview.html">InnoDB</a>. This would be a good choice if you are planning to run a large forum. If you are uncertain, it is recommended to not use InnoDB.', 
 25: 'Database server info'        =>    'Enter the address of the database server (example: <em>localhost</em>, <em>mysql1.example.com</em> or <em>208.77.188.166</em>). You can specify a custom port number if your database doesn\'t run on the default port (example: <em>localhost:3580</em>). For SQLite support, just enter anything or leave it at \'localhost\'.', 24: 'Database server info'        =>    'Enter the address of the database server (example: <em>localhost</em>, <em>mysql1.example.com</em> or <em>208.77.188.166</em>). You can specify a custom port number if your database doesn\'t run on the default port (example: <em>localhost:3580</em>). For SQLite support, just enter anything or leave it at \'localhost\'.',
 26: 'Database name info'        =>    'Enter the name of the database that PunBB will be installed into. The database must exist. For SQLite, this is the relative path to the database file. If the SQLite database file does not exist, PunBB will attempt to create it.', 25: 'Database name info'        =>    'Enter the name of the database that PunBB will be installed into. The database must exist. For SQLite, this is the relative path to the database file. If the SQLite database file does not exist, PunBB will attempt to create it.',
 27: 'Database username info'    =>    'Enter the username and password used for connecting to the selected database. Ignore for SQLite.', 26: 'Database username info'    =>    'Enter the username and password used for connecting to the selected database. Ignore for SQLite.',
 78: 'Invalid table prefix'        =>    'The table prefix \'%s\' contains illegal characters or is too long. The prefix may contain the letters a to z, any numbers and the underscore character. They must however not start with a number. The maximum length is 40 characters. Please choose a different prefix.', 77: 'Invalid table prefix'        =>    'The table prefix \'%s\' contains illegal characters or is too long. The prefix may contain the letters a to z, any numbers and the underscore character. They must however not start with a number. The maximum length is 40 characters. Please choose a different prefix.',
 79: 'SQLite prefix collision'    =>    'The table prefix \'sqlite_\' is reserved for use by the SQLite engine. Please choose a different prefix.', 78: 'SQLite prefix collision'    =>    'The table prefix \'sqlite_\' is reserved for use by the SQLite engine. Please choose a different prefix.',
 80: 'PunBB already installed'    =>    'A table called "%1$susers" is already present in the database "%2$s". This could mean that PunBB is already installed or that another piece of software is installed and is occupying one or more of the table names PunBB requires. If you want to install multiple copies of PunBB in the same database, you must choose a different table prefix.', 79: 'PunBB already installed'    =>    'A table called "%1$susers" is already present in the database "%2$s". This could mean that PunBB is already installed or that another piece of software is installed and is occupying one or more of the table names PunBB requires. If you want to install multiple copies of PunBB in the same database, you must choose a different table prefix.',
 81: 'InnoDB not enabled'        =>    'InnoDB does not seem to be enabled. Please choose a database layer that does not have InnoDB support, or enable InnoDB on your MySQL server.', 80: 'Invalid language'            =>    'The language pack you have chosen doesn\'t seem to exist or is corrupt. Please recheck and try again.',
 82:  81: 
 83: // Used in the install 82: // Used in the install
  83: 'Default language'            =>    'Default language',
  84: 'Default language help'        =>    '(If you remove a language pack you must update this setting)',
 84: 'Default announce heading'    =>    'Sample announcement', 85: 'Default announce heading'    =>    'Sample announcement',
 85: 'Default announce message'    =>    '<p>Enter your announcement here.</p>', 86: 'Default announce message'    =>    '<p>Enter your announcement here.</p>',
 86: 'Default maint message'        =>    "The forums are temporarily down for maintenance. Please try again in a few minutes.<br />\\n<br />\\n/Administrator", 87: 'Default maint message'        =>    "The forums are temporarily down for maintenance. Please try again in a few minutes.<br />\\n<br />\\n/Administrator",


punbb-1.3.2/lang/English/profile.php punbb-1.3.3/lang/English/profile.php
 44: 'Too wide or high'            =>    'The file you tried to upload is wider and/or higher than the maximum allowed %sx%s pixels.', 44: 'Too wide or high'            =>    'The file you tried to upload is wider and/or higher than the maximum allowed %sx%s pixels.',
 45: 'Unknown failure'            =>    'An unknown error occurred. Please try again.', 45: 'Unknown failure'            =>    'An unknown error occurred. Please try again.',
 46: 'Avatar'                    =>    'Avatar', 46: 'Avatar'                    =>    'Avatar',
 47: 'Current avatar'            =>    'Current Avatar', 47: 'Current avatar'            =>    'Current avatar',
 48: 'No avatar info'            =>    'No avatar is currently uploaded.', 48: 'No avatar info'            =>    'No avatar is currently uploaded.',
 49: 'Avatar info replace'        =>    'Uploading a new avatar will replace your existing avatar.', 49: 'Avatar info replace'        =>    'Uploading a new avatar will replace your existing avatar.',
 50: 'Avatar info none'            =>    'To display an avatar you first need to upload one.', 50: 'Avatar info none'            =>    'To display an avatar you first need to upload one.',
 51: 'Avatar info type'            =>    'The allowed image file types are gif, jpeg and png.', 51: 'Avatar info type'            =>    'The allowed image file types are gif, jpeg and png.',
 52: 'Avatar info size'            =>    'The maximum image size allowed is %sx%s pixels and %s bytes (%s KB).', 52: 'Avatar info size'            =>    'The maximum image size allowed is %sx%s pixels and %s bytes (%s KB).',
 53: 'Delete avatar info'        =>    'Delete avatar to cease displaying any avatar.', 53: 'Delete avatar info'        =>    'Delete avatar to stop displaying any avatar.',
 54: 'Upload avatar file'        =>    'Upload avatar file', 54: 'Upload avatar file'        =>    'Upload avatar file',
 55: 'Avatar upload help'        =>    'Select file then update your profile to install.', 55: 'Avatar upload help'        =>    'Select file then update your profile to install.',
 56: 'No upload warn'            =>    '<strong>IMPORTANT! </strong> You must choose a file to upload before updating your profile.', 56: 'No upload warn'            =>    '<strong>IMPORTANT! </strong> You must choose a file to upload before updating your profile.',
183: 'Change e-mail errors'        =>    '<strong>Warning!</strong> The following errors must be corrected before your e-mail address can be updated:',183: 'Change e-mail errors'        =>    '<strong>Warning!</strong> The following errors must be corrected before your e-mail address can be updated:',
184: 'E-mail key bad'            =>    'The specified e-mail activation key was incorrect or has expired. Please re-request change of e-mail address. If that fails, contact the forum administrator at %s.',184: 'E-mail key bad'            =>    'The specified e-mail activation key was incorrect or has expired. Please re-request change of e-mail address. If that fails, contact the forum administrator at %s.',
185: 'E-mail updated'            =>    'Your e-mail address has been updated.',185: 'E-mail updated'            =>    'Your e-mail address has been updated.',
 186: 'E-mail updated redirect'    =>    'Your e-mail address has been updated. Redirecting…',
186: 'Wrong password'            =>    'The password you entered was incorrect.',187: 'Wrong password'            =>    'The password you entered was incorrect.',
187: 'Activate e-mail sent'        =>    'An email has been sent to the specified address with instructions on how to activate the new e-mail address. If it doesn\'t arrive you can contact the forum administrator at %s.',188: 'Activate e-mail sent'        =>    'An email has been sent to the specified address with instructions on how to activate the new e-mail address. If it doesn\'t arrive you can contact the forum administrator at %s.',
188: 'Change your e-mail'        =>    'Change your e-mail address',189: 'Change your e-mail'        =>    'Change your e-mail address',


punbb-1.3.2/lang/English/search.php punbb-1.3.3/lang/English/search.php
 32: 'Show as posts'                =>    'As posts', 32: 'Show as posts'                =>    'As posts',
 33: 'Submit search'                =>    'Submit search', 33: 'Submit search'                =>    'Submit search',
 34: 'User defined search'        =>    'User defined search', 34: 'User defined search'        =>    'User defined search',
  35: 'Search in'                    =>    'Search in',
  36: 'Message and subject'        =>    'Message text and topic subject',
  37: 'Message only'                =>    'Message text only',
  38: 'Topic only'                =>    'Topic subject only',
 35:  39: 
 36: // Results 40: // Results
 37: 'Search results'            =>    'Search results', 41: 'Search results'            =>    'Search results',
 47: 'Posts by user'                =>    'Posts by this user', 51: 'Posts by user'                =>    'Posts by this user',
 48: 'Perform new search'        =>    'Perform new search', 52: 'Perform new search'        =>    'Perform new search',
 49: 'Search options'            =>    'Search options', 53: 'Search options'            =>    'Search options',
 50: 'Location'                    =>    'Forum: %s', 54: 'Posted in'                    =>    'Posted in ',
 51: 'No terms'                    =>    'You have to enter at least one keyword and/or an author to search for.', 55: 'No terms'                    =>    'You have to enter at least one keyword and/or an author to search for.',
 52: 'No hits'                    =>    'Your search returned no hits.', 56: 'No hits'                    =>    'Your search returned no hits.',
 53: 'No user posts'                =>    'There are no posts by this user in this forum.', 57: 'No user posts'                =>    'There are no posts by this user in this forum.',


punbb-1.3.2/lang/English/topic.php punbb-1.3.3/lang/English/topic.php
  8: 'Search replies'        =>    '(%s replies, posted in %s)',  8: 'Search replies'        =>    '(%s replies, posted in %s)',
  9: 'Post reply'            =>    'Post reply',  9: 'Post reply'            =>    'Post reply',
 10: 'Topic closed'            =>    '[ Closed ]', 10: 'Topic closed'            =>    '[ Closed ]',
  11: 'Topic closed info'        =>    'This topic is closed',
 11: 'No permission'            =>    'Sorry! no permission to post a reply', 12: 'No permission'            =>    'Sorry! no permission to post a reply',
 12: 'Topic title'            =>    'Topic: %s', 13: 'Topic title'            =>    'Topic: %s',
 13: 'Reply title'            =>    'Re: %s', 14: 'Reply title'            =>    'Re: %s',
 14: 'Login to post'            =>    'You must %1$s or %2$s to post a reply', 15: 'Login to post'            =>    'You must %1$s or %2$s to post a reply',
 15: 'From'                    =>    'From:',                // User location 16: 'From'                    =>    'From:', // User location
 16: 'Registered'            =>    'Registered:', 17: 'Registered'            =>    'Registered:',
 17: 'Note'                    =>    'Note:',                // Admin note 18: 'Note'                    =>    'Note:', // Admin note
 18: 'IP'                    =>    'IP:', 19: 'IP'                    =>    'IP:',
 19: 'Posts'                    =>    'Posts', 20: 'Posts'                    =>    'Posts',
 20: 'Posts info'            =>    'Posts:', 21: 'Posts info'            =>    'Posts:',
 32: 'Unsubscribe'            =>    'Unsubscribe', 33: 'Unsubscribe'            =>    'Unsubscribe',
 33: 'Subscribe'                =>    'Subscribe', 34: 'Subscribe'                =>    'Subscribe',
 34: 'Subscribe info'        =>    'Receive email notification of new posts.', 35: 'Subscribe info'        =>    'Receive email notification of new posts.',
 35: 'RSS topic feed'        =>    'RSS Topic Feed', 36: 'RSS topic feed'        =>    'RSS topic feed',
 36: 'Quick post'            =>    'Quick reply to this topic', 37: 'Quick post'            =>    'Quick reply to this topic',
 37: 'Post'                    =>    'Post', 38: 'Post'                    =>    'Post',
 38: 'Permalink post'        =>    'Permanent link to this post', 39: 'Permalink post'        =>    'Permanent link to this post',
 40: 'Go to profile'            =>    'Go to %s\'s profile', 41: 'Go to profile'            =>    'Go to %s\'s profile',
 41: 'Move'                    =>    'Move topic', 42: 'Move'                    =>    'Move topic',
 42: 'Topic options'            =>    'Topic options', 43: 'Topic options'            =>    'Topic options',
 43: 'Open'                    =>  'Open topic', 44: 'Open'                    =>    'Open topic',
 44: 'Close'                    =>  'Close topic', 45: 'Close'                    =>    'Close topic',
 45: 'Unstick'                =>  'Unstick topic', 46: 'Unstick'                =>    'Unstick topic',
 46: 'Stick'                    =>  'Stick topic', 47: 'Stick'                    =>    'Stick topic',
 47: 'Moderate topic'        =>    'Moderate topic', 48: 'Moderate topic'        =>    'Moderate topic',
 48: 'Required warn'            =>    'You cannot submit or preview an empty message.', 49: 'Required warn'            =>    'You cannot submit or preview an empty message.',
 49:  50: 


punbb-1.3.2/lang/English/url_replace.php punbb-1.3.3/lang/English/url_replace.php
563: 'Ь' => '',563: 'Ь' => '',
564: 'ь' => '',564: 'ь' => '',
565: 565: 
 566: 'Є' => 'YE',
 567: 'є' => 'YE',
 568: 'Ї' => 'YI',
 569: 'ї' => 'YI',
 570: 'Ґ' => 'KG',
 571: 'ґ' => 'KG',
 572: 
566: 'ð' => 'd',573: 'ð' => 'd',
567: 'Ð' => 'D',574: 'Ð' => 'D',
568: 'þ' => 'th',575: 'þ' => 'th',


punbb-1.3.2/lang/English/userlist.php punbb-1.3.3/lang/English/userlist.php
 23: 'All users'                =>    'All users', 23: 'All users'                =>    'All users',
 24: 'Perform new search'    =>    'Perform new user search', 24: 'Perform new search'    =>    'Perform new user search',
 25: 'Table summary'            =>    'List of users filtered and sorted according to the criteria (if any) you have chosen.', 25: 'Table summary'            =>    'List of users filtered and sorted according to the criteria (if any) you have chosen.',
 26: 'User list options'        =>    'User list options', 
 27: 'Perform new search'    =>    'Perform new user search', 
 28: 'Submit user search'    =>    'Submit user criteria', 26: 'Submit user search'    =>    'Submit user criteria',
 29: 'Title'                    =>    'Title', 27: 'Title'                    =>    'Title',
 30: 'Posts'                    =>    'Posts' 28: 'Posts'                    =>    'Posts'


hdiff - version: 2.1.0 (modified)