Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Omeka-S-module-OaiPmhRepository
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CORDEL Yannick
Omeka-S-module-OaiPmhRepository
Commits
5ee4dd06
Commit
5ee4dd06
authored
4 years ago
by
Daniel Berthereau
Browse files
Options
Downloads
Patches
Plain Diff
Updated languages.
parent
31da92ae
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
language/fr.mo
+0
-0
0 additions, 0 deletions
language/fr.mo
language/fr.po
+410
-0
410 additions, 0 deletions
language/fr.po
language/template.pot
+99
-73
99 additions, 73 deletions
language/template.pot
with
509 additions
and
73 deletions
language/fr.mo
0 → 100644
+
0
−
0
View file @
5ee4dd06
File added
This diff is collapsed.
Click to expand it.
language/fr.po
0 → 100644
+
410
−
0
View file @
5ee4dd06
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-07 00:00+0000\n"
"PO-Revision-Date: 2020-12-07 00:00+0000\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: Daniel Berthereau <Daniel.fr@Berthereau.net>\n"
"Language-Team: \n"
"X-Generator: Poedit 2.4.2\n"
#: src/Form/ConfigForm.php:44
msgid ""
"This will be used to form globally unique IDs for the exposed metadata items."
msgstr ""
"Elle sera utilisée pour former l’identifiant général unique pour les "
"métadonnées des contenus exposés."
#: src/Form/ConfigForm.php:45
msgid "This value is required to be a domain name you have registered."
msgstr "Cette valeur doit être un nom de domaine que vous possédez."
#: src/Form/ConfigForm.php:46
msgid "Using other values will generate invalid identifiers."
msgstr "Utiliser les autres valeurs pour générer des identifiants invalides."
#: src/Form/ConfigForm.php:78
msgid ""
"Whether the plugin should include identifiers for the files associated with "
"items."
msgstr ""
"Indique si le module doit inclure les identifiants pour les fichiers "
"associés aux contenus."
#: src/Form/ConfigForm.php:79
msgid "This provides harvesters with direct access to files."
msgstr "Cela donne un accès direct aux fichiers pour les moissonneurs."
#: src/Form/ConfigForm.php:103
msgid ""
"The global repository contains all the resources of Omeka S, in one place."
msgstr ""
"L’entrepôt général contient toutes les ressources d’Omeka S, dans une seule "
"url."
#: src/Form/ConfigForm.php:104
msgid ""
"Note that the oai set identifiers are different (item set id or site id)."
msgstr ""
"Noter que les identifiants des ensembles oai sont différents (id de "
"collection ou de site)."
#: src/Form/ConfigForm.php:139 src/Form/ConfigForm.php:159
msgid ""
"An identifier may be added to simplify harvests, in particular when there is "
"no unique identifier (ark, noid, call number, etc.)."
msgstr ""
"Un identifiant peut être ajouté pour simplier les moissonages, notamment "
"quand il n’y a pas d’identifiant unique (ark, noid, cote, etc.)."
#: src/Form/ConfigForm.php:140 src/Form/ConfigForm.php:160
msgid ""
"Only one identifier may be added and it can be the api url or a site "
"specific url."
msgstr ""
"Un seul identifiant peut être ajouté, soit l’url de l’api, soit l’url d’un "
"site spécifique."
#: src/Form/ConfigForm.php:141 src/Form/ConfigForm.php:161
msgid "Some formats add their own identifier and other ones skip this option."
msgstr ""
"Certains formats ajoutent leurs propres identifiants et d’autres ignorent "
"l’option."
#: src/Form/ConfigForm.php:195
msgid ""
"Use refined terms for Dublin Core elements, for example dcterms:abstract "
"will be merged with dc:description."
msgstr ""
"Utiliser les termes raffinés pour le Dublin Core Éléments, par exemple "
"dcterms:abstract sera fusionné dans dc:description."
#: src/Form/ConfigForm.php:196
msgid "It allows to expose all metadata in the standard oai_dc."
msgstr "Cela permet d’exposer toutes les métadonnées dans le standard oai_dc."
#: src/Form/ConfigForm.php:197
msgid ""
"For other merges, the event \"oaipmhrepository.values.pre\" can be used."
msgstr ""
"Pour les autres correspondances, l’événement \"oaipmhrepository.values.pre\" "
"can be used\" peut être utilisé."
#: src/Form/ConfigForm.php:267
msgid ""
"The OAI-PMH pages can be displayed with a themable responsive human "
"interface based on Bootstrap (https://getbootstrap.com)."
msgstr ""
"Les pages OAI-PMH peuvent être affichées avec un thème adaptatif lisible par "
"les personnes, basé sur Bootstrap (https://getbootstrap.com)."
#: src/Form/ConfigForm.php:291
msgid ""
"Number of individual records that can be returned in a response at once."
msgstr ""
"Nombre de notices individuelles qui peuvent être renvoyées dans une page de "
"réponse."
#: src/Form/ConfigForm.php:292
msgid ""
"Larger values will increase memory usage but reduce the number of database "
"queries and HTTP requests."
msgstr ""
"Les valeurs plus importantes utiliseront plus de mémoire mais réduiront les "
"requêtes à la base et au réseau."
#: src/Form/ConfigForm.php:293
msgid ""
"Smaller values will reduce memory usage but increase the number of DB "
"queries and requests."
msgstr ""
"Les valeurs plus petites utiliseront moins de mémoire mais augmenteront les "
"requêtes à la base et au réseau."
#: src/Form/ConfigForm.php:305
msgid "In minutes, the length of time a resumption token is valid for."
msgstr "En minutes, la durée de validité d’un jeton de continuation."
#: src/Form/ConfigForm.php:306
msgid ""
"This means harvesters can re-try old partial list requests for this amount "
"of time."
msgstr ""
"Cela signfie que les moissonneurs peuvent réessayer les requêtes de listes "
"partielles pendant cette durée."
#: src/Form/ConfigForm.php:307
msgid "Larger values will make the tokens table grow somewhat larger."
msgstr ""
"Les valeurs plus importantes augmenteront la taille de la table des jetons."
#: src/Generic/AbstractModule.php:66
#, php-format
msgid "This module requires the module \"%s\"."
msgstr "Ce module requiert le module \"%s\"."
#: src/Generic/AbstractModule.php:73
#, php-format
msgid "This module requires modules \"%s\"."
msgstr "Ce module requiert les modules \"%s\"."
#: src/Generic/AbstractModule.php:80
msgid "This module has resources that connot be installed."
msgstr "Ce module a des ressources qui ne peuvent pas être installées."
#: src/Generic/AbstractModule.php:710
#, php-format
msgid ""
"The module \"%s\" was automatically deactivated because the dependencies are "
"unavailable."
msgstr ""
"Le module %s\" a été automatiquement désactivé car ses dépendances ne sont "
"plus disponibles."
#: view/common/admin/oai-pmh-repository-dashboard.phtml:13
msgid "OAI-PMH Repository"
msgstr "Entrepôt OAI-PMH"
#: view/common/admin/oai-pmh-repository-dashboard.phtml:14
msgid "Global repository"
msgstr "Entrepôt général"
#: view/common/admin/oai-pmh-repository-dashboard.phtml:18
msgid "Without oai sets"
msgstr "Sans les ensembles oai"
#: view/common/admin/oai-pmh-repository-dashboard.phtml:21
msgid "With item sets as oai sets"
msgstr "Avec les collections en tant que ensembles oai"
#: view/common/admin/oai-pmh-repository-dashboard.phtml:24
msgid "With sites as oai sets"
msgstr "Avec les sites en tant que ensembles oai"
#: view/common/admin/oai-pmh-repository-dashboard.phtml:27
msgid "Disabled."
msgstr "Désactivé."
#: view/common/admin/oai-pmh-repository-dashboard.phtml:34
msgid "Site repositories"
msgstr "Entrepôts par site"
#: view/common/admin/oai-pmh-repository-dashboard.phtml:39
msgid "Without oai sets."
msgstr "Sans les ensembles oai."
#: view/common/admin/oai-pmh-repository-dashboard.phtml:45
msgid "No site."
msgstr "Aucun site."
#: data/scripts/upgrade.php:96
msgid ""
"The event \"oaipmhrepository.values\" that may be used by other modules was "
"deprecated and replaced by event \"oaipmhrepository.values.pre\"."
msgstr ""
"L’événement \"oaipmhrepository.values\" qui pouvait être utiliser par "
"d'autres modules est obsolète et a été remplacé par l’événement "
"\"oaipmhrepository.values.pre\"."
#: data/scripts/upgrade.php:100
msgid ""
"Futhermore, a new option allows to map any term to any other term, so any "
"values can be exposed if needed."
msgstr ""
"De plus, une nouvelle option permet de faire correspondre n'importe quels "
"termes afin d'exposer toutes les valeurs, si besoin."
#: src/Form/ConfigForm.php:30
msgid "Repository name"
msgstr "Nom de l’entrepôt"
#: src/Form/ConfigForm.php:31
msgid "Name for this OAI-PMH repository."
msgstr "Nom de cette entrepôt OAI-PMH."
#: src/Form/ConfigForm.php:43
msgid "Namespace identifier"
msgstr "Identifiant de l’espace de nom"
#: src/Form/ConfigForm.php:60
msgid "Metadata formats"
msgstr "Formats des métadonnées"
#: src/Form/ConfigForm.php:61
msgid "The format that will be made available. oai_dc is required."
msgstr "Format qui sera rendu disponible. oai_dc est obligatoire."
#: src/Form/ConfigForm.php:69
msgid "Select formats"
msgstr "Choisir les formats"
#: src/Form/ConfigForm.php:77
msgid "Expose media"
msgstr "Exposer les médias"
#: src/Form/ConfigForm.php:90
msgid "Hide empty oai sets"
msgstr "Cacher les ensembles vides"
#: src/Form/ConfigForm.php:91
msgid "Whether the module should hide empty oai sets."
msgstr "Indique si le module doit cacher les ensembles oai vides."
#: src/Form/ConfigForm.php:106 src/Form/ConfigForm.php:124
msgid "Disabled"
msgstr "Désactivé"
#: src/Form/ConfigForm.php:122
msgid ""
"The site repositories simulate multiple oai servers, with the site pools of "
"items and the attached item sets as oai sets."
msgstr ""
"Les entrepôts des sites simulent plusieurs serveurs OAI, avec le réservoir "
"de contenus du site et les collections attachées en tant qu’ensembles oai."
#: src/Form/ConfigForm.php:138
msgid "Add identifier for global repository"
msgstr "Ajouter l’identifiant pour l’entrepôt général"
#: src/Form/ConfigForm.php:144 src/Form/ConfigForm.php:164
msgid "Api url"
msgstr "Url de l’api"
#: src/Form/ConfigForm.php:145 src/Form/ConfigForm.php:165
msgid "Relative site url"
msgstr "Url relative du site"
#: src/Form/ConfigForm.php:146 src/Form/ConfigForm.php:166
msgid "Absolute site url"
msgstr "Url absolue du site"
#: src/Form/ConfigForm.php:158
msgid "Add identifier for site repositories"
msgstr "Ajouter l’identifiant pour les entrepôts des sites"
#: src/Form/ConfigForm.php:180
msgid "Oai set format"
msgstr "Format des ensembles Oai"
#: src/Form/ConfigForm.php:181
msgid "The format of the oai set identifiers."
msgstr "Le format des identifiants des ensembles oai."
#: src/Form/ConfigForm.php:194
msgid "Genericize dcterms for specific formats"
msgstr ""
"Convertir le Dublin Core Terms en Dublin Core Elements pour certains formats"
#: src/Form/ConfigForm.php:215
msgid "Map properties"
msgstr "Propriétés de la carte"
#: src/Form/ConfigForm.php:216
msgid ""
"Map any property to any other property, so they will be available in other "
"formats, in particular \"oai_dcterms\" and \"oai_dc\"."
msgstr ""
"Correspondance entre toutes propriétés afin de les rendre disponibles dans "
"tous les formats, notamment \"oai_dcterms\" et \"oa_dc\"."
#: src/Form/ConfigForm.php:230
msgid "Mets: data format for item"
msgstr "Mets : format des données des contenus"
#: src/Form/ConfigForm.php:231
msgid "The format of the metadata of item."
msgstr "Le format des métadonnées d’un contenu."
#: src/Form/ConfigForm.php:248
msgid "Mets: data format for media"
msgstr "Mets : format des données des médias"
#: src/Form/ConfigForm.php:249
msgid "The format of the metadata of media."
msgstr "Le format des métadonnées d’un média."
#: src/Form/ConfigForm.php:266
msgid "Human interface"
msgstr "Interface web"
#: src/Form/ConfigForm.php:278
msgid "Global repository redirect route"
msgstr "Route spécifique pour l’entrepôt général"
#: src/Form/ConfigForm.php:279
msgid ""
"An alias (redirect 301) for backward compatibility with Omeka Classic, that "
"used \"/oai-pmh-repository/request\", or any other old OAI-PMH repository."
msgstr ""
"Un alias (redirect 301) pour compatibilité ascendante avec Omeka Classic, "
"qui utilisait \"/oai-pmh-repository/request\", ou tout autre entrepôt OAI-"
"PMH."
#: src/Form/ConfigForm.php:290
msgid "List limit"
msgstr "Limite de la liste"
#: src/Form/ConfigForm.php:304
msgid "Token expiration time"
msgstr "Durée avant expiration du jeton"
#: src/OaiPmh/ResponseGenerator.php:252
msgid "No verb specified."
msgstr "Pas de verbe spécifié."
#: src/OaiPmh/ResponseGenerator.php:314
#, php-format
msgid ""
"The OAI-PMH protocol version 2.0 supports only \"GET\" and \"POST\" "
"requests, not \"%s\"."
msgstr ""
"Le protocole OAI-PMH version 2.0 gère uniquement les requêtes \"GET\" et "
"\"POST\", pas \"%s\"."
#: src/OaiPmh/ResponseGenerator.php:344
msgid "Duplicate arguments in request."
msgstr "Arguments en doublon dans la requête."
#: src/OaiPmh/ResponseGenerator.php:350
#, php-format
msgid "Missing required argument %s."
msgstr "Il manque un argument obligatoire : %s."
#: src/OaiPmh/ResponseGenerator.php:353
#, php-format
msgid "Unknown argument %s."
msgstr "Argument inconnu : %s."
#: src/OaiPmh/ResponseGenerator.php:363 src/OaiPmh/ResponseGenerator.php:366
msgid "Invalid date/time argument."
msgstr "Argument date / heure invalide."
#: src/OaiPmh/ResponseGenerator.php:369
msgid "Date/time arguments of differing granularity."
msgstr "Arguments date / heure de granularité différente."
#: src/OaiPmh/ResponseGenerator.php:647
#, php-format
msgid "The set \"%s\" doesn’t exist."
msgstr "L’ensemble \"%s\" n’existe pas."
#: src/OaiPmh/ResponseGenerator.php:713
msgid "No records match the given criteria."
msgstr "Aucune notice ne correspond aux arguments."
#: src/Service/OaiPmh/MetadataFormatManagerFactory.php:20
msgid "Missing metadata format configuration"
msgstr "Il manque la configuration du format des métadonnées"
#: src/Service/OaiPmh/OaiSetManagerFactory.php:20
msgid "Missing set format configuration"
msgstr "Il manque la configuation du format de l’ensemble"
This diff is collapsed.
Click to expand it.
language/template.pot
+
99
−
73
View file @
5ee4dd06
...
...
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 20
19
-12-
3
0 00:00+0
1
00\n"
"POT-Creation-Date: 20
20
-12-0
7
00:00+0
0
00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
...
...
@@ -17,315 +17,341 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/Form/ConfigForm.php:4
2
#: src/Form/ConfigForm.php:4
4
msgid ""
"This will be used to form globally unique IDs for the exposed metadata items."
msgstr ""
#: src/Form/ConfigForm.php:4
3
#: src/Form/ConfigForm.php:4
5
msgid "This value is required to be a domain name you have registered."
msgstr ""
#: src/Form/ConfigForm.php:4
4
#: src/Form/ConfigForm.php:4
6
msgid "Using other values will generate invalid identifiers."
msgstr ""
#: src/Form/ConfigForm.php:7
4
#: src/Form/ConfigForm.php:7
8
msgid ""
"Whether the plugin should include identifiers for the files associated with "
"items."
msgstr ""
#: src/Form/ConfigForm.php:7
5
#: src/Form/ConfigForm.php:7
9
msgid "This provides harvesters with direct access to files."
msgstr ""
#: src/Form/ConfigForm.php:
9
3
#: src/Form/ConfigForm.php:
10
3
msgid ""
"The global repository contains all the resources of Omeka S, in one place."
msgstr ""
#: src/Form/ConfigForm.php:
9
4
#: src/Form/ConfigForm.php:
10
4
msgid ""
"Note that the oai set identifiers are different (item set id or site id)."
msgstr ""
#: src/Form/ConfigForm.php:1
2
3 src/Form/ConfigForm.php:1
40
#: src/Form/ConfigForm.php:13
9
src/Form/ConfigForm.php:1
59
msgid ""
"An identifier may be added to simplify harvests, in particular when there is "
"no unique identifier (ark, noid, call number, etc.)."
msgstr ""
#: src/Form/ConfigForm.php:1
2
4 src/Form/ConfigForm.php:1
41
#: src/Form/ConfigForm.php:14
0
src/Form/ConfigForm.php:1
60
msgid ""
"Only one identifier may be added and it can be the api url or a site "
"specific url."
msgstr ""
#: src/Form/ConfigForm.php:1
25
src/Form/ConfigForm.php:1
42
#: src/Form/ConfigForm.php:1
41
src/Form/ConfigForm.php:1
61
msgid "Some formats add their own identifier and other ones skip this option."
msgstr ""
#: src/Form/ConfigForm.php:1
72
#: src/Form/ConfigForm.php:1
95
msgid ""
"Use refined terms for Dublin Core elements, for example dcterms:abstract "
"will be merged with dc:description."
msgstr ""
#: src/Form/ConfigForm.php:1
73
#: src/Form/ConfigForm.php:1
96
msgid "It allows to expose all metadata in the standard oai_dc."
msgstr ""
#: src/Form/ConfigForm.php:174
msgid "For other merges, the event \"oaipmhrepository.values\" can be used."
#: src/Form/ConfigForm.php:197
msgid ""
"For other merges, the event \"oaipmhrepository.values.pre\" can be used."
msgstr ""
#: src/Form/ConfigForm.php:2
13
#: src/Form/ConfigForm.php:2
67
msgid ""
"The OAI-PMH pages can be displayed with a themable responsive human "
"interface based on Bootstrap (https://getbootstrap.com)."
msgstr ""
#: src/Form/ConfigForm.php:2
3
1
#: src/Form/ConfigForm.php:2
9
1
msgid ""
"Number of individual records that can be returned in a response at once."
msgstr ""
#: src/Form/ConfigForm.php:2
3
2
#: src/Form/ConfigForm.php:2
9
2
msgid ""
"Larger values will increase memory usage but reduce the number of database "
"queries and HTTP requests."
msgstr ""
#: src/Form/ConfigForm.php:2
3
3
#: src/Form/ConfigForm.php:2
9
3
msgid ""
"Smaller values will reduce memory usage but increase the number of DB "
"queries and requests."
msgstr ""
#: src/Form/ConfigForm.php:
24
5
#: src/Form/ConfigForm.php:
30
5
msgid "In minutes, the length of time a resumption token is valid for."
msgstr ""
#: src/Form/ConfigForm.php:
24
6
#: src/Form/ConfigForm.php:
30
6
msgid ""
"This means harvesters can re-try old partial list requests for this amount "
"of time."
msgstr ""
#: src/Form/ConfigForm.php:
24
7
#: src/Form/ConfigForm.php:
30
7
msgid "Larger values will make the tokens table grow somewhat larger."
msgstr ""
#: src/Generic/AbstractModule.php:
518
#: src/Generic/AbstractModule.php:
66
#, php-format
msgid "This module requires the module \"%s\"."
msgstr ""
#: src/Generic/AbstractModule.php:
538
#: src/Generic/AbstractModule.php:
73
#, php-format
msgid "This module requires modules \"%s\"."
msgstr ""
#: src/Generic/AbstractModule.php:606
#: src/Generic/AbstractModule.php:80
msgid "This module has resources that connot be installed."
msgstr ""
#: src/Generic/AbstractModule.php:710
#, php-format
msgid ""
"The module \"%s\" was automatically deactivated because the dependencies are "
"unavailable."
msgstr ""
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
7
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
13
msgid "OAI-PMH Repository"
msgstr ""
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
8
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
14
msgid "Global repository"
msgstr ""
#: view/common/admin/oai-pmh-repository-dashboard.phtml:1
2
#: view/common/admin/oai-pmh-repository-dashboard.phtml:1
8
msgid "Without oai sets"
msgstr ""
#: view/common/admin/oai-pmh-repository-dashboard.phtml:1
5
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
2
1
msgid "With item sets as oai sets"
msgstr ""
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
18
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
24
msgid "With sites as oai sets"
msgstr ""
#: view/common/admin/oai-pmh-repository-dashboard.phtml:21
#: view/common/admin/oai-pmh-repository-dashboard.phtml:50
#: view/common/admin/oai-pmh-repository-dashboard.phtml:27
msgid "Disabled."
msgstr ""
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
26
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
34
msgid "Site repositories"
msgstr ""
#: view/common/admin/oai-pmh-repository-dashboard.phtml:3
1
#: view/common/admin/oai-pmh-repository-dashboard.phtml:3
9
msgid "Without oai sets."
msgstr ""
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
37
#: view/common/admin/oai-pmh-repository-dashboard.phtml:
45
msgid "No site."
msgstr ""
#: src/Form/ConfigForm.php:29
msgid "Repository name"
#: data/scripts/upgrade.php:96
msgid ""
"The event \"oaipmhrepository.values\" that may be used by other modules was "
"deprecated and replaced by event \"oaipmhrepository.values.pre\"."
msgstr ""
#: data/scripts/upgrade.php:100
msgid ""
"Futhermore, a new option allows to map any term to any other term, so any "
"values can be exposed if needed."
msgstr ""
#: src/Form/ConfigForm.php:30
msgid "Repository name"
msgstr ""
#: src/Form/ConfigForm.php:31
msgid "Name for this OAI-PMH repository."
msgstr ""
#: src/Form/ConfigForm.php:4
1
#: src/Form/ConfigForm.php:4
3
msgid "Namespace identifier"
msgstr ""
#: src/Form/ConfigForm.php:
57
#: src/Form/ConfigForm.php:
60
msgid "Metadata formats"
msgstr ""
#: src/Form/ConfigForm.php:
58
#: src/Form/ConfigForm.php:
61
msgid "The format that will be made available. oai_dc is required."
msgstr ""
#: src/Form/ConfigForm.php:6
5
#: src/Form/ConfigForm.php:6
9
msgid "Select formats"
msgstr ""
#: src/Form/ConfigForm.php:7
3
#: src/Form/ConfigForm.php:7
7
msgid "Expose media"
msgstr ""
#: src/Form/ConfigForm.php:
83
#: src/Form/ConfigForm.php:
90
msgid "Hide empty oai sets"
msgstr ""
#: src/Form/ConfigForm.php:
84
#: src/Form/ConfigForm.php:
91
msgid "Whether the module should hide empty oai sets."
msgstr ""
#: src/Form/ConfigForm.php:
9
6 src/Form/ConfigForm.php:1
11
#: src/Form/ConfigForm.php:
10
6 src/Form/ConfigForm.php:1
24
msgid "Disabled"
msgstr ""
#: src/Form/ConfigForm.php:1
09
#: src/Form/ConfigForm.php:1
22
msgid ""
"The site repositories simulate multiple oai servers, with the site pools of "
"items and the attached item sets as oai sets."
msgstr ""
#: src/Form/ConfigForm.php:1
22
#: src/Form/ConfigForm.php:1
38
msgid "Add identifier for global repository"
msgstr ""
#: src/Form/ConfigForm.php:1
28
src/Form/ConfigForm.php:14
5
#: src/Form/ConfigForm.php:1
44
src/Form/ConfigForm.php:1
6
4
msgid "Api url"
msgstr ""
#: src/Form/ConfigForm.php:1
29
src/Form/ConfigForm.php:1
4
6
#: src/Form/ConfigForm.php:1
45
src/Form/ConfigForm.php:16
5
msgid "Relative site url"
msgstr ""
#: src/Form/ConfigForm.php:1
30
src/Form/ConfigForm.php:1
47
#: src/Form/ConfigForm.php:1
46
src/Form/ConfigForm.php:1
66
msgid "Absolute site url"
msgstr ""
#: src/Form/ConfigForm.php:1
39
#: src/Form/ConfigForm.php:1
58
msgid "Add identifier for site repositories"
msgstr ""
#: src/Form/ConfigForm.php:1
5
8
#: src/Form/ConfigForm.php:18
0
msgid "Oai set format"
msgstr ""
#: src/Form/ConfigForm.php:1
59
#: src/Form/ConfigForm.php:1
81
msgid "The format of the oai set identifiers."
msgstr ""
#: src/Form/ConfigForm.php:171
msgid "Genericize dcterms"
#: src/Form/ConfigForm.php:194
msgid "Genericize dcterms for specific formats"
msgstr ""
#: src/Form/ConfigForm.php:215
msgid "Map properties"
msgstr ""
#: src/Form/ConfigForm.php:182
#: src/Form/ConfigForm.php:216
msgid ""
"Map any property to any other property, so they will be available in other "
"formats, in particular \"oai_dcterms\" and \"oai_dc\"."
msgstr ""
#: src/Form/ConfigForm.php:230
msgid "Mets: data format for item"
msgstr ""
#: src/Form/ConfigForm.php:
183
#: src/Form/ConfigForm.php:
231
msgid "The format of the metadata of item."
msgstr ""
#: src/Form/ConfigForm.php:
197
#: src/Form/ConfigForm.php:
248
msgid "Mets: data format for media"
msgstr ""
#: src/Form/ConfigForm.php:
198
#: src/Form/ConfigForm.php:
249
msgid "The format of the metadata of media."
msgstr ""
#: src/Form/ConfigForm.php:2
12
#: src/Form/ConfigForm.php:2
66
msgid "Human interface"
msgstr ""
#: src/Form/ConfigForm.php:2
21
#: src/Form/ConfigForm.php:2
78
msgid "Global repository redirect route"
msgstr ""
#: src/Form/ConfigForm.php:2
22
#: src/Form/ConfigForm.php:2
79
msgid ""
"An alias (redirect 301) for backward compatibility with Omeka Classic, that "
"used \"/oai-pmh-repository/request\", or any other old OAI-PMH repository."
msgstr ""
#: src/Form/ConfigForm.php:2
3
0
#: src/Form/ConfigForm.php:2
9
0
msgid "List limit"
msgstr ""
#: src/Form/ConfigForm.php:
24
4
#: src/Form/ConfigForm.php:
30
4
msgid "Token expiration time"
msgstr ""
#: src/OaiPmh/ResponseGenerator.php:2
49
#: src/OaiPmh/ResponseGenerator.php:2
52
msgid "No verb specified."
msgstr ""
#: src/OaiPmh/ResponseGenerator.php:31
1
#: src/OaiPmh/ResponseGenerator.php:31
4
#, php-format
msgid ""
"The OAI-PMH protocol version 2.0 supports only \"GET\" and \"POST\" "
"requests, not \"%s\"."
msgstr ""
#: src/OaiPmh/ResponseGenerator.php:34
1
#: src/OaiPmh/ResponseGenerator.php:34
4
msgid "Duplicate arguments in request."
msgstr ""
#: src/OaiPmh/ResponseGenerator.php:3
47
#: src/OaiPmh/ResponseGenerator.php:3
50
#, php-format
msgid "Missing required argument %s."
msgstr ""
#: src/OaiPmh/ResponseGenerator.php:35
0
#: src/OaiPmh/ResponseGenerator.php:35
3
#, php-format
msgid "Unknown argument %s."
msgstr ""
#: src/OaiPmh/ResponseGenerator.php:36
0
src/OaiPmh/ResponseGenerator.php:36
3
#: src/OaiPmh/ResponseGenerator.php:36
3
src/OaiPmh/ResponseGenerator.php:36
6
msgid "Invalid date/time argument."
msgstr ""
#: src/OaiPmh/ResponseGenerator.php:36
6
#: src/OaiPmh/ResponseGenerator.php:36
9
msgid "Date/time arguments of differing granularity."
msgstr ""
#: src/OaiPmh/ResponseGenerator.php:64
8
#: src/OaiPmh/ResponseGenerator.php:64
7
#, php-format
msgid "The set \"%s\" doesn’t exist."
msgstr ""
#: src/OaiPmh/ResponseGenerator.php:71
4
#: src/OaiPmh/ResponseGenerator.php:71
3
msgid "No records match the given criteria."
msgstr ""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment