Plugin Directory

Changeset 3487760


Ignore:
Timestamp:
03/21/2026 12:30:33 PM (7 days ago)
Author:
John Dagelmore
Message:

2.27 trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gptranslate/trunk/language/en-GB/gptranslate.ini

    r3482580 r3487760  
    258258PLG_GPTRANSLATE_CRAWLER_EXCLUSIONS="Crawler URL exclusions"
    259259PLG_GPTRANSLATE_CRAWLER_EXCLUSIONS_DESC="Add URL strings or patterns to exclude matching pages from the crawler scan and translation. Separate multiple values with commas or write one per line"
     260PLG_GPTRANSLATE_CRAWLER_SKIP_TRANSLATED="Skip already translated pages"
     261PLG_GPTRANSLATE_CRAWLER_SKIP_TRANSLATED_DESC="When enabled, pages already translated in the database are silently skipped (links are still discovered via a fast background fetch). Disable this option if you have added new languages and want to re-crawl already translated pages."
    260262PLG_GPTRANSLATE_PAGE_EXCLUSIONS="Page exclusions"
    261263PLG_GPTRANSLATE_PAGE_EXCLUSIONS_DESC="Add URL strings or patterns to completely exclude matching frontend pages from executing the plugin. This works server-side and prevents GPTranslate from running at all on excluded pages. Separate multiple values with commas or write one per line. To exclude the homepage (front page), use 'home' or '/'."
     
    267269PLG_GPTRANSLATE_CRAWLER_SITEMAP_URL_LABEL="Sitemap URL:"
    268270PLG_GPTRANSLATE_CRAWLER_SITEMAP_COPIED="Copied!"
     271PLG_GPTRANSLATE_CRAWLER_URL_SKIPPED="Skipped (already translated)"
     272PLG_GPTRANSLATE_CRAWLER_BATCH_URLS_OPTION="Batch URLs mode"
     273PLG_GPTRANSLATE_CRAWLER_BATCH_URLS_PLACEHOLDER="https://example.com/page1/ (one URL per line)"
    269274PLG_GPTRANSLATE_SORT_LENGTH_DESC="⇅ Sort: Length (longest first)"
    270275PLG_GPTRANSLATE_SORT_LENGTH_ASC="⇅ Sort: Length (shortest first)"
Note: See TracChangeset for help on using the changeset viewer.