Only selects versions matching the given expression. Only used with "Regex" strategies.'; $s_plugin_Source_mapping[SOURCE_EXPLICIT] = 'Explicit Version'; $s_plugin_Source_mapping[SOURCE_NEAR] = 'Nearest Release Date'; $s_plugin_Source_mapping[SOURCE_FAR] = 'furthest Release Date'; $s_plugin_Source_mapping[SOURCE_FIRST] = 'Sorted First'; $s_plugin_Source_mapping[SOURCE_LAST] = 'Sorted Last'; $s_plugin_Source_mapping[SOURCE_NEAR_REGEX] = 'Nearest Release Date (Regex)'; $s_plugin_Source_mapping[SOURCE_FAR_REGEX] = 'Furthest Release Date (Regex)'; $s_plugin_Source_mapping[SOURCE_FIRST_REGEX] = 'Sorted First (Regex)'; $s_plugin_Source_mapping[SOURCE_LAST_REGEX] = 'Sorted Last (Regex)'; $s_plugin_Source_changeset_attached = 'Changeset attached'; $s_plugin_Source_changeset_removed = 'Changeset removed'; $s_plugin_Source_ensure_delete = 'Do you really want to delete the "%s" repository and all of its history?'; $s_plugin_Source_ensure_import_full = 'This will import to a new copy of your repository, and then destroy the old repository data, and may require use of shell access. Do you wish to continue?'; $s_plugin_Source_ensure_import_latest = 'This will attempt to import recent data for your repository, and may require use of shell access. Do you wish to continue?'; $s_plugin_Source_import_stats = 'Imported %s changesets, %s files, and %s bug references.'; $s_plugin_Source_invalid_checkin_url = 'Invalid remote check-in address'; $s_plugin_Source_invalid_import_url = 'Invalid remote import address'; $s_plugin_Source_invalid_repo = 'Invalid repository name'; $s_plugin_Source_invalid_changeset = 'Changeset information could not be loaded'; $s_plugin_Source_import_latest_failed = 'Importing latest repository data failed.'; $s_plugin_Source_import_full_failed = 'Full repository data importing failed.';