You are here

function backup_migrate_source::strings in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 6.3 includes/sources.inc \backup_migrate_source::strings()
  2. 7.3 includes/sources.inc \backup_migrate_source::strings()

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

Overrides backup_migrate_location::strings

File

includes/sources.inc, line 166

Class

backup_migrate_source
A base class for creating sources.

Code

function strings() {

  // Help the pot extractor find these strings.
  t('source');
  t('sources');
  t('Sources');
  t('Source');
}