You are here

function backup_migrate_destination::strings in Backup and Migrate 8.2

Same name and namespace in other branches
  1. 8.3 includes/destinations.inc \backup_migrate_destination::strings()
  2. 6.3 includes/destinations.inc \backup_migrate_destination::strings()
  3. 6.2 includes/destinations.inc \backup_migrate_destination::strings()
  4. 7.3 includes/destinations.inc \backup_migrate_destination::strings()
  5. 7.2 includes/destinations.inc \backup_migrate_destination::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/destinations.inc, line 512

Class

backup_migrate_destination
A base class for creating destinations.

Code

function strings() {

  // Help the pot extractor find these strings.
  t('Destination');
  t('Destinations');
  t('destinations');
  t('destination');
}