Module:GayPornographicCareerList/i18n

From Porn Base Central, the free encyclopedia of gay porn
Jump to navigation Jump to search

Documentation for this module may be created at Module:GayPornographicCareerList/i18n/doc

local p = {}

function p.init(aliasesP)
    p.errors = {
        siteIsEmpty = 'Error: site parameter is empty. Please provide a valid site name.',
        duplicateSites = 'Error: Duplicate sites found in module. Please check the module for errors.',
        noModule = 'Error: No module found for: %s. Check if the corresponding module exists.',
        invalidSite = 'Error: invalid site parameter: %s. See [[PBC:List of Gay Pornographic Career websites and studios|List of Gay Pornographic Career websites and studios]]',
        archiveURLMissing = 'Error: Archive flag is set but archive URL is missing. Please provide a valid archive URL.'
    }

    return p
end

return p