############################################################## ## Title: phpBB 3.0.11 to phpBB 3.0.12-RC1 Language Pack Changes ## Author: naderman < naderman@phpbb.com > (Nils Adermann) http://www.phpbb.com ## Description: ## ## ## These are the phpBB 3.0.11 to phpBB 3.0.12-RC1 Language Pack Changes summed up ## into a little Mod. These changes are only partial and do not include any code ## changes, therefore not meant for updating phpBB. ## ## ## ## ## Files To Edit: ## language/en/acp/board.php ## language/en/acp/common.php ## language/en/acp/permissions.php ## language/en/acp/posting.php ## language/en/acp/search.php ## language/en/common.php ## language/en/email/forum_notify.txt ## language/en/email/newtopic_notify.txt ## language/en/email/topic_notify.txt ## language/en/help_faq.php ## language/en/install.php ## language/en/posting.php ## language/en/search.php ## language/en/ucp.php ## ## License: http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 ############################################################## # #-----[ OPEN ]--------------------------------------------- # language/en/acp/board.php # #-----[ FIND ]--------------------------------------------- # Around Line 51 'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days that will elapse before the warning will automatically expire from a user’s record. Set this value to 0 to make warnings permanent.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'WARNINGS_EXPIRE_EXPLAIN' => 'Number of days that will elapse before a warning will automatically expire from a user’s record. Set this value to 0 to make warnings permanent.', # #-----[ OPEN ]--------------------------------------------- # language/en/acp/common.php # #-----[ FIND ]--------------------------------------------- # Around Line 290 'ACP_PHP_INFO_EXPLAIN' => 'This page lists information on the version of PHP installed on this server. It includes details of loaded modules, available variables and default settings. This information may be useful when diagnosing problems. Please be aware that some hosting companies will limit what information is displayed here for security reasons. You are advised to not give out any details on this page except when asked by official team members on the support forums.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'ACP_PHP_INFO_EXPLAIN' => 'This page lists information on the version of PHP installed on this server. It includes details of loaded modules, available variables and default settings. This information may be useful when diagnosing problems. Please be aware that some hosting companies will limit what information is displayed here for security reasons. You are advised to not give out any details on this page except when asked by official team members on the support forums.', # #-----[ FIND ]--------------------------------------------- # Around Line 570 'LOG_GENERAL_ERROR' => 'A general error occured: %1$s
» %2$s', # #-----[ REPLACE WITH ]--------------------------------------------- # 'LOG_GENERAL_ERROR' => 'A general error occurred: %1$s
» %2$s', # #-----[ OPEN ]--------------------------------------------- # language/en/acp/permissions.php # #-----[ FIND ]--------------------------------------------- # Around Line 51

For further information on setting up and managing permissions on your phpBB3 board, please see Chapter 1.5 of our Quick Start Guide.

# #-----[ REPLACE WITH ]--------------------------------------------- #

For further information on setting up and managing permissions on your phpBB3 board, please see Chapter 1.5 of our Quick Start Guide.

