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: %valuesThis 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' => '' . 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' => '' . 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(