Newer
Older
ojs-wordpress-plugin / locale / en / locale.po
msgid ""
msgstr ""
"Project-Id-Version: ojsWpSsoSubscription 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"

msgid "plugins.generic.ojsWpSsoSubscription.displayName"
msgstr "WP SSO Subscription"

msgid "plugins.generic.ojsWpSsoSubscription.description"
msgstr "Synchronises OJS individual subscriptions with an OIDC claim (e.g. from WordPress). Hides subscription-required issues from non-subscribers."

msgid "plugins.generic.ojsWpSsoSubscription.settings.title"
msgstr "WP SSO Subscription Settings"

msgid "plugins.generic.ojsWpSsoSubscription.settings.claimName"
msgstr "OIDC Claim Name"

msgid "plugins.generic.ojsWpSsoSubscription.settings.claimName.description"
msgstr "Name of the boolean claim in the OIDC token that indicates an active subscription (default: subscription_active)."

msgid "plugins.generic.ojsWpSsoSubscription.settings.subscriptionTypeId"
msgstr "Subscription Type ID"

msgid "plugins.generic.ojsWpSsoSubscription.settings.subscriptionTypeId.description"
msgstr "ID of the OJS Individual Subscription Type to use when creating subscriptions. The type must include Online access (not print-only), otherwise OJS will hide PDF galleys even when the subscription row is active."

msgid "plugins.generic.ojsWpSsoSubscription.error.subscriptionTypeInvalid"
msgstr "The selected subscription type does not belong to this journal or could not be loaded."

msgid "plugins.generic.ojsWpSsoSubscription.error.subscriptionTypeNeedsOnline"
msgstr "This subscription type is print-only or does not include online access. Edit it in Journal Settings > Subscriptions > Subscription Types and enable Online or Print and Online, or pick another type. OJS only grants PDF access when format is Online or Print+Online."

msgid "plugins.generic.ojsWpSsoSubscription.settings.subscriptionDuration"
msgstr "Subscription Duration (months)"

msgid "plugins.generic.ojsWpSsoSubscription.settings.subscriptionDuration.description"
msgstr "Number of months for new or renewed subscriptions (default: 12)."

msgid "plugins.generic.ojsWpSsoSubscription.settings.revalidateInterval"
msgstr "Revalidation Interval (seconds)"

msgid "plugins.generic.ojsWpSsoSubscription.settings.revalidateInterval.description"
msgstr "How often to re-check the OIDC claim for logged-in users (0 = disabled, default: 300)."

msgid "plugins.generic.ojsWpSsoSubscription.settings.userinfoUrl"
msgstr "OIDC UserInfo URL"

msgid "plugins.generic.ojsWpSsoSubscription.settings.userinfoUrl.description"
msgstr "Full URL of the OIDC provider UserInfo endpoint for periodic revalidation."

msgid "plugins.generic.ojsWpSsoSubscription.settings.autoExpire"
msgstr "Auto-expire"

msgid "plugins.generic.ojsWpSsoSubscription.settings.autoExpire.label"
msgstr "Deactivate subscription when the OIDC claim is false"

msgid "plugins.generic.ojsWpSsoSubscription.subscriptionRequired.title"
msgstr "Subscription Required"

msgid "plugins.generic.ojsWpSsoSubscription.subscriptionRequired.message"
msgstr "This issue requires an active subscription. Please contact the site administrator to activate your subscription."