# #-----[ OPEN ]--------------------------------------------- # language/en/acp/posting.php # #-----[ FIND ]--------------------------------------------- # Around Line 81 'LOCAL_URL' => 'A local URL. The URL must be relative to the topic page and cannot contain a server name or protocol.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'LOCAL_URL' => 'A local URL. The URL must be relative to the topic page and cannot contain a server name or protocol, as links are prefixed with “%s”', 'RELATIVE_URL' => 'A relative URL. You can use this to match parts of a URL, but be careful: a full URL is a valid relative URL. When you want to use relative URLs of your board, use the LOCAL_URL token.', # #-----[ OPEN ]--------------------------------------------- # language/en/acp/search.php # #-----[ FIND ]--------------------------------------------- # Around Line 51 'FULLTEXT_MYSQL_NOT_MYISAM' => 'MySQL fulltext indexes can only be used with MyISAM tables.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'FULLTEXT_MYSQL_NOT_SUPPORTED' => 'MySQL fulltext indexes can only be used with MyISAM or InnoDB tables. MySQL 5.6.4 or later is required for fulltext indexes on InnoDB tables.', # #-----[ OPEN ]--------------------------------------------- # language/en/common.php # #-----[ FIND ]--------------------------------------------- # Around Line 158 'VIEWED_COUNT_NONE' => 'Not viewed yet', 'EDIT_POST' => 'Edit post', 'EMAIL' => 'E-mail', // Short form for EMAIL_ADDRESS 'EMAIL_ADDRESS' => 'E-mail address', # #-----[ AFTER, ADD ]--------------------------------------------- # 'EMAIL_INVALID_EMAIL' => 'The e-mail address you entered is invalid.', # #-----[ FIND ]--------------------------------------------- # Around Line 170 'ERR_UNWATCHING' => 'An error occured while trying to unsubscribe.', 'ERR_WATCHING' => 'An error occured while trying to subscribe.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'ERR_UNWATCHING' => 'An error occurred while trying to unsubscribe.', 'ERR_WATCHING' => 'An error occurred while trying to subscribe.', # #-----[ FIND ]--------------------------------------------- # Around Line 296 'LDAP_SEARCH_FAILED' => 'An error occured while searching the LDAP directory.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'LDAP_SEARCH_FAILED' => 'An error occurred while searching the LDAP directory.', # #-----[ FIND ]--------------------------------------------- # Around Line 389 'NO_ONLINE_USERS' => 'No registered users', 'NO_POSTS' => 'No posts', 'NO_POSTS_TIME_FRAME' => 'No posts exist inside this topic for the selected time frame.', 'NO_FEED_ENABLED' => 'Feeds are not available on this board.', 'NO_FEED' => 'The requested feed is not available.', # #-----[ AFTER, ADD ]--------------------------------------------- # 'NO_STYLE_DATA' => 'Could not get style data', # #-----[ FIND ]--------------------------------------------- # Around Line 568 'SUBFORUM' => 'Subforum', 'SUBFORUMS' => 'Subforums', 'SUBJECT' => 'Subject', 'SUBMIT' => 'Submit', # #-----[ AFTER, ADD ]--------------------------------------------- # 'TB' => 'TB', # #-----[ FIND ]--------------------------------------------- # Around Line 568 'TERMS_USE' => 'Terms of use', 'TEST_CONNECTION' => 'Test connection', 'THE_TEAM' => 'The team', # #-----[ AFTER, ADD ]--------------------------------------------- # 'TIB' => 'TiB', # #-----[ FIND ]--------------------------------------------- # Around Line 720 'WEBSITE' => 'Website', 'WHOIS' => 'Whois', 'WHO_IS_ONLINE' => 'Who is online', 'WRONG_PASSWORD' => 'You entered an incorrect password.', # #-----[ AFTER, ADD ]--------------------------------------------- # 'WRONG_DATA_COLOUR' => 'The colour value you entered is invalid.', # #-----[ OPEN ]--------------------------------------------- # language/en/email/forum_notify.txt # #-----[ FIND ]--------------------------------------------- # Around Line 1 You are receiving this notification because you are watching the forum, "{FORUM_NAME}" at "{SITENAME}". This forum has received a new reply to the topic "{TOPIC_TITLE}" since your last visit. You can use the following link to view the last unread reply, no more notifications will be sent until you visit the topic. # #-----[ REPLACE WITH ]--------------------------------------------- # You are receiving this notification because you are watching the forum, "{FORUM_NAME}" at "{SITENAME}". This forum has received a new reply to the topic "{TOPIC_TITLE}" by {AUTHOR_NAME} since your last visit. You can use the following link to view the last unread reply, no more notifications will be sent until you visit the topic. # #-----[ OPEN ]--------------------------------------------- # language/en/email/newtopic_notify.txt # #-----[ FIND ]--------------------------------------------- # Around Line 1 You are receiving this notification because you are watching the forum, "{FORUM_NAME}" at "{SITENAME}". This forum has received a new topic since your last visit, "{TOPIC_TITLE}". You can use the following link to view the forum, no more notifications will be sent until you visit the forum. # #-----[ REPLACE WITH ]--------------------------------------------- # You are receiving this notification because you are watching the forum, "{FORUM_NAME}" at "{SITENAME}". This forum has received a new topic by {AUTHOR_NAME} since your last visit, "{TOPIC_TITLE}". You can use the following link to view the forum, no more notifications will be sent until you visit the forum. # #-----[ OPEN ]--------------------------------------------- # language/en/email/topic_notify.txt # #-----[ FIND ]--------------------------------------------- # Around Line 1 You are receiving this notification because you are watching the topic, "{TOPIC_TITLE}" at "{SITENAME}". This topic has received a reply since your last visit. You can use the following link to view the replies made, no more notifications will be sent until you visit the topic. # #-----[ REPLACE WITH ]--------------------------------------------- # You are receiving this notification because you are watching the topic, "{TOPIC_TITLE}" at "{SITENAME}". This topic has received a reply by {AUTHOR_NAME} since your last visit. You can use the following link to view the replies made, no more notifications will be sent until you visit the topic. # #-----[ OPEN ]--------------------------------------------- # language/en/help_faq.php # #-----[ FIND ]--------------------------------------------- # Around Line 327 1 => 'This software (in its unmodified form) is produced, released and is copyright phpBB Group. It is made available under the GNU General Public License and may be freely distributed. See the link for more details.' # #-----[ REPLACE WITH ]--------------------------------------------- # 1 => 'This software (in its unmodified form) is produced, released and is copyright phpBB Group. It is made available under the GNU General Public License and may be freely distributed. See the link for more details.' # #-----[ OPEN ]--------------------------------------------- # language/en/install.php # #-----[ FIND ]--------------------------------------------- # Around Line 78 'CONVERT_COMPLETE_EXPLAIN' => 'You have now successfully converted your board to phpBB 3.0. You can now login and access your board. 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 Documentation and the support forums.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'CONVERT_COMPLETE_EXPLAIN' => 'You have now successfully converted your board to phpBB 3.0. You can now login and access your board. 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 Documentation and the support forums.', # #-----[ FIND ]--------------------------------------------- # Around Line 192

