Index: modules/blog/blog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v retrieving revision 1.350 diff -u -p -r1.350 blog.module --- modules/blog/blog.module 8 Jan 2010 07:36:53 -0000 1.350 +++ modules/blog/blog.module 21 Jan 2010 13:16:37 -0000 @@ -40,7 +40,7 @@ function blog_help($path, $arg) { switch ($path) { case 'admin/help#blog': $output = '

' . t('About') . '

'; - $output .= '

' . t("The Blog module allows registered users to maintain an online journal, or blog. Blogs are made up of individual blog entries. By default, the blog entries are displayed by creation time in descending order, with comments enabled, and are promoted to the site's front page. For more information, see the online handbook entry for Blog module.", array('@blog' => 'http://drupal.org/handbook/modules/blog/')) . '

'; + $output .= '

' . t('The Blog module allows registered users to maintain an online journal, or blog. Blogs are made up of individual blog entries. By default, the blog entries are displayed by creation time in descending order, with comments enabled, and are promoted to the site's front page. For more information, see the online handbook entry for Blog module.', array('@blog' => 'http://drupal.org/handbook/modules/blog/')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Single-user blogs') . '
'; Index: modules/book/book.module =================================================================== RCS file: /cvs/drupal/drupal/modules/book/book.module,v retrieving revision 1.536 diff -u -p -r1.536 book.module --- modules/book/book.module 9 Jan 2010 21:54:00 -0000 1.536 +++ modules/book/book.module 21 Jan 2010 13:16:38 -0000 @@ -19,7 +19,7 @@ function book_help($path, $arg) { $output .= '
' . t('Adding and managing book content') . '
'; $output .= '
' . t('You can assign separate permissions for creating, editing, and deleting book content, as well as adding content to books, and creating new books. Users with the Administer book outlines permission can add any type of content to a book by selecting the appropriate book outline while editing the content. They can also view a list of all books, and edit and rearrange section titles on the Book administration page.', array('@admin-book' => url('admin/content/book'))) . '
'; $output .= '
' . t('Book navigation') . '
'; - $output .= '
' . t("Book pages have a default book-specific navigation block. This navigation block contains links that lead to the previous and next pages in the book, and to the level above the current page in the book's structure. This block can be enabled on the Blocks administration page. For book pages to show up in the book navigation, they must be added to a book outline.", array('@admin-block' => url('admin/structure/block'))) . '
'; + $output .= '
' . t('Book pages have a default book-specific navigation block. This navigation block contains links that lead to the previous and next pages in the book, and to the level above the current page in the book\'s structure. This block can be enabled on the Blocks administration page. For book pages to show up in the book navigation, they must be added to a book outline.', array('@admin-block' => url('admin/structure/block'))) . '
'; $output .= '
' . t('Collaboration') . '
'; $output .= '
' . t('Books can be created collaboratively, as they allow users with appropriate permissions to add pages into existing books, and add those pages to a custom table of contents menu.') . '
'; $output .= '
' . t('Printing books') . '
'; Index: modules/color/color.module =================================================================== RCS file: /cvs/drupal/drupal/modules/color/color.module,v retrieving revision 1.80 diff -u -p -r1.80 color.module --- modules/color/color.module 14 Dec 2009 20:38:15 -0000 1.80 +++ modules/color/color.module 21 Jan 2010 13:16:39 -0000 @@ -12,7 +12,7 @@ function color_help($path, $arg) { $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Changing colors') . '
'; - $output .= '
' . t("Using the Color module allows you to easily change the color of links, backgrounds, text, and other theme elements. To change the color settings for a compatible theme, select the Settings link for your theme on the Themes administration page. If you don't see a color picker on that page, then your theme is not compatible with the color module. If you are sure that the theme does indeed support the color module, but the color picker does not appear, then follow these troubleshooting procedures.", array('@configure' => url('admin/appearance'), '@troubleshoot' => 'http://drupal.org/node/109457')) . '
'; + $output .= '
' . t('Using the Color module allows you to easily change the color of links, backgrounds, text, and other theme elements. To change the color settings for a compatible theme, select the Settings link for your theme on the Themes administration page. If you don\'t see a color picker on that page, then your theme is not compatible with the color module. If you are sure that the theme does indeed support the color module, but the color picker does not appear, then follow these troubleshooting procedures.', array('@configure' => url('admin/appearance'), '@troubleshoot' => 'http://drupal.org/node/109457')) . '
'; $output .= '
' . t("The Color module saves a modified copy of the theme's specified stylesheets in the files directory. This means that if you make any manual changes to your theme's stylesheet, you must save your color settings again, even if they haven't changed. This step is required because the module stylesheets (in the files directory) need to be recreated to include your changes.") . '
'; $output .= '
'; return $output; Index: modules/comment/comment.module =================================================================== RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v retrieving revision 1.837 diff -u -p -r1.837 comment.module --- modules/comment/comment.module 14 Jan 2010 02:00:08 -0000 1.837 +++ modules/comment/comment.module 21 Jan 2010 13:16:40 -0000 @@ -81,9 +81,9 @@ function comment_help($path, $arg) { $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Default and custom settings') . '
'; - $output .= '
' . t("Each content type can have its own default comment settings configured as: Open to allow new comments, Hidden to hide existing comments and prevent new comments, or Closed to view existing comments, but prevent new comments. These defaults will apply to all new content created (changes to the settings on existing content must be done manually). Other comment settings can also be customized per content type, and can be overridden for any given item of content. When a comment has no replies, it remains editable by its author, as long as the author has a user account and is logged in.", array('@content-type' => url('admin/structure/types'))) . '
'; + $output .= '
' . t('Each content type can have its own default comment settings configured as: Open to allow new comments, Hidden to hide existing comments and prevent new comments, or Closed to view existing comments, but prevent new comments. These defaults will apply to all new content created (changes to the settings on existing content must be done manually). Other comment settings can also be customized per content type, and can be overridden for any given item of content. When a comment has no replies, it remains editable by its author, as long as the author has a user account and is logged in.', array('@content-type' => url('admin/structure/types'))) . '
'; $output .= '
' . t('Comment moderation') . '
'; - $output .= '
' . t("Comments from users who do not have the Post comments without approval permission are placed in the Unapproved comments queue, until a user who has permission to Administer comments moderates them as either published or deleted. Published comments can be bulk managed on the Published comments administration page.", array('@comment-approval' => url('admin/content/comment/approval'), '@admin-comment' => url('admin/content/comment'))) . '
'; + $output .= '
' . t('Comments from users who do not have the Post comments without approval permission are placed in the Unapproved comments queue, until a user who has permission to Administer comments moderates them as either published or deleted. Published comments can be bulk managed on the Published comments administration page.', array('@comment-approval' => url('admin/content/comment/approval'), '@admin-comment' => url('admin/content/comment'))) . '
'; $output .= '
'; return $output; } Index: modules/contact/contact.module =================================================================== RCS file: /cvs/drupal/drupal/modules/contact/contact.module,v retrieving revision 1.142 diff -u -p -r1.142 contact.module --- modules/contact/contact.module 14 Jan 2010 05:51:59 -0000 1.142 +++ modules/contact/contact.module 21 Jan 2010 13:16:41 -0000 @@ -22,7 +22,7 @@ function contact_help($path, $arg) { $output .= '
' . t('Site-wide contact forms') . '
'; $output .= '
' . t('The Contact page provides a simple form for users with the Use the site-wide contact form permission to send comments, feedback, or other requests. You can create categories for directing the contact form messages to a set of defined recipients. Common categories for a business site, for example, might include "Website feedback" (messages are forwarded to website administrators) and "Product information" (messages are forwarded to members of the sales department). E-mail addresses defined within a category are not displayed publicly.', array('@contact' => url('contact'))) . '

