You are here

function backup_migrate_profile::strings in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.2 includes/profiles.inc \backup_migrate_profile::strings()
  2. 8.3 includes/profiles.inc \backup_migrate_profile::strings()
  3. 6.2 includes/profiles.inc \backup_migrate_profile::strings()
  4. 7.3 includes/profiles.inc \backup_migrate_profile::strings()
  5. 7.2 includes/profiles.inc \backup_migrate_profile::strings()

This function is not supposed to be called. It is just here to help the po extractor out.

Overrides backup_migrate_item::strings

File

includes/profiles.inc, line 219

Class

backup_migrate_profile
A profile class for crud operations.

Code

function strings() {

  // Help the pot extractor find these strings.
  t('Settings Profile');
  t('Settings Profiles');
  t('settings profile');
  t('settings profiles');
}