Clicking the button below will take you to a form for submitting statistical data to phpBB in your Administration Control Panel (ACP). We would appreciate it if you could help us by sending that information. Afterwards you should take some time to examine the options available to you. Remember that help is available online via the Documentation, README and the Support Forums.

Please delete, move or rename the install directory before using your board. While this directory exists, only the Administration Control Panel (ACP) will be accessible.', # #-----[ REPLACE WITH ]--------------------------------------------- #

Clicking the button below will take you to a form for submitting statistical data to phpBB in your Administration Control Panel (ACP). We would appreciate it if you could help us by sending that information. Afterwards you should take some time to examine the options available to you. Remember that help is available online via the Documentation, README and the Support Forums.

Please delete, move or rename the install directory before using your board. While this directory exists, only the Administration Control Panel (ACP) will be accessible.', # #-----[ FIND ]--------------------------------------------- # Around Line 275 'MYSQL_SCHEMA_UPDATE_REQUIRED' => 'Your MySQL database schema for phpBB is outdated. phpBB detected a schema for MySQL 3.x/4.x, but the server runs on MySQL %2$s.
Before you proceed the update, you need to upgrade the schema.

Please refer to the Knowledge Base article about upgrading the MySQL schema. If you encounter problems, please use our support forums.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'MYSQL_SCHEMA_UPDATE_REQUIRED' => 'Your MySQL database schema for phpBB is outdated. phpBB detected a schema for MySQL 3.x/4.x, but the server runs on MySQL %2$s.
Before you proceed the update, you need to upgrade the schema.

Please refer to the Knowledge Base article about upgrading the MySQL schema. If you encounter problems, please use our support forums.', # #-----[ FIND ]--------------------------------------------- # Around Line 286 'OVERVIEW_BODY' => 'Welcome to phpBB3!