'; $output .= '
' . t('Navigation') . '
'; - $output .= '
' . t("When the site-wide contact form is enabled, a link in the main Navigation menu is created, but the link is disabled by default. This menu link can be enabled on the Menus administration page.", array('@contact' => url('contact'), '@menu' => url('admin/structure/menu'))) . '
'; + $output .= '
' . t('When the site-wide contact form is enabled, a link in the main Navigation menu is created, but the link is disabled by default. This menu link can be enabled on the Menus administration page.', array('@contact' => url('contact'), '@menu' => url('admin/structure/menu'))) . '
'; $output .= '
' . t('Customization') . '
'; $output .= '
' . t('If you would like additional text to appear on the site-wide or personal contact page, use a block. You can create and edit blocks on the Blocks administration page.', array('@blocks' => url('admin/structure/block'))) . '
'; $output .= '
'; Index: modules/field/modules/text/text.module =================================================================== RCS file: /cvs/drupal/drupal/modules/field/modules/text/text.module,v retrieving revision 1.45 diff -u -p -r1.45 text.module --- modules/field/modules/text/text.module 21 Dec 2009 13:47:32 -0000 1.45 +++ modules/field/modules/text/text.module 21 Jan 2010 13:16:41 -0000 @@ -14,7 +14,7 @@ function text_help($path, $arg) { case 'admin/help#text': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t("The Text module defines various text field types for the Field module. A text field may contain plain text only, or optionally, may use Drupal's text filters to securely manage HTML output. Text input fields may be either a single line (text field), multiple lines (text area), or for greater input control, a select box, checkbox, or radio buttons. If desired, the field can be validated, so that it is limited to a set of allowed values. See the Field module help page for more information about fields.", array('@field-help' => url('admin/help/field'), '@filter-help' => url('admin/help/filter'))) . '

