Plugin Directory

Changeset 3482580


Ignore:
Timestamp:
03/14/2026 02:57:29 PM (2 weeks ago)
Author:
John Dagelmore
Message:

2.26 trunk

File:
1 edited

Legend:

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

    r3474041 r3482580  
    260260PLG_GPTRANSLATE_PAGE_EXCLUSIONS="Page exclusions"
    261261PLG_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 '/'."
    262 PLG_GPTRANSLATE_CRAWLER_CURRENT_STATUS_NOLANG_SELECTOR="No language selector found. Ensure to have published the GPTranslate module and that it is accessible on the website"
     262PLG_GPTRANSLATE_PAGE_INCLUSIONS="Page inclusions"
     263PLG_GPTRANSLATE_PAGE_INCLUSIONS_DESC="Add URL strings or patterns to only include matching frontend pages when executing the plugin. This works server-side and prevents GPTranslate from running at all on non-included pages. Separate multiple values with commas or write one per line. To include the homepage (front page), use 'home' or '/'."
     264PLG_GPTRANSLATE_CRAWLER_CURRENT_STATUS_NOLANG_SELECTOR="No language selector found, ensure that it has been activated and that it is accessible and visible on the website"
    263265PLG_GPTRANSLATE_CRAWLER_EXPORT_XMLSITEMAP="🌐 Export XML Sitemap"
    264266PLG_GPTRANSLATE_CRAWLER_SINGLE_URL_OPTION="Crawl only this URL"
     267PLG_GPTRANSLATE_CRAWLER_SITEMAP_URL_LABEL="Sitemap URL:"
     268PLG_GPTRANSLATE_CRAWLER_SITEMAP_COPIED="Copied!"
     269PLG_GPTRANSLATE_SORT_LENGTH_DESC="⇅ Sort: Length (longest first)"
     270PLG_GPTRANSLATE_SORT_LENGTH_ASC="⇅ Sort: Length (shortest first)"
     271PLG_GPTRANSLATE_SORT_ALPHA_ASC="⇅ Sort: A → Z"
     272PLG_GPTRANSLATE_SORT_ALPHA_DESC="⇅ Sort: Z → A"
    265273
    266274; Config labels
     
    292300PLG_GPTRANSLATE_CHATGPT_TRANSLATION_ENGINE_DEEPL_ENGINE="DeepL"
    293301PLG_GPTRANSLATE_CHATGPT_TRANSLATION_ENGINE_GTRANSLATE_ENGINE="Google AI"
     302PLG_GPTRANSLATE_GOOGLE_TRANSLATE_METHOD="Google AI translation method"
     303PLG_GPTRANSLATE_GOOGLE_TRANSLATE_METHOD_DESC="Choose the Google AI translation method. Standard text or advanced HTML handling"
     304PLG_GPTRANSLATE_GOOGLE_TRANSLATE_METHOD_STANDARD="Standard"
     305PLG_GPTRANSLATE_GOOGLE_TRANSLATE_METHOD_TRANSLATEHTML="Advanced HTML"
    294306PLG_GPTRANSLATE_CHATGPT_APIKEY="{aiengine} ApiKey"
    295307PLG_GPTRANSLATE_CHATGPT_APIKEY_DESC="Enter the ApiKey that you have registered in your ChatGPT/DeepSeek/Gemini/Claude/Google Cloud/DeepL account at: https://platform.openai.com/account/api-keys, https://platform.deepseek.com/api_keys or https://aistudio.google.com/apikey or https://console.anthropic.com/settings/keys or https://console.cloud.google.com/apis/credentials or https://www.deepl.com/pro-api"
    296308PLG_GPTRANSLATE_CHATGPT_APIKEY_HINT="Enter the ApiKey in the format: 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"
     309PLG_GPTRANSLATE_APIKEY_SHOW="Show API Key"
     310PLG_GPTRANSLATE_APIKEY_HIDE="Hide API Key"
    297311PLG_GPTRANSLATE_TEST_APIKEY="Test API Key"
    298312PLG_GPTRANSLATE_TEST_APIKEY_TESTING="Testing..."
     
    440454PLG_GPTRANSLATE_EXCLUDED_LANGUAGES="Excluded languages"
    441455PLG_GPTRANSLATE_EXCLUDED_LANGUAGES_DESC="Select one or more languages that should be excluded from translation. The language selector will not be available for excluded languages and no translation will occur. This may be useful if you already have pre-existing languages manually translated on your site."
     456PLG_GPTRANSLATE_APPLY_DICTIONARY_TO_ALIASES="Apply dictionary to URL aliases"
     457PLG_GPTRANSLATE_APPLY_DICTIONARY_TO_ALIASES_DESC="When enabled, dictionary exclusions and substitutions will also be applied to translated URL aliases/slugs. When disabled, URL aliases are translated without applying dictionary rules"
    442458PLG_GPTRANSLATE_REQUEST_DELAY="Delay between requests"
    443459PLG_GPTRANSLATE_REQUEST_DELAY_DESC="It's possible to enable a delay between each request done to the remote APIs. This could be needed if you exceed the limits of browser resources and if you experience parts of text not fully translated"
     
    720736PLG_GPTRANSLATE_READING_END="Text reading completed"
    721737PLG_GPTRANSLATE_READING_EMPTY="No text to read on this page"
     738
     739; Lock translations (global setting)
     740PLG_GPTRANSLATE_LOCK_TRANSLATIONS="Lock translations"
     741PLG_GPTRANSLATE_LOCK_TRANSLATIONS_DESC="When enabled, existing translations will never be overwritten by automatic re-translation. Delete the record to regenerate a translation."
Note: See TracChangeset for help on using the changeset viewer.