core/modules/filter/filter.test:86: $this->assertEqual($db_format->format, $format->format, t('Database: Proper format id for text format %format.', $t_args)); core/modules/filter/filter.test:87: $this->assertEqual($db_format->name, $format->name, t('Database: Proper title for text format %format.', $t_args)); core/modules/filter/filter.test:88: $this->assertEqual($db_format->cache, $format->cache, t('Database: Proper cache indicator for text format %format.', $t_args)); core/modules/filter/filter.test:89: $this->assertEqual($db_format->weight, $format->weight, t('Database: Proper weight for text format %format.', $t_args)); core/modules/filter/filter.test:93: $this->assertEqual($filter_format->format, $format->format, t('filter_format_load: Proper format id for text format %format.', $t_args)); core/modules/filter/filter.test:94: $this->assertEqual($filter_format->name, $format->name, t('filter_format_load: Proper title for text format %format.', $t_args)); core/modules/filter/filter.test:95: $this->assertEqual($filter_format->cache, $format->cache, t('filter_format_load: Proper cache indicator for text format %format.', $t_args)); core/modules/filter/filter.test:96: $this->assertEqual($filter_format->weight, $format->weight, t('filter_format_load: Proper weight for text format %format.', $t_args)); core/modules/filter/filter.test:124: $this->assertEqual($filter->status, $format_filters[$name]['status'], t('Database: Proper status for %filter in text format %format.', $t_args)); core/modules/filter/filter.test:127: $this->assertEqual(unserialize($filter->settings), isset($format_filters[$name]['settings']) ? $format_filters[$name]['settings'] : array(), t('Database: Proper filter settings for %filter in text format %format.', $t_args)); core/modules/filter/filter.test:130: $this->assertTrue(!empty($filter->module), t('Database: Proper module name for %filter in text format %format.', $t_args)); core/modules/filter/filter.test:146: $this->assertEqual($filter->status, $format_filters[$name]['status'], t('filter_list_format: Proper status for %filter in text format %format.', $t_args)); core/modules/filter/filter.test:149: $this->assertEqual($filter->settings, isset($format_filters[$name]['settings']) ? $format_filters[$name]['settings'] : array(), t('filter_list_format: Proper filter settings for %filter in text format %format.', $t_args)); core/modules/filter/filter.test:152: $this->assertTrue(!empty($filter->module), t('filter_list_format: Proper module name for %filter in text format %format.', $t_args)); core/modules/filter/filter.test:246: $this->assertRaw(t('Text format names must be unique. A format named %name already exists.', array( core/modules/filter/filter.test:321: $this->assertRaw(t('Added text format %format.', array('%format' => $edit['name'])), t('New filter created.')); core/modules/filter/filter.test:333: $this->assertRaw(t('Disabled text format %format.', array('%format' => $edit['name'])), t('Format successfully disabled.')); core/modules/filter/filter.test:341: $this->assertRaw(t('The text format %format has been updated.', array('%format' => $format->name)), t('Full HTML format successfully updated.')); core/modules/filter/filter.test:361: $this->assertRaw(t('Basic page %title has been created.', array('%title' => $edit["title"])), t('Filtered node created.')); core/modules/filter/filter.test:391: $this->assertRaw(t('The text format %format has been updated.', array('%format' => $format->name)), t('Full HTML format successfully reverted.')); core/modules/filter/filter.test:1793: $this->assertRaw(t('Added text format %format.', array('%format' => $name)), t('New format created.')); core/modules/filter/filter.test:1802: $this->assertRaw(t('The text format %format has been updated.', array('%format' => $name)), t('Format successfully updated.')); core/modules/filter/filter.test:1821: $this->assertRaw(t('Disabled text format %format.', array('%format' => $name)), t('Format successfully disabled.')); core/modules/filter/filter.module:1319: array('data' => t('No help provided for tag %tag.', array('%tag' => $tag)), 'class' => array('description'), 'colspan' => 3), core/modules/filter/filter.admin.inc:302: form_set_error('name', t('Text format names must be unique. A format named %name already exists.', array('%name' => $format_name))); core/modules/filter/filter.admin.inc:329: drupal_set_message(t('Added text format %format.', array('%format' => $format->name))); core/modules/filter/filter.admin.inc:333: drupal_set_message(t('The text format %format has been updated.', array('%format' => $format->name))); core/modules/filter/filter.admin.inc:348: t('Are you sure you want to disable the text format %format?', array('%format' => $format->name)), core/modules/filter/filter.admin.inc:361: drupal_set_message(t('Disabled text format %format.', array('%format' => $format->name))); core/modules/path/path.admin.inc:211: form_set_error('alias', t('The alias %alias is already in use in this language.', array('%alias' => $alias))); core/modules/path/path.admin.inc:239: t('Are you sure you want to delete path alias %title?', core/modules/path/path.test:97: $this->assertRaw(t('The alias %alias is already in use in this language.', array('%alias' => $edit['alias'])), 'Attempt to move alias was rejected.'); core/modules/help/help.admin.inc:40: $output .= t("No help is available for module %module.", array('%module' => $info[$name]['name'])); core/modules/shortcut/shortcut.test:154: $this->assertRaw(t('Remove from %title shortcuts', array('%title' => $this->set->title)), '"Add to shortcuts" link properly switched to "Remove from shortcuts".'); core/modules/shortcut/shortcut.test:333: $this->assertRaw(t('The shortcut set %name already exists. Choose another name.', array('%name' => $existing_title))); core/modules/shortcut/shortcut.test:335: $this->assertNotEqual($set->title, $existing_title, t('The shortcut set %title cannot be renamed to %new-title because a shortcut set with that title already exists.', array('%title' => $set->title, '%new-title' => $existing_title))); core/modules/shortcut/shortcut.admin.inc:82: $form['new']['#description'] = t('The new set is created by copying items from the %default set.', array('%default' => $default_set->title)); core/modules/shortcut/shortcut.admin.inc:99: '#markup' => '

' . t('You are currently using the %set-name shortcut set.', array('%set-name' => $current_set->title)) . '

', core/modules/shortcut/shortcut.admin.inc:117: form_set_error('new', t('The shortcut set %name already exists. Choose another name.', array('%name' => $form_state['values']['new']))); core/modules/shortcut/shortcut.admin.inc:145: drupal_set_message(t('You are now using the new %set_name shortcut set. You can edit it from this page or switch back to a different one.', $replacements)); core/modules/shortcut/shortcut.admin.inc:148: drupal_set_message(t('%user is now using a new shortcut set called %set_name. You can edit it from this page.', $replacements)); core/modules/shortcut/shortcut.admin.inc:159: drupal_set_message($account->uid == $user->uid ? t('You are now using the %set_name shortcut set.', $replacements) : t('%user is now using the %set_name shortcut set.', $replacements)); core/modules/shortcut/shortcut.admin.inc:231: form_set_error('new', t('The shortcut set %name already exists. Choose another name.', array('%name' => $form_state['values']['new']))); core/modules/shortcut/shortcut.admin.inc:246: drupal_set_message(t('The %set_name shortcut set has been created. You can edit it from this page.', array('%set_name' => $set->title))); core/modules/shortcut/shortcut.admin.inc:527: drupal_set_message(t('The shortcut %link has been updated.', array('%link' => $shortcut_link['link_title']))); core/modules/shortcut/shortcut.admin.inc:541: drupal_set_message(t('Added a shortcut for %title.', array('%title' => $shortcut_link['link_title']))); core/modules/shortcut/shortcut.admin.inc:632: form_set_error('title', t('The shortcut set %name already exists. Choose another name.', array('%name' => $form_state['values']['title']))); core/modules/shortcut/shortcut.admin.inc:643: drupal_set_message(t('Updated set name to %set-name.', array('%set-name' => $shortcut_set->title))); core/modules/shortcut/shortcut.admin.inc:692: t('Are you sure you want to delete the shortcut set %title?', array('%title' => $shortcut_set->title)), core/modules/shortcut/shortcut.admin.inc:707: drupal_set_message(t('The shortcut set %title has been deleted.', array('%title' => $shortcut_set->title))); core/modules/shortcut/shortcut.admin.inc:734: t('Are you sure you want to delete the shortcut %title?', array('%title' => $shortcut_link['link_title'])), core/modules/shortcut/shortcut.admin.inc:749: drupal_set_message(t('The shortcut %title has been deleted.', array('%title' => $shortcut_link['link_title']))); core/modules/shortcut/shortcut.admin.inc:770: drupal_set_message(t('Added a shortcut for %title.', array('%title' => $link['link_title']))); core/modules/shortcut/shortcut.admin.inc:773: drupal_set_message(t('Unable to add a shortcut for %title.', array('%title' => $link['link_title']))); core/modules/shortcut/shortcut.module:684: $link_text = shortcut_set_switch_access() ? t('Add to %shortcut_set shortcuts', array('%shortcut_set' => $shortcut_set->title)) : t('Add to shortcuts'); core/modules/shortcut/shortcut.module:689: $link_text = shortcut_set_switch_access() ? t('Remove from %shortcut_set shortcuts', array('%shortcut_set' => $shortcut_set->title)) : t('Remove from shortcuts'); core/modules/language/language.test:118: $this->assertRaw(t('The %language (%langcode) language has been removed.', $t_args), t('The test language has been removed.')); core/modules/language/language.test:141: $this->assertRaw(t('The %language (%langcode) language has been removed.', $t_args), t('Disabled language has been removed.')); core/modules/language/language.test:179: $this->assertRaw(t('The %language (%langcode) language has been removed.', $t_args), t('The English language has been removed.')); core/modules/language/language.admin.inc:297: form_set_error('predefined_langcode', t('The language %language (%langcode) already exists.', array('%language' => $languages[$langcode]->name, '%langcode' => $langcode))); core/modules/language/language.admin.inc:313: form_set_error('langcode', t('The language %language (%langcode) already exists.', array('%language' => $languages[$langcode]->name, '%langcode' => $langcode))); core/modules/language/language.admin.inc:333: drupal_set_message(t('The language %language has been created and can now be used.', array('%language' => $form_state['values']['name']))); core/modules/language/language.admin.inc:349: drupal_set_message(t('The language %language has been created and can now be used.', array('%language' => t($predefined[$langcode][0])))); core/modules/language/language.admin.inc:359: form_set_error('langcode', t('%field may only contain characters a-z, underscores, or hyphens.', array('%field' => $form['langcode']['#title']))); core/modules/language/language.admin.inc:362: form_set_error('name', t('%field cannot contain any markup.', array('%field' => $form['name']['#title']))); core/modules/language/language.admin.inc:400: return confirm_form($form, t('Are you sure you want to delete the language %language?', array('%language' => $languages[$langcode]->name)), 'admin/config/regional/language', t('Deleting a language will remove all interface translations associated with it, and posts in this language will be set to be language neutral. This action cannot be undone.'), t('Delete'), t('Cancel')); core/modules/language/language.admin.inc:416: drupal_set_message(t('The %language (%langcode) language has been removed.', $t_args)); core/modules/book/book.module:1052: '#markup' => '

' . t('%title is part of a book outline, and has associated child pages. If you proceed with deletion, the child pages will be relocated automatically.', array('%title' => $node->title)) . '

', core/modules/book/book.pages.inc:220: $description = t('%title has associated child pages, which will be relocated automatically to maintain their connection to the book. To recreate the hierarchy (as it was before removing this page), %title may be added again using the Outline tab, and each of its former child pages will need to be relocated manually.', $title); core/modules/book/book.pages.inc:223: $description = t('%title may be added to hierarchy again using the Outline tab.', $title); core/modules/book/book.pages.inc:226: return confirm_form($form, t('Are you sure you want to remove %title from the book hierarchy?', $title), 'node/' . $node->nid, $description, t('Remove')); core/modules/book/book.admin.inc:44: '#description' => t('Users with the %outline-perm permission can add all content types.', array('%outline-perm' => t('Administer book outlines'))), core/modules/book/book.admin.inc:66: form_set_error('book_child_type', t('The content type for the %add-child link must be one of those selected as an allowed book outline type.', array('%add-child' => t('Add child page')))); core/modules/book/book.admin.inc:142: $node->log = t('Title changed from %original to %current.', array('%original' => $node->title, '%current' => $values['title'])); core/modules/book/book.admin.inc:150: drupal_set_message(t('Updated book %title.', array('%title' => $form['#node']->title))); core/modules/poll/poll.test:527: $this->assertText(t('Your vote was recorded.'), t('%user vote was recorded.', array('%user' => $this->web_user1->name))); core/modules/poll/poll.test:533: $this->assertTrue(empty($elements), t("%user is not able to vote again.", array('%user' => $this->web_user1->name))); core/modules/poll/poll.test:566: $this->assertText(t('Your vote was recorded.'), t('%user vote was recorded.', array('%user' => $this->web_user2->name))); core/modules/poll/poll.test:587: $this->assertText(t('Your vote was recorded.'), t('%user vote was recorded.', array('%user' => $this->web_user2->name))); core/modules/poll/poll.test:608: $this->assertTrue(empty($elements), t("%user is not able to vote again.", array('%user' => $this->web_user1->name))); core/modules/poll/poll.test:690: $this->assertEqual($output, $expected, t('Sanitized poll token %token replaced.', array('%token' => $input))); core/modules/poll/poll.test:698: $this->assertEqual($output, $expected, t('Unsanitized poll token %token replaced.', array('%token' => $input))); core/modules/poll/poll.test:735: $this->assertRaw(t('Poll %title has been updated.', array('%title' => $title)), t('Poll expiration settings saved.')); core/modules/poll/poll.test:841: $this->assertRaw(t('The language %language has been created and can now be used.', array('%language' => 'Dutch')), t('Language Dutch has been created.')); core/modules/poll/poll.test:848: $this->assertRaw(t('The content type %type has been updated.', array('%type' => 'Poll')), t('Poll content type has been updated.')); core/modules/poll/poll.module:827: '#display_value' => t('!percentage%', array('!percentage' => $percentage)) . $display_votes, core/modules/image/image.test:399: $this->assertRaw(t('Style %name was created.', array('%name' => $style_name)), t('Image style successfully created.')); core/modules/image/image.test:421: $this->assertFieldByName($field, $value, t('The %field field in the %effect effect has the correct value of %value.', array('%field' => $field, '%effect' => $effect['name'], '%value' => $value))); core/modules/image/image.test:453: $this->assertEqual($this->getImageCount($style), 1, t('Image style %style image %file successfully generated.', array('%style' => $style['name'], '%file' => $image_path))); core/modules/image/image.test:462: $this->assertResponse(200, t('Image style %original renamed to %new', array('%original' => $style['name'], '%new' => $style_name))); core/modules/image/image.test:467: $this->assertEqual($this->getImageCount($style), 0, t('Image style %style was flushed after renaming the style and updating the order of effects.', array('%style' => $style['name']))); core/modules/image/image.test:488: $this->assertEqual($this->getImageCount($style), 1, t('Image style %style image %file successfully generated.', array('%style' => $style['name'], '%file' => $image_path))); core/modules/image/image.test:493: $this->assertRaw(t('The image effect %name has been deleted.', array('%name' => $effect['label'])), t('Image effect deleted.')); core/modules/image/image.test:502: $this->assertFalse(is_dir($directory), t('Image style %style directory removed on style deletion.', array('%style' => $style['name']))); core/modules/image/image.test:505: $this->assertFalse(image_style_load($style_name), t('Image style %style successfully deleted.', array('%style' => $style['name']))); core/modules/image/image.test:533: $this->assertEqual($this->getImageCount($style), 1, t('Image style %style image %file successfully generated.', array('%style' => $style['name'], '%file' => $image_path))); core/modules/image/image.test:537: $this->assertFalse(isset($effect['ieid']), t('The %effect effect does not have an ieid.', array('%effect' => $effect['name']))); core/modules/image/image.test:542: $this->assertRaw(t('The %style style has been overridden, allowing you to change its settings.', array('%style' => $style_name)), t('Default image style may be overridden.')); core/modules/image/image.test:551: $this->assertTrue(isset($effect['ieid']), t('The %effect effect has an ieid.', array('%effect' => $effect['name']))); core/modules/image/image.test:566: $this->assertEqual($this->getImageCount($style), 1, t('Image style %style image %file successfully generated.', array('%style' => $style['name'], '%file' => $image_path))); core/modules/image/image.test:610: $this->assertText(t('Changes to the style have been saved.'), t('Style %name was renamed to %new_name.', array('%name' => $style_name, '%new_name' => $new_style_name))); core/modules/image/image.test:619: $message = t('Style %name was deleted.', array('%name' => $new_style_name)); core/modules/image/image.test:800: $this->assertRaw(t('Alternate text cannot be longer than %max characters but is currently %length characters long.', array( core/modules/image/image.test:804: $this->assertRaw(t('Title cannot be longer than %max characters but is currently %length characters long.', array( core/modules/image/image.admin.inc:38: $title = t('Edit %name style', array('%name' => $style['name'])); core/modules/image/image.admin.inc:66: '#description' => t('This image style is being provided by %module module and may not be renamed.', array('%module' => $style['module'])), core/modules/image/image.admin.inc:202: drupal_set_message(t('The %style style has been overridden, allowing you to change its settings.', array('%style' => $form_state['image_style']['name']))); core/modules/image/image.admin.inc:266: drupal_set_message(t('Style %name was created.', array('%name' => $style['name']))); core/modules/image/image.admin.inc:277: form_set_error($element['#name'], t('The image style name %name is already in use.', array('%name' => $element['#value']))); core/modules/image/image.admin.inc:308: t('Optionally select a style before deleting %style', array('%style' => $style['name'])), core/modules/image/image.admin.inc:322: drupal_set_message(t('Style %name was deleted.', array('%name' => $style['name']))); core/modules/image/image.admin.inc:334: t('Revert the %style style?', array('%style' => $style['name'])), core/modules/image/image.admin.inc:345: drupal_set_message(t('The %style style has been reverted to its defaults.', array('%style' => $form_state['image_style']['name']))); core/modules/image/image.admin.inc:375: $title = t('Edit %label effect', array('%label' => $effect['label'])); core/modules/image/image.admin.inc:378: $title = t('Add %label effect', array('%label' => $effect['label'])); core/modules/image/image.admin.inc:441: $question = t('Are you sure you want to delete the @effect effect from the %style style?', array('%style' => $style['name'], '@effect' => $effect['label'])); core/modules/image/image.admin.inc:453: drupal_set_message(t('The image effect %name has been deleted.', array('%name' => $effect['label']))); Binary file core/modules/image/sample.png matches core/modules/locale/locale.bulk.inc:88: drupal_set_message(t('The language %language has been created.', array('%language' => t($predefined[$langcode][0])))); core/modules/locale/locale.bulk.inc:94: drupal_set_message(t('The translation import of %filename failed.', $variables), 'error'); core/modules/locale/locale.module:997: '#title' => t('@translated/@total (@ratio%)', array( core/modules/locale/locale.admin.inc:266: '#title' => t('%language (%langcode) path prefix', array('%language' => $language->name, '%langcode' => $language->langcode)), core/modules/locale/locale.admin.inc:273: '#title' => t('%language (%langcode) domain', array('%language' => $language->name, '%langcode' => $language->langcode)), core/modules/locale/locale.admin.inc:313: form_error($form['prefix'][$langcode], t('The prefix for %language, %value, is not unique.', array('%language' => $language->name, '%value' => $value))); core/modules/locale/locale.admin.inc:330: form_error($form['domain'][$langcode], t('The domain for %language, %value, is not unique.', array('%language' => $language->name, '%value' => $value))); core/modules/locale/locale.admin.inc:512: t('Are you sure you want to reset the date formats for %language to the global defaults?', array('%language' => language_load($langcode)->name)), core/modules/locale/locale.test:170: $this->assertTrue(isset($source_strings[$str]), t("Found source string: %source", $args)); core/modules/locale/locale.test:173: $this->assertTrue(isset($source_strings[$str]) && $source_strings[$str] === $context, strlen($context) > 0 ? t("Context for %source is %context", $args) : t("Context for %source is blank", $args)); core/modules/locale/locale.test:306: $this->assertRaw(t('The %language (%langcode) language has been removed.', $t_args), t('The test language has been removed.')); core/modules/locale/locale.test:379: $this->assertTrue($result = file_exists($js_file), t('JavaScript file created: %file', array('%file' => $result ? $js_file : t('not found')))); core/modules/locale/locale.test:383: $this->assertTrue($result = !file_exists($js_file), t('JavaScript file deleted: %file', array('%file' => $result ? $js_file : t('found')))); core/modules/locale/locale.test:386: $this->assertTrue($result = file_exists($js_file), t('JavaScript file rebuilt: %file', array('%file' => $result ? $js_file : t('not found')))); core/modules/locale/locale.test:793: $this->assertRaw(t('The language %language has been created.', array('%language' => 'French')), t('The language has been automatically created.')); core/modules/locale/locale.test:796: $this->assertRaw(t('The translation was successfully imported. There are %number newly created translated strings, %update strings were updated and %delete strings were removed.', array('%number' => 9, '%update' => 0, '%delete' => 0)), t('The translation file was successfully imported.')); core/modules/locale/locale.test:812: $this->assertRaw(t('The translation was successfully imported. There are %number newly created translated strings, %update strings were updated and %delete strings were removed.', array('%number' => 1, '%update' => 0, '%delete' => 0)), t('The translation file was successfully imported.')); core/modules/locale/locale.test:835: $this->assertRaw(t('The translation was successfully imported. There are %number newly created translated strings, %update strings were updated and %delete strings were removed.', array('%number' => 1, '%update' => 0, '%delete' => 0)), t('The translation file was successfully imported.')); core/modules/locale/locale.test:857: $this->assertRaw(t('The translation was successfully imported. There are %number newly created translated strings, %update strings were updated and %delete strings were removed.', array('%number' => 0, '%update' => 2, '%delete' => 0)), t('The translation file was successfully imported.')); core/modules/locale/locale.test:927: $this->assertRaw(t('The translation was successfully imported. There are %number newly created translated strings, %update strings were updated and %delete strings were removed.', array('%number' => 1, '%update' => 0, '%delete' => 0)), t('The translation file was successfully imported.')); core/modules/locale/locale.test:935: $this->assertRaw(t('The translation was successfully imported. There are %number newly created translated strings, %update strings were updated and %delete strings were removed.', array('%number' => 0, '%update' => 0, '%delete' => 1)), t('The translation file was successfully imported.')); core/modules/locale/locale.test:1272: $this->assertEqual($GLOBALS['language_interface']->langcode, $this->langcode, t('Current language: %lang', array('%lang' => $GLOBALS['language_interface']->langcode))); core/modules/locale/locale.test:1292: $this->assertTrue($result = file_exists($js_file), t('JavaScript file created: %file', array('%file' => $result ? $js_file : t('none')))); core/modules/locale/locale.test:1317: $this->assertEqual($GLOBALS['language_interface']->langcode, 'en', t('Language after uninstall: %lang', array('%lang' => $GLOBALS['language_interface']->langcode))); core/modules/locale/locale.test:1320: $this->assertTrue($result = !file_exists($js_file), t('JavaScript file deleted: %file', array('%file' => $result ? $js_file : t('found')))); core/modules/locale/locale.test:1324: $this->assertEqual($language_count, 1, t('Language count: %count', array('%count' => $language_count))); core/modules/locale/locale.test:1330: $this->assertTrue($language_negotiation, t('Interface language negotiation: %setting', array('%setting' => t($language_negotiation ? 'none' : 'set')))); core/modules/locale/locale.test:1332: $this->assertTrue($language_negotiation, t('Content language negotiation: %setting', array('%setting' => t($language_negotiation ? 'none' : 'set')))); core/modules/locale/locale.test:1334: $this->assertTrue($language_negotiation, t('URL language negotiation: %setting', array('%setting' => t($language_negotiation ? 'none' : 'set')))); core/modules/locale/locale.test:1342: $this->assertEqual($javascript_parsed_count, 0, t('JavaScript parsed count: %count', array('%count' => $javascript_parsed_count))); core/modules/locale/locale.test:1346: $this->assertEqual($locale_js_directory, 'languages', t('JavaScript translations directory: %dir', array('%dir' => $locale_js_directory))); core/modules/locale/locale.test:1350: $this->assertEqual($locale_cache_strings, 1, t('String caching: %status', array('%status' => t($locale_cache_strings ? 'enabled': 'disabled')))); core/modules/locale/locale.test:1993: $this->assertRaw(t('The content type %type has been updated.', array('%type' => 'Basic page')), t('Basic page content type has been updated.')); core/modules/locale/locale.test:2030: $this->assertRaw(t('%title has been updated.', array('%title' => $node_title)), t('Basic page content updated.')); core/modules/locale/locale.test:2063: $this->assertRaw(t('The content type %type has been updated.', array('%type' => 'Article')), t('Article content type has been updated.')); core/modules/locale/locale.test:2555: $this->assertRaw(t('The content type %type has been updated.', array('%type' => 'Basic page')), t('Basic page content type has been updated.')); core/modules/locale/locale.test:2729: $this->assertEqual($comment->langcode, $langcode, t('The comment posted with content language %langcode and belonging to the node with language %node_language has language %comment_language', $args)); core/modules/locale/locale.test:2872: $this->assertFieldByXPath("//input[@name=\"$form_field\"]", NULL, t('Type-specific test language provider available for %type.', array('%type' => $type))); core/modules/locale/locale.test:2875: $this->assertNoFieldByXPath("//input[@name=\"$form_field\"]", NULL, t('Type-specific test language provider unavailable for %type.', array('%type' => $type))); core/modules/locale/locale.test:2885: $this->assertEqual($langcode, $value, t('The negotiated language for %type is %language', array('%type' => $type, '%language' => $langcode))); core/modules/locale/locale.test:2894: $this->assertTrue(strpos($type, 'test') === FALSE, t('The %type language is still available', array('%type' => $type))); core/modules/locale/locale.test:2953: $this->assertTrue($equal, t('language negotiation for %type is properly set up', array('%type' => $type))); core/modules/locale/locale.pages.inc:339: form_set_error('translations', t('The submitted string contains disallowed HTML: %string', array('%string' => $value))); core/modules/locale/locale.pages.inc:416: return confirm_form($form, t('Are you sure you want to delete the string "%source"?', array('%source' => $source->source)), 'admin/config/regional/translate/translate', t('Deleting the string will remove all translations of this string in all languages. This action cannot be undone.'), t('Delete'), t('Cancel')); core/modules/entity/entity.query.inc:802: throw new EntityFieldQueryException(t('Entity %entity has no base table.', array('%entity' => $entity_type))); core/modules/comment/comment.test:375: $this->assertTrue($this->commentExists($comment_new_page), t('Page one exists. %s')); core/modules/comment/comment.test:377: $this->assertTrue($this->commentExists($reply, TRUE), t('Page two exists. %s')); core/modules/comment/comment.test:1913: $this->assertEqual($output, $expected, t('Sanitized comment token %token replaced.', array('%token' => $input))); core/modules/comment/comment.test:1929: $this->assertEqual($output, $expected, t('Unsanitized comment token %token replaced.', array('%token' => $input))); core/modules/comment/comment.test:1942: $this->assertEqual($output, $expected, t('Node comment token %token replaced.', array('%token' => $input))); core/modules/comment/comment.admin.inc:285: t('Are you sure you want to delete the comment %title?', array('%title' => $comment->subject)), core/modules/comment/comment.module:1654: drupal_set_title(t('Edit comment %comment', array('%comment' => $comment->subject)), PASS_THROUGH); core/modules/comment/comment.module:1758: '#description' => t('Leave blank for %anonymous.', array('%anonymous' => variable_get('anonymous', t('Anonymous')))), core/modules/comment/comment.module:2099: drupal_set_message(t('Comment: unauthorized comment submitted or comment submitted to a closed post %subject.', array('%subject' => $comment->subject)), 'error'); core/modules/simpletest/simpletest.install:68: $requirements['php_memory_limit']['description'] = $t('The testing framework requires the PHP memory limit to be at least %memory_minimum_limit. The current value is %memory_limit. Follow these steps to continue.', array('%memory_limit' => $memory_limit, '%memory_minimum_limit' => SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT, '@url' => 'http://drupal.org/node/207036')); core/modules/simpletest/simpletest.test:189: $this->assertAssertion(t('Enabled modules: %modules', array('%modules' => 'non_existent_module')), 'Other', 'Fail', 'simpletest.test', 'SimpleTestFunctionalTest->setUp()'); core/modules/simpletest/simpletest.test:195: $this->assertAssertion(t('Invalid permission %permission.', array('%permission' => $this->invalid_permission)), 'Role', 'Fail', 'simpletest.test', 'SimpleTestFunctionalTest->stubTest()'); core/modules/simpletest/simpletest.module:147: 'init_message' => t('Processing test @num of @max - %test.', array('%test' => $info['name'], '@num' => '1', '@max' => count($test_list))), core/modules/simpletest/simpletest.module:193: $context['message'] = t('Processed test @num of @max - %test.', array('%test' => $info['name'], '@num' => $max - $size, '@max' => $max)); core/modules/simpletest/drupal_web_test_case.php:581: $this->error(t('%type: !message in %function (line %line of %file).', _drupal_decode_exception($exception)), 'Uncaught exception', _drupal_get_last_caller($backtrace)); core/modules/simpletest/drupal_web_test_case.php:1017: $this->assertEqual($saved_type, SAVED_NEW, t('Created content type %type.', array('%type' => $type->type))); core/modules/simpletest/drupal_web_test_case.php:1128: $this->assertTrue(!empty($account->uid), t('User created with name %name and pass %pass', array('%name' => $edit['name'], '%pass' => $edit['pass'])), t('User login')); core/modules/simpletest/drupal_web_test_case.php:1196: $this->fail(t('Invalid permission %permission.', array('%permission' => $permission)), t('Role')); core/modules/simpletest/drupal_web_test_case.php:1243: $pass = $this->assertLink(t('Log out'), 0, t('User %name successfully logged in.', array('%name' => $user->name)), t('User login')); core/modules/simpletest/drupal_web_test_case.php:1398: $this->assertTrue($success, t('Enabled modules: %modules', array('%modules' => implode(', ', $modules)))); core/modules/simpletest/drupal_web_test_case.php:2468: $message = ($message ? $message : t('Link with label %label found.', array('%label' => $label))); core/modules/simpletest/drupal_web_test_case.php:2488: $message = ($message ? $message : t('Link with label %label not found.', array('%label' => $label))); core/modules/simpletest/drupal_web_test_case.php:2509: $message = ($message ? $message : t('Link containing href %href found.', array('%href' => $href))); core/modules/simpletest/drupal_web_test_case.php:2528: $message = ($message ? $message : t('No link containing href %href found.', array('%href' => $href))); core/modules/simpletest/drupal_web_test_case.php:2555: $this->assertTrue(isset($urls[$index]), t('Clicked link %label (@url_target) from @url_before', array('%label' => $label, '@url_target' => $url_target, '@url_before' => $url_before)), t('Browser')); core/modules/simpletest/drupal_web_test_case.php:3383: $this->fail(t('The HTML ID %id is unique.', array('%id' => $id)), $group); core/modules/simpletest/tests/error.test:94: $this->assertText($error_pdo_exception['%type'], t('Found %type in error page.', $error_pdo_exception)); core/modules/simpletest/tests/error.test:96: $error_details = t('in %function (line ', $error_pdo_exception); core/modules/simpletest/tests/error.test:104: $message = t('%type: !message in %function (line ', $error); core/modules/simpletest/tests/error.test:112: $message = t('%type: !message in %function (line ', $error); core/modules/simpletest/tests/form.test:149: $this->assertEqual($values[$widget], $expected_value, t('Checkbox %widget returns expected value (expected: %expected, got: %value)', array( core/modules/simpletest/tests/form.test:293: $this->assertIdentical($expected_value, $values[$key], t('Default value for %type: expected %expected, returned %returned.', array('%type' => $key, '%expected' => var_export($expected_value, TRUE), '%returned' => var_export($values[$key], TRUE)))); core/modules/simpletest/tests/form.test:344: $this->assertTrue(isset($element[0]), t('Disabled form element class found for #type %type.', array('%type' => $item['#type']))); core/modules/simpletest/tests/form.test:352: $this->assertTrue(isset($element[0]), t('Disabled form element class found for #type %type.', array('%type' => 'text_format[value]'))); core/modules/simpletest/tests/form.test:357: $this->assertTrue(isset($element[0]), t('Disabled form element class found for #type %type.', array('%type' => 'text_format[format]'))); core/modules/simpletest/tests/form.test:451: $this->assertTrue(count($elements), t('Custom %type option description found.', array( core/modules/simpletest/tests/form.test:1106: $this->assertFalse(isset($values['form_id']), t('%element was removed.', array('%element' => 'form_id'))); core/modules/simpletest/tests/form.test:1107: $this->assertFalse(isset($values['form_token']), t('%element was removed.', array('%element' => 'form_token'))); core/modules/simpletest/tests/form.test:1108: $this->assertFalse(isset($values['form_build_id']), t('%element was removed.', array('%element' => 'form_build_id'))); core/modules/simpletest/tests/form.test:1109: $this->assertFalse(isset($values['op']), t('%element was removed.', array('%element' => 'op'))); core/modules/simpletest/tests/form.test:1112: $this->assertFalse(isset($values['foo']), t('%element was removed.', array('%element' => 'foo'))); core/modules/simpletest/tests/form.test:1113: $this->assertFalse(isset($values['bar']), t('%element was removed.', array('%element' => 'bar'))); core/modules/simpletest/tests/form.test:1114: $this->assertFalse(isset($values['baz']['foo']), t('%element was removed.', array('%element' => 'foo'))); core/modules/simpletest/tests/form.test:1115: $this->assertFalse(isset($values['baz']['baz']), t('%element was removed.', array('%element' => 'baz'))); core/modules/simpletest/tests/form.test:1339: $this->assertTrue($valid_input == $valid_form, t('Input values: %values
Validation handler errors: %errors', $args)); core/modules/simpletest/tests/form.test:1347: $this->assertTrue(isset($stored_values[$key]) && $stored_values[$key] == $value, t('Submission handler correctly executed: %stored_key is %stored_value', array('%stored_key' => $key, '%stored_value' => print_r($value, TRUE)))); core/modules/simpletest/tests/form.test:1597: $message = t('#default_value is %default_value #return_value is %return_value.', array('%default_value' => var_export($default_value, TRUE), '%return_value' => var_export($return_value, TRUE))); core/modules/simpletest/tests/form.test:1619: $this->assertIdentical($checked, $name == 'checkbox_zero_default[0]' || $name == 'checkbox_string_zero_default[0]', t('Checkbox %name correctly checked', array('%name' => $name))); core/modules/simpletest/tests/form.test:1627: $this->assertIdentical($checked, $name == 'checkbox_off[0]' || $name == 'checkbox_zero_default[0]' || $name == 'checkbox_string_zero_default[0]', t('Checkbox %name correctly checked', array('%name' => $name))); core/modules/simpletest/tests/actions.test:58: $this->assertRaw(t('Action %action was deleted', array('%action' => $new_action_label)), t('Make sure that we get a delete confirmation message.')); core/modules/simpletest/tests/actions.test:123: $this->assertEqual($row->message, $expected_message, t('Expected message %expected, got %message.', array('%expected' => $expected_message, '%message' => $row->message))); core/modules/simpletest/tests/file.test:60: $this->assertEqual($before->fid, $after->fid, t('File id is the same: %file1 == %file2.', array('%file1' => $before->fid, '%file2' => $after->fid)), 'File unchanged'); core/modules/simpletest/tests/file.test:61: $this->assertEqual($before->uid, $after->uid, t('File owner is the same: %file1 == %file2.', array('%file1' => $before->uid, '%file2' => $after->uid)), 'File unchanged'); core/modules/simpletest/tests/file.test:62: $this->assertEqual($before->filename, $after->filename, t('File name is the same: %file1 == %file2.', array('%file1' => $before->filename, '%file2' => $after->filename)), 'File unchanged'); core/modules/simpletest/tests/file.test:63: $this->assertEqual($before->uri, $after->uri, t('File path is the same: %file1 == %file2.', array('%file1' => $before->uri, '%file2' => $after->uri)), 'File unchanged'); core/modules/simpletest/tests/file.test:64: $this->assertEqual($before->filemime, $after->filemime, t('File MIME type is the same: %file1 == %file2.', array('%file1' => $before->filemime, '%file2' => $after->filemime)), 'File unchanged'); core/modules/simpletest/tests/file.test:65: $this->assertEqual($before->filesize, $after->filesize, t('File size is the same: %file1 == %file2.', array('%file1' => $before->filesize, '%file2' => $after->filesize)), 'File unchanged'); core/modules/simpletest/tests/file.test:66: $this->assertEqual($before->status, $after->status, t('File status is the same: %file1 == %file2.', array('%file1' => $before->status, '%file2' => $after->status)), 'File unchanged'); core/modules/simpletest/tests/file.test:78: $this->assertNotEqual($file1->fid, $file2->fid, t('Files have different ids: %file1 != %file2.', array('%file1' => $file1->fid, '%file2' => $file2->fid)), 'Different file'); core/modules/simpletest/tests/file.test:79: $this->assertNotEqual($file1->uri, $file2->uri, t('Files have different paths: %file1 != %file2.', array('%file1' => $file1->uri, '%file2' => $file2->uri)), 'Different file'); core/modules/simpletest/tests/file.test:91: $this->assertEqual($file1->fid, $file2->fid, t('Files have the same ids: %file1 == %file2.', array('%file1' => $file1->fid, '%file2-fid' => $file2->fid)), 'Same file'); core/modules/simpletest/tests/file.test:92: $this->assertEqual($file1->uri, $file2->uri, t('Files have the same path: %file1 == %file2.', array('%file1' => $file1->uri, '%file2' => $file2->uri)), 'Same file'); core/modules/simpletest/tests/file.test:125: $message = t('Expected file permission to be %expected, actually were %actual.', array('%actual' => decoct($actual_mode), '%expected' => decoct($expected_mode))); core/modules/simpletest/tests/file.test:160: $message = t('Expected directory permission to be %expected, actually were %actual.', array('%actual' => decoct($actual_mode), '%expected' => decoct($expected_mode))); core/modules/simpletest/tests/file.test:260: $this->assertTrue(FALSE, t('Expected hooks %expected to be called but %uncalled was not called.', array('%expected' => implode(', ', $expected), '%uncalled' => implode(', ', $uncalled)))); core/modules/simpletest/tests/file.test:263: $this->assertTrue(TRUE, t('All the expected hooks were called: %expected', array('%expected' => empty($expected) ? t('(none)') : implode(', ', $expected)))); core/modules/simpletest/tests/file.test:269: $this->assertTrue(FALSE, t('Unexpected hooks were called: %unexpected.', array('%unexpected' => empty($unexpected) ? t('(none)') : implode(', ', $unexpected)))); core/modules/simpletest/tests/file.test:297: $message = t('hook_file_@name was expected to be called %expected times but was called %actual times.', array('@name' => $hook, '%expected' => $expected_count, '%actual' => $actual_count)); core/modules/simpletest/tests/file.test:969: $this->assertEqual($path, $original, t('New filepath %new equals %original.', array('%new' => $path, '%original' => $original)), 'File'); core/modules/simpletest/tests/file.test:976: $this->assertEqual($path, $expected, t('Creating a new filepath from %original equals %new (expected %expected).', array('%new' => $path, '%original' => $original, '%expected' => $expected)), 'File'); core/modules/simpletest/tests/file.test:1619: $this->assertEqual($source->fid, $result->fid, t("Source file id's' %fid is unchanged after move.", array('%fid' => $source->fid))); core/modules/simpletest/tests/file.test:2564: $this->assertTrue(in_array(t('For security reasons, your upload has been renamed to %filename.', array('%filename' => $munged_name)), $messages['status']), t('Alert properly set when a file is renamed.')); core/modules/simpletest/tests/file.test:2565: $this->assertNotEqual($munged_name, $this->name, t('The new filename (%munged) has been modified from the original (%original)', array('%munged' => $munged_name, '%original' => $this->name))); core/modules/simpletest/tests/file.test:2575: $this->assertIdentical($munged_name, $this->name, t('The original filename (%original) matches the munged filename (%munged) when insecure uploads are enabled.', array('%munged' => $munged_name, '%original' => $this->name))); core/modules/simpletest/tests/file.test:2584: $this->assertIdentical($munged_name, $this->name, t('The new filename (%munged) matches the original (%original) once the extension has been whitelisted.', array('%munged' => $munged_name, '%original' => $this->name))); core/modules/simpletest/tests/file.test:2593: $this->assertIdentical($unmunged_name, $this->name, t('The unmunged (%unmunged) filename matches the original (%original)', array('%unmunged' => $unmunged_name, '%original' => $this->name))); core/modules/simpletest/tests/file.test:2640: $this->assertIdentical($output, $expected, t('Mimetype for %input is %output (expected: %expected).', array('%input' => $input, '%output' => $output, '%expected' => $expected))); core/modules/simpletest/tests/schema.test:315: $this->pass(t('Table %table created.', array('%table' => $table_name))); core/modules/simpletest/tests/schema.test:332: $this->pass(t('Table %table created.', array('%table' => $table_name))); core/modules/simpletest/tests/schema.test:342: $this->pass(t('Column %column created.', array('%column' => 'test_field'))); core/modules/simpletest/tests/session.test:60: $pass = $this->assertText($user->name, t('Found name: %name', array('%name' => $user->name)), t('User login')); core/modules/simpletest/tests/session_test.module:79: return t('The current value of the stored session variable is: %val', array('%val' => $_SESSION['session_test_value'])); core/modules/simpletest/tests/session_test.module:91: return t('The current value of the stored session variable has been set to %val', array('%val' => $value)); core/modules/simpletest/tests/session_test.module:101: return t('session saving was disabled, and then %val was set', array('%val' => $value)); core/modules/simpletest/tests/batch.test:398: $this->pass(t('Expected the batch api percentage at the state @numerator/@denominator to be @expected%, and got @actual%.', array('@numerator' => $current, '@denominator' => $total, '@expected' => $expected_result, '@actual' => $actual_result))); core/modules/simpletest/tests/batch.test:401: $this->fail(t('Expected the batch api percentage at the state @numerator/@denominator to be @expected%, but got @actual%.', array('@numerator' => $current, '@denominator' => $total, '@expected' => $expected_result, '@actual' => $actual_result))); core/modules/simpletest/tests/unicode.test:83: $this->assertEqual(drupal_strtolower($input), $output, t('%input is lowercased as %output', array('%input' => $input, '%output' => $output))); core/modules/simpletest/tests/unicode.test:97: $this->assertEqual(drupal_strtoupper($input), $output, t('%input is uppercased as %output', array('%input' => $input, '%output' => $output))); core/modules/simpletest/tests/unicode.test:113: $this->assertEqual(drupal_ucfirst($input), $output, t('%input is ucfirst-ed as %output', array('%input' => $input, '%output' => $output))); core/modules/simpletest/tests/unicode.test:124: $this->assertEqual(drupal_strlen($input), $output, t('%input length is %output', array('%input' => $input, '%output' => $output))); core/modules/simpletest/tests/unicode.test:184: $this->assertEqual($result, $output, t('%input substring at offset %offset for %length characters is %output (got %result)', array('%input' => $input, '%offset' => $start, '%length' => $length, '%output' => $output, '%result' => $result))); core/modules/simpletest/tests/unicode.test:305: $this->assertEqual($output, $expected, t('%input truncate to %length characters with %wordsafe, %ellipsis is %expected (got %output)', array('%input' => $input, '%length' => $max_length, '%output' => $output, '%expected' => $expected, '%wordsafe' => ($wordsafe ? 'word-safe' : 'not word-safe'), '%ellipsis' => ($ellipsis ? 'ellipsis' : 'not ellipsis')))); core/modules/simpletest/tests/xmlrpc.test:220: $this->assertEqual($xml_message_l, $xml_message_r, t('XML-RPC messages.messageSizedInKB of %s Kb size received', array('%s' => $size))); core/modules/simpletest/tests/form_test.module:1386: drupal_set_message(t('Form values: %values', array('%values' => var_export($form_state['values'], TRUE)))); core/modules/simpletest/tests/form_test.module:1573: drupal_set_message(t('The clicked button is %name.', array('%name' => $form_state['triggering_element']['#name']))); core/modules/simpletest/tests/common.test:575: $this->assertTrue($key, t('Make sure tag %tag shows up in the final tags array (originally %original)', array('%tag' => $tag, '%original' => $key))); core/modules/simpletest/tests/common.test:579: $this->fail(t('Leftover tag %leftover was left over.', array('%leftover' => $leftover))); core/modules/simpletest/tests/common.test:979: $this->assertTrue(1.8 < $time && $time < 5, t('Request timed out (%time seconds).', array('%time' => $time))); core/modules/simpletest/tests/common.test:1834: $message = t('%type: !message in %function (line ', $error); core/modules/simpletest/tests/common.test:2216: $this->assertEqual($error['group'], $group, t("Group was %group", array('%group' => $group))); core/modules/simpletest/tests/common.test:2217: $this->assertEqual($error['caller']['function'], $function, t("Function was %function", array('%function' => $function))); core/modules/simpletest/tests/common.test:2218: $this->assertEqual(drupal_basename($error['caller']['file']), $file, t("File was %file", array('%file' => $file))); core/modules/simpletest/tests/common.test:2220: $this->assertEqual($error['message'], $message, t("Message was %message", array('%message' => $message))); core/modules/simpletest/tests/common.test:2718: $this->assertPattern($this->urlToRSSLinkPattern($feed_info['output_url'], $feed_info['title']), t('Found correct feed header for %description', array('%description' => $description))); core/modules/simpletest/tests/image.test:52: $this->assertTrue(FALSE, t('Expected operations %expected to be called but %uncalled was not called.', array('%expected' => implode(', ', $expected), '%uncalled' => implode(', ', $uncalled)))); core/modules/simpletest/tests/image.test:55: $this->assertTrue(TRUE, t('All the expected operations were called: %expected', array('%expected' => implode(', ', $expected)))); core/modules/simpletest/tests/image.test:61: $this->assertTrue(FALSE, t('Unexpected operations were called: %unexpected.', array('%unexpected' => implode(', ', $unexpected)))); core/modules/simpletest/tests/image.test:391: $this->fail(t('Could not load image %file.', array('%file' => $file))); core/modules/simpletest/tests/image.test:454: $this->assertTrue($correct_dimensions_real, t('Image %file after %action action has proper dimensions.', array('%file' => $file, '%action' => $op))); core/modules/simpletest/tests/image.test:455: $this->assertTrue($correct_dimensions_object, t('Image %file object after %action action is reporting the proper height and width values.', array('%file' => $file, '%action' => $op))); core/modules/simpletest/tests/image.test:458: $this->assertTrue($correct_colors, t('Image %file object after %action action has the correct color placement.', array('%file' => $file, '%action' => $op))); core/modules/simpletest/tests/path.test:226: $this->assertIdentical($result, $final, t('Altered outbound URL %original, expected %final, and got %result.', array('%original' => $original, '%final' => $final, '%result' => $result))); core/modules/simpletest/tests/path.test:243: $this->assertIdentical($result, $final, t('Altered inbound URL %original, expected %final, and got %result.', array('%original' => $original, '%final' => $final, '%result' => $result))); core/modules/simpletest/tests/theme.test:366: $message = t($message, array('%callback' => 'theme_' . $callback . '()')); core/modules/simpletest/tests/system_test.module:158: return t('The following header was set: %name: %value', array('%name' => $_GET['name'], '%value' => $_GET['value'])); core/modules/simpletest/tests/ajax.test:151: $this->assertTrue(!isset($original_settings[$expected['setting_name']]), t('Page originally lacks the %setting, as expected.', array('%setting' => $expected['setting_name']))); core/modules/simpletest/tests/ajax.test:152: $this->assertTrue(!isset($original_settings[$expected['css']]), t('Page originally lacks the %css file, as expected.', array('%css' => $expected['css']))); core/modules/simpletest/tests/ajax.test:153: $this->assertTrue(!isset($original_settings[$expected['js']]), t('Page originally lacks the %js file, as expected.', array('%js' => $expected['js']))); core/modules/simpletest/tests/ajax.test:160: $this->assertTrue(!isset($new_settings['setting_name']), t('Page still lacks the %setting, as expected.', array('%setting' => $expected['setting_name']))); core/modules/simpletest/tests/ajax.test:173: $this->assertFalse($found_settings_command, t('Page state still lacks the %css and %js files, as expected.', array('%css' => $expected['css'], '%js' => $expected['js']))); core/modules/simpletest/tests/ajax.test:174: $this->assertFalse($found_markup_command, t('Page still lacks the %css and %js files, as expected.', array('%css' => $expected['css'], '%js' => $expected['js']))); core/modules/simpletest/tests/ajax.test:183: $this->assertIdentical($new_settings[$expected['setting_name']], $expected['setting_value'], t('Page now has the %setting.', array('%setting' => $expected['setting_name']))); core/modules/simpletest/tests/ajax.test:187: $this->assertEqual($new_css, $original_css + array($expected['css'] => 1), t('Page state now has the %css file.', array('%css' => $expected['css']))); core/modules/simpletest/tests/ajax.test:188: $this->assertCommand($commands, array('data' => $expected_css_html), t('Page now has the %css file.', array('%css' => $expected['css']))); core/modules/simpletest/tests/ajax.test:195: $this->assertEqual($new_js, $original_js + array($expected['js'] => 1), t('Page state now has the %js file.', array('%js' => $expected['js']))); core/modules/simpletest/tests/ajax.test:196: $this->assertCommand($commands, array('data' => $expected_js_html), t('Page now has the %js file.', array('%js' => $expected['js']))); core/modules/simpletest/tests/ajax_forms_test.module:463: drupal_set_message(t("Callback: drivertext=%drivertext, spare_required_field=%spare_required_field", array('%drivertext' => $form_state['values']['drivertext'], '%spare_required_field' => $form_state['values']['spare_required_field']))); core/modules/simpletest/tests/database_test.test:3569: $message = t('Row %name is present.', array('%name' => $name)); core/modules/simpletest/tests/database_test.test:3585: $message = t('Row %name is absent.', array('%name' => $name)); core/modules/simpletest/tests/menu.test:51: $this->assertTrue($pass, t('Breadcrumb %parts found on @path.', array( core/modules/simpletest/tests/menu.test:98: $this->assertTrue(!empty($elements), t('Active link %title was found in menu tree, including active trail links %tree.', array( core/modules/simpletest/tests/menu.test:416: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:417: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:420: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:421: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:424: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:425: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:428: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:429: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:436: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:437: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:440: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:441: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:444: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:445: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:448: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:449: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:464: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:465: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:468: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:469: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:472: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:473: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:480: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:481: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:484: $this->assertEqual($link['depth'], $depth, t('%path depth @link_depth is equal to @depth.', array('%path' => $link['router_path'], '@link_depth' => $link['depth'], '@depth' => $depth))); core/modules/simpletest/tests/menu.test:485: $this->assertEqual($link['plid'], $plid, t('%path plid @link_plid is equal to @plid.', array('%path' => $link['router_path'], '@link_plid' => $link['plid'], '@plid' => $plid))); core/modules/simpletest/tests/menu.test:641: $this->assertIdentical(unserialize($router_item['load_functions']), $load_functions, t('Expected load functions for router %router_path' , array('%router_path' => $router_path))); core/modules/simpletest/tests/menu.test:722: $this->assertEqual($menu_link['plid'], $plid, t('Menu link %mlid has parent of %plid, expected %expected_plid.', array('%mlid' => $mlid, '%plid' => $menu_link['plid'], '%expected_plid' => $plid))); core/modules/forum/forum.admin.inc:92: drupal_set_message(t('Created new @type %term.', array('%term' => $form_state['values']['name'], '@type' => $type))); core/modules/forum/forum.admin.inc:95: drupal_set_message(t('The @type %term has been updated.', array('%term' => $form_state['values']['name'], '@type' => $type))); core/modules/forum/forum.admin.inc:189: return confirm_form($form, t('Are you sure you want to delete the forum %name?', array('%name' => $term->name)), 'admin/structure/forum', t('Deleting a forum or container will also delete its sub-forums, if any. To delete posts in this forum, visit content administration first. This action cannot be undone.', array('@content' => url('admin/content'))), t('Delete'), t('Cancel')); core/modules/forum/forum.admin.inc:197: drupal_set_message(t('The forum %term and all sub-forums have been deleted.', array('%term' => $form_state['values']['name']))); core/modules/forum/forum.module:312: form_set_error('taxonomy_forums', t('The item %forum is a forum container, not a forum. Select one of the forums below instead.', array('%forum' => $term->name))); core/modules/forum/forum.test:272: $this->assertRaw(t('Updated vocabulary %name.', array('%name' => $title)), t('Vocabulary was edited')); core/modules/forum/forum.test:316: $this->assertRaw(t('Created new @type %term.', array('%term' => $name, '@type' => t($type))), t(ucfirst($type) . ' was created')); core/modules/forum/forum.test:398: $this->assertNoRaw(t('@type %title has been created.', array('@type' => $type, '%title' => $title)), t('Forum topic was not created')); core/modules/forum/forum.test:399: $this->assertRaw(t('The item %title is a forum container, not a forum.', array('%title' => $forum['name'])), t('Error message was shown')); core/modules/forum/forum.test:403: $this->assertRaw(t('@type %title has been created.', array('@type' => $type, '%title' => $title)), t('Forum topic was created')); core/modules/forum/forum.test:404: $this->assertNoRaw(t('The item %title is a forum container, not a forum.', array('%title' => $forum['name'])), t('No error message was shown')); core/modules/forum/forum.test:484: $this->assertRaw(t('Forum topic %title has been updated.', array('%title' => $edit["title"])), t('Forum node was edited')); core/modules/forum/forum.test:496: $this->assertRaw(t('Forum topic %title has been deleted.', array('%title' => $edit['title'])), t('Forum node was deleted')); core/modules/user/user.admin.inc:57: $form['filters']['current'][] = array('#markup' => t('and where %property is %value', $t_args)); core/modules/user/user.admin.inc:60: $form['filters']['current'][] = array('#markup' => t('%property is %value', $t_args)); core/modules/user/user.admin.inc:320: '#description' => t('Users with the %select-cancel-method or %administer-users permissions can override this default method.', array('%select-cancel-method' => t('Select method for cancelling account'), '%administer-users' => t('Administer users'), '@permissions-url' => url('admin/people/permissions'))), core/modules/user/user.admin.inc:349: form_set_error('user_picture_path', t('The directory %directory does not exist or is not writable.', array('%directory' => $picture_path))); core/modules/user/user.admin.inc:975: form_set_error('name', t('The role name %name already exists. Choose another role name.', array('%name' => $form_state['values']['name']))); core/modules/user/user.admin.inc:980: form_set_error('name', t('The role name %name already exists. Choose another role name.', array('%name' => $form_state['values']['name']))); core/modules/user/user.admin.inc:1021: return confirm_form($form, t('Are you sure you want to delete the role %name ?', array('%name' => $role->name)), 'admin/people/permissions/roles', t('This action cannot be undone.'), t('Delete')); core/modules/user/user.test:216: $this->assertRaw(t('%name does not accept the value -1.', array('%name' => $instance['label'])), t('Field validation error was correctly reported.')); core/modules/user/user.test:688: $this->assertRaw(t('Your account will be removed and all account information deleted. All of your content will be assigned to the %anonymous-name user.', array('%anonymous-name' => variable_get('anonymous', t('Anonymous')))), t('Informs that all content will be attributed to anonymous account.')); core/modules/user/user.test:789: $this->assertRaw(t('Are you sure you want to cancel the account %name?', array('%name' => $account->name)), t('Confirmation form to cancel account displayed.')); core/modules/user/user.test:794: $this->assertRaw(t('%name has been deleted.', array('%name' => $account->name)), t('User deleted.')); core/modules/user/user.test:836: $status = $status && (strpos($this->content, t('%name has been deleted.', array('%name' => $account->name))) !== FALSE); core/modules/user/user.test:915: $text = t('The image was resized to fit within the maximum allowed dimensions of %dimensions pixels.', array('%dimensions' => $test_dim)); core/modules/user/user.test:952: $text = t('The specified file %filename could not be uploaded.', array('%filename' => $image->filename)); core/modules/user/user.test:954: $text = t('The file is %filesize exceeding the maximum file size of %maxsize.', array('%filesize' => format_size(filesize($image->uri)), '%maxsize' => format_size($test_size * 1024))); core/modules/user/user.test:984: $text = t('The specified file %filename could not be uploaded.', array('%filename' => $image->filename)); core/modules/user/user.test:986: $text = t('The image is too large; the maximum dimensions are %dimensions pixels.', array('%dimensions' => $test_dim)); core/modules/user/user.test:1017: $text = t('The specified file %filename could not be uploaded.', array('%filename' => $image->filename)); core/modules/user/user.test:1019: $text = t('The file is %filesize exceeding the maximum file size of %maxsize.', array('%filesize' => format_size(filesize($image->uri)), '%maxsize' => format_size($test_size * 1024))); core/modules/user/user.test:1627: $this->assertRaw(t('The name %name is already taken.', array('%name' => $edit['name']))); core/modules/user/user.test:1632: $this->assertRaw(t('The name %name is already taken.', array('%name' => $edit['name']))); core/modules/user/user.test:1651: $this->assertRaw(t("Your current password is missing or incorrect; it's required to change the %name.", array('%name' => t('E-mail address')))); core/modules/user/user.test:1662: $this->assertRaw(t("Your current password is missing or incorrect; it's required to change the %name.", array('%name' => t('Password')))); core/modules/user/user.test:1833: $this->assertRaw(t('The role name %name already exists. Choose another role name.', array('%name' => $role_name)), t('Duplicate role warning displayed.')); core/modules/user/user.test:1932: $this->assertEqual($output, $expected, t('Sanitized user token %token replaced.', array('%token' => $input))); core/modules/user/user.test:1942: $this->assertEqual($output, $expected, t('Unsanitized user token %token replaced.', array('%token' => $input))); core/modules/user/user.test:2104: $this->assertIdentical(user_get_authmaps($authname), $expected_output, t('Authmap for authname %authname was set correctly.', array('%authname' => $authname))); core/modules/user/user.test:2117: $this->assertFalse(user_get_authmaps($remove_username), t('Authmap for %authname was removed.', array('%authname' => $remove_username))); core/modules/user/user.test:2123: $this->assertIdentical(user_get_authmaps($authname), $expected_output, t('Authmap for authname %authname was set correctly.', array('%authname' => $authname))); core/modules/user/user.module:605: return t('The username %name is too long: it must be %max characters or less.', array('%name' => $name, '%max' => USERNAME_MAX_LENGTH)); core/modules/user/user.module:627: return t('The e-mail address %mail is not valid.', array('%mail' => $mail)); core/modules/user/user.module:647: form_set_error('picture_upload', t("Failed to upload the picture image; the %directory directory doesn't exist or is not writable.", array('%directory' => variable_get('user_picture_path', 'pictures')))); core/modules/user/user.module:809: 'description' => t('Note: content may be kept, unpublished, deleted or transferred to the %anonymous-name user depending on the configured user settings.', array('%anonymous-name' => variable_get('anonymous', t('Anonymous')), '@user-settings-url' => url('admin/config/people/accounts'))), core/modules/user/user.module:993: $current_pass_description = t('Required if you want to change the %mail or %pass below. !request_new.', array('%mail' => $protected_values['mail'], '%pass' => $protected_values['pass'], '!request_new' => $request_new)); core/modules/user/user.module:1124: form_set_error('current_pass', t("Your current password is missing or incorrect; it's required to change the %name.", array('%name' => $name))); core/modules/user/user.module:1146: form_set_error('name', t('The name %name is already taken.', array('%name' => $form_state['values']['name']))); core/modules/user/user.module:1162: form_set_error('mail', t('The e-mail address %email is already taken.', array('%email' => $form_state['values']['mail']))); core/modules/user/user.module:1165: form_set_error('mail', t('The e-mail address %email is already registered. Have you forgotten your password?', array('%email' => $form_state['values']['mail'], '@password' => url('user/password')))); core/modules/user/user.module:1179: form_set_error('signature', t('The signature is too long: it must be %max characters or less.', array('%max' => $user_schema['fields']['signature']['length']))); core/modules/user/user.module:2098: form_set_error('name', t('The username %name has not been activated or is blocked.', array('%name' => $form_state['values']['name']))); core/modules/user/user.module:2367: drupal_set_message(t('The user account %id does not exist.', array('%id' => $uid)), 'error'); core/modules/user/user.module:2420: drupal_set_message(t('%name has been disabled.', array('%name' => $account->name))); core/modules/user/user.module:2431: drupal_set_message(t('%name has been deleted.', array('%name' => $account->name))); core/modules/user/user.module:3253: $message = t('The user account %name cannot be cancelled.', array('%name' => $accounts[1]->name)); core/modules/user/user.module:3800: drupal_set_message(t('Created a new user account for %name. No e-mail has been sent.', array('@url' => url($uri['path'], $uri['options']), '%name' => $account->name))); core/modules/user/user.module:3815: drupal_set_message(t('A welcome message with further instructions has been e-mailed to the new user %name.', array('@url' => url($uri['path'], $uri['options']), '%name' => $account->name))); core/modules/user/user.pages.inc:46: '#markup' => t('Password reset instructions will be mailed to %email. You must log out to use the password reset link in the e-mail.', array('%email' => $user->mail)), core/modules/user/user.pages.inc:70: form_set_error('name', t('Sorry, %name is not recognized as a user name or an e-mail address.', array('%name' => $name))); core/modules/user/user.pages.inc:100: drupal_set_message(t('You are logged in as %user. Change your password.', array('%user' => $user->name, '!user_edit' => url("user/$user->uid/edit")))); core/modules/user/user.pages.inc:106: drupal_set_message(t('Another user (%other_user) is already logged into the site on this computer, but you tried to use a one-time link for user %resetting_user. Please logout and try using the link again.', core/modules/user/user.pages.inc:143: $form['message'] = array('#markup' => t('

This is a one-time login for %user_name and will expire on %expiration_date.

Click on this button to log in to the site and change your password.

', array('%user_name' => $account->name, '%expiration_date' => format_date($timestamp + $timeout)))); core/modules/user/user.pages.inc:352: $question = t('Are you sure you want to cancel the account %name?', array('%name' => $account->name)); core/modules/user/user.pages.inc:439: 'title' => t('Delete the account and make its content belong to the %anonymous-name user.', array('%anonymous-name' => variable_get('anonymous', t('Anonymous')))), core/modules/user/user.pages.inc:440: 'description' => t('Your account will be removed and all account information deleted. All of your content will be assigned to the %anonymous-name user.', array('%anonymous-name' => variable_get('anonymous', t('Anonymous')))), core/modules/contact/contact.pages.inc:25: drupal_set_message(t("You cannot send more than %limit messages in @interval. Try again later.", array('%limit' => $limit, '@interval' => format_interval($window))), 'error'); core/modules/contact/contact.pages.inc:193: drupal_set_message(t("You cannot send more than %limit messages in @interval. Try again later.", array('%limit' => $limit, '@interval' => format_interval($window))), 'error'); core/modules/contact/contact.admin.inc:160: form_set_error('category', t('A contact form with category %category already exists.', array('%category' => $category))); core/modules/contact/contact.admin.inc:166: form_set_error('recipients', t('%recipient is an invalid e-mail address.', array('%recipient' => $recipient))); core/modules/contact/contact.admin.inc:192: drupal_set_message(t('Category %category has been saved.', array('%category' => $form_state['values']['category']))); core/modules/contact/contact.admin.inc:217: t('Are you sure you want to delete %category?', array('%category' => $contact['category'])), core/modules/contact/contact.admin.inc:235: drupal_set_message(t('Category %category has been deleted.', array('%category' => $contact['category']))); core/modules/contact/contact.test:59: $this->assertRaw(t('%recipient is an invalid e-mail address.', array('%recipient' => $invalid_recipient)), t('Caught invalid recipient (' . $invalid_recipient . ').')); core/modules/contact/contact.test:70: $this->assertRaw(t('Category %category has been saved.', array('%category' => $category)), t('Category successfully saved.')); core/modules/contact/contact.test:83: $this->assertRaw(t('Category %category has been saved.', array('%category' => $category)), t('Category successfully saved.')); core/modules/contact/contact.test:95: $this->assertRaw(t('Category %category has been saved.', array('%category' => $category)), t('Category successfully saved.')); core/modules/contact/contact.test:98: $this->assertRaw(t('Category %category has been saved.', array('%category' => $category)), t('Category successfully saved.')); core/modules/contact/contact.test:102: $this->assertNoRaw(t('Category %category has been saved.', array('%category' => $category)), t('Category not saved.')); core/modules/contact/contact.test:103: $this->assertRaw(t('A contact form with category %category already exists.', array('%category' => $category)), t('Duplicate category error found.')); core/modules/contact/contact.test:156: $this->assertRaw(t('You cannot send more than %number messages in @interval. Try again later.', array('%number' => variable_get('contact_threshold_limit', 3), '@interval' => format_interval(600))), t('Message threshold reached.')); core/modules/contact/contact.test:282: $this->assertRaw(t('Category %category has been deleted.', array('%category' => $category_name)), t('Category deleted successfully.')); core/modules/contact/contact.test:411: $this->assertRaw(t('You cannot send more than %number messages in @interval. Try again later.', array('%number' => $flood_limit, '@interval' => format_interval(variable_get('contact_threshold_window', 3600)))), 'Normal user denied access to flooded contact form.'); core/modules/dashboard/dashboard.test:73: $this->assertTrue(!empty($elements), t('%region is an available choice on the dashboard block configuration page.', array('%region' => $region))); core/modules/dashboard/dashboard.test:81: $this->assertTrue(empty($elements), t('%region is not an available choice on the block configuration page.', array('%region' => $region))); core/modules/menu/menu.admin.inc:291: '#description' => t('The path for this menu link. This can be an internal Drupal path such as %add-node or an external URL such as %drupal. Enter %front to link to the front page.', array('%front' => '', '%add-node' => 'node/add', '%drupal' => 'http://drupal.org')), core/modules/menu/menu.admin.inc:362: drupal_set_message(t('The menu system stores system paths only, but will use the URL alias for display. %link_path has been stored as %normal_path', array('%link_path' => $item['link_path'], '%normal_path' => $normal_path))); core/modules/menu/menu.admin.inc:516: return confirm_form($form, t('Are you sure you want to delete the custom menu %title?', array('%title' => $menu['title'])), 'admin/structure/menu/manage/' . $menu['menu_name'], $caption, t('Delete')); core/modules/menu/menu.admin.inc:548: drupal_set_message(t('The custom menu %title has been deleted.', $t_args)); core/modules/menu/menu.admin.inc:620: return confirm_form($form, t('Are you sure you want to delete the custom menu link %item?', array('%item' => $item['link_title'])), 'admin/structure/menu/manage/' . $item['menu_name']); core/modules/menu/menu.admin.inc:630: drupal_set_message(t('The menu link %title has been deleted.', $t_args)); core/modules/menu/menu.admin.inc:640: return confirm_form($form, t('Are you sure you want to reset the link %item to its default values?', array('%item' => $item['link_title'])), 'admin/structure/menu/manage/' . $item['menu_name'], t('Any customizations will be lost. This action cannot be undone.'), t('Reset')); core/modules/menu/menu.admin.inc:682: '#description' => t('Select the source for the Secondary links. An advanced option allows you to use the same source for both Main links (currently %main) and Secondary links: if your source menu has two levels of hierarchy, the top level menu links will appear in the Main links, and the children of the active link will appear in the Secondary links.', array('%main' => $main ? $menu_options[$main] : t('none'))), core/modules/menu/menu.test:142: $this->assertRaw(t('!name cannot be longer than %max characters but is currently %length characters long.', array( core/modules/menu/menu.test:154: $this->assertNoRaw(t('!name cannot be longer than %max characters but is currently %length characters long.', array( core/modules/menu/menu.test:187: $this->assertRaw(t('The custom menu %title has been deleted.', array('%title' => $title)), t('Custom menu was deleted')); core/modules/menu/menu.test:435: $this->assertRaw(t('The menu link %title has been deleted.', array('%title' => $title)), t('Menu link was deleted')); core/modules/menu/menu.test:512: $this->assertEqual($item[$key], $value, t('Parameter %key had expected value.', array('%key' => $key))); core/modules/taxonomy/taxonomy.test:79: $this->assertRaw(t('Created new vocabulary %name.', array('%name' => $edit['name'])), t('Vocabulary created successfully')); core/modules/taxonomy/taxonomy.test:168: $this->assertRaw(t('Are you sure you want to delete the vocabulary %name?', array('%name' => $vocabulary->name)), t('[confirm deletion] Asks for confirmation.')); core/modules/taxonomy/taxonomy.test:173: $this->assertRaw(t('Deleted vocabulary %name.', array('%name' => $vocabulary->name)), t('Vocabulary deleted')); core/modules/taxonomy/taxonomy.test:668: $this->assertRaw(t('@type %title has been created.', array('@type' => t('Basic page'), '%title' => $edit["title"])), t('The node was created successfully')); core/modules/taxonomy/taxonomy.test:693: $this->assertText($term_name, t('The term %name appears on the node page after two terms, %deleted1 and %deleted2, were deleted', array('%name' => $term_name, '%deleted1' => $term_objects['term1']->name, '%deleted2' => $term_objects['term2']->name))); core/modules/taxonomy/taxonomy.test:695: $this->assertNoText($term_objects['term1']->name, t('The deleted term %name does not appear on the node page.', array('%name' => $term_objects['term1']->name))); core/modules/taxonomy/taxonomy.test:696: $this->assertNoText($term_objects['term2']->name, t('The deleted term %name does not appear on the node page.', array('%name' => $term_objects['term2']->name))); core/modules/taxonomy/taxonomy.test:702: $this->assertRaw('{"\u0022' . $term_objects['term3']->name . '\u0022":"' . $term_objects['term3']->name . '"}', t('Autocomplete returns term %term_name after typing the first 3 letters.', array('%term_name' => $term_objects['term3']->name))); core/modules/taxonomy/taxonomy.test:708: $this->assertRaw('{"' . $term_objects['term4']->name . '":"' . $term_objects['term4']->name . '"}', t('Autocomplete returns term %term_name after typing the first 3 letters.', array('%term_name' => $term_objects['term4']->name))); core/modules/taxonomy/taxonomy.test:714: $this->assertFalse(field_info_field($field_name), t('Field %field_name does not exist.', array('%field_name' => $field_name))); core/modules/taxonomy/taxonomy.test:1724: $this->assertEqual($output, $expected, t('Sanitized taxonomy term token %token replaced.', array('%token' => $input))); core/modules/taxonomy/taxonomy.test:1744: $this->assertEqual($output, $expected, t('Sanitized taxonomy term token %token replaced.', array('%token' => $input))); core/modules/taxonomy/taxonomy.test:1755: $this->assertEqual($output, $expected, t('Unsanitized taxonomy term token %token replaced.', array('%token' => $input))); core/modules/taxonomy/taxonomy.test:1771: $this->assertEqual($output, $expected, t('Sanitized taxonomy vocabulary token %token replaced.', array('%token' => $input))); core/modules/taxonomy/taxonomy.test:1780: $this->assertEqual($output, $expected, t('Unsanitized taxonomy vocabulary token %token replaced.', array('%token' => $input))); core/modules/taxonomy/taxonomy.module:60: $output .= '
' . t('There are many contributed modules that extend the behavior of the Taxonomy module for both display and organization of terms.', array('@taxcontrib' => 'http://drupal.org/project/modules?filters=tid:71&solrsort=sis_project_release_usage%20desc')); core/modules/taxonomy/taxonomy.module:70: return '

' . t('You can reorganize the terms in %capital_name using their drag-and-drop handles, and group terms under a parent term by sliding them under and to the right of the parent.', array('%capital_name' => drupal_ucfirst($vocabulary->name), '%name' => $vocabulary->name)) . '

'; core/modules/taxonomy/taxonomy.module:72: return '

' . t('%capital_name contains terms grouped under parent terms. You can reorganize the terms in %capital_name using their drag-and-drop handles.', array('%capital_name' => drupal_ucfirst($vocabulary->name), '%name' => $vocabulary->name)) . '

'; core/modules/taxonomy/taxonomy.module:74: return '

' . t('%capital_name contains terms with multiple parents. Drag and drop of terms with multiple parents is not supported, but you can re-enable drag-and-drop support by editing each term to include only a single parent.', array('%capital_name' => drupal_ucfirst($vocabulary->name))) . '

'; core/modules/taxonomy/taxonomy.module:91: 'title' => t('Edit terms in %vocabulary', array('%vocabulary' => $vocabulary->name)), core/modules/taxonomy/taxonomy.module:96: 'title' => t('Delete terms from %vocabulary', array('%vocabulary' => $vocabulary->name)), core/modules/taxonomy/taxonomy.module:1480: 'message' => t('%name: illegal value.', array('%name' => $instance['label'])), core/modules/taxonomy/taxonomy.admin.inc:223: drupal_set_message(t('Created new vocabulary %name.', array('%name' => $vocabulary->name))); core/modules/taxonomy/taxonomy.admin.inc:229: drupal_set_message(t('Updated vocabulary %name.', array('%name' => $vocabulary->name))); core/modules/taxonomy/taxonomy.admin.inc:811: drupal_set_message(t('Created new term %term.', array('%term' => $term->name))); core/modules/taxonomy/taxonomy.admin.inc:815: drupal_set_message(t('Updated term %term.', array('%term' => $term->name))); core/modules/taxonomy/taxonomy.admin.inc:893: t('Are you sure you want to delete the term %title?', core/modules/taxonomy/taxonomy.admin.inc:909: drupal_set_message(t('Deleted term %name.', array('%name' => $form_state['values']['name']))); core/modules/taxonomy/taxonomy.admin.inc:936: t('Are you sure you want to delete the vocabulary %title?', core/modules/taxonomy/taxonomy.admin.inc:951: drupal_set_message(t('Deleted vocabulary %name.', array('%name' => $form_state['values']['name']))); core/modules/taxonomy/taxonomy.admin.inc:973: t('Are you sure you want to reset the vocabulary %title to alphabetical order?', core/modules/taxonomy/taxonomy.admin.inc:991: drupal_set_message(t('Reset vocabulary %name to alphabetical order.', array('%name' => $form_state['values']['name']))); core/modules/color/color.module:284: form_set_error('palette][' . $key, t('You must enter a valid hexadecimal color value for %name.', array('%name' => $form['color']['palette'][$key]['#title']))); core/modules/block/block.module:475: drupal_set_message(t('The block %info was assigned to the invalid region %region and has been disabled.', array('%info' => $block['info'], '%region' => $block['region'])), 'warning'); core/modules/block/block.test:106: $this->assertRaw(t('The block %title has been removed.', array('%title' => $custom_block['info'])), t('Custom block successfully deleted.')); core/modules/block/block.test:348: $this->assertText(t('The block settings have been updated.'), t('Block successfully moved to %region_name region.', array( '%region_name' => $region))); core/modules/block/block.test:359: $this->assertFieldByXPath($xpath, NULL, t('Custom block found in %region_name region.', array('%region_name' => $region))); core/modules/block/block.test:451: $this->assertEqual($blocks[$block->module][$block->delta], $block, t('Block %name matched', array('%name' => $block->module . '-' . $block->delta))); core/modules/block/block.test:670: $this->fail(t('Unable to set cache mode to %mode. Current mode: %current_mode', array('%mode' => $cache_mode, '%current_mode' => $current_mode))); core/modules/block/block.admin.inc:288: drupal_set_title(t("'%name' block", array('%name' => $info[$block->delta]['info'])), PASS_THROUGH); core/modules/block/block.admin.inc:385: $description = t("Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. Example paths are %user for the current user's page and %user-wildcard for every user page. %front is the front page.", array('%user' => 'user', '%user-wildcard' => 'user/*', '%front' => '')); core/modules/block/block.admin.inc:390: $description .= ' ' . t('If the PHP option is chosen, enter PHP code between %php. Note that executing incorrect PHP code can break your Drupal site.', array('%php' => '')); core/modules/block/block.admin.inc:652: return confirm_form($form, t('Are you sure you want to delete the block %name?', array('%name' => $custom_block['info'])), 'admin/structure/block', '', t('Delete'), t('Cancel')); core/modules/block/block.admin.inc:672: drupal_set_message(t('The block %name has been removed.', array('%name' => $form_state['values']['info']))); core/modules/translation/translation.module:300: drupal_set_message(t('A translation of %title in %language already exists, a new %type will be created instead of a translation.', array('%title' => $source_node->title, '%language' => $language_list[$langcode]->name, '%type' => $node->type)), 'error'); core/modules/translation/translation.test:43: $this->assertRaw(t('The content type %type has been updated.', array('%type' => 'Basic page')), t('Basic page content type has been updated.')); core/modules/translation/translation.test:77: $this->assertLinkByHref($prefixes['es'] . '/node/add/' . str_replace('_', '-', $node->type), 0, t('The "add translation" link for %language points to the localized path of the target language.', array('%language' => $languages['es']->name))); core/modules/translation/translation.test:87: $this->assertLinkByHref($prefixes['es'] . '/node/' . $node_translation->nid . '/edit', 0, t('The "edit" link for the translation in %language points to the localized path of the translation language.', array('%language' => $languages['es']->name))); core/modules/translation/translation.test:88: $this->assertLinkByHref($prefixes['es'] . '/node/' . $node_translation->nid, 0, t('The "view" link for the translation in %language points to the localized path of the translation language.', array('%language' => $languages['es']->name))); core/modules/translation/translation.test:93: $this->assertRaw(t('A translation of %title in %language already exists', array('%title' => $node_title, '%language' => $languages['es']->name)), t('Message regarding attempted duplicate translation is displayed.')); core/modules/translation/translation.test:112: $this->assertRaw(t('Basic page %title has been updated.', array('%title' => $node_title)), t('Original node updated.')); core/modules/translation/translation.test:123: $this->assertRaw(t('Basic page %title has been updated.', array('%title' => $node_translation_title)), t('Translated node updated.')); core/modules/translation/translation.test:146: $this->assertRaw(t('Translations of %title', array('%title' => $node->title)), t('Translation overview page available with only one language enabled.')); core/modules/translation/translation.test:292: $this->assertRaw(t('The language %language has been created and can now be used.', array('%language' => $languages[$language_code]->name)), t('Language has been created.')); core/modules/translation/translation.test:326: $this->assertRaw(t('Basic page %title has been created.', array('%title' => $title)), t('Basic page created.')); core/modules/translation/translation.test:360: $this->assertRaw(t('Basic page %title has been created.', array('%title' => $title)), t('Translation created.')); core/modules/translation/translation.test:428: $message = t('[%page_language] Language switch item found for %translation_language language in the %type page area.', $args); core/modules/translation/translation.test:431: $message = t('[%page_language] Language switch item not found for %translation_language language in the %type page area.', $args); core/modules/translation/translation.pages.inc:68: drupal_set_title(t('Translations of %title', array('%title' => $node->title)), PASS_THROUGH); core/modules/field/field.crud.inc:74: throw new FieldException(t('Attempt to create a field with a name longer than 32 characters: %name', core/modules/field/field.crud.inc:83: t('Attempt to create field name %name which already exists and is active.', array('%name' => $field['field_name'])): core/modules/field/field.crud.inc:84: t('Attempt to create field name %name which already exists, although it is inactive.', array('%name' => $field['field_name'])); core/modules/field/field.crud.inc:93: throw new FieldException(t('Attempt to create field name %name which is reserved by entity type %type.', array('%name' => $field['field_name'], '%type' => $type))); core/modules/field/field.crud.inc:110: throw new FieldException(t('Attempt to create a field of unknown type %type.', array('%type' => $field['type']))); core/modules/field/field.crud.inc:126: throw new FieldException(t('Attempt to create a field with unknown storage type %type.', array('%type' => $field['storage']['type']))); core/modules/field/modules/field_sql_storage/field_sql_storage.test:329: $this->assertTrue(db_table_exists($table_name), t('Table %table exists.', array('%table' => $table_name))); core/modules/field/modules/field_sql_storage/field_sql_storage.test:401: $this->assertEqual($details[FIELD_LOAD_CURRENT][$current][$column_name], $storage_column_name, t('Column name %value matches the definition in %bin.', array('%value' => $column_name, '%bin' => $current))); core/modules/field/modules/field_sql_storage/field_sql_storage.test:402: $this->assertEqual($details[FIELD_LOAD_REVISION][$revision][$column_name], $storage_column_name, t('Column name %value matches the definition in %bin.', array('%value' => $column_name, '%bin' => $revision))); core/modules/field/modules/list/list.module:150: '#markup' => t('The value of this field is being determined by the %function function and may not be changed.', array('%function' => $settings['allowed_values_function'])), core/modules/field/modules/list/list.module:382: 'message' => t('%name: illegal value.', array('%name' => $instance['label'])), core/modules/field/modules/number/number.module:141: 'message' => t('%name: the value may be no less than %min.', array('%name' => $instance['label'], '%min' => $instance['settings']['min'])), core/modules/field/modules/number/number.module:147: 'message' => t('%name: the value may be no greater than %max.', array('%name' => $instance['label'], '%max' => $instance['settings']['max'])), core/modules/field/modules/number/number.module:386: $message = t('Only numbers are allowed in %field.', array('%field' => $instance['label'])); core/modules/field/modules/number/number.module:396: $message = t('%field: There should only be one decimal separator (@separator).', core/modules/field/modules/text/text.module:127: $message = t('%name: the text may not be longer than %max characters.', array('%name' => $instance['label'], '%max' => $field['settings']['max_length'])); core/modules/field/modules/text/text.module:131: $message = t('%name: the summary may not be longer than %max characters.', array('%name' => $instance['label'], '%max' => $field['settings']['max_length'])); core/modules/field/modules/text/text.test:439: $this->assertRaw(t('The content type %type has been updated.', array('%type' => 'Article')), t('Article content type has been updated.')); core/modules/field/field.default.inc:84: 'message' => t('%name: this field cannot hold more than @count values.', array('%name' => $instance['label'], '@count' => $field['cardinality'])), core/modules/field/tests/field_test.module:47: 'title' => t('Add %bundle test_entity', array('%bundle' => $bundle_info['label'])), core/modules/field/tests/field.test:172: $this->assertEqual($entity->{$this->field_name}[$langcode][$delta]['value'] , $values[$current_revision][$delta]['value'], t('Current revision: expected value %delta was found.', array('%delta' => $delta))); core/modules/field/tests/field.test:174: $this->assertEqual($entity->{$this->field_name}[$langcode][$delta]['additional_key'], 'additional_value', t('Current revision: extra information for value %delta was found', array('%delta' => $delta))); core/modules/field/tests/field.test:182: $this->assertEqual(count($entity->{$this->field_name}[$langcode]), $this->field['cardinality'], t('Revision %revision_id: expected number of values.', array('%revision_id' => $revision_id))); core/modules/field/tests/field.test:185: $this->assertEqual($entity->{$this->field_name}[$langcode][$delta]['value'], $values[$revision_id][$delta]['value'], t('Revision %revision_id: expected value %delta was found.', array('%revision_id' => $revision_id, '%delta' => $delta))); core/modules/field/tests/field.test:187: $this->assertEqual($entity->{$this->field_name}[$langcode][$delta]['additional_key'], 'additional_value', t('Revision %revision_id: extra information for value %delta was found', array('%revision_id' => $revision_id, '%delta' => $delta))); core/modules/field/tests/field.test:253: $this->assertEqual($entity->{$field_name}[$langcode][0]['value'], $values[$index][$field_name], t('Entity %index: expected value was found.', array('%index' => $index))); core/modules/field/tests/field.test:255: $this->assertEqual($entity->{$field_name}[$langcode][0]['additional_key'], 'additional_value', t('Entity %index: extra information was found', array('%index' => $index))); core/modules/field/tests/field.test:262: $this->assertEqual($entity->{$field_names[1]}[$langcode][0]['value'], $values[1][$field_names[1]], t('Entity %index: expected value was found.', array('%index' => 1))); core/modules/field/tests/field.test:263: $this->assertEqual($entity->{$field_names[1]}[$langcode][0]['additional_key'], 'additional_value', t('Entity %index: extra information was found', array('%index' => 1))); core/modules/field/tests/field.test:264: $this->assert(!isset($entity->{$field_names[2]}), t('Entity %index: field %field_name is not loaded.', array('%index' => 2, '%field_name' => $field_names[2]))); core/modules/field/tests/field.test:265: $this->assert(!isset($entity->{$field_names[3]}), t('Entity %index: field %field_name is not loaded.', array('%index' => 3, '%field_name' => $field_names[3]))); core/modules/field/tests/field.test:315: $this->assertEqual($values[$field['field_name']], $entity->{$field['field_name']}[$langcode], t('%storage storage: expected values were found.', array('%storage' => $field['storage']['type']))); core/modules/field/tests/field.test:356: $this->assertEqual($details[FIELD_LOAD_CURRENT]['moon'][$column_name], $column_name, t('Column name %value matches the definition in %bin.', array('%value' => $column_name, '%bin' => 'moon[FIELD_LOAD_CURRENT]'))); core/modules/field/tests/field.test:357: $this->assertEqual($details[FIELD_LOAD_REVISION]['mars'][$column_name], $column_name, t('Column name %value matches the definition in %bin.', array('%value' => $column_name, '%bin' => 'mars[FIELD_LOAD_REVISION]'))); core/modules/field/tests/field.test:1312: $this->assertRaw(t('%name does not accept the value -1.', array('%name' => $this->instance['label'])), 'Field validation fails with invalid input.'); core/modules/field/tests/field.test:1674: $this->assertRaw(t('%label does not accept the value -1', array('%label' => 'Unlimited field')), t('Entity 1: the field validation error was reported.')); core/modules/field/tests/field.test:1681: $this->assertRaw(t('%label does not accept the value -1', array('%label' => 'Unlimited field')), t('Entity 2: the field validation error was reported.')); core/modules/field/tests/field.test:2368: $this->assertTrue(empty($field), t('%modules disabled. The field is marked inactive.', array('%modules' => implode(', ', $modules)))); core/modules/field/tests/field.test:2672: $this->assertTrue(in_array($langcode, $enabled_languages), t('%language is an enabled language.', array('%language' => $langcode))); core/modules/field/tests/field.test:2675: $this->assertTrue(in_array('xx', $available_languages), t('%language was made available.', array('%language' => 'xx'))); core/modules/field/tests/field.test:2676: $this->assertFalse(in_array('en', $available_languages), t('%language was made unavailable.', array('%language' => 'en'))); core/modules/field/tests/field.test:2717: $this->assertEqual($hash, $result, t('The result for %language is correctly stored.', array('%language' => $langcode))); core/modules/field/tests/field.test:2781: $this->assertEqual($hash, $result, t('The result for entity %id/%language is correctly stored.', array('%id' => $id, '%language' => $langcode))); core/modules/field/tests/field.test:2784: $this->assertEqual(count($results), count($available_languages), t('No unavailable language has been processed for entity %id.', array('%id' => $id))); core/modules/field/tests/field.test:2791: $this->assertTrue(isset($options['language'][$id]), t('The result language %language for entity %id was correctly suggested (display language: %display_language).', array('%id' => $id, '%language' => $langcode, '%display_language' => $display_language))); core/modules/field/tests/field.test:2829: $this->assertTrue($result, t('%language translation correctly handled.', array('%language' => $langcode))); core/modules/field/tests/field.test:2885: $this->assertTrue($display_language[$field_name] == LANGUAGE_NONE, t('The display language for field %field_name is %language.', array('%field_name' => $field_name, '%language' => LANGUAGE_NONE))); core/modules/field/tests/field.test:2899: $this->assertTrue(isset($entity->{$field_name}[$langcode]) && $langcode != $requested_language, t('The display language for the field %field_name is %language.', array('%field_name' => $field_name, '%language' => $langcode))); core/modules/field/tests/field_test.field.inc:116: 'message' => t('%name does not accept the value -1.', array('%name' => $instance['label'])), core/modules/field/field.api.php:406: 'message' => t('%name: the value may not be longer than %max characters.', array('%name' => $instance['label'], '%max' => $field['settings']['max_length'])), core/modules/statistics/statistics.test:268: $this->assertRaw(t('The IP address %ip has been blocked.', array('%ip' => $edit['ip'])), t('IP address was blocked.')); core/modules/statistics/statistics.test:277: $this->assertRaw(t('Are you sure you want to delete %ip?', array('%ip' => $test_ip_address)), t('IP address deletion confirmation found.')); core/modules/statistics/statistics.test:280: $this->assertRaw(t('The IP address %ip was deleted.', array('%ip' => $test_ip_address)), t('IP address deleted.')); core/modules/statistics/statistics.test:463: $this->assertEqual($output, $expected, t('Statistics token %token replaced.', array('%token' => $input))); core/modules/statistics/statistics.admin.inc:78: $rows[] = array($page->hits, _statistics_format_item($page->title, $page->path), t('%time ms', array('%time' => round($page->average_time))), format_interval(round($page->total_time / 1000))); core/modules/statistics/statistics.admin.inc:81: drupal_set_title(t('Top pages in the past %interval', array('%interval' => format_interval(variable_get('statistics_flush_accesslog_timer', 259200)))), PASS_THROUGH); core/modules/statistics/statistics.admin.inc:134: drupal_set_title(t('Top visitors in the past %interval', array('%interval' => format_interval(variable_get('statistics_flush_accesslog_timer', 259200)))), PASS_THROUGH); core/modules/statistics/statistics.admin.inc:149: drupal_set_title(t('Top referrers in the past %interval', array('%interval' => format_interval(variable_get('statistics_flush_accesslog_timer', 259200)))), PASS_THROUGH); core/modules/node/node.api.php:987: drupal_set_message(t('You have just created a content type with a machine name %type.', array('%type' => $info->type))); core/modules/node/node.module:117: '

' . t('Here, you can define which fields are shown and hidden when %type content is displayed in each view mode, and define how the fields are displayed in each view mode.', array('%type' => node_type_get_name($arg[4]))) . '

'; core/modules/node/node.module:1000: form_set_error('name', t('The username %name does not exist.', array('%name' => $node->name))); core/modules/node/node.module:1457: drupal_set_title(t('Revision of %title from %date', array('%title' => $node->title, '%date' => format_date($node->revision_timestamp))), PASS_THROUGH); core/modules/node/node.module:3146: 'title' => t('%type_name: Create new content', array('%type_name' => $info->name)), core/modules/node/node.module:3149: 'title' => t('%type_name: Edit own content', array('%type_name' => $info->name)), core/modules/node/node.module:3152: 'title' => t('%type_name: Edit any content', array('%type_name' => $info->name)), core/modules/node/node.module:3155: 'title' => t('%type_name: Delete own content', array('%type_name' => $info->name)), core/modules/node/node.module:3158: 'title' => t('%type_name: Delete any content', array('%type_name' => $info->name)), core/modules/node/node.admin.inc:183: $form['filters']['current'][] = array('#markup' => t('and where %property is %value', $t_args)); core/modules/node/node.admin.inc:186: $form['filters']['current'][] = array('#markup' => t('where %property is %value', $t_args)); core/modules/node/node.test:202: $this->assertRaw(t('@type %title has been reverted back to the revision from %revision-date.', core/modules/node/node.test:210: $this->assertRaw(t('Revision from %revision-date of @type %title has been deleted.', core/modules/node/node.test:497: $this->assertRaw(t('!post %title has been created.', array('!post' => 'Basic page', '%title' => $edit["title"])), t('Basic page created.')); core/modules/node/node.test:960: $this->assertNotEqual($grants, $altered_grants, t('Altered the %op grant for a user.', array('%op' => $op))); core/modules/node/node.test:1396: $this->assertTrue(isset($types[$type]), t('%type is found in node types.', array('%type' => $type))); core/modules/node/node.test:1397: $this->assertTrue(isset($types[$type]->disabled) && empty($types[$type]->disabled), t('%type type is enabled.', array('%type' => $type))); core/modules/node/node.test:1421: $this->assertTrue(isset($types[$type]), t('%type is found in node types.', array('%type' => $type))); core/modules/node/node.test:1422: $this->assertTrue(isset($types[$type]->disabled) && empty($types[$type]->disabled), t('%type type is enabled.', array('%type' => $type))); core/modules/node/node.test:1627: $this->assertRaw(t('where %property is %value', array('%property' => t('status'), '%value' => 'published')), t('Content list is filtered by status.')); core/modules/node/node.test:1639: $this->assertRaw(t('where %property is %value', array('%property' => t('status'), '%value' => 'published')), t('Content list is filtered by status.')); core/modules/node/node.test:1640: $this->assertRaw(t('and where %property is %value', array('%property' => t('type'), '%value' => 'Basic page')), t('Content list is filtered by content type.')); core/modules/node/node.test:2287: $this->assertEqual($output, $expected, t('Sanitized node token %token replaced.', array('%token' => $input))); core/modules/node/node.test:2299: $this->assertEqual($output, $expected, t('Unsanitized node token %token replaced.', array('%token' => $input))); core/modules/node/content_types.inc:118: '#description' => t('A unique machine-readable name for this content type. It must only contain lowercase letters, numbers, and underscores. This name will be used for constructing the URL of the %node-add page, in which underscores will be converted into hyphens.', array( core/modules/node/content_types.inc:282: form_set_error('type', t("Invalid machine-readable name. Enter a name other than %invalid.", array('%invalid' => $type->type))); core/modules/node/content_types.inc:289: form_set_error('name', t('The human-readable name %name is already taken.', array('%name' => $type->name))); core/modules/node/content_types.inc:364: drupal_set_message(t('The content type %name has been updated.', $t_args)); core/modules/node/content_types.inc:368: drupal_set_message(t('The content type %name has been added.', $t_args)); core/modules/node/content_types.inc:440: $message = t('Are you sure you want to delete the content type %type?', array('%type' => $type->name)); core/modules/node/content_types.inc:461: drupal_set_message(t('The content type %name has been deleted.', $t_args)); core/modules/node/node.pages.inc:283: '#description' => t('Leave blank for %anonymous.', array('%anonymous' => variable_get('anonymous', t('Anonymous')))), core/modules/node/node.pages.inc:289: '#description' => t('Format: %time. The date format is YYYY-MM-DD and %timezone is the time zone offset from UTC. Leave blank to use the time of form submission.', array('%time' => !empty($node->date) ? date_format(date_create($node->date), 'Y-m-d H:i:s O') : format_date($node->created, 'custom', 'Y-m-d H:i:s O'), '%timezone' => !empty($node->date) ? date_format(date_create($node->date), 'O') : format_date($node->created, 'custom', 'O'))), core/modules/node/node.pages.inc:501: drupal_set_message(t('@type %title has been created.', $t_args)); core/modules/node/node.pages.inc:505: drupal_set_message(t('@type %title has been updated.', $t_args)); core/modules/node/node.pages.inc:571: t('Are you sure you want to delete %title?', array('%title' => $node->title)), core/modules/node/node.pages.inc:587: drupal_set_message(t('@type %title has been deleted.', array('@type' => node_type_get_name($node), '%title' => $node->title))); core/modules/node/node.pages.inc:601: drupal_set_title(t('Revisions for %title', array('%title' => $node->title)), PASS_THROUGH); core/modules/node/node.pages.inc:660: return confirm_form($form, t('Are you sure you want to revert to the revision from %revision-date?', array('%revision-date' => format_date($node_revision->revision_timestamp))), 'node/' . $node_revision->nid . '/revisions', '', t('Revert'), t('Cancel')); core/modules/node/node.pages.inc:669: $node_revision->log = t('Copy of the revision from %date.', array('%date' => format_date($node_revision->revision_timestamp))); core/modules/node/node.pages.inc:674: drupal_set_message(t('@type %title has been reverted back to the revision from %revision-date.', array('@type' => node_type_get_name($node_revision), '%title' => $node_revision->title, '%revision-date' => format_date($node_revision->revision_timestamp)))); core/modules/node/node.pages.inc:690: return confirm_form($form, t('Are you sure you want to delete the revision from %revision-date?', array('%revision-date' => format_date($node_revision->revision_timestamp))), 'node/' . $node_revision->nid . '/revisions', t('This action cannot be undone.'), t('Delete'), t('Cancel')); core/modules/node/node.pages.inc:701: drupal_set_message(t('Revision from %revision-date of @type %title has been deleted.', array('%revision-date' => format_date($node_revision->revision_timestamp), '@type' => node_type_get_name($node_revision), '%title' => $node_revision->title))); core/modules/file/file.js:76: var error = Drupal.t("The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.", { core/modules/file/tests/file.test:183: $message = isset($message) ? $message : t('File %file exists on the disk.', array('%file' => $file->uri)); core/modules/file/tests/file.test:193: $message = isset($message) ? $message : t('File %file exists in database at the correct path.', array('%file' => $file->uri)); core/modules/file/tests/file.test:201: $message = isset($message) ? $message : t('File %file exists on the disk.', array('%file' => $file->uri)); core/modules/file/tests/file.test:210: $message = isset($message) ? $message : t('File %file exists in database at the correct path.', array('%file' => $file->uri)); core/modules/file/tests/file.test:218: $message = isset($message) ? $message : t('File %file is permanent.', array('%file' => $file->uri)); core/modules/file/tests/file.test:252: $this->assertRaw(t('The file id is %fid.', array('%fid' => 0)), t('Submitted without a file.')); core/modules/file/tests/file.test:260: $this->assertRaw(t('The file id is %fid.', array('%fid' => $last_fid)), t('Submit handler has correct file info.')); core/modules/file/tests/file.test:264: $this->assertRaw(t('The file id is %fid.', array('%fid' => $last_fid)), t('Empty submission did not change an existing file.')); core/modules/file/tests/file.test:281: $this->assertRaw(t('The file id is %fid.', array('%fid' => $last_fid)), t('Submit handler has correct file info.')); core/modules/file/tests/file.test:292: $this->assertRaw(t('The file id is %fid.', array('%fid' => 0)), t('Submission after file removal was successful.')); core/modules/file/tests/file.test:306: $this->assertRaw(t('The file id is %fid.', array('%fid' => 0)), t('Submission after file upload and removal was successful.')); core/modules/file/tests/file.test:439: $this->assertTrue(is_array($buttons) && count($buttons) === $num_expected_remove_buttons, t('There are %n "Remove" buttons displayed (JSMode=%type).', array('%n' => $num_expected_remove_buttons, '%type' => $type))); core/modules/file/tests/file.test:481: $this->assertTrue(is_array($buttons) && count($buttons) == 1, t('The upload button is displayed with the correct name (JSMode=%type).', array('%type' => $type))); core/modules/file/tests/file.test:486: $this->assertTrue(is_array($buttons) && count($buttons) == $expected, t('After removing a file, only one "Upload" button for each possible field is displayed (JSMode=%type).', array('%type' => $type))); core/modules/file/tests/file.test:491: $this->assertNoFieldByXPath('//input[@type="submit"]', t('Remove'), t('After removing all files, there is no "Remove" button displayed (JSMode=%type).', array('%type' => $type))); core/modules/file/tests/file.test:773: $this->assertNoText($field_name, t('Field label is hidden when no file attached for formatter %formatter', array('%formatter' => $formatter))); core/modules/file/tests/file.test:889: $this->assertFileExists($node_file, t('File exists after uploading a file (%filesize) under the max limit (%maxsize).', array('%filesize' => format_size($small_file->filesize), '%maxsize' => $max_filesize))); core/modules/file/tests/file.test:890: $this->assertFileEntryExists($node_file, t('File entry exists after uploading a file (%filesize) under the max limit (%maxsize).', array('%filesize' => format_size($small_file->filesize), '%maxsize' => $max_filesize))); core/modules/file/tests/file.test:894: $error_message = t('The file is %filesize exceeding the maximum file size of %maxsize.', array('%filesize' => format_size($large_file->filesize), '%maxsize' => format_size($file_limit))); core/modules/file/tests/file.test:895: $this->assertRaw($error_message, t('Node save failed when file (%filesize) exceeded the max upload size (%maxsize).', array('%filesize' => format_size($large_file->filesize), '%maxsize' => $max_filesize))); core/modules/file/tests/file.test:905: $this->assertFileExists($node_file, t('File exists after uploading a file (%filesize) with no max limit.', array('%filesize' => format_size($large_file->filesize)))); core/modules/file/tests/file.test:906: $this->assertFileEntryExists($node_file, t('File entry exists after uploading a file (%filesize) with no max limit.', array('%filesize' => format_size($large_file->filesize)))); core/modules/file/tests/file.test:940: $error_message = t('Only files with the following extensions are allowed: %files-allowed.', array('%files-allowed' => 'txt')); core/modules/file/tests/file.test:985: $this->assertPathMatch('public://' . $test_file->filename, $node_file->uri, t('The file %file was uploaded to the correct path.', array('%file' => $node_file->uri))); core/modules/file/tests/file.test:996: $this->assertPathMatch('public://foo/bar/baz/' . $test_file->filename, $node_file->uri, t('The file %file was uploaded to the correct path.', array('%file' => $node_file->uri))); core/modules/file/tests/file.test:1012: $this->assertPathMatch('public://' . $subdirectory . '/' . $test_file->filename, $node_file->uri, t('The file %file was uploaded to the correct path with token replacements.', array('%file' => $node_file->uri))); core/modules/file/tests/file.test:1097: $this->assertEqual($output, $expected, t('Sanitized file token %token replaced.', array('%token' => $input))); core/modules/file/tests/file.test:1108: $this->assertEqual($output, $expected, t('Unsanitized file token %token replaced.', array('%token' => $input))); core/modules/file/tests/file_module_test.module:70: drupal_set_message(t('The file id is %fid.', array('%fid' => $fid))); core/modules/field_ui/field_ui.admin.inc:67: $list[] = t('%field (@field_name) field requires the %widget_type widget provided by %widget_module module', array( core/modules/field_ui/field_ui.admin.inc:701: form_set_error('fields][_add_new_field][field_name', t('Add new field: the field name %field_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.', array('%field_name' => $field_name))); core/modules/field_ui/field_ui.admin.inc:704: form_set_error('fields][_add_new_field][field_name', t("Add new field: the field name %field_name is too long. The name is limited to 32 characters, including the 'field_' prefix.", array('%field_name' => $field_name))); core/modules/field_ui/field_ui.admin.inc:711: form_set_error('fields][_add_new_field][field_name', t('Add new field: the field name %field_name already exists.', array('%field_name' => $field_name))); core/modules/field_ui/field_ui.admin.inc:834: drupal_set_message(t('There was a problem creating field %label: !message', array('%label' => $instance['label'], '!message' => $e->getMessage())), 'error'); core/modules/field_ui/field_ui.admin.inc:843: drupal_set_message(t('The field %label cannot be added because it is locked.', array('%label' => $values['label'])), 'error'); core/modules/field_ui/field_ui.admin.inc:864: drupal_set_message(t('There was a problem creating field instance %label: @message.', array('%label' => $instance['label'], '@message' => $e->getMessage())), 'error'); core/modules/field_ui/field_ui.admin.inc:1384: drupal_set_message(t('The %view_mode mode now uses custom display settings. You might want to configure them.', array('%view_mode' => $view_mode_label, '@url' => url($path)))); core/modules/field_ui/field_ui.admin.inc:1586: $description = '

' . t('These settings apply to the %field field everywhere it is used. These settings impact the way that data is stored in the database and cannot be changed once data has been created.', array('%field' => $instance['label'])) . '

'; core/modules/field_ui/field_ui.admin.inc:1619: '#markup' => t('%field has no field settings.', array('%field' => $instance['label'])), core/modules/field_ui/field_ui.admin.inc:1649: drupal_set_message(t('Updated field %label field settings.', array('%label' => $instance['label']))); core/modules/field_ui/field_ui.admin.inc:1653: drupal_set_message(t('Attempt to update field %label failed: %message.', array('%label' => $instance['label'], '%message' => $e->getMessage())), 'error'); core/modules/field_ui/field_ui.admin.inc:1697: '#description' => t('The type of form element you would like to present to the user when creating this field in the %type type.', array('%type' => $bundle_label)), core/modules/field_ui/field_ui.admin.inc:1730: drupal_set_message(t('Changed the widget for field %label.', array('%label' => $instance['label']))); core/modules/field_ui/field_ui.admin.inc:1733: drupal_set_message(t('There was a problem changing the widget for field %label.', array('%label' => $instance['label'])), 'error'); core/modules/field_ui/field_ui.admin.inc:1762: t('Are you sure you want to delete the field %field?', array('%field' => $instance['label'])), core/modules/field_ui/field_ui.admin.inc:1796: drupal_set_message(t('The field %field has been deleted from the %type content type.', array('%field' => $instance['label'], '%type' => $bundle_label))); core/modules/field_ui/field_ui.admin.inc:1799: drupal_set_message(t('There was a problem removing the %field from the %type content type.', array('%field' => $instance['label'], '%type' => $bundle_label)), 'error'); core/modules/field_ui/field_ui.admin.inc:1841: '#markup' => t('The field %field is locked and cannot be edited.', array('%field' => $instance['label'])), core/modules/field_ui/field_ui.admin.inc:1854: '#title' => t('%type settings', array('%type' => $bundles[$entity_type][$bundle]['label'])), core/modules/field_ui/field_ui.admin.inc:1855: '#description' => t('These settings apply only to the %field field when used in the %type type.', array( core/modules/field_ui/field_ui.admin.inc:1941: $description = '

' . t('These settings apply to the %field field everywhere it is used. Because the field already has data, some settings can no longer be changed.', array('%field' => $instance['label'])) . '

'; core/modules/field_ui/field_ui.admin.inc:1944: $description = '

' . t('These settings apply to the %field field everywhere it is used.', array('%field' => $instance['label'])) . '

'; core/modules/field_ui/field_ui.admin.inc:2116: drupal_set_message(t('Attempt to update field %label failed: %message.', array('%label' => $instance['label'], '%message' => $e->getMessage())), 'error'); core/modules/field_ui/field_ui.admin.inc:2137: drupal_set_message(t('Saved %label configuration.', array('%label' => $instance['label']))); core/modules/field_ui/field_ui.test:65: $this->assertRaw(t('These settings apply to the %label field everywhere it is used.', array('%label' => $label)), t('Field settings page was displayed.')); core/modules/field_ui/field_ui.test:69: $this->assertRaw(t('Updated field %label field settings.', array('%label' => $label)), t('Redirected to instance and widget settings page.')); core/modules/field_ui/field_ui.test:73: $this->assertRaw(t('Saved %label configuration.', array('%label' => $label)), t('Redirected to "Manage fields" page.')); core/modules/field_ui/field_ui.test:104: $this->assertRaw(t('Saved %label configuration.', array('%label' => $label)), t('Redirected to "Manage fields" page.')); core/modules/field_ui/field_ui.test:125: $this->assertRaw(t('Are you sure you want to delete the field %label', array('%label' => $label)), t('Delete confirmation was found.')); core/modules/field_ui/field_ui.test:129: $this->assertRaw(t('The field %label has been deleted from the %type content type.', array('%label' => $label, '%type' => $bundle_label)), t('Delete message was found.')); core/modules/field_ui/field_ui.test:212: $this->assertRaw($table_header . '', t('%table_header table header was found.', array('%table_header' => $table_header))); core/modules/field_ui/field_ui.test:431: $this->assertTrue(field_read_instance('node', $field_name, $this->type), t('An instance of the field %field was created programmatically.', array('%field' => $field_name))); core/modules/dblog/dblog.test:225: $this->assertLogMessage(t('New user: %name (%email).', array('%name' => $name, '%email' => $user->mail)), t('DBLog event was recorded: [add user]')); core/modules/dblog/dblog.test:227: $this->assertLogMessage(t('Session opened for %name.', array('%name' => $name)), t('DBLog event was recorded: [login user]')); core/modules/dblog/dblog.test:229: $this->assertLogMessage(t('Session closed for %name.', array('%name' => $name)), t('DBLog event was recorded: [logout user]')); core/modules/dblog/dblog.test:231: $message = t('Deleted user: %name %email.', array('%name' => $name, '%email' => '<' . $user->mail . '>')); core/modules/dblog/dblog.test:304: $this->assertLogMessage(t('@type: added %title.', array('@type' => $type, '%title' => $title)), t('DBLog event was recorded: [content added]')); core/modules/dblog/dblog.test:306: $this->assertLogMessage(t('@type: updated %title.', array('@type' => $type, '%title' => $title)), t('DBLog event was recorded: [content updated]')); core/modules/dblog/dblog.test:308: $this->assertLogMessage(t('@type: deleted %title.', array('@type' => $type, '%title' => $title)), t('DBLog event was recorded: [content deleted]')); core/modules/update/update.authorize.inc:79: 'title' => t('Installing %project', array('%project' => $project)), core/modules/update/update.authorize.inc:155: _update_batch_create_message($context['results']['log'][$project], t('Installed %project_name successfully', array('%project_name' => $project))); core/modules/update/update.module:698: $errors[] = t('%archive_file does not contain any .info files.', array('%archive_file' => drupal_basename($archive_file))); core/modules/update/update.manager.inc:485: '#markup' => t('You can find modules and themes on drupal.org. The following file extensions are supported: %extensions.', array( core/modules/update/update.manager.inc:497: '#description' => t('For example: %url', array('%url' => 'http://ftp.drupal.org/files/projects/name.tar.gz')), core/modules/update/update.manager.inc:509: '#description' => t('For example: %filename from your local computer', array('%filename' => 'name.tar.gz')), core/modules/update/update.manager.inc:623: form_set_error($field, t('Unable to retrieve Drupal project from %url.', array('%url' => $form_state['values']['project_url']))); core/modules/update/update.manager.inc:692: form_set_error($field, t('Unable to determine %project name.', array('%project' => $project))); core/modules/update/update.manager.inc:696: form_set_error($field, t('%project is already installed.', array('%project' => $project_title))); core/modules/update/update.manager.inc:755: throw new Exception(t('Cannot extract %file, not a valid archive.', array ('%file' => $file))); core/modules/update/update.manager.inc:849: $context['message'] = t('Downloading %project', array('%project' => $project)); core/modules/update/update.manager.inc:856: $context['results']['errors'][$project] = t('Failed to download %project from %url', array('%project' => $project, '%url' => $url)); core/modules/update/update.api.php:125: $errors[] = t('The %directory does not exist.', array('%directory' => $directory)); core/modules/update/update.report.inc:186: $includes_items[] = t('Enabled: %includes', array('%includes' => implode(', ', $project['includes']))); core/modules/update/update.report.inc:187: $includes_items[] = t('Disabled: %disabled', array('%disabled' => implode(', ', $project['disabled']))); core/modules/update/update.report.inc:191: $row .= t('Includes: %includes', array('%includes' => implode(', ', $project['includes']))); core/modules/update/update.report.inc:204: $base_themes[] = t('%base_theme (!base_label)', array('%base_theme' => $base_theme, '!base_label' => theme('update_status_label', array('status' => $status[$base_key])))); core/modules/update/update.report.inc:218: $row .= t('Required by: %subthemes', array('%subthemes' => implode(', ', $project['sub_themes']))); core/modules/update/update.fetch.inc:47: $context['message'] = t('Checked available update data for %title.', array('%title' => $item->data['info']['name'])); core/modules/update/update.fetch.inc:50: $context['message'] = t('Failed to check available update data for %title.', array('%title' => $item->data['info']['name'])); core/modules/update/update.settings.inc:83: form_set_error('update_notify_emails', t('%email is not a valid e-mail address.', array('%email' => reset($invalid)))); core/modules/update/update.settings.inc:86: form_set_error('update_notify_emails', t('%emails are not valid e-mail addresses.', array('%emails' => implode(', ', $invalid)))); core/modules/system/system.install:38: 'value' => $t('%profile_name (%profile-%version)', array( core/modules/system/system.install:74: $requirements['php']['description'] = $t('Your PHP installation is too old. Drupal requires at least PHP %version.', array('%version' => DRUPAL_MINIMUM_PHP)); core/modules/system/system.install:205: $description = $t('Consider increasing your PHP memory limit to %memory_minimum_limit to help prevent errors in the installation process.', array('%memory_minimum_limit' => DRUPAL_MINIMUM_PHP_MEMORY_LIMIT)); core/modules/system/system.install:208: $description = $t('Consider increasing your PHP memory limit to %memory_minimum_limit to help prevent errors in the update process.', array('%memory_minimum_limit' => DRUPAL_MINIMUM_PHP_MEMORY_LIMIT)); core/modules/system/system.install:211: $description = $t('Depending on your configuration, Drupal can run with a %memory_limit PHP memory limit. However, a %memory_minimum_limit PHP memory limit or above is recommended, especially if your site uses additional custom or contributed modules.', array('%memory_limit' => $memory_limit, '%memory_minimum_limit' => DRUPAL_MINIMUM_PHP_MEMORY_LIMIT)); core/modules/system/system.install:216: $description .= ' ' . $t('Increase the memory limit by editing the memory_limit parameter in the file %configuration-file and then restart your web server (or contact your system administrator or hosting provider for assistance).', array('%configuration-file' => $php_ini_path)); core/modules/system/system.install:238: $requirements['settings.php']['description'] .= $t('The directory %file is not protected from modifications and poses a security risk. You must change the directory\'s permissions to be non-writable. ', array('%file' => conf_path())); core/modules/system/system.install:241: $requirements['settings.php']['description'] .= $t('The file %file is not protected from modifications and poses a security risk. You must change the file\'s permissions to be non-writable.', array('%file' => conf_path() . '/settings.php')); core/modules/system/system.install:336: $error .= $t('The directory %directory does not exist.', array('%directory' => $directory)) . ' '; core/modules/system/system.install:339: $error .= $t('The directory %directory is not writable.', array('%directory' => $directory)) . ' '; core/modules/system/system.api.php:2605: $requirements['php']['description'] = $t('Your PHP installation is too old. Drupal requires at least PHP %version.', array('%version' => DRUPAL_MINIMUM_PHP)); core/modules/system/system.test:660: $this->assertRaw(t('The IP address %ip has been blocked.', array('%ip' => $edit['ip'])), t('IP address was blocked.')); core/modules/system/system.test:691: $this->assertRaw(t('The IP address %ip has been blocked.', array('%ip' => $submit_ip)), t('IP address was blocked.')); core/modules/system/system.test:1990: $this->assertTrue($output == $expected, t('Token recognized in string %string', array('%string' => $input))); core/modules/system/system.test:2022: $this->assertEqual($output, $expected, t('Sanitized system site information token %token replaced.', array('%token' => $input))); core/modules/system/system.test:2031: $this->assertEqual($output, $expected, t('Unsanitized system site information token %token replaced.', array('%token' => $input))); core/modules/system/system.test:2058: $this->assertEqual($output, $expected, t('Date token %token replaced.', array('%token' => $input))); core/modules/system/system.tokens.inc:58: 'description' => t("A date in 'short' format. (%date)", array('%date' => format_date(REQUEST_TIME, 'short'))), core/modules/system/system.tokens.inc:62: 'description' => t("A date in 'medium' format. (%date)", array('%date' => format_date(REQUEST_TIME, 'medium'))), core/modules/system/system.tokens.inc:66: 'description' => t("A date in 'long' format. (%date)", array('%date' => format_date(REQUEST_TIME, 'long'))), core/modules/system/system.tokens.inc:74: 'description' => t("A date in 'time-since' format. (%date)", array('%date' => format_interval(REQUEST_TIME - 360, 2))), core/modules/system/system.tokens.inc:78: 'description' => t("A date in UNIX timestamp format (%date)", array('%date' => REQUEST_TIME)), core/modules/system/system.archiver.inc:91: throw new Exception(t('Cannot open %file_path', array('%file_path' => $file_path))); core/modules/system/system.module:104: return '

' . t('These options control the display settings for the %name theme. When your site is displayed using this theme, these settings will be used.', array('%name' => $theme->info['name'])) . '

'; core/modules/system/system.module:2197: form_set_error($form_element['#parents'][0], t('The directory %directory does not exist and could not be created.', array('%directory' => $directory))); core/modules/system/system.module:2203: form_set_error($form_element['#parents'][0], t('The directory %directory exists but is not writable and could not be made writable.', array('%directory' => $directory))); core/modules/system/system.module:3156: form_set_error('recipient', t('Enter a valid email address or use a token e-mail address such as %author.', array('%author' => '[node:author:mail]'))); core/modules/system/image.gd.inc:29: '#field_suffix' => t('%'), core/modules/system/system.admin.inc:274: drupal_set_message(t('The %theme theme has been enabled.', array('%theme' => $themes[$theme]->info['name']))); core/modules/system/system.admin.inc:277: drupal_set_message(t('The %theme theme was not found.', array('%theme' => $theme)), 'error'); core/modules/system/system.admin.inc:297: drupal_set_message(t('%theme is the default theme and cannot be disabled.', array('%theme' => $themes[$theme]->info['name'])), 'error'); core/modules/system/system.admin.inc:301: drupal_set_message(t('The %theme theme has been disabled.', array('%theme' => $themes[$theme]->info['name']))); core/modules/system/system.admin.inc:305: drupal_set_message(t('The %theme theme was not found.', array('%theme' => $theme)), 'error'); core/modules/system/system.admin.inc:341: drupal_set_message(t('Please note that the administration theme is still set to the %admin_theme theme; consequently, the theme on this page remains unchanged. All non-administrative sections of the site, however, will show the selected %selected_theme theme by default.', array( core/modules/system/system.admin.inc:347: drupal_set_message(t('%theme is now the default theme.', array('%theme' => $themes[$theme]->info['name']))); core/modules/system/system.admin.inc:351: drupal_set_message(t('The %theme theme was not found.', array('%theme' => $theme)), 'error'); core/modules/system/system.admin.inc:534: '#description' => t('These settings only exist for the themes based on the %engine theme engine.', array('%engine' => $themes[$key]->prefix)), core/modules/system/system.admin.inc:1425: drupal_set_message(t('The IP address %ip has been blocked.', array('%ip' => $ip))); core/modules/system/system.admin.inc:1440: return confirm_form($form, t('Are you sure you want to delete %ip?', array('%ip' => $iid['ip'])), 'admin/config/people/ip-blocking', t('This action cannot be undone.'), t('Delete'), t('Cancel')); core/modules/system/system.admin.inc:1452: drupal_set_message(t('The IP address %ip was deleted.', array('%ip' => $blocked_ip['ip']))); core/modules/system/system.admin.inc:1550: form_set_error('site_frontpage', t("The path '%path' is either invalid or you do not have access to it.", array('%path' => $form_state['values']['site_frontpage']))); core/modules/system/system.admin.inc:1561: form_set_error('site_403', t("The path '%path' is either invalid or you do not have access to it.", array('%path' => $form_state['values']['site_403']))); core/modules/system/system.admin.inc:1565: form_set_error('site_404', t("The path '%path' is either invalid or you do not have access to it.", array('%path' => $form_state['values']['site_404']))); core/modules/system/system.admin.inc:1584: $status = '

' . t('Last run: %cron-last ago.', array('%cron-last' => format_interval(REQUEST_TIME - variable_get('cron_last')),)) . '

'; core/modules/system/system.admin.inc:2746: t('Are you sure you want to remove the format %format?', array('%format' => format_date(REQUEST_TIME, 'custom', $format->format))), core/modules/system/system.admin.inc:2763: drupal_set_message(t('Removed date format %format.', array('%format' => format_date(REQUEST_TIME, 'custom', $format->format)))); core/modules/system/system.admin.inc:2779: t('Are you sure you want to remove the date type %type?', array('%type' => $type_info['title'])), core/modules/system/system.admin.inc:2796: drupal_set_message(t('Removed date type %type.', array('%type' => $type_info['title']))); core/modules/system/system.admin.inc:2855: $now = ($dfid ? t('Displayed as %date', array('%date' => format_date(REQUEST_TIME, 'custom', $format->format))) : ''); core/modules/system/system.admin.inc:3145: t('Are you sure you want to delete the action %action?', array('%action' => $action->label)), core/modules/system/system.admin.inc:3163: drupal_set_message(t('Action %action was deleted', array('%action' => $action->label))); core/modules/system/system.admin.inc:3175: drupal_set_message(t("Deleted orphaned action (%action).", array('%action' => $callback))); core/modules/openid/openid.test:282: $this->assertRaw(t('The username %name has not been activated or is blocked.', array('%name' => $this->web_user->name)), t('User login was blocked.')); core/modules/openid/openid.test:322: $this->assertRaw(t('Successfully added %identity', array('%identity' => $claimed_id)), t('Identity %identity was added.', array('%identity' => $identity))); core/modules/openid/openid.test:497: $this->assertRaw(t('The name %name is already taken.', array('%name' => $web_user->name)), t('Form validation error for username was displayed.')); core/modules/openid/openid.test:498: $this->assertRaw(t('The e-mail address %mail is not valid.', array('%mail' => 'mail@invalid#')), t('Form validation error for e-mail address was displayed.')); core/modules/openid/openid.pages.inc:44: drupal_set_message(t('Successfully added %identity', array('%identity' => $identity))); core/modules/openid/openid.pages.inc:104: return confirm_form(array(), t('Are you sure you want to delete the OpenID %authname for %user?', array('%authname' => $authname, '%user' => $account->name)), 'user/' . $account->uid . '/openid'); core/modules/search/search.admin.inc:65: $status = '

' . t('%percentage of the site has been indexed.', array('%percentage' => $percentage)) . ' ' . $count . '

'; core/modules/search/tests/search_embedded_form.module:41: '#description' => t('Times form has been submitted: %count', array('%count' => $count)), core/modules/php/php.test:83: $this->assertRaw(t('Basic page %title has been updated.', array('%title' => $node->title)), t('PHP code filter turned on.')); core/modules/aggregator/aggregator.test:28: $this->assertRaw(t('The feed %name has been added.', array('%name' => $edit['title'])), t('The feed !name has been added.', array('!name' => $edit['title']))); core/modules/aggregator/aggregator.test:43: $this->assertRaw(t('The feed %title has been deleted.', array('%title' => $feed->title)), t('Feed deleted successfully.')); core/modules/aggregator/aggregator.test:117: $this->assertRaw(t('The news items from %title have been removed.', array('%title' => $feed->title)), t('Feed items removed.')); core/modules/aggregator/aggregator.test:371: $this->assertRaw(t('The category %title has been added.', array('%title' => $category_1['title'])), t('The category %title has been added.', array('%title' => $category_1['title']))); core/modules/aggregator/aggregator.test:375: $this->assertRaw(t('The category %title has been added.', array('%title' => $category_2['title'])), t('The category %title has been added.', array('%title' => $category_2['title']))); core/modules/aggregator/aggregator.test:421: $this->assertRaw(t('The feed %name has been updated.', array('%name' => $edit['title'])), t('The feed %name has been updated.', array('%name' => $edit['title']))); core/modules/aggregator/aggregator.test:502: $this->assertRaw(t('The feed %name has been added.', array('%name' => $edit['title'])), t('The feed !name has been added.', array('!name' => $edit['title']))); core/modules/aggregator/aggregator.test:585: $this->assertRaw(t('The category %title has been added.', array('%title' => $edit['title'])), t('The category %title has been added.', array('%title' => $edit['title']))); core/modules/aggregator/aggregator.test:719: $this->assertRaw(t('A feed with the URL %url already exists.', array('%url' => $feeds[0]['url'])), t('Verifying that a duplicate URL was identified')); core/modules/aggregator/aggregator.test:720: $this->assertRaw(t('A feed named %title already exists.', array('%title' => $feeds[1]['title'])), t('Verifying that a duplicate title was identified')); core/modules/aggregator/aggregator.test:837: $this->assertText(t('The block settings have been updated.'), t('Block successfully moved to %region_name region.', array( '%region_name' => $region))); core/modules/aggregator/aggregator.test:845: $this->assert(isset($links[0]), t('Link to href %href found.', array('%href' => $href))); core/modules/aggregator/aggregator.test:903: $this->assertResponse(200, t('Feed %name exists.', array('%name' => $feed->title))); core/modules/aggregator/aggregator.test:916: $this->assertResponse(200, t('Feed %name exists.', array('%name' => $feed->title))); core/modules/aggregator/aggregator.test:930: $this->assertResponse(200, t('Feed %name exists.', array('%name' => $feed->title))); core/modules/aggregator/aggregator.module:654: drupal_set_message(t('There is new syndicated content from %site.', array('%site' => $feed->title))); core/modules/aggregator/aggregator.module:665: drupal_set_message(t('There is no new syndicated content from %site.', array('%site' => $feed->title))); core/modules/aggregator/aggregator.admin.inc:37: ($feed->checked && $feed->refresh ? t('%time left', array('%time' => format_interval($feed->checked + $feed->refresh - REQUEST_TIME))) : t('never')), core/modules/aggregator/aggregator.admin.inc:151: form_set_error('url', t('The URL %url is invalid. Enter a fully-qualified URL, such as http://www.example.com/feed.xml.', array('%url' => $form_state['values']['url']))); core/modules/aggregator/aggregator.admin.inc:162: form_set_error('title', t('A feed named %feed already exists. Enter a unique title.', array('%feed' => $form_state['values']['title']))); core/modules/aggregator/aggregator.admin.inc:165: form_set_error('url', t('A feed with this URL %url already exists. Enter a unique URL.', array('%url' => $form_state['values']['url']))); core/modules/aggregator/aggregator.admin.inc:186: drupal_set_message(t('The feed %feed has been updated.', array('%feed' => $form_state['values']['title']))); core/modules/aggregator/aggregator.admin.inc:198: drupal_set_message(t('The feed %feed has been deleted.', array('%feed' => $title))); core/modules/aggregator/aggregator.admin.inc:211: drupal_set_message(t('The feed %feed has been added.', array('%feed' => $form_state['values']['title']))); core/modules/aggregator/aggregator.admin.inc:234: t('Are you sure you want to remove all items from the feed %feed?', array('%feed' => $feed->title)), core/modules/aggregator/aggregator.admin.inc:355: drupal_set_message(t('The URL %url is invalid.', array('%url' => $feed['url'])), 'warning'); core/modules/aggregator/aggregator.admin.inc:363: drupal_set_message(t('A feed named %title already exists.', array('%title' => $old->title)), 'warning'); core/modules/aggregator/aggregator.admin.inc:367: drupal_set_message(t('A feed with the URL %url already exists.', array('%url' => $old->url)), 'warning'); core/modules/aggregator/aggregator.admin.inc:604: form_set_error('title', t('A category named %category already exists. Enter a unique title.', array('%category' => $form_state['values']['title']))); core/modules/aggregator/aggregator.admin.inc:624: drupal_set_message(t('The category %category has been updated.', array('%category' => $form_state['values']['title']))); core/modules/aggregator/aggregator.admin.inc:636: drupal_set_message(t('The category %category has been deleted.', array('%category' => $title))); core/modules/aggregator/aggregator.admin.inc:649: drupal_set_message(t('The category %category has been added.', array('%category' => $form_state['values']['title']))); core/modules/aggregator/aggregator.processor.inc:63: drupal_set_message(t('The news items from %site have been removed.', array('%site' => $feed->title))); core/modules/aggregator/aggregator.parser.inc:83: drupal_set_message(t('The feed from %site seems to be broken because of error "%error" on line %line.', array('%site' => $feed->title, '%error' => xml_error_string(xml_get_error_code($xml_parser)), '%line' => xml_get_current_line_number($xml_parser))), 'error'); core/modules/aggregator/aggregator.fetcher.inc:57: drupal_set_message(t('The feed from %site seems to be broken because of error "%error".', array('%site' => $feed->title, '%error' => $result->code . ' ' . $result->error))); core/modules/aggregator/aggregator.pages.inc:330: $variables['source_date'] = t('%ago ago', array('%ago' => format_interval(REQUEST_TIME - $item->timestamp))); core/modules/aggregator/aggregator.pages.inc:544: $variables['feed_age'] = t('%age old', array('%age' => format_interval(REQUEST_TIME - $item->timestamp))); core/includes/file.inc:762: drupal_set_message(t('The specified file %file could not be copied because the destination is invalid. More information is available in the system log.', array('%file' => $source->uri)), 'error'); core/includes/file.inc:859: drupal_set_message(t('The specified file %file could not be copied because no file by that name exists. Please check that you supplied the correct filename.', array('%file' => $original_source)), 'error'); core/includes/file.inc:886: drupal_set_message(t('The specified file %file could not be copied because the destination directory is not properly configured. This may be caused by a problem with file or directory permissions. More information is available in the system log.', array('%file' => $original_source)), 'error'); core/includes/file.inc:894: drupal_set_message(t('The file %file could not be copied because a file by that name already exists in the destination directory.', array('%file' => $original_source)), 'error'); core/includes/file.inc:903: drupal_set_message(t('The specified file %file was not copied because it would overwrite itself.', array('%file' => $source)), 'error'); core/includes/file.inc:1011: drupal_set_message(t('The specified file %file could not be moved because the destination is invalid. More information is available in the system log.', array('%file' => $source->uri)), 'error'); core/includes/file.inc:1136: drupal_set_message(t('For security reasons, your upload has been renamed to %filename.', array('%filename' => $filename))); core/includes/file.inc:1242: drupal_set_message(t('The specified file %file could not be deleted because it is not a valid URI. More information is available in the system log.', array('%file' => $file->uri)), 'error'); core/includes/file.inc:1429: drupal_set_message(t('The file %file could not be saved because it exceeds %maxsize, the maximum allowed size for uploads.', array('%file' => $_FILES['files']['name'][$source], '%maxsize' => format_size(file_upload_max_size()))), 'error'); core/includes/file.inc:1434: drupal_set_message(t('The file %file could not be saved because the upload did not complete.', array('%file' => $_FILES['files']['name'][$source])), 'error'); core/includes/file.inc:1446: drupal_set_message(t('The file %file could not be saved. An unknown error has occurred.', array('%file' => $_FILES['files']['name'][$source])), 'error'); core/includes/file.inc:1498: drupal_set_message(t('For security reasons, your upload has been renamed to %filename.', array('%filename' => $file->filename))); core/includes/file.inc:1510: drupal_set_message(t('The file could not be uploaded because the destination %destination is invalid.', array('%destination' => $destination)), 'error'); core/includes/file.inc:1523: drupal_set_message(t('The file %source could not be uploaded because a file by that name already exists in the destination %directory.', array('%source' => $source, '%directory' => $destination)), 'error'); core/includes/file.inc:1535: $message = t('The specified file %name could not be uploaded.', array('%name' => $file->filename)); core/includes/file.inc:1689: $errors[] = t('Only files with the following extensions are allowed: %files-allowed.', array('%files-allowed' => $extensions)); core/includes/file.inc:1722: $errors[] = t('The file is %filesize exceeding the maximum file size of %maxsize.', array('%filesize' => format_size($file->filesize), '%maxsize' => format_size($file_limit))); core/includes/file.inc:1727: $errors[] = t('The file is %filesize which would exceed your disk quota of %quota.', array('%filesize' => format_size($file->filesize), '%quota' => format_size($user_limit))); core/includes/file.inc:1793: drupal_set_message(t('The image was resized to fit within the maximum allowed dimensions of %dimensions pixels.', array('%dimensions' => $maximum_dimensions))); core/includes/file.inc:1796: $errors[] = t('The image is too large; the maximum dimensions are %dimensions pixels.', array('%dimensions' => $maximum_dimensions)); core/includes/file.inc:1805: $errors[] = t('The image is too small; the minimum dimensions are %dimensions pixels.', array('%dimensions' => $minimum_dimensions)); core/includes/gettext.inc:51: drupal_set_message(t('The translation file %filename appears to have a missing or malformed header.', array('%filename' => $file->filename)), 'error'); core/includes/gettext.inc:61: drupal_set_message(t('The translation was successfully imported. There are %number newly created translated strings, %update strings were updated and %delete strings were removed.', array('%number' => $additions, '%update' => $updates, '%delete' => $deletes))); core/includes/gettext.inc:620: drupal_set_message(t('The translation file %filepath contains an error: the plural formula could not be parsed.', array('%filepath' => $filepath)), 'error'); core/includes/update.inc:352: $ret['#abort'] = array('success' => FALSE, 'query' => t('%type: !message in %function (line %line of %file).', $variables)); core/includes/authorize.inc:211: throw new Exception(t('Error, this type of connection protocol (%backend) does not exist.', array('%backend' => $backend))); core/includes/mail.inc:281: throw new Exception(t('Class %class does not implement interface %interface', array('%class' => $class, '%interface' => 'MailSystemInterface'))); core/includes/database/sqlite/schema.inc:235: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot rename %table to %table_new: table %table doesn't exist.", array('%table' => $table, '%table_new' => $new_name))); core/includes/database/sqlite/schema.inc:238: throw new DatabaseSchemaObjectExistsException(t("Cannot rename %table to %table_new: table %table_new already exists.", array('%table' => $table, '%table_new' => $new_name))); core/includes/database/sqlite/schema.inc:281: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add field %table.%field: table doesn't exist.", array('%field' => $field, '%table' => $table))); core/includes/database/sqlite/schema.inc:284: throw new DatabaseSchemaObjectExistsException(t("Cannot add field %table.%field: field already exists.", array('%field' => $field, '%table' => $table))); core/includes/database/sqlite/schema.inc:497: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot change the definition of field %table.%name: field doesn't exist.", array('%table' => $table, '%name' => $field))); core/includes/database/sqlite/schema.inc:500: throw new DatabaseSchemaObjectExistsException(t("Cannot rename field %table.%name to %name_new: target field already exists.", array('%table' => $table, '%name' => $field, '%name_new' => $field_new))); core/includes/database/sqlite/schema.inc:562: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add index %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); core/includes/database/sqlite/schema.inc:565: throw new DatabaseSchemaObjectExistsException(t("Cannot add index %name to table %table: index already exists.", array('%table' => $table, '%name' => $name))); core/includes/database/sqlite/schema.inc:594: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add unique key %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); core/includes/database/sqlite/schema.inc:597: throw new DatabaseSchemaObjectExistsException(t("Cannot add unique key %name to table %table: unique key already exists.", array('%table' => $table, '%name' => $name))); core/includes/database/sqlite/schema.inc:620: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add primary key to table %table: table doesn't exist.", array('%table' => $table))); core/includes/database/sqlite/schema.inc:627: throw new DatabaseSchemaObjectExistsException(t("Cannot add primary key to table %table: primary key already exists.", array('%table' => $table))); core/includes/database/sqlite/schema.inc:649: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot set default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); core/includes/database/sqlite/schema.inc:661: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot remove default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); core/includes/database/pgsql/schema.inc:317: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot rename %table to %table_new: table %table doesn't exist.", array('%table' => $table, '%table_new' => $new_name))); core/includes/database/pgsql/schema.inc:320: throw new DatabaseSchemaObjectExistsException(t("Cannot rename %table to %table_new: table %table_new already exists.", array('%table' => $table, '%table_new' => $new_name))); core/includes/database/pgsql/schema.inc:354: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add field %table.%field: table doesn't exist.", array('%field' => $field, '%table' => $table))); core/includes/database/pgsql/schema.inc:357: throw new DatabaseSchemaObjectExistsException(t("Cannot add field %table.%field: field already exists.", array('%field' => $field, '%table' => $table))); core/includes/database/pgsql/schema.inc:396: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot set default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); core/includes/database/pgsql/schema.inc:411: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot remove default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); core/includes/database/pgsql/schema.inc:438: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add primary key to table %table: table doesn't exist.", array('%table' => $table))); core/includes/database/pgsql/schema.inc:441: throw new DatabaseSchemaObjectExistsException(t("Cannot add primary key to table %table: primary key already exists.", array('%table' => $table))); core/includes/database/pgsql/schema.inc:458: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add unique key %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); core/includes/database/pgsql/schema.inc:461: throw new DatabaseSchemaObjectExistsException(t("Cannot add unique key %name to table %table: unique key already exists.", array('%table' => $table, '%name' => $name))); core/includes/database/pgsql/schema.inc:478: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add index %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); core/includes/database/pgsql/schema.inc:481: throw new DatabaseSchemaObjectExistsException(t("Cannot add index %name to table %table: index already exists.", array('%table' => $table, '%name' => $name))); core/includes/database/pgsql/schema.inc:498: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot change the definition of field %table.%name: field doesn't exist.", array('%table' => $table, '%name' => $field))); core/includes/database/pgsql/schema.inc:501: throw new DatabaseSchemaObjectExistsException(t("Cannot rename field %table.%name to %name_new: target field already exists.", array('%table' => $table, '%name' => $field, '%name_new' => $field_new))); core/includes/database/mysql/schema.inc:299: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot rename %table to %table_new: table %table doesn't exist.", array('%table' => $table, '%table_new' => $new_name))); core/includes/database/mysql/schema.inc:302: throw new DatabaseSchemaObjectExistsException(t("Cannot rename %table to %table_new: table %table_new already exists.", array('%table' => $table, '%table_new' => $new_name))); core/includes/database/mysql/schema.inc:320: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add field %table.%field: table doesn't exist.", array('%field' => $field, '%table' => $table))); core/includes/database/mysql/schema.inc:323: throw new DatabaseSchemaObjectExistsException(t("Cannot add field %table.%field: field already exists.", array('%field' => $field, '%table' => $table))); core/includes/database/mysql/schema.inc:359: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot set default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); core/includes/database/mysql/schema.inc:374: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot remove default value of field %table.%field: field doesn't exist.", array('%table' => $table, '%field' => $field))); core/includes/database/mysql/schema.inc:389: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add primary key to table %table: table doesn't exist.", array('%table' => $table))); core/includes/database/mysql/schema.inc:392: throw new DatabaseSchemaObjectExistsException(t("Cannot add primary key to table %table: primary key already exists.", array('%table' => $table))); core/includes/database/mysql/schema.inc:409: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add unique key %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); core/includes/database/mysql/schema.inc:412: throw new DatabaseSchemaObjectExistsException(t("Cannot add unique key %name to table %table: unique key already exists.", array('%table' => $table, '%name' => $name))); core/includes/database/mysql/schema.inc:429: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot add index %name to table %table: table doesn't exist.", array('%table' => $table, '%name' => $name))); core/includes/database/mysql/schema.inc:432: throw new DatabaseSchemaObjectExistsException(t("Cannot add index %name to table %table: index already exists.", array('%table' => $table, '%name' => $name))); core/includes/database/mysql/schema.inc:449: throw new DatabaseSchemaObjectDoesNotExistException(t("Cannot change the definition of field %table.%name: field doesn't exist.", array('%table' => $table, '%name' => $field))); core/includes/database/mysql/schema.inc:452: throw new DatabaseSchemaObjectExistsException(t("Cannot rename field %table.%name to %name_new: target field already exists.", array('%table' => $table, '%name' => $field, '%name_new' => $field_new))); core/includes/database/schema.inc:653: throw new DatabaseSchemaObjectExistsException(t('Table %name already exists.', array('%name' => $name))); core/includes/updater.inc:182: throw new UpdaterException(t('Unable to parse info file: %info_file.', array('%info_file' => $info_file))); core/includes/updater.inc:185: throw new UpdaterException(t("The info file (%info_file) does not define a 'name' attribute.", array('%info_file' => $info_file))); core/includes/updater.inc:333: $throw_message = t('Unable to create %directory due to the following: %reason', array('%directory' => $directory, '%reason' => $message)); core/includes/errors.inc:225: print html_entity_decode(strip_tags(t('%type: !message in %function (line %line of %file).', $error))). "\n"; core/includes/errors.inc:233: print t('%type: !message in %function (line %line of %file).', $error); core/includes/errors.inc:250: drupal_set_message(t('%type: !message in %function (line %line of %file).', $error), $class); core/includes/common.inc:7747: throw new Exception(t('Archivers can only operate on local files: %file not supported', array('%file' => $file))); core/includes/form.inc:1294: form_error($elements, $t('!name cannot be longer than %max characters but is currently %length characters long.', array('!name' => empty($elements['#title']) ? $elements['#parents'][0] : $elements['#title'], '%max' => $elements['#maxlength'], '%length' => drupal_strlen($elements['#value'])))); core/includes/form.inc:4133: form_error($element, t('%name must be an integer.', array('%name' => $element['#title']))); core/includes/form.inc:4143: form_error($element, t('%name must be a positive integer.', array('%name' => $element['#title']))); core/includes/form.inc:4153: form_error($element, t('%name must be a number.', array('%name' => $element['#title']))); core/includes/form.inc:4265: * $items[] = t('Loaded node %title.', array('%title' => $result)); sites/all/modules/admin_menu/admin_views/plugins/views_plugin_display_system.inc:197: '#description' => t('This view replaces this path on your site. You may use "%" for dynamic arguments. For example: "node/%/feed".'), sites/all/modules/admin_menu/admin_views/plugins/views_plugin_display_system.inc:213: form_error($form['path'], t('"%" may not be used for the first segment of a path.')); sites/all/modules/admin_menu/admin_menu.inc:593: '#title' => t('Collapse module groups on the %modules page', array( sites/all/modules/admin_menu/admin_menu.inc:604: '#title' => t('Collapse module groups on the %permissions page', array( sites/all/modules/admin_menu/admin_menu.inc:636: '#description' => t('The selected modules will not be disabled when the link %disable-developer-modules below the icon in the menu is invoked.', array(