phpBB™ is the most widely used open source bulletin board solution in the world. phpBB3 is the latest installment in a package line started in 2000. Like its predecessors, phpBB3 is feature-rich, user-friendly, and fully supported by the phpBB Team. phpBB3 greatly improves on what made phpBB2 popular, and adds commonly requested features that were not present in previous versions. We hope it exceeds your expectations.

This installation system will guide you through installing phpBB3, updating to the latest version of phpBB3 from past releases, as well as converting to phpBB3 from a different discussion board system (including phpBB2). For more information, we encourage you to read the installation guide.

To read the phpBB3 license or learn about obtaining support and our stance on it, please select the respective options from the side menu. To continue, please select the appropriate tab above.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'OVERVIEW_BODY' => 'Welcome to phpBB3!

phpBB® is the most widely used open source bulletin board solution in the world. phpBB3 is the latest installment in a package line started in 2000. Like its predecessors, phpBB3 is feature-rich, user-friendly, and fully supported by the phpBB Team. phpBB3 greatly improves on what made phpBB2 popular, and adds commonly requested features that were not present in previous versions. We hope it exceeds your expectations.

This installation system will guide you through installing phpBB3, updating to the latest version of phpBB3 from past releases, as well as converting to phpBB3 from a different discussion board system (including phpBB2). For more information, we encourage you to read the installation guide.

To read the phpBB3 license or learn about obtaining support and our stance on it, please select the respective options from the side menu. To continue, please select the appropriate tab above.', # #-----[ FIND ]--------------------------------------------- # Around Line 343 'SUPPORT_BODY' => 'Full support will be provided for the current stable release of phpBB3, free of charge. This includes:

We encourage users still running beta versions of phpBB3 to replace their installation with a fresh copy of the latest version.

MODs / Styles

For issues relating to MODs, please post in the appropriate Modifications Forum.
For issues relating to styles, templates and imagesets, please post in the appropriate Styles Forum.

If your question relates to a specific package, please post directly in the topic dedicated to the package.

Obtaining Support

The phpBB Welcome Package
Support Section
Quick Start Guide

To ensure you stay up to date with the latest news and releases, why not subscribe to our mailing list?

', # #-----[ REPLACE WITH ]--------------------------------------------- # 'SUPPORT_BODY' => 'Full support will be provided for the current stable release of phpBB3, free of charge. This includes:

We encourage users still running beta versions of phpBB3 to replace their installation with a fresh copy of the latest version.

MODs / Styles

For issues relating to MODs, please post in the appropriate Modifications Forum.
For issues relating to styles, templates and imagesets, please post in the appropriate Styles Forum.

If your question relates to a specific package, please post directly in the topic dedicated to the package.

Obtaining Support

The phpBB Welcome Package
Support Section
Quick Start Guide

To ensure you stay up to date with the latest news and releases, why not subscribe to our mailing list?

', # #-----[ FIND ]--------------------------------------------- # Around Line 361 'UPDATE_TOPICS_POSTED_ERR' => 'An error occured while generating topics posted information. You can retry this step in the ACP after the conversion process is completed.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'UPDATE_TOPICS_POSTED_ERR' => 'An error occurred while generating topics posted information. You can retry this step in the ACP after the conversion process is completed.', # #-----[ FIND ]--------------------------------------------- # Around Line 466 'NO_UPDATE_FILES_OUTDATED' => 'No valid update directory was found, please make sure you uploaded the relevant files.

Your installation does not seem to be up to date. Updates are available for your version of phpBB %1$s, please visit http://www.phpbb.com/downloads/ to obtain the correct package to update from Version %2$s to Version %3$s.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'NO_UPDATE_FILES_OUTDATED' => 'No valid update directory was found, please make sure you uploaded the relevant files.

