'URNs',
'plugins.pubIds.urn.displayName' => 'URN',
'plugins.pubIds.urn.description' => 'This plugin enables the assignment of the Uniform Resource Names to the objects (issues, articles, galley and supplementary files) in OJS.',
'plugins.pubIds.urn.manager.settings.description' => 'Please do the following setup steps to be able to manage and use URNs in OJS:',
'plugins.pubIds.urn.manager.settings.urnSettings' => 'URN Settings',
'plugins.pubIds.urn.manager.settings.urnPrefix' => 'URN Prefix',
'plugins.pubIds.urn.manager.settings.urnPrefix.description' => 'The URN prefix is the fix, never changing part of the URN (e.g. "urn:nbn:de:0000-").',
'plugins.pubIds.urn.manager.settings.urnSuffix' => 'URN Suffix',
'plugins.pubIds.urn.manager.settings.urnSuffix.default' => 'Use default patterns.',
'plugins.pubIds.urn.manager.settings.urnSuffix.default.description' => '%j.v%vi%i for issues
%j.v%vi%i.%a for articles
%j.v%vi%i.%a.g%g for galleys
%j.v%vi%i.%a.s%s for supplementary files.',
'plugins.pubIds.urn.manager.settings.urnSuffix.pattern' => 'Use the pattern entered below to generate URN suffixes. Use %j for journal initials, %v for the volume number, %i for the issue number, %Y for the year, %a for the OJS article ID, %g for the OJS galley ID, %s for the OJS supplementary file ID, %p for the page number and %x for "Custom Identifier" (must be enabled in Setup 4.3).',
'plugins.pubIds.urn.manager.settings.urnSuffix.pattern.issues' => 'for issues',
'plugins.pubIds.urn.manager.settings.urnSuffix.pattern.articles' => 'for articles',
'plugins.pubIds.urn.manager.settings.urnSuffix.pattern.galleys' => 'for galleys',
'plugins.pubIds.urn.manager.settings.urnSuffix.pattern.suppFiles' => 'for supplementary files.',
'plugins.pubIds.urn.manager.settings.urnSuffix.patternExample' => 'For example, vol%viss%ipp%p could create the URN suffix "vol3iss2pp230".',
'plugins.pubIds.urn.manager.settings.urnSuffix.description' => 'A URN suffix can take any form, but must be unique for each published item.',
'plugins.pubIds.urn.manager.settings.urnSuffix.customIdentifier' => 'Enter an individual URN suffix for each published item. You\'ll find an additional URN input field on each item\'s metadata page.',
'plugins.pubIds.urn.manager.settings.clearURNs' => 'Clear URNs',
'plugins.pubIds.urn.manager.settings.clearURNs.description' => 'If you change your URN configuration, URNs that have already been assigned will not be affected. Once the changed URN configuration is saved, use this button to clear all existing URNs so that the new settings will take effect with existing objects.',
'plugins.pubIds.urn.manager.settings.clearURNs.confirm' => 'Are you sure you wish to delete all existing URNs?',
'plugins.pubIds.urn.manager.settings.checkNo' => 'Check Number',
'plugins.pubIds.urn.manager.settings.checkNo.label' => 'The check number will be automatically calculated and added at the end, as the last digit of a URN.',
'plugins.pubIds.urn.manager.settings.namespace' => 'Namespace',
'plugins.pubIds.urn.manager.settings.namespace.choose' => 'Choose',
'plugins.pubIds.urn.manager.settings.namespace.description' => 'The persistent identifier namespace usually needed for the registration (e.g. at the Deutsche Nationalbibliothek).',
'plugins.pubIds.urn.manager.settings.urnResolver' => 'Resolver URL',
'plugins.pubIds.urn.manager.settings.urnResolver.description' => '(e.g. http://nbn-resolving.de/)',
'plugins.pubIds.urn.manager.settings.journalContent' => 'Journal Content',
'plugins.pubIds.urn.manager.settings.URNsForJournalContent' => 'Choose the objects the URNs should be assigned to.',
'plugins.pubIds.urn.manager.settings.enableIssueURN' => 'URNs will be assigned to issues.',
'plugins.pubIds.urn.manager.settings.enableArticleURN' => 'URNs will be assigned to articles.',
'plugins.pubIds.urn.manager.settings.enableGalleyURN' => 'URNs will be assigned to galleys (e.g. HTML or PDF files).',
'plugins.pubIds.urn.manager.settings.enableSuppFileURN' => 'URNs will be assigned to supplementary files.',
'plugins.pubIds.urn.metadata' => 'URN Metadata',
'plugins.pubIds.urn.urnSuffix' => 'URN Suffix',
'plugins.pubIds.urn.urnSuffix.description' => 'Custom URN Suffix for this article.',
'plugins.pubIds.urn.calculateCheckNo' => 'Calculate Check Number',
'plugins.pubIds.urn.editor.urnObjectTypeIssue' => 'issue',
'plugins.pubIds.urn.editor.urnObjectTypeArticle' => 'article',
'plugins.pubIds.urn.editor.urnObjectTypeGalley' => 'galley',
'plugins.pubIds.urn.editor.urnObjectTypeSuppFile' => 'supplementary file',
'plugins.pubIds.urn.editor.urnNotYetGenerated' => 'What you see is a preview of the URN that may be incomplete. A URN has not yet been generated. Publishing the issue and viewing the public {$pubObjectType} page will automatically generate a unique URN for this {$pubObjectType}.',
'plugins.pubIds.urn.editor.excludePubObject' => 'Exclude this {$pubObjectType} from assigning it an URN.',
'plugins.pubIds.urn.editor.urnClear' => 'Clear URN',
'plugins.pubIds.urn.editor.urnClear.description' => 'Select this checkbox to clear the existing URN for this {$pubObjectType}.',
'plugins.pubIds.urn.editor.excludeIssueObjectsURN' => 'Exclude Issue Objects',
'plugins.pubIds.urn.editor.excludeIssueObjectsURN.description' => 'Use this button to exclude the objects (articles, galleys, and supp files) currently scheduled for this issue from assigning them an URN. Note that the objects that are added/scheduled later will not be affected. You will still have the possibility to use the single object exclusion options.',
'plugins.pubIds.urn.editor.clearIssueObjectsURN' => 'Clear Issue Objects URNs',
'plugins.pubIds.urn.editor.clearIssueObjectsURN.description' => 'Use this button to clear URNs of all objects (articles, galleys, and supp files) currently scheduled for this issue.',
'plugins.pubIds.urn.rt.metadata.urn' => 'Uniform Resource Name',
'plugins.pubIds.urn.manager.settings.form.journalContentRequired' => 'Please choose the objects URNs should be assigned to.',
'plugins.pubIds.urn.manager.settings.form.urnPrefixRequired' => 'Please enter the URN prefix.',
'plugins.pubIds.urn.manager.settings.form.urnPrefixPattern' => 'The URN prefix pattern must be in the form "urn:"<NID>":"<NSS>.',
'plugins.pubIds.urn.manager.settings.form.urnIssueSuffixPatternRequired' => 'Please enter the URN suffix pattern for issues.',
'plugins.pubIds.urn.manager.settings.form.urnArticleSuffixPatternRequired' => 'Please enter the URN suffix pattern for articles.',
'plugins.pubIds.urn.manager.settings.form.urnGalleySuffixPatternRequired' => 'Please enter the URN suffix pattern for galleys.',
'plugins.pubIds.urn.manager.settings.form.urnSuppFileSuffixPatternRequired' => 'Please enter the URN suffix pattern for supplementary files.',
'plugins.pubIds.urn.manager.settings.form.namespaceRequired' => 'Please choose a namespace.',
'plugins.pubIds.urn.manager.settings.form.urnResolverRequired' => 'Please enter the resolver URL.',
'plugins.pubIds.urn.form.customIdentifierNotUnique' => 'The given URN suffix is already in use for another published item. Please enter a unique URN suffix for each item.',
'plugins.pubIds.urn.form.checkNoRequired' => 'The check number is missing.',
); ?>