'; + $output .= '

' . t('The Text module defines various text field types for the Field module. A text field may contain plain text only, or optionally, may use Drupal\'s text filters to securely manage HTML output. Text input fields may be either a single line (text field), multiple lines (text area), or for greater input control, a select box, checkbox, or radio buttons. If desired, the field can be validated, so that it is limited to a set of allowed values. See the Field module help page for more information about fields.', array('@field-help' => url('admin/help/field'), '@filter-help' => url('admin/help/filter'))) . '

'; return $output; } } Index: modules/field_ui/field_ui.module =================================================================== RCS file: /cvs/drupal/drupal/modules/field_ui/field_ui.module,v retrieving revision 1.22 diff -u -p -r1.22 field_ui.module --- modules/field_ui/field_ui.module 3 Jan 2010 21:01:04 -0000 1.22 +++ modules/field_ui/field_ui.module 21 Jan 2010 13:16:41 -0000 @@ -20,7 +20,7 @@ function field_ui_help($path, $arg) { $output .= '
' . t('Defining custom fields') . '
'; $output .= '
' . t('When adding a custom field, you need to determine whether the field type will contain text, numbers, lists, etc., as well as how it will be input (as a text field, text area, select box, checkboxes, radio buttons, etc.). A field may have a single value or multiple values. For example, an employee field might have a single employee identification number, whereas a phone number field might have multiple phone numbers.') . '
'; $output .= '
' . t('Adding fields to content types') . '
'; - $output .= '
' . t("Some fields are provided by default when you create a content type, such as the Title and Body fields. The Field UI module lets administrators edit or delete the default fields attached to content, as well as create new fields for storing any additional information. Field configuration is accessible through tabs on each specific content type's configuration page, listed on the Content types administration page. See the Node module help page for more information about content types.", array('@content-types' => url('admin/structure/types'), '@node-help' => url('admin/help/node'))) . '
'; + $output .= '
' . t('Some fields are provided by default when you create a content type, such as the Title and Body fields. The Field UI module lets administrators edit or delete the default fields attached to content, as well as create new fields for storing any additional information. Field configuration is accessible through tabs on each specific content type\'s configuration page, listed on the Content types administration page. See the Node module help page for more information about content types.', array('@content-types' => url('admin/structure/types'), '@node-help' => url('admin/help/node'))) . '
'; $output .= ''; return $output; Index: modules/image/image.module =================================================================== RCS file: /cvs/drupal/drupal/modules/image/image.module,v retrieving revision 1.31 diff -u -p -r1.31 image.module --- modules/image/image.module 9 Jan 2010 23:03:21 -0000 1.31 +++ modules/image/image.module 21 Jan 2010 13:16:44 -0000 @@ -51,7 +51,7 @@ function image_help($path, $arg) { $output .= '
  • ' . t('Describing its appearance: eg. square-85x85') . '
  • '; $output .= t('After you create an image style, you can add effects: crop, scale, resize, rotate, desaturate, and rotate (other contributed modules provide additional effects). For example, by combining effects as crop, scale, and desaturate, you can create square, grayscale thumbnails.') . '
    '; $output .= '
    ' . t ('Attaching images to content as fields') . '
    '; - $output .= '
    ' . t ("Image module also allows you to attach images to content as fields. To add an image field to a content type, go to the content type's manage fields page, and add a new field of type Image. Attaching images to content this way allows image styles to be applied and maintained, and also allows you more flexibility when theming.", array('@content-type' => url('admin/structure/types'))) . '
    '; + $output .= '
    ' . t ('Image module also allows you to attach images to content as fields. To add an image field to a content type, go to the content type\'s manage fields page, and add a new field of type Image. Attaching images to content this way allows image styles to be applied and maintained, and also allows you more flexibility when theming.', array('@content-type' => url('admin/structure/types'))) . '
    '; $output .= ''; return $output; case 'admin/config/media/image-styles': Index: modules/locale/locale.module =================================================================== RCS file: /cvs/drupal/drupal/modules/locale/locale.module,v retrieving revision 1.282 diff -u -p -r1.282 locale.module --- modules/locale/locale.module 14 Jan 2010 06:43:24 -0000 1.282 +++ modules/locale/locale.module 21 Jan 2010 13:16:44 -0000 @@ -55,12 +55,12 @@ function locale_help($path, $arg) { $output .= '
    ' . t('Translating interface text') . '
    '; $output .= '
    ' . t('Translations of text in the Drupal interface may be provided by:'); $output .= '
    '; $output .= '
    ' . t('Configuring a multilingual site') . '
    '; - $output .= '
    ' . t("Language negotiation allows your site to automatically change language based on the domain or path used for each request. Users may (optionally) select their preferred language on their My account page, and your site can be configured to honor a web browser's preferred language settings. Site content can be translated using the Content translation module.", array('@content-help' => url('admin/help/translation'))) . '
    '; + $output .= '
    ' . t('Language negotiation allows your site to automatically change language based on the domain or path used for each request. Users may (optionally) select their preferred language on their My account page, and your site can be configured to honor a web browser\'s preferred language settings. Site content can be translated using the Content translation module.', array('@content-help' => url('admin/help/translation'))) . '
    '; $output .= ''; return $output; case 'admin/config/regional/language': Index: modules/syslog/syslog.module =================================================================== RCS file: /cvs/drupal/drupal/modules/syslog/syslog.module,v retrieving revision 1.32 diff -u -p -r1.32 syslog.module --- modules/syslog/syslog.module 3 Jan 2010 21:01:04 -0000 1.32 +++ modules/syslog/syslog.module 21 Jan 2010 13:16:44 -0000 @@ -21,7 +21,7 @@ function syslog_help($path, $arg) { case 'admin/help#syslog': $output = ''; $output .= '

    ' . t('About') . '

    '; - $output .= '

    ' . t("The Syslog module logs events by sending messages to the logging facility of your web server's operating system. Syslog is an operating system administrative logging tool that provides valuable information for use in system management and security auditing. Most suited to medium and large sites, Syslog provides filtering tools that allow messages to be routed by type and severity. For more information, see the online handbook entry for Syslog module and PHP's openlog and syslog functions.", array('@syslog' => 'http://drupal.org/handbook/modules/syslog', '@php_openlog' => 'http://www.php.net/manual/function.openlog.php', '@php_syslog' => 'http://www.php.net/manual/function.syslog.php')) . '

    '; + $output .= '

    ' . t('The Syslog module logs events by sending messages to the logging facility of your web server\'s operating system. Syslog is an operating system administrative logging tool that provides valuable information for use in system management and security auditing. Most suited to medium and large sites, Syslog provides filtering tools that allow messages to be routed by type and severity. For more information, see the online handbook entry for Syslog module and PHP\'s openlog and syslog functions.', array('@syslog' => 'http://drupal.org/handbook/modules/syslog', '@php_openlog' => 'http://www.php.net/manual/function.openlog.php', '@php_syslog' => 'http://www.php.net/manual/function.syslog.php')) . '

    '; $output .= '

    ' . t('Uses') . '

    '; $output .= '
    '; $output .= '
    ' . t('Logging for UNIX, Linux, and Mac OS X') . '
    '; Index: modules/system/system.admin.inc =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v retrieving revision 1.253 diff -u -p -r1.253 system.admin.inc --- modules/system/system.admin.inc 18 Jan 2010 17:08:20 -0000 1.253 +++ modules/system/system.admin.inc 21 Jan 2010 13:16:46 -0000 @@ -1772,7 +1772,7 @@ function system_image_toolkit_settings() if (count($toolkits_available) == 0) { variable_del('image_toolkit'); $form['image_toolkit_help'] = array( - '#markup' => t("No image toolkits were detected. Drupal includes support for PHP's built-in image processing functions but they were not detected on this system. You should consult your system administrator to have them enabled, or try using a third party toolkit.", array('gd-link' => url('http://php.net/gd'))), + '#markup' => t('No image toolkits were detected. Drupal includes support for PHP\'s built-in image processing functions but they were not detected on this system. You should consult your system administrator to have them enabled, or try using a third party toolkit.', array('!gd-link' => url('http://php.net/gd'))), ); return $form; } Index: modules/system/system.module =================================================================== RCS file: /cvs/drupal/drupal/modules/system/system.module,v retrieving revision 1.878 diff -u -p -r1.878 system.module --- modules/system/system.module 18 Jan 2010 17:08:20 -0000 1.878 +++ modules/system/system.module 21 Jan 2010 13:16:48 -0000 @@ -74,7 +74,7 @@ function system_help($path, $arg) { $output .= '
    ' . t('Managing themes') . '
    '; $output .= '
    ' . t('The System module allows users with the appropriate permissions to enable and disable themes on the Appearance administration page. Themes determine the design and presentation of your site. Drupal comes packaged with several core themes, and additional contributed themes are available at the Drupal.org theme page.', array('@themes' => url('admin/appearance'), '@drupal-themes' => 'http://drupal.org/project/themes')) . '
    '; $output .= '
    ' . t('Managing caching') . '
    '; - $output .= '
    ' . t("The System module allows users with the appropriate permissions to manage caching on the Performance settings page. Drupal has a robust caching system that allows the efficient re-use of previously-constructed web pages and web page components. Pages requested by anonymous users are stored in a compressed format; depending on your site configuration and the amount of your web traffic tied to anonymous visitors, the caching system may significantly increase the speed of your site.", array('@cache-settings' => url('admin/config/development/performance'))) . '
    '; + $output .= '
    ' . t('The System module allows users with the appropriate permissions to manage caching on the Performance settings page. Drupal has a robust caching system that allows the efficient re-use of previously-constructed web pages and web page components. Pages requested by anonymous users are stored in a compressed format; depending on your site configuration and the amount of your web traffic tied to anonymous visitors, the caching system may significantly increase the speed of your site.', array('@cache-settings' => url('admin/config/development/performance'))) . '
    '; $output .= '
    ' . t('Performing system maintenance') . '
    '; $output .= '
    ' . t('In order for the site and its modules to continue to operate well, a set of routine administrative operations must run on a regular basis. The System module manages this task by making use of a system cron job. You can verify the status of cron tasks by visiting the Status report page. For more information, see the online handbook entry for configuring cron jobs.', array('@status' => url('admin/reports/status'), '@handbook' => 'http://drupal.org/cron')) . '
    '; $output .= '
    ' . t('Configuring basic site settings') . '
    '; Index: modules/tracker/tracker.module =================================================================== RCS file: /cvs/drupal/drupal/modules/tracker/tracker.module,v retrieving revision 1.171 diff -u -p -r1.171 tracker.module --- modules/tracker/tracker.module 4 Dec 2009 16:49:47 -0000 1.171 +++ modules/tracker/tracker.module 21 Jan 2010 13:16:49 -0000 @@ -19,7 +19,7 @@ function tracker_help($path, $arg) { $output .= '
    ' . t('Navigation') . '
    '; $output .= '
    ' . t('The Tracker module adds a new menu item to the Navigation menu, called Recent content. You can configure menu items via the Menus administration page.', array('@menus' => url('admin/structure/menu'))) . '
    '; $output .= '
    ' . t('Tracking new and updated site content') . '
    '; - $output .= '
    ' . t("The Recent content page shows new and updated content in reverse chronological order, listing the content type, title, author's name, number of comments, and time of last update. Content is considered updated when changes occur in the text, or when new comments are added. The My recent content tab limits the list to the currently logged-in user.", array('@recent' => url('tracker'))) . '
    '; + $output .= '
    ' . t('The Recent content page shows new and updated content in reverse chronological order, listing the content type, title, author\'s name, number of comments, and time of last update. Content is considered updated when changes occur in the text, or when new comments are added. The My recent content tab limits the list to the currently logged-in user.', array('@recent' => url('tracker'))) . '
    '; $output .= '
    ' . t('Tracking user-specific content') . '
    '; $output .= '
    ' . t("To follow a specific user's new and updated content, select the Track tab from the user's profile page.") . '
    '; $output .= '
    '; Index: modules/update/update.module =================================================================== RCS file: /cvs/drupal/drupal/modules/update/update.module,v retrieving revision 1.61 diff -u -p -r1.61 update.module --- modules/update/update.module 14 Jan 2010 02:17:46 -0000 1.61 +++ modules/update/update.module 21 Jan 2010 13:16:49 -0000 @@ -110,7 +110,7 @@ function update_help($path, $arg) { case 'admin/help#update': $output = ''; $output .= '

    ' . t('About') . '

    '; - $output .= '

    ' . t("The Update manager module periodically checks for new versions of your site's software (including contributed modules and themes), and alerts administrators to available updates. In order to provide update information, anonymous usage statistics are sent to Drupal.org. If desired, you may disable the Update manager module from the Module administration page. For more information, see the online handbook entry for Update manager module.", array('@update' => 'http://drupal.org/handbook/modules/update', '@modules' => url('admin/modules'))) . '

    '; + $output .= '

    ' . t('The Update manager module periodically checks for new versions of your site\'s software (including contributed modules and themes), and alerts administrators to available updates. In order to provide update information, anonymous usage statistics are sent to Drupal.org. If desired, you may disable the Update manager module from the Module administration page. For more information, see the online handbook entry for Update manager module.', array('@update' => 'http://drupal.org/handbook/modules/update', '@modules' => url('admin/modules'))) . '

    '; // Only explain the Update manager if it has not been disabled. if (update_manager_access()) { $output .= '

    ' . t('The Update manager also allows administrators to update and install modules and themes through the administration interface.') . '

    ';