Your installation does not seem to be up to date. Updates are available for your version of phpBB %1$s, please visit https://www.phpbb.com/downloads/ to obtain the correct package to update from Version %2$s to Version %3$s.', # #-----[ FIND ]--------------------------------------------- # Around Line 534

  • Go to the phpBB.com downloads page and download the "Automatic Update Package" archive.

  • # #-----[ REPLACE WITH ]--------------------------------------------- #
  • Go to the phpBB.com downloads page and download the "Automatic Update Package" archive.

  • # #-----[ OPEN ]--------------------------------------------- # language/en/posting.php # #-----[ FIND ]--------------------------------------------- # Around Line 52 'BBCODE_L_HELP' => 'List: [list]text[/list]', 'BBCODE_LISTITEM_HELP' => 'List item: [*]text[/*]', 'BBCODE_O_HELP' => 'Ordered list: [list=]text[/list]', # #-----[ REPLACE WITH ]--------------------------------------------- # 'BBCODE_L_HELP' => 'List: [list][*]text[/list]', 'BBCODE_LISTITEM_HELP' => 'List item: [*]text', 'BBCODE_O_HELP' => 'Ordered list: e.g. [list=1][*]First point[/list] or [list=a][*]Point a[/list]', # #-----[ OPEN ]--------------------------------------------- # language/en/search.php # #-----[ FIND ]--------------------------------------------- # Around Line 75 'RETURN_FIRST' => 'Return first', 'RETURN_TO_SEARCH_ADV' => 'Return to advanced search', 'SEARCHED_FOR' => 'Search term used', 'SEARCHED_TOPIC' => 'Searched topic', # #-----[ AFTER, ADD ]--------------------------------------------- # 'SEARCHED_QUERY' => 'Searched query', # #-----[ OPEN ]--------------------------------------------- # language/en/ucp.php # #-----[ FIND ]--------------------------------------------- # Around Line 37 Our forums are powered by phpBB (hereinafter “they”, “them”, “their”, “phpBB software”, “www.phpbb.com”, “phpBB Group”, “phpBB Teams”) which is a bulletin board solution released under the “General Public License” (hereinafter “GPL”) and can be downloaded from www.phpbb.com. The phpBB software only facilitates internet based discussions, the phpBB Group are not responsible for what we allow and/or disallow as permissible content and/or conduct. For further information about phpBB, please see: http://www.phpbb.com/.
    # #-----[ REPLACE WITH ]--------------------------------------------- # Our forums are powered by phpBB (hereinafter “they”, “them”, “their”, “phpBB software”, “www.phpbb.com”, “phpBB Group”, “phpBB Teams”) which is a bulletin board solution released under the “General Public License” (hereinafter “GPL”) and can be downloaded from www.phpbb.com. The phpBB software only facilitates internet based discussions, the phpBB Group are not responsible for what we allow and/or disallow as permissible content and/or conduct. For further information about phpBB, please see: https://www.phpbb.com/.
    # #-----[ FIND ]--------------------------------------------- # Around Line 174 'DRAFTS_EXPLAIN' => 'Here you can view, edit and delete your saved drafts.', 'DRAFT_UPDATED' => 'Draft successfully updated.', 'EDIT_DRAFT_EXPLAIN' => 'Here you are able to edit your draft. Drafts do not contain attachment and poll information.', 'EMAIL_BANNED_EMAIL' => 'The e-mail address you entered is not allowed to be used.', # #-----[ FIND ]--------------------------------------------- # Around Line 179 'EMAIL_INVALID_EMAIL' => 'The e-mail address you entered is invalid.', # #-----[ REPLACE WITH ]--------------------------------------------- # Just remove/delete the lines (replacing with an empty line) # #-----[ FIND ]--------------------------------------------- # Around Line 254 'MESSAGE_HISTORY' => 'Message history', 'MESSAGE_REMOVED_FROM_OUTBOX' => 'This message has been removed by its author before it was delivered.', # #-----[ REPLACE WITH ]--------------------------------------------- # 'MESSAGE_EDITED' => 'Message successfully edited.', 'MESSAGE_HISTORY' => 'Message history', 'MESSAGE_REMOVED_FROM_OUTBOX' => 'This message was deleted by its author.', # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM