diff --git a/.gitignore b/.gitignore index 0efad7bb..058d5560 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +_build/ +locales/**/*.mo site/ -.DS_Store \ No newline at end of file +.DS_Store diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..d4bb2cbb --- /dev/null +++ b/Makefile @@ -0,0 +1,20 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line, and also +# from the environment for the first two. +SPHINXOPTS ?= +SPHINXBUILD ?= sphinx-build +SOURCEDIR = . +BUILDDIR = _build + +# Put it first so that "make" without argument is like "make help". +help: + @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +.PHONY: help Makefile + +# Catch-all target: route all unknown targets to Sphinx using the new +# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). +%: Makefile + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/_docmap.md b/_docmap.md deleted file mode 100644 index bc7b3274..00000000 --- a/_docmap.md +++ /dev/null @@ -1,18 +0,0 @@ -Documentation Map - -- admin dashboard -- glossary -- settings -- users -- content: - - items - - item sets - - media - - resource templates - - vocabularies -- sites - - sites management - - pages management -- modules - - modules (managing) - - individual modules documentation \ No newline at end of file diff --git a/conf.py b/conf.py new file mode 100644 index 00000000..79ab24da --- /dev/null +++ b/conf.py @@ -0,0 +1,68 @@ +# Configuration file for the Sphinx documentation builder. +# +# This file only contains a selection of the most common options. For a full +# list see the documentation: +# https://www.sphinx-doc.org/en/master/usage/configuration.html + +# -- Path setup -------------------------------------------------------------- + +# If extensions (or modules to document with autodoc) are in another directory, +# add these directories to sys.path here. If the directory is relative to the +# documentation root, use os.path.abspath to make it absolute, like shown here. +# +# import os +# import sys +# sys.path.insert(0, os.path.abspath('.')) + + +# -- Project information ----------------------------------------------------- + +project = 'Omeka S end user manual' +copyright = '2021, Omeka Team' +author = 'Omeka Team' + + +# -- General configuration --------------------------------------------------- + +# Add any Sphinx extension module names here, as strings. They can be +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom +# ones. +extensions = [ + 'myst_parser' +] + +source_suffix = { + '.rst': 'restructuredtext', + '.md': 'markdown', +} + +# Add any paths that contain templates here, relative to this directory. +templates_path = ['_templates'] + +# List of patterns, relative to source directory, that match files and +# directories to ignore when looking for source files. +# This pattern also affects html_static_path and html_extra_path. +exclude_patterns = [ + '_build', + 'Thumbs.db', + '.DS_Store', + 'README.md', + 'style-guide.md', + 'translation.md', +] + + +# -- Options for HTML output ------------------------------------------------- + +# The theme to use for HTML and HTML Help pages. See the documentation for +# a list of builtin themes. +# +html_theme = 'sphinx_rtd_theme' + +# Add any paths that contain custom static files (such as style sheets) here, +# relative to this directory. They are copied after the builtin static files, +# so a file named "default.css" will overwrite the builtin "default.css". +html_static_path = ['_static'] + +gettext_compact = False +gettext_uuid = True diff --git a/deploy b/deploy deleted file mode 100644 index bf696816..00000000 --- a/deploy +++ /dev/null @@ -1,2 +0,0 @@ -mkdocs build -rsync -rv --delete site/ /websites/omekaorg/www/s/docs/user-manual \ No newline at end of file diff --git a/docs/modules/scripto.rst b/docs/modules/scripto.rst new file mode 100644 index 00000000..7a8f82f2 --- /dev/null +++ b/docs/modules/scripto.rst @@ -0,0 +1,9 @@ +========= + Scripto +========= + +.. toctree:: + :glob: + :maxdepth: 2 + + scripto/* diff --git a/index.rst b/index.rst new file mode 100644 index 00000000..4c973816 --- /dev/null +++ b/index.rst @@ -0,0 +1,36 @@ +Welcome to Omeka S end user manual's documentation! +=================================================== + +.. toctree:: + :hidden: + :glob: + + docs/* + +.. toctree:: + :hidden: + :glob: + :caption: Sites + + docs/sites/* + +.. toctree:: + :hidden: + :glob: + :caption: Resources + + docs/content/* + +.. toctree:: + :hidden: + :glob: + :caption: Admin + + docs/admin/* + +.. toctree:: + :hidden: + :glob: + :caption: Modules + + docs/modules/* diff --git a/locales/fr/LC_MESSAGES/docs/accessibility.po b/locales/fr/LC_MESSAGES/docs/accessibility.po new file mode 100644 index 00000000..a85e63d2 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/accessibility.po @@ -0,0 +1,110 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/accessibility.md:1 6b3ffab98bcd42da98f13603fef81b2b +msgid "Accessibility Statement" +msgstr "" + +#: ../../docs/accessibility.md:3 9e56e5ca96d7497fb3afa5125e08964e +msgid "" +"The Omeka team is committed to making Omeka S an accessible option for " +"building collections and exhibits online. We are working to make the core" +" code accessible and will continue to make accessibility for persons with" +" disabilities a priority as we develop the code. Omeka strives to adhere " +"to [W3C web design standards](http://www.w3.org/standards/) and to be " +"compliant with [Section 508](http://www.section508.gov/) of the Americans" +" with Disabilities Act (pdf)." +msgstr "" + +#: ../../docs/accessibility.md:5 2dfeac3f4f0d4b17a6ff2a33b102101a +msgid "For more information, please review the following reports:" +msgstr "" + +#: ../../docs/accessibility.md:6 9a71de450246454cb7b4aff19ed0d27e +msgid "" +"Omeka S version 3.x [Accessibility Conformance Report, using VPAT 2.4 " +"Revised International Standards](files/OmekaS3x_ACR.pdf) (pdf), October " +"2020." +msgstr "" + +#: ../../docs/accessibility.md:7 111280def7b14e9282a48a449fcc7ee2 +msgid "" +"Omeka S version 2.x [Accessibility Conformance Report using VPAT version " +"2.0](files/VPAT_OmekaS2-0-1.pdf) (pdf), August 2019." +msgstr "" + +#: ../../docs/accessibility.md:8 6e1623d8c6fb4bffbc3e8cab5a7bfeb0 +msgid "" +"Omeka S version 1.x [Accessibility Conformance Report using VPAT version " +"1.1](files/VPAT2.0-OmekaS1-1.pdf) (pdf), April 2018." +msgstr "" + +#: ../../docs/accessibility.md:10 3a22d7f2993243edad8144858c0bc7c5 +msgid "The following statements apply to Omeka S version 1.0.1 and higher:" +msgstr "" + +#: ../../docs/accessibility.md:12 e2f01be578a2415dbb63bf2cbdef5b42 +msgid "Front End (Public view)" +msgstr "" + +#: ../../docs/accessibility.md:14 7773c6ea12e44ec38160584ed5b5ee5f +msgid "" +"The themes produced for Omeka S by RRCHNM have has the following features" +" to improve accessibility:" +msgstr "" + +#: ../../docs/accessibility.md:16 cdbd27463b63484bbbda2e3080dcf5a0 +msgid "" +"[ARIA](http://www.w3.org/WAI/intro/aria) (Accessible Rich Internet " +"Applications) landmarks for tabbing through page content, when not using " +"a mouse or using a screen reader;" +msgstr "" + +#: ../../docs/accessibility.md:17 ../../docs/accessibility.md:26 +#: 2d27a05db64f49c79a69a914098a0f99 d3fd51abf39e4184991ed5e7deedd522 +msgid "Semantic HTML5 markup." +msgstr "" + +#: ../../docs/accessibility.md:19 bdee655a96fd4512a078d46851dca2c7 +msgid "" +"Please note that although the core code for Omeka S conform to the above " +"standards, installations of Omeka S which have been customized or which " +"are using non-RRCHNM modules and themes may lack some or all of these " +"options. While we encourage developers to consider accessibility, we " +"cannot guarantee that their code includes ARIA Landmarks, SkipNav, or " +"other accessibility considerations." +msgstr "" + +#: ../../docs/accessibility.md:21 bbf569fc89b247e49b74f24d75ff39bd +msgid "Back End (Administrative view)" +msgstr "" + +#: ../../docs/accessibility.md:23 db213b2c7c13402bb8b96fcb9387e7e3 +msgid "" +"The administrative dashboard of Omeka S has the following features for " +"accessibility:" +msgstr "" + +#: ../../docs/accessibility.md:25 02e1794147e74a1e83835a31d5ff878a +msgid "" +"ARIA landmarks for screen readers on the Admin Dashboard, designating the" +" header, navigation, main content, and footers." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/admin-dashboard.po b/locales/fr/LC_MESSAGES/docs/admin-dashboard.po new file mode 100644 index 00000000..0491fbc8 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/admin-dashboard.po @@ -0,0 +1,241 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/admin-dashboard.md:1 0dd26af0d8d44e13967a40ae3e29771d +msgid "Admin Dashboard" +msgstr "" + +#: ../../docs/admin-dashboard.md:3 f5e81c9768794fe78bea51d0fcb531a8 +msgid "" +"The administrative dashboard manages the content shared by all OmekaS " +"sites and the core functionalities of the OmekaS installation." +msgstr "" + +#: ../../docs/admin-dashboard.md:5 c8965985834d4c248a7d1b181f86a054 +msgid "" +"This [screencast](https://vimeo.com/455708039) walks you through the main" +" features of the dashboard and navigating your Omeka S installation." +msgstr "" + +#: ../../docs/admin-dashboard.md:7 33d1204c9ef04bcfb111d7b32ddedddd +msgid "" +"[![Still image of the first frame of a vimeo video](files" +"/navigatingOmekaS-still.png)](https://vimeo.com/455708039)" +msgstr "" + +#: ../../docs/admin-dashboard.md:9 32083aec08e44696942f65f0c6bbbc52 +msgid "Admin Main Page" +msgstr "" + +#: ../../docs/admin-dashboard.md:11 eb2327907277499f848b72c91b9297fd +msgid "When a user logs in, the first page they see is the Admin Dashboard." +msgstr "" + +#: ../../docs/admin-dashboard.md:13 a07cd79e1a4942d5a6da308abbc154ec +msgid "" +"*Note: depending on the user role, you may not see precisely the same " +"options in the left-hand navigation. See [below](#left-hand-navigation) " +"for details*" +msgstr "" + +#: ../../docs/admin-dashboard.md:15 57f5e41ea1314f6d98ee8a0234b00d7e +msgid "![Admin dashboard full view](files/admindashfullview.png)" +msgstr "" + +#: ../../docs/admin-dashboard.md:17 533064f1e0af4507b8ee387c5af6c167 +msgid "" +"In addition to the left-hand navigation present on all pages (see below)," +" the admin dashboard presents users with two boxes: Manage Resources and " +"Manage Sites." +msgstr "" + +#: ../../docs/admin-dashboard.md:19 4d1cac7fd5834f53b0a61bf427773d57 +msgid "" +"The *Manage Resources* box displays the following resources with their " +"total count: [Items](content/items.md), [Item Sets](content/item-" +"sets.md), [Vocabularies](content/vocabularies.md), and [Resource " +"Templates](content/resource-template.md). Clicking on the label of the " +"Resource will take you to the browse page; clicking the Plus button to " +"the right of the label will take you to the add page for that resource " +"type." +msgstr "" + +#: ../../docs/admin-dashboard.md:21 5065a615eec040b4816b4bf26279ce11 +msgid "" +"![Close up of manage resources and manage sites " +"boxes](files/admindashmanage.png)" +msgstr "" + +#: ../../docs/admin-dashboard.md:23 42759ccc70524c8da416c3cd1d9c7c24 +msgid "" +"The *Manage Sites* box lists the [Sites](sites/index.md) on the install. " +"Clicking on the site name will take you to the public view of the site; " +"clicking the edit (pencil) button will take you to the Edit Site Info " +"page for that site." +msgstr "" + +#: ../../docs/admin-dashboard.md:26 ac5d072acd2a46ea9a6b34c71c236fce +msgid "Left-hand navigation" +msgstr "" + +#: ../../docs/admin-dashboard.md:28 351c818ed9d04d3e96ac0b7131b209ae +msgid "" +"The following content appears on the left side of the admin dashboard and" +" on all administrative pages." +msgstr "" + +#: ../../docs/admin-dashboard.md:30 3d50fc9a7498472e927876c0adea5c07 +msgid "" +"![View of the left hand navigation on the admin dashboard, which also " +"appears consistently throughout the admin interface, with options as " +"described below](files/leftnav.png)" +msgstr "" + +#: ../../docs/admin-dashboard.md:32 226acb802039475fbed9dd95d923f9ac +msgid "" +"In the upper left corner of the screen is a link displaying the title of " +"the installation which will always take you back to the admin dashboard." +msgstr "" + +#: ../../docs/admin-dashboard.md:34 dc9991c9ee4e4378a4cf0495468f93af +msgid "" +"Directly below the installation title is the message “Signed in as " +"*User*” where *User* is the display name of the person logged in. Near " +"the username (below or to the right, depending on window width) is the " +"button to *Logout*." +msgstr "" + +#: ../../docs/admin-dashboard.md:36 4c235e31201649b4888330a727ccbf9c +msgid "" +"Underneath the user information is a search field which has an option for" +" advanced search (ellipses) in addition to the button to search " +"(magnifying glass). Use this to search all items in the installation." +msgstr "" + +#: ../../docs/admin-dashboard.md:38 f21b1ae86a3444629ea8d8cc2c3c2e49 +msgid "" +"Advanced search options (the ellipses) allow you to refine the search by " +"Resource Type, limiting it to *Items*, *Item Sets*, or *Media* by " +"clicking the radio button next to the Resource Type you want to search." +msgstr "" + +#: ../../docs/admin-dashboard.md:40 b48ca93a4db649efb59576dd2fa78ac9 +msgid "![Advanced search options](files/search.png)" +msgstr "" + +#: ../../docs/admin-dashboard.md:42 82a61212b54d4b86990f904494f72893 +msgid "" +"The left hand navigation of the dashboard is divided into sections " +"related to function and user access:" +msgstr "" + +#: ../../docs/admin-dashboard.md:44 c0dace43139f48078bf46b2f2e567522 +msgid "" +"[Sites](sites/index.md): lists and provides access to all of the sites on" +" the OmekaS install. (Computer icon)" +msgstr "" + +#: ../../docs/admin-dashboard.md:45 c3513bd7fa3e453584f14ca611597314 +msgid "Resources: content creation and metadata management" +msgstr "" + +#: ../../docs/admin-dashboard.md:46 027fbd78a9da46879de9b032e8c7e1ef +msgid "" +"[Items](content/items.md): manage the individual resources of your " +"install. (Box icon)" +msgstr "" + +#: ../../docs/admin-dashboard.md:47 97b68c1c42a64167a6f319d2dea9e6c0 +msgid "" +"[Item Sets](content/item-sets.md): manage aggregated groups of items. " +"(Multiple boxes icon)" +msgstr "" + +#: ../../docs/admin-dashboard.md:48 4e5f0581d3ed4c059910ea1295e97311 +msgid "" +"[Vocabularies](content/vocabularies.md): manage the metadata standards " +"for your install. (Closed book icon)" +msgstr "" + +#: ../../docs/admin-dashboard.md:49 4e1bae49bb0d46b7a95d445a55880047 +msgid "" +"[Resource Templates](content/resource-template.md): manage predefined " +"sets of properties (fields) to use when creating items. (Pencil in a " +"square icon)" +msgstr "" + +#: ../../docs/admin-dashboard.md:50 519a8006484d4e3aa9d0cac8ac4a0e7b +msgid "" +"Admin: installation-level administration (note that some of these tabs " +"may not be visible to all user levels)" +msgstr "" + +#: ../../docs/admin-dashboard.md:51 23b3f47a84e0472aa7d586d75883386a +msgid "" +"[Users](admin/users.md): manage users for the whole install and " +"individual sites. (head and shoulders person icon)" +msgstr "" + +#: ../../docs/admin-dashboard.md:52 69bc3a60be884b488b6a06c66bb792a2 +msgid "" +"[Modules](modules/index.md): add functionality to your sites. (Plus sign " +"in square icon)" +msgstr "" + +#: ../../docs/admin-dashboard.md:53 409647c6765d42f68472868ff9a4732f +msgid "" +"[Jobs](admin/jobs.md): displays the user-activated tasks which are " +"currently running. NB: jobs only display when they are running. (Three " +"bars icon)" +msgstr "" + +#: ../../docs/admin-dashboard.md:54 03490f60865c46f19a33c80fac5a3b12 +msgid "" +"[Settings](admin/settings.md): manage the global settings for all sites, " +"the admin dashboard and the site dashboards. (Gears icon)" +msgstr "" + +#: ../../docs/admin-dashboard.md:56 a3c7ed3781be4287a0c90fa2a6646f4f +msgid "" +"If you have installed modules, they may appear in the admin section of " +"the left navigation below settings." +msgstr "" + +#: ../../docs/admin-dashboard.md:58 595c0c83b0a34c32ab682eda78058344 +msgid "" +"Note that users with more limited permissions will see only some of these" +" navigation options." +msgstr "" + +#: ../../docs/admin-dashboard.md:60 ae93960386bf4b328aff4e4d972f1ddf +msgid "System Information" +msgstr "" + +#: ../../docs/admin-dashboard.md:62 88069d0c90be4931a14ae1f2339d6744 +msgid "" +"In the bottom right corner is a short display of the current version of " +"Omeka S. Click the link labelled *System Information* to see a full page " +"with details." +msgstr "" + +#: ../../docs/admin-dashboard.md:64 a8efe60108924b8eafc22da29282bf27 +msgid "![Example system information page](files/systeminfo.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/admin/jobs.po b/locales/fr/LC_MESSAGES/docs/admin/jobs.po new file mode 100644 index 00000000..f644aefb --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/admin/jobs.po @@ -0,0 +1,87 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/admin/jobs.md:1 bc737d17b7d1427bb02fd7807da8565b +msgid "Jobs" +msgstr "" + +#: ../../docs/admin/jobs.md:3 85b09a47eaff4ad0812b3a5d170f01b4 +msgid "" +"When a user starts running a process which will take some time, such as " +"an API import, the progress of the process is displayed in the *Jobs* tab" +" of the admin dashboard. The table also displays completed, stopped, and" +" error-interrupted jobs." +msgstr "" + +#: ../../docs/admin/jobs.md:5 00531563d55f4dd68c5d2cee6591bf2d +msgid "" +"The Jobs table shows a job’s *ID* number, *class* of job, *Status* and " +"the *Owner*, or user who started the job." +msgstr "" + +#: ../../docs/admin/jobs.md:7 987e8b15b8bc47a594125af9727c5247 +msgid "" +"You can order the rows of the table by ID, Class, Status, or Owner " +"(descending or ascending) using the drop-down menus just above the table " +"on the upper right." +msgstr "" + +#: ../../docs/admin/jobs.md:9 9990c78deb2a4437af47888d89721b53 +msgid "![Table of jobs including all status messages](adminfiles/jobstable.png)" +msgstr "" + +#: ../../docs/admin/jobs.md:11 c451251baba4441189eabba51e5b98a2 +msgid "To see the details of a job, click on its id number." +msgstr "" + +#: ../../docs/admin/jobs.md:13 3ab20091a2e84ba9beb6b3820b682b2b +msgid "On a job’s details page, you will see the following information:" +msgstr "" + +#: ../../docs/admin/jobs.md:15 cd02c6c99a664fb3a38d71732cb04f51 +msgid "*Status* (In Progress, Error, Completed, Stopped)" +msgstr "" + +#: ../../docs/admin/jobs.md:16 4ec45a308de64fe1a4307b7a08aba101 +msgid "*Started* and *Ended* (date stamps)" +msgstr "" + +#: ../../docs/admin/jobs.md:17 5368399152d24797bffea2c177d104e1 +msgid "*Class* (source of the job, for example `DspaceConnector\\Job\\Import`)" +msgstr "" + +#: ../../docs/admin/jobs.md:18 4f90f9858d914c7d80b7bfcdf2d867e8 +msgid "*Owner*" +msgstr "" + +#: ../../docs/admin/jobs.md:19 3ed4a223adc344e59c4fd8281da2a5b9 +msgid "*Args*" +msgstr "" + +#: ../../docs/admin/jobs.md:20 c3c0163465494503958b0f2662cbb14c +msgid "*Log* - click on *view log* to see any error or other messages." +msgstr "" + +#: ../../docs/admin/jobs.md:22 8abff672c0054d09817876ee0af91d23 +msgid "" +"![The Logs heading with “view logs” below in orange, indicating it is a " +"link](adminfiles/jobs_viewlog.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/admin/settings.po b/locales/fr/LC_MESSAGES/docs/admin/settings.po new file mode 100644 index 00000000..87e36ca7 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/admin/settings.po @@ -0,0 +1,226 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/admin/settings.md:1 8fe52e6c23e8437f86566cf33f81357c +msgid "Manage Settings" +msgstr "" + +#: ../../docs/admin/settings.md:3 3db121e23ded40fa90e76eb2e4d5f1aa +msgid "" +"Admin users may change the settings for the admin dashboard and general " +"settings for sites using the *Settings* tab on the left side of the admin" +" dashboard (gear icon)." +msgstr "" + +#: ../../docs/admin/settings.md:5 0ae8532f5b3f4d22aa0e5d8ba138bc7f +msgid "Global Settings" +msgstr "" + +#: ../../docs/admin/settings.md:7 728d56ac3f3944b9898f74078d0e1de5 +msgid "" +"Global settings are only available to users with Site Administrator or " +"Global Administrator user roles." +msgstr "" + +#: ../../docs/admin/settings.md:9 e43bfc8275b1439b8f64584f3bf9ea8a +msgid "" +"The settings are as follows divided into two sections: General and " +"Security settings." +msgstr "" + +#: ../../docs/admin/settings.md:11 a8cae23a39964eb2bd6d5bf8708be975 +msgid "General" +msgstr "" + +#: ../../docs/admin/settings.md:13 49cfacdb1ed642d19bd6b1dabb2992b1 +msgid "" +"![General settings with fields as described " +"below](adminfiles/settings_general.png)" +msgstr "" + +#: ../../docs/admin/settings.md:15 5bafa13e1c1942228f0d75f65f2385bf +msgid "" +"*Administrator Email* sets the email address for the installation " +"administrator. Note that some hosting setups may require that the domain" +" name for the administrator email match the domain name of the " +"installation (if your domain is yourinstall.org, the administrator email " +"must be user@yourinstall.org)." +msgstr "" + +#: ../../docs/admin/settings.md:18 420451e87df3491ead76d7bca6c56a14 +msgid "" +"*Installation Title* allows you to change the title for the OmekaS " +"installation overall. This is what appears in the upper left-hand corner " +"of the admin dashboard." +msgstr "" + +#: ../../docs/admin/settings.md:20 4ee960c873cb45038a47463b2a3ce3ef +msgid "" +"*Time Zone* sets the default time zone for the install, which will be " +"used for error logging messages and to determine creation dates for " +"items, item sets, and other materials on the install. This is a dropdown " +"menu." +msgstr "" + +#: ../../docs/admin/settings.md:22 bc36f213b61f4b8fb640c48241e921be +msgid "" +"*Results per page* changes the number of results (items, item sets, " +"media) displayed per page when browsing in either public or admin sides " +"of the installation." +msgstr "" + +#: ../../docs/admin/settings.md:24 9c003dcc3de147e8b382761c00dfaf8b +msgid "" +"*Property label information* determines what is displayed next to each " +"property when users are editing items and item sets." +msgstr "" + +#: ../../docs/admin/settings.md:26 a14680d034ce4b598546837d7d1a9e8c +msgid "" +"By default, this is set to *none*, meaning that only the property label " +"is displayed." +msgstr "" + +#: ../../docs/admin/settings.md:27 8344197b73aa44d3af5acf034e33d66a +msgid "" +"If *show vocabulary* is selected, the parenthetical statement next to the" +" property name displays the vocabulary used (for example, Dublin Core)" +msgstr "" + +#: ../../docs/admin/settings.md:28 41225ce2f6ed49429418556942144c85 +msgid "" +"If *show term* is selected, the parenthetical statement next to the " +"property name displays the vocabulary:term (for example, dc:title)." +msgstr "" + +#: ../../docs/admin/settings.md:30 899ffbfb1eca4cb1b5a6376be3c2b41d +msgid "" +"*Default Site* dropdown gives you control over where people land when " +"they navigate to the base url of your install. You can either display a " +"list of all sites in the install (default) or select a specific site from" +" the dropdown, to which people will be redirected." +msgstr "" + +#: ../../docs/admin/settings.md:32 742ad8dfd60e43d1839451e13b4d11da +msgid "" +"*Locale* dropdown lets you select from a dropdown of [available " +"languages](https://www.transifex.com/omeka/omeka-s/) for the Omeka S core" +" to change the language in which your installation's admin side displays." +msgstr "" + +#: ../../docs/admin/settings.md:34 eea6b66693374727bc884bc344e5e81c +msgid "" +"*Enable version notifications* check this box to enable notifications for" +" new versions of Omeka S, themes, and modules." +msgstr "" + +#: ../../docs/admin/settings.md:36 09f30ab2a106415d9bca0c95b8ff7b18 +msgid "" +"*Disable JSON-LD embed* By default, Omeka embeds JSON-LD in resource " +"browse and show pages for the purpose of machine-readable metadata " +"discovery. Check this to disable embedding." +msgstr "" + +#: ../../docs/admin/settings.md:38 2e386d4c0d124b34b04dadd1295a44f5 +msgid "" +"*Default content visibility to private* When this box is checked, all new" +" items, item sets, and sites will have their visibility set to Private. " +"If this box is not checked, the default is public." +msgstr "" + +#: ../../docs/admin/settings.md:40 993b6ecfe87846a29085447b11cc25fd +msgid "" +"*Index full-text search* Check this box to run an index of your " +"installation's resources and sites as soon as you click Save. You should " +"only need to run this process if you are having issues with search." +msgstr "" + +#: ../../docs/admin/settings.md:42 8ed4e9de68eb4eafa1482bcdcad980f7 +msgid "Security" +msgstr "" + +#: ../../docs/admin/settings.md:44 42b15619650f4dfdaf9ff5e6dcecc148 +msgid "" +"![Security settings with fields as described " +"below](adminfiles/settings_security.png)" +msgstr "" + +#: ../../docs/admin/settings.md:46 97fdd9ce63a8470d93b0e20568b477d9 +msgid "" +"*Use HTMLPurifier* checkbox. If checked, the service " +"[HTMLPurifier](http://htmlpurifier.org/) will clean up any user-entered " +"HTML." +msgstr "" + +#: ../../docs/admin/settings.md:47 74648c9d7a164aa4b377548b4e97b07b +msgid "" +"*Disable file validation*: a checkbox, unchecked by default. When " +"unchecked, file uploads are limited by the following two fields. When " +"this box is checked, any type of media or MIME type can be uploaded." +msgstr "" + +#: ../../docs/admin/settings.md:48 dee4117a0b004b0e842e96483c3a1e2e +msgid "" +"*Allowed media types*: The default list contains the most common media " +"types. Only files with media types included in this list may be uploaded " +"to the installation." +msgstr "" + +#: ../../docs/admin/settings.md:49 ../../docs/admin/settings.md:52 +#: 51668392cc3e45058678256e9feedaa9 9dc4bbd062ef478b99c72a6cc62f9b7f +msgid "Separate additions to the list with a comma." +msgstr "" + +#: ../../docs/admin/settings.md:50 3c713d6c74054f37b73f61634893d788 +msgid "To return to defaults, click the *restore default media types* button." +msgstr "" + +#: ../../docs/admin/settings.md:51 9b06d525c75a497aacc5ce46df057d80 +msgid "" +"*Allowed file extensions*: The default list contains common file " +"extensions. Only files with extensions included in this list may be " +"uploaded to the installation." +msgstr "" + +#: ../../docs/admin/settings.md:53 0a379fdee1d344bba5ce565d32ab873e +msgid "To return to defaults, click the *restore default extensions* button." +msgstr "" + +#: ../../docs/admin/settings.md:55 27416b3d4a5c4b5eb5521097ca211747 +msgid "" +"The final two fields relate to setting up " +"[reCAPTCHA](https://www.google.com/recaptcha/intro/index.html) for your " +"site. You will need both a site key and a secret key. Enter them in the " +"corresponding fields after [signing " +"up](https://www.google.com/recaptcha/admin#list) with reCAPTCHA/Google:" +msgstr "" + +#: ../../docs/admin/settings.md:56 34323a91fb1f47428edbba5d62ea6918 +msgid "" +"*reCAPTCHA site key* enables to display of the widget on your install's " +"sites." +msgstr "" + +#: ../../docs/admin/settings.md:57 c916156cd5134d3cb80b7b38cd0e4203 +msgid "" +"*reCAPTCHA secret key* allows communication between your install and " +"reCAPTCHA's server." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/admin/users.po b/locales/fr/LC_MESSAGES/docs/admin/users.po new file mode 100644 index 00000000..095c83bd --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/admin/users.po @@ -0,0 +1,541 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/admin/users.md:1 03c0fa2a63e740cfb05745d316becc55 +msgid "Users" +msgstr "" + +#: ../../docs/admin/users.md:3 fdcc77536f054e53bac224082896c946 +msgid "" +"Only site and global administrators can create, edit, and delete users. " +"Editors, Reviewers, Authors, and Researchers can edit their own user " +"information but cannot change the information of other users." +msgstr "" + +#: ../../docs/admin/users.md:5 8298aab0919249a1859edeee6e06113c +msgid "" +"Administrators manage and create users from the User tab of the main " +"administrative dashboard (head and shoulders icon)." +msgstr "" + +#: ../../docs/admin/users.md:7 8b53de1b116b411c8729089f116c9b82 +msgid "" +"This Users section displays the user’s email followed by full name in " +"parentheses, as well as their role and the date the account was created." +msgstr "" + +#: ../../docs/admin/users.md:9 234342ce21fc4946bc6af6726e14a74f +msgid "There are six user roles in Omeka S:" +msgstr "" + +#: ../../docs/admin/users.md:11 4f78fe5c01c442c7ac8b6a8bb6d034d1 +msgid "Global Admin: full installation privileges" +msgstr "" + +#: ../../docs/admin/users.md:12 fc8f423d472c4b31a588402a11c08719 +msgid "Supervisor: robust site and content privileges" +msgstr "" + +#: ../../docs/admin/users.md:13 3aff4bf4e06943eaa259d38025b26ce5 +msgid "Editor (Content Expert): full privileges for content creation" +msgstr "" + +#: ../../docs/admin/users.md:14 71093db718cc41d3b066f8548d9a4325 +msgid "Reviewer: robust content privileges but can only delete own content." +msgstr "" + +#: ../../docs/admin/users.md:15 2672fe9b0e654ce38e3cbbc9ef720a4b +msgid "Author: Create own content." +msgstr "" + +#: ../../docs/admin/users.md:16 dbda2cf0c767432faeb283165e970b67 +msgid "Researcher: Search and read privileges only." +msgstr "" + +#: ../../docs/admin/users.md:19 1c11cc10be7c48d1a84bad8e8c5316af +msgid "Create a New User" +msgstr "" + +#: ../../docs/admin/users.md:20 169e4dac9e914b87a9a0799a8b86c6f8 +msgid "" +"To create a new user, select the *Add new user* button in the upper right" +" hand corner of the Users section in the main administrative dashboard." +msgstr "" + +#: ../../docs/admin/users.md:22 100391d8c5834310b9e084e22a5b5896 +msgid "On the Add User page, enter the following:" +msgstr "" + +#: ../../docs/admin/users.md:24 0a5fe90f48d6474cbc9a7a5994895a0a +msgid "*Name* (full name or credit name)" +msgstr "" + +#: ../../docs/admin/users.md:25 ce50ca6e218d4227a5a9c26a64040482 +msgid "*Email address*" +msgstr "" + +#: ../../docs/admin/users.md:26 149437b106e4460f8b21ceede54c1f5b +msgid "" +"Select a *Role* using the dropdown menu (see above for user role " +"privileges)" +msgstr "" + +#: ../../docs/admin/users.md:27 585f0dddf9bb4227a1553e8ee54d0b9e +msgid "Check the *Is Active* box to confirm that the user is active." +msgstr "" + +#: ../../docs/admin/users.md:29 05726991fdfd409283d0a42acfb122e0 +msgid "![Add new user form with fields as described](adminfiles/users_addnew.png)" +msgstr "" + +#: ../../docs/admin/users.md:31 27dc133b4d97465abc2b73add5b8c80b +msgid "Managing Users" +msgstr "" + +#: ../../docs/admin/users.md:32 4215f1fdd0fd4a4c81d7ea415be9840d +msgid "To manage an existing user, go to the Users section." +msgstr "" + +#: ../../docs/admin/users.md:34 98d01d0c3a8a465ea2fda45df89330f4 +msgid "" +"![Manage users view, top row is the Omeka Devs account. The drawer " +"showing the number of items and item sets created by the Omeka Devs user " +"is opened.](adminfiles/users_table.png)" +msgstr "" + +#: ../../docs/admin/users.md:36 09e47b98e430476483d4893bbb2c7939 +msgid "To view the name, email, and role of a user, click on the username." +msgstr "" + +#: ../../docs/admin/users.md:38 26fb441cb9a347dfa12d5b94818be7c3 +msgid "" +"To see the items and item sets owned by a user, click the *more* " +"(ellipses) button located between the *delete* (trash can) button and the" +" user role label. This will open a drawer on the right side of the screen" +" with this information; you can click on the number of items or item sets" +" to go to the items or item sets created by that user." +msgstr "" + +#: ../../docs/admin/users.md:40 77bb898fa09f4f7e978d8d8cebc6e52f +msgid "Edit User" +msgstr "" + +#: ../../docs/admin/users.md:42 a29927258ef843e69989d29b90ed1de4 +msgid "" +"To edit a user’s information, change their password, or access API keys, " +"go to the Users section. Find the user on the table and click the edit " +"icon (pencil) on their row in the table." +msgstr "" + +#: ../../docs/admin/users.md:44 4e7f89338343479589e7a479e9c26009 +msgid "" +"![A single row of the user table, with the user's email blanked out. A " +"blue circle highlights the edit icon, represented as a red " +"pencil.](adminfiles/users_editbutton.png)" +msgstr "" + +#: ../../docs/admin/users.md:46 e44bdd924b1e41ee9fd0f422b9d98eaa +msgid "" +"The Edit User page has four tabs: *User Information*, *User Settings*, " +"*Password*, and *API Keys*. After making changes on any of these tabs, be" +" sure to click the save button in the upper right hand corner of the " +"browser window. At any time you may cancel your edits by clicking the " +"cancel button next to the save button." +msgstr "" + +#: ../../docs/admin/users.md:48 e41817b7ca14421e95b9369b5583de7d +msgid "User information" +msgstr "" + +#: ../../docs/admin/users.md:49 ec6a76315e9243ee8831b6e1d3a10627 +msgid "" +"On this tab, you can edit the display *Name* and *Email* for the user, " +"select or change the user *Role* and click the checkbox to confirm that " +"the user *Is Active* (or uncheck the checkbox to render the user " +"inactive)" +msgstr "" + +#: ../../docs/admin/users.md:51 ea8df1341589474f8ddcae17ed834e3b +msgid "" +"![User information tab for the Omeka Devs user with completed fields for " +"email, display name, role, and an active checkbox for Is " +"Active](adminfiles/users_info.png)" +msgstr "" + +#: ../../docs/admin/users.md:53 f117b54ef50e4a34b1058c6be030145a +msgid "User settings" +msgstr "" + +#: ../../docs/admin/users.md:54 c6e320c31de24eecbc16f249f614a0a7 +msgid "This tab allows a user or global admin to set the following:" +msgstr "" + +#: ../../docs/admin/users.md:56 377aeb83f279429ba33168192476f9b6 +msgid "" +"*Locale*: select from a dropdown of available languages. This will change" +" the language in which the installation's admin site displays for that " +"user." +msgstr "" + +#: ../../docs/admin/users.md:57 f3705f48f43e485d83751bfb0b97b8e1 +msgid "" +"*Default resource template*: select from existing templates to have a " +"template auto-load whenever the user creates a new item." +msgstr "" + +#: ../../docs/admin/users.md:59 43a441f3b44e4de0aea17ede46ba04a1 +msgid "" +"![User settings for Omeka Dev with default options " +"selected](adminfiles/users_settings.png)" +msgstr "" + +#: ../../docs/admin/users.md:61 e3ec357c9c564217995142f1fbc3d650 +msgid "Password" +msgstr "" + +#: ../../docs/admin/users.md:62 7218a3ce586c4b7abd6bb29cec64fb19 +msgid "" +"On this tab, create a new password. It must be entered twice, in both the" +" *new password* and *confirm new password* fields to take." +msgstr "" + +#: ../../docs/admin/users.md:64 0c942b85d76a45baaa4d133b549a7027 +msgid "" +"![Empty password reset fields for the user " +"outreach](adminfiles/users_password.png)" +msgstr "" + +#: ../../docs/admin/users.md:66 5fc7f671afa049dbba89fffa337bad33 +msgid "" +"To see the password requirements, click the arrow next to the New " +"Password field. This will display a list of " +"[requirements](../../configuration) if any have been configured." +msgstr "" + +#: ../../docs/admin/users.md:68 020a2d3299944357aff8ff4af37b52d1 +msgid "API Key" +msgstr "" + +#: ../../docs/admin/users.md:69 1811b4a4cf16465ea821b3e5f9a9d221 +msgid "" +"Use this tab to generate an API key for the user. You must provide a " +"label for the key - this could be a date or the purpose of the key. Click" +" save to generate the key." +msgstr "" + +#: ../../docs/admin/users.md:71 d86c8dba4bf54a7b9de276f71656189d +msgid "" +"To remove existing API keys, check the *Delete?* box on the row for that " +"key and click save." +msgstr "" + +#: ../../docs/admin/users.md:73 e953da224e81404ab8d0d74423c0acbd +msgid "" +"![API tab for user Omeka Devs with one generated but hidden api key, and " +"below it the ability to create a new key](adminfiles/users_apikey.png)" +msgstr "" + +#: ../../docs/admin/users.md:75 f84d102b017b4c3eb73ea20e380cff96 +msgid "Batch edit users" +msgstr "" + +#: ../../docs/admin/users.md:77 77223b233ad042ec8d4298470ead7dcb +msgid "" +"You can edit multiple users at one time by using the checkboxes to the " +"left of each user's email in the User table." +msgstr "" + +#: ../../docs/admin/users.md:79 388766517cf24dae8d2c66baef71b73e +msgid "Click the checkboxes to select the users you want to edit." +msgstr "" + +#: ../../docs/admin/users.md:81 492fc09c30f5456bb7f4a86c5e9993f8 +msgid "" +"![A close up of the users table showing only the checkboxes and email " +"column, with three users' emails. Two of the user's boxes are checked, " +"and the third is unchecked.](adminfiles/users_batch1.png)" +msgstr "" + +#: ../../docs/admin/users.md:83 2c36fb7bbc83478c8b6357a7a8fd3a27 +msgid "" +"Then, using the dropdown just above the table, select from the following " +"options:" +msgstr "" + +#: ../../docs/admin/users.md:85 e32099b422c540e5a47d77e7b07f1dbc +msgid "Edit selected (users)" +msgstr "" + +#: ../../docs/admin/users.md:86 afb21577d18b4acdab09f74e807f2845 +msgid "Edit all (users)" +msgstr "" + +#: ../../docs/admin/users.md:87 d7a804d26e6f4f71bd7d02ae510eab8d +msgid "Delete selected (users)" +msgstr "" + +#: ../../docs/admin/users.md:88 2abec0253d494dde9ddadfdf700c8d83 +msgid "Delete all (users)" +msgstr "" + +#: ../../docs/admin/users.md:90 fcfb6b5db02f4783b5aa77dcec8d28b1 +msgid "" +"To edit only the users whose checkboxes you have ticked, choose \"Edit " +"selected\" from the dropdown and then click \"Go\". You will be directed " +"to the Batch Edit Users page." +msgstr "" + +#: ../../docs/admin/users.md:92 769c71adf37e46ef9380e20f6e2c5342 +msgid "![Batch edit users page](adminfiles/users_batch2.png)" +msgstr "" + +#: ../../docs/admin/users.md:94 52e52e0081f74abf98712a455983037c +msgid "" +"On the right hand side of the page are the emails for the users you are " +"editing and to whom any changes you make will be applied." +msgstr "" + +#: ../../docs/admin/users.md:96 2843546416614110b4c6e1d6102cff91 +msgid "On this page you can:" +msgstr "" + +#: ../../docs/admin/users.md:98 b7120401bb5b476fbe289d9358a70ffb +msgid "" +"Set role: select from a dropdown of all roles (see below) to change the " +"role for all selected users." +msgstr "" + +#: ../../docs/admin/users.md:99 212b68d9b56b4eb6af9860da15f1dd3b +msgid "Set activity: set selected users as active, not active, or no change." +msgstr "" + +#: ../../docs/admin/users.md:100 fe151115096d49e5a132b061a23fc8da +msgid "" +"Remove from site permissions: select from a dropdown menu of the sites on" +" the Omeka S install, or use the option \"all sites\" to remove the " +"selected users from all sites." +msgstr "" + +#: ../../docs/admin/users.md:101 8892fa9da46b4f2e99c96d06ae9b9696 +msgid "" +"Add to site permissions: select from a dropdown menu of the sites on the " +"Omeka S install, or use the option \"all sites\" to add the selected " +"users to all sites." +msgstr "" + +#: ../../docs/admin/users.md:102 fbe611a40ffe46e5a837917b328d8d92 +msgid "" +"Add to site permission as: a dropdown with options for viewer, editor, or" +" admin - select which role the users will have on the sites to which you " +"have added them." +msgstr "" + +#: ../../docs/admin/users.md:104 a7c990c717e64354b1e9094b21b49ddf +msgid "Once you are done, click save changes." +msgstr "" + +#: ../../docs/admin/users.md:106 2849ba29f1ab4ac799b23c2fc2a6d55f +msgid "" +"If you choose \"Edit all\" rather than \"edit selected\" you can apply " +"changes to all users - excluding yourself - on the Omeka S installation. " +"Use this feature carefully!" +msgstr "" + +#: ../../docs/admin/users.md:108 edd60767fc77463e962abc4122d0ac77 +msgid "Delete a User" +msgstr "" + +#: ../../docs/admin/users.md:109 e089bf74ff8647458e2312cbdec78eff +msgid "" +"On the User page of the administrative dashboard, click the trash can " +"icon in the user’s row, to the left of their role information, to delete " +"the user. Confirm the deletion in the dialog box which will appear on the" +" right of the screen." +msgstr "" + +#: ../../docs/admin/users.md:111 537da61575dc494d9d9fc6ff4ee2a880 +msgid "" +"![Delete confirmation for user Megan2, giving the number of items and " +"item sets that user has created - in this case, zero for " +"both.](adminfiles/users_delete.png)" +msgstr "" + +#: ../../docs/admin/users.md:113 4ce48a3f092c4b98b33eb4ea6101de9e +msgid "Batch delete users" +msgstr "" + +#: ../../docs/admin/users.md:114 be82cf53e77f4cdba1b253f6bfdeb2fd +msgid "" +"To delete a number of users at once, click the checkboxes next to their " +"names on the Users table (see Batch edit users, above)." +msgstr "" + +#: ../../docs/admin/users.md:116 5cc30fc687b74683a6aaeee9c2a5eb8c +msgid "" +"From the dropdown menu just above the email column, select \"delete " +"selected\" and click Go." +msgstr "" + +#: ../../docs/admin/users.md:118 f7704a52e5bd4f4bb05a7c277266ed01 +msgid "" +"![A red arrow points to the dropdown where \"delete selected\" is " +"displayed](adminfiles/users_batchdel1.png)" +msgstr "" + +#: ../../docs/admin/users.md:120 f60a8e1de43644b5be9ddec887c30abd +msgid "" +"This will open a drawer on the right side of the screen with a message " +"telling you the number of users you are about to delete. This action " +"*cannot be undone.* To permanently delete these users, click the red " +"Confirm Delete button. To cancel, click the x in the upper right corner " +"of the drawer." +msgstr "" + +#: ../../docs/admin/users.md:122 6d39acbd4df84410926db62230d01406 +msgid "![Confirm delete message for 5 users](adminfiles/users_batchdel2.png)" +msgstr "" + +#: ../../docs/admin/users.md:124 7a396b5ba664422ebe924507a9d6d037 +msgid "" +"The \"delete all\" action in the dropdown will delete all users excluding" +" yourself. This action *cannot be undone* and should be used with extreme" +" caution." +msgstr "" + +#: ../../docs/admin/users.md:126 c43db2cdd4c741fb870f20cde70fd66d +msgid "" +"To permanently delete these users, you must check the \"Are you sure\" " +"box before clicking the \"Confirm Delete\" button. To cancel, click the x" +" in the upper right corner of the drawer." +msgstr "" + +#: ../../docs/admin/users.md:128 84ad187cc33846fea7481aafb597c1aa +msgid "Roles and Permissions" +msgstr "" + +#: ../../docs/admin/users.md:129 8d0bde1590734d7d9b0cfda6ca55cd0f +msgid "The following is a detailed breakdown of permissions for each user role:" +msgstr "" + +#: ../../docs/admin/users.md:131 0820ce37912243d994a238ca8d5cb364 +msgid "**Global Admin**" +msgstr "" + +#: ../../docs/admin/users.md:133 ../../docs/admin/users.md:139 +#: a6fb4d230d73454fb6bab23c8528229d ab86d8fea0ff47fc85e08238c22c63fd +msgid "" +"Full privileges (create, edit, delete) of item, item sets, media, " +"resource templates, site pages, sites, and users." +msgstr "" + +#: ../../docs/admin/users.md:134 adb6a0ed47e94a22a08f9ff38240ee32 +msgid "Full privileges for modules - install, activate, configure." +msgstr "" + +#: ../../docs/admin/users.md:135 33c33a7dadb24c99b171b0200ddcb477 +msgid "Search, read, create, and delete privileges for Vocabularies" +msgstr "" + +#: ../../docs/admin/users.md:137 a6c9d5c242d948edba8bd17df6208249 +msgid "**Supervisor**" +msgstr "" + +#: ../../docs/admin/users.md:140 a21257a0374942bdb3cebf5555fe2d56 +msgid "" +"Browse-only privileges for modules in the module tab. Can interact with " +"active modules where appropriate." +msgstr "" + +#: ../../docs/admin/users.md:141 ed5bb872e6ec4b42b432e5c440c71c29 +msgid "Search, read, and create privileges for Vocabularies (cannot delete)" +msgstr "" + +#: ../../docs/admin/users.md:143 ca0f852a2b77483cba19d0185ee2d0f0 +msgid "**Editor**" +msgstr "" + +#: ../../docs/admin/users.md:145 42529aa9ab4c4cd8bac5574eadd84531 +msgid "" +"Full privileges (create, edit, delete) of item, item sets, media, " +"resource templates, and site pages" +msgstr "" + +#: ../../docs/admin/users.md:146 1f9a9470c4e44ff294164176200649d9 +msgid "" +"Can search, read, and create sites and users, and edit or delete sites " +"they own. Can only delete their own user profile." +msgstr "" + +#: ../../docs/admin/users.md:147 eb211267184a496c83c7187b8f055c5e +msgid "Search and read only privileges for vocabularies." +msgstr "" + +#: ../../docs/admin/users.md:148 ../../docs/admin/users.md:155 +#: ../../docs/admin/users.md:162 ../../docs/admin/users.md:167 +#: 4f531dccb37849b4bbaee4051846391f 5c567fe078034c408c2d13e9320ed9c1 +#: 9998310585eb4659873a096095b53e57 eee0cf765cfe4645892d657350032216 +msgid "No privileges for modules" +msgstr "" + +#: ../../docs/admin/users.md:150 075754d9fca74195a4953fd198e0d275 +msgid "**Reviewer**" +msgstr "" + +#: ../../docs/admin/users.md:152 d39c1fecdf904c44aa6128eafb2ef3a5 +msgid "" +"Can search, read, create, and edit all items, item sets, and media. Can " +"only delete those items, item sets, and media." +msgstr "" + +#: ../../docs/admin/users.md:153 ../../docs/admin/users.md:160 +#: 19a73cabe6d448109374c0d3a6d84829 bbf70f4d99b143589a8c225911866eeb +msgid "" +"Can be added to a site at the Creator or Manager levels, which enables " +"them to search, read, create, edit, and delete site pages. If a Reviewer " +"has not beed added as a site user, they will have read-only access to " +"that site's content." +msgstr "" + +#: ../../docs/admin/users.md:154 8a1b1c9e9fdf4cacae4d389abc0369f3 +msgid "Search and read only privileges for vocabularies and resource templates." +msgstr "" + +#: ../../docs/admin/users.md:157 c6928c3a2ff74b558f978712b486ae4a +msgid "**Author**" +msgstr "" + +#: ../../docs/admin/users.md:159 e32452475a3749a79db6620675ed9439 +msgid "" +"Can search, read, and create items, item sets, and media. Can only edit " +"or delete content which the user has created." +msgstr "" + +#: ../../docs/admin/users.md:161 29e397376bee48f39ef35f7489e8bb45 +msgid "Search and read only privileges for vocabularies and sites." +msgstr "" + +#: ../../docs/admin/users.md:164 c4aec43c3581445b9474f902f6237912 +msgid "**Researcher**" +msgstr "" + +#: ../../docs/admin/users.md:166 b56e66cb07ce49cc99a72c21f9e5ad66 +msgid "Search and read-only privileges for all content, sites, and users." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/configuration.po b/locales/fr/LC_MESSAGES/docs/configuration.po new file mode 100644 index 00000000..55fad53f --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/configuration.po @@ -0,0 +1,148 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/configuration.md:1 07595fc728ae4e6da1a55e46965be829 +msgid "Configuration Options" +msgstr "" + +#: ../../docs/configuration.md:3 b201a15dc6034b1180e857d114941192 +msgid "" +"The following are commonly requested options which can be configured in " +"the file `local.config.php` located in the config directory." +msgstr "" + +#: ../../docs/configuration.md:5 24f19bc1edc24cca912ce1f735b5a1b9 +msgid "" +"For a full list of available configuration keys, please see the " +"[developer documentation page on configuration " +"settings](https://omeka.org/s/docs/developer/configuration/)." +msgstr "" + +#: ../../docs/configuration.md:7 29136500aab84dc7984cfc6d0016105f +msgid "Password settings" +msgstr "" + +#: ../../docs/configuration.md:8 9bd356cb20ac4121b949c98429d725fb +msgid "" +"You can change the requirements for user passwords in the config file. " +"Options include minimum length, number of upper and lowercase letters, " +"and setting allowed symbols." +msgstr "" + +#: ../../docs/configuration.md:20 56f08fb271094640a3b95d2ddadd7926 +msgid "Requirements will display on the user creation and edit pages." +msgstr "" + +#: ../../docs/configuration.md:22 df0ae8551b5742bb82a21b2d204bd8f3 +msgid "Thumbnails" +msgstr "" + +#: ../../docs/configuration.md:24 4a7a6693767b47978bb7a985f12d1f1b +msgid "The `thumbnails` configuration key holds most thumbnail settings:" +msgstr "" + +#: ../../docs/configuration.md:39 708847366e4446638aaab577926bcc05 +msgid "" +"Under `types`, set the maximum dimensions for derivative images for media" +" files. There are separate options for large, medium, and square. " +"Defaults for these are 800, 200, and 200 respectively (all sizes are " +"pixels)" +msgstr "" + +#: ../../docs/configuration.md:43 a32a4dca5da84d65a822e56e31290843 +msgid "" +"`thumbnailer_options` is an array of options passed to the specific " +"thumbnailer in use. For example, the `imagemagick_dir` thumbnail option " +"sets the path to the folder where ImageMagick's `convert` command can be " +"found on the server. This can be useful if Omeka S can't auto-detect the " +"correct path for ImageMagick." +msgstr "" + +#: ../../docs/configuration.md:48 2e3885d4a35c4269b5fd5372614d4d58 +msgid "" +"The thumbnailer to use is set under the `service_manager` key, by setting" +" the alias for `Omeka\\File\\Thumbnailer`:" +msgstr "" + +#: ../../docs/configuration.md:59 b2a764c708954bffa9cfb3198be30291 +msgid "" +"The default thubnailer is `Omeka\\File\\Thumbnailer\\ImageMagick`. Also " +"available are `Omeka\\File\\Thumbnailer\\Imagick` (which uses the " +"`imagick` PHP extension) and `Omeka\\File\\Thumbnailer\\Gd` (which uses " +"the commonly available `gd` PHP extension)." +msgstr "" + +#: ../../docs/configuration.md:64 56742989c57d439d921a1df2a2fd98bb +msgid "" +"You can also set the thumbnailer to " +"`Omeka\\File\\Thumbnailer\\NoThumbnail`, which will prevent your Omeka S " +"installation from generating thumbnails." +msgstr "" + +#: ../../docs/configuration.md:67 38dee0ad088749b49d51b2893b43cb14 +msgid "PHP Path" +msgstr "" + +#: ../../docs/configuration.md:69 96387dd85ca048e0828dad79c18db765 +msgid "" +"Omeka S uses background jobs for some long-running tasks that operate on " +"many items or just otherwise might take a long time. Omeka S uses the PHP" +" CLI (command-line interface) to run these jobs, the `php` command." +msgstr "" + +#: ../../docs/configuration.md:73 74c59e2c22ad455d9af39ba928614d56 +msgid "" +"Omeka S by default will try to automatically detect the path to the PHP " +"CLI on the server, but for some servers this detection doesn't work, or " +"there are multiple different `php` commands to choose from. In these " +"situations you can manually configure the correct path in the " +"configuration file:" +msgstr "" + +#: ../../docs/configuration.md:84 a3b6092afe664c76aeb165402890db48 +msgid "" +"(Note: the path here is just an example; the proper path will be specific" +" to your server)" +msgstr "" + +#: ../../docs/configuration.md:87 d668a6c064e74642a67ac69695c8d2b7 +msgid "Mail" +msgstr "" + +#: ../../docs/configuration.md:89 872ab6fad01a432ba4d23909a54d4a8a +msgid "The `mail` key can be used to configure how Omeka S sends emails." +msgstr "" + +#: ../../docs/configuration.md:91 a2bbc918da9047b2a468537c717af8b3 +msgid "" +"The default is to use sendmail, where the server is responsible for " +"having mail delivery configured and set up. Sendmail generally requires " +"no configuration on the Omeka S side." +msgstr "" + +#: ../../docs/configuration.md:95 0517e02307ac49feab68eff4719c8971 +msgid "" +"Another option for some servers is to configure a direct SMTP connection " +"for sending mail. An example configuration, to be added at the end of " +"`local.config.php` follows (see the [laminas-mail " +"docs](https://docs.laminas.dev/laminas-mail/transport/smtp-options/) for " +"clarification):" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/content/item-sets.po b/locales/fr/LC_MESSAGES/docs/content/item-sets.po new file mode 100644 index 00000000..14441651 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/content/item-sets.po @@ -0,0 +1,664 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/content/item-sets.md:1 47e4b09564dc460cadca845fea25822b +msgid "Item Sets" +msgstr "" + +#: ../../docs/content/item-sets.md:3 e03c36656cee4f63afcedfd46e89bfb7 +msgid "" +"Item sets are an aggregation of *items*, similar to collections in " +"previous versions of Omeka. In Omeka S, items may belong to any number of" +" sets, and an item set can have any number of items." +msgstr "" + +#: ../../docs/content/item-sets.md:5 b6b4d50ceea64e9cb2158700c57ef8e4 +msgid "" +"Item sets are managed via the *Item Sets* tab (stacked boxes) located in " +"the left navigation of the admin dashboard." +msgstr "" + +#: ../../docs/content/item-sets.md:7 4e154c6ef9ed4c89adc39afa4d4c63e5 +msgid "" +"![Browse item sets view with four item " +"sets.](contentfiles/itemsets_browse.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:9 0e8e8226ac5349bebccf7d88b78d7700 +msgid "After clicking on the tab, a table appears listing all item sets with:" +msgstr "" + +#: ../../docs/content/item-sets.md:11 6cb00e17a4c440d387971016f4cbdac2 +msgid "their *Title*;" +msgstr "" + +#: ../../docs/content/item-sets.md:12 0b07805228e0425ca64ae9dc2144bdde +msgid "" +"icons for each row representing options to *edit* (pencil), *delete* " +"(trash can), or *view details* (ellipses);" +msgstr "" + +#: ../../docs/content/item-sets.md:13 19459460028a4373b1c9236daa521342 +msgid "the item set’s *Class*," +msgstr "" + +#: ../../docs/content/item-sets.md:14 4997cf6731094703a46028537321ba1d +msgid "the *Owner* of the set," +msgstr "" + +#: ../../docs/content/item-sets.md:15 1e7e24bcca874ec295bf881b9e891610 +msgid "and the date the set was *Created*." +msgstr "" + +#: ../../docs/content/item-sets.md:17 0c28becbaf9044be951a0717996ba351 +msgid "" +"Above this table on the left is the pagination for the item sets table, " +"where you can click the left and right arrows to move forward and back or" +" enter a page number to go a specific page of item sets." +msgstr "" + +#: ../../docs/content/item-sets.md:19 c9b7ef2d12a84a328867f240ee0f7313 +msgid "In the center above the table is the button for *advanced search*." +msgstr "" + +#: ../../docs/content/item-sets.md:21 e607069addff489cb16f21870c52cd7a +msgid "" +"On the right above the table are drop-down menus to re-order the table by" +" *title, class, owner,* or *date created* in either *ascending* or " +"*descending* order." +msgstr "" + +#: ../../docs/content/item-sets.md:23 d8e71aa01bd84e06b6f43f29e1d1ccb0 +msgid "In the upper right corner is the button to *Add new item set*." +msgstr "" + +#: ../../docs/content/item-sets.md:26 01253b94a07744d58bcf5ad6d35e46cf +msgid "View Item Set" +msgstr "" + +#: ../../docs/content/item-sets.md:28 3c26e5c1b75c4ecdaf111fb590ea0440 +msgid "" +"To quickly see information about an item set, click on the *view details*" +" button (ellipses) for the item set on the item sets browse page. This " +"will open a drawer on the right hand side of the page with the item set’s" +" Title, Visibility, and number of Items." +msgstr "" + +#: ../../docs/content/item-sets.md:30 af8734db4f3643bea5682fd778bd2e28 +msgid "" +"![Drawer view of an item, with description and " +"title](contentfiles/itemsets_drawer.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:32 a038371f0b5a4953ada9e21cb9bb4e4a +msgid "" +"To view all the information for an item set, click on its name. On the " +"item sets view page, there are tabs to see an item set’s *Metadata* and " +"*Linked Resources*. On the right side of the item set’s view page is " +"information about the date created, owner, and visibility. For item sets," +" visibility includes both whether the set is private or public and " +"whether other users can add items to the set." +msgstr "" + +#: ../../docs/content/item-sets.md:34 989b833602b446d4be0169be22cfc72a +msgid "![Reading view of a single item set](contentfiles/itemsets_view.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:36 b1055b743611445bbf3d08303d5afcde +msgid "The item set’s *metadata* is entered by users." +msgstr "" + +#: ../../docs/content/item-sets.md:38 0c593d6147364e1d8de008d3636ae028 +msgid "" +"*Linked resources* are items which have used the item set to populate " +"specific metadata properties. When viewing linked resources, the table " +"includes the predicate (property or description) and the object (linked " +"item resource). Note that incoming resources (those used as properties " +"for the item set being viewed) will *not* display here, as they already " +"display in the item set's metadata." +msgstr "" + +#: ../../docs/content/item-sets.md:40 f652b76a8ab1453f828f5f660c5b3351 +msgid "" +"To view the items in a set, either click on the number of items in the " +"set on the item set browse page, or click the *view items* button in the " +"upper right corner of the individual item set page." +msgstr "" + +#: ../../docs/content/item-sets.md:43 dfe8a25790b64d649cf7d08d2e032d5a +msgid "Add an item set" +msgstr "" + +#: ../../docs/content/item-sets.md:45 096beb9a2ea1429e8f1755096bd812c6 +msgid "" +"To add a new item set, click the Item Sets tab from the left navigation " +"of the dashboard. Click the *add new item set* button on the right hand " +"side of the screen." +msgstr "" + +#: ../../docs/content/item-sets.md:47 0aa07278f5bb4d30806a11fca46f632e +msgid "" +"Item sets may use the same resource templates available for items to " +"provide pre-selected fields. Each set should contain at least one " +"descriptive value, such as Dublin Core Description." +msgstr "" + +#: ../../docs/content/item-sets.md:49 ../../docs/content/item-sets.md:97 +#: 7b1ac6897ec442669d9aba8711316c5a 9429a28d5b7549f48a72847c0bdb181a +msgid "" +"You may add other fields by selecting a property from the list on the " +"right. Browse fields by vocabulary (Dublin Core, Bibliographic Ontology, " +"etc), or search in the *filter properties* bar above the list of " +"properties and vocabularies." +msgstr "" + +#: ../../docs/content/item-sets.md:51 ef8dd689ccc545559ff17182507a75d6 +msgid "Values tab" +msgstr "" + +#: ../../docs/content/item-sets.md:52 2f652aac9714430ab6320baa4a9306db +msgid "" +"You may add text, a resource from the installation, or an external link " +"in each field." +msgstr "" + +#: ../../docs/content/item-sets.md:54 308b561d968646d1ae866a7f8c7bf214 +msgid "![Add item set, no properties selected](contentfiles/itemsets_add.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:56 918f73d0dfbd4415bb7e45de74a2a7b2 +msgid "" +"By default, a new Item Set will load with the properties dcterms:Title " +"and dcterms:description. You may add other fields by selecting a property" +" from the list on the right. Browse fields by vocabulary (Dublin Core, " +"Bibliographic Ontology, etc), or search in the *filter properties* bar " +"above the list of properties and vocabularies." +msgstr "" + +#: ../../docs/content/item-sets.md:58 ce90ce8fade9440f8e21214eb1ad3df8 +msgid "" +"You can set individual properties as Private or Publicly visible using " +"the eye icon for each property. Note that properties set to private are " +"still visible to Global Admins, Site Admins, and Editors will be able to " +"see properties even when set to private. Authors will be able to see all " +"properties on items they own, but will not see private properties created" +" by other users." +msgstr "" + +#: ../../docs/content/item-sets.md:60 c821fba67e8047b9b809b89b09b33951 +msgid "" +"In the image below, the first property (Title) is public as indicated by " +"the open eye icon. The second property (Description) is private as " +"indicated by the slashed-through eye icon. Clicking or hitting enter on " +"the eye icon toggles between public and private." +msgstr "" + +#: ../../docs/content/item-sets.md:62 bb8e618827c94ef5a97520b863b9c51c +msgid "![As described](contentfiles/item_propviz.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:64 fb232e6b7e414139854295af18e81252 +msgid "Text" +msgstr "" + +#: ../../docs/content/item-sets.md:65 12934ad144a74025b90ad866bda54637 +msgid "" +"Text fields are entered with text. The keyboard at the top of the field " +"input indicates text. You can indicate the language for the content of an" +" input using the globe symbol above the input (see the red arrow in the " +"image below). Click on the globe to activate a text field, then enter the" +" [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) code " +"for the language in which the text is written." +msgstr "" + +#: ../../docs/content/item-sets.md:67 d59645acccb6440ea838041b0f138b89 +msgid "Omeka Resource" +msgstr "" + +#: ../../docs/content/item-sets.md:68 3973ef4253bc4a2cae7ec8a823a43b91 +msgid "" +"These fields create an internal link between the resource you are " +"creating and the resource which fills that field. You have the option to " +"use either another item or an item set. Once you select an item or item " +"set, detailed information will load, and you must click *select resource*" +" to finish linking the resources. You can also click the *X* button in " +"the upper right-hand corner to go back to the list of items or item sets." +msgstr "" + +#: ../../docs/content/item-sets.md:70 ecab90f338cf4afd9589fb5b34bcb2e8 +msgid "" +"When creating an item set, you have the option to use either another item" +" or an item set." +msgstr "" + +#: ../../docs/content/item-sets.md:72 4aebf54037944e3d8e84618c28c0070d +msgid "" +"Choosing a resource type will open a side drawer where you can browse all" +" of those resources in the installation. You can use the search function " +"at the top of the drawer to narrow down the list or to quickly find a " +"specific item or item set" +msgstr "" + +#: ../../docs/content/item-sets.md:74 1a39d6ed9b16472482caae6343ddbc09 +msgid "" +"Once you select an item or item set, detailed information will load, and " +"you must click *select resource* to finish linking the resources. You can" +" also click the *X* button in the upper right-hand corner to go back to " +"the list of items or item sets." +msgstr "" + +#: ../../docs/content/item-sets.md:76 1a9275c81d9c4cd29301e6d68389e0a3 +msgid "" +"![Select Item menu with list of items to link in edit item " +"view](contentfiles/items_addresource.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:78 4569ac38287d47a28b88f7a1b7c31162 +msgid "" +"If you are using an Item resource for the property, you will have " +"additional options for finding the item you want in the drawer. Open " +"these options by clicking the triangle button next to the phrase \"Filter" +" search\"" +msgstr "" + +#: ../../docs/content/item-sets.md:80 7fa5a064e76a4c35aa01fd0c16b1ea93 +msgid "" +"![Select Item drawer top options, with a red arrow around a gray triangle" +" button to the right of the phrase \"Filter " +"search\"](contentfiles/items_filtersearch.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:82 826c1ec19f974a9b99e6c8bc26947306 +msgid "" +"This will open a menu below the button with the following options to " +"filter the items in the drawer:" +msgstr "" + +#: ../../docs/content/item-sets.md:84 7dcf532d36a44749a7e8dbd36a3726ed +msgid "" +"Filter by class: a dropdown where you can select any class provided by " +"the vocabularies on the installation;" +msgstr "" + +#: ../../docs/content/item-sets.md:85 ff5b9b15c90045c4a05d029096c8cc44 +msgid "" +"Filter by item set: a dropdown where you can limit the items displayed in" +" the drawer to only those associated with a particular item set" +msgstr "" + +#: ../../docs/content/item-sets.md:86 7bef4eb737af41b7818418cbecf72a2a +msgid "" +"Filter by item ID: a search field where you can input the ID of the item " +"you want to use. You can find an item's ID in the url of it's edit page; " +"if you are editing the item and the url is `admin/item/11547/edit` then " +"the item's ID is 11547." +msgstr "" + +#: ../../docs/content/item-sets.md:88 d1ed06fb44a441d683203c1696c06cbb +msgid "![options as above described](contentfiles/item_addresItem.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:90 2cb89dfe261c42ee868fa41a959287d3 +msgid "" +"Item resources also have an option for \"Quick add\". When this switch is" +" flipped, all of the items in the drawer have a checkbox. You can use " +"these checkboxes to add multiple items as a property at once. Note that " +"you can only edit one property at a time, so all of the items must " +"populate the same property (ex, Creator, Has Part)." +msgstr "" + +#: ../../docs/content/item-sets.md:92 d5ccdb3285c54b169992f4085e22ed95 +msgid "" +"![a red arrow points to the slider button for \"Quick add\". The two " +"items visible have an empty checkbox to the left of their representative " +"thumbnail](contentfiles/items_quickadd.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:94 356b658e04a64564a1ba828daeb422dc +msgid "URI" +msgstr "" + +#: ../../docs/content/item-sets.md:95 cdf2d977b8e74ba7839dfaf48be8b1f5 +msgid "URI fields link to an external website or online resource." +msgstr "" + +#: ../../docs/content/item-sets.md:100 4cbcfa04e4ce4a1db3a6fd8cdb1ecac3 +msgid "Advanced tab" +msgstr "" + +#: ../../docs/content/item-sets.md:101 7cecda29271e46359c1e056aabdd9113 +msgid "" +"By default, Omeka S will use the media from the first item added to an " +"item set to generate a thumbnail for the set. If you want to use a non-" +"media image for the thumbnail for an item set you can set it here." +msgstr "" + +#: ../../docs/content/item-sets.md:103 7a75079d8863458e9fb7336a3eecaefa +msgid "" +"![Thumbnail tab with no asset selected. The tab displays a message about " +"thumbnail creation and a button to \"select\" an " +"asset](contentfiles/itemset_thumb1.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:105 9b90e3f7728f417380373fb6e8d28253 +msgid "" +"The assets you select from and upload as thumbnails in this tab are the " +"same as those created for [site logos](../../sites/site_theme/#settings-" +"options)." +msgstr "" + +#: ../../docs/content/item-sets.md:107 2952a6d042c74c02aa0bfa4fdbd362c2 +msgid "" +"To assign an asset as a thumbnail, click on the Select button in the main" +" work area of the tab. This will open a drawer on the right side." +msgstr "" + +#: ../../docs/content/item-sets.md:109 636dedf1e2814efa9df0209ef6c8c08f +msgid "" +"![Select drawer with upload option and two assets, both of which are " +"images.](contentfiles/itemset_thumb2.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:111 4b9c438b9c004909bb5b9233bb76d014 +msgid "" +"The drawer offers two options: upload a file using your browser, or " +"select from existing assets. To select an existing asset, simply click on" +" it and it will automatically be assigned to the item set." +msgstr "" + +#: ../../docs/content/item-sets.md:113 a23510cb74384cac8db4bd21c4330a2b +msgid "" +"![Add item set open to Thumbnail tab, where an asset which is an image of" +" a quill pen on a scrolled piece of paper is in the main work area. Below" +" it are buttons for Select and Clear](contentfiles/itemset_thumb3.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:115 55d66c20e55f4cc493d012d84ebb9c74 +msgid "" +"To remove an asset which you have assigned as a thumbnail, click the " +"\"Clear\" button below the image of the asset. To replace it, click " +"select and either choose or upload a new thumbnail asset." +msgstr "" + +#: ../../docs/content/item-sets.md:118 068a4052136a4c449558fc5a1fc9ef08 +msgid "Access Settings" +msgstr "" + +#: ../../docs/content/item-sets.md:119 ffca2df7358246a6a0d6769270eaf274 +msgid "" +"Item sets have two settings which control their access. They can be " +"*public* or *not public* and they can be *open* or *closed*." +msgstr "" + +#: ../../docs/content/item-sets.md:121 5a345a7610af4cf9b4497eab77876dd3 +msgid "" +"Use the *make public/private* button (eye icon) to make the item set " +"visible to the public or only to all users of the Omeka S installation " +"(not public)." +msgstr "" + +#: ../../docs/content/item-sets.md:123 e098ac377f4f4300b0ad0894f4c25f07 +msgid "*Open* sets can be edited and added to by any user on the install." +msgstr "" + +#: ../../docs/content/item-sets.md:125 52d74d8d5739480bae846eb993a7cb54 +msgid "" +"*Closed* sets are available and editable only by its creator, site " +"admins, and global admins." +msgstr "" + +#: ../../docs/content/item-sets.md:127 8a70b250715c4792a59bdd59cf04544e +msgid "" +"![a set which is open and public, with an open padlock icon and an icon " +"of an open eye](contentfiles/setOpenPublic.png) Open and Public" +msgstr "" + +#: ../../docs/content/item-sets.md:129 a66bcc318bd24b529ae8e859829f4806 +msgid "" +"![a set which is closed and private, with a closed padlock icon and an " +"icon of an eye with a slash through " +"it](contentfiles/setClosedPrivate.png) Closed and Private" +msgstr "" + +#: ../../docs/content/item-sets.md:131 7b604545fc504de0b0f3f75339e7fb9a +msgid "" +"Note that the public/private and open/closed settings operate " +"independently - you can have an open and private item set, for example." +msgstr "" + +#: ../../docs/content/item-sets.md:133 f3f4d13aeb17491180f68ca5970ba8c8 +msgid "Edit an item set" +msgstr "" + +#: ../../docs/content/item-sets.md:134 ca0b7eaefae24cd1bc1b42f2877c5201 +msgid "" +"Once you have created an item set, you can edit it at any time, either by" +" clicking the edit icon (pencil button) or clicking on the item set's " +"title and then clicking the Edit button in the upper right-hand corner of" +" the screen." +msgstr "" + +#: ../../docs/content/item-sets.md:136 3b8f25c31dbb4001ab6e1d1183425314 +msgid "Options for editing an item set are the same as for creating an item set." +msgstr "" + +#: ../../docs/content/item-sets.md:138 d2d54a0155274862b7d75d8c67f887b5 +msgid "" +"To cancel out of editing, click the Cancel button in the upper right " +"corner, between the Delete and Save buttons." +msgstr "" + +#: ../../docs/content/item-sets.md:140 d311e39476dc49149be9c701797aa008 +msgid "" +"![Detail view of the top row if information and buttons on an item edit " +"view. A red arrow points to the Cancel button, on the far " +"right](contentfiles/itemset_cancel.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:142 f7213ddaeac145fbab4c5f03da7f630b +msgid "Batch Editing" +msgstr "" + +#: ../../docs/content/item-sets.md:144 8b206226de784a4da67f5ceb643ff50f +msgid "" +"From the browse page of item sets (admin/item-set) you can batch edit " +"item sets, using the dropdown menu on the upper right near the \"Add new " +"item set\" button. You can select multiple item sets using the checkboxes" +" on the left of each set's row." +msgstr "" + +#: ../../docs/content/item-sets.md:146 b3fb97f43ba7419ea7b363cdc6641df1 +msgid "" +"![A red arrow points to the dropdown for batch editing and deleting " +"options](contentfiles/itemsets_batch.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:148 99cf3f2c95924479b361bf7b0b8f16c8 +msgid "Batch actions are as follows:" +msgstr "" + +#: ../../docs/content/item-sets.md:150 6fc5b3cb6f1944df9fe41d1a5b645b22 +msgid "Edit selected: edit only the item sets that are selected on the page" +msgstr "" + +#: ../../docs/content/item-sets.md:151 5b9d59957bb9441882a810a46c080f5f +msgid "" +"Edit all: edit all the item sets returned by a search (default is all " +"item sets)" +msgstr "" + +#: ../../docs/content/item-sets.md:152 1afd65ebf21e42ca9d0f552882e1060d +msgid "Delete selected: delete only the item sets that are selected on the page" +msgstr "" + +#: ../../docs/content/item-sets.md:153 d69e5c8307f14964ab858ee4096084f0 +msgid "" +"Delete all: delete all the item sets returned by a search (default is all" +" item sets)" +msgstr "" + +#: ../../docs/content/item-sets.md:155 9ceb3a006d8b4d1081d3a58a45b93e3a +msgid "Choose one of these options and then click *Go*." +msgstr "" + +#: ../../docs/content/item-sets.md:157 727327f078e540bea7895f56f67f67ae +msgid "" +"**Batch editing** item sets takes you to a new page. The item sets being " +"edited will display on the right side in a drawer, while the batch edit " +"form gives you the following options:" +msgstr "" + +#: ../../docs/content/item-sets.md:159 8d77df587348445780107d797a4481df +msgid "set visibility: a dropdown, select from public or not public." +msgstr "" + +#: ../../docs/content/item-sets.md:160 8d0766c0126048e89c4d66ebe10352b1 +msgid "set openness: a dropdown, select from open or not open." +msgstr "" + +#: ../../docs/content/item-sets.md:161 16b8e7fc853449f89dad32f1b3cdd35b +msgid "" +"set template: a dropdown, select from the installation's resource " +"templates." +msgstr "" + +#: ../../docs/content/item-sets.md:162 68192907f083440dbc6f860cc0370ed3 +msgid "set class: a dropdown, select from classes of the installed vocabularies." +msgstr "" + +#: ../../docs/content/item-sets.md:163 3e993bae0da348d08618ddba2040c47b +msgid "" +"clear property values: a dropdown menu with all the properties in all " +"vocabularies, selecting from this will remove any values in that property" +" in the affected item sets. Clear additional properties using the *Clear " +"another property* button." +msgstr "" + +#: ../../docs/content/item-sets.md:165 3b78268ac3574201ae380d489b4a7029 +msgid "" +"![Batch edit items form, with options as described above. Everything is " +"grayscale](contentfiles/itemsets_batchedit.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:167 5ffa966afc22441d84ab7fe89ddfc800 +msgid "" +"In addition, you can use the bottoms at the bottom of the batch edit " +"form to add properties to every item set:" +msgstr "" + +#: ../../docs/content/item-sets.md:169 77398ab65eb74f9a8ea4fb9868dff601 +msgid "add text value" +msgstr "" + +#: ../../docs/content/item-sets.md:170 b0c28f16ed994eb396527aa96a95356e +msgid "add resource value" +msgstr "" + +#: ../../docs/content/item-sets.md:171 1bfcd74d3f2f4fe786fc5ee3b34f2bf0 +msgid "add URI value" +msgstr "" + +#: ../../docs/content/item-sets.md:173 35aee975a4a04e88a519a89820d258fb +msgid "" +"Selecting any of these will add a block to the form where you can select " +"a property from the installed vocabularies and enter the value for that " +"property." +msgstr "" + +#: ../../docs/content/item-sets.md:175 019604786fd34dd0b48f276144da4ccd +msgid "" +"![Image depicts only the Add text value block of the batch edit form, " +"with a dropdown labeled \"select property\" above an empty text " +"field](contentfiles/itemsets_property.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:177 29190f1b59e341f4a27fb771bbdacb52 +msgid "" +"For the **delete actions**, a drawer will open on the right side of the " +"screen telling you the number of item sets which will be deleted. Nothing" +" will be deleted unless you click the red *Confirm Delete* button. This " +"action cannot be undone. To opt out of deleting the item sets, click the " +"X in the upper right corner of the deletion drawer. To confirm delete, " +"check the \"Are you sure\" checkbox and then click *Confirm Delete*. Note" +" that deleting the item set will not delete the items associated with " +"that set." +msgstr "" + +#: ../../docs/content/item-sets.md:179 c0e9dd94d37b4ac8b8cd7822df415c69 +msgid "" +"![Close up of the warning, with the text describing the number of items " +"to be deleted in red.](contentfiles/itemsets_bulkdelete.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:181 15bf061b5e26470ab40f15819a968e54 +msgid "Delete Item Set" +msgstr "" + +#: ../../docs/content/item-sets.md:182 8153c888d4e94e1cbf0c8229e0a46d59 +msgid "" +"In addition to the batch delete function described above, you can also " +"delete individual item sets." +msgstr "" + +#: ../../docs/content/item-sets.md:184 c0c0a0f1a31248bd9c1a91b65bb4e961 +msgid "" +"Note that deleting item sets does not delete any items associated with " +"the item set." +msgstr "" + +#: ../../docs/content/item-sets.md:186 4e17bdfba87f46b483c40a6182f65b09 +msgid "" +"From the Item Set browse view, you can delete an item set by clicking the" +" trash can icon in the row for the item set you want to delete. This will" +" open a drawer on the right with a message at the top asking you to " +"confirm that you want to delete the item set, with the metadata for the " +"item set below the confirm delete button. Click *Confirm delete* to " +"delete the item set, or close the drawer to cancel." +msgstr "" + +#: ../../docs/content/item-sets.md:188 462faf98cfc84f5084528d484e3a4065 +msgid "" +"![Browse item sets view with two item sets and a red arrow pointing to " +"the trash can icon](contentfiles/itemsets_browseDel.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:190 72d8546d219341038ffa18b40f173ae0 +msgid "" +"![Drawer with a confirmation message to delete the an item set, including" +" the Confirm delete button and the item set's basic descriptive metadata " +"- title, description, and number of items in the set. " +"](contentfiles/itemsets_browseDel2.png)" +msgstr "" + +#: ../../docs/content/item-sets.md:193 35592824b8554520a6a500b3655930ca +msgid "" +"From the edit page for an Item Set, click the *Delete* button in the " +"upper right-hand corner. This will open a drawer on the right side asking" +" you to confirm that you want to delete the item set. Click *Confirm " +"delete* to delete the item set, or close the drawer to cancel." +msgstr "" + +#: ../../docs/content/item-sets.md:195 906be87a45584af8b7a5b757babb4bcd +msgid "" +"![Close up of the warning drawer, with text stating \"Are you sure you " +"would like to delete this item set\" and below it a red button with white" +" text stating \"Confirm delete\".](contentfiles/itemset-delete2.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/content/items.po b/locales/fr/LC_MESSAGES/docs/content/items.po new file mode 100644 index 00000000..c75752ad --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/content/items.po @@ -0,0 +1,941 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/content/items.md:1 c1c08cafdebd484488f5ae526f828338 +msgid "Items" +msgstr "" + +#: ../../docs/content/items.md:3 fe219da6716f4b64af55cdeb4d69ab9c +msgid "Items are the building blocks of the Omeka system." +msgstr "" + +#: ../../docs/content/items.md:5 33e4d62c648f44e0a28145c3daaddecb +msgid "" +"In Omeka S, items can be made available to you from the system " +"administrator, and you may add items to your own site." +msgstr "" + +#: ../../docs/content/items.md:7 4df6cbfdbde6477a80667cfe3042658a +msgid "" +"Items are listed in the *Items* tab (one box icon), found on the left-" +"hand navigation of the administrative dashboard." +msgstr "" + +#: ../../docs/content/items.md:9 17d0da7ac3df46c4b6c4b74334ac5aa1 +msgid "" +"![Basic view of admin items page, showing a handful of item " +"resources](contentfiles/items_browse.png)" +msgstr "" + +#: ../../docs/content/items.md:11 0fafc70082784b7f9c0b6346f4fda178 +msgid "Each item appears as a row, with columns for:" +msgstr "" + +#: ../../docs/content/items.md:13 ace08897337640179cabfcc7cc53a7ee +msgid "the *Title*" +msgstr "" + +#: ../../docs/content/items.md:14 b76391a2a3d640c1b4b56e647ae14f9d +msgid "" +"icons to *edit* (pencil), *delete* (trash can), or *view details* " +"(ellipses)" +msgstr "" + +#: ../../docs/content/items.md:15 cecaf9419e654e6dbad5d90746c6d210 +msgid "the *Class*" +msgstr "" + +#: ../../docs/content/items.md:16 09d6e365d8054ff185ce4ab58df5fe06 +msgid "the item’s *Owner*" +msgstr "" + +#: ../../docs/content/items.md:17 4aac1cd6b7aa4ab4aa0826dab9e4fad5 +msgid "and the date the item was *Created*." +msgstr "" + +#: ../../docs/content/items.md:19 61d6031873d74891b5c19564b63e99a7 +msgid "" +"Options for navigating and creating items display above the table of " +"items." +msgstr "" + +#: ../../docs/content/items.md:21 5f05c1c0374e45319efc568f99dd7a98 +msgid "On the right top of the Items window is the *Add new item* button." +msgstr "" + +#: ../../docs/content/items.md:23 b6f18ceaee0f4f058ae9002d77ced1bc +msgid "" +"On the left side is a display for the number of pages of items, with " +"forward and back arrows. The current page number is an editable field — " +"enter any valid page number and hit return/enter on your keyboard to go " +"to that page." +msgstr "" + +#: ../../docs/content/items.md:25 648a92ef064245e3953683366669a8f7 +msgid "In the center top is a button for [Advanced Search](../search.md)." +msgstr "" + +#: ../../docs/content/items.md:27 eeb8c6e7d042467396c12a28d8d9f692 +msgid "" +"Just above the table on the right are options for sorting the table of " +"items, with two dropdown menus. The first lets you select between " +"*Title*, *Identifier*, *Class*, *Owner,* and *(Date) Created*; the second" +" allows you to sort ascending or descending. To apply, click the *sort* " +"button." +msgstr "" + +#: ../../docs/content/items.md:29 56268f6d71da4aeb9d2e8a7d03aaf1c8 +msgid "" +"Between these and the table, on the left, is a dropdown for batch " +"actions, including edit selected, edit all, delete selected, and delete " +"all." +msgstr "" + +#: ../../docs/content/items.md:31 5ca37ef911774bb4a6bafdf03098c8b9 +msgid "View" +msgstr "" + +#: ../../docs/content/items.md:32 54d6588a41104f588dabcc0edd0e00b8 +msgid "" +"To quickly view the basic information about an item, click the *view " +"details* (ellipses) button in the row for the item, located next to the " +"edit and delete buttons. This will open a drawer to the right of the list" +" which displays the item’s title, description, visibility, any sites it " +"is used in, and its associated media.." +msgstr "" + +#: ../../docs/content/items.md:34 22667fde89164d2592815c5ffb366b68 +msgid "" +"For a more detailed look at an individual item, click on its title in the" +" items browse table or when viewing its details." +msgstr "" + +#: ../../docs/content/items.md:36 3954d3b6229743fdb1d96824f36c873f +msgid "" +"![Item browse view with details open for \"Behold, Here's Poison\". Links" +" to item view page squared in blue](contentfiles/items_detailview.png) " +"The blue squares indicate where to click to open the full item view." +msgstr "" + +#: ../../docs/content/items.md:38 eee4c266828c49e19bc5fc1ccf504cae +msgid "" +"When you view an individual item , there are tabs for the item’s " +"*Metadata* and its *Linked Resources*. The right side of the page " +"displays the item’s media, any *item sets* to which it belongs, its " +"creation date, owner, and visibility." +msgstr "" + +#: ../../docs/content/items.md:40 0f3ce1418b434843addd2844a0ec82f0 +msgid "" +"An item’s *linked resources* (shown below) are resources, which are " +"linked to this item through properties. Note that this section only shows" +" resources which have been linked *to* this item (which have it for a " +"property); resources which are linked *from* this item will display in " +"the property which they fill." +msgstr "" + +#: ../../docs/content/items.md:42 5b5644be488c45e7a5d1d7888f5b37d4 +msgid "" +"Linked items are grouped by the property for which they use the current " +"item. In the example below, the item William Shakespeare is used for the " +"properties \"Creator,\" \"References,\" and \"list of authors\" for the " +"linked resources." +msgstr "" + +#: ../../docs/content/items.md:44 9f053c91dc6143aa930726e98b2854d3 +msgid "" +"You can filter linked resources to only display those referencing a " +"specific property using the dropdown \"Filter by property.\" It will only" +" display properties actively in use." +msgstr "" + +#: ../../docs/content/items.md:46 48507fa692954ac7ad14ea45022704a0 +msgid "" +"![Item linked resources view for William Shakespeare, with six plays " +"using Shakespeare as Creator, the item Folger Shakespeare Library listed " +"as 'references' Shakespeare, and the Globe Theatre using Shakespeare for " +"'list of authors'. Each property cluster is in a separate rectangle, " +"headed by the property being referenced.](contentfiles/items_linked.png)" +msgstr "" + +#: ../../docs/content/items.md:48 c81647046f2843e29b73ca4e04b354e6 +msgid "Adding an Item" +msgstr "" + +#: ../../docs/content/items.md:50 99e58246068e4715ae93fea3e6048e15 +msgid "To add a new item, begin by selecting the the *Add new item* button." +msgstr "" + +#: ../../docs/content/items.md:52 384c85776a5d4a4bbd936da447b94ad6 +msgid "" +"Before creating items, supervisors may want to create [Resource Templates" +"](resource-template.md), which will load specific fields for various item" +" types." +msgstr "" + +#: ../../docs/content/items.md:54 563cc07a719847609e1262d44132154c +msgid "Values" +msgstr "" + +#: ../../docs/content/items.md:55 d7ec3bec783e4d1a8b83e5957089d342 +msgid "" +"The Values tab is where you enter metadata, such as title, description, " +"etc." +msgstr "" + +#: ../../docs/content/items.md:57 38c851334e4744a5a4f9c08dd5a35b48 +msgid "" +"![Basic view of add items page, with no content " +"entered](contentfiles/items_add.png)" +msgstr "" + +#: ../../docs/content/items.md:59 19c5a16ed38646df87a03fe573fe1def +msgid "" +"You can select a resource template from the drop-down menu. Resource " +"templates are defined by the supervisors and editors." +msgstr "" + +#: ../../docs/content/items.md:61 6d84fe36dd7b4a858aae9136c2ed2145 +msgid "If using a resource template, the class should automatically load." +msgstr "" + +#: ../../docs/content/items.md:62 81b3ec483b8b43b68a1315a8517ab812 +msgid "" +"If not using a resource template, you may select a class from the " +"dropdown menu (these are populated from the " +"[Vocabularies](vocabularies.md) in your installation)." +msgstr "" + +#: ../../docs/content/items.md:64 070dfca8a9424e7fbd5b85c3bc3dcd6a +msgid "" +"Add information to the properties which load. If you do not select a " +"resource template or class, the Dublin Core properties Title and " +"Description will load automatically." +msgstr "" + +#: ../../docs/content/items.md:66 e3e1e07620ea448495c85e7b17f73b5d +msgid "" +"You may add text, a resource from the installation, or an external link " +"in each field." +msgstr "" + +#: ../../docs/content/items.md:68 aaaa02643f6948b4abce23941d1ae2fc +msgid "" +"Whether or not you use a resource template, you can add more properties " +"to the item using the drawer on the right side of the screen. You can " +"simply click open one of the vocabularies and click on the property you " +"want to add, or you can use the “Filter properties” box to search for a " +"specific property (this is helpful when you have multiple large " +"vocabularies)." +msgstr "" + +#: ../../docs/content/items.md:70 3477a158bba145a0a6f7412c91a5ad3b +msgid "" +"![Close up of the right hand drawer with the text \"date\" entered into " +"the filter properties box and a series of properties containing the word " +"\"date\" loaded from Dublin Core and Bibliographic " +"Ontology](contentfiles/items_filterprop.png)" +msgstr "" + +#: ../../docs/content/items.md:72 6b06731d53204c43a3347976fad19787 +msgid "" +"Clicking on the property label in the drawer will automatically add it to" +" the Item. If you add a property by accident, leave it blank and it will " +"be removed from the item when you save changes." +msgstr "" + +#: ../../docs/content/items.md:74 c123544b5fdf4a0bb04b7c3104948094 +msgid "" +"You can set individual properties as Private or Publicly visible using " +"the eye icon for each property. Note that properties set to private are " +"still visible to Global Admins, Supervisors, and Editors will be able to " +"see properties even when set to private. Authors will be able to see all " +"properties on items they own, but will not see private properties created" +" by other users." +msgstr "" + +#: ../../docs/content/items.md:76 753000ac331543339fdc3c77df266b69 +msgid "" +"In the image below, the first property (Title) is public as indicated by " +"the open eye icon. The second property (Description) is private as " +"indicated by the slashed-through eye icon. Clicking or hitting enter on " +"the eye icon toggles between public and private." +msgstr "" + +#: ../../docs/content/items.md:78 28d54ca7609a48d59855b150b526af14 +msgid "![As described](contentfiles/item_propviz.png)" +msgstr "" + +#: ../../docs/content/items.md:80 a0d99759d90a414d8621b5cf75988630 +msgid "Text" +msgstr "" + +#: ../../docs/content/items.md:81 fca924a14d834080a71c583aa53883e6 +msgid "Text fields allow for unformatted text entry." +msgstr "" + +#: ../../docs/content/items.md:83 12a7c438d86c4d72b63b01dc0167f04c +msgid "" +"![image of text input field with keyboard icon indicating text input, the" +" globe icon for setting language, and a trashcan delete " +"icon](contentfiles/items_textedit.png)" +msgstr "" + +#: ../../docs/content/items.md:85 c948e3294b414bb981035add641d4398 +msgid "" +"You can indicate the language for the content of an input using the globe" +" symbol above the input (see the red arrow in the image below). Click on " +"the globe to activate a text field, then enter the [IETF Language " +"tag](https://en.wikipedia.org/wiki/IETF_language_tag) code for the " +"language in which the text is written." +msgstr "" + +#: ../../docs/content/items.md:87 ../../docs/content/items.md:124 +#: 5b2139b8ffda4905a6a9064ba2dd1ac6 87329514298f4421992387f293988dbc +msgid "" +"![Red arrow points to the globe icon and a text entry field highlighted " +"in blue](contentfiles/item_lang.png)" +msgstr "" + +#: ../../docs/content/items.md:89 ad5d8d200b294e359fd6ca03512b3e47 +msgid "Omeka Resource" +msgstr "" + +#: ../../docs/content/items.md:90 86a4527bd162419bb26f4abc00a1bb9d +msgid "" +"Omeka Resource fields create an internal link between the resource you " +"are creating and the resource which fills that field." +msgstr "" + +#: ../../docs/content/items.md:92 33c680efddae498ca06f50454a0a866b +msgid "" +"When creating an item, you have the option to use either another item or " +"an item set." +msgstr "" + +#: ../../docs/content/items.md:94 3548bcbba3934071b0900902f8d22877 +msgid "" +"Choosing a resource type will open a side drawer where you can browse all" +" of those resources in the installation. You can use the search function " +"at the top of the drawer to narrow down the list or to quickly find a " +"specific item." +msgstr "" + +#: ../../docs/content/items.md:96 834cd11476e0414495178ecc919f3dac +msgid "" +"Once you select an item or item set, detailed information will load, and " +"you must click *select resource* to finish linking the resources. You can" +" also click the *X* button in the upper right-hand corner to go back to " +"the list of items or item sets." +msgstr "" + +#: ../../docs/content/items.md:98 3f25af5621c845e7935e3da106a1125b +msgid "" +"![Select Item menu with list of items to link in edit item " +"view](contentfiles/items_addresource.png)" +msgstr "" + +#: ../../docs/content/items.md:100 b5ee1be0b1974dd1a3b196b2f44ebe8d +msgid "" +"If you are using an Item resource for the property, you will have " +"additional options for finding the item you want in the drawer. Open " +"these options by clicking the triangle button next to the phrase \"Filter" +" search\"" +msgstr "" + +#: ../../docs/content/items.md:102 c73b24c8053b4ef89160f5436686b513 +msgid "" +"![Select Item drawer top options, with a red arrow around a gray triangle" +" button to the right of the phrase \"Filter " +"search\"](contentfiles/items_filtersearch.png)" +msgstr "" + +#: ../../docs/content/items.md:104 cde50e14b9854acd9b8b7a66bf774d40 +msgid "" +"This will open a menu below the button with the following options to " +"filter the items in the drawer:" +msgstr "" + +#: ../../docs/content/items.md:106 74ebe60382d141afaa7953a36655a422 +msgid "" +"Filter by class: a dropdown where you can select any class provided by " +"the vocabularies on the installation;" +msgstr "" + +#: ../../docs/content/items.md:107 154edb2404914cc6a68e01bc8efb588a +msgid "" +"Filter by item set: a dropdown where you can limit the items displayed in" +" the drawer to only those associated with a particular item set" +msgstr "" + +#: ../../docs/content/items.md:108 2587543e1a9b4cccb33f5029231f8e58 +msgid "" +"Filter by item ID: a search field where you can input the ID of the item " +"you want to use. You can find an item's ID in the url of it's edit page; " +"if you are editing the item and the url is `admin/item/11547/edit` then " +"the item's ID is 11547." +msgstr "" + +#: ../../docs/content/items.md:110 8c1b463c6a804c91b4a0b7fe574f531e +msgid "![options as above described](contentfiles/item_addresItem.png)" +msgstr "" + +#: ../../docs/content/items.md:112 0189df91b2944936aae4f3e5e3f114cf +msgid "" +"Item resources also have an option for \"Quick add\". When this switch is" +" flipped, all of the items in the drawer have a checkbox. You can use " +"these checkboxes to add multiple items as a property at once. Note that " +"you can only edit one property at a time, so all of the items must " +"populate the same property (ex, Creator, Has Part)." +msgstr "" + +#: ../../docs/content/items.md:114 9c2ef2850bf0402aa7b545d94673bb7d +msgid "" +"![a red arrow points to the slider button for \"Quick add\". The two " +"items visible have an empty checkbox to the left of their representative " +"thumbnail](contentfiles/items_quickadd.png)" +msgstr "" + +#: ../../docs/content/items.md:116 6eda8ecc008f4d7998c2172ecabb3ffa +msgid "URI" +msgstr "" + +#: ../../docs/content/items.md:117 30e85570786b490da4f1a1e8c66e5c2a +msgid "URI fields link to an external website or online resource." +msgstr "" + +#: ../../docs/content/items.md:119 fcd463fc4754412a9af269452870c3a9 +msgid "" +"You may add other fields by selecting a property from the list on the " +"right. Browse fields by vocabulary (Dublin Core, Bibliographic Ontology, " +"etc), or search in the *filter properties* bar above the list of " +"properties and vocabularies." +msgstr "" + +#: ../../docs/content/items.md:121 6bc94cf5422043fb9c8adc5490629738 +msgid "Language" +msgstr "" + +#: ../../docs/content/items.md:122 986a6c60a8bc411283a81833010bb61a +msgid "" +"You can indicate the language for the content of an input using the globe" +" symbol above the input (see the red arrow in the image below). Click on " +"the globe to activate a text field, then enter the [IETF Language " +"tag](https://en.wikipedia.org/wiki/IETF_language_tag) for the language in" +" which the text is written." +msgstr "" + +#: ../../docs/content/items.md:126 8516f2e9d5014c01ba2e713368c6def0 +msgid "Value order" +msgstr "" + +#: ../../docs/content/items.md:127 c94d617d3a274368b4170151f2f29f72 +msgid "" +"If you have multiple values for a property, you can reorder them by " +"dragging and dropping. Click on the bar on the left of the value to grab " +"that value, and drag it into the order that you want it." +msgstr "" + +#: ../../docs/content/items.md:129 fb418c993fa146aebfc63d9cca5cc46d +msgid "" +"![Close up of the Subject property with two values. A red circle shows " +"the location of the grab bar for the " +"value.](contentfiles/item_valuereorder.png)" +msgstr "" + +#: ../../docs/content/items.md:132 e82019d3bccb48799023f038cdb7a5f6 +msgid "Media" +msgstr "" + +#: ../../docs/content/items.md:133 aef6664824d94616aab20482ce1a4389 +msgid "" +"Use the *Media* tab to add images, video, or other files. Using the " +"buttons on the *Add New Media* menu on the right side of the screen, " +"select a media type (Upload, URL, oEmbed, YouTube, or HTML)" +msgstr "" + +#: ../../docs/content/items.md:136 9d161629fbf8404e8a1e2e33cb07ccb1 +msgid "" +"![“Add new media” drawer showing the " +"options](contentfiles/items_mediaadd2.png)" +msgstr "" + +#: ../../docs/content/items.md:138 322c4eb9d640441aa82d83f59900c4b6 +msgid "*Upload*: select a file to upload from your computer." +msgstr "" + +#: ../../docs/content/items.md:139 43d907adae9347c6be7a8406842674cb +msgid "*URL*: import media via a uri." +msgstr "" + +#: ../../docs/content/items.md:140 44d39d3611ed4088b10b48a4a961398b +msgid "*HTML*: add html content as a media resource for your item." +msgstr "" + +#: ../../docs/content/items.md:141 cedca80704f94da1ad851c8672ef1184 +msgid "*IIIF*: Add an IIIF image via url." +msgstr "" + +#: ../../docs/content/items.md:142 c141bf2e23884d618385cc88942d8a9d +msgid "" +"*oEmbed*: insert an embedded representation of an external URL. Note that" +" this will only work with content from [existing oEmbed " +"implementations](http://oembed.com/#section7) - use the url in your " +"browser’s location bar." +msgstr "" + +#: ../../docs/content/items.md:143 ede43a8063564fd88b4e60044c0bde66 +msgid "" +"*YouTube*: add a link to embed a YouTube video. Use the url from your " +"browser’s location bar (with `/watch/` in it) rather than the `youtu.be` " +"link." +msgstr "" + +#: ../../docs/content/items.md:145 d91f0bea19b148669a2a59b0af552c13 +msgid "" +"You can edit media later by going by editing an item, navigating to the " +"*media* tab, and clicking the edit button (pencil) for a media when " +"editing the item." +msgstr "" + +#: ../../docs/content/items.md:147 913cb20a7bfc48088a30e338755cf22f +msgid "" +"You can delete any media instance from the item's edit page using the " +"delete button (trashcan) on the upper right corner of the media block." +msgstr "" + +#: ../../docs/content/items.md:149 fe40ad1342f14534a432611ae25eb99a +msgid "" +"![Image shows a close up of a media item being removed - it is red and " +"has an undo curling arrow at the right end of the " +"block](contentfiles/item_mediablockdelete.JPG)" +msgstr "" + +#: ../../docs/content/items.md:151 70b4e12994a6449998c258d13505e479 +msgid "" +"If you have more than one media instance for an item, you can reorder " +"them by dragging and drop each media instance block, using the icon of " +"three lines in the upper left corner of the block as the anchor when " +"dragging." +msgstr "" + +#: ../../docs/content/items.md:153 d3263dcbb6554037931427a3266cb253 +msgid "" +"Omeka S uses the topmost media for an item to create thumbnail images for" +" that item on browse and show pages." +msgstr "" + +#: ../../docs/content/items.md:155 75ef2d4d1c8e4a019f3ee67a72f74d2e +msgid "Item Sets" +msgstr "" + +#: ../../docs/content/items.md:156 130c70c2335e462a8b177c15b74e28eb +msgid "You can only add items to existing item sets." +msgstr "" + +#: ../../docs/content/items.md:158 7a653f2044c94c8fb5331d21740eae04 +msgid "" +"From the right-hand menu, click on the owner of an item set, then click " +"the name of the item set to add the item to that set." +msgstr "" + +#: ../../docs/content/items.md:160 47cb2fd8bd684e46af41ecc5e7e90d43 +msgid "" +"You can also filter item sets using the text entry bar above the list of " +"users." +msgstr "" + +#: ../../docs/content/items.md:162 71bd6d332e954165af875bbdc9924f05 +msgid "" +"To remove a connection between an item and item set, click the delete " +"(trash can) button to the right of the item set title." +msgstr "" + +#: ../../docs/content/items.md:164 53773abb281743319fbd6b58288a6c74 +msgid "![item set tab with no item sets assigned](contentfiles/items_itemset.JPG)" +msgstr "" + +#: ../../docs/content/items.md:166 cb69ae7643d24f7faf660ffa820e742c +msgid "Sites" +msgstr "" + +#: ../../docs/content/items.md:167 7670b7e9e08847c9b0b7fdfae2d64c8e +msgid "Select sites to which to add your items." +msgstr "" + +#: ../../docs/content/items.md:169 1a05f2435ad0469287c90d7f6e3726e8 +msgid "" +"![item 'sites' tab with the item added to two sites. Each site is in its " +"own row, with a delete icon on the far right of the " +"row](contentfiles/items_addItemSite.png)" +msgstr "" + +#: ../../docs/content/items.md:171 220fcee9ee594b5398c044a8dcf0cbd0 +msgid "" +"To add an item to a site, select a site from the menu in the right-hand " +"drawer. You can filter sites by searching in the field at the top of the " +"drawer." +msgstr "" + +#: ../../docs/content/items.md:173 9a32eccc7f4f4ba5a8132020d1851243 +msgid "" +"If there are sites which have \"auto-assign new items\" turned on in " +"their settings, you can use this tab to remove this item from those " +"sites. Click the trash can icon on the right side of the site's row to " +"remove it." +msgstr "" + +#: ../../docs/content/items.md:175 421a51a2bc2b445fa9f1b700dba58b96 +msgid "Advanced" +msgstr "" + +#: ../../docs/content/items.md:176 efc5c725dec94c60bf89b5548da18135 +msgid "" +"The advanced tab has two options. One lets you set a custom thumbnail for" +" the item. The other allows you to change which user has ownership of the" +" item." +msgstr "" + +#: ../../docs/content/items.md:178 f0741c11c80841a398aff55f4b452840 +msgid "**Thumbnail**" +msgstr "" + +#: ../../docs/content/items.md:180 52bfa9f4d79b43949c955afb2c74f7d3 +msgid "" +"By default, Omeka S will use the topmost media to generate a thumbnail " +"for the item. If you want to use a non-media image for the thumbnail for " +"an item you can set it here." +msgstr "" + +#: ../../docs/content/items.md:182 196e17326d5d486d8683639f5dec10a1 +msgid "" +"![Advanced tab with no asset selected. The tab displays a message about " +"thumbnail creation and a button to \"select\" an " +"asset](contentfiles/item_advtab.png)" +msgstr "" + +#: ../../docs/content/items.md:184 72b45cd0d26c47869e812bc40d625a85 +msgid "" +"When you use an asset thumbnail instead of uploading media, the asset " +"thumbnail does not display on the item's public show page. This makes " +"such thumbnails useful for items which have no media but which would " +"benefit from a thumbnail for the browse view, or for items whose media " +"does not render an elegant thumbnail, such as audio or visual files." +msgstr "" + +#: ../../docs/content/items.md:186 432af109b7fe437ca56d2fa201b050b8 +msgid "" +"The assets you select from and upload as thumbnails in this tab are the " +"same as those created for [site logos](../../sites/site_theme/#settings-" +"options)." +msgstr "" + +#: ../../docs/content/items.md:188 db6af2df6fac48eca8c8be949080d1f8 +msgid "" +"To assign an asset as a thumbnail, click on the Select button in the main" +" work area of the tab. This will open a drawer on the right side." +msgstr "" + +#: ../../docs/content/items.md:190 6a560f24914e48379ecabc292d62df91 +msgid "" +"![Select drawer with upload option and two assets, both of which are " +"images.](contentfiles/item_thumbdrawer.png)" +msgstr "" + +#: ../../docs/content/items.md:192 23526408453e4d1db4a812909a363286 +msgid "" +"The drawer offers two options: upload a file using your browser, or " +"select from existing assets. To select an existing asset, simply click on" +" it and it will automatically be assigned to the item." +msgstr "" + +#: ../../docs/content/items.md:194 c68a66a1117a49cabf91c2cb1c5bd0da +msgid "" +"To remove an asset which you have assigned as a thumbnail, click the " +"\"Clear\" button below the image of the asset. To replace it, click " +"select and either choose or upload a new thumbnail asset." +msgstr "" + +#: ../../docs/content/items.md:196 c79ec34686704d4e94660a6c73789065 +msgid "**Owner**" +msgstr "" + +#: ../../docs/content/items.md:198 3e14d23ab3ef4283a462dfcfcc4db67f +msgid "" +"The ownership of an item is usually assigned to the user account which " +"creates the item. You can use this dropdown to reassign ownership. The " +"dropdown will load the user names (not email addresses) of users in the " +"installation. Select a new user and save changes." +msgstr "" + +#: ../../docs/content/items.md:200 eac4dcdc30ce4797aa354f6aa98d2152 +msgid "Visibility" +msgstr "" + +#: ../../docs/content/items.md:201 9c061ccac00249e782ac77ed82ce379f +msgid "" +"Use the *make public/private* button (eye icon) to set whether the item " +"is visible to the public or only to users of the Omeka S system." +msgstr "" + +#: ../../docs/content/items.md:203 bdfc8ccd6b354bd1b6d3d7241066e691 +msgid "" +"![make public button showing an eye icon](contentfiles/item_public.png) " +"Public" +msgstr "" + +#: ../../docs/content/items.md:205 5b554f86bb424f309fa08f1e69715a79 +msgid "" +"![make private button showing an eye icon with a diagonal slash through " +"it](contentfiles/item_private.png) Private" +msgstr "" + +#: ../../docs/content/items.md:207 5a5689a3b89746858c77a5cc1916922e +msgid "" +"Note that if an item is private, all the media attached is private, but " +"an item which is public can have attached media which are set to be " +"either public or private." +msgstr "" + +#: ../../docs/content/items.md:209 54cceed4cec64e8080525da9c977f21b +msgid "Edit an item" +msgstr "" + +#: ../../docs/content/items.md:210 5791313f4e6c4ddb8aed0efd2675d3fd +msgid "" +"Once you have created an item, you can edit it at any time, either by " +"clicking the edit icon (pencil button) or clicking on the item's title " +"and then clicking the Edit button in the upper right-hand corner of the " +"screen." +msgstr "" + +#: ../../docs/content/items.md:212 29eb8f7f3e0746b78f88f88f1aada645 +msgid "" +"To cancel out of editing, click the Cancel button in the upper right " +"corner, between the Delete and Save buttons." +msgstr "" + +#: ../../docs/content/items.md:214 1e26cfa01139454199cb645bd0dde8b1 +msgid "" +"![Detail view of the top row if information and buttons on an item edit " +"view. A red arrow points to the Cancel button, on the far " +"right](contentfiles/items_cancel.JPG)" +msgstr "" + +#: ../../docs/content/items.md:216 90f9a7268a6d4432b6af0f4f3cdcd224 +msgid "" +"Editing options are the same as when creating a new item, with the " +"addition of the ability to add any media which has been saved to an item " +"as a property:" +msgstr "" + +#: ../../docs/content/items.md:218 8899ebc8b77a470393abd5ba96a5622c +msgid "Media as property" +msgstr "" + +#: ../../docs/content/items.md:219 459d0f46188e47679dc224a497e5a741 +msgid "" +"Once you have created an item and added media to it, you will also have " +"the option to use media *attached to that item* for a property." +msgstr "" + +#: ../../docs/content/items.md:221 2b49f0f1ce394c78bf2b275c2aacd80d +msgid "" +"![A blue outline of a rectangle highlights resource options for Items, " +"Item sets, and Media to be used as the input for the element " +"\"Description\"](contentfiles/items_addmediaresource.png)" +msgstr "" + +#: ../../docs/content/items.md:223 62dfb9448c3e477c95d819926516d558 +msgid "" +"To use a media resource for a property, select the media option for the " +"element (1). The drawer which opens will display all media attached to " +"the item. Select the media which you want to use(2); this will switch the" +" drawer to just that media (second image). Click the *Select Resource* " +"button at the bottom of the drawer to complete the process (3)." +msgstr "" + +#: ../../docs/content/items.md:225 3c6291ac236d4d759ea8a25cb48f14a2 +msgid "" +"![Focus on the editing portion of a window for the item \"Sense and " +"Sensibility\", with the elements Title and Description visible. On the " +"right side of the window, a vertical rectangle (the drawer) is open on " +"the right displaying five media which are attached to the item, including" +" video, images, and text. This image contains steps 1 and " +"2.](contentfiles/items_mediaresource1.png)" +msgstr "" + +#: ../../docs/content/items.md:227 2483adbfb7264d128f5f9f02a7a6e8e3 +msgid "" +"![The same window as before, but now the drawer on the right displays a " +"thumbnail of the media \"Sense and Sensibility DVD Trailer\" with a dark " +"gray button labeled \"select resource\" at the bottom of the drawer area." +" This image contains step 3](contentfiles/items_mediaresource2.png)" +msgstr "" + +#: ../../docs/content/items.md:230 3ac679cf3a754f1ab0a9b6f06179745b +msgid "Batch actions" +msgstr "" + +#: ../../docs/content/items.md:232 2cd1cbecf3e345b082cc44f5d21ef4ac +msgid "" +"From the browse page of items (admin/item) you can batch edit items, " +"using the dropdown menu on the left near the pagination buttons. You can " +"select multiple items using the checkboxes on the left of each item's " +"row." +msgstr "" + +#: ../../docs/content/items.md:234 47302e61abd34afa8dc5b981cc9c1c00 +msgid "" +"![A red arrow points to the dropdown for batch editing and deleting " +"options](contentfiles/items_batch.png)" +msgstr "" + +#: ../../docs/content/items.md:236 baae877d92f14d839610c0a61491bc88 +msgid "Batch actions are as follows:" +msgstr "" + +#: ../../docs/content/items.md:238 533badfa20404eddacf96a74a1471349 +msgid "Edit selected: edit only the items that are selected on the page" +msgstr "" + +#: ../../docs/content/items.md:239 b1271a5497964840badb4b91d4c134a8 +msgid "Edit all: edit all the items returned by a search (default is all items)" +msgstr "" + +#: ../../docs/content/items.md:240 da28e891f32848759d90a2b6ffbce4a6 +msgid "Delete selected: delete only the items that are selected on the page" +msgstr "" + +#: ../../docs/content/items.md:241 d40ed4bf9dae41199d26fff34ccf20b3 +msgid "" +"Delete all: delete all the items returned by a search (default is all " +"items)" +msgstr "" + +#: ../../docs/content/items.md:243 568e7921e80648ec97a66730c98a0b4f +msgid "Choose one of these options and then click *Go*." +msgstr "" + +#: ../../docs/content/items.md:245 d3256e9d5faf4cdf9b447474d0fc5484 +msgid "" +"**Batch editing** items takes you to a new page. The items being edited " +"will display on the right side in a drawer, while the batch edit form " +"gives you the following options:" +msgstr "" + +#: ../../docs/content/items.md:247 78f28ebe86584ca594e0ea01e111bb56 +msgid "set visibility: a dropdown, select from public or not public." +msgstr "" + +#: ../../docs/content/items.md:248 eed93dc106be4d71876679ca9d5558da +msgid "" +"set template: a dropdown, select from the installation's resource " +"templates." +msgstr "" + +#: ../../docs/content/items.md:249 e264d83fd1fe4c72b9c2f5329a1070c3 +msgid "set class: a dropdown, select from classes of the installed vocabularies." +msgstr "" + +#: ../../docs/content/items.md:250 f636aab17b3345588d637d4c00594121 +msgid "" +"add to item set: a dropdown, select from item sets on the installation. " +"Add to an additional item set using the *add another item set* button." +msgstr "" + +#: ../../docs/content/items.md:251 2051f948b7b54ddbb707c5214cfab356 +msgid "" +"remove from item set: a dropdown, select from item sets on the " +"installation. Remove from an additional item set using the *remove " +"another item set* button." +msgstr "" + +#: ../../docs/content/items.md:252 e2e03dd55ecb4d9daa79b51b79bcd28c +msgid "" +"clear property values: a dropdown menu with all the properties in all " +"vocabularies, selecting from this will remove any values in that property" +" in the affected items. Clear additional properties using the *Clear " +"another property* button." +msgstr "" + +#: ../../docs/content/items.md:253 293709b99f1b47918f414470b13251d5 +msgid "" +"Set value visibility: set the visibility of a specific property to either" +" public or not public. Unlike the radio buttons at the top of the form, " +"this will only affect a single property instead of the entire item. " +"Select a property from the text field (type to begin searching), and the " +"choose either the *public* or *not public* radio button for this option." +msgstr "" + +#: ../../docs/content/items.md:255 fee9351828034b429df2b3f58425c1d8 +msgid "" +"![Batch edit items form, with options as described above. Everything is " +"grayscale](contentfiles/items_batchedit.png)" +msgstr "" + +#: ../../docs/content/items.md:257 65b07d12920b440389a2446e01735886 +msgid "" +"In addition, you can use the buttons at the bottom of the batch edit " +"form to add properties to every item:" +msgstr "" + +#: ../../docs/content/items.md:259 0fc1dcfbd09c4e279cb8594714b2c089 +msgid "add text value" +msgstr "" + +#: ../../docs/content/items.md:260 f2d5a567ea944272b7cc48ebfbcb89d8 +msgid "add resource value" +msgstr "" + +#: ../../docs/content/items.md:261 a8bf6c34a87144308f16899284bb02b4 +msgid "add URI value" +msgstr "" + +#: ../../docs/content/items.md:263 f375eeb64dfd4334a79f7774270bc633 +msgid "" +"Selecting any of these will add a block to the form where you can select " +"a property from the installed vocabularies and enter the value for that " +"property." +msgstr "" + +#: ../../docs/content/items.md:265 2c94181a9326454d8656453ce54efe7c +msgid "" +"![Image depicts only the Add text value block of the batch edit form, " +"with a dropdown labeled \"select property\" above an empty text " +"field](contentfiles/items_beproperty.png)" +msgstr "" + +#: ../../docs/content/items.md:267 ef02dc1a336f484fbce131ab921e4a30 +msgid "" +"For the **delete actions**, a drawer will open on the right side of the " +"screen telling you the number of items which will be deleted. Nothing " +"will be deleted unless you click the red *Confirm Delete* button. This " +"action cannot be undone. To opt out of deleting the items, click the X in" +" the upper right corner of the deletion drawer. To confirm delete, check " +"the \"Are you sure\" checkbox and then click *Confirm Delete*" +msgstr "" + +#: ../../docs/content/items.md:269 b0ffffc0c5f84eff87410008d38fa242 +msgid "" +"![Close up of the warning, with the text describing the number of items " +"to be deleted in red.](contentfiles/items_batchdelwarn.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/content/media.po b/locales/fr/LC_MESSAGES/docs/content/media.po new file mode 100644 index 00000000..ed778cb1 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/content/media.po @@ -0,0 +1,610 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/content/media.md:1 0657d5db4875497abaf37e724d9c9340 +msgid "Media" +msgstr "" + +#: ../../docs/content/media.md:3 aab99daa35794f079cbf6c13b2c0d399 +msgid "" +"Media are only created by adding them to an Item. Media cannot exist " +"independently." +msgstr "" + +#: ../../docs/content/media.md:5 66c5a9df1c154c51bb14886557f32d59 +msgid "" +"To view the media associated with an item, click on the media’s name in " +"the right-hand sidebar on the item view page." +msgstr "" + +#: ../../docs/content/media.md:7 e8ff8d2fd6b04ceabdc230e7d3e48120 +msgid "" +"To view all media in the installation, navigate to the Items browse " +"first. The media browse will appear below Items in the left-hand " +"navigation." +msgstr "" + +#: ../../docs/content/media.md:9 b08ed75d340a448d971871363f14d056 +msgid "Add Media" +msgstr "" + +#: ../../docs/content/media.md:11 455d6bb739234ff3bfc0f32504ca5ea1 +msgid "" +"Adding media includes uploading a file, or directly attaching content " +"with oEmbed, YouTube URLs, IIIF URLs, or writing HTML." +msgstr "" + +#: ../../docs/content/media.md:13 e5cbc7a142e54ded8f97012427fafb2e +msgid "Media can only be added via an [item](../content/items.md)." +msgstr "" + +#: ../../docs/content/media.md:15 d73c938ad37b40578e7d7371c1856057 +msgid "Browse media" +msgstr "" + +#: ../../docs/content/media.md:16 f16109feccf8463792dcfb6019b68cf5 +msgid "" +"To browse media, first go to the admin item browse. In the left hand " +"navigation, an option for Media browse will appear under the Item browse " +"(you may have to click on the triangle to expand the menu below Items)" +msgstr "" + +#: ../../docs/content/media.md:18 7272a86435204fc7b4102f07af9d94de +msgid "" +"![The Resources section of the navigation, with light blue text on a dark" +" blue background. Below the option for items, indented, is a navigation " +"option for Media. It has no representative icon, unlike the other " +"options.](contentfiles/media-browsenav.png)" +msgstr "" + +#: ../../docs/content/media.md:20 8ded179962ac47b48dec98084760bd0e +msgid "Media are displayed in a table. Each media is a row, with columns for:" +msgstr "" + +#: ../../docs/content/media.md:22 2b91b805a97f48e1a7a14fa69b0b7b6e +msgid "Select media (a checkbox)" +msgstr "" + +#: ../../docs/content/media.md:23 7e0712eb47dc4d23985f38d0a425a835 +msgid "Media *title*" +msgstr "" + +#: ../../docs/content/media.md:24 e3960403044a43199755aed4ac3362e6 +msgid "" +"icons to *edit* (pencil), *delete* (trash can), or *view details* " +"(ellipses)" +msgstr "" + +#: ../../docs/content/media.md:25 8704224800a141059374501072a80ed4 +msgid "the media's *Class*" +msgstr "" + +#: ../../docs/content/media.md:26 ea41c0a85d494e77bad9afa3cccf96c9 +msgid "the media's *Owner*" +msgstr "" + +#: ../../docs/content/media.md:27 29e41d91e65d45ac85e13021675576ae +msgid "and the date the media was *Created*." +msgstr "" + +#: ../../docs/content/media.md:29 110bede1b20a491d84c5f19993492f7a +msgid "" +"![The browse media table as described above. All of the media are named " +"with a mediawiki url and owned by the user " +"Megan.](contentfiles/media_browse.png)" +msgstr "" + +#: ../../docs/content/media.md:31 9852f196fbe64feb880d51a408bdab75 +msgid "" +"Options for navigating and creating items display above the table of " +"items." +msgstr "" + +#: ../../docs/content/media.md:33 d974054d1d504acfb4fbdc6cdab0324d +msgid "" +"On the left side is a display for the number of pages of media, with " +"forward and back arrows. The current page number is an editable field - " +"enter any valid page number and hit return/enter on your keyboard to go " +"to that page." +msgstr "" + +#: ../../docs/content/media.md:35 5898ea44466b4754a2759350b51204e4 +msgid "" +"In the center top is a button for [Advanced Search](../../search#media-" +"advanced-search)." +msgstr "" + +#: ../../docs/content/media.md:37 68718eda11a348439f5b3219a3a925e0 +msgid "" +"Just above the table on the right are options for sorting media, with two" +" dropdown menus. The first lets you select between *Title*, *Class*, " +"*Owner,* and *(date)Created*; the second allows you to sort ascending or " +"descending. To apply, click the *sort* button." +msgstr "" + +#: ../../docs/content/media.md:39 84f8cf20a84441898870c8151b8f1547 +msgid "" +"Clicking on the title of any media will take you to its metadata page. " +"This page displays any metadata in the main work area, with a sidebar on " +"the right listing the visibility, associated item (an active link), date " +"created, MIME type, Size, Ingester, Source, and links to the file " +"derivatives." +msgstr "" + +#: ../../docs/content/media.md:41 2f9690ccf08c49dd96e7064b7c71b873 +msgid "" +"![Media view page for a mediawiki file. The image is of a grup of people " +"in late 19th century clothing, from left to right a a women standing and " +"facing a standing man holding a small child while reaching out to the " +"woman, with another man standing and smiling behind the man with the " +"child. On the right hand side of the image is the database information " +"for the media.](../content/contentfiles/media_view.png)" +msgstr "" + +#: ../../docs/content/media.md:44 675c8823799845b09eaf64909d01dc61 +msgid "Edit Media" +msgstr "" + +#: ../../docs/content/media.md:45 b7a07115552a482fa0c8af93c0fbaad1 +msgid "To edit existing media, you can:" +msgstr "" + +#: ../../docs/content/media.md:47 5670622ddf6043fa9fdc3f9db5deabd0 +msgid "Go to the Browse page and click the pencil/edit icon for the media's row" +msgstr "" + +#: ../../docs/content/media.md:48 d63fc54a733341d4adcefbb604dd194e +msgid "" +"Go to the Media browse page, click on the title to view the media's " +"metadata and then click the \"*Edit media* button in the upper right hand" +" corner" +msgstr "" + +#: ../../docs/content/media.md:49 a4eefdfb760747ed9db979eacbb7b609 +msgid "" +"Click on the media's name in the right-hand sidebar of an item's page to " +"go to the media's metadata, and then click on *Edit media* from there." +msgstr "" + +#: ../../docs/content/media.md:51 b4f9b01662ef40da9e19076f5c6f4a89 +msgid "" +"Editing media is very similar to editing [items](../../content/items) or " +"[item sets](../../content/item-sets)." +msgstr "" + +#: ../../docs/content/media.md:53 5ec13eff373f4ccdb6aeebf60277c4af +msgid "" +"![Edit media page, with no properties " +"loaded](../content/contentfiles/media_edit.png)" +msgstr "" + +#: ../../docs/content/media.md:55 f781a4df4d2442a699785870bba9c138 +msgid "Values" +msgstr "" + +#: ../../docs/content/media.md:57 a77f6cec641740ebb38f5d3a112d72be +msgid "" +"If desired, you can select a resource template from the drop-down menu. " +"Resource templates are defined by site administrators and editors." +msgstr "" + +#: ../../docs/content/media.md:59 98f1d622d43249ee9c1c55badba7c344 +msgid "If using a resource template, the class should automatically load." +msgstr "" + +#: ../../docs/content/media.md:60 f05c0f3064b84a559e6f77e44f134f42 +msgid "" +"If not using a resource template, you may select a class from the " +"dropdown menu (these are populated from the " +"[Vocabularies](vocabularies.md) in your installation)." +msgstr "" + +#: ../../docs/content/media.md:62 5a5224f647c54d07a8c08e3e64339e4a +msgid "" +"Add information to the properties which load. If you do not select a " +"resource template or class, the Dublin Core properties Title and " +"Description will load automatically." +msgstr "" + +#: ../../docs/content/media.md:64 907a5b956e754e0889248eb57a063b64 +msgid "" +"You may add text, a resource from the installation, or an external link " +"in each field." +msgstr "" + +#: ../../docs/content/media.md:66 07de50e365664d4e82ae6a57e0692cdc +msgid "" +"Note that if you add the property `dcterms:title`, its contents will " +"replace the autogenerated title of the media. This is useful if dealing " +"with url or media uploads with auto-generated names." +msgstr "" + +#: ../../docs/content/media.md:68 53b9f3bd6113405481153df3a1d6776c +msgid "**Text** fields allow for unformatted text entry." +msgstr "" + +#: ../../docs/content/media.md:70 3e0fbf66e1174dc28a6e092a49894708 +msgid "" +"![image of text input field with keyboard icon indicating text input, the" +" globe icon for setting language, and a trashcan delete " +"icon](contentfiles/items_textedit.png)" +msgstr "" + +#: ../../docs/content/media.md:72 0384c09fe10342d999cb2e3328a42000 +msgid "" +"You can indicate the language for the content of an input using the globe" +" symbol above the input (see the red arrow in the image below). Click on " +"the globe to activate a text field, then enter the [ISO " +"639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) code for " +"the language in which the text is written." +msgstr "" + +#: ../../docs/content/media.md:74 ../../docs/content/media.md:104 +#: 07238edb027c45aaa71729b4a0518073 6f3d6ed65dea4b2b82fb962e5e53d82c +msgid "" +"![Red arrow points to the globe icon and a text entry field highlighted " +"in blue](contentfiles/item_lang.png)" +msgstr "" + +#: ../../docs/content/media.md:76 39f06db4692045ad883028b41d25fae8 +msgid "" +"**Omeka Resource** fields create an internal link between the resource " +"you are creating and the resource which fills that field." +msgstr "" + +#: ../../docs/content/media.md:78 1807fbf8a3aa45d485e1d1245238852a +msgid "" +"You have the option to use either an item, another media, or an item set." +" Once you select an item or item set, detailed information will load, and" +" you must click *select resource* to finish linking the resources. You " +"can also click the *X* button in the upper right-hand corner to go back " +"to the list of items or item sets." +msgstr "" + +#: ../../docs/content/media.md:80 1ae545ca4c454772987927773c20164f +msgid "" +"![Select Item menu with list of items to link in edit media " +"view](contentfiles/media_addresource.png)" +msgstr "" + +#: ../../docs/content/media.md:82 a71e1eba7b0f44ffadeeee47e76acc96 +msgid "" +"If you are using an Item resource for the property, you will have " +"additional options for finding the item you want in the drawer. Open " +"these options by clicking the triangle button next to the phrase \"Filter" +" search\"" +msgstr "" + +#: ../../docs/content/media.md:84 6309c3063b6542679d13b0a078e69923 +msgid "" +"![Select Item drawer top options, with a red arrow around a gray triangle" +" button to the right of the phrase \"Filter " +"search\"](contentfiles/items_filtersearch.png)" +msgstr "" + +#: ../../docs/content/media.md:86 27f2d02eb82a4bb28cb8c938b118bf97 +msgid "" +"This will open a menu below the button with the following options to " +"filter the items in the drawer:" +msgstr "" + +#: ../../docs/content/media.md:88 2f342fb3ff77458099b0b4dcfff46a62 +msgid "" +"Filter by class: a dropdown where you can select any class provided by " +"the vocabularies on the installation;" +msgstr "" + +#: ../../docs/content/media.md:89 0d54dc1238ce407d9a53bf28fad0a093 +msgid "" +"Filter by item set: a dropdown where you can limit the items displayed in" +" the drawer to only those associated with a particular item set" +msgstr "" + +#: ../../docs/content/media.md:90 97d008a387ef4d7badbdee083b731f4a +msgid "" +"Filter by item ID: a search field where you can input the ID of the item " +"you want to use. You can find an item's ID in the url of it's edit page; " +"if you are editing the item and the url is `admin/item/11547/edit` then " +"the item's ID is 11547." +msgstr "" + +#: ../../docs/content/media.md:92 206524c035964a9082798387cef9a34f +msgid "![options as above described](contentfiles/item_addresItem.png)" +msgstr "" + +#: ../../docs/content/media.md:94 22015a78bde346cca52b776d33610a85 +msgid "" +"Item resources also have an option for \"Quick add\". When this switch is" +" flipped, all of the items in the drawer have a checkbox. You can use " +"these checkboxes to add multiple items as a property at once. Note that " +"you can only edit one property at a time, so all of the items must " +"populate the same property (ex, Creator, Has Part)." +msgstr "" + +#: ../../docs/content/media.md:96 be53d83b9e494a3fa7cf0b0a351c786a +msgid "" +"![a red arrow points to the slider button for \"Quick add\". The two " +"items visible have an empty checkbox to the left of their representative " +"thumbnail](contentfiles/items_quickadd.png)" +msgstr "" + +#: ../../docs/content/media.md:98 513b5fbaad7d43509d90595b05341867 +msgid "**URI** fields link to an external website or online resource." +msgstr "" + +#: ../../docs/content/media.md:100 870aa9d05ce040859fb5427c6b6e6f6c +msgid "" +"You may add other fields by selecting a property from the list on the " +"right. Browse fields by vocabulary (Dublin Core, Bibliographic Ontology, " +"etc), or search in the *filter properties* bar above the list of " +"properties and vocabularies." +msgstr "" + +#: ../../docs/content/media.md:102 145380020475415d9b289cabea945fa9 +msgid "" +"**Language** You can indicate the language for the content of an input " +"using the globe symbol above the input (see the red arrow in the image " +"below). Click on the globe to activate a text field, then enter the [ISO " +"639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) code for " +"the language in which the text is written." +msgstr "" + +#: ../../docs/content/media.md:106 f04b645981e14bf7b91ed1296be257b2 +msgid "" +"You can add properties by selecting from the list on the right side of " +"the screen. You can either browse fields by vocabulary (Dublin Core, " +"Bibliographic Ontology, etc), or search in the *filter properties* bar " +"above the list of properties and vocabularies." +msgstr "" + +#: ../../docs/content/media.md:108 05c33d6f68864689913096b4bf366c70 +msgid "" +"Automatically generated metadata, such as source, visibility, and part of" +" item, cannot be edited." +msgstr "" + +#: ../../docs/content/media.md:110 c9a24ec169144f68bf482f1c5127e913 +msgid "" +"Use the *make public/private* button (eye icon) to set whether the media " +"is visible to the public or only to users of the OmekaS install." +msgstr "" + +#: ../../docs/content/media.md:112 85ef942de88a4e0cb272635393c97c78 +msgid "" +"![make public button showing an eye " +"icon](../content/contentfiles/item_public.png) Public" +msgstr "" + +#: ../../docs/content/media.md:114 1f5c15c6e4ad4f9694df3421a3a1beb7 +msgid "" +"![make private button showing an eye icon with a diagonal slash through " +"it](../content/contentfiles/item_private.png) Private" +msgstr "" + +#: ../../docs/content/media.md:116 c33399487d25402e9f40a79a7c5e6c48 +msgid "" +"Note that if an item is private, all the media attached is private, but " +"an item which is public can have attached media which are set to be " +"either public or private." +msgstr "" + +#: ../../docs/content/media.md:118 dc3cc05e1bbf46b18cc41b7670f2ca47 +msgid "" +"You can set individual properties as Private or Publicly visible using " +"the eye icon for each property. Note that properties set to private are " +"still visible to Global Admins, Site Admins, and Editors will be able to " +"see properties even when set to private. Authors will be able to see all " +"properties on items they own, but will not see private properties created" +" by other users." +msgstr "" + +#: ../../docs/content/media.md:120 6d986aac92b94f8fa7589a708cb567dd +msgid "" +"In the image below, the first property (Title) is public as indicated by " +"the open eye icon. The second property (Description) is private as " +"indicated by the slashed-through eye icon. Clicking or hitting enter on " +"the eye icon toggles between public and private." +msgstr "" + +#: ../../docs/content/media.md:122 737c423023e643599c130e7fb4904e93 +msgid "![As described](contentfiles/item_propviz.png)" +msgstr "" + +#: ../../docs/content/media.md:124 8c23530e2e1649948b9b2731276ce7b9 +msgid "Thumbnail" +msgstr "" + +#: ../../docs/content/media.md:125 f1543a60b9514a588324b157965e9e86 +msgid "" +"Not all media generate an elegant thumbnail, for example pdf or text file" +" documents or some video files. You can use this tab to set a " +"representative thumbnail for the media which will be used on browse pages" +" but not on the page for the item or its media." +msgstr "" + +#: ../../docs/content/media.md:127 a6ccf6de326548b3a656f4381073f5a9 +msgid "" +"The assets you select from and upload as thumbnails in this tab are the " +"same as those created for [site logos](../../sites/site_theme/#settings-" +"options)." +msgstr "" + +#: ../../docs/content/media.md:129 a78f08c23f544af5aed36d8f6c3f396c +msgid "" +"To assign an asset as a thumbnail, click on the Select button in the main" +" work area of the tab. This will open a drawer on the right side." +msgstr "" + +#: ../../docs/content/media.md:131 19841c243bf6422a9873e9f27488fbac +msgid "" +"![Select drawer with upload option and two assets, both of which are " +"images.](contentfiles/media_thumbnail1.png)" +msgstr "" + +#: ../../docs/content/media.md:133 2470ea554f974eab978e2bc491169cd2 +msgid "" +"The drawer offers two options: upload a file using your browser, or " +"select from existing assets. To select an existing asset, simply click on" +" it and it will automatically be assigned to the media." +msgstr "" + +#: ../../docs/content/media.md:135 9420cd5c0f4448e7950c81e84f318069 +msgid "" +"![Edit media open to Thumbnail tab, where an asset which is an image of a" +" quill pen on a scrolled piece of paper is in the main work area. Below " +"it are buttons for Select and Clear](contentfiles/media_thumbnail2.png)" +msgstr "" + +#: ../../docs/content/media.md:137 20c0225ae77943d7a444155662a6abf7 +msgid "" +"To remove an asset which you have assigned as a thumbnail, click the " +"\"Clear\" button below the image of the asset. To replace it, click " +"select and either choose or upload a new thumbnail asset." +msgstr "" + +#: ../../docs/content/media.md:139 d1052d4b36ae40dcb1f021f3080d462d +msgid "Batch editing" +msgstr "" + +#: ../../docs/content/media.md:141 5027db95d0304a8a87b8b0bb468630a1 +msgid "" +"From the media browse page, you can batch edit media, using the dropdown " +"menu on left just above the table of media. You can select multiple items" +" using the checkboxes on the left of each item's row." +msgstr "" + +#: ../../docs/content/media.md:143 87966557d1b24b4db3e3df7af30f3dbf +msgid "" +"![A red arrow points to the dropdown for batch editing and deleting " +"options](contentfiles/media_batch1.png)" +msgstr "" + +#: ../../docs/content/media.md:145 4d1868e4bfca40ddaefc34f284fe978c +msgid "Batch actions are as follows:" +msgstr "" + +#: ../../docs/content/media.md:147 bdeda88bd19145bfad34b5fe9a041edc +msgid "Edit selected: edit only the items that are selected on the page" +msgstr "" + +#: ../../docs/content/media.md:148 674b39cd3be143cebc3237e037f627a6 +msgid "Edit all: edit all the items returned by a search (default is all items)" +msgstr "" + +#: ../../docs/content/media.md:149 a2da0e8057064eb6ac14c79a6f3e7941 +msgid "Delete selected: delete only the items that are selected on the page" +msgstr "" + +#: ../../docs/content/media.md:150 a5f889f33a2543d7b310a335e30a063f +msgid "" +"Delete all: delete all the items returned by a search (default is all " +"items)" +msgstr "" + +#: ../../docs/content/media.md:152 1329a10dd13b432cabe2ac8bae5832bf +msgid "Choose one of these options and then click *Go*." +msgstr "" + +#: ../../docs/content/media.md:154 49bf8de7573940a886d440299b1c3108 +msgid "" +"**Batch editing** media takes you to a new page. The media being edited " +"will display on the right side in a drawer, while the batch edit form " +"gives you the following options:" +msgstr "" + +#: ../../docs/content/media.md:156 b45352c12f0941198c0b1c378aa3e46d +msgid "" +"set visibility: radio buttons, select from Public, Not public, or No " +"change" +msgstr "" + +#: ../../docs/content/media.md:157 79251452d7744a548516e290e64d9862 +msgid "" +"set template: a dropdown, select from the installation's resource " +"templates." +msgstr "" + +#: ../../docs/content/media.md:158 d4525a1ecf1b4b7fa7d7fa6d1afc65d4 +msgid "set class: a dropdown, select from classes of the installed vocabularies." +msgstr "" + +#: ../../docs/content/media.md:159 fe5d21f072f643829184e2f316ab1634 +msgid "Clear language: a checkbox" +msgstr "" + +#: ../../docs/content/media.md:160 e7b4096ff32542ce99f15f2b7874dc58 +msgid "Set language: a text entry box." +msgstr "" + +#: ../../docs/content/media.md:161 ad60ecddb3954a9982b1ce3ccb9c847b +msgid "" +"Clear property values: a dropdown menu with all the properties in all " +"vocabularies, selecting from this will remove any values in that property" +" in the affected items. Clear additional properties using the *Clear " +"another property* button." +msgstr "" + +#: ../../docs/content/media.md:163 da55f450256548d59963da9681072269 +msgid "" +"![Batch edit medias form, with options as described above. Everything is " +"grayscale](contentfiles/media_batchedit.png)" +msgstr "" + +#: ../../docs/content/media.md:165 3eeb0c4ecefa43c3bd04b4aa52eaa9da +msgid "" +"In addition, you can use the bottoms at the bottom of the batch edit form" +" to add properties to every media:" +msgstr "" + +#: ../../docs/content/media.md:167 65fc5429f87a43239273b1f7ba86fde7 +msgid "add text value" +msgstr "" + +#: ../../docs/content/media.md:168 00701982646e4aed8ac92c6ad9a5f5ca +msgid "add resource value" +msgstr "" + +#: ../../docs/content/media.md:169 aa0bdfffbd444f369e8875420e9e2d5d +msgid "add URI value" +msgstr "" + +#: ../../docs/content/media.md:171 ad32f2a00e2746b3b687bb1adca82160 +msgid "" +"Selecting any of these will add a block to the form where you can select " +"a property from the installed vocabularies and enter the value for that " +"property." +msgstr "" + +#: ../../docs/content/media.md:173 d0fc5396f0874918b9253990d873377d +msgid "" +"For the **delete actions**, a drawer will open on the right side of the " +"screen telling you the number of media which will be deleted. Nothing " +"will be deleted unless you click the red *Confirm Delete* button. This " +"action cannot be undone. To opt out of deleting the media, click the X in" +" the upper right corner of the deletion drawer. To confirm delete, check " +"the \"Are you sure\" checkbox and then click *Confirm Delete*" +msgstr "" + +#: ../../docs/content/media.md:175 f3d4bae3f16a48c7a25cfe5e61732036 +msgid "" +"![Close up of the warning that 2 medias will be " +"deleted.](contentfiles/media_batchdelwarn.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/content/resource-template.po b/locales/fr/LC_MESSAGES/docs/content/resource-template.po new file mode 100644 index 00000000..838bd680 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/content/resource-template.po @@ -0,0 +1,492 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/content/resource-template.md:1 98a2b0075c1b4197b419baee41be9abf +msgid "Resource Templates" +msgstr "" + +#: ../../docs/content/resource-template.md:3 a3ad593fda77418e8f6fad0ca5b9e4f8 +msgid "" +"A *Resource Template* is a set of pre-defined Properties, optionally with" +" a Class, to guide Item creation and the interpretation of Properties." +msgstr "" + +#: ../../docs/content/resource-template.md:5 c2cc85f91b9848f5ab39d499a3878880 +msgid "" +"Resource templates are managed from the Admin Dashboard, accessed through" +" the left-hand navigation under the tab labeled *Resource Templates*." +msgstr "" + +#: ../../docs/content/resource-template.md:7 11fc71ab62c54bbe90435145ff9d1d12 +msgid "" +"![Basic view of resource templates tab, showing the column titles and one" +" template](contentfiles/templates_browse.png)" +msgstr "" + +#: ../../docs/content/resource-template.md:9 364ead7ee9bf489094a0c4e179d3665e +msgid "" +"On the left side above the table is a display for the number of pages of " +"items, with forward and back arrows. The current page number is an " +"editable field - enter any valid page number and hit return/enter on your" +" keyboard to go to that page." +msgstr "" + +#: ../../docs/content/resource-template.md:11 f3d27806a229447fab568f085d5b08ca +msgid "" +"On the right side above the table are two drop-down menus which let you " +"sort resource templates. You can sort by: *label*, *class*, *owner*, or " +"number of *items* assigned to a template, and have these display in " +"either ascending or descending order." +msgstr "" + +#: ../../docs/content/resource-template.md:13 0e770b6a024c4d1a9809e16b34d642ea +msgid "" +"You can use the icons in each template’s row to: *edit* (pencil), " +"*delete* (trash can), or *view details* (ellipses). If you click on the " +"number of items listed for a template, it will take you to a list of all " +"those items." +msgstr "" + +#: ../../docs/content/resource-template.md:15 dc8611d1feb24fd98e3f29e8bb677409 +msgid "" +"[This screencast](https://vimeo.com/290924872) gives an overview of using" +" and creating Resource Templates." +msgstr "" + +#: ../../docs/content/resource-template.md:17 8da419d818944fb78a335294599b13c0 +msgid "" +"[This screencast](https://vimeo.com/290924872) gives an overview of " +"creating and applying resource templates." +msgstr "" + +#: ../../docs/content/resource-template.md:19 85867c72d78442c9afc941d33698569d +msgid "Base Resource" +msgstr "" + +#: ../../docs/content/resource-template.md:20 78c5c87422e24bb2996db2c421126a74 +msgid "" +"All Omeka S installations include a Base Resource template which maps to " +"the metadata fields required by the Digital Public Library of America " +"(DPLA). It will display in the table of resource templates as \"Base " +"Resource\" with no owner." +msgstr "" + +#: ../../docs/content/resource-template.md:22 341434e6926d46e5bc592eec89935690 +msgid "" +"![Base resource template displayed in the table of " +"templates](contentfiles/templates_base1.png)" +msgstr "" + +#: ../../docs/content/resource-template.md:24 43d5d9f1eeb544e794aad011ca949730 +msgid "" +"The Base Resource template contains the following Dublin Core fields: " +"Title; Rights; Type; Creator; Date; Description; Format; Language; " +"Spatial Coverage (Place); Publisher; Alternative Title: Contributor; " +"Extent; Identifier; Relation; Is Replaced By; Replaces; RightsHolder; " +"Subject; Temporal Coverage." +msgstr "" + +#: ../../docs/content/resource-template.md:26 316cb8868801420c9f9e96946c180d09 +msgid "Create a resource template" +msgstr "" + +#: ../../docs/content/resource-template.md:27 6449e3e4fa944c5a91bdd1026ed2bb3b +msgid "" +"From the Resource Templates tab in the Admin Dashboard, click the *Add " +"new resource template* button." +msgstr "" + +#: ../../docs/content/resource-template.md:29 3cdc1ef34e6a47fa967c384970a5d3b8 +msgid "" +"The New resource template page will load with options for Label, " +"suggested class, and the properties *Title* (dcterms:title) and " +"*Description* (dcterms:description)" +msgstr "" + +#: ../../docs/content/resource-template.md:31 2dab37fce9204938ae14e53139be4ba6 +msgid "" +"![The Add Resource Template page, with fields for title, class, and " +"properties Title and Description pre-" +"loaded](contentfiles/templates_add.png)" +msgstr "" + +#: ../../docs/content/resource-template.md:33 36f504b891a74b3db04a8054089d7c5c +msgid "" +"In the Label property, type the label for your new template. This will be" +" the text displayed in the dropdown for Resource Templates when creating " +"an item, so be sure that the label is clear." +msgstr "" + +#: ../../docs/content/resource-template.md:34 f20149ffa50d4e9a92e5471a37b702e2 +msgid "If desired, select a class to associate with the template." +msgstr "" + +#: ../../docs/content/resource-template.md:35 f7143ad5fded42c99c61d6d48d6b49bc +msgid "" +"Add properties from the list of vocabularies in the menu on the right " +"side of the screen. You can filter properties in the text box or select " +"from a specific vocabulary using the arrows to the right of the " +"vocabulary names." +msgstr "" + +#: ../../docs/content/resource-template.md:36 7d3d8103c96c43d583313cc21c9ab80e +msgid "If desired, modify the property (see Property options, below)" +msgstr "" + +#: ../../docs/content/resource-template.md:38 a7146b1d082d480cb7977c5f7ba5a3c8 +msgid "Be sure to Save your resource template before leaving this page." +msgstr "" + +#: ../../docs/content/resource-template.md:40 162738f1499f46ca9069268a31a1a4b6 +msgid "Property options" +msgstr "" + +#: ../../docs/content/resource-template.md:41 b17eb1c8b30d40e7abf03c79cd96bcee +msgid "" +"You can modify the display label, comment on the label, set a property as" +" required, and set the default data type for each property in your " +"template." +msgstr "" + +#: ../../docs/content/resource-template.md:43 d7e3ce7e55564f8086e04d35f3af7bc6 +msgid "" +"To do this, click the edit (pencil) icon in the row for the property you " +"wish to modify. This will open a drawer on the right side of the screen " +"with the ability to edit the properties." +msgstr "" + +#: ../../docs/content/resource-template.md:45 ac8e86e791634746be686b33c5f2ba7e +msgid "" +"![The property options drawer for Title with no changes made, options as " +"described below](contentfiles/template_configdrawer.png)" +msgstr "" + +#: ../../docs/content/resource-template.md:47 0e8c81ad8b68401c927357199d87c909 +msgid "" +"**Label** Change the displayed label of the property that appears when " +"the template is applied to an item by entering the text you want to " +"appear in the *Alternate Label* field for each property." +msgstr "" + +#: ../../docs/content/resource-template.md:50 6114efc4f08a4c8eb1b6ed22b8217097 +msgid "" +"**Comment** Add alternate comments for the property in the field " +"*Alternate* in this section. This will change the text under the property" +" name when users are creating items using your Resource Template." +msgstr "" + +#: ../../docs/content/resource-template.md:53 5d4231cdfba4410eba29ce70d283a0ba +msgid "" +"**Other options** In this section are a series of additional options for" +" modifying the property when it is used with this template." +msgstr "" + +#: ../../docs/content/resource-template.md:56 61aa4c9d1b414d97806429d73b3c0f7e +msgid "" +"The *Use for resource title* checkbox allows you to select a property to " +"serve as the title for the resource, instead of the default " +"(`dcterms:title`). This property will display in the \"title\" field on " +"browse pages." +msgstr "" + +#: ../../docs/content/resource-template.md:58 4b6142626407462d884048e9b81ee119 +msgid "" +"The *Use for resource description* checkbox allows you to select a " +"property to serve as the description for the resource on browse pages, " +"instead of the default (`dcterms:description`)." +msgstr "" + +#: ../../docs/content/resource-template.md:60 eba350284fa94de8908b02882f45b540 +msgid "" +"The *Required* checkbox sets whether a property is required when the " +"template is in use. If checked, users will not be able to save an item or" +" item set using this template without adding data for this property." +msgstr "" + +#: ../../docs/content/resource-template.md:62 f42fa105162e41d1a9f1d84f0479a65a +msgid "" +"The *Private* checkbox sets the visibility of the data for this property." +" If checked, any data added by a user for this property will only be " +"visible to the owner of the item or item set, global administrators, site" +" administrators, and editors. It will not be visible to the public. " +"*Note:* users working with the template will be able to toggle the " +"visibility of this property on a case-by-case basis." +msgstr "" + +#: ../../docs/content/resource-template.md:64 0aa7384a1e7e408cab9b127266c38362 +msgid "" +"Using the *Data type* dropdown, you can designate the data types for the " +"property. Whichever you choose will be automatically loaded once someone " +"selects that Resource Type and they will only be able to use these data " +"type for the element when using this Resource Template." +msgstr "" + +#: ../../docs/content/resource-template.md:66 54a1bb74d1974701857dc02bc374bb7a +msgid "Literal: text and/or html input" +msgstr "" + +#: ../../docs/content/resource-template.md:67 94b9385f58a34baa8bc1233f268b2ec0 +msgid "URI: a link with label." +msgstr "" + +#: ../../docs/content/resource-template.md:68 234a71eb12ac4c0d9db6d861c970ec05 +msgid "Resource: either an existing Item or Item Set in the Omeka S install." +msgstr "" + +#: ../../docs/content/resource-template.md:69 62e5801ab8fc4f17ac312d4bf80a9f33 +msgid "" +"Additional options may be added by modules, such as [Numeric Data " +"Types](../modules/numericdatatypes) and [Value " +"Suggest](../modules/valuesuggest)." +msgstr "" + +#: ../../docs/content/resource-template.md:71 5bf1f1e02dd74888b0fa092ff74a76dd +msgid "" +"You can select multiple data types, for example giving users the option " +"of Literal or Resource for input, but not URI. All choices will appear in" +" the data types field with an X to the right of their label - click the X" +" to remove that data type." +msgstr "" + +#: ../../docs/content/resource-template.md:73 e6f5ce0d592e456d84941a7e1b73fa47 +msgid "" +"![The data types field with two types shown: numeric timestamp and " +"text.](contentfiles/templates_multiType.png)" +msgstr "" + +#: ../../docs/content/resource-template.md:75 217669f4792e416e96b75894e361e077 +msgid "" +"Note: you must click the *Set Changes* at the bottom of the drawer for " +"each property that you edit before exiting the drawer or moving on to " +"another property! If you do not click *Set Changes*, your edits will not " +"be saved." +msgstr "" + +#: ../../docs/content/resource-template.md:77 9c4f54e044da4f7995865fc3a8a8d882 +msgid "" +"![A close up of the drawer for editing property options with a large red " +"arrow pointing down at an angle to the Set Changes button, which is on " +"the very bottom of the image.](contentfiles/templates_setchanges.png)" +msgstr "" + +#: ../../docs/content/resource-template.md:79 112160095eae402cbee83086c7fc15e4 +msgid "" +"Users who select this resource template when creating an item will still " +"be able to add other properties to the item, and that they will only be " +"required to fill out those which you check as required." +msgstr "" + +#: ../../docs/content/resource-template.md:81 ee603cb4a3674ed3b65125327b81f7c1 +msgid "Edit a resource template" +msgstr "" + +#: ../../docs/content/resource-template.md:82 37830faf919c480e8a0caee2136a7a7d +msgid "" +"Once you have created a resource template, you can edit it at any time by" +" clicking the edit icon in the table of resource templates, or by " +"clicking Edit in the upper right hand corner when viewing a resource " +"template." +msgstr "" + +#: ../../docs/content/resource-template.md:84 b660420312cf4f3bb1607de6b1d36bef +msgid "" +"If you decide you do not want to edit the template or do not wish to save" +" your changes, simply click the Cancel button located between the Delete " +"and Save buttons in the upper right hand corner of the window." +msgstr "" + +#: ../../docs/content/resource-template.md:86 29dcd6597db9417d844bf5fd7feba754 +msgid "" +"![Edit view of the template Person. There are eight properties in " +"use.](contentfiles/resourcetemplate_edit.png)" +msgstr "" + +#: ../../docs/content/resource-template.md:88 ed227ffe9b8b4d0c9d6a4ad6490ef5a9 +msgid "Reviewing resource templates" +msgstr "" + +#: ../../docs/content/resource-template.md:89 a05a2b49a2764aba99e9800a2877c099 +msgid "" +"Clicking on the title of a resource template takes you to a table view of" +" all the properties and property options for that template." +msgstr "" + +#: ../../docs/content/resource-template.md:91 8e12c0640ca04eaf8ba294b17f55c6fe +msgid "" +"![Template view for the \"Postcard\" template with properties for title, " +"description, creator, transcript of, and " +"recipient](contentfiles/templates_view.png)" +msgstr "" + +#: ../../docs/content/resource-template.md:93 0513cfd9e1904e0aad0cc2d73c9d0a80 +msgid "Each property displays as a row in the table, with columns for:" +msgstr "" + +#: ../../docs/content/resource-template.md:95 b1f3e249ea1d4ef1bd412f8ae90236f1 +msgid "" +"Original label, with an ellipses button to see which the property's " +"vocabulary, term, and original comment;" +msgstr "" + +#: ../../docs/content/resource-template.md:96 b7b06d1ff8dc415fbdf83471515cf89a +msgid "Data type;" +msgstr "" + +#: ../../docs/content/resource-template.md:97 813bdf4cfcee47b980ae428b6607e482 +msgid "Alternate label;" +msgstr "" + +#: ../../docs/content/resource-template.md:98 000fb9bb520f4f629d7d003faf8dad35 +msgid "Alternate comment;" +msgstr "" + +#: ../../docs/content/resource-template.md:99 e48416560abc489a867f7ea7fa7b727b +msgid "Whether the property is required;" +msgstr "" + +#: ../../docs/content/resource-template.md:100 90c6344c172b457884fde9d51b700278 +msgid "Whether the property's data is set to private." +msgstr "" + +#: ../../docs/content/resource-template.md:102 c760ac5395154f5292ce1a2a9aa3b42b +msgid "" +"Click the ellipses next to the original label to open a draw displaying " +"the property's vocabulary, term, and original comment." +msgstr "" + +#: ../../docs/content/resource-template.md:104 c49b37e869d14dba8034d2741e058e00 +msgid "" +"Use the buttons in the upper right of this page to export or edit the " +"template." +msgstr "" + +#: ../../docs/content/resource-template.md:106 5658d5a4277d4803aab30a92f5a7a361 +msgid "Sharing Resource Template" +msgstr "" + +#: ../../docs/content/resource-template.md:107 c9e3bc14fa744f5baefcc17480a61faf +msgid "" +"It is possible to share a resource template between Omeka S installations" +" by exporting and importing them." +msgstr "" + +#: ../../docs/content/resource-template.md:109 9ec3b1a003a44f9abe0d69da87f0ff04 +msgid "Export Resource Template" +msgstr "" + +#: ../../docs/content/resource-template.md:110 a00fd306a3dc4275a8e7b4922afee0c4 +msgid "To export a resource template from your Omeka S installation:" +msgstr "" + +#: ../../docs/content/resource-template.md:112 2790000b45ec4e3892345eadcb2f02a9 +msgid "Go to the Resource Templates menu on the main navigation." +msgstr "" + +#: ../../docs/content/resource-template.md:113 443690f7ce07432099dbcdf2a20f79b3 +msgid "Click the Label of the template you want to export." +msgstr "" + +#: ../../docs/content/resource-template.md:114 1735b43f428f4bc2b42b7920c23fac49 +msgid "" +"On the resource template view page, click the Export button in the upper " +"right corner of the screen." +msgstr "" + +#: ../../docs/content/resource-template.md:116 68aa05c3618b43f99af7aa21feee1005 +msgid "" +"![A red arrow points to the export button on a screen showing a resource " +"template labelled \"Textual Work\"](contentfiles/templates_export.png)[^]" +msgstr "" + +#: ../../docs/content/resource-template.md:118 0bdf8d7da75b42f593d73ef27da6ce3b +msgid "" +"Exporting a Resource Template will download it to your computer's default" +" download location as a json file with the same name as the Resource " +"Template's Label." +msgstr "" + +#: ../../docs/content/resource-template.md:120 817cd48aa79d43b1a0f6c6955f585dd0 +msgid "Import Resource Template" +msgstr "" + +#: ../../docs/content/resource-template.md:121 d8b51c52f41d4e3c8da43803edf02a4e +msgid "" +"To import a resource template (exported from a different S installation) " +"into your Omeka S installation:" +msgstr "" + +#: ../../docs/content/resource-template.md:123 0d93a2bf6ce744b1af513a907a757059 +msgid "Go to the Resource Templates menu on the main navigation" +msgstr "" + +#: ../../docs/content/resource-template.md:124 c80603aeb29e4eecb69d3bde2698c655 +msgid "Click the Import button in the upper right corner of the screen." +msgstr "" + +#: ../../docs/content/resource-template.md:126 39291cc90a3d414d90668223ea5707dc +msgid "" +"![Red arrow points to the Import button on the browse resource templates " +"page of the admin site of an Omeka S " +"installation](contentfiles/templates_import1.png)" +msgstr "" + +#: ../../docs/content/resource-template.md:128 8208a0649e524e868e00111c8dfd024d +msgid "On the Resource Template: Import page, click the *Choose File* button" +msgstr "" + +#: ../../docs/content/resource-template.md:129 34f018bf06654f7e85bff6f3abc7d513 +msgid "" +"This will open your browsers file selection window. Choose the json file " +"for the resource template you want to import" +msgstr "" + +#: ../../docs/content/resource-template.md:130 75c9e07971474fb288789e866ac01e16 +msgid "Click the Review import button" +msgstr "" + +#: ../../docs/content/resource-template.md:131 ded98bb304e3497e981e49f43f9cee27 +msgid "" +"On the Review page, you will be able to check that properties and " +"property options are correct" +msgstr "" + +#: ../../docs/content/resource-template.md:132 606d8798071c42689057f265e38be11b +msgid "" +"Imported templates which used Value Suggest or Custom Vocab will indicate" +" in the Data Type column what the original source was, and a dropdown to " +"allow you to select a new Data Type (if you do not have the necessary " +"modules, the dropdown will only show the default options)." +msgstr "" + +#: ../../docs/content/resource-template.md:134 a6a82781a6044c6badf8aed3005ce395 +msgid "" +"![On the review imported template page, all the elements for the reviewed" +" import are highlighted green. The final element, subject, lists a " +"datatype of Value Suggest and has a dropdown for users to select a new " +"data type.](contentfiles/templates_import2.png)" +msgstr "" + +#: ../../docs/content/resource-template.md:136 62899292c9504eeb8b2bc23c6bd46dc3 +msgid "" +"NB: If you want to import a Resource Template using a Custom Vocab, you " +"will need to manually reproduce the Custom Vocab on the second Omeka S " +"installation *before* importing the resource template." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/content/vocabularies.po b/locales/fr/LC_MESSAGES/docs/content/vocabularies.po new file mode 100644 index 00000000..b33305dc --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/content/vocabularies.po @@ -0,0 +1,378 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/content/vocabularies.md:1 c042ee2ce2ce4785a32493a2b02de621 +msgid "Vocabularies" +msgstr "" + +#: ../../docs/content/vocabularies.md:3 42fdffa1965e46b992dcbe6e9b318cfd +msgid "" +"Vocabularies are a collection of published RDF metadata Classes and " +"Properties for describing a Resource. These exist and are created " +"externally to Omeka, and can be imported (with some limitations) into " +"Omeka S for use throughout the Installation. The most-used Vocabulary is " +"Dublin Core Terms (dcterms:)." +msgstr "" + +#: ../../docs/content/vocabularies.md:5 5477f4fc3aa544cba13e7dd034657088 +msgid "" +"Global and Site Administrators can manage their installation’s " +"vocabularies from the *Vocabularies* tab on the left hand navigation of " +"the Admin Dashboard. OmekaS comes pre-loaded with the following " +"vocabularies: [Dublin Core](http://purl.org/dc/terms/); [Dublin Core " +"Type](http://purl.org/dc/dcmitype/); [Bibliographic " +"Ontology](http://purl.org/ontology/bibo/); and [Friend of a " +"Friend](http://xmlns.com/foaf/0.1/)." +msgstr "" + +#: ../../docs/content/vocabularies.md:7 792fbade0be44da89879e0fe9ec1db09 +msgid "" +"This [screencast](https://vimeo.com/449764902) walks through managing and" +" adding vocabularies. [ ![First frame of a Vimeo video showing the " +"vocabularies interface](contentfiles/VocabsVideo-" +"still.png)(https://vimeo.com/449764902)" +msgstr "" + +#: ../../docs/content/vocabularies.md:10 840ea2be9d10457ba06f68f32a45236f +msgid "Managing vocabularies" +msgstr "" + +#: ../../docs/content/vocabularies.md:11 e7299d9d59f74d2f91196eba050c0a33 +msgid "" +"The main view of the *Vocabularies* tab in the Admin Dashboard displays " +"the existing vocabularies for the Omeka S install." +msgstr "" + +#: ../../docs/content/vocabularies.md:13 8f88d65c6e914c8ebc2cd691d1ff33a8 +msgid "" +"![Main view of vocabularies, with columns for label, prefix, classes, and" +" properties counts and information](contentfiles/vocabularies.png)" +msgstr "" + +#: ../../docs/content/vocabularies.md:15 172ff348ae754890bbb9b42891d52241 +msgid "" +"Vocabularies are displayed in a table with headings for *Label* (name of " +"vocabulary), *Prefix* (used by the database), *Classes* (number of " +"classes in the vocabulary), and *Properties* (number of properties in the" +" vocabulary). You can sort vocabularies by these columns using the up and" +" down arrows at the right end of each column." +msgstr "" + +#: ../../docs/content/vocabularies.md:17 f0b6d0fd418a4157bf747544045e4b1a +msgid "" +"You can use the icons at the right of the Label field to manage " +"individual vocabularies. The edit icon (pencil) takes you to the edit " +"page for that vocabulary, the delete icon (trash can) opens a sidebar to " +"delete the vocabulary, and the details icon (ellipses) opens a sidebar " +"with information about the vocabulary." +msgstr "" + +#: ../../docs/content/vocabularies.md:19 8514fe433440454fa4b27fa263400b16 +msgid "" +"When editing a vocabulary, you can make changes to the *label* and add " +"*comments*." +msgstr "" + +#: ../../docs/content/vocabularies.md:21 fbaa5da28c1e46719aeec85daab0c6b0 +msgid "Adding a vocabulary" +msgstr "" + +#: ../../docs/content/vocabularies.md:22 04528bae76fe4f40b208e8e0f12c9f9f +msgid "" +"New vocabularies must be imported from an existing metadata standard " +"source. In order to import a new vocabulary, you must have a vocabulary " +"file or a stable link to a vocabulary." +msgstr "" + +#: ../../docs/content/vocabularies.md:24 e9735d9f8ddf4394afb02ea505816128 +msgid "" +"The New vocabulary page has three sections: Basic Info, File, and " +"Advanced." +msgstr "" + +#: ../../docs/content/vocabularies.md:26 3de0b0d84bcc4cee96aa6856835c3a20 +msgid "" +"Note that you may have to research in order to find the prefix, namespace" +" uri, and label for the vocabulary, as these are not standardized. In " +"addition to the vocabulary's website, you might consult " +"." +msgstr "" + +#: ../../docs/content/vocabularies.md:28 88fbf9f8b9c1424c9952fc20ab00a35c +msgid "" +"After you have imported a vocabulary, you can use the Edit function to " +"modify the vocabulary's Label and Comment, and to upload an updated " +"vocabulary RDF file." +msgstr "" + +#: ../../docs/content/vocabularies.md:30 a99dad461c8f42b8ae43b2d99f9bb8ad +msgid "Basic info" +msgstr "" + +#: ../../docs/content/vocabularies.md:31 a877f3b1cdba4cecac4e88ceac3abba3 +msgid "This section contains the basic information for the vocabulary" +msgstr "" + +#: ../../docs/content/vocabularies.md:33 83b14b8d29dd40169ff5f0c74ea0bf07 +msgid "" +"Label (required): the display name for the vocabulary in lists (ex " +"\"Dublin Core,\" \"Friend of a Friend\"" +msgstr "" + +#: ../../docs/content/vocabularies.md:34 2e9ab6b706ee4c9987b25c97342e6c73 +msgid "Comment: any comments you have." +msgstr "" + +#: ../../docs/content/vocabularies.md:35 17a3602ec7a441229230148a99f1f12a +msgid "Namespace uri (required): this should be provided by the vocabulary;" +msgstr "" + +#: ../../docs/content/vocabularies.md:36 fa066ddd7d8540b7b7bd7ff25fed7aac +msgid "" +"Namespace prefix (required): This will display before the property, " +"indicating which vocabulary (for example, the prefix for Dublin Core is " +"dcterms)." +msgstr "" + +#: ../../docs/content/vocabularies.md:38 a61620621e1e40bca5f99b996ee97d6c +msgid "" +"![New vocabulary basic settings, nothing " +"entered](contentfiles/vocab_addBasicInfo.png)" +msgstr "" + +#: ../../docs/content/vocabularies.md:40 8783fa8c3b8444bfb309cd9003c9193c +msgid "File" +msgstr "" + +#: ../../docs/content/vocabularies.md:41 5f68dfa48cd940c0b018d1f1d88b84bb +msgid "This section deals with the file for the vocabulary." +msgstr "" + +#: ../../docs/content/vocabularies.md:43 cc0d58b29a524711bdcbb9d1a3de1ff9 +msgid "Upload the file using your browser's file manager **or**" +msgstr "" + +#: ../../docs/content/vocabularies.md:44 95b01faf0e864f179f3395dee0c2a37d +msgid "" +"Vocabulary URL: if not uploading a vocabulary file, enter the " +"vocabulary's url here." +msgstr "" + +#: ../../docs/content/vocabularies.md:45 e2b6e776ffa64e77b55c2e165f359a63 +msgid "File format: a dropdown, select from:" +msgstr "" + +#: ../../docs/content/vocabularies.md:46 e81082f7957c428ea5f9f2079eff7477 +msgid "Autodetect" +msgstr "" + +#: ../../docs/content/vocabularies.md:47 2ae1d02782a04e58bd21a3313a9a4841 +msgid "JSON-LD (.jsonld)" +msgstr "" + +#: ../../docs/content/vocabularies.md:48 f8d5336d086a446cbbd2387266c37d9e +msgid "N-Triples (.nt)" +msgstr "" + +#: ../../docs/content/vocabularies.md:49 e3bbad7573ea4218b1da19b0642f10f0 +msgid "Notation3 (.n3)" +msgstr "" + +#: ../../docs/content/vocabularies.md:50 dda05af4640e4f85a3c1214bd36333e0 +msgid "RDF/XML (.rdf)" +msgstr "" + +#: ../../docs/content/vocabularies.md:51 9f0b51d2fb4646de973e056c8e180660 +msgid "Turtle (.ttl)" +msgstr "" + +#: ../../docs/content/vocabularies.md:54 4bb7913c988a43aa896cbb91f6fec6bf +msgid "" +"![New vocabulary file settings, with no data entered and no file " +"chosen](contentfiles/vocab_addFile.png)" +msgstr "" + +#: ../../docs/content/vocabularies.md:56 80cc09efb0cf47bb96e1a39402806009 +msgid "Advanced" +msgstr "" + +#: ../../docs/content/vocabularies.md:57 d99204c621ae480785c259cbd95c757e +msgid "This section has advanced vocabulary settings" +msgstr "" + +#: ../../docs/content/vocabularies.md:59 e2b6afbafebc4d43aff12c288e704e42 +msgid "" +"Language: Enter the preferred language of the labels and comments using " +"an IETF language tag." +msgstr "" + +#: ../../docs/content/vocabularies.md:60 c06c0d22b3b34953b39b5299ff3e144c +msgid "" +"Label property: if this vocabulary uses an unconventional property for " +"labels, enter the full property URI in angle brackets (`<`, `>`)in this " +"field." +msgstr "" + +#: ../../docs/content/vocabularies.md:61 2697713e462e4007a7e563c9898ddd59 +msgid "" +"Comment property: if you are using the above label property, enter the " +"corresponding property URI in angle brackets (`<`, `>`) in this field." +msgstr "" + +#: ../../docs/content/vocabularies.md:63 468896a7396f47ae9f705974aafe0273 +msgid "" +"![New vocabulary advanced settings, with no data " +"entered](contentfiles/vocab_addAdvanced.png)" +msgstr "" + +#: ../../docs/content/vocabularies.md:65 24ffe3c67c1244cf87f8893752148db6 +msgid "Editing a vocabulary" +msgstr "" + +#: ../../docs/content/vocabularies.md:66 a384aa4fa6f64a8184cc80a11b04ca6e +msgid "" +"You can edit existing vocabularies by clicking the edit button (pencil " +"icon) on the table of vocabularies." +msgstr "" + +#: ../../docs/content/vocabularies.md:68 95cd452cf5b048c2b433b93292a82ea7 +msgid "" +"You can also update the vocabulary by either uploading a new vocabulary " +"file or entering the vocabulary url and saving changes. You will be able " +"to review any changes when updating a vocabulary. If you decide you do " +"not wish to save your changes, or click on the edit button by mistake, " +"you can click the Cancel button next to the Save button." +msgstr "" + +#: ../../docs/content/vocabularies.md:71 134965043cc04ee6afbdf6c2f802974e +msgid "" +"![Edit vocabulary page for OWL-Time " +"Ontology.](contentfiles/vocab_edit.png)" +msgstr "" + +#: ../../docs/content/vocabularies.md:73 23bd4ae11da94c74b4c3af4dcbd6aae0 +msgid "Vocabulary Import" +msgstr "" + +#: ../../docs/content/vocabularies.md:74 60c94e0d9b2743cc9e425fa066cf8f08 +msgid "" +"Omeka S will import properly formatted vocabularies/ontologies. " +"rdfs:Class and rdfs:Property data will be available." +msgstr "" + +#: ../../docs/content/vocabularies.md:76 0bbc56af997c4da58f854bbd62bc3d26 +msgid "" +"For Web Ontology Language (OWL) data, Omeka S will store only the RDF/S " +"super-Properties and -Classes. Omeka S does not enforce any declaration " +"or inferencing rules from OWL. Thus, for example, an owl:Class is treated" +" in Omeka S like an rdfs:Class." +msgstr "" + +#: ../../docs/content/vocabularies.md:78 fbcc1333a6c84efb84b2fbe189ce42ec +msgid "" +"Similarly, the following are all treated only as rdfs:Property. OWL " +"domains and ranges are also not enforced or stored." +msgstr "" + +#: ../../docs/content/vocabularies.md:80 ../../docs/content/vocabularies.md:85 +#: b0548d769f484f2e9eab5c7e54459fc9 f6da4fbcae7449e5b356ccc453aaf2f5 +msgid "owl:ObjectProperty" +msgstr "" + +#: ../../docs/content/vocabularies.md:81 ../../docs/content/vocabularies.md:86 +#: 023b9f1885dd40eabfaf7989602439e1 51957c539ac044048c762882c2f1aa14 +msgid "owl:DatatypeProperty" +msgstr "" + +#: ../../docs/content/vocabularies.md:82 ../../docs/content/vocabularies.md:87 +#: 6c75db23537440b286d308b6a569ff68 e6446f5867fa4913abe96ac51b442252 +msgid "owl:SymmetricProperty" +msgstr "" + +#: ../../docs/content/vocabularies.md:83 ../../docs/content/vocabularies.md:88 +#: 08085e402cf0486a98ad7c3b965a5354 5ffc5d779e9245868b355cca90df197c +msgid "owl:TransitiveProperty" +msgstr "" + +#: ../../docs/content/vocabularies.md:84 ../../docs/content/vocabularies.md:89 +#: 0ca8cdcae1984d2ab238bb350cdf61a1 58a1b34cb63f42f390afa2ed27d1dea6 +msgid "owl:FunctionalProperty" +msgstr "" + +#: ../../docs/content/vocabularies.md:90 100ff30e76584adda9834344057281ab +msgid "owl:InverseFunctionalProperty" +msgstr "" + +#: ../../docs/content/vocabularies.md:92 a61d18f7ff9348339cbb59ad20482a4e +msgid "" +"For example, an imported ontology with an owl:ObjectProperty is not " +"restricted to having objects that are URI’s: Omeka S will accept a " +"Literal value without complaint." +msgstr "" + +#: ../../docs/content/vocabularies.md:94 073be21ad52b4b66ae12bb03c5c0efaf +msgid "" +"It is up to the person entering metadata to adhere to the standards as " +"best they can." +msgstr "" + +#: ../../docs/content/vocabularies.md:96 13b0fcf0f2884c2c984264e2b0375c7f +msgid "Deleting a vocabulary" +msgstr "" + +#: ../../docs/content/vocabularies.md:97 426df738aecc473d800bc6723b89038f +msgid "" +"With the exception of Dublin Core and Dublin Core Type, you can delete " +"any vocabulary from your Omeka S installation, either from the Vocabulary" +" browse or the Vocabulary edit page." +msgstr "" + +#: ../../docs/content/vocabularies.md:99 af5d89d5396d4b48be4e2fcf3a529930 +msgid "" +"From the Vocabulary browse page, click the trash can/delete icon in the " +"row for the vocabulary you want to delete (1). A drawer will open on the " +"right side of the browser asking you to confirm that you want to delete " +"the vocabulary (2). To delete, click the *Confirm delete* button, and to " +"cancel, simply close the drawer." +msgstr "" + +#: ../../docs/content/vocabularies.md:101 b371dff9e5f2474bb85e801c75d734bc +msgid "" +"![A view of the vocabularies browse page, with a drawer open on the left " +"asking the user to confirm delete. There is a blue number 1 next to the " +"trash can icon and a blue number 2 just to the left of the red \"Confirm " +"delete\" button.](contentfiles/vocab-delete1.png)" +msgstr "" + +#: ../../docs/content/vocabularies.md:103 880a40402ca5462db3b3fafe44096768 +msgid "" +"From the edit vocabulary page, you can click the large red *Delete* " +"button in the upper right-hand corner of the page. This will open a " +"drawer which will ask you to confirm the deletion. To delete, click the " +"*Confirm delete* button, and to cancel, simply close the drawer." +msgstr "" + +#: ../../docs/content/vocabularies.md:105 d7426b3e8f304ff9afeb18023546c770 +msgid "" +"![Edit vocabulary page for \"Linked Gen. Data\". There is no data in the " +"comments field. A red arrow points to a pale red button labelled " +"\"Delete\"](contentfiles/vocab-delete2.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/errorLogging.po b/locales/fr/LC_MESSAGES/docs/errorLogging.po new file mode 100644 index 00000000..51c85773 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/errorLogging.po @@ -0,0 +1,95 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/errorLogging.md:1 cf7a793facb141a6826d1895cbc9fed6 +msgid "Retrieving Error Messages" +msgstr "" + +#: ../../docs/errorLogging.md:3 ed95ff9f2ad242cab7ea74d0b7b4cee1 +msgid "" +"If you are experiencing problems with your Omeka S installation, or you " +"want to turn on development-style error tracking, you can do so in two " +"different ways. You will need to edit the `.htaccess` and/or " +"`local.config.php` files, depending on which way you choose. You must use" +" a ftp or terminal client to do so; if you're not sure how to do this, " +"please contact your system administrator or hosting provider." +msgstr "" + +#: ../../docs/errorLogging.md:5 494b5654318c46d896d6780ca8ba6f0e +msgid "Display Error Details" +msgstr "" + +#: ../../docs/errorLogging.md:7 5329ce393a0b491db79ae524ef9e1752 +msgid "" +"One option is to enable on-page display of error details. This will cause" +" \"Omeka S has encountered an error\" pages to show the error message and" +" details instead of a generic message, and also will display PHP-level " +"errors and warnings on pages if they occur." +msgstr "" + +#: ../../docs/errorLogging.md:9 7c077787619f4dabade3f7c5786bde08 +msgid "To enable this display, edit your `.htaccess` file." +msgstr "" + +#: ../../docs/errorLogging.md:11 1af8cbaafe4447129ef7805613cc20b5 +msgid "" +"The `.htaccess` file is located in the main folder of your Omeka S " +"installation." +msgstr "" + +#: ../../docs/errorLogging.md:12 91338791aa684154b16f87de74adf883 +msgid "" +"Change line 1 of that file from `SetEnv APPLICATION_ENV \"production\"` " +"to `SetEnv APPLICATION_ENV \"development\"`" +msgstr "" + +#: ../../docs/errorLogging.md:14 5d72d05bf8574f3084e569873db30af6 +msgid "Log Errors" +msgstr "" + +#: ../../docs/errorLogging.md:16 69129ed70fec41a78ea7a780677b0d9d +msgid "" +"Another option for retrieving error detail information is enabling " +"logging in Omeka S. With logging enabled, Omeka S will write out the " +"details of all errors to a file. Any \"Omeka S has encountered an error\"" +" page will have its details logged, and additional debugging/warning " +"information may also be logged. You may want to choose this option if you" +" want to get detailed error information but do not want to expose error " +"messages to visitors or other users." +msgstr "" + +#: ../../docs/errorLogging.md:18 468b4c412e954b5ca6adaafe7ba86d78 +msgid "To enable error logging, edit your `local.config.php` file." +msgstr "" + +#: ../../docs/errorLogging.md:20 a21610b2af094f0384fda451489009e3 +msgid "The `local.config.php` file is located in the `config` folder." +msgstr "" + +#: ../../docs/errorLogging.md:21 ab0cdc17d526496f9eb5c6426bc11060 +msgid "Change line 4 from `'log' => false,` to `'log' => true,`" +msgstr "" + +#: ../../docs/errorLogging.md:22 aac529f9740d456ea62acc01fe4da86d +msgid "" +"Errors will be logged to the file `log/application.log`. Make sure this " +"file is writable by your web server." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/frontpage.po b/locales/fr/LC_MESSAGES/docs/frontpage.po new file mode 100644 index 00000000..935a84b5 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/frontpage.po @@ -0,0 +1,64 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/frontpage.md:1 01e564325efe402e939fdd280a80fb6b +msgid "Front Page" +msgstr "" + +#: ../../docs/frontpage.md:3 85e2fe619b5d4832bdb0d39a7a08eeb0 +msgid "" +"Omeka S allows users to build multiple sites per installation which are " +"not necessarily connected. However, each installation has, by default, a " +"front page which lists the sites in the installation. This page is " +"accessed by going to the main url of your Omeka S installation; if your " +"[admin dashboard](admin-dashboard.md) was at " +"`yourdomain.net/omekas/admin`, then you would find this page a " +"`yourdomain.net/omekas/`" +msgstr "" + +#: ../../docs/frontpage.md:5 74dcd5bc46fd4473bb9bb371759c4553 +msgid "" +"The page displays all sites which a user has permission to see, along " +"with the site's summary if one exists. If someone is not logged in, they " +"will only see public sites. A logged in Global Admin, by contrast, would " +"see all existing sites on the installation." +msgstr "" + +#: ../../docs/frontpage.md:7 d03e5dd727744dafb7c0624665c54dc9 +msgid "" +"![Installation front page for the \"Stackable Sandbox\" showing seven " +"sites, three of which have summaries.](files/frontpage-basic.png)" +msgstr "" + +#: ../../docs/frontpage.md:9 865bf44687c6407596c9134ae549e7ec +msgid "" +"If you want this site to be hidden from site visitors, you can use the " +"[setting Default Site](admin/settings/#global-settings) to select a " +"public site on your installation to which visitors will be redirected " +"when they navigate to your base url (`yourdomain.net/omekas/`)" +msgstr "" + +#: ../../docs/frontpage.md:11 9b373d7b7b1b4aada78f8b66aae2ace1 +msgid "" +"You can use the Default Site option in conjunction with the [site page " +"block](sites/site_pages/#page-blocks) \"List of sites\" to create a " +"branded site index and to add an about page for the overall installation." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/glossary.po b/locales/fr/LC_MESSAGES/docs/glossary.po new file mode 100644 index 00000000..15f1c52b --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/glossary.po @@ -0,0 +1,133 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/glossary.md:1 6fee47b3c2e34e3fb09c3a9dec26c2ec +msgid "Glossary" +msgstr "" + +#: ../../docs/glossary.md:3 0909315fe24140bea53bf28f9f9b7efe +msgid "" +"The following glossary should help to clarify some of the less-familiar " +"terms in Omeka S. Where appropriate, we have provided a roughly analogous" +" term from Omeka Classic, although some analogies are stronger than " +"others." +msgstr "" + +#: ../../docs/glossary.md:6 0dc47fe2451346f3af9b43f58fbccc99 +msgid "" +"**Class**: A kind of Resource, as defined by a Vocabulary. Often, " +"Vocabularies expect particular Properties to be used with particular " +"Classes. For example, a `foaf:Person` would not have a " +"`dcterms:publisher` Property, but could be expected to have a " +"`foaf:familyName` Property. *Omeka Classic analogy*: Item Type" +msgstr "" + +#: ../../docs/glossary.md:9 f3b734bcbb004142880cec2dee4e8d3c +msgid "" +"**File**: Data uploaded to an Omeka S installation and associated " +"directly with an Item (see also: Media). *Omeka Classic analogy*: " +"File (but the analogy is weak)" +msgstr "" + +#: ../../docs/glossary.md:12 3da603376d604f07adab4d2d3a307ee9 +msgid "" +"**Global Admin**: An administrator who controls everything, and is " +"typically the person who created the Installation. *Omeka Classic " +"analogy*: Superuser" +msgstr "" + +#: ../../docs/glossary.md:15 f9c3eb1f12bb48ff83ba29680cc15f92 +msgid "" +"**Installation**: An instance of Omeka S. Typically, a central IT " +"department of an institution does the process of installing, and probably" +" also creates sites for others." +msgstr "" + +#: ../../docs/glossary.md:17 3be462ac0d6e433bb113285e8d4d56e4 +msgid "" +"**Item**: The records used to build an Omeka S Site. Items are shared and" +" available to any Site in an Installation, unless explicitly excluded " +"from sharing. *Omeka Classic analogy*: Item" +msgstr "" + +#: ../../docs/glossary.md:20 b9c71835ea3542e9ae4ba0049284fb25 +msgid "" +"**Item Set**: An aggregation of Items. Items can belong to any number of " +"Item Sets. *Omeka Classic analogy*: Collection, Items with the same tag" +msgstr "" + +#: ../../docs/glossary.md:23 0fe14e5dcb4444c6ae9b402b7b42af60 +msgid "" +"**Media**: Additional representations or descriptions of an Item, beyond " +"metadata from vocabularies. Typically, this refers to a File (of any " +"type, including, e.g., text or HTML snippets), but could also refer to " +"external data sources such as a YouTube video, Slideshare deck, Dspace " +"bitstream, etc. - *Omeka Classic analogy*: File (but the analogy " +"the weak)" +msgstr "" + +#: ../../docs/glossary.md:26 279f2ac3cca7409ba7ae2f56ae072a86 +msgid "" +"**Property**: A defined — to one degree or another — kind of metadata " +"used to describe a Resource. The most common is dcterms:title, for the " +"written, human-readable title of an Item. The Values for Properties can " +"be written language intended for humans or other sentient beings to read " +"(‘Literals’), Resources (understood here as internal to an Omeka S " +"Installation), or External URIs (e.g., a URI to a DBpedia resource page)." +" *Omeka Classic analogy*: Element" +msgstr "" + +#: ../../docs/glossary.md:29 f771c01c0fec48d9968acc4d2ced19a4 +msgid "" +"**Resource Template**: A set of pre-defined Properties, and optionally a " +"Class, to use to guide Item creation and interpretation of Properties. " +"Typical usage is to create a template for, e.g., a `foaf:Person` that " +"makes Items using that template show the inputs for the expected or " +"desired `foaf: properties`, and sets the Class of the Item to " +"`foaf:Person`. *Omeka Classic analogy*: Item Type (but the analogy is " +"weak) cf. Class" +msgstr "" + +#: ../../docs/glossary.md:32 6a4abd6af64745fcb853c6e4d0d7f4b5 +msgid "" +"**Site Admin**: An administrator of a single Site within an Omeka S " +"Installation. *Omeka Classic analogy*: Superuser role" +msgstr "" + +#: ../../docs/glossary.md:35 782e410e2cf641d1a16d360f214dacea +msgid "" +"**Value**: The actual data that fills out the Resource-Property-Value " +"triple. If the property is 'dcterms:title', a reasonable Value might be " +"“Heart of Darkness”. Literal Values might also have information about the" +" language in which that Value is expressed attached. Values can also be " +"Resources or URIs to external data (preferably URIs that return RDF data," +" but I don’t think we’re going to enforce that). *Omeka Classic " +"analogy*: Element Text" +msgstr "" + +#: ../../docs/glossary.md:38 afe33101869b47af8712a435daf80dd1 +msgid "" +"**Vocabulary**: A collection of published RDF metadata Classes and " +"Properties for describing a Resource. These exist and are created " +"externally to Omeka, and can be imported (with some limitations) into " +"Omeka S for use throughout the Installation. The most-used Vocabulary is " +"Dublin Core Terms (dcterms:). *Omeka Classic analogy*: Element Set" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/index.po b/locales/fr/LC_MESSAGES/docs/index.po new file mode 100644 index 00000000..a97e4c03 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/index.po @@ -0,0 +1,84 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/index.md:1 80dd524489ce4a0c97205c98850bb4b2 +msgid "Omeka S User Manual" +msgstr "" + +#: ../../docs/index.md:3 1340902a923345daae4057a26873e514 +msgid "" +"Omeka S is a web publication system for universities, galleries, " +"libraries, archives, and museums. It creates a local network of " +"independently curated exhibits sharing a collaboratively built pool of " +"items and their metadata." +msgstr "" + +#: ../../docs/index.md:5 cb472b37a7ae44d398bf59ec3d42dca9 +msgid "" +"The sections of this manual correspond to the navigation sections on the " +"left-hand side of the [administrative dashboard](admin-dashboard.md) of " +"an Omeka S Installation:" +msgstr "" + +#: ../../docs/index.md:7 9f2dd118577145d7ba6aae3a9aff6201 +msgid "" +"**Sites** Creating, editing, and managing sites, the public-facing " +"parts of an Omeka S installation." +msgstr "" + +#: ../../docs/index.md:10 58892cc8bc7a44ebb543d072e59fc756 +msgid "" +"**Resources** Creating, editing, and managing the content of an " +"installation: items, item sets, media, vocabularies, and resource " +"templates." +msgstr "" + +#: ../../docs/index.md:13 e38a99bfba504c5a888e69e479c62497 +msgid "" +"**Admin** Access to functionality in the admin section varies by user " +"role, but can include: users, jobs, and settings." +msgstr "" + +#: ../../docs/index.md:16 1063038bad7841a8b9fa4d0ad000fc93 +msgid "" +"**Modules** This section opens with basic information on managing the " +"modules which extend the functionality of your Omeka S installation and " +"sites. It then offers specific documentaiton for Omeka S modules created " +"by RRCHNM, listed in alphabetial order." +msgstr "" + +#: ../../docs/index.md:19 5f4a5149b37b475e9e551466730af912 +msgid "" +"This manual also includes a [glossary](glossary.md), instructions on " +"conducting [searches](search.md), and how to turn on [error " +"logging](errorLogging.md)." +msgstr "" + +#: ../../docs/index.md:21 9873b58cab3641559d27f19d604e5b71 +msgid "" +"Screencasts to supplement the documentation are linked from relevant " +"pages, and can be browsed in the [Omeka S collection on " +"Vimeo](https://vimeo.com/showcase/4215056)." +msgstr "" + +#: ../../docs/index.md:23 1122088f7384445da6eeadd21cc7950f +msgid "This documentation is CC-BY-NC" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/install.po b/locales/fr/LC_MESSAGES/docs/install.po new file mode 100644 index 00000000..4ae33a28 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/install.po @@ -0,0 +1,285 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/install.md:1 b56410b5e9da43aa9f8598374e498055 +msgid "Installing" +msgstr "" + +#: ../../docs/install.md:3 6d725cb0b6c746d7be4c4c0e7e6a730b +msgid "" +"Basic instructions for installing and updating from GitHub can be found " +"in the [ReadMe](https://github.com/omeka/omeka-s/blob/develop/README.md) " +"of the Omeka S github repository." +msgstr "" + +#: ../../docs/install.md:5 929bfa55f2e24abc97e5ce459734ea36 +msgid "System Requirements" +msgstr "" + +#: ../../docs/install.md:6 80a216e7c59a46b58403e55ef64405cf +msgid "In order to install Omeka S, you will need a server running the following:" +msgstr "" + +#: ../../docs/install.md:8 a564fa03b9d5446e83779278dfbf2a7b +msgid "Linux" +msgstr "" + +#: ../../docs/install.md:9 10b926de285c49e493a5f735317a2e22 +msgid "" +"Apache (with " +"[AllowOverride](https://httpd.apache.org/docs/2.4/mod/core.html#allowoverride)" +" set to \"All\" and [mod_rewrite " +"](http://httpd.apache.org/docs/current/mod/mod_rewrite.html) enabled)" +msgstr "" + +#: ../../docs/install.md:10 aefc2283887a46f394ff9248577d0a0d +msgid "MySQL, minimum version 5.6.4 (or MariaDB, minimum version 10.0.5)" +msgstr "" + +#: ../../docs/install.md:11 df319eb220f34bd8af46efa90ad844e5 +msgid "" +"PHP, minumum version 7.1, with " +"[PDO](http://php.net/manual/en/intro.pdo.php), " +"[pdo_mysql](http://php.net/manual/en/ref.pdo-mysql.php), and " +"[xml](http://php.net/manual/en/intro.xml.php) extensions installed" +msgstr "" + +#: ../../docs/install.md:12 50d4a341ae4c4c69b739346cc41c131e +msgid "" +"Optional, to create thumbnails: ImageMagick version 6.7.5 or greater, the" +" PHP `imagick` extension, or the PHP `gd` extension" +msgstr "" + +#: ../../docs/install.md:14 a018d5fc9b5841f7bcc9ca7c44234cf5 +msgid "Installing from released zip file" +msgstr "" + +#: ../../docs/install.md:15 da2fd6947e0a4cb8afef7066f1ff63ed +msgid "" +"NB: Before you install Omeka S, you need to create a MySQL database and " +"user. Omeka S must have a dedicated database (you cannot use a prefix for" +" a database used by another system or Omeka S or Classic installation). " +"For more information on creating a database and user, please see your " +"hosting's support documentation or talk to your system administratory." +msgstr "" + +#: ../../docs/install.md:17 ../../docs/install.md:50 +#: 3d169204d9db41909bc1a8203f14cb8f f6dfb4e8f1ce4eefbcff09c91c814711 +msgid "Download the latest release from the release page" +msgstr "" + +#: ../../docs/install.md:18 f5a320e166264080817156e85d3f233b +msgid "" +"Open config/database.ini and add your MySQL username, password, database " +"name, and host name. The user and database must be created before this " +"step." +msgstr "" + +#: ../../docs/install.md:19 0c65ed3c02ca45c796ebaa7c1a81dd33 +msgid "Make sure the files/ directory is writable by Apache." +msgstr "" + +#: ../../docs/install.md:20 05d73d148f234e27b62591340362d385 +msgid "" +"In your web browser, navigate to the admin page for your Omeka S " +"installation (yoururl/admin), where you can complete installation." +msgstr "" + +#: ../../docs/install.md:22 0494bcae2a5243a68623d6c3b6d4263f +msgid "Initial setup" +msgstr "" + +#: ../../docs/install.md:23 e42e1bb1dcc942f3bf3b4cf26295da8d +msgid "" +"Once you have successfully installed and configured the database.ini " +"file, you can navigate to the admin location of your Omeka S " +"installation. If your installation is `/myomekas/` then your admin " +"dashboard would be located at `/myomekas/admin`" +msgstr "" + +#: ../../docs/install.md:25 e2c57175f5e0400e9c596496fa6ed449 +msgid "" +"The first time you to the install site, you will need to enter " +"information for the first user, along with basic information for your " +"install. There are two sections on this page: *Create the first user* and" +" *Settings*." +msgstr "" + +#: ../../docs/install.md:27 113d9ecf936a45718c72359e24b74c22 +msgid "In the First User section, enter:" +msgstr "" + +#: ../../docs/install.md:29 5e2aad88c0f845e28f45cb12814ff4f1 +msgid "an *email* address, and type again to confirm." +msgstr "" + +#: ../../docs/install.md:30 87e1120c881b4477a0b4aaf9dbcdf752 +msgid "confirm the *password* and type again in the next input to confirm." +msgstr "" + +#: ../../docs/install.md:31 e61d0b51ecb343dd92a83016f317a853 +msgid "a *display name* for the user" +msgstr "" + +#: ../../docs/install.md:33 e3e089098caf402b82e39c90046e9def +msgid "" +"Note that you can change all of these later in the [User](admin/users.md)" +" management section of your install." +msgstr "" + +#: ../../docs/install.md:35 a1012c5be7c74fbe912432c81e5a42d2 +msgid "![First user section with fields as described](files/installOmekaS1.png)" +msgstr "" + +#: ../../docs/install.md:37 cc09a49e2c8544adac67ae13ebff3e7e +msgid "In the Settings section, enter:" +msgstr "" + +#: ../../docs/install.md:39 4f6d4e5a7e554a8aa6f913fa79dd1507 +msgid "An *installation title* which will display on the admin site," +msgstr "" + +#: ../../docs/install.md:40 911ddf2b94c94d699de3e1c5f328e36b +msgid "The installation's *time zone* (select from dropdown), and" +msgstr "" + +#: ../../docs/install.md:41 cee9dcfe85ff40ada56e83c96b1f4081 +msgid "select a *locale* for the language of the admin side of the installation." +msgstr "" + +#: ../../docs/install.md:43 871f005d2db84ecea5105e53acf7482b +msgid "![Settings section with fields as described](files/installOmekaS2.png)" +msgstr "" + +#: ../../docs/install.md:45 132bad35fa674e72a8b13849acbe2a45 +msgid "" +"You can changes these at any time in the in the " +"[Settings](admin/settings.md) section of your [Admin Dashboard](admin-" +"dashboard.md)" +msgstr "" + +#: ../../docs/install.md:47 cd368c04d72f498b8de2518cbcd0a28b +msgid "" +"See [Configuration Options](configuration.md) for information on settings" +" for thumbnail generation, php path, and more." +msgstr "" + +#: ../../docs/install.md:49 e6dda11aaa7f49ad9582abd8d717967f +msgid "Updating" +msgstr "" + +#: ../../docs/install.md:51 8c427362bc3c41ae85d1d7a976ce1b7b +msgid "" +"Make a copy of your `/config` directory. You will need to restore your " +"`local.config.php` and `database.ini` files from that copy." +msgstr "" + +#: ../../docs/install.md:52 5b7493ad73964c418292675509887768 +msgid "Make a copy of your `/modules` and `/themes` directories." +msgstr "" + +#: ../../docs/install.md:53 e7d16f1ce43b4c44a57165325406840a +msgid "Make a copy of your `/files` directory." +msgstr "" + +#: ../../docs/install.md:54 f13eb94cc00940d4ac40c0c1211c035b +msgid "" +"Remove all Omeka S files, and replace them with the files from the " +"updated zip file." +msgstr "" + +#: ../../docs/install.md:55 f54af5a3067748c29804c83f18554548 +msgid "" +"Replace your original `/config/local.config.php` and " +"`/config/database.ini` file, and the `/modules`, `/themes`, and `/files` " +"directories that you copied." +msgstr "" + +#: ../../docs/install.md:56 ff179914d2234d6d89839d93e022a1da +msgid "" +"In your web browser, go to your site's admin page (yoururl/admin) and run" +" any migrations that are needed." +msgstr "" + +#: ../../docs/install.md:58 f40e86205426420989bd77916437ca41 +msgid "Install on Windows or Mac OS (basic development purpose only)" +msgstr "" + +#: ../../docs/install.md:59 7d56b286b3994aa2a8078480202a823d +msgid "" +"Omeka S does not support proprietary or closed source operating systems. " +"However, for **basic development purposes** or for quick training, Omeka " +"can run with [WAMP](http://www.wampserver.com), " +"[MAMP](https://www.mamp.info) or similar tools." +msgstr "" + +#: ../../docs/install.md:61 0b0b91f7358940d897582791b95ce676 +msgid "" +"Follow the standard installation instructions. You will need to make the " +"following [configuration](configuration.md) changes to the file " +"`config/local.config.php` to work." +msgstr "" + +#: ../../docs/install.md:63 19b28167ba2c40fd8adb1f30726c6339 +msgid "" +"First, the php path may need to be set if php. Edit the config file and " +"fill the `phpcli_path` at line 12 with the appropriate path for your " +"operating system." +msgstr "" + +#: ../../docs/install.md:65 7817a1e5f0e747cca67ad636e464143d +msgid "" +"Second, you need to configure Omeka S to use the thumbnailer which is " +"available in your server. Edit the `local.config.php` file with the " +"following, based on what is available for your system:" +msgstr "" + +#: ../../docs/install.md:67 6d6dbe24a792410989905bc55dedbb2a +msgid "" +"replace the default thumbnailer `Omeka\\File\\Thumbnailer\\ImageMagick` " +"by `Omeka\\File\\Thumbnailer\\Gd`." +msgstr "" + +#: ../../docs/install.md:68 15e30aed27e24d9b9ba4752ed6cf28eb +msgid "" +"replace the default thumbnailer `Omeka\\File\\Thumbnailer\\ImageMagick` " +"by `Omeka\\File\\Thumbnailer\\Imagick`, and enable Imagick in the file " +"`php.ini` of your server via the server admin interface or directly in " +"the file." +msgstr "" + +#: ../../docs/install.md:69 174da39e14c1464b948da838edc2e27f +msgid "" +"keep the default thumbnailer, but install the command line tool " +"`imagemagick` and set its directory as value of `imagemagick_dir`. To " +"install imagemagick, see the documentation of your server." +msgstr "" + +#: ../../docs/install.md:71 e489793024fd40b494125f54a122b92a +msgid "" +"[GD](https://secure.php.net/manual/en/intro.image.php) is a basic graphic" +" library installed by default with PHP. It can create thumbnails for " +"common image formats only (jpeg, gif, png). [Imagick and " +"ImageMagick](https://www.imagemagick.org) are the same library and can " +"create thumbnails for more than 200 formats. The difference is that the " +"first is integrated in php and generally older than the command-line " +"version." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/collecting.po b/locales/fr/LC_MESSAGES/docs/modules/collecting.po new file mode 100644 index 00000000..48b41d5d --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/collecting.po @@ -0,0 +1,545 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/collecting.md:1 b0accaf3d9804da8b724370957276794 +msgid "Collecting" +msgstr "" + +#: ../../docs/modules/collecting.md:3 7131193d7f7e4929aba15aa72baa2677 +msgid "" +"The Collecting module allows you to gather public contributions through " +"your sites." +msgstr "" + +#: ../../docs/modules/collecting.md:5 263c4a027ca049fba8e058bfe69a0fd6 +msgid "" +"Once activated on the [modules](index.md) tab of the admin dashboard, " +"Collecting is configured on a site-by-site basis." +msgstr "" + +#: ../../docs/modules/collecting.md:7 1e8870db8bbf44e2a9e96cf3bfc16008 +msgid "Site settings" +msgstr "" + +#: ../../docs/modules/collecting.md:9 6d50300c9dfe4e27b1be961b03644ab5 +msgid "" +"Collecting adds a section to your [site " +"settings](../sites/site_settings.md) where you can manage terms of " +"service and email for the collecting forms for this site." +msgstr "" + +#: ../../docs/modules/collecting.md:11 2f1aace153bc4e5796157c0eeb49491a +msgid "" +"![The Collecting section in site settings with two fields as described " +"below.](modulesfiles/collecting_settingsSite.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:13 93105185bfad4c60856c096d2e0d39a3 +msgid "In this section are two fields:" +msgstr "" + +#: ../../docs/modules/collecting.md:15 2a3f463245bd455c906e454fd581479e +msgid "" +"**Terms of service** is a multi-line field where you can enter terms of " +"services for material collected through this site. This text is linked " +"from the form just above the submit button:" +msgstr "" + +#: ../../docs/modules/collecting.md:17 90bff850948c4a6ca9ee63a3c575377c +msgid "" +"![from the collecting form, the words \"I accept the Terms of Service\" " +"over a button that says submit. The phrase Terms of Service are a " +"link.](modulesfiles/collecting-ToSlink.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:19 c68d624443c242a58be9915a96514d18 +msgid "" +"Clicking on the phrase \"Terms of Service\" will open a new window so " +"that people filling out the form do not lose the information they have " +"entered." +msgstr "" + +#: ../../docs/modules/collecting.md:21 4796d84023d34af299900f32c59e27b1 +msgid "" +"**Email address** allows you to set a custom address from which " +"submission emails will be sent. If left blank, these emails will be sent " +"from the administrator email address in the [Global " +"Settings](../admin/settings.md) for the Omeka S installation." +msgstr "" + +#: ../../docs/modules/collecting.md:23 af3243e50b7f42aa9e0f2cea6e1c06cf +msgid "Managing Collecting Forms" +msgstr "" + +#: ../../docs/modules/collecting.md:25 84befc10b1eb4b9190d7acf5a7050441 +msgid "" +"If Collecting is active, then a tab for Collecting will appear in the " +"context menu for every site. ![Red arrow points to the Collecting tab of" +" the site National Parks](modulesfiles/collecting_nav.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:28 ea212d8749284a42953ca5906a538fd5 +msgid "" +"Clicking on this will take you to a list of your collecting forms for " +"that site. If you have just installed the module, the Collecting Forms " +"page will display the message \"This site has no collecting forms.\" To " +"add a new form, click the *Add new form* in the upper right hand corner " +"of the window." +msgstr "" + +#: ../../docs/modules/collecting.md:30 f3c2db2ca4c84b2eb7bcd8a26fcd5092 +msgid "" +"![Collecting tab, no forms, red arrow points to the Add New " +"button](modulesfiles/collecting_addnew.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:32 76552eb686d840b2b19a09c0d2748d7a +msgid "Add New Form" +msgstr "" + +#: ../../docs/modules/collecting.md:33 3e397d295b334a638b8064fe75dccc91 +msgid "" +"The Add Collecting Form page has two sections: the first has a set of " +"fields and options for you to complete; the second is where you add and " +"edit the prompts which will make up the form that site visitors see and " +"fill out." +msgstr "" + +#: ../../docs/modules/collecting.md:35 c8274d8f1a46454ab98533186ef0e60f +msgid "![Add Collecting Form page](modulesfiles/collecting_addform.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:37 af2678ee41f1495c82d85d9f0ca4e5ba +msgid "Fields and Settings" +msgstr "" + +#: ../../docs/modules/collecting.md:38 8c7129c3d4924413840220f2776892ea +msgid "" +"*Label:* name the collecting form. The label will appear as a header " +"above the form on the public side, so the label should be descriptive and" +" helpful to both you and site visitors." +msgstr "" + +#: ../../docs/modules/collecting.md:39 d3b2abaa5bc943a1b2fe5c3186ac4cf4 +msgid "*Item Set:* select the item set to which you want to add collected items." +msgstr "" + +#: ../../docs/modules/collecting.md:40 ec24ae0b346e4a338cafafbe90b961dc +msgid "*Anonymity Type:* a dropdown with three options:" +msgstr "" + +#: ../../docs/modules/collecting.md:41 93df1e0ebb0d4cc79f22cde3424a5cb3 +msgid "" +"\"User sets own anonymity\": users can decide whether they contribute " +"anonymously and whether their items can be published)." +msgstr "" + +#: ../../docs/modules/collecting.md:42 57752f9f7beb4cd2a39f2207bf7a978e +msgid "" +"\"User Public and User Name inputs are publicly visible\": both the " +"user's name and their items will be made public" +msgstr "" + +#: ../../docs/modules/collecting.md:43 9db186e0733b436fa386a1f4568443df +msgid "" +"\"User Public and User Name inputs are private\": both inputs remain " +"public." +msgstr "" + +#: ../../docs/modules/collecting.md:44 c4542103977c42e2af57d31a63d674cc +msgid "" +"*Success Text*: the message that displays on a new page if the item is " +"successfully collected." +msgstr "" + +#: ../../docs/modules/collecting.md:45 91e0c650bfa44882859193d70ee7f08e +msgid "" +"*Email text*: the message in the email that will be sent to site visitors" +" who submit an item, if you collect an email address from them." +msgstr "" + +#: ../../docs/modules/collecting.md:47 3273ab6a429b4fd69a6a2576aee7b09f +msgid "Prompts" +msgstr "" + +#: ../../docs/modules/collecting.md:48 66670fa7a82544cbaa103eeb0f6653dc +msgid "" +"Prompts are listed in a table which gives their *Type* and the display " +"*Text* on the public form. These prompts make up the form which site " +"visitors will see (in addition to the label, discussed above)." +msgstr "" + +#: ../../docs/modules/collecting.md:50 90190ddf6cec44bfad2573ece3d439c0 +msgid "" +"To add a new prompt, click the *Add prompt* button just below the Prompts" +" header. This will open a side drawer with a dropdown to select Prompt " +"type." +msgstr "" + +#: ../../docs/modules/collecting.md:52 76cbb0f010024f6c96b532b6503c1190 +msgid "" +"On selection, the options for that type will load in the sidebar for you " +"to edit, with a Save Changes button at the bottom of the options." +msgstr "" + +#: ../../docs/modules/collecting.md:54 631b71bde73c4ca2b46868331dc69f80 +msgid "![Add prompt dropdown](modulesfiles/collecting_prompts.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:56 d15afb4c7c5c4fe2b11a918db2dc7119 +msgid "The Collecting module has Prompt Types with options as follows:" +msgstr "" + +#: ../../docs/modules/collecting.md:58 c7d3d6d994454a45905f0c5e30430301 +msgid "" +"**Item Property**: select a property from the installation's vocabularies" +" for the visitor to use to describe the item." +msgstr "" + +#: ../../docs/modules/collecting.md:60 8f3ef6bbb09f480c88150c398ee5fa48 +msgid "Property: select a property from the vocabularies (example: Description)" +msgstr "" + +#: ../../docs/modules/collecting.md:61 ../../docs/modules/collecting.md:86 +#: ../../docs/modules/collecting.md:91 ../../docs/modules/collecting.md:101 +#: ../../docs/modules/collecting.md:106 ../../docs/modules/collecting.md:111 +#: ../../docs/modules/collecting.md:121 1f55de8e1fc045e58db27a231e8deb3e +#: 20b74d3e692c42049f6559d70b8df199 3a7192de60fb4a4d9aee33c489ded273 +#: 8243f8128b564bbab7b3a727187a0a66 8cca50a2047b465faaae88914d1856eb +#: b3b721a72ad24695a483b86ddf22cf71 f2b1bac629a24512bf0ff4ab9c5e1928 +msgid "" +"Prompt Text: If you want the prompt to be something other than the " +"property label." +msgstr "" + +#: ../../docs/modules/collecting.md:62 ../../docs/modules/collecting.md:92 +#: ../../docs/modules/collecting.md:112 ../../docs/modules/collecting.md:122 +#: 17fa1a3fd1db40c5ae6b4131e7cc3458 6cf34d161f3445d2870ec523eddb306b +#: 90cc8c9c888342a09f9b61ea4233c4ce a08557351124421d97f1c8c532bd3c73 +msgid "Input type: length and kind of input box. Choose from:" +msgstr "" + +#: ../../docs/modules/collecting.md:63 ../../docs/modules/collecting.md:93 +#: ../../docs/modules/collecting.md:113 ../../docs/modules/collecting.md:123 +#: 0e1c1bd9f8b040ac9c3b088c1fa22c61 20eda9ee47294119836674ef973f89df +#: 54974afb0c4f488c8d8f4944c10a67c2 fe33956cc14a489e9f84082f100e22bc +msgid "Text box (one line)" +msgstr "" + +#: ../../docs/modules/collecting.md:64 ../../docs/modules/collecting.md:94 +#: ../../docs/modules/collecting.md:114 ../../docs/modules/collecting.md:124 +#: 4558b40b6a214eb88d05fc31ad0187ec 7abe07d50e3a458da8065981f08f5d70 +#: bb181f5dc6dc42319e0d6d6e8b27cbc9 c5ee024400ad4d9ba5d9b306ceb53786 +msgid "Text box (multiple line)" +msgstr "" + +#: ../../docs/modules/collecting.md:65 ../../docs/modules/collecting.md:95 +#: ../../docs/modules/collecting.md:115 ../../docs/modules/collecting.md:125 +#: 5622dd9964cf4d688fe98b176b905702 5f9366b7dceb492bb763f55cdad9b075 +#: 722956a549714427a224b7a2e0ef7685 cec7c508dc9849ceab31b2a19921316a +msgid "Select menu (dropdown)" +msgstr "" + +#: ../../docs/modules/collecting.md:66 ../../docs/modules/collecting.md:96 +#: ../../docs/modules/collecting.md:116 ../../docs/modules/collecting.md:126 +#: 24a96ce6843b49abb3017357d3d5b918 3f9f25444c41492e9042fe4cebb4bac9 +#: 9c0dbaaaccb341b79fa4493d5ef11d38 a91c6d6add49471484092881d7396aa7 +msgid "" +"If you choose \"Select menu,\" you will need to enter the options for the" +" menu in the *Select Menu Options* field that will appear, with one " +"option per line." +msgstr "" + +#: ../../docs/modules/collecting.md:67 c4cf730c326341ca82103bc5ef31e9db +msgid "Item resource (will appear as dropdown)" +msgstr "" + +#: ../../docs/modules/collecting.md:68 537ec5c984cb4f6c930d8e9c8e4e993c +msgid "" +"This will offer the user the choice of existing items to add as a " +"property value. You can paste anything after the `admin/` in the url of " +"an advanced search to load specific items." +msgstr "" + +#: ../../docs/modules/collecting.md:69 875637147e944f69a8c184bbe060dea1 +msgid "" +"[Custom Vocab](../modules/customvocab/) (requires that plugin to be " +"installed). If selected, an additional dropdown will load. Use this to " +"select from your existing Custom Vocabs. This will load as a dropdown for" +" the users on the public side of the form." +msgstr "" + +#: ../../docs/modules/collecting.md:70 bad81a0a8ea349cab9731543c7767269 +msgid "" +"If you have [Numeric data types](../modules/numericdatatypes/) installed," +" you will also have the options:" +msgstr "" + +#: ../../docs/modules/collecting.md:71 04c62a8038d34d67a14fab83d55a49cd +msgid "Numeric timestamp" +msgstr "" + +#: ../../docs/modules/collecting.md:72 c224d6a3d8444336bc1bf509a882bbfb +msgid "Numeric interval" +msgstr "" + +#: ../../docs/modules/collecting.md:73 49e21a86a3a142fa9da2cbe060f7e8ef +msgid "Numeric duration" +msgstr "" + +#: ../../docs/modules/collecting.md:74 d2f208b68e864da4a54a5733e07ec9dc +msgid "Numeric integer" +msgstr "" + +#: ../../docs/modules/collecting.md:75 ../../docs/modules/collecting.md:87 +#: ../../docs/modules/collecting.md:97 ../../docs/modules/collecting.md:102 +#: ../../docs/modules/collecting.md:107 ../../docs/modules/collecting.md:117 +#: ../../docs/modules/collecting.md:127 5318fbb5b9924117ba8775610e57dc72 +#: 79aef402d6584a759b214906801c0d64 8f98a88ed6e7494f8ed2a23bc59f2a77 +#: 972a1e1b242a4561acf004ead440123f c425c70f52d844ce906426509f5c6418 +#: ce4ec657018448a58ec889219abc71c8 f08be61624f24be2812ac4cf15065ff4 +msgid "Check the Required? box if the prompt is required." +msgstr "" + +#: ../../docs/modules/collecting.md:77 e6456a463104441bb73731be1f17379a +msgid "**Item Media** allows visitors to add media to their item. Media Type:" +msgstr "" + +#: ../../docs/modules/collecting.md:80 4d8f58229cea4ec3a87e3506c6cb7724 +msgid "A dropdown for Media type, with the following options:" +msgstr "" + +#: ../../docs/modules/collecting.md:81 d570b4eb64ed4193a0aff84f00e85191 +msgid "Upload one, which allows users to upload one file;" +msgstr "" + +#: ../../docs/modules/collecting.md:82 063f203dc0f245a8ac4393cb576fe87e +msgid "" +"Upload multiple, which allows users to upload multiple files at once " +"using the browser's native file picker (with shift or control keys);" +msgstr "" + +#: ../../docs/modules/collecting.md:83 36791daf2dea4960ab5168bba13bb844 +msgid "Map (requires Mapping module);" +msgstr "" + +#: ../../docs/modules/collecting.md:84 04476a58a3554f7da7c8944041735371 +msgid "URL;" +msgstr "" + +#: ../../docs/modules/collecting.md:85 d7753e684a1445dda19e2b1f603d0de7 +msgid "HTML." +msgstr "" + +#: ../../docs/modules/collecting.md:89 117062981c55474399182c04001671bb +msgid "" +"**Item Supplementary** additional information for the item, not linked to" +" any particularly vocabulary or property." +msgstr "" + +#: ../../docs/modules/collecting.md:99 b2be620ce9324743a2a8cfbbde3ac211 +msgid "" +"**User Name** which will be used to assign the item owner. If the person " +"using the form is a logged-in user of the Omeka S installation, this will" +" autopopulate." +msgstr "" + +#: ../../docs/modules/collecting.md:104 4d8670d357d54ede899aef43197c0f06 +msgid "" +"**User Email** where the person adding the item can give their email. If " +"this is left blank, they will not receive an email with the text in the " +"*Email Text* field." +msgstr "" + +#: ../../docs/modules/collecting.md:109 d2b6edbf967f41b182fdee9a64ccb291 +msgid "" +"**User Private** collect additional information from the user which will " +"be kept private." +msgstr "" + +#: ../../docs/modules/collecting.md:119 3b00f9bf6160433fbc7d2318650db2da +msgid "" +"**User Public** collect additional information from the user which can be" +" made public" +msgstr "" + +#: ../../docs/modules/collecting.md:129 461c056ad12c427989ebf3f86ee2e818 +msgid "" +"**HTML** insert a block of HTML text into the form, for additional " +"guidance, information, etc. The Prompt Text field for this prompt has " +"WYSIWG formatting options." +msgstr "" + +#: ../../docs/modules/collecting.md:131 8604c3a492b14f7ea8475f4a13e0fa66 +msgid "" +"You can rearrange the order of prompts by dragging and dropping them " +"using the three-line icon on the far left of the Prompt Type label." +msgstr "" + +#: ../../docs/modules/collecting.md:133 ../../docs/modules/collecting.md:154 +#: a519d16ac61241f2869cb80c39ad7e19 c6bcd528120e406c868c1102a3526296 +msgid "" +"![Prompts with a red arrow pointing to the icon for dragging and " +"dropping](modulesfiles/collecting_dragthis.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:135 d45489436be041fbacf9d9ba89f4b9e4 +msgid "Manage an existing form" +msgstr "" + +#: ../../docs/modules/collecting.md:136 3e9cac6ff2e04eeca0def98a0cda663d +msgid "" +"Once you have at least one Collecting form, they will appear on the " +"Collecting Forms page. Click the edit button (pencil) to edit the form. " +"Click on the form label to see more information about the form and view " +"collected items." +msgstr "" + +#: ../../docs/modules/collecting.md:138 dd53d2591073432a836f33569f7a943b +msgid "The form page has two tabs: Form Information and Collected Items" +msgstr "" + +#: ../../docs/modules/collecting.md:140 097a593329a54f06a4abc94a9f429e71 +msgid "" +"Form tabs show you the existing data for label, anonymity type, and item " +"set, along with a table of all of the prompts, in order, with their type," +" text, and whether they prompt is required." +msgstr "" + +#: ../../docs/modules/collecting.md:142 0d04eeaf3453498ba483c31684c348d5 +msgid "" +"![Form info page for \"share a quote\" " +"form](modulesfiles/collecting_forminfo.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:144 adbe5a4fede74b3a9ad42b62af2ae5a9 +msgid "" +"To edit the form, click the *Edit form* button in the upper right hand " +"corner." +msgstr "" + +#: ../../docs/modules/collecting.md:146 5959686d65274382aa1a44d12b74eed9 +msgid "The options are in the edit form page are the same as when adding a form." +msgstr "" + +#: ../../docs/modules/collecting.md:148 0bcc6cc9af314bcc8c5055950ef1cc17 +msgid "" +"To edit a prompt, click the edit button (pencil) for the prompt. This " +"will open the sidebar drawer for that prompt." +msgstr "" + +#: ../../docs/modules/collecting.md:150 2db8438de08746f7a0299f8e9f8113ca +msgid "" +"![Prompts with a red arrow pointing at the column of edit " +"buttons](modulesfiles/collecting_edit2.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:152 b60d5ae0a112479d90fbb8d9fcb91628 +msgid "" +"Rearrange the order of prompts by dragging and dropping them using the " +"three-line icon on the far left of the Prompt Type label." +msgstr "" + +#: ../../docs/modules/collecting.md:157 20192ec006244ee3b7ec551c863e8e22 +msgid "Add a Collecting Form to Site Pages" +msgstr "" + +#: ../../docs/modules/collecting.md:159 58852034e162453abcaaa6c59ee9f2fd +msgid "To add a collecting form to a page:" +msgstr "" + +#: ../../docs/modules/collecting.md:161 f33fd7beb9e64cb88e17df6cd4bc4e6a +msgid "" +"Go to the page on which you want the form to appear (or add a new page " +"for the form)" +msgstr "" + +#: ../../docs/modules/collecting.md:162 2d167f87369749f2b96ddf5fea72aa4b +msgid "From the *Add New Block* sidebar select the *Collecting* block" +msgstr "" + +#: ../../docs/modules/collecting.md:163 3f711660229f488c8a8c3fbe37d09130 +msgid "" +"On the Collecting block, click the box for the form you want to include. " +"You can add more than one form to the page by checking more than one box." +msgstr "" + +#: ../../docs/modules/collecting.md:165 206a76822a0c48bca01c052e57bea58f +msgid "" +"![Collecting block with one form, its box " +"checked](modulesfiles/collecting_pageblock.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:167 e24c09c26e284302a708b794b629fd09 +msgid "Managing Collected Items" +msgstr "" + +#: ../../docs/modules/collecting.md:169 c10ed4d692d044999e20264b7f1d0fec +msgid "" +"Items added via a collecting form will appear in the Items section of the" +" Admin Dashboard, but you will likely find it easier to manage them " +"through the Collecting tab of the site to which through which they were " +"collected." +msgstr "" + +#: ../../docs/modules/collecting.md:171 5f76ae307a844418beaf24d861019cb1 +msgid "" +"To see the items collected with a specific form, go to the Collecting tab" +" in the context menu for the site and click on the form label. Then click" +" the *Collected Items* tab." +msgstr "" + +#: ../../docs/modules/collecting.md:173 e791cb5b97f54210941756d2d6e1748d +msgid "" +"![Collected Items tab with a number of " +"items](modulesfiles/collecting_items.png)" +msgstr "" + +#: ../../docs/modules/collecting.md:175 db4a21733a94416fabce73c002ea3b0b +msgid "" +"This tab has a table of collected items with their: Title, the Date " +"Submitted, Reviewed By, Status, and ellipses (three dots)." +msgstr "" + +#: ../../docs/modules/collecting.md:177 29f4d60bc94b4cddacb062dce73aaea6 +msgid "" +"To see the collected information, including user name, email, etc, for " +"any item, click on the more info ellipses. Clicking on an item title will" +" take you to the item's edit page (under Items not the site's context " +"menu)." +msgstr "" + +#: ../../docs/modules/collecting.md:179 a40bd5dde7874ba1a33a41e2c75f2ed8 +msgid "" +"A collected item can have one of three status messages: Needs Review, " +"Public, and Private. To change the status of an item, select the desired " +"status from the dropdown and then click the *Update statuses* button in " +"the upper right corner." +msgstr "" + +#: ../../docs/modules/collecting.md:181 7951f815759342679eaa2010db25ef96 +msgid "" +"When you update the status of an item from \"Needs Review\" to either " +"\"Public\" or \"Private\", your name will appear in the row for that item" +" as the user the item has been *Reviewed by*. If you have multiple people" +" working on a site, this can help you keep track of who has approved the " +"collected items." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/csseditor.po b/locales/fr/LC_MESSAGES/docs/modules/csseditor.po new file mode 100644 index 00000000..f4ec4194 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/csseditor.po @@ -0,0 +1,209 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/csseditor.md:1 c1f093207aca4e20b9399ec7102e491b +msgid "CSS Editor" +msgstr "" + +#: ../../docs/modules/csseditor.md:3 7d8dc379c00445ec882dfecd6a40c7bd +msgid "" +"The CSS Editor module allows you to write CSS from the Omeka S admin " +"interface." +msgstr "" + +#: ../../docs/modules/csseditor.md:5 df7739a22d654b0fbd4a6cbc89212dfa +msgid "" +"Once activated on the [modules](https://omeka.org/s/docs/user-" +"manual/modules/) tab of the admin dashboard, CSS Editor is used on a " +"site-by-site basis." +msgstr "" + +#: ../../docs/modules/csseditor.md:7 1c507fc7e9a442b98ddb0e755b901463 +msgid "Managing Custom CSS" +msgstr "" + +#: ../../docs/modules/csseditor.md:9 44a02b7af2254b3991d64b27b7334128 +msgid "" +"If CSSEditor is active, then a tab for CSSEditor will appear in the " +"context menu for every site." +msgstr "" + +#: ../../docs/modules/csseditor.md:11 8576eae0296241bbb4cd735df87699fc +msgid "" +"![Screenshot of Omeka S site context menu witth CSS Editor navigation " +"item highlighted.](modulesfiles/csseditor_contextmenu.jpg)" +msgstr "" + +#: ../../docs/modules/csseditor.md:13 424a60acd4734af791ac8447577ad093 +msgid "Using the CSSEditor interface" +msgstr "" + +#: ../../docs/modules/csseditor.md:15 95f284a697d945409b2e3d791a77bc37 +msgid "" +"![Screenshot of CSS Editor module " +"interface.](modulesfiles/csseditor_interface.jpg)" +msgstr "" + +#: ../../docs/modules/csseditor.md:17 bef5426fd57d487e96c354c2704bc3ba +msgid "" +"The first large text area is where you write your individual styles. Use " +"that text area as you would a stylesheet file." +msgstr "" + +#: ../../docs/modules/csseditor.md:19 5fa7d6515d074c1fbcc1f2cf1f2149a1 +msgid "" +"If you are new to working with CSS, we recommend the following free " +"resources for getting started:" +msgstr "" + +#: ../../docs/modules/csseditor.md:21 300417db372b4cad9cc366deec94a39b +msgid "" +"[Mozilla's \"Intro to CSS\"](https://learning.mozilla.org/en-" +"US/activities/intermediate-web-lit/)" +msgstr "" + +#: ../../docs/modules/csseditor.md:22 19879160e9214d029e3513f32c83d34f +msgid "" +"[Codecademy's \"Learn CSS\" course](https://www.codecademy.com/learn" +"/learn-css)" +msgstr "" + +#: ../../docs/modules/csseditor.md:23 b45f133171b64cdc81eb8a7a52ebf1ee +msgid "[Marksheet's \"CSS Basics\"](https://marksheet.io/css-basics.html)" +msgstr "" + +#: ../../docs/modules/csseditor.md:25 2f6e6fad8b594c57b2ab522c74af2b9a +msgid "" +"Next, CSS Editor also allows you to include external stylesheets by " +"entering their URLs. There is no limit to the number of external " +"stylesheet URLs you can enter. Each text input can take a single URL, and" +" additional inputs can be created by clicking the button that reads \"Add" +" another stylesheet\"." +msgstr "" + +#: ../../docs/modules/csseditor.md:27 427b037f83c64cc6aeb194fe1cb6bc54 +msgid "" +"To remove external stylesheets, either clear the text inputs, or click on" +" the trash can icon if there are multiple stylesheet fields." +msgstr "" + +#: ../../docs/modules/csseditor.md:29 d191dfec12c74486a5c1dbdf328961fb +msgid "" +"![Screenshot of CSS Editor module interface, cropped to focus on external" +" stylesheet field with remove button (trash can icon) " +"highlighted.](modulesfiles/csseditor_remove.jpg)

" +msgstr "" + +#: ../../docs/modules/csseditor.md:31 1739f7e3792747d49d2ed22265df65d6 +msgid "Tutorial: Using a Google Webfont" +msgstr "" + +#: ../../docs/modules/csseditor.md:33 a9ee50b6c2ec45e9abaf2027cd0a5e11 +msgid "" +"You can make your Omeka S site more distinct by using a custom font. " +"[Google provides a free library of webfonts](https://fonts.google.com/), " +"and this tutorial will demonstrate how to apply a webfont to an Omeka S " +"site using the \"Default\" theme through the CSS Editor interface." +msgstr "" + +#: ../../docs/modules/csseditor.md:35 04fe7046dc9e443cae55d746a9bb1821 +msgid "" +"For reference, the \"Default\" theme begins looking like this, using the " +"\"Open Sans\" font." +msgstr "" + +#: ../../docs/modules/csseditor.md:37 e066f31993e9451d9968d0be4b23b5dc +msgid "" +"![Screenshot of Omeka S site with \"Default\" theme. All the text us " +"using \"Open Sans\".](modulesfiles/csseditor_before.jpg)" +msgstr "" + +#: ../../docs/modules/csseditor.md:39 91c853a7d71e4966b38c5e5fc7c190e0 +msgid "This tutorial will override \"Open Sans\" with the \"Lato\" font family." +msgstr "" + +#: ../../docs/modules/csseditor.md:41 5b720ed410e94afda258d2f56e856c39 +msgid "" +"Navigate to [Google Fonts](https://fonts.google.com/). Find the \"Lato\" " +"font family and click on the orange \"+\" button to select it.

" +"![Google Fonts main page with \"Lato\" font family " +"highlighted](modulesfiles/csseditor_tutorial1.jpg)

" +msgstr "" + +#: ../../docs/modules/csseditor.md:43 b1d3e6eb5811403eb1058ad92077fb90 +msgid "" +"A bar labeled \"1 Family Selected\" will appear in the lower right " +"corner. Click on this bar.

![Cropped view of Google Fonts page " +"with selected font family bar " +"highlighted](modulesfiles/csseditor_tutorial2.jpg)

" +msgstr "" + +#: ../../docs/modules/csseditor.md:45 3b6b0fdf39d74cd3bb9159ba2b9a0172 +msgid "" +"The bar will open a panel with the information you'll need to use Lato in" +" your site. The first section, \"Embed this font\", has the external " +"stylesheet URL you need. Select the URL in the `href` attribute, as " +"pictured.

![Screenshot of \"Embed this font\" section with " +"external stylesheet url " +"(\"https://fonts.googleapis.com/css?family=Lato&display=swap\") " +"highlighted.](modulesfiles/csseditor_tutorial3.jpg)

" +msgstr "" + +#: ../../docs/modules/csseditor.md:47 0571c2bb955a44458f873601d50a037b +msgid "" +"Copy this URL into one of the \"External stylesheets\" inputs in CSS " +"Editor.

![Screenshot of CSS Editor module interface, cropped to " +"focus on external stylesheet field with pasted stylesheet " +"url.](modulesfiles/csseditor_tutorial4.jpg)

" +msgstr "" + +#: ../../docs/modules/csseditor.md:49 152e61373fd541df89333b22ab33e78e +msgid "" +"Back in the Google Fonts panel, there is the second section titled " +"\"Specify in CSS\". Copy the `font-family` rule. ![Screenshot of " +"\"Specify in CSS\" section with font-family rule (\"font-family: 'Lato', " +"sans-serif;\") highlighted.](modulesfiles/csseditor_tutorial5.jpg) " +"

" +msgstr "" + +#: ../../docs/modules/csseditor.md:51 4933d0c0d3b348c4bc8a22c85ac302e7 +msgid "" +"For this tutorial, you are setting Lato as the site's default font. To do" +" this, in the large \"CSS\" text area in CSS Editor, set the `body` " +"element's font family using the rule you just copied. ![Screenshot of CSS" +" Editor module interface, cropped to focus on CSS text area with pasted " +"body font-family rule ('body {font-family: \"Lato\", sans-" +"serif;}').](modulesfiles/csseditor_tutorial6.jpg)

" +msgstr "" + +#: ../../docs/modules/csseditor.md:53 da8b2234c8884144ad7cc39db40d26bc +msgid "Click the \"Save\" button in the top right corner." +msgstr "" + +#: ../../docs/modules/csseditor.md:55 989e84b2df4643edbecbb0f8a52c6072 +msgid "Now the \"Default\" theme should look like this." +msgstr "" + +#: ../../docs/modules/csseditor.md:57 8b71dca3d9964dfd8a24095287e36719 +msgid "" +"![Screenshot of Omeka S site with \"Default\" theme. All the text us " +"using \"Lato\".](modulesfiles/csseditor_after.jpg)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/csvimport.po b/locales/fr/LC_MESSAGES/docs/modules/csvimport.po new file mode 100644 index 00000000..09f519a1 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/csvimport.po @@ -0,0 +1,1708 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/csvimport.md:1 22a754f812b6496480202d7988a5f5aa +msgid "CSV Import" +msgstr "" + +#: ../../docs/modules/csvimport.md:3 7be5f865226541ee91363d3fbc1cdba4 +msgid "" +"The CSV Import module allows you to import items or users into your Omeka" +" S install from a csv (comma separated values), tsv (tab-separated " +"values) or odf (open document format) file." +msgstr "" + +#: ../../docs/modules/csvimport.md:5 232347ae0cc04654bd721201f30ef375 +msgid "Please note that an import must have a specific import type." +msgstr "" + +#: ../../docs/modules/csvimport.md:7 130b3dbabecd4214ba67428cb51e9914 +msgid "Preparing your CSV file" +msgstr "" + +#: ../../docs/modules/csvimport.md:9 d37fbaf6de304e6d992ebc2bc9d8af6d +msgid "" +"Most spreadsheet editors (including Microsoft Excel, Google Sheets, and " +"Apple Numbers) can export to csv format." +msgstr "" + +#: ../../docs/modules/csvimport.md:11 71997a58c48d4db9beb64f5344954083 +msgid "" +"CSV files for import must be encoded in UTF-8, so when exporting or " +"saving a new document, be sure to check that the encoding is UTF-8." +msgstr "" + +#: ../../docs/modules/csvimport.md:13 30d82bea8a0e4e0c916553e91d409f6b +msgid "" +"If the spreadsheet is already created, take a moment to think about which" +" columns you want to match to which vocabulary properties." +msgstr "" + +#: ../../docs/modules/csvimport.md:15 81fccb82293b42d282f2bb5a7ada3757 +msgid "" +"*Note* Your csv file *must have a header row* in order for the module to " +"process it correctly." +msgstr "" + +#: ../../docs/modules/csvimport.md:17 4dd18032830f44ff821916e25bb03c2d +msgid "" +"If you have multiple inputs for a single property, you can separate them " +"with a secondary *multivalue separator*. For example, a work with " +"multiple authors (E.B. White and William Strunk Jr.) with the column for " +"Creator containing \"E.B. White; William Strunk Jr\" has a semicolon (;) " +"as the multivalue separator. When imported into Omeka S, each of these " +"would appear as a separate entry in the property (Creator: E.B. White and" +" Creator: William Strunk Jr.)" +msgstr "" + +#: ../../docs/modules/csvimport.md:19 92a1d107cd484567a99bdbfad80141c9 +msgid "Automapping" +msgstr "" + +#: ../../docs/modules/csvimport.md:20 1bb551c3b21d43b7a58e67d8601a7066 +msgid "" +"The module will automatically automap column headers if they conform to " +"the property terms of your installation's " +"[vocabularies](../content/vocabularies.md). For example, a CSV file with " +"a column header \"dcterms:title\" would automap to the Dublin Core Title " +"property when the CSV is loaded for mapping." +msgstr "" + +#: ../../docs/modules/csvimport.md:22 1e59b84424df41c389a284c6a22d32ae +msgid "" +"To find the terms you should use for your column headers, go to the " +"Vocabularies tab from the admin dashboard. Click on the number of " +"properties for the vocabulary you want to use (Dublin Core in the image " +"below)" +msgstr "" + +#: ../../docs/modules/csvimport.md:24 3b95736253a9485cbc66338245dfd2ab +msgid "" +"![Red arrow points to the properties link for Dublin " +"Core](../modules/modulesfiles/csv_automap1.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:26 6d17eb3ca83d43548beb646c60addb95 +msgid "" +"In the table of vocabulary properties, there is a column for *Term*. Use " +"the Term for the property you want to automap in the CSV Import. For " +"example, \"dcterms:abstract\" would automap to the Dublin Core property " +"\"Absract\" and \"foaf:firstName\" would automap to the Friend of a " +"Friend property \"firstName\"" +msgstr "" + +#: ../../docs/modules/csvimport.md:28 b513b2ec952b4629b037fa0837f0a3bb +msgid "" +"![arrow points to the Term column for Dublin Core " +"properties.](../modules/modulesfiles/csv_automap2.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:30 9b7a53fa37204c568a2b811c2d0af82a +msgid "" +"In addition, there is a setting in the inital import settings to automap " +"with simple labels - this will work with columns whose names match a " +"vocabulary label, for example \"Title\" or \"date\". Note that this " +"option defaults to Dublin Core before proceeding through other installed " +"vocabularies." +msgstr "" + +#: ../../docs/modules/csvimport.md:32 069bc95edae6448da3af1f44d7334ba7 +msgid "Initial Import Settings" +msgstr "" + +#: ../../docs/modules/csvimport.md:34 80f019735a6b4db6b33e06a50910b2ba +msgid "" +"Start an import by clicking on the CSV Importer tab on the left-hand " +"navigation. This will open the initial Import Settings page." +msgstr "" + +#: ../../docs/modules/csvimport.md:36 e748e6df0bb34ba3b7f0215386e3b826 +msgid "" +"![A red arrow points to CSV Importer in the " +"navigation](../modules/modulesfiles/csvimport_nav.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:38 b5986dbd11084f578b7145bac57c753e +msgid "" +"For the Spreadsheet option, use the *Choose File* button to select the " +"file from your computer." +msgstr "" + +#: ../../docs/modules/csvimport.md:39 669a90cabe92424e8b2b92cdab26c000 +msgid "" +"From the *CSV Column delimiter* dropdown, choose from the following " +"options (this should match the formatting of your file)" +msgstr "" + +#: ../../docs/modules/csvimport.md:40 381d44a90a1b40cab9f18a2d109abe91 +msgid "comma (default)" +msgstr "" + +#: ../../docs/modules/csvimport.md:41 142fbb0e18674b99ae62e7c56e25866b +msgid "semi-colon" +msgstr "" + +#: ../../docs/modules/csvimport.md:42 b31e8573a63440a7aa20277838ec65f1 +msgid "colon" +msgstr "" + +#: ../../docs/modules/csvimport.md:43 4fa05422d37942d4a783a7a730435b67 +msgid "tabulation" +msgstr "" + +#: ../../docs/modules/csvimport.md:44 de145d8668f7408789a66ede1ace3850 +msgid "carriage return" +msgstr "" + +#: ../../docs/modules/csvimport.md:45 cd70850e540c4197a4d62c4378cfec8c +msgid "space" +msgstr "" + +#: ../../docs/modules/csvimport.md:46 f3e6e36ec2494d2ab42c87261196bce0 +msgid "pipe" +msgstr "" + +#: ../../docs/modules/csvimport.md:48 e35f682e2cd14730a939e4b11baf2196 +msgid "" +"From the *CSV column enclosure* dropdown, choose the option which " +"encloses long text in your file:" +msgstr "" + +#: ../../docs/modules/csvimport.md:49 cfb6c0a4bf14429c95e39936f6198d2e +msgid "double quote (default)" +msgstr "" + +#: ../../docs/modules/csvimport.md:50 7441b2f46e754eff9d0dfcd7c52e8b24 +msgid "quote" +msgstr "" + +#: ../../docs/modules/csvimport.md:51 6952952fba4143d2b207b6828a2586d3 +msgid "hash" +msgstr "" + +#: ../../docs/modules/csvimport.md:53 54a1cac1fd5c4125b47f6890e8d9f937 +msgid "From the *Import Type* dropdown, select what you are importing:" +msgstr "" + +#: ../../docs/modules/csvimport.md:54 a5f50e290e274d30a05c46fbb7c57f78 +msgid "Item Sets" +msgstr "" + +#: ../../docs/modules/csvimport.md:55 7be735d7ecac45089bd6bf9f6fd08141 +msgid "Items" +msgstr "" + +#: ../../docs/modules/csvimport.md:56 905c082cd3e34a70a77b785fbc20c8bc +msgid "Media (must relate to already existing Items)" +msgstr "" + +#: ../../docs/modules/csvimport.md:57 8259c07396924347b9a0427842d7bc6b +msgid "Mixed resources (spreadsheet can inlcude Item Sets, Items, and Media)" +msgstr "" + +#: ../../docs/modules/csvimport.md:58 1034bd83c5674cf9926bc581df55eb3f +msgid "Users" +msgstr "" + +#: ../../docs/modules/csvimport.md:60 aaeed8f332c048e98a30b19716dcb7ba +msgid "" +"Check the box to *Automap with simple labels.* This will automap not only" +" specially formatted column headings but also column headings which match" +" existing vocabulary property labels. Note that this option defaults to " +"Dublin Core before proceeding through other installed vocabularies." +msgstr "" + +#: ../../docs/modules/csvimport.md:62 030f8f19106b425eb7456bfe1662420f +msgid "" +"Comments are useful as they appear on the \"Past Imports\" page; make a " +"note about what is being imported and any settings you may have on this " +"page." +msgstr "" + +#: ../../docs/modules/csvimport.md:64 d5c2e8a4614a47c486bedf21fb48e90d +msgid "" +"![Import settings as described, no " +"entries](../modules/modulesfiles/csvimport_settings.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:66 8e681a5472534109971248f96f3a9440 +msgid "Click the *next* button to continue with the import process." +msgstr "" + +#: ../../docs/modules/csvimport.md:68 d9e0a5ead2b946608a96339625dfac09 +msgid "Import Items" +msgstr "" + +#: ../../docs/modules/csvimport.md:69 6fe80204b72f41d5a05c6f57e8f2e1b4 +msgid "" +"To import items, select \"Items\" under the \"Import type\" on the first " +"page." +msgstr "" + +#: ../../docs/modules/csvimport.md:71 ../../docs/modules/csvimport.md:209 +#: ../../docs/modules/csvimport.md:338 871a7a667779446b96bda56f22b33a22 +#: a17a4f04ba13454e8e9e95440eb4761d e56aeee9dcca413b9cf9268cd2882769 +msgid "When you click next, the page will load with the following tabs:" +msgstr "" + +#: ../../docs/modules/csvimport.md:73 ../../docs/modules/csvimport.md:211 +#: ../../docs/modules/csvimport.md:340 ../../docs/modules/csvimport.md:475 +#: 336a9f70e6ac448989c0931d82b74ea8 9f70c9ba17004b699ce6f5be8d983824 +#: c9a3ab51f1474017bbf1d45a1aacc769 e00dc42ea6f84a1d991db07c82a4c597 +msgid "Map to Omeka S data" +msgstr "" + +#: ../../docs/modules/csvimport.md:74 ../../docs/modules/csvimport.md:212 +#: ../../docs/modules/csvimport.md:341 4d5db76e25d3483e939e2d51aaff34ea +#: 5fd032c207794982babf9796ff66308c 860e9d0be4614249a7ae72757cac5fec +msgid "" +"This tab displays a table with the columns from your spreadsheet as rows." +" Each row displays:" +msgstr "" + +#: ../../docs/modules/csvimport.md:76 ../../docs/modules/csvimport.md:214 +#: ../../docs/modules/csvimport.md:343 ../../docs/modules/csvimport.md:478 +#: ../../docs/modules/csvimport.md:625 2ecbeeb3c0d343758d1101dc7cb52b4b +#: 4a82a27b5a6c426d93aaebc6547fbbac 6edb0858d8704dc39ffcaf7fbccb355b +#: c21ef15006ca430ba50184fa50308242 e0fbf1ed047343cbad56e3fcb33b33e6 +msgid "a Checkbox" +msgstr "" + +#: ../../docs/modules/csvimport.md:77 ../../docs/modules/csvimport.md:215 +#: ../../docs/modules/csvimport.md:344 ../../docs/modules/csvimport.md:479 +#: ../../docs/modules/csvimport.md:626 09d2c8e86475454fbc93fb77073ba8ae +#: 1cc27ea5863b4d5797c24af9c6d80b0b 75174a5249194d57aaa1a075661b0920 +#: a187ceb3edbf469584706be69b02fc6f eed7d48c4cbb41faa98be6dd04a29a89 +msgid "Column header from the spreadsheet" +msgstr "" + +#: ../../docs/modules/csvimport.md:78 ../../docs/modules/csvimport.md:216 +#: ../../docs/modules/csvimport.md:345 ../../docs/modules/csvimport.md:480 +#: ../../docs/modules/csvimport.md:627 2faefd08a0d94101bd0574de4c1a4965 +#: 3d68a847b62b43e383fd0d74d5810a8c 7d0476085bf84b039b2314f084261200 +#: a25a8a295fa843cca5aabf35adabf1b5 c4cca8cc63834aeaa3f03e81fd104120 +msgid "A plus symbol button for adding or modifying a mapping" +msgstr "" + +#: ../../docs/modules/csvimport.md:79 ../../docs/modules/csvimport.md:217 +#: ../../docs/modules/csvimport.md:346 ../../docs/modules/csvimport.md:481 +#: 028b8b59763e4dd29edcb72f7c645e36 434a08d1fada40b78f372a0da97a9fe7 +#: 8530bec9d7a04ee892f33bec4c84625f ffcf4e6cb1534a699bbb8200af3f5436 +msgid "A wrench symbol button for spreadsheet column options" +msgstr "" + +#: ../../docs/modules/csvimport.md:80 ../../docs/modules/csvimport.md:218 +#: ../../docs/modules/csvimport.md:347 ../../docs/modules/csvimport.md:482 +#: ../../docs/modules/csvimport.md:628 7fdcff366f0749a7946c85642c99c2a5 +#: 9ce3d6f215f64056af19c55f0dd463dd 9dadd2e2fafe4951a63e468bdc50f887 +#: c905cf6fb60948ada0a9ec0b10b94631 e99d927267a746db9906c595805d5a4e +msgid "A trash can to delete mappings" +msgstr "" + +#: ../../docs/modules/csvimport.md:81 ../../docs/modules/csvimport.md:219 +#: ../../docs/modules/csvimport.md:348 ../../docs/modules/csvimport.md:483 +#: ../../docs/modules/csvimport.md:629 54d0901135fa40539b8c975a9e2f1e74 +#: 57d939e2a9014ead9d6dcc6abbb10e83 b843330620f340818e9a5a1d5ca11b22 +#: d9d8f4259b704784bbd0124c1c45793c ef0b5aff5b3b4d83bac7b15990eaa2ff +msgid "A column to show options selected" +msgstr "" + +#: ../../docs/modules/csvimport.md:83 449f8b59d196422484f79dbbdec0354f +msgid "" +"![Mappings for a spreadsheet with ten columns. Some of the columns, such " +"as those named Description and Title have automatically been mapped to " +"Dublin Core properties.](../modules/modulesfiles/csvimport_itemsMap1.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:85 ../../docs/modules/csvimport.md:223 +#: ../../docs/modules/csvimport.md:352 a7c898d12ce94ddeba60fba5122cb1bb +#: b3f2664a727e4c2aadafd2eaf84b8bd7 ccf8e91e984b45b1a9c89cc71d18ed9d +msgid "Mapping options" +msgstr "" + +#: ../../docs/modules/csvimport.md:87 ../../docs/modules/csvimport.md:225 +#: ../../docs/modules/csvimport.md:354 ../../docs/modules/csvimport.md:491 +#: 41bab830b1aa45f8a48608bdab0159e2 6ca4b5c07f084843a7a193f898eff0eb +#: 7ea27190f4bb44c4982f75318714edfd cb0d7f45b949422aae0a570e9c821f9f +msgid "" +"To map a column header to a vocabulary property, click on the plus symbol" +" button to the left of the column header. This will open a drawer on the " +"right-hand side of the screen." +msgstr "" + +#: ../../docs/modules/csvimport.md:89 ../../docs/modules/csvimport.md:227 +#: ../../docs/modules/csvimport.md:356 ../../docs/modules/csvimport.md:493 +#: 466d65621d9a448da135c27204610c32 8145da10828247b89e860552ee24ad04 +#: 9e542ace508948209c3e773bfc21afb2 9fe05a6e235842c6aded8facea0874b3 +msgid "" +"![A red arrow points to the plus sign button to the left of the word " +"\"title\"](../modules/modulesfiles/csvimport_itemsMapButton.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:91 ../../docs/modules/csvimport.md:229 +#: ../../docs/modules/csvimport.md:358 ../../docs/modules/csvimport.md:495 +#: 3053006c386c4f1c915ea99e2490808e 7a428a48ea594267805e923ea9e33c30 +#: a3cf18fd246c47119c98a9faf2be8f82 a4e4cb7f210942f187f634a3584ca2c0 +msgid "The drawer has multiple options for mapping:" +msgstr "" + +#: ../../docs/modules/csvimport.md:93 ../../docs/modules/csvimport.md:231 +#: ../../docs/modules/csvimport.md:360 6bb6b4c64d1e4f95af3dea13bcb4d75b +#: 9f7bedebccad419cb372c60473ec7a92 f5741b150c614551a2c6f0b8f503d901 +msgid "" +"**Properties** select a property to map the column data to, from any of " +"the installed vocabularies. Use the Filter field to search the available " +"properties for a specific property." +msgstr "" + +#: ../../docs/modules/csvimport.md:95 ../../docs/modules/csvimport.md:233 +#: ../../docs/modules/csvimport.md:362 0b3d51374607459b8683b8b99081bf70 +#: 644f975b10014e9088e753b19b97fb91 d7834cd3309e4b6da772a2de96d6e983 +msgid "" +"![Properties option open showing all of the installed vocabularies for " +"the Omeka S installation: Dublin Core, Bibliographic Ontology, Friend of " +"a Friend, Scripto and OWL-Time " +"Ontology.](../modules/modulesfiles/csvimport_itemsMapProp.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:97 ../../docs/modules/csvimport.md:500 +#: 3c82db7092c3439fa76c55792d051757 867f7507a0f243769b53259fb72ef421 +msgid "" +"**Item-specific data** has a dropdown to set Item Set by selected " +"property. If you have a column with data for an Item Set to which you " +"want to add the item, you can set how it maps using this dropdown. You " +"can either use the Item Set's internal ID, or any one of its properties " +"(title, description)." +msgstr "" + +#: ../../docs/modules/csvimport.md:99 ../../docs/modules/csvimport.md:502 +#: 6c44cc4f354a44b3bc830bc99bae2ab7 f37282781d2843ebb64e615c9aa3064b +msgid "" +"![dropdown as " +"described](../modules/modulesfiles/csvimport_itemsMapISD.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:101 ../../docs/modules/csvimport.md:239 +#: ../../docs/modules/csvimport.md:368 7907d9ec045f4fa7af6f0775cbe7a2aa +#: b0f59c76ddc9418e94502623621c4d0f bc0e5f0a1e2146dfa30813e9c3e1202e +msgid "" +"**Generic data** also has a dropdown where you can set one of four " +"options:" +msgstr "" + +#: ../../docs/modules/csvimport.md:103 736c5596edbe4c6fb00c2492060bf3b3 +msgid "" +"*Resource template (by label):* set the template for an item by name. The" +" name of the template as entered in the spreadsheet and the name of the " +"template in Omeka S must match exactly." +msgstr "" + +#: ../../docs/modules/csvimport.md:104 d249bd3cacfe4fc9af35245be87bf65a +msgid "" +"*Resource class (by term):* set the resource class for an item. The term " +"for the class in the spreadsheet and in the Omeka S installation must " +"match exactly." +msgstr "" + +#: ../../docs/modules/csvimport.md:105 895264e69dc04552b18e3b2b983f28ff +msgid "" +"*Owner (by email address):* set an item's owner by email address. This " +"must be the email address associated with the user's account in the Omeka" +" S installation." +msgstr "" + +#: ../../docs/modules/csvimport.md:106 7074da7534814ea986d433290182fb2e +msgid "" +"*Visibility public/private:* set the visibility of the item. Use " +"\"private\" or \"public\" in the spreadsheet." +msgstr "" + +#: ../../docs/modules/csvimport.md:108 ../../docs/modules/csvimport.md:246 +#: ../../docs/modules/csvimport.md:375 ../../docs/modules/csvimport.md:519 +#: 216b7859ca6b414d9598c81eba2dae87 33b1ffd231824eaf8a438560cd4aef1d +#: b0674391badc40ddafdf342ac1132f3e cea9574ffef94e26bbff12f2d208a0d1 +msgid "" +"![Dropdown as " +"described](../modules/modulesfiles/csvimport_itemsMapgeneric.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:110 1862bb8000734c2299b1cbd2ffe60917 +msgid "" +"**Media source** If the column in your spreadsheet is a media source, " +"select which kind from the dropdown:" +msgstr "" + +#: ../../docs/modules/csvimport.md:112 ../../docs/modules/csvimport.md:379 +#: ../../docs/modules/csvimport.md:523 17a10faddb3f43a3ac1601e392b53328 +#: 44507542290d44868660b933cf1ec0ee 8c94548be9994bd6b2c1078b357abe42 +msgid "HTML" +msgstr "" + +#: ../../docs/modules/csvimport.md:113 ../../docs/modules/csvimport.md:380 +#: ../../docs/modules/csvimport.md:524 c0e337a68fa6475bb28ac76f03706501 +#: c1bf0260ba974bb7aa0a81955c173f94 ff153cecb000423c83a360caac5dc9b7 +msgid "IIIF Image (link)" +msgstr "" + +#: ../../docs/modules/csvimport.md:114 ../../docs/modules/csvimport.md:381 +#: ../../docs/modules/csvimport.md:525 3b18bf88c47e46acbd2388eebf55acf9 +#: 6f3bde0a295748cb96d2d2142f20cf2f e9c5fe4be90742388ec6326b1b2b1668 +msgid "oEmbed (link)" +msgstr "" + +#: ../../docs/modules/csvimport.md:115 ../../docs/modules/csvimport.md:382 +#: ../../docs/modules/csvimport.md:526 46eb35a8a60343b3aa20cce75f1f4eab +#: a654099566e74bf5891327a21c656a04 b93cd930eb934871bd0148b879817da5 +msgid "URL" +msgstr "" + +#: ../../docs/modules/csvimport.md:116 ../../docs/modules/csvimport.md:383 +#: ../../docs/modules/csvimport.md:527 6a4f9a250bc3439db901216b15e173d1 +#: d453f6fd36fd44728d3d6569171d4a5c e55db282a8fd4e6ca3df90b8fa21b074 +msgid "YouTube (link)" +msgstr "" + +#: ../../docs/modules/csvimport.md:118 ../../docs/modules/csvimport.md:385 +#: ../../docs/modules/csvimport.md:529 1967f0a0f168462dacd9b5920bd17cfa +#: 245d3b7863254800a96139a01868fb4d dd7686bc66bf446da9bfd0af106bfac6 +msgid "" +"![Dropdown as " +"described](../modules/modulesfiles/csvimport_itemsMapMedia.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:120 ../../docs/modules/csvimport.md:248 +#: ../../docs/modules/csvimport.md:387 ../../docs/modules/csvimport.md:531 +#: 4c200846d87347529f7f30302f077cbb 62193b1b93a94e2c82478e6fd91701bb +#: c125e4288b9245719cb13da13a6b80dd e28d45b504d043ddad36e9e465b302a6 +msgid "" +"Be sure to click the \"Apply Changes\" at the bottom of the drawer or " +"nothing you set here will be kept." +msgstr "" + +#: ../../docs/modules/csvimport.md:122 ../../docs/modules/csvimport.md:250 +#: ../../docs/modules/csvimport.md:389 ../../docs/modules/csvimport.md:533 +#: 28fba8ad433141e1b33b4ee0411af17e 394b44d6bb8d4067920d6af32fccd6f0 +#: cc43ae926bb84d6786f9759e43f4df45 e0c35c2350544ac79acf2a987b706849 +msgid "" +"To remove a mapping, click the trash can icon in the row for that data " +"mapping. It will remove *only* the mapping, not the column data." +msgstr "" + +#: ../../docs/modules/csvimport.md:124 ../../docs/modules/csvimport.md:252 +#: ../../docs/modules/csvimport.md:391 ../../docs/modules/csvimport.md:535 +#: 0f9ef1c6f9f84db7bc17cd948344734e 89577a7846c448a88742d5bae12605e0 +#: a4804d65b31f43e18a37b4b0cbe36192 ae6774fc57f54d52b168708cea36b850 +msgid "" +"If you have data in a column in your CSV which you do not want to bring " +"in to your Omeka S installation, simply do not map that column to a " +"property or data type." +msgstr "" + +#: ../../docs/modules/csvimport.md:126 ../../docs/modules/csvimport.md:254 +#: ../../docs/modules/csvimport.md:393 ../../docs/modules/csvimport.md:537 +#: 3acb64bbba604c61bddf0ca9814a9b8e 6cb15ac2a3514218acfabacfee50dbaf +#: 76b9966af851452095c1567bc143b510 a4195edb1930404fbee22994b5526b59 +msgid "Column options" +msgstr "" + +#: ../../docs/modules/csvimport.md:127 ../../docs/modules/csvimport.md:255 +#: ../../docs/modules/csvimport.md:394 ../../docs/modules/csvimport.md:538 +#: 235df121802d47cb890163e53bf53612 829de1530e8d424ca49b8e4396ef9e6a +#: ad029bb762424865a45d4c4947e85580 bce6c1438e744f5db3dc6560b947763e +msgid "" +"To access options for data in a column of your csv (represented by a row " +"in the import table), click the wrench icon for that column heading." +msgstr "" + +#: ../../docs/modules/csvimport.md:129 ../../docs/modules/csvimport.md:257 +#: ../../docs/modules/csvimport.md:396 ../../docs/modules/csvimport.md:540 +#: 4472f71b8b6d4a5187a0fb06982a6cd0 c4d05e44324e46cbb359233a6e35dbd2 +#: f32d9d8201b4460880011d33562b294d f6cd7e747ad24d1e81a8e55ee24025f8 +msgid "" +"![A red arrow points to the wrench button to the left of the word " +"\"title\"](../modules/modulesfiles/csvimport_itemsMapOptions.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:131 ../../docs/modules/csvimport.md:259 +#: ../../docs/modules/csvimport.md:398 ../../docs/modules/csvimport.md:542 +#: 0f93ab49ca4447af86a35dc48b724a37 3c2d6e4a252e4354b50f1f73701aa7d3 +#: 63f62d64bc1e4ae4bd10a45c6cf1f9a6 fda3f24692c44702aab2312261c687c3 +msgid "" +"Column options are in addition to mappings. If you add options without " +"also mapping column data to resource, media, or other data, nothing will " +"be imported." +msgstr "" + +#: ../../docs/modules/csvimport.md:133 ../../docs/modules/csvimport.md:261 +#: ../../docs/modules/csvimport.md:400 ../../docs/modules/csvimport.md:544 +#: 9763b91006444f828e3d44aa374fb457 acfa7a15cc734ed89b028fc96014753a +#: b7d3e26df3294f37a4561309096b69cf c4e177b1bf234cf1ba087c6516ca6383 +msgid "" +"This will open a drawer on the right side of the browser window with the " +"following options:" +msgstr "" + +#: ../../docs/modules/csvimport.md:135 ../../docs/modules/csvimport.md:263 +#: ../../docs/modules/csvimport.md:402 042f26bde0834b9490b1644bcf3f9bd1 +#: 980d4a820f5b45f19743533100a088d9 9adda6805fcf4633a186bccec9f4ee26 +msgid "" +"**Use multivalve separator:** check this box to use the multivalue " +"separator for data in this column. You set the multivalue separator in " +"the initial import page, but you can change it in the Basic Settings tab." +msgstr "" + +#: ../../docs/modules/csvimport.md:136 ../../docs/modules/csvimport.md:264 +#: ../../docs/modules/csvimport.md:403 ../../docs/modules/csvimport.md:547 +#: 0fbebe2b7ad44d39a142f269008e7fc8 37ec9576b3154f8490ff78f8a8ca7a0c +#: a533ee8e1aaa435c880b9a0b954bb501 b24802564bda4b64948dbd7b06549cd5 +msgid "" +"**Language:** is a field where you can set the language for this column " +"using the [IETF Language " +"tag](https://en.wikipedia.org/wiki/IETF_language_tag) for the language in" +" which the text is written. This will override what you have entered in " +"basic settings." +msgstr "" + +#: ../../docs/modules/csvimport.md:137 ../../docs/modules/csvimport.md:265 +#: ../../docs/modules/csvimport.md:404 ../../docs/modules/csvimport.md:548 +#: 01623f5237354f6d94617d146e81608c 18e0b52a07bc446897184e942f0f0e12 +#: 8598f3d8c9ba4e75af886e9eee0fd300 f4aefe68448a495898cb8e30b72a8d09 +msgid "" +"**Data type:** is a dropdown with at least three options, which " +"correspond to the [values](../content/items/#values) one can use when " +"adding properties to an item:" +msgstr "" + +#: ../../docs/modules/csvimport.md:138 ../../docs/modules/csvimport.md:266 +#: ../../docs/modules/csvimport.md:405 50cf4bd758934d3a94c869dfdfe1060f +#: ebe501ce90e94da9aaf2087f04803621 f98564f9756b4018a85c12550ea50c24 +msgid "Import as text (default)." +msgstr "" + +#: ../../docs/modules/csvimport.md:139 ../../docs/modules/csvimport.md:267 +#: ../../docs/modules/csvimport.md:406 ../../docs/modules/csvimport.md:550 +#: 56db15e1a52e414ca5b44a71bda04d23 59416fcd79c944629cdb1347a78c41d6 +#: a27571aa4deb4f5b9176c8afd17f65e4 c7271056e9ff4eb48a86f92797644407 +msgid "" +"Import as URL reference. You can set the label for the URI by including " +"the desired text after a space, for example: `http://example.com This Is" +" The Label`" +msgstr "" + +#: ../../docs/modules/csvimport.md:140 ../../docs/modules/csvimport.md:268 +#: ../../docs/modules/csvimport.md:407 ../../docs/modules/csvimport.md:551 +#: 18d7bfd72e4a4bb5a8f5908b618d900a 56019eccdb07410595ad337202a1a7c2 +#: 7dde97c0f4ae495591ea854a30e64a18 f4e5406ee01941c2944e704a768ce0d0 +msgid "" +"Import as Omeka S resource ID. Note that you must have the correct ID for" +" the resource. A resources' ID is the number sequence at the end of the " +"url when on the view or edit page, so for `/admin/item/11576` the ID is " +"11576." +msgstr "" + +#: ../../docs/modules/csvimport.md:141 ../../docs/modules/csvimport.md:269 +#: ../../docs/modules/csvimport.md:408 ../../docs/modules/csvimport.md:552 +#: 1aca5d0157ec485fab0c2df9d04b7208 1cece33a781941f3a32c473d2826d55c +#: c23734e97111485a80fe6fd9b7e98426 f0e7a30830694c8a9fc62d3214e3480b +msgid "" +"If you have certain modules installed, such as Numeric Data Types, there " +"may be additional data type options supplied by those modules." +msgstr "" + +#: ../../docs/modules/csvimport.md:142 ../../docs/modules/csvimport.md:270 +#: ../../docs/modules/csvimport.md:409 ../../docs/modules/csvimport.md:553 +#: 268e3027c00e46d8929b1f63e0402745 9460f2ae09b148bcb635733225ab8b35 +#: d4dfc0202b1f42f58a6f33cc715b3039 d75ba27e0cfe4424b397367645f6897d +msgid "" +"**Import values as private**: check this box to set all property values " +"*in this column* private." +msgstr "" + +#: ../../docs/modules/csvimport.md:144 d1712c4f5d7743eea2402fa1dfa91eeb +msgid "" +"![drawer with options as described " +"above](../modules/modulesfiles/csvimport_ItemColOpt.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:146 ../../docs/modules/csvimport.md:155 +#: ../../docs/modules/csvimport.md:281 ../../docs/modules/csvimport.md:420 +#: ../../docs/modules/csvimport.md:564 2188840924ce472c8505abfe2d939a01 +#: 671ab20f6b8e4999b0cd772bfbc19f1a a1c467795e614cd5966ad62c1d89ecd4 +#: b75f4a9abb1a4f3f8424cc125f241ac2 eb8cbedab4794f1a89a3023db3a5e40e +msgid "" +"Be sure to click the Apply Changes button at the bottom of the drawer in " +"order to save your changes." +msgstr "" + +#: ../../docs/modules/csvimport.md:148 ../../docs/modules/csvimport.md:274 +#: ../../docs/modules/csvimport.md:413 ../../docs/modules/csvimport.md:557 +#: 08adec9fd5ec4d7bb545c459e792d9c3 2195074f229d4b78b4dd157c5dbe5f60 +#: ae58d351e21a481c9587bf913959663c e2f9aad29171425489c10cbe08caa2ae +msgid "" +"To remove a column option setting, click the wrench icon again and undo " +"your changes manually." +msgstr "" + +#: ../../docs/modules/csvimport.md:150 ../../docs/modules/csvimport.md:276 +#: ../../docs/modules/csvimport.md:415 ../../docs/modules/csvimport.md:559 +#: 68bea95bee154868b347ddfa922d11b9 8993a1032f844bbe84c142d0e580453a +#: ae02d440f46c47a5aadc4f7b41303c0a fd16893de2214992a1760dfe7d63673b +msgid "Batch edit" +msgstr "" + +#: ../../docs/modules/csvimport.md:151 20f31e516ded40d2af040dbd7cee4d71 +msgid "" +"When you select one or more rows in the table (columns from your csv " +"file), you can use the \"Batch edit options\" button to apply the column " +"options described above - multivalue separator, language, data type, and " +"property privacy - to multiple csv columns at once." +msgstr "" + +#: ../../docs/modules/csvimport.md:153 5d8399455ecc422796cac456c690acf7 +msgid "" +"![a screenshot of the Mapping tab, with the boxes for Columns Title and " +"Creator checked. A red arrow points to the Batch edit options button. On " +"the right side of the screen, a drawer offers options for changing the " +"settings as " +"described](../modules/modulesfiles/csvimport_batchEditItems.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:157 306a7f226b5d489285f9da7757c69bbb +msgid "Item import Basic Settings" +msgstr "" + +#: ../../docs/modules/csvimport.md:158 ../../docs/modules/csvimport.md:284 +#: ../../docs/modules/csvimport.md:423 ../../docs/modules/csvimport.md:567 +#: 516db07e3fbf437a918a820ce57fe398 a32eb53f19ee48e997bc2f769d76dc3c +#: b1c088726f8d40ac8a1e56210abc4a6b bcb7e32a0fd142baafed8ddd7cd19722 +msgid "" +"These settings apply to the entire csv which you are importing. Note that" +" some of these settings can be overwritten by column options in the Map " +"to Omeka S data tab." +msgstr "" + +#: ../../docs/modules/csvimport.md:160 676202743c7a4343939033b5655c71ce +msgid "" +"![options as described " +"below](../modules/modulesfiles/csvimport_itemsbasic.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:162 6e35888d7eec4a02bcfe9940bf1bdf3d +msgid "" +"**Resource Template:** select a resource template from the drop-down menu" +" to apply to the imported items. You can use the search field at the top " +"of the dropdown to narrow results or find a particular template." +msgstr "" + +#: ../../docs/modules/csvimport.md:163 c89084f079864043b48cf4df2b6a2a8c +msgid "" +"**Class:** select a class from the drop-down menu to apply to the " +"imported items. You can use the search field at the top of the dropdown " +"to narrow results or find a particular class." +msgstr "" + +#: ../../docs/modules/csvimport.md:164 266e351d30ae45cba0945d1efe1c05d5 +msgid "" +"**Owner:** set the owner for the Items by selecting a user from the drop-" +"down menu. You can use the search field at the top of the dropdown to " +"narrow results or find a particular user." +msgstr "" + +#: ../../docs/modules/csvimport.md:165 12b09fe28b9b4a3c9c4ffeeea8679682 +msgid "" +"**Visibility:** set the visibility of the imported items as public or " +"private." +msgstr "" + +#: ../../docs/modules/csvimport.md:166 ../../docs/modules/csvimport.md:431 +#: 0024c67d8baf4f14865c0fc72ec166a6 98874112318743fb95faf36ef059b866 +msgid "" +"**Item Sets:** add the imported items to a specific item set or sets " +"using the dropdown menu." +msgstr "" + +#: ../../docs/modules/csvimport.md:167 ../../docs/modules/csvimport.md:293 +#: ../../docs/modules/csvimport.md:432 ../../docs/modules/csvimport.md:577 +#: 856affb83cea4a92bb7beca28b3d2ef9 ade60ebe1c3246be9c65022d347638b7 +#: b2277b35478c4f2ea8d663d3f270efd1 c8631dbd9c1b488d8055a475a04289b0 +msgid "" +"**Multivalue Separator:** enter the multivalue separator character here, " +"if you have used one. - The columns of data in your CSV should be " +"separated by commas, however within those columns you can add a special " +"character to create multiple inputs, for example a semicolon." +msgstr "" + +#: ../../docs/modules/csvimport.md:169 ../../docs/modules/csvimport.md:295 +#: ../../docs/modules/csvimport.md:434 ../../docs/modules/csvimport.md:579 +#: 7784e415cf654e4e8b3cb75ba714b2cf 9092ed4de3ec4957b95b7cd6a7058d82 +#: b42e92c78b414d798e9e386854b0eff2 bbe3c74a31c74edca0042eb25e0a9a20 +msgid "" +"**Language:** set the language of the values in the spreadsheet using the" +" appropriate [IETF Language " +"tag](https://en.wikipedia.org/wiki/IETF_language_tag)." +msgstr "" + +#: ../../docs/modules/csvimport.md:171 83166ac7f95b437582bcb1e4201d39a4 +msgid "Item import Advanced Settings" +msgstr "" + +#: ../../docs/modules/csvimport.md:173 ../../docs/modules/csvimport.md:299 +#: ../../docs/modules/csvimport.md:437 ../../docs/modules/csvimport.md:582 +#: 33b997fc3ffc47c8bb616ec1792698c1 77987451cddc477a9c52f9a5392b50c0 +#: 9a0f8767e2ec45bca1253e087d289777 ac42a50a3c7f4cc08fe2a1139b287c5a +msgid "There are two options on this tab which are only for advanced use." +msgstr "" + +#: ../../docs/modules/csvimport.md:175 75870aa89b884ceab59dd76b206451ab +msgid "" +"![Advanced settings page showing only the Action dropdown and the field " +"for number of rows to process. " +"](../modules/modulesfiles/csvimport_ItemsAdvanced.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:177 ../../docs/modules/csvimport.md:303 +#: ../../docs/modules/csvimport.md:441 ../../docs/modules/csvimport.md:586 +#: 0a1fdbe24a3349749b45d55a384b861c 87e8e60a860e46e1bc3595b55520ffb5 +#: b655688ea9f74d5b81eaede0f122fc10 d296c5783abb42a0a3d37d1bb0446dae +msgid "Action" +msgstr "" + +#: ../../docs/modules/csvimport.md:179 ../../docs/modules/csvimport.md:305 +#: ../../docs/modules/csvimport.md:443 ../../docs/modules/csvimport.md:588 +#: 1bd631ec47f844bc82d41912d5dd5b47 3604c43098344993854b3867f20e9b2b +#: 53d87f2340f940f3b9fe150dc058ea3e 5aa8d03fa4664b999404693144480343 +msgid "" +"This setting allows you to change the action of process from a straight " +"import to one of the following options:" +msgstr "" + +#: ../../docs/modules/csvimport.md:181 ../../docs/modules/csvimport.md:307 +#: ../../docs/modules/csvimport.md:445 ../../docs/modules/csvimport.md:590 +#: 55e47d0f7fdc463888225333d456b657 98885c8ff65b42af8855c0d5181f1cc2 +#: d3c4536315cf455a860fe63345ab2c34 e7b85522994a4f2894fceafbccbd8396 +msgid "" +"**Create a new resource:** default option. Each row in the CSV will " +"become a new resource." +msgstr "" + +#: ../../docs/modules/csvimport.md:182 ../../docs/modules/csvimport.md:308 +#: ../../docs/modules/csvimport.md:446 ../../docs/modules/csvimport.md:591 +#: 10797f7deab246809af6d90f5caf9eba 144adb41360340bdb943b2211f75f29d +#: 452f73cfb871430ea6f3740209e878f2 6eafd65bb83f4652b66a07b615c9f6cb +msgid "**Append data to the resource:** add new data to the resource." +msgstr "" + +#: ../../docs/modules/csvimport.md:183 ../../docs/modules/csvimport.md:309 +#: ../../docs/modules/csvimport.md:447 ../../docs/modules/csvimport.md:592 +#: 156ac053c00e48cc81d4ae01e6ead677 3828c86ff09040c38b575796d09e7471 +#: 84f6ef32a360427e833e32b81a8926cb ab3d7b96d5644b388ddd52ded6e86875 +msgid "" +"**Revise data of the resource:** replace existing data in the resource " +"with data from the csv, except if empty." +msgstr "" + +#: ../../docs/modules/csvimport.md:184 ../../docs/modules/csvimport.md:310 +#: ../../docs/modules/csvimport.md:448 ../../docs/modules/csvimport.md:593 +#: 2691b89943fc4748b01a32cc3e6f6712 9594cf6fbd564f7a84fc39b65638dcbf +#: a4d3e994f9c140a98718e97ab9b8c629 e94eb6f0f6b64a948133f930d1cab763 +msgid "" +"**Update data of the resource:** replace existing data in the resource " +"with data from the csv, even when the cell is empty." +msgstr "" + +#: ../../docs/modules/csvimport.md:185 ../../docs/modules/csvimport.md:311 +#: ../../docs/modules/csvimport.md:449 ../../docs/modules/csvimport.md:594 +#: 0deb4750da464f07bc63ddbc6682f285 8284e412773c40fea46d8b69c0e9b34a +#: a083399e870c42aca3fd57ea8a023856 b070e451481b40f38497fa780270c095 +msgid "" +"**Replace all data of the resource:** remove all properties of the " +"resource, and fill with new information from the sheet." +msgstr "" + +#: ../../docs/modules/csvimport.md:186 ../../docs/modules/csvimport.md:312 +#: ../../docs/modules/csvimport.md:450 ../../docs/modules/csvimport.md:595 +#: 73cfe8be5c764cf49679b673e9461ab4 ee5babc5bdf84aa1bbaea3a54caaec8c +#: f1a9ff0ad5cc419ab49e44dccbe95e05 f4d6b8cd748b4f3f9aa3f7ede036a728 +msgid "**Delete the resource:** delete all matching resources" +msgstr "" + +#: ../../docs/modules/csvimport.md:188 ../../docs/modules/csvimport.md:314 +#: ../../docs/modules/csvimport.md:452 ../../docs/modules/csvimport.md:597 +#: 3facba5663a045ff9972715cf9015fb5 473691b55aa243598c4f2f956786618d +#: 56b9ebae02eb46809bc2df0ebd24b63f e5cf2476accb40249e7426a415db7b40 +msgid "" +"If you select one of these options from the dropdown, three additional " +"settings will appear on the tab. These settings help the process " +"determine which resources to take action on." +msgstr "" + +#: ../../docs/modules/csvimport.md:190 ../../docs/modules/csvimport.md:318 +#: ../../docs/modules/csvimport.md:456 ../../docs/modules/csvimport.md:601 +#: 338b977ee27c409086e9987d4295f854 c93c6a9a75124e27bc2684d4f183515a +#: fa70712577894ada91a4cb3ac764a5f7 fd06c33577ba46c980332fef81bec94f +msgid "" +"**Resource identifier column:** Select from a dropdown of the columns in " +"your CSV. This is the data from your spreadsheet which maps to existing " +"data in your Omeka S installation." +msgstr "" + +#: ../../docs/modules/csvimport.md:191 ../../docs/modules/csvimport.md:319 +#: ../../docs/modules/csvimport.md:457 ../../docs/modules/csvimport.md:602 +#: 373f3d5f2a8740579d0597c448286670 731784e8513b4dbf9a7281490e389dbb +#: a9d2fceacfe342d0a51d9880686f013a da44992030e448eba7d85ea06f5b7002 +msgid "" +"**Resource identifier property:** select from a dropdown of all " +"properties in your Omeka S installation. This should be the property in " +"which you already have data, that you used to create the column data " +"above." +msgstr "" + +#: ../../docs/modules/csvimport.md:192 ../../docs/modules/csvimport.md:320 +#: ../../docs/modules/csvimport.md:458 ../../docs/modules/csvimport.md:603 +#: 4ec1fac1b8084092ba77a51997d4735d 80acfdce523d4ea08adfd2ce9582a094 +#: 9e460af166094cb390b368d83ee010ff c4133376b11549e9aee2b9d659b69fdb +msgid "" +"Example: if the data in the Resource identifier column is \"Title\" with " +"the first row of data having a title \"A Study in Scarlet,\" and you set " +"Resource identifier property to \"Dublin Core: Title,\" then the actions " +"will operate on a resource already in your Omeka S installation whose " +"dc:title property is \"A Study in Scarlet\"." +msgstr "" + +#: ../../docs/modules/csvimport.md:193 ../../docs/modules/csvimport.md:321 +#: ../../docs/modules/csvimport.md:459 ../../docs/modules/csvimport.md:604 +#: 09c577a151454b44b92acbd74a2a5210 1286043b47114e90955b3c64711f4506 +#: 1ff474fd1e434c31bc26ae65de7ee2d3 d80bf9f252694477bc5850f4abb75207 +msgid "This will only work with exact matches." +msgstr "" + +#: ../../docs/modules/csvimport.md:194 ../../docs/modules/csvimport.md:322 +#: ../../docs/modules/csvimport.md:460 ../../docs/modules/csvimport.md:605 +#: 8079a92a3a1c405a96da5665c86dac6f b5bd76356a5141e68c80fa0d36547327 +#: ddfb8dc311b149899f18237d5e2eea7f f4500761bb4349038d9abca1ec14b59f +msgid "" +"If you have more than one resource with matching data, it will only take " +"action on the oldest resource." +msgstr "" + +#: ../../docs/modules/csvimport.md:195 ../../docs/modules/csvimport.md:323 +#: ../../docs/modules/csvimport.md:461 ../../docs/modules/csvimport.md:606 +#: 126a08531fe14cbfb99f40489d2155e1 69ebc0036c8e42918e57b47296462999 +#: 8fb7d4ee30da45838c7606d16166f252 9820f1e7b4a64bc7a8e7790973e12b88 +msgid "" +"**Action on unidentified resources:** This option determines what to do " +"when no matching resource exists in the Omeka S installation, but the " +"selected action only applies to an existing resource (\"Append\", " +"\"Revise\", \"Update\", or \"Replace\"). This option is not used when the" +" main action is \"Create\" or \"Delete\" Your options are two radio " +"buttons:" +msgstr "" + +#: ../../docs/modules/csvimport.md:196 ../../docs/modules/csvimport.md:324 +#: ../../docs/modules/csvimport.md:462 ../../docs/modules/csvimport.md:607 +#: 0f94b799730446eabe39704306fc1485 97c1aab4a2fd4d8598f3ce7a548b293b +#: 9d7e2d7b012a405f812801cf246c36d9 dd2d9fd4cb2b4946b708b7df2c494d0b +msgid "Skip the row" +msgstr "" + +#: ../../docs/modules/csvimport.md:197 ../../docs/modules/csvimport.md:325 +#: ../../docs/modules/csvimport.md:463 ../../docs/modules/csvimport.md:608 +#: 35ad0e8fb5124250bfc925b1b4248c42 53953bb47beb4ffc8f562644e0a1792e +#: 5dd5fb2693ec46dbbd643398301b9458 c6766fb300084ca89c2360bbcddbce33 +msgid "Create a new resource" +msgstr "" + +#: ../../docs/modules/csvimport.md:199 ../../docs/modules/csvimport.md:327 +#: ../../docs/modules/csvimport.md:465 ../../docs/modules/csvimport.md:610 +#: 0dd6336cdb1c4986ac17b4af03b62426 335c39e7e1084c63a23af6944a2ea60f +#: 663bf4d9667549ae96e0835b225fd7ac cc05c3275e9a4216ae7bd6df618bf746 +msgid "Other advanced settings" +msgstr "" + +#: ../../docs/modules/csvimport.md:201 ../../docs/modules/csvimport.md:328 +#: ../../docs/modules/csvimport.md:467 ../../docs/modules/csvimport.md:612 +#: 169a97a172d8490e9d2ec4d6b317e993 b9d4b26421aa4c5b91ddfa7dead3520b +#: ba50318c6d6a4891b38df309c018d320 cc93cdbd486c4b8cbdc45687ff5b2903 +msgid "" +"In addition to the above, the Advanced Settings tab has an option to set " +"the number of rows to process by batch. By default this is set to 20. " +"However, if you are running into errors with an import you may want to " +"set it to 5 or even 1 in order to troubleshoot and determine the source " +"of the error." +msgstr "" + +#: ../../docs/modules/csvimport.md:203 ../../docs/modules/csvimport.md:330 +#: ../../docs/modules/csvimport.md:469 ../../docs/modules/csvimport.md:614 +#: 30100e0fab2946238be2199423ed8bd3 66e1f787b22d4d2da18faac7661ee481 +#: ae5417808aaa48c49c27b871501e7580 b2ed387eb469493babcfe2df6372b7c5 +msgid "Complete import" +msgstr "" + +#: ../../docs/modules/csvimport.md:204 ../../docs/modules/csvimport.md:331 +#: ../../docs/modules/csvimport.md:470 ../../docs/modules/csvimport.md:615 +#: 5f55bfe6cdf5425a801c2bfc969727f8 68f5fd1050fd4c86aa002f239515124d +#: 69c6afc859fa479fa6bd7e6980bfbdee aa0e1dcb0b9d4c43be017d689dbb50f2 +msgid "" +"Once you have completed mappings, column options, and any settings, click" +" the Import button in the upper right corner of the browser window. This " +"should start the import and redirect you to the Past Imports tab. You " +"should see a confirmation message saying \"Importing in Job ID [number]\"" +msgstr "" + +#: ../../docs/modules/csvimport.md:206 da31ec4b99f74203ae5ebad20e5349df +msgid "Import Item Sets" +msgstr "" + +#: ../../docs/modules/csvimport.md:207 525669c3cd7e4dd0b1c0ef478629a7fe +msgid "" +"To import item sets, select \"Item Set\" under the \"Import type\" on the" +" first page." +msgstr "" + +#: ../../docs/modules/csvimport.md:221 ce1d6eca02d34820bf7ae366cac92507 +msgid "" +"![Mappings for a spreadsheet with four columns, all of which have been " +"automapped](../modules/modulesfiles/csvimport_ItemSet1.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:235 ../../docs/modules/csvimport.md:504 +#: 05fc97edb4f84403affe01d10fdb4721 c2dab6596727415987f9df7ef2918830 +msgid "" +"**Item set-specific data** is a checkbox for \"Open to additions.\" Check" +" to allow other users to edit or add to the item set. Leave unchecked to " +"have the item set be editable only by its creator, site admins, and " +"global admins." +msgstr "" + +#: ../../docs/modules/csvimport.md:237 ../../docs/modules/csvimport.md:506 +#: 3ee75b56a7b441cc8c2541b2cbd28bc4 4756cbdc52554fc9a3f27d8d951a0933 +msgid "" +"![Add mapping drawer showing the section \"Item set-specific data\". " +"Below the section header is a single, unselected checkbox option labeled " +"\"Open to additions\".](../modules/modulesfiles/csvimport_itemSetSD.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:241 089a43eb58e14aac8e1d84c1925926e0 +msgid "" +"*Resource template (by label):* set the template for an item set by " +"name. The name of the template as entered in the spreadsheet and the name" +" of the template in Omeka S must match exactly." +msgstr "" + +#: ../../docs/modules/csvimport.md:242 af691fcc2847473b8f49b1f91e26b17a +msgid "" +"*Resource class (by term):* set the resource class for an item set. The " +"term for the class in the spreadsheet and in the Omeka S installation " +"must match exactly." +msgstr "" + +#: ../../docs/modules/csvimport.md:243 a3e533ccbe744aa2a0e3e6d9356eb8ad +msgid "" +"*Owner (by email address):* set an item set's owner by email address. " +"This must be the email address associated with the user's account in the " +"Omeka S installation." +msgstr "" + +#: ../../docs/modules/csvimport.md:244 8da87bd3cddb4a85a9767aab1695f601 +msgid "" +"*Visibility public/private:* set the visibility of the item set. Use " +"\"private\" or \"public\" in the spreadsheet." +msgstr "" + +#: ../../docs/modules/csvimport.md:272 75a11ab9cee24d389b59805787d5ecc9 +msgid "" +"![drawer with options as described " +"above](../modules/modulesfiles/csvimport_ItemSetCol.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:277 ../../docs/modules/csvimport.md:416 +#: ../../docs/modules/csvimport.md:560 7367d282b33b438cbb773b35e8836375 +#: 82e229c9d61d4f739d7d31d61254856f 82e5f8f0b0f644d688f3f3f4ca5b8941 +msgid "" +"When you select one or more rows in the table (columns from your csv " +"file), you can use the \"Batch edit options\" button to apply the column " +"options described above to multiple csv columns at once." +msgstr "" + +#: ../../docs/modules/csvimport.md:279 5570acecd1bf450c837f58cf3fbc17d4 +msgid "" +"![a screenshot of the Mapping tab, with the boxes for Columns Title and " +"Creator checked. A red arrow points to the Batch edit options button. On " +"the right side of the screen, a drawer offers options for changing the " +"settings as " +"described](../modules/modulesfiles/csvimport_batchEditItemSet.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:283 ba521fecb83d43bfa02b1c83272a2a39 +msgid "Item Set import Basic Settings" +msgstr "" + +#: ../../docs/modules/csvimport.md:286 2659daf4e9724c469817ae2a84db24ae +msgid "" +"![options as described " +"below](../modules/modulesfiles/csvimport_ItemSetBasic.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:288 ../../docs/modules/csvimport.md:571 +#: 742028cef6f94dafb15634fe3817e5b4 cc2e69ea1b294102898f134074f3919e +msgid "" +"**Resource Template:** select a resource template from the drop-down menu" +" to apply to the imported item sets. You can use the search field at the " +"top of the dropdown to narrow results or find a particular template." +msgstr "" + +#: ../../docs/modules/csvimport.md:289 ../../docs/modules/csvimport.md:572 +#: 38adaf77ddf34ebaa01643e194c518e8 4149789764ac41ea8bf6c27e2a01f94d +msgid "" +"**Class:** select a class from the drop-down menu to apply to the " +"imported item sets. You can use the search field at the top of the " +"dropdown to narrow results or find a particular class." +msgstr "" + +#: ../../docs/modules/csvimport.md:290 ../../docs/modules/csvimport.md:573 +#: 2a2be1fceec346ef97f94ab79dcf6b6f 2dd02737f81f4e33b6945bad1c17425d +msgid "" +"**Owner:** set the owner for the item sets by selecting a user from the " +"drop-down menu. You can use the search field at the top of the dropdown " +"to narrow results or find a particular user." +msgstr "" + +#: ../../docs/modules/csvimport.md:291 ../../docs/modules/csvimport.md:574 +#: 2c1ff836d40a47069b99397935774153 a370ec6d401c47db93f52cde37ea409d +msgid "" +"**Visibility:** set the visibility of the imported item sets as public " +"or private." +msgstr "" + +#: ../../docs/modules/csvimport.md:292 9c85dbaabf674711870cec485a4220e0 +msgid "" +"**Open/Closed to additions:** set whether users other than the owner (and" +" site & global admins) will be able to add or edit the item sets." +msgstr "" + +#: ../../docs/modules/csvimport.md:297 f8270786ca2e4463b8f39e9e27723356 +msgid "Item Set import Advanced Settings" +msgstr "" + +#: ../../docs/modules/csvimport.md:301 7a06242ef12c4943b68bb86a7ad80210 +msgid "" +"![Advanced settings page showing only the Action dropdown and the field " +"for number of rows to process. " +"](../modules/modulesfiles/csvimport_ItemSetAdv.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:316 37b5b9efbf9e48289cbb36b3355dc172 +msgid "" +"![Advanced options tab with options as described " +"below](../modules/modulesfiles/csvimport_itemSetAdvAct.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:333 fa37f3397bd2482593d448bcedf32369 +msgid "Import Media" +msgstr "" + +#: ../../docs/modules/csvimport.md:334 babe2615feeb4052896afdc2a0bf1b9d +msgid "" +"To import media, select \"media\" under the \"Import type\" on the first " +"page." +msgstr "" + +#: ../../docs/modules/csvimport.md:336 e22eb933c1a74cf6bd7175f16b74cb1e +msgid "" +"In order to import media, you must have a column in the csv which will " +"map to item data. Media cannot exist unless associated with an item. Note" +" that if you are running an advanced job, such as an update or replace, " +"then you do not have to have a column with associated item data." +msgstr "" + +#: ../../docs/modules/csvimport.md:350 a915f4af0296403e8f455171d943464a +msgid "" +"![Mappings for a spreadsheet with ten columns. Some of the columns, such " +"as those named Description and Title have automatically been mapped to " +"Dublin Core properties.](../modules/modulesfiles/csvimport_mediaMap1.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:364 ../../docs/modules/csvimport.md:508 +#: 018fd15ef47f4f1a8554a5401d4be1d3 021efce77f084376ae853fa603b671f7 +msgid "" +"**Media-specific data** has a dropdown to set the item to which the media" +" should be added. You can either use the item's internal ID, or any one " +"of its properties (title, description). A resources' interal ID is the " +"number sequence at the end of the url when on the view or edit page, so " +"for `/admin/item/11576` the ID is 11576" +msgstr "" + +#: ../../docs/modules/csvimport.md:366 ../../docs/modules/csvimport.md:510 +#: 2a0c428151a544baab2c065f4e0fd267 d5c1745a2f304c73affe7b621aa66959 +msgid "" +"![Media-specific data with " +"dropdown](../modules/modulesfiles/csvimport_mediaMapData.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:370 ../../docs/modules/csvimport.md:514 +#: 2090a765ac7a4661b044b0fdada3b45b ec5a596055694f80ad8b2397c3479407 +msgid "" +"*Resource template (by label):* set the template for the media by name. " +"The name of the template as entered in the spreadsheet and the name of " +"the template in Omeka S must match exactly." +msgstr "" + +#: ../../docs/modules/csvimport.md:371 ../../docs/modules/csvimport.md:515 +#: 1e359db10d154310a8335519ef7c523e 3192e61c4e5a4af7ac8c6c8b89b1c9c8 +msgid "" +"*Resource class (by term):* set the resource class for the media. The " +"term for the class in the spreadsheet and in the Omeka S installation " +"must match exactly." +msgstr "" + +#: ../../docs/modules/csvimport.md:372 ../../docs/modules/csvimport.md:516 +#: 17341f090fa7455bbeed56e4b25cec54 663824f0c96c45688094a94af7ced383 +msgid "" +"*Owner (by email address):* set the media's owner by email address. This " +"must be the email address associated with the user's account in the Omeka" +" S installation." +msgstr "" + +#: ../../docs/modules/csvimport.md:373 ../../docs/modules/csvimport.md:517 +#: a2f1e43f109248d5806ed2659ee754be cc9853ac1ebf490985bdaa6d6c4e4107 +msgid "" +"*Visibility public/private:* set the visibility of the media. Use " +"\"private\" or \"public\" in the spreadsheet." +msgstr "" + +#: ../../docs/modules/csvimport.md:377 bb3153c0a0924e6fbb8c2b28742a6206 +msgid "" +"**Media source** For the column in your spreadsheet which points to the " +"media you are creating, select which kind of media it is from the " +"dropdown:" +msgstr "" + +#: ../../docs/modules/csvimport.md:411 cc9af1a8f24647cf991f23414cdaf699 +msgid "" +"![drawer with options as described " +"above](../modules/modulesfiles/csvimport_mediaColOpt.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:418 94b29e63e6b14b40abc401a17d46d872 +msgid "" +"![a screenshot of the Mapping tab, with the boxes for Columns Title and " +"Creator checked. A red arrow points to the Batch edit options button. On " +"the right side of the screen, a drawer offers options for changing the " +"settings as " +"described](../modules/modulesfiles/csvimport_batchEditMedia.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:422 369458370e1b459da16abb5a060a02ba +msgid "Media import Basic Settings" +msgstr "" + +#: ../../docs/modules/csvimport.md:425 439a31bd50954cdc8e0a882f09eb1c74 +msgid "" +"![options as described " +"below](../modules/modulesfiles/csvimport_mediaBasic.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:427 eaf382f1f892427ca4a7ec26f8a556b5 +msgid "" +"**Resource Template:** select a resource template from the drop-down menu" +" to apply to the imported media. You can use the search field at the top " +"of the dropdown to narrow results or find a particular template." +msgstr "" + +#: ../../docs/modules/csvimport.md:428 76c3977488e0444fae8514072ff0e09b +msgid "" +"**Class:** select a class from the drop-down menu to apply to the " +"imported media. You can use the search field at the top of the dropdown " +"to narrow results or find a particular class." +msgstr "" + +#: ../../docs/modules/csvimport.md:429 0f73f369558d469dbc48769acdbfbf4f +msgid "" +"**Owner:** set the owner for the media by selecting a user from the drop-" +"down menu. You can use the search field at the top of the dropdown to " +"narrow results or find a particular user." +msgstr "" + +#: ../../docs/modules/csvimport.md:430 e8e4e59154824d688412610952126baf +msgid "" +"**Visibility:** set the visibility of the imported media as public or " +"private." +msgstr "" + +#: ../../docs/modules/csvimport.md:436 b9646737db6b463fb0da236ff2152fce +msgid "Media import Advanced Settings" +msgstr "" + +#: ../../docs/modules/csvimport.md:439 a62b2cb682704718a90c644039ea906e +msgid "" +"![Advanced settings page showing only the Action dropdown and the field " +"for number of rows to process. " +"](../modules/modulesfiles/csvimport_mediaAdv.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:454 1df4a6b1b73b49d9b9419daa954550f6 +msgid "" +"![Options described " +"below](../modules/modulesfiles/csvimport_mediaAdvAct.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:472 19c4b540c9634855b96451a252f3d624 +msgid "Mixed Resource Import" +msgstr "" + +#: ../../docs/modules/csvimport.md:473 3ee73762bc6c472382fb08a493096ae0 +msgid "" +"This resource option allows you to import a sheet with a mix of resource " +"types: items, item sets, and media." +msgstr "" + +#: ../../docs/modules/csvimport.md:476 ../../docs/modules/csvimport.md:623 +#: 2d4b6bc5288443258a72dc6046e26b2c 6d4fcd2844d64b8dbbd82584b255a973 +msgid "" +"This tab displays an initial dropdown above a table with the columns from" +" your spreadsheet as rows. Each row displays:" +msgstr "" + +#: ../../docs/modules/csvimport.md:485 3b5009d47e3f4e69807ffa6ac91f360f +msgid "" +"![Mappings for a spreadsheet with nine " +"columns.](../modules/modulesfiles/csvimport_mixedR1.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:487 6c50128e1c8c47eeb83ed1a6266b8218 +msgid "" +"The dropdown above the table is where you set which column in the csv " +"file indicates whether the data in that row is an item, item set, or " +"media. *You do not need to map this data in the table on this tab*" +msgstr "" + +#: ../../docs/modules/csvimport.md:489 d0d2db7d4fa54fb18a7ec259ea8f2fd1 +msgid "Mapping options TK" +msgstr "" + +#: ../../docs/modules/csvimport.md:497 01e821bca7894c3ab468271ffb5af4a7 +msgid "" +"**Properties** select a property to map the column data to, from any of " +"the installed vocabularies. Use the Filter field to search the available " +"properties for a specific property. ![Properties option open showing all " +"of the installed vocabularies for the Omeka S installation: Dublin Core, " +"Bibliographic Ontology, Friend of a Friend, Scripto and OWL-Time " +"Ontology.](../modules/modulesfiles/csvimport_itemsMapProp.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:512 ebcb3c407cff4994b5a38f2f532442b2 +msgid "**Generic data** has a dropdown where you can set one of four options:" +msgstr "" + +#: ../../docs/modules/csvimport.md:521 ec94828e6b5d432ba752c2024f7c9e6f +msgid "" +"**Media source** For the column in your spreadsheet which points to the " +"media, select which kind of media it is from the dropdown:" +msgstr "" + +#: ../../docs/modules/csvimport.md:546 910daa568b14436ea8b56c801689d601 +msgid "" +"**Use multivalue separator:** check this box to use the multivalue " +"separator for data in this column. You set the multivalue separator " +"character in the initial import page, but you can change it in the Basic " +"Settings tab." +msgstr "" + +#: ../../docs/modules/csvimport.md:549 dbe5a6774b4c4ca59a1d94c8f0275622 +msgid "Import as text (default);" +msgstr "" + +#: ../../docs/modules/csvimport.md:555 e50e4c2fc18d45acb12f82287eccf116 +msgid "" +"![drawer with options as described " +"above](../modules/modulesfiles/csvimport_mixedR2.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:562 a560e6de41fa43a0bd04fb24b5d97b09 +msgid "" +"![a screenshot of the Mapping tab, with the boxes for Columns Title and " +"Creator checked. A red arrow points to the Batch edit options button. On " +"the right side of the screen, a drawer offers options for changing the " +"settings as " +"described](../modules/modulesfiles/csvimport_batchEditMixed.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:566 68ad68f16c1f4d178fd428de7998662a +msgid "Mixed resources import Basic Settings" +msgstr "" + +#: ../../docs/modules/csvimport.md:569 be6c7cc4abb14bfb87c6cbdb861248d0 +msgid "" +"![options as described " +"below](../modules/modulesfiles/csvimport_mixedRBasic.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:575 c8cb762b01b747bd90dc0b8e9d1a4c89 +msgid "" +"**Item Set open/Closed to additions:** set whether users other than the " +"owner (and site & global admins) will be able to add or edit the item " +"sets." +msgstr "" + +#: ../../docs/modules/csvimport.md:576 0c26b41ca2e74b99a4add276854218c8 +msgid "**Item set for items:** select from a dropdown of existing item sets." +msgstr "" + +#: ../../docs/modules/csvimport.md:581 082a199e1b424ec894fa615f4f2c1d03 +msgid "Mixed resources import Advanced Settings" +msgstr "" + +#: ../../docs/modules/csvimport.md:584 02cfe5d7e0e04cfbb6080d67f7479abd +msgid "" +"![Advanced settings page showing only the Action dropdown and the field " +"for number of rows to process. " +"](../modules/modulesfiles/csvimport_mixedRAdv.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:599 4c5487c1a6f94352ab1731d811c87e49 +msgid "" +"![Options described " +"below](../modules/modulesfiles/csvimport_mixedRAdvAct.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:617 ba5abc18b55f4ab5b7be6729dd3a93d7 +msgid "Import Users" +msgstr "" + +#: ../../docs/modules/csvimport.md:618 14c7a7cc3ff54277897851203ce329f2 +msgid "" +"When importing users, you can only bring in data related to the user " +"table in Omeka S: the user's email, display name, and role. Any " +"additional data in your CSV will not be imported." +msgstr "" + +#: ../../docs/modules/csvimport.md:620 e3e005e5f3324b99998c821c424e5663 +msgid "Map user import to Omeka S data" +msgstr "" + +#: ../../docs/modules/csvimport.md:621 531deda5631643839d10e98b14b849f5 +msgid "" +"This is the only active tab for User import. The Basic and Advanced " +"settings tabs are present but empty." +msgstr "" + +#: ../../docs/modules/csvimport.md:631 a890c16be3cb4e3097e3354c35b057a8 +msgid "" +"![Table as described above, with rows for User, email, and " +"role.](../modules/modulesfiles/csvimport_users.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:633 f66ccf10712a46c2b5c5761985dde830 +msgid "" +"To map a column header to user information, click on the plus symbol " +"button to the left of the column header. This will open a drawer on the " +"right-hand side of the screen." +msgstr "" + +#: ../../docs/modules/csvimport.md:635 792518fa1f294fb1adb51553e657d7d0 +msgid "" +"![A red arrow points to the plus sign button to the left of the word " +"\"title\"](../modules/modulesfiles/csvimport_usersMapButton.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:637 279dcc3d4a114025a6513d89603fc155 +msgid "The drawer has a dropdown for Users info, with three options:" +msgstr "" + +#: ../../docs/modules/csvimport.md:639 652cfddbd84d4927bd412f4021371268 +msgid "*Email:* the email address for the user;" +msgstr "" + +#: ../../docs/modules/csvimport.md:640 1c5b68ba1c2e4b5b8b97aa4f1296feb4 +msgid "*Display name:* the user's display name" +msgstr "" + +#: ../../docs/modules/csvimport.md:641 d8f5abfea0cc46ddae3052d31cf667fa +msgid "" +"*Role:* the user's [role](../admin/users/#roles-and-permissions) - for " +"this column, use the role labels exactly as they appear in Omeka S." +msgstr "" + +#: ../../docs/modules/csvimport.md:643 efc11b6968b042f9b30725759f539792 +msgid "" +"![The same table as above, now with the mapping drawer open and the " +"dropdown activated to show the three " +"options.](../modules/modulesfiles/csvimport_usersMap.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:645 e53ad944566a4c4ab944bc7567955d61 +msgid "Once you have completed the mappings, click the Import button." +msgstr "" + +#: ../../docs/modules/csvimport.md:647 78d441c9a76a464293ad90629f8ae6ad +msgid "" +"The CSV Import for Users does not have tabs for Basic or Advanced " +"Settings." +msgstr "" + +#: ../../docs/modules/csvimport.md:649 0318bf4379a9483482071ea3bc3fcd4f +msgid "Manage Past Imports" +msgstr "" + +#: ../../docs/modules/csvimport.md:651 7e9587689b7b4d9c8a43e2b0276a0bcc +msgid "" +"To review past imports, click on the CSV Importer module tab and select " +"the Past Imports subtab." +msgstr "" + +#: ../../docs/modules/csvimport.md:653 83c2c70ad7524680aa09936c5e76036e +msgid "" +"![CSV Import subtab options on left hand " +"nav](../modules/modulesfiles/csvimport_pastimportsnav.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:655 fbc7aff3117f4422a72cd1e5e9e1eee4 +msgid "This will display a table with the following columns:" +msgstr "" + +#: ../../docs/modules/csvimport.md:657 16f547ca7e5e4ba485095782c40d20bd +msgid "An *Undo* Checkbox" +msgstr "" + +#: ../../docs/modules/csvimport.md:658 14c3028009ff4d31ba2eeca351475f24 +msgid "*Date* of import" +msgstr "" + +#: ../../docs/modules/csvimport.md:659 ccc34a65d5d54ab7a2eae75897417abd +msgid "" +"*Action* of the import (create, append, revise, update, replace, or " +"delete)." +msgstr "" + +#: ../../docs/modules/csvimport.md:660 c78ec592516f4111a638ca58e2f4a05a +msgid "" +"Beneath the action description there are links to the job details and job" +" log." +msgstr "" + +#: ../../docs/modules/csvimport.md:661 50022d9eeffb43248e10c05dd16ef453 +msgid "*Comment* entered on import or indicating an error" +msgstr "" + +#: ../../docs/modules/csvimport.md:662 6d89231ac20a47c18681c306e0a1028f +msgid "*Result* the items updated, added, or deleted" +msgstr "" + +#: ../../docs/modules/csvimport.md:663 f96df99dac4846cda1ef4d6f65d9267d +msgid "*Status* of import" +msgstr "" + +#: ../../docs/modules/csvimport.md:664 7bce8fa54d59460192e3fa22c93395ff +msgid "Import *Owner*" +msgstr "" + +#: ../../docs/modules/csvimport.md:666 73ec2b01938342218ce531aee4523f67 +msgid "" +"![CSV Import past imports " +"table](../modules/modulesfiles/csvimport_pastimports.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:668 6252729125fd4a89a0546bf95c09f134 +msgid "" +"To see the details of an import, click the \"Job details\" link below the" +" action description. To review logs, particularly in cases where an error" +" occurred, click the \"Log\" link below the action description." +msgstr "" + +#: ../../docs/modules/csvimport.md:670 3b84ab3900bf4da2b6fdee611ac2582a +msgid "Undo an Import" +msgstr "" + +#: ../../docs/modules/csvimport.md:672 5a311a94077644fcab7f07831fc16c36 +msgid "" +"To undo an import, click on the CSV Importer module tab and select the " +"Past Imports subtab." +msgstr "" + +#: ../../docs/modules/csvimport.md:674 3e2ede1bc7104d2281def7595c240018 +msgid "" +"Check the *Undo* box in the row of the import which you want to undo, and" +" click Submit." +msgstr "" + +#: ../../docs/modules/csvimport.md:676 83e6349db60143fcb29318426ff30cca +msgid "" +"![a red arrow points to a checked Undo box on the Past Imports " +"page](../modules/modulesfiles/csvimport_undo.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:678 24e48b973aab41abafb7ad670afbb336 +msgid "" +"Depending on the size of the import, it may take some time to undo. On " +"complete, the status of the import on the CSV Importer Past Imports table" +" will say \"Undone\" followed by the date the import was reversed." +msgstr "" + +#: ../../docs/modules/csvimport.md:680 1f205102ac594410a29fd5a6ac738a0e +msgid "Troubleshooting" +msgstr "" + +#: ../../docs/modules/csvimport.md:681 09efd6e0924d457190601e0f9870a483 +msgid "The following are known errors that can occur during an import:" +msgstr "" + +#: ../../docs/modules/csvimport.md:683 293a27ad3c6445dca6ea6928cfc7491d +msgid "**Encoding**: CSVs for import must be UTF-8 encoded." +msgstr "" + +#: ../../docs/modules/csvimport.md:684 5d612ee1a58d4e0e942c06dd3ff6e0d2 +msgid "" +"Are your jobs starting and not completing? You might need to [set the " +"path for PHP](../configuration/) so that your system can perform the " +"background process to make the items." +msgstr "" + +#: ../../docs/modules/csvimport.md:686 684c3de6c87143a3b0a217ef5a9340b0 +msgid "CSV Import with other modules" +msgstr "" + +#: ../../docs/modules/csvimport.md:687 4a3af4d0be7d479fb69f05b2a0b3bf6a +msgid "" +"Some other modules add functionality to CSV import. If you have these " +"modules installed and active, you will have access to the following " +"options when using CSV import." +msgstr "" + +#: ../../docs/modules/csvimport.md:689 784435c856af4f6d851c9bbdae419142 +msgid "Mapping" +msgstr "" + +#: ../../docs/modules/csvimport.md:690 388dcf9b74314d58a450a41d51a40f6d +msgid "" +"If you have [Mapping](../modules/mapping/) (minimum version 1.1.0) " +"installed and active, you will have two additional options in the \"Map " +"to Omeka S data\" tab when importing Items. Note that these options do " +"not appear for any other import, including Mixed Resources." +msgstr "" + +#: ../../docs/modules/csvimport.md:692 256e385a131e4575bc5af939c3ee284b +msgid "" +"![Add mapping drawer with additional options for \"Resource location\" " +"and \"default map view\"](../modules/modulesfiles/csvimport_mapping1.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:694 7997f2de57914dac90f96bcd6951ee99 +msgid "" +"**Resource location:** set the location for the resource. Your column for" +" this option can include one of the following forms of data:" +msgstr "" + +#: ../../docs/modules/csvimport.md:696 eafc069b803c44a794b2bc0db2ff082c +msgid "*Latitude* must be written as a single number (23.43 not 23° 26′)." +msgstr "" + +#: ../../docs/modules/csvimport.md:697 2f999f28aaf547bcb7123844881b7e9e +msgid "" +"*Longitude* must be written as a decimal fraction using negative and " +"positive to indicate west or east. (−91 rather than 91°W)" +msgstr "" + +#: ../../docs/modules/csvimport.md:698 63df78a87bee4fe2b9c5bebec639b376 +msgid "" +"*Latitude/longitude* must be inputted as numbers separated by a slash, ex" +" `52.19/ -1.71`" +msgstr "" + +#: ../../docs/modules/csvimport.md:700 e78de2d4366f46d5a6bce5a03b71cb6c +msgid "" +"![dropdown with the options described " +"above](../modules/modulesfiles/csvimport_mapping2.png)" +msgstr "" + +#: ../../docs/modules/csvimport.md:702 4b95db964bb94f578fb97f6ed180f50b +msgid "" +"**Default map view:** sets the default map view for the item to which you" +" are adding Mapping information." +msgstr "" + +#: ../../docs/modules/csvimport.md:704 5722f84dd5a942139a76c65043523459 +msgid "" +"*Map center latitude* must be written as a single number (23.43 not 23° " +"26′)." +msgstr "" + +#: ../../docs/modules/csvimport.md:705 19374f716c0c4611b811cca2bccac8f7 +msgid "" +"*Map center longitude* must be written as a decimal fraction using " +"negative and positive to indicate west or east. (−91 rather than 91°W)" +msgstr "" + +#: ../../docs/modules/csvimport.md:706 de41f0df68b246be827c2209b7ad57b7 +msgid "" +"*Default zoom* should be a number between 1 (most zoomed out) and 18 " +"(most zoomed in)" +msgstr "" + +#: ../../docs/modules/csvimport.md:708 36be90769c2844a299fb9ae0f87b95d3 +msgid "File Sideload" +msgstr "" + +#: ../../docs/modules/csvimport.md:709 5d6d79fbf6f14eb0910d97a9ae00cbb5 +msgid "" +"If you have [File Sideload](../filesideload) (minimum version 1.2.0) " +"installed and active, you can use it as a source for media when running a" +" csv import." +msgstr "" + +#: ../../docs/modules/csvimport.md:711 7852b6f614164f1aa27e31946001b509 +msgid "" +"Everything on the *Map to Omeka S data* tab will be the same. When you " +"add a mapping and choose the \"Media source\" option, you will see that " +"there is now an option for \"Sideload\"" +msgstr "" + +#: ../../docs/modules/csvimport.md:713 f1af9a0aca504399a3be42c8bea01041 +msgid "" +"![Dropdown menu for media source, with Sideload highlighted in " +"blue](../modules/modulesfiles/csvimport_sideload.png)." +msgstr "" + +#: ../../docs/modules/csvimport.md:715 39ce28e71bda4c388976584ff7d503a1 +msgid "" +"For the data in this column, you need to include the full file name, " +"including extension. So, for example, if you want to import a jpg file " +"which is named \"Jekyll_and_Hyde_Title\" then the data in the media " +"column of the csv you are importing should be " +"`Jekyll_and_Hyde_Title.jpg`." +msgstr "" + +#: ../../docs/modules/csvimport.md:717 73d3d192e3d145e399eedd7176614ddb +msgid "Numeric Data Types" +msgstr "" + +#: ../../docs/modules/csvimport.md:718 c89113ef3fcc4900a1f9ef977cd871d4 +msgid "" +"If you have [Numeric Data Types](modules/numericdatatypes/) installed and" +" active, it will add the option to set a column data type as numeric " +"data." +msgstr "" + +#: ../../docs/modules/csvimport.md:720 99cc1f7c271b430b9bde8beacdc31d43 +msgid "" +"![Column options drawer with the data type dropdown open, showing options" +" for numeric data types as well as the standard " +"options](../modules/modulesfiles/csvimport-numericdata.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/customvocab.po b/locales/fr/LC_MESSAGES/docs/modules/customvocab.po new file mode 100644 index 00000000..bf3e8d54 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/customvocab.po @@ -0,0 +1,211 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/customvocab.md:1 6aab330aabec4a3aa5c28348a6d38112 +msgid "Custom Vocab" +msgstr "" + +#: ../../docs/modules/customvocab.md:3 71cd42fb29dc4c4eb622a306388e94c4 +msgid "" +"The Custom Vocab module allows you to create a controlled vocabulary and " +"add it to a specific property in a resource template. When using that " +"template for an item, the property will load with a dropdown limited to " +"the options of the controlled vocabulary, rather than a text entry box." +msgstr "" + +#: ../../docs/modules/customvocab.md:5 75382620b23e44a0a023a26f6626e288 +msgid "Create a Custom Vocab" +msgstr "" + +#: ../../docs/modules/customvocab.md:7 ee6f8ad9757d4b999db253da0ca49e33 +msgid "" +"Once you have installed and activated the module, go to the Custom Vocab " +"tab in the left-hand navigation, under the Modules heading." +msgstr "" + +#: ../../docs/modules/customvocab.md:9 fce1e6b280574da2aff4a2c12f298f35 +msgid "" +"Click the Add a New Vocab button in the upper right-hand corner of the " +"window." +msgstr "" + +#: ../../docs/modules/customvocab.md:11 ba5b60fcf3864414994b402fbf03a00a +msgid "" +"The Add Cusom Vocab page has four fields: Label, Language, Items, and " +"Terms." +msgstr "" + +#: ../../docs/modules/customvocab.md:13 dece61d010a24568bda15e7345284371 +msgid "" +"![Add Custom Vocab with data entered in the label and terms " +"fields](../modules/modulesfiles/customVocab_add.png)" +msgstr "" + +#: ../../docs/modules/customvocab.md:15 53be8dfcb9cb48cbba88a5189bdd1abe +msgid "" +"*Label* a name for the vocabulary, which you will use to find it when " +"adding to a resource template." +msgstr "" + +#: ../../docs/modules/customvocab.md:16 336254b59df340d1bbbcc25cf04ceec2 +msgid "" +"*Language* (optional) of the vocab using the [ISO 639-1 language " +"code.](http://www.iso.org/iso/language_codes)" +msgstr "" + +#: ../../docs/modules/customvocab.md:18 49303af563374435ac5a3edee2ceaf1a +msgid "" +"You can set the controlled vocabulary terms either to a list of existing " +"items or to a list of entered terms:" +msgstr "" + +#: ../../docs/modules/customvocab.md:19 1a00cdb42b1947e6b66494d93b4ecc31 +msgid "" +"*Items* offers a drop-down of Item Sets in your Omeka S installation. " +"Choosing one of these will create a custom vocab populated by items from " +"that item set. When used, the property is populated as an Omeka Resource," +" not text." +msgstr "" + +#: ../../docs/modules/customvocab.md:20 3e4f2e8080444e64a7eb002f049fc79a +msgid "" +"*Terms* for the custom vocab, one word or phrase per line. This populates" +" the property as text." +msgstr "" + +#: ../../docs/modules/customvocab.md:22 7b1d5c330c174f2cb3109dbd3da89dcd +msgid "Hit submit to save changes." +msgstr "" + +#: ../../docs/modules/customvocab.md:24 db529609c8ba4d418fcf7ce2344161cd +msgid "Manage Custom Vocabs" +msgstr "" + +#: ../../docs/modules/customvocab.md:26 b17b2fbc217c45e3b87cc677e728b2a0 +msgid "" +"Once you have created at least one vocabulary, the Custom Vocab module " +"tab will display a table of your existing vocabularies. The table " +"displays the *Label*, the buttons for edit, delete, and display " +"information, and the *Owner* or creator of the vocabulary." +msgstr "" + +#: ../../docs/modules/customvocab.md:28 42c3eca6b3564ec9afa60d9358f232e2 +msgid "" +"![Custom Vocab tab with two existing " +"vocabularies](../modules/modulesfiles/customVocab_manage.png)" +msgstr "" + +#: ../../docs/modules/customvocab.md:30 eacfb8a1bfab41718da8b024ddd27ecd +msgid "" +"When editing a custom vocabulary, you can change the label, language, or " +"terms." +msgstr "" + +#: ../../docs/modules/customvocab.md:32 a767a4484be74cbcaecedf145bec08f1 +msgid "Using a Custom Vocab" +msgstr "" + +#: ../../docs/modules/customvocab.md:34 6237cbe81ee145809c3a7b12e163f3fd +msgid "" +"Custom Vocabularies are applied through [resource templates](../content" +"/resource-template.md)." +msgstr "" + +#: ../../docs/modules/customvocab.md:36 5024bfd3fd904ac9a8039a93f98b1518 +msgid "" +"Go to the Resource Templates and either add new or edit an existing " +"template. Once you are editing the template:" +msgstr "" + +#: ../../docs/modules/customvocab.md:38 eed914bcc529495daea2d3ef7bc0b7ad +msgid "Add the property to which you want to apply the Custom Vocab." +msgstr "" + +#: ../../docs/modules/customvocab.md:39 718b70cf867640b6a18f4d789d80d80a +msgid "Edit the property" +msgstr "" + +#: ../../docs/modules/customvocab.md:40 7029202356e6442084c81468e27bc872 +msgid "" +"In the drawer which opens on the right, go to the Other options section " +"and find the Data type dropdown." +msgstr "" + +#: ../../docs/modules/customvocab.md:41 292d32be5830453ba23d4b869b679ddc +msgid "" +"Scroll through the dropdown and select the Custom Vocabulary you want to " +"use" +msgstr "" + +#: ../../docs/modules/customvocab.md:42 02d3254ef4b24a879385874d349a6cc7 +msgid "Click set changes at the bottom of the drawer." +msgstr "" + +#: ../../docs/modules/customvocab.md:44 90ad48a81d8146c1bc3d6d18af81dff9 +msgid "Be sure to save your changes" +msgstr "" + +#: ../../docs/modules/customvocab.md:46 18cc4ecd1613470a81c5549f491414ac +msgid "" +"![Resource Template data being edited with dropdown open to show " +"available vocabularies](../modules/modulesfiles/customVocab_select.png)" +msgstr "" + +#: ../../docs/modules/customvocab.md:48 398cb7facfcd4289b525f40cbef0fd01 +msgid "" +"When you click the title of a Resource Template to see its details, the " +"Custom Vocab will show up in the Data Type table heading." +msgstr "" + +#: ../../docs/modules/customvocab.md:50 011892326d744d098848a345e82a212e +msgid "" +"![Resource Template \"National Park\" with the custom vocabulary State " +"applied to Spatial " +"Coverage](../modules/modulesfiles/customVocab_resource.png)" +msgstr "" + +#: ../../docs/modules/customvocab.md:52 5502da898fda4737a0f4657161811466 +msgid "" +"When this Resource Template is used in an Item or Item Set, the " +"designated properties will always load as a drop down menu with the " +"values from the custom vocabulary." +msgstr "" + +#: ../../docs/modules/customvocab.md:54 ab94ecef5a714b169bbbe1a3213ec27f +msgid "" +"In this image, the Resource Template modified earlier is loaded for a new" +" item. See that Spatial Coverage has a \"select below\" message and " +"arrows indicating the property input is a drop down menu." +msgstr "" + +#: ../../docs/modules/customvocab.md:56 a7ca81ac02384561bc2f366c340aa8c8 +msgid "![as described](../modules/modulesfiles/customVocab_item1.png)" +msgstr "" + +#: ../../docs/modules/customvocab.md:58 11dfb6b5e43943429c06b6db48c7deb0 +msgid "" +"This image shows the dropdown open, displaying the values from the \"US " +"states & territories\" vocabulary." +msgstr "" + +#: ../../docs/modules/customvocab.md:60 26e359476f0f4959a3f3caa6321ca024 +msgid "![as described](../modules/modulesfiles/customVocab_item2.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/dspaceconnector.po b/locales/fr/LC_MESSAGES/docs/modules/dspaceconnector.po new file mode 100644 index 00000000..6bcc92c7 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/dspaceconnector.po @@ -0,0 +1,269 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/dspaceconnector.md:1 3a10f7c2002d49aaa96c1e4ccdf92941 +msgid "DSpace Connector" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:3 7f517098b018456b87c4c3bfe09a14c7 +msgid "" +"DSpace Connector is a [module](index.md) for Omeka S which allows you to " +"connect an Omeka S instance to a DSpace repository to import items from " +"that repository. In addition to importing information, the Omeka S item " +"will include a link back to the original item." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:5 5b9075879a5649eb9c0d331230ed6fe7 +msgid "" +"To install DSpace Connector, follow the instructions for [Installing " +"Modules](index.md#installing-modules) on the Modules documentation." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:7 fcfb97364fff48a2a0de4789b966a1c0 +msgid "Note that DSpace Connector only works with DSpace versions 5.6 and higher." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:9 71560f27ad2c406a86354b820547f678 +msgid "" +"You can view past imports by going to the DSpace Connector tab on the " +"left-hand navigation of the admin dashboard and clicking the *Past " +"Imports* sub-tab." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:11 54379c0bcc0a4b50b729af09af21c009 +msgid "" +"![DSpace Connector navigation option with two sub-tab options for Import " +"and Past Imports](../modules/modulesfiles/dspace_nav.png)" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:13 0d28104bb02e4eb08326d5e781db6719 +msgid "Import Data" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:14 9b1b1b20818c41abbbb4c3cdbbbc603d +msgid "" +"To use DSpace Connector, navigate to the tab labelled *DSpace Connector* " +"on the left-hand navigation of the admin dashboard." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:16 a18f3ba738fe4ea8924ccbf34684ae2c +msgid "" +"![Screenshot of the field options for DSpace Connector with collections " +"loaded from a university " +"library](../modules/modulesfiles/dspace_import.png)" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:18 4190c1fde6474f4ba9aafca017fdd23f +msgid "To import from a DSpace Repository:" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:20 adc1fe3c7577444ca6c545afec81b2c7 +msgid "On the first form, enter the following information:" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:22 4a9d744576b74b13ac1087a8061a8161 +msgid "" +"*DSpace site URL* for the Repository - note that you have to enter the " +"entire url, including the `http://` (required);" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:23 6fecc3a6359f4aab88f1cb7702df9ba3 +msgid "" +"*Endpoint* for the api (required. by default this is \"rest\" but may be " +"changed in the DSpace instance);" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:24 e3aee7cff0734ace9d357de01cebb204 +msgid "*Limit* or maximum number of results to retrieve at once." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:26 127465f016de40b38126f70111687f21 +msgid "Then click *Get collections and communities*" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:28 0e5d859b86e446f49621cb21f414c38a +msgid "" +"If the information above has been correctly entered, you will proceed to " +"the DSpace Connector Import Options page. This has three tabs." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:30 ab25b7b5dc93416dbcb26ed57cf9550a +msgid "Basic Import Settings" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:31 d2287dba7cc84f20b0568cbda93abceb +msgid "This tab has three options:" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:33 d6e6907906a54685b2f12d25f2de5bd0 +msgid "" +"*Import files into Omeka S*: click this checkbox to import files in " +"addition to metadata." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:34 4595824ff0454697b95cc1d6d76a88a9 +msgid "" +"*Item Set*: select an item set from the dropdown into which to import the" +" items." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:35 481cebc18c604890bc59327c18c45745 +msgid "" +"*Ignored Fields*: DSpace metadata fields to ignore on import, separated " +"by commas." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:36 b334d9ff00584c2d8606c25a10e0613a +msgid "*Comment*: for any comments you have." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:38 e7bbb365754c4a4d8866e8ac69f8bda8 +msgid "" +"![basic import settings, nothing entered and no boxes " +"checked.](../modules/modulesfiles/dspace_importset.png)" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:40 830886463af3455fb721468703d5828e +msgid "Collections" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:41 daa56ef6c1db45578e8d6b871d5335a0 +msgid "" +"This tab will display the list of collections for the DSpace repository, " +"organized by containing community. You can import either one collection " +"at a time or the entire DSpace repository." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:43 a2973e110f7c4eba90d5abd4420c9a54 +msgid "" +"To import a single collection, click the Import button to the left of its" +" name. This will automatically begin the import." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:45 e702dd98395b4b42b52609f118d588ef +msgid "" +"![First few collections from mars.gmu.edu's DSpace " +"repository](../modules/modulesfiles/dspace_coll.png)" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:47 31ea09971c4d49c6b4ef60f0201083c4 +msgid "" +"To import the entire repository, click 'Import entire repository' at the " +"top of the form." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:49 069bce252191497fb0cbbf4e47291f9f +msgid "" +"**NOTE:** Importing an entire DSpace repository with a large number of " +"items (>5,000) is likely to flood the DSpace hosting server with requests" +" until failure. Consider importing collection by collection if at all " +"possible. If you still wish to import an entire large repository at once," +" the following might help:" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:51 af7698eb690d45ab98382ec32a52c295 +msgid "" +"On the initial Import Settings menu, set *Limit* to a smaller number such" +" as 50 or 25" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:52 f7982b2c3d5e445ab1a26e84d35f41b9 +msgid "" +"Run the import at night and/or whenever there may be less traffic on your" +" DSpace server" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:53 129344725a7c460abfa7c9ea05b50186 +msgid "" +"Consider temporarily inserting a `sleep()` function between the import of" +" each record in `Import.php` to slow the process down slightly (not " +"recommended for production)" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:55 db1a9e43c6064dd29b8d089520d3f70d +msgid "" +"You can track the status of the import by navigating to the DSpace " +"Connector > Past Imports tab or on the [Jobs](../admin/jobs.md) tab of " +"the left-hand navigation on the admin dashboard." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:57 944799d6d7fd4d49a1e2f8cc0aa4a98b +msgid "" +"Are your jobs starting and not completing? You might need to [set the " +"path for PHP](../configuration/) so that your system can perform the " +"background process to make the items." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:59 6607d3be33c741efbd444b740f142533 +msgid "Review Imports" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:60 fcce8f97c4ed4152a739b01687f1fda0 +msgid "" +"Go to the DSpace Connector tab on the left-hand navigation of the admin " +"dashboard, click on DSpace Connector and then click on Past Imports, " +"which should appear below the DSpace Connector tab." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:62 56d4fec3da5341bfa10f9b77de193832 +msgid "" +"This page displays a table of Past DSpace Imports, with a checkbox option" +" to *Undo*, the *Job ID* for the import, the repository’s *Dspace " +"Collection Link*, any *Comments* made during import, the number of " +"*Items* imported, the *Date* of the import, the import *Status*, and the " +"*Owner*, or user who initiated the import." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:64 +#: ../../docs/modules/dspaceconnector.md:72 0e49328c1f404ffb9f641c0647ca9f65 +#: 99f5f8d87d9242f49118b78e505b8993 +msgid "" +"![Table of past imports showing two from " +"mars.gmu.edu](../modules/modulesfiles/mods_dspacepast.png)" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:66 be5340325de643ecb5d512af61ab78ee +msgid "Update Imported Resources" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:67 8ea62b4bfaad4f5495c530ddf38b755b +msgid "" +"To update resources created using the DSpace Connector, simply re-run an " +"import from the same source. The resources will be updated, not " +"reimported. This allows you to use the Connector to synch data between " +"your DSpace and Omeka S installations." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:69 e4f2d48f16e542e397b679ec74f46441 +msgid "Undo an Import" +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:70 8b4643f95f474a6c8a6efbc0942a3eff +msgid "" +"To undo a completed import and remove all associated items, go to the " +"DSpace Connector tab on the left-hand navigation of the admin dashboard, " +"click on DSpace Connector and then click on Past Imports, which should " +"appear below the DSpace Connector tab." +msgstr "" + +#: ../../docs/modules/dspaceconnector.md:74 188e93b83b384ec694e5985dd43ce943 +msgid "Check the box for each import you wish to undo and click submit." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/extracttext.po b/locales/fr/LC_MESSAGES/docs/modules/extracttext.po new file mode 100644 index 00000000..f9ae0b2f --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/extracttext.po @@ -0,0 +1,107 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/extracttext.md:1 bc489d3665794ad6bfc4a4c6a0fc4202 +msgid "Extract Text" +msgstr "" + +#: ../../docs/modules/extracttext.md:3 3760e0854773411e94c017f0c93fbe76 +msgid "" +"Once installed, this module will extract text from files to make them " +"searchable and machine readable. The extracted text will be added to a " +"property called \"extracted text\" in a vocabulary unique to that module." +msgstr "" + +#: ../../docs/modules/extracttext.md:5 04bbe98496224a01a23fc8f5a4027d0a +msgid "Supported file formats for this module are:" +msgstr "" + +#: ../../docs/modules/extracttext.md:7 2a0eccba8e4b40f3bcec9d07c45ab955 +msgid "doc" +msgstr "" + +#: ../../docs/modules/extracttext.md:8 332c927badc24a73b23d6a98c3651cd4 +msgid "docx" +msgstr "" + +#: ../../docs/modules/extracttext.md:9 da08b0486398488ba81a95f794e9deb3 +msgid "html" +msgstr "" + +#: ../../docs/modules/extracttext.md:10 d063792669d549d1a8d0a007216b176b +msgid "odt" +msgstr "" + +#: ../../docs/modules/extracttext.md:11 b938150f7fa243a9b4f895070db10d9a +msgid "pdf" +msgstr "" + +#: ../../docs/modules/extracttext.md:12 1b2efec04a484e98bec67a78673642ec +msgid "rtf" +msgstr "" + +#: ../../docs/modules/extracttext.md:13 199a737d52ad463b931b56c0a3f4dd60 +msgid "txt" +msgstr "" + +#: ../../docs/modules/extracttext.md:15 907d2361a5134342acc620bad5e1e7bd +msgid "" +"Please note that you must have the necessary extractors available on your" +" server for the module to run for these filetypes. To see which filetypes" +" will run on your installation, go to the Modules tab on your Omeka S " +"installation and click the configure button for Extract Text. This will " +"load a table showing you which extractors are available:" +msgstr "" + +#: ../../docs/modules/extracttext.md:17 63bd781de01249fb9b35b110ea3bfd28 +msgid "" +"![A table of extractors, as described below. All except docx2txt display " +"with the text Yes in green to the right of the extractor name. Docx2txt " +"displays with a red no.](../modules/modulesfiles/extracttext.png)" +msgstr "" + +#: ../../docs/modules/extracttext.md:19 86f0a84d9a834cb28f3798e196a20e40 +msgid "The extractors are:" +msgstr "" + +#: ../../docs/modules/extracttext.md:21 07a8f49d300e47f5b511097bea7007c8 +msgid "catdoc, used to extract text from DOC and RTF files." +msgstr "" + +#: ../../docs/modules/extracttext.md:22 b542fd01afe74961b12e78b6c1b4333d +msgid "docx2txt, used to extract text from DOCX files." +msgstr "" + +#: ../../docs/modules/extracttext.md:23 4b5b670ac6fe4a52b1aae1940b7faca8 +msgid "lynx, used to extract text from HTML files." +msgstr "" + +#: ../../docs/modules/extracttext.md:24 f60516b67c22443a88f45bb934f4a848 +msgid "odt2txt, used to extract text from ODT files." +msgstr "" + +#: ../../docs/modules/extracttext.md:25 f2b2e966ffba4b0a8b8e25cd5eee362b +msgid "pdftotext, used to extract text from PDF files." +msgstr "" + +#: ../../docs/modules/extracttext.md:26 447d3fb135ef46f0be59015d0f81c41e +msgid "filegetcontents, used to extract text from TXT files." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/fedoraconnector.po b/locales/fr/LC_MESSAGES/docs/modules/fedoraconnector.po new file mode 100644 index 00000000..e7f10367 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/fedoraconnector.po @@ -0,0 +1,178 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/fedoraconnector.md:1 a6358de28bb24157ade70b38a835a8a5 +msgid "Fedora Connector" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:3 afdd8ea3931640fa96566ce01b852ad1 +msgid "" +"Fedora Connector is a [module](../modules/index.md) for Omeka S which " +"allows you to connect an Omeka S instance to a " +"[Fedora](https://duraspace.org/fedora/) 4 repository in order to import " +"items from containers in that repository. In addition to importing " +"information, the Omeka S item will include a link back to the original " +"item." +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:5 5e6ca4b1c25a48d69d0a3caf6213c56c +msgid "" +"To install Fedora Connector, follow the instructions for [Installing " +"Modules](../modules/index.md#installing-modules) on the Modules " +"documentation. Following a successful installation you should be " +"redirected to the configuration page for Fedora Connector." +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:7 1811ec4f4fa64001b6c959268e8428f2 +msgid "Note that Fedora Connector only works with version 4 of Fedora." +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:9 89cb0581d7794656869a805f7948b2b7 +msgid "Configuration" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:10 7dbf3a00569d43e88541327ac7774d68 +msgid "" +"There are two options for configuring Fedora Connector, both of which " +"enable the creation of [vocabularies](../content/vocabularies.md) in your" +" Omeka S install." +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:12 b67b40ec4bd041278f7b425183ca1111 +msgid "" +"![Two checkbox options, the first being “Import Fedora Vocabulary” and " +"the second “Import Linked Data Platform " +"Vocabulary”](../modules/modulesfiles/mods_fcconfig.png)" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:14 49453133da984c56b533f244c8f939da +msgid "" +"The first checkbox offers the option to import the Fedora Vocabulary into" +" your Omeka S install’s Vocabularies. The second checkbox offers the " +"option to import the Linked Data Platform Vocabulary into your Omeka S " +"install’s Vocabularies. If you do so, data in these vocabularies will " +"also be imported into Omeka S." +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:16 ab09b0ae923e4a289ecce2ebde7331fa +msgid "" +"You can check these boxes when you first install Fedora Connector, or at " +"a later point via the `Configure` button in the " +"[Modules](../modules/index.md#managing-modules) list" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:18 b23583c589a248498b156a1f172ff364 +msgid "Import Data" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:19 e655cdce1c124a6c9a4c3a7c2e61b591 +msgid "" +"To use Fedora Connector, navigate to the tab labelled *Fedora Connector* " +"on the left-hand navigation of the admin dashboard. This will " +"automatically take you to the Import sub-tab." +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:21 698ca58f91314aa5b3d57d5d59cd9b59 +msgid "" +"![Fedora Connector navigation option with two sub-tab options for Import " +"and Past Imports](../modules/modulesfiles/mods_fcnav.png)" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:23 61fcac215ea942bfb4387c1605996793 +msgid "You should see a screen with the following options:" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:25 a289dc7f88bf4e928bbc9ea4fd267e72 +msgid "" +"*Fedora Container URI* for the Repository, Collection or Resource you " +"wish to import (required)" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:26 6a5e07250b0549c3adef14e648bd0493 +msgid "" +"*Import files into Omeka* checkbox, check yes if you want to import media" +" and other files attached to content (optional, recommended)" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:27 89451ce6e7824ad4b7e75537bf7b74fd +msgid "" +"*Ignore parent container* checkbox, check yes to only import descendents " +"of the parent container given in Container URI, not the parent container " +"itself (optional)" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:28 2013e89b6d024fa2bca8ad09722cd691 +msgid "" +"*Import direct descendents only* checkbox, check yes to only import " +"direct descendents of the container given in Container URI (no children " +"of children). If unchecked, all resources below container will be " +"imported recursively (optional)" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:29 18ef8c0b74294c448649e2652343e8e8 +msgid "" +"*Comment* for example, any notes to yourself or other users of the " +"installation (optional)" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:30 1ea1690e5a33441e9653b7ac6a79dcab +msgid "" +"*Import into* a selected [Item Set](../content/item-sets.md), if desired " +"(optional--note that the Item Set must already exist in order to import " +"into it)" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:32 83728018c35f40b1ab136513a5782bfa +msgid "" +"![Screenshot of the field options for Fedora " +"Connector](../modules/modulesfiles/mods_fcimport.png)" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:34 6a75b34691454e43b9068ba6a6011540 +msgid "" +"When the data is complete, press submit. You can track the status of the " +"import by navigating to the Fedora Connector > Past Imports tab or on the" +" [Jobs](../admin/jobs.md) tab of the left-hand navigation on the admin " +"dashboard." +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:36 b64c12b5ead54727962032543054827e +msgid "" +"Are your jobs starting and not completing? You might need to [set the " +"path for PHP](../configuration/) so that your system can perform the " +"background process to make the items." +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:38 a673a75e03dd4e58b648b696b379bc98 +msgid "Undo an Import" +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:39 44106aa629f8452cbe3db17e652106b3 +msgid "" +"To undo a completed import and remove all associated items, go to the " +"Fedora Connector tab on the left-hand navigation of the admin dashboard, " +"click on Fedora Connector and then click on Past Imports, which should " +"appear below the Fedora Connector tab." +msgstr "" + +#: ../../docs/modules/fedoraconnector.md:41 aba1db641f0941ddbe6fe3c727a3b992 +msgid "Check the box for each import you wish to undo and click submit." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/filesideload.po b/locales/fr/LC_MESSAGES/docs/modules/filesideload.po new file mode 100644 index 00000000..fa531ed0 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/filesideload.po @@ -0,0 +1,166 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/filesideload.md:1 1d41881106ba44d29336b4842d4e1c84 +msgid "File Sideload" +msgstr "" + +#: ../../docs/modules/filesideload.md:3 28a9c639fe2d4b5cb09a5c445f403738 +msgid "" +"This module adds the ability to add media files that are already stored " +"on the server where your Omeka S installation lives." +msgstr "" + +#: ../../docs/modules/filesideload.md:5 5ace14d9b467487793341b4acd22703e +msgid "File Sideload is compatible with [CSV Import](../modules/csvimport.md)." +msgstr "" + +#: ../../docs/modules/filesideload.md:7 6b08d1eb365f403b8e9ade62ac3efb78 +msgid "Create a Directory" +msgstr "" + +#: ../../docs/modules/filesideload.md:9 8a2b5938321e44fb9f55a281376fb26d +msgid "" +"Create a directory (folder) on your server. It can be within the File " +"Sideload module directory or on the same level as the Omeka S " +"installation." +msgstr "" + +#: ../../docs/modules/filesideload.md:11 4c835b7725f24dafa90489d7899b9c8e +msgid "" +"Upload files into this directory using your File Transfer Protocol (ftp) " +"client. All files must be in this directory to be accessible; any content" +" in a subdirectory will not register with the module." +msgstr "" + +#: ../../docs/modules/filesideload.md:13 ea2ad7790a344cecaa679329854d5200 +msgid "" +"Note that when browsing these files from the module to add as media, you " +"will only see the filenames, so you should name the files as clearly as " +"possible (\"StudyInScarlet_coverpapge\" is better than \"img001\")." +msgstr "" + +#: ../../docs/modules/filesideload.md:15 e3b73f35d92e415a996f51a662c80c35 +msgid "Configuration" +msgstr "" + +#: ../../docs/modules/filesideload.md:17 7cec3a0e78ba4b7cb809e2d078753677 +msgid "" +"After installing the module, you will need to configure the module to " +"tell it where the directory is located." +msgstr "" + +#: ../../docs/modules/filesideload.md:19 4c09a8491da34ab8964b6ad5aecef1ea +msgid "" +"From the modules tab of the left hand navigation, scroll to File Sideload" +" and click the configure button." +msgstr "" + +#: ../../docs/modules/filesideload.md:21 9db70fea12a64b64ac42f6baa3d1a7e7 +msgid "" +"![A red arrow points to the configure " +"button](../modules/modulesfiles/filesideload_config.png)" +msgstr "" + +#: ../../docs/modules/filesideload.md:23 546b281f53794f50a8650b1a56034c1f +msgid "The File Sideload module has two configuration options." +msgstr "" + +#: ../../docs/modules/filesideload.md:25 c694465690cb43ec92845f38a245b9ad +msgid "" +"**Sideload Directory**: the complete path, relative to the server root, " +"of the directory in which the files are stored." +msgstr "" + +#: ../../docs/modules/filesideload.md:27 088d62c5d59845d89fc6e34adf5802ec +msgid "" +"If you have shell access to the directory via terminal, you can copy and " +"paste the results of the command \"pwd\"." +msgstr "" + +#: ../../docs/modules/filesideload.md:28 54f07c1463f049a3adb6150c09f28428 +msgid "" +"If you are using a ftp application, copy out the path in the location bar" +" of the application." +msgstr "" + +#: ../../docs/modules/filesideload.md:30 c1c244a91a64416e86df99a6cfd3b45a +msgid "" +"**Delete sideloaded file?** If checked, any file added to an item as " +"media will be deleted from the sideload directory, as the file is now " +"saved as media in the Omeka S installation." +msgstr "" + +#: ../../docs/modules/filesideload.md:32 3005e174dceb4c96933a3f61645fbc62 +msgid "" +"If unchecked, the files will remain in the directory, and available to be" +" added as media to any item, until you manually remove them using an ftp " +"or shell client." +msgstr "" + +#: ../../docs/modules/filesideload.md:34 c28d17e0cf9e4a6889928445093d1528 +msgid "" +"![A red arrow points to the configure " +"button](../modules/modulesfiles/filesideload_config2.png)" +msgstr "" + +#: ../../docs/modules/filesideload.md:36 704a760deeb44f0d87688f0699fafefe +msgid "Add a sideload file to an item" +msgstr "" + +#: ../../docs/modules/filesideload.md:38 5f5f67410ca1464e9ed85e712bfd9c9b +msgid "" +"With File Sideload installed and configured, and files in the directory, " +"you can now use the module to add media to items." +msgstr "" + +#: ../../docs/modules/filesideload.md:40 5d7ee77f710543ba919c04c3aec4e808 +msgid "" +"When editing an item, go to the *Media* tab. The Add New Media sidebar " +"now includes a button for Sideload (at the very bottom)." +msgstr "" + +#: ../../docs/modules/filesideload.md:42 921200e872f5429385fa680586bd5697 +msgid "" +"![A red arrow points to the add sideload media " +"button](../modules/modulesfiles/filesideload_browse.png)" +msgstr "" + +#: ../../docs/modules/filesideload.md:44 05a2d6a982e944be8b3814ad74f3bf81 +msgid "Clicking on the button adds a Sideload media block. There are two fields:" +msgstr "" + +#: ../../docs/modules/filesideload.md:46 b0a63ed0e23d43e9b64f026ba81f6a38 +msgid "*Title*: Give the media file a new title (optional)" +msgstr "" + +#: ../../docs/modules/filesideload.md:47 43620245a31e4877aec4a2889842af65 +msgid "" +"*File*: select a file from this dropdown menu. The menu will load the " +"file names as they appear in the directory. Select one from the dropdown " +"and save changes." +msgstr "" + +#: ../../docs/modules/filesideload.md:49 736b56a2584f419bb4e70d56097c3bb0 +msgid "" +"![Sideload media options with the dropdown open, displaying file " +"names](../modules/modulesfiles/filesideload_addfile.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/index.po b/locales/fr/LC_MESSAGES/docs/modules/index.po new file mode 100644 index 00000000..a8d416a4 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/index.po @@ -0,0 +1,355 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/index.md:1 641d3a1267774afb87e658997d8981da +msgid "Modules Management" +msgstr "" + +#: ../../docs/modules/index.md:3 4106489006934f3e9bcd6ef59f8071fd +msgid "Modules extend the functionality of your Omeka S installation and sites." +msgstr "" + +#: ../../docs/modules/index.md:5 64a3375edac545b6b432c45de664f424 +msgid "Managing Modules" +msgstr "" + +#: ../../docs/modules/index.md:7 0bbd124617814cb3878f654ce123f179 +msgid "" +"To see what modules are installed on your Omeka S site, click on the " +"Modules link on the left-hand navigation of your [admin dashboard" +"](../admin-dashboard.md)" +msgstr "" + +#: ../../docs/modules/index.md:9 643c0ca1760e43dbbd67b7e9299371cc +msgid "" +"Note that only Global Administrators can install and manage modules. Site" +" Administrators can browse installed modules. Other users do not have " +"access to this tab." +msgstr "" + +#: ../../docs/modules/index.md:11 7bff6760ca374dcb99660bd71cccf173 +msgid "" +"![Screen capture of admin dashboard showing Modules tab " +"active.](modulesfiles/modulesbrowse.png)" +msgstr "" + +#: ../../docs/modules/index.md:13 1fd335602ea1490daed9e4e1e4eb117a +msgid "" +"Any modules which have been installed on the Omeka S install should " +"appear in the list of Modules. Each module displays the name of the " +"module with the version number, creator, and a summary of its function." +msgstr "" + +#: ../../docs/modules/index.md:15 d0ed5ea87df14039a6b08a361fd34327 +msgid "" +"![CSV import module label. It is version 0.1 alpha, created by RRCHNM, " +"and is summaries as \"import content from a CSV " +"file.\"](modulesfiles/moduleLabel.png)" +msgstr "" + +#: ../../docs/modules/index.md:18 d63d3210485644d9a252cbafc7a745b6 +msgid "" +"There are multiple buttons which can appear to the right of a module’s " +"label. Each button has both an icon and a label describing its action:" +msgstr "" + +#: ../../docs/modules/index.md:20 1b81539058f047d7bb628c0210527d60 +msgid "" +"*Configure* (a wrench icon): some modules have settings which can be " +"adjusted. Click this icon to adjust settings for the module in this row." +msgstr "" + +#: ../../docs/modules/index.md:21 cafaf7d4a8414c9a90e24145606f6cfc +msgid "" +"*Activate/Deactivate* (sliding switch): when a module is active, the " +"slider area background is transparent and the switch is to the left. When" +" inactive, the background of the slider area background is opaque and the" +" switch is to the right." +msgstr "" + +#: ../../docs/modules/index.md:22 56cf4152208749579e34f8f077b32008 +msgid "" +"*Install/Uninstall* (arrow and rectangle): use this button to install or " +"uninstall a module. When the arrow is coming from the rectangle, the " +"button will uninstall the module. When the arrow is pointing into the " +"rectangle, the button will install the module." +msgstr "" + +#: ../../docs/modules/index.md:24 45d2f2b03fe2444bb3e8d32ae58c5d07 +msgid "" +"![Icons described above, from right to left: configure, activate and " +"deactivate, install and uninstall](modulesfiles/moduleButtons.png)" +msgstr "" + +#: ../../docs/modules/index.md:26 af8f6f2a398f46359f199275f3cf1956 +msgid "" +"When a module has a new release, it will display on the browse page with " +"a message in green stating \"A new version of this module is available. " +"Get the new version,\" with a link to the download page for the module. " +"(See updating, below, for more information)" +msgstr "" + +#: ../../docs/modules/index.md:28 ac84bb75628f403a985d8dfe489eb449 +msgid "" +"![File Sideload module row on the module browse page. Below the " +"information about the module's version and function is the message quoted" +" above, written in dark green text on a bright green " +"highlight.](modulesfiles/moduleUpdatemsg.png)" +msgstr "" + +#: ../../docs/modules/index.md:30 3d8be7c5de5e46028cd806a6131adf1d +msgid "Installing Modules" +msgstr "" + +#: ../../docs/modules/index.md:31 23286c28b393486990d366400b4bcf43 +msgid "Add the Module to Omeka S" +msgstr "" + +#: ../../docs/modules/index.md:32 9980f82492924481848d87e9bcae59a5 +msgid "" +"In order to appear in the *Modules* table on the Modules tab of the Admin" +" Dashboard for your Omeka S installation, modules must be manually added " +"to the modules folder of the installation, using an FTP program or an ssh" +" connection." +msgstr "" + +#: ../../docs/modules/index.md:34 612a9e6272df4b57bab03d28367c77d8 +msgid "" +"Modules which have been registered with Omeka are available on the " +"[Modules](https://omeka.org/s/modules/) page of the Omeka S site. Other " +"modules may be made available by their authors in other locations." +msgstr "" + +#: ../../docs/modules/index.md:36 e2ea429be0fc4488b90a2ebc8086c1d7 +msgid "To add a module to the site using FTP" +msgstr "" + +#: ../../docs/modules/index.md:38 15d4da162b6146bc9c5199fb7f8dc48f +msgid "Download the zipped module to your computer." +msgstr "" + +#: ../../docs/modules/index.md:39 14235378396c4eebbcee0ce170387ff1 +msgid "" +"Open your FTP client, log on to the server that houses the Omeka S " +"install and navigate to the `/modules` folder (this should be located in " +"the main folder of the install)." +msgstr "" + +#: ../../docs/modules/index.md:40 e21033b178204a6da07c6de9b1c85726 +msgid "Upload the zipped module to the `/modules` folder" +msgstr "" + +#: ../../docs/modules/index.md:41 7f1930177ffb4ad08820ec073e5ccb40 +msgid "Unzip the module" +msgstr "" + +#: ../../docs/modules/index.md:43 9bdafa597c964e409e9f91d8443f8244 +msgid "" +"Please note that if you are downloading the folder for a module from " +"GitHub rather than the [Module Directory](https://omeka.org/s/modules/), " +"you need to be sure to download the [latest " +"release](https://help.github.com/en/articles/linking-to-releases) rather " +"than the version in active development. If you are unsure how to do this," +" please consult the [GitHub help files](https://help.github.com/en)." +msgstr "" + +#: ../../docs/modules/index.md:45 bf45b89379844d21a1cbec74c0058c8e +msgid "" +"You can also use ssh to clone a module directly from that module's git " +"repository. Do this only if you are comfortable with git, github, and " +"working with ssh." +msgstr "" + +#: ../../docs/modules/index.md:47 b533c6144c564fe39921fc49e2fc6e77 +msgid "Install the Module" +msgstr "" + +#: ../../docs/modules/index.md:48 bf7e0e6f9d414a1e8d1c9b0432f96e63 +msgid "" +"To install a module, navigate to the Modules tab on the left-hand " +"navigation of the admin dashboard of your Omeka S installation." +msgstr "" + +#: ../../docs/modules/index.md:50 05c7043c4d8e461ea0e3c8c9d210e88e +msgid "Find the module in the table and click the install button." +msgstr "" + +#: ../../docs/modules/index.md:52 85b36529ae164c3a917ee0a7f7db2146 +msgid "" +"The module is now installed. You should see a success message once the " +"page reloads. For modules with configuration options, you will be taken " +"immediately to the configuration page for that module. For all other " +"modules the Modules page will simply reload. On the Modules page, the " +"*Status* of the module should change from “Not Installed” to “Not Active”" +msgstr "" + +#: ../../docs/modules/index.md:54 780b7db5a1e34038adf5b3d2e35c3f4f +msgid "" +"![Success message with green highlight reading “The module was " +"successfully installed”](modulesfiles/mods_insuccess.png)" +msgstr "" + +#: ../../docs/modules/index.md:56 4f632b09440c43f2bd4096d82dc2ef59 +msgid "Modules are automatically activated when installed." +msgstr "" + +#: ../../docs/modules/index.md:58 f8c3e18364274ce8b597fa3c5323d803 +msgid "Activating Module" +msgstr "" + +#: ../../docs/modules/index.md:59 ae296f3f37634662bd8eebbec48b0459 +msgid "" +"If you have a module which is installed but inactive, click the activate " +"button to use the module." +msgstr "" + +#: ../../docs/modules/index.md:61 b3fbe2f32eb148a68f03aa8cf3a5a887 +msgid "" +"You should see a success message once the page reloads, and the *Status* " +"of the module should change from “Not Active” to “Active”" +msgstr "" + +#: ../../docs/modules/index.md:63 f90172ccae954424a3f06048415046de +msgid "" +"![Success message with green highlight reading “The module was " +"successfully activated”](modulesfiles/mods_acsuccess.png)" +msgstr "" + +#: ../../docs/modules/index.md:65 036b4b1ea5ac4b34bdabfe12f40ba289 +msgid "Configuring a module" +msgstr "" + +#: ../../docs/modules/index.md:66 27d5ce1c312d474a89f8916e704e5e76 +msgid "" +"Some, but not all, modules include the option to configure settings for " +"that module. If an active module displays the *configure* (wrench) " +"button, you may configure that module." +msgstr "" + +#: ../../docs/modules/index.md:68 0bab5e6b3ebc4839aba9068e065f55ed +msgid "" +"Information regarding configuration options for individual modules can be" +" found on the documentation page for those modules." +msgstr "" + +#: ../../docs/modules/index.md:70 7b28f15beec64bfc8a76bffecf6f12ff +msgid "Uninstalling a module" +msgstr "" + +#: ../../docs/modules/index.md:71 90176e9969ad4b8d9a1718cb5760469e +msgid "Removing a module is essentially installing in reverse:" +msgstr "" + +#: ../../docs/modules/index.md:73 74ac92bc079945cfb2689729f5054384 +msgid "Deactivate the module by clicking the *deactivate* button" +msgstr "" + +#: ../../docs/modules/index.md:74 3c2ffe760ab84498ad3d523595f43a21 +msgid "Uninstall the module by clicking the *uninstall* button" +msgstr "" + +#: ../../docs/modules/index.md:75 d74f5db041104fbfa7700d4c528f9e06 +msgid "" +"A drawer will open on the right side of the window asking you to confirm " +"that you want to uninstall the module. Click “Confirm Uninstall” to " +"continue." +msgstr "" + +#: ../../docs/modules/index.md:77 c0d805edeb4544c6bfee7d22a0b5d2ea +msgid "" +"![Uninstall module dialogue with the message “Are you sure you would like" +" to uninstall this module?”](modulesfiles/mods_confirmuninstall.png)" +msgstr "" + +#: ../../docs/modules/index.md:79 9d7f67677ef54762807ed77afbb47f7a +msgid "" +"The uninstalled module will continue to appear on your Modules page " +"unless the folder for the module is removed from the /modules folder on " +"the Omeka S installation, which can be done via FTP or SSH." +msgstr "" + +#: ../../docs/modules/index.md:81 b25499ed0bcf49e9a704d76fd82c4821 +msgid "Updating a module" +msgstr "" + +#: ../../docs/modules/index.md:82 4e452e4366034b5e85826c76ed00807c +msgid "To update a module using FTP:" +msgstr "" + +#: ../../docs/modules/index.md:84 6f3b0266effc435e872605ab8ecef852 +msgid "" +"From the Modules tab on your Omeka S installation, deactivate the module " +"you're going to update." +msgstr "" + +#: ../../docs/modules/index.md:85 2ecf0dab35d2432bbcc969a444463576 +msgid "" +"From the Omeka S website or other source, download the latest release of " +"zipped module to your computer." +msgstr "" + +#: ../../docs/modules/index.md:86 f7d83d67277d466089407e75127921c5 +msgid "" +"Open your FTP client and log on to the server that houses the Omeka S " +"install." +msgstr "" + +#: ../../docs/modules/index.md:87 69f1b20486c940c0bc000d34e10c2354 +msgid "" +"Navigate to the /modules folder (this should be located in the main " +"folder of the install)." +msgstr "" + +#: ../../docs/modules/index.md:88 d5161e72160242b99f5d5577f7d779ec +msgid "" +"Move the old copy of the module to your desktop (or somewhere else on " +"your local machine where you will be able to find it)." +msgstr "" + +#: ../../docs/modules/index.md:89 a0aa5f5ddd6549ee8591501a1b6f69a2 +msgid "" +"Use your FTP client to upload the zipped folder for the latest version of" +" the module to the /modules folder" +msgstr "" + +#: ../../docs/modules/index.md:90 8632094ca2094b929e94f9d144393e69 +msgid "In your FTP client, unzip the new version module" +msgstr "" + +#: ../../docs/modules/index.md:91 939503d613e54303963acbfe8a6c466a +msgid "" +"On the Omeka S installation dashboard, go to the Modules tab and activate" +" the new version of the module." +msgstr "" + +#: ../../docs/modules/index.md:93 491adf2237ab4eb697418010c598ec83 +msgid "" +"If you are concerned about problems with the update, be sure to keep the " +"older version of the module on your local machine in case you have to " +"switch them back. You would roll back in the same way you updated." +msgstr "" + +#: ../../docs/modules/index.md:95 b8078083d4a742f093c236083937c4f6 +msgid "" +"If you run into problems while updating, turn on [error " +"logging](../errorLogging) and post on the [Omeka " +"Forum](https://forum.omeka.org/c/omeka-s/modules)." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/mapping.po b/locales/fr/LC_MESSAGES/docs/modules/mapping.po new file mode 100644 index 00000000..49ab946c --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/mapping.po @@ -0,0 +1,888 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/mapping.md:1 38412029145c491c93b26356f8b4ed2c +msgid "Mapping" +msgstr "" + +#: ../../docs/modules/mapping.md:3 15e4f579f0994565ae4e68cf705a32f7 +msgid "" +"Mapping is a [module](../modules/index.md) for Omeka S which allows you " +"to geolocate Omeka S items and add interactive maps to [Site " +"Pages](../sites/site_pages)" +msgstr "" + +#: ../../docs/modules/mapping.md:5 74bf1ed69df04d0abcde3526bfe8a038 +msgid "" +"To install Mapping, follow the instructions for [Installing " +"Modules](../modules/index.md#installing-modules) on the Modules " +"documentation." +msgstr "" + +#: ../../docs/modules/mapping.md:7 32f3badf77a941f590f93c3926ea8bc2 +msgid "Mapping is compatible with [CSV Import](../modules/csvimport.md)." +msgstr "" + +#: ../../docs/modules/mapping.md:9 257cb2d6530f40e5bf835fdc0e9e7d55 +msgid "Item Mapping" +msgstr "" + +#: ../../docs/modules/mapping.md:11 83267c0149844f56b20dc990143ff04d +msgid "" +"To add a map to a new or existing item, click to edit the item. Navigate " +"to the _Mapping_ tab to add a map to the item. Selecting the tab will " +"open the map interface." +msgstr "" + +#: ../../docs/modules/mapping.md:13 5f1206588ca842f2abae65f516e0d7d7 +msgid "" +"![Screenshot of the Add/Edit Item Page with Mapping tab selected. Large " +"World Map with white buttons described " +"below](../modules/modulesfiles/Mapping_Item_Add.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:15 0f157ce68cbb445e80310a6a4166c9be +msgid "Manipulating the Map" +msgstr "" + +#: ../../docs/modules/mapping.md:16 fdfee2ea14634b7fb66d29021d872243 +msgid "" +"Small white buttons on the left side of the map control and modify the " +"appearance of the map. Hover over the buttons with the mouse to view " +"tool-tips." +msgstr "" + +#: ../../docs/modules/mapping.md:18 1b6aa813aaa140c7885acad924957a9e +msgid "" +"![Screenshot of the buttons on the map described " +"below](../modules/modulesfiles/Mapping_JustButtons.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:20 ca6c292c9709437991389f3cf3af16a4 +msgid "" +"**Zoom in**: The small white square with a black plus sign. Each click " +"zooms in one step." +msgstr "" + +#: ../../docs/modules/mapping.md:21 fc9263b4d92f43ca9ae71c154a367764 +msgid "" +"**Zoom out**: The small white square with black minus sign. Each click " +"zooms out one step." +msgstr "" + +#: ../../docs/modules/mapping.md:22 d7efbce9c03f4972ab2a1a872f1d528a +msgid "" +"**Draw a Marker**: The small white square with black bubble marker. When " +"you click the button your pointer becomes a blue marker. Click again on " +"the map to place the marker." +msgstr "" + +#: ../../docs/modules/mapping.md:23 14cecb53cc83476aa77f3d423b09a822 +msgid "" +"**Move Marker**: The small white square with black box and pencil icon. " +"This option is only available after a marker has been added. Click the " +"button and a pink box appears around each marker. Click a marker to move " +"it. Click again to place. Use the grey buttons to _Save_ or _Cancel_." +msgstr "" + +#: ../../docs/modules/mapping.md:24 fde750052e634897811fa700a42d64a1 +msgid "" +"**Delete Marker**: The small white button with a trashcan icon. This " +"option is only available after a marker has been added. Click the icon to" +" select a marker. Click the marker to be removed and it will disappear. " +"Use the grey buttons to _Save_ or _Cancel_ these changes." +msgstr "" + +#: ../../docs/modules/mapping.md:25 411b9ff220f44daca305d7b684ba5e4a +msgid "" +"**Search Address**: The small white square with a black magnifying glass " +"icon. Click to enter an address in the search bar." +msgstr "" + +#: ../../docs/modules/mapping.md:26 8b4cc48f17674b46a016a8727f6183e5 +msgid "" +"**Set the current view as default view**: The small white square with a " +"target or crosshair symbol. The map will default to a zoomed out (global)" +" view. Click to set the current view as the default view for this item." +msgstr "" + +#: ../../docs/modules/mapping.md:27 2542d09a9c854cc7bae31b0155a5f353 +msgid "" +"**Go to current default view**: The small black square with a black box " +"around a dot. The This option is only available after you have set a " +"default view. Click to pan and zoom map to the selected view for this " +"item." +msgstr "" + +#: ../../docs/modules/mapping.md:28 d0ed336f94ab4251929a5026b23fa2a0 +msgid "" +"**Clear the default center and zoom level**: The small white square with " +"a black \"X\". This option is only available after you have set a default" +" view. Click to clear pan and zoom preferences and return to the initial " +"global view." +msgstr "" + +#: ../../docs/modules/mapping.md:30 f3c6c9162f3241d2a3ed31f33bea6097 +msgid "" +"In addition to these options, you can also navigate the map using your " +"mouse or trackpad by scrolling to zoom and clicking and dragging to pan." +msgstr "" + +#: ../../docs/modules/mapping.md:32 7c3fd5f49f8743dd9bc25be22baab431 +msgid "Adding locations to an item" +msgstr "" + +#: ../../docs/modules/mapping.md:33 39cd39b994264f3c9df4048c80ed9013 +msgid "In order to add a location to an item, go to the Mapping tab." +msgstr "" + +#: ../../docs/modules/mapping.md:35 e77c15b821af41c8bae96705259751f8 +msgid "" +"To find the point where you want to locate the marker, you can do one of " +"the following:" +msgstr "" + +#: ../../docs/modules/mapping.md:37 755191c788714f5781b47e75b3d57e63 +msgid "Zoom and drag to find the location." +msgstr "" + +#: ../../docs/modules/mapping.md:38 b657a7926bd04213b302d151dbfb7d8f +msgid "Type the place name into the Search Address field (see Figure 4 below)." +msgstr "" + +#: ../../docs/modules/mapping.md:39 af106b9820a445f788794dd0e6fdd46c +msgid "" +"Note that this will populate as you type, and will not search locations " +"which do not match the formatting of the search function." +msgstr "" + +#: ../../docs/modules/mapping.md:40 6f700066110249e1bec2b4533e630433 +msgid "" +"Enter latitude and longitude coordinates into the search box. These " +"should be formatted as decimals, for example `38.897222, -77.064167`, not" +" `38° 53′ 50″ N, 77° 3′ 51″ W`" +msgstr "" + +#: ../../docs/modules/mapping.md:42 998cd643e36349c3bd9d4f796fdd00ed +msgid "" +"![Mapping tab with a search for \"Roosevelt Island\" in the search view. " +"Below the search field are a number of suggested " +"locations.](../modules/modulesfiles/Mapping_itemSearch.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:44 b2cb34baed3e4195a4d89e0312572e90 +msgid "" +"Click on the *Draw a Marker* tool in the right hand toolbar. Your cursor " +"will become a marker which can move around the map. To set the point, " +"click on the map." +msgstr "" + +#: ../../docs/modules/mapping.md:46 fb3221bd092d43e68a5f91a3bf84b1de +msgid "" +"![Mapping tab with an active marker being drawn. The marker has a tooltip" +" saying \"click map to place marker\"](../modules/modulesfiles/Mapping-" +"drawMarker.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:48 4e4822121fb443f0999f04c8aeb5250c +msgid "" +"You can now click on the marker to add a label which will display on " +"[public map views](#public-view) of the item. Be aware that this will " +"display in a large font." +msgstr "" + +#: ../../docs/modules/mapping.md:50 270a3691062f483ab14f0fdb611413d8 +msgid "" +"![Close up of map with a marker selected. There is a field to enter the " +"maker label.](../modules/modulesfiles/Mapping-addLabel.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:52 15b25fabcf9c4359942ac9146a2a34b0 +msgid "" +"When you are adding a label, you can also add an image to display on the " +"marker when clicked in the [public view](../modules/mapping/#public-" +"view). You can only select from images which has already been [attached " +"to the item as media](../content/items/#media). To remove the image, " +"select \"no Image\" from the sidebar." +msgstr "" + +#: ../../docs/modules/mapping.md:54 c5e91f7bfb344defbeba94656f818221 +msgid "" +"![Marker selected with Image added. The media is also visible in the " +"sidebar, along with an option for \"no image\"](../modules/modulesfiles" +"/Mapping-addImage.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:56 0a8af1beb74c4fd3a1892c317b0796fc +msgid "Editing markers" +msgstr "" + +#: ../../docs/modules/mapping.md:57 5d59eecaa31143e7a6f76bce6a9ba1f7 +msgid "" +"To edit the label or image, simply click on the marker. This will open " +"the options for the label and image, as seen above." +msgstr "" + +#: ../../docs/modules/mapping.md:59 489e6e6ba498448fb2c751866caf41f4 +msgid "" +"To **move a marker** you have added, use the \"Move marker\" button on " +"the left hand toolbar (small white square with black box and pencil " +"icon). Any marker on the map will become highlighted in a red, dotted-" +"line outline. Click and drag the marker you want to move." +msgstr "" + +#: ../../docs/modules/mapping.md:61 7d3ded10e8024e0cb4778393a9fb2125 +msgid "" +"To apply your changes, click the \"Save\" option which opens from the " +"\"Move marker\" button. To cancel the changes, click \"Cancel.\" If you " +"do not click save, the marker will not be moved." +msgstr "" + +#: ../../docs/modules/mapping.md:63 75130e75ad4f4890b3ffbd75dc13658d +msgid "![Marker being moved](../modules/modulesfiles/Mapping-moveMarker.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:65 363e1cc7846e42b0be8cd6a073e8365b +msgid "" +"To **delete a marker**, first click the \"Delete a marker\" in the left " +"hand toolbar (trash can icon). Click on the marker you want to delete; " +"this will remove the marker from the map. In order to make the deletion " +"permanent, you must click Save in the menu which opens from the \"Delete " +"a marker\" button." +msgstr "" + +#: ../../docs/modules/mapping.md:67 41a116dda8264fcb865be4c75d8732c6 +msgid "" +"Note that you can use the \"clear all\" button in the menu which opens " +"form the \"delete a marker\" button to clear all markers on the map." +msgstr "" + +#: ../../docs/modules/mapping.md:69 aa15ab9f36814ee4af4a3ef2997ee986 +msgid "![Marker being deleted.](../modules/modulesfiles/Mapping-deleteMarker.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:71 9ab49f785e2443589656a3d308752fe0 +msgid "Adding Map blocks to a site" +msgstr "" + +#: ../../docs/modules/mapping.md:72 c27b8c08fd774e4f81239856124aa639 +msgid "" +"There are two kinds of Mapping blocks which you can add to your site: Map" +" by attachments, where you manually add resources to the map block; and " +"Map by query, which allows you to use a search string to add resources to" +" the map block." +msgstr "" + +#: ../../docs/modules/mapping.md:74 8e6943b152bb4a519e1acdd877c63520 +msgid "" +"To add a map to a new or existing page, click to edit the page. On the " +"right, under _Add New Block_ , click the _Map_ tab to add a map to the " +"item (1). Selecting the tab will open the map block to the page (2). This" +" block includes customizable features for the map in collapsable panes. " +"Click the triangle to expand or collapse these fields (3)." +msgstr "" + +#: ../../docs/modules/mapping.md:76 ac7d6ca2ac6b4fd4bb3122b6c1298691 +msgid "" +"![Screenshot of the Page with Map Block selected. Block includes menu " +"options Default View, WMS Overlays and " +"attachments.](../modules/modulesfiles/Mapping_Page_MapBlock1.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:78 0c5ca166d28f4a1eafb1a1bb6715be5a +msgid "" +"The *Map by attachments* and *Map by query* blocks have largely the same " +"settings, with the exception of the final option." +msgstr "" + +#: ../../docs/modules/mapping.md:80 ec912af1118c4e74b4a9b2d2ec191f43 +msgid "Default View" +msgstr "" + +#: ../../docs/modules/mapping.md:81 ac31e8e4f41e445787cae6f453f823a4 +msgid "" +"This section lets you set the appearance and zoom level of the map. There" +" are three fields and a preview map. Within the preview map are buttons " +"which you can use to set the default zoom and location of the map. If you" +" do not set a default zoom or location, the map will adjust to display " +"all resources." +msgstr "" + +#: ../../docs/modules/mapping.md:83 ae949eafb62244a5baf85e063907a404 +msgid "" +"![Map by attachments block open to Default Settings. There is no " +"information in any field, and the preview map is zoomed in to level " +"2](../modules/modulesfiles/mappingBlockDefaultView1.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:85 7f7a831eb4b04f91ad7c1b05827ab081 +msgid "" +"*Basemap provider:* select from a dropdown of basemaps. Once selected, " +"the preview map will update to show you the appearance of that map. The " +"default is OpenStreetMap.Mapnik." +msgstr "" + +#: ../../docs/modules/mapping.md:87 40ea051d23d64a21801bbda2ae23e1f5 +msgid "" +"Minimum zoom level:* set the minimum zoom for the map. Fully zoomed out " +"is 0." +msgstr "" + +#: ../../docs/modules/mapping.md:89 7305562c184a4f64af4eb3d45741fbdc +msgid "" +"Maximum zoom level: set the maximum possible zoom level. The highest is " +"19. Some basemaps do not function at higher levels; you will want to " +"check to be sure you set your maximum at a level where you basemap is " +"visible." +msgstr "" + +#: ../../docs/modules/mapping.md:91 49a5c0dd88734e06be282c1747629124 +msgid "" +"Between the fields and the preview map is a message which tells you the " +"current zoom level, as you zoom using the plus and minus buttons on the " +"preview map or the scroll on your comptuer. Use this to help you " +"determine where you want to set your minimum and maximum zoom levels." +msgstr "" + +#: ../../docs/modules/mapping.md:93 ba5a8a4deaa8496e9d5bc87adbd81dd9 +msgid "Within the preview map, there are five buttons:" +msgstr "" + +#: ../../docs/modules/mapping.md:95 0703df44ef824d958a4faba22fece50f +msgid "" +"*Zoom in:* The small white square with a black plus sign. Each click " +"zooms in one step." +msgstr "" + +#: ../../docs/modules/mapping.md:96 5972e143de0a4283b7b007b4b0b7e0fe +msgid "" +"*Zoom out:* The small white square with black minus sign. Each click " +"zooms out one step." +msgstr "" + +#: ../../docs/modules/mapping.md:97 d970bca96e2b432f8242dbc8f0679a6b +msgid "" +"*Set the current view as default view:* The small white square with a " +"target or crosshair symbol. The map will default to a global view. Click " +"to set the current view as the default view." +msgstr "" + +#: ../../docs/modules/mapping.md:98 ca0c74b8287446e19e1a6accb7e1d1d1 +msgid "" +"*Go to current default view:* The small black square with a black box " +"around a dot. This option is only available after a default view has been" +" set. Click to pan and zoom map to the selected view." +msgstr "" + +#: ../../docs/modules/mapping.md:99 6e06d5b046874750af6b426a15228ad5 +msgid "" +"*Clear the default center and zoom level:* The small white square with a " +"black \"X\". Click to clear pan and zoom preferences and return to the " +"initial global view." +msgstr "" + +#: ../../docs/modules/mapping.md:101 b852f4d5013c4c8887d709e9e6a74165 +msgid "" +"![closeup of the mapping buttons with labels " +"added](../modules/modulesfiles/mappingBlockDefMapButtons.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:103 c3bbac0739e347b7afd20031bca30f95 +msgid "WMS Overlays" +msgstr "" + +#: ../../docs/modules/mapping.md:105 2373195c45694bdfb697abaed6a13398 +msgid "" +"Add, edit, and delete [Web Map Service " +"(WMS)](https://mapserver.org/ogc/wms_server.html) overlays." +msgstr "" + +#: ../../docs/modules/mapping.md:107 152471fcc2ac4f7f8884846cd5d54919 +msgid "" +"*Label:* Create a unique, descriptive label for the map overlay. This " +"will be visible to visitors and should be used to differentiate between " +"overlays." +msgstr "" + +#: ../../docs/modules/mapping.md:108 fe0850743ca748068a11cabd2b038ea6 +msgid "*Base URL:* Add a URL to the WMS map." +msgstr "" + +#: ../../docs/modules/mapping.md:109 6e18e7024ae74b71add95c3aee0b3dd9 +msgid "*Layers:* Any layers you wish to use, separated by commas." +msgstr "" + +#: ../../docs/modules/mapping.md:110 672845db57dd43b88af58f5fb880b1e5 +msgid "*Styles:* Any styles you wish to use, separated by commas." +msgstr "" + +#: ../../docs/modules/mapping.md:112 9d64ef5b0fdf42dba01d0be599dcb6d1 +msgid "" +"Click Add Overlay to create the overlay. Click _Clear Inputs_ to clear " +"each of the fields. Multiple overlays can be added." +msgstr "" + +#: ../../docs/modules/mapping.md:114 2e02e8ac8f9e4af0b67431bfbe8d0df1 +msgid "" +"![Map page block with only the WMS Overlays section open. All of the " +"mentioned fields are " +"empty](../modules/modulesfiles/Mapping_Page_Overlays.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:116 5828543b4adc41eaa522beda7561e9f0 +msgid "" +"Once you have added an overlay, it will appear above the fields for " +"adding overlays." +msgstr "" + +#: ../../docs/modules/mapping.md:118 263fc4d13b5c47f2949dd6ff4d592525 +msgid "" +"Choose a default overlay by checking the box next to it. Edit an overlay " +"by clicking on on the red pencil edit button, or click the red trashcan " +"icon to delete the overlay." +msgstr "" + +#: ../../docs/modules/mapping.md:120 a14881a1758c428a858b4c162b464e14 +msgid "" +"![Screenshot of the WMS Overlays with empty fields and the US and " +"Territories overlay above the fields. A blue arrow points to the " +"overlay](../modules/modulesfiles/Mapping_Page_Overlays2.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:122 6d8f343c3b28461a89972cc55faf5ba6 +msgid "Timeline" +msgstr "" + +#: ../../docs/modules/mapping.md:123 0237b4292fe84b4584b3abbb31de1664 +msgid "" +"Timeline adds a timeline display to the left of the map view. Note that " +"this feature requires the " +"[NumericDataTypes](../modules/numericdatatypes/) module and at least one " +"item that has a property with a Timestamp or Interval value (applied via " +"the [resource template](../../content/resource-template/))." +msgstr "" + +#: ../../docs/modules/mapping.md:125 af6d72370e5b4e67ade13ce56f6e41db +msgid "" +"*Title headline:* displays on the first slide of the timeline (see " +"[\"Timeline public view\"](../../modules/mapping/#timeline-public-view) " +"below). You can use this to name the timeline." +msgstr "" + +#: ../../docs/modules/mapping.md:126 2567f147227840e18b0531874e05547f +msgid "" +"*Title text:* appears below the title headline on the first slide of the " +"timeline (see [\"Timeline public view\"](../../modules/mapping/#timeline-" +"public-view) below). You can use this to provide context or narrative " +"introduction for the timeline." +msgstr "" + +#: ../../docs/modules/mapping.md:127 3d139eb06f7b46c490b344e12bc74d7f +msgid "" +"*Fly to:* is a dropdown menu where you can set the zoom level for each " +"point in the timeline on the map. Your options are default view, or zoom " +"levels 0-18 (even numbers only). The higher the number, the more zoomed " +"in the map will be." +msgstr "" + +#: ../../docs/modules/mapping.md:128 91653187af0a4bbe9ae1840fc5371de9 +msgid "" +"Note that the transition between points is animated, so if you have very " +"distant points the shift between them will involve a significant zoom out" +" and in." +msgstr "" + +#: ../../docs/modules/mapping.md:129 8122112df6974543a6c812124457f867 +msgid "" +"*Show contemporaneous events:* sets how two events with the same " +"timestamp or interval are displayed. If checked, contemporaneous events " +"will both display in the map when active in the story slider." +msgstr "" + +#: ../../docs/modules/mapping.md:130 b6a281a7f1804ac2a81d615dcb570546 +msgid "" +"For timestamp properties, if two events have a date of \"1 January " +"2000,\" both events will show on the map when either is in the story " +"slider." +msgstr "" + +#: ../../docs/modules/mapping.md:131 e8f11b60ace844308b46e2a81a22bdf5 +msgid "" +"For interval properties, if one event has an interval of \"28 July 1914 -" +" 11 November 1918\" and another has an interval of \"January 1819- " +"December 1920\" both events will show on the map when either is in the " +"story slider." +msgstr "" + +#: ../../docs/modules/mapping.md:132 42755609740d4893a0eb8b282e2fe2b8 +msgid "" +"Note that this setting only works with the default view of Timeline " +"navigation position." +msgstr "" + +#: ../../docs/modules/mapping.md:133 eafac180277e48f187f187022abf0122 +msgid "" +"*Timeline navigation position:* by default, the timeline displays with " +"the story slider, to the left of the map. Using this dropdown, you can " +"change where the story slider displays. Options are:" +msgstr "" + +#: ../../docs/modules/mapping.md:134 02168b8ce7c343fda3e2af76d47a8427 +msgid "Default position" +msgstr "" + +#: ../../docs/modules/mapping.md:135 8c8e0eca2f71437ea63c9912536668bc +msgid "Full width, below story slider and map" +msgstr "" + +#: ../../docs/modules/mapping.md:136 9a4b99a84bcf41d78f3d53c02e8ff91c +msgid "Full width, above story slider and map" +msgstr "" + +#: ../../docs/modules/mapping.md:137 c0382518b8894572b2f2d11c24083c87 +msgid "" +"*Property:* a dropdown menu; select the timestamp or interval property to" +" use when populating the timeline. The dropdown menu will populate with " +"the properties which have been defined in a resource type as using " +"numeric data types Interval or Timestamp." +msgstr "" + +#: ../../docs/modules/mapping.md:138 f0c30794f6de45d6abcf43a793814d46 +msgid "" +"You may want to make a note of which property and numeric data type you " +"are using before creating the map block. The dropdown only displays the " +"term and data type but not which template it is associated with, for " +"example `Date Created (numeric:timestamp)`." +msgstr "" + +#: ../../docs/modules/mapping.md:139 9646d51930114f399c10320976e5cbea +msgid "" +"Noted that you can only select *one* property per timeline. You cannot " +"mix timestamp and interval data." +msgstr "" + +#: ../../docs/modules/mapping.md:141 c8f274b0a58f4347ab50b7c145fe90f3 +msgid "" +"![Mapping block with all options collapsed except Timeline, which shows " +"options as described, all empty](../modules/modulesfiles/mapping-" +"timelineBlock.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:143 61c7bf95c4f6443a953b3edff165c6e6 +msgid "" +"To remove the timeline from a map block, click the X on the far right of " +"the Property dropdown." +msgstr "" + +#: ../../docs/modules/mapping.md:145 8eaff011060c4d2e8a6c411e7f32b5fc +msgid "" +"To see how the various settings of the timeline block appear on the " +"public side, please see the [Timeline Public View](#timeline-public-view)" +" section below." +msgstr "" + +#: ../../docs/modules/mapping.md:147 4e7e547d576043e68f7b339aa5cb2c08 +msgid "Attachments (Map by attachments block)" +msgstr "" + +#: ../../docs/modules/mapping.md:149 4ed88b4d90514d62afa2f3091670e7ae +msgid "Markers are added to the map using _Items_." +msgstr "" + +#: ../../docs/modules/mapping.md:151 454d32f1bd86466da4412ce4de13f648 +msgid "" +"Click _Add Attachment_ (1) to select them from a list on the right (2). " +"Note: This list will only be populated by items that have at least one " +"location added to them (when editing the item)." +msgstr "" + +#: ../../docs/modules/mapping.md:152 8ceed785ee394175a59df9a4dc83e50e +msgid "Clicking an item adds it to a list in the Attachments pane (3)." +msgstr "" + +#: ../../docs/modules/mapping.md:153 c26b2205326d4ceba5c7f7064d27f792 +msgid "Click and drag items in this list to reorder them." +msgstr "" + +#: ../../docs/modules/mapping.md:154 50cb6e6c520d499d9faef7328102723e +msgid "Delete items by clicking the red trashcan." +msgstr "" + +#: ../../docs/modules/mapping.md:156 71235e2e5d5c4bb3801d763b462ecd6d +msgid "" +"![Screenshot of the map with Add Attachment selected. On the right a list" +" of items.](../modules/modulesfiles/Mapping_pageAttachments.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:158 079d8f68fd3a4c08baa51058d6e1a2a1 +msgid "" +"To add multiple items at once, click the \"quick add\" slider just above " +"the list of items in the right hand drawer. This will add a checkbox to " +"the left of each item. Check the boxes of those items you want to add to " +"the map, then click the \"Add selected\" button at the bottom of the " +"drawer." +msgstr "" + +#: ../../docs/modules/mapping.md:160 88b20e39814f4d039a44bd2698c0e6a9 +msgid "" +"![Drawer with bulk add option activated](../modules/modulesfiles/Mapping-" +"bulkAttachments.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:162 c5b2f05e329f4caeac77312b47310762 +msgid "Query (Map by query)" +msgstr "" + +#: ../../docs/modules/mapping.md:163 04459925ee4c483d83b8b3451b21552e +msgid "" +"In order to use this block, you will need to run a query, or search, in " +"your items. From the search results page, copy everything in your " +"browser's address bar starting with the question mark all the way to the " +"end of the search url (to the right)." +msgstr "" + +#: ../../docs/modules/mapping.md:165 d171f2e6994a43f89f823f683236108d +msgid "" +"![The address bar and very top of a search results " +"page.](../sites/sitesfiles/sitespg_bpquery.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:167 dacd3d9e27814a76b359e214dc572305 +msgid "" +"Paste the query string into the Query field in the Map by query block. " +"Note that at no point will items display on the admin side. You will need" +" to go to the public view to see the items which result from your query." +msgstr "" + +#: ../../docs/modules/mapping.md:169 5071b2829cdf41c68595a00c3cbce15d +msgid "" +"![A map by query block open to the Query section. There is a query pasted" +" into the field.](../modules/modulesfiles/mapping-blockQuery.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:171 4f56a71327fb4752b154a7cf3e602e2e +msgid "Public view" +msgstr "" + +#: ../../docs/modules/mapping.md:172 21291c49a5a54d2fbc032605321dedfa +msgid "" +"A map block will display on a public page at full page width. If you have" +" settings in the [default view](#default-view) of the block, these should" +" be applied. Otherwise the block will zoom so that all of the items are " +"visible." +msgstr "" + +#: ../../docs/modules/mapping.md:174 8ce63933a5634d45b119cee71deb4aa7 +msgid "" +"Viewers can zoom either using the scroll function of their computer or " +"the Zoom in/out buttons on the left side of the map." +msgstr "" + +#: ../../docs/modules/mapping.md:176 20fecbb296174bae9c76afd71a2f3e2b +msgid "" +"![Map block with three individual markers and two green cluster circles " +"of two markers. The map shows a portion of southern " +"England.](../modules/modulesfiles/mapping-public.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:178 19460cf8b103460d8733d65a7c02de5d +msgid "" +"Each item will display as a marker on the map. Markers which are close " +"together will display as a cluster circle, with a number indicating how " +"many items share that location. As you zoom in, these clusters may break " +"open." +msgstr "" + +#: ../../docs/modules/mapping.md:180 b85b412b86104089a96a30f38dd9693b +msgid "" +"Clicking on a marker will open a label for that marker. If you have not " +"added a label or image for the marker, it will simply say \"view item.\" " +"If you have added a label, it will show the label, as well as " +"representative media and a link to the media if the marker has one." +msgstr "" + +#: ../../docs/modules/mapping.md:182 6b76e91b088749fdb64513461b032113 +msgid "" +"Item mapping marker with label only: ![](../modules/modulesfiles/mapping-" +"publicLabel.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:185 737ee1ef64684666b0451192ccd26b73 +msgid "" +"Item mapping marker with label and image: ![](../modules/modulesfiles" +"/mapping-publicLabelImg.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:188 ffa39d29adb84992b9906d227efe43b9 +msgid "" +"Item mapping marker with no label or image: ![](../modules/modulesfiles" +"/mapping-publicNoLabel.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:191 297fe5387dc44840bbbd329ae357ed0a +msgid "Timeline Public view" +msgstr "" + +#: ../../docs/modules/mapping.md:192 a5f3a7b41a9c4d43a0998e26657c6f1d +msgid "" +"On the public side, the timeline will display to the left of the map, or " +"above the map on mobile views. Each item appears on both the map and the " +"timeline." +msgstr "" + +#: ../../docs/modules/mapping.md:194 64d9f55ff1b94fea8c96ca598f57dd21 +msgid "" +"On a map block with timeline, the block initially loads with the map " +"either at default view or zoomed to display all markers. The timeline " +"will display the title headline and text, as seen below:" +msgstr "" + +#: ../../docs/modules/mapping.md:196 79bf909a8e6f4728b4a8c27942b20954 +msgid "" +"![Map block with timeline, displaying the first slide of the timeline. " +"There are two lines of text, a larger font reading \"Title Headline\" and" +" below it smaller font reading \"title text\".](../modules/modulesfiles" +"/mapping-timelinePublic1.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:198 d48352d38563418c92b46466c93f71ba +msgid "" +"In the timeline half of the display, information appears on the top and " +"the timeline on the bottom. The timeline viewer has zoom buttons which " +"increase or decrease the horizontal display of time (zoom in for year by " +"year, zoom out to see decades at once). The arrow below them returns the " +"viewer to the title slide." +msgstr "" + +#: ../../docs/modules/mapping.md:200 5a529da3c9a24a6b985f4df3959f14b2 +msgid "" +"When mousing over the timeline, the cursor changes to a four-directional " +"arrow. Viewers can hold and drag left and right to scroll through the " +"timeline. They can also navigate between items using the semi-opaque " +"right and left arrows on the information area of the display." +msgstr "" + +#: ../../docs/modules/mapping.md:202 29127fd62b22443d812736b7005e39a2 +msgid "" +"Clicking on a maker will display that item's date or interval, title, " +"description, and attached image. The information area has a scroll bar " +"for longer material. The title acts as a link to the item's show page." +msgstr "" + +#: ../../docs/modules/mapping.md:204 27bee86a7d6a4882955fe4356ddf4b36 +msgid "" +"![Map block with timeline, displaying the interval item \"Steventon " +"Rectory, 1775-1801\". The information area includes the beginning of a " +"long paragraph describing the item. The marker for the rectory in the " +"timeline runs off the right side of the timeline, which displays " +"1760-1800.](../modules/modulesfiles/mapping-timelinePublic2.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:206 12a74fc7b40a4aaa86cc3ace67de848d +msgid "" +"Whenever an item is selected, its marker in the timeline will show up " +"with a highlight to indicate that it is active." +msgstr "" + +#: ../../docs/modules/mapping.md:208 057035348fb747a18c5a9aee0b85010e +msgid "" +"**Numeric:Interval appearance** Interval properties display as a long bar" +" running horizontally across the timeline, with bars reaching down to the" +" timeline at the start and end dates of the interval. Overlapping " +"intervals will stack." +msgstr "" + +#: ../../docs/modules/mapping.md:211 76123322be44431f980261a98fa455a7 +msgid "" +"![Interval timeline with both Steventon Rectory and Reading Abbey Girls' " +"School. The latter is open and highlighted in the timeline display; it is" +" shorter than and nested under the timeline display for the " +"Rectory.](../modules/modulesfiles/mapping-timelinePublic3.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:213 40035fcdd6234c06ad0d36630771559a +msgid "" +"**Numeric:Timestamp appearance** Timestamp properties display as a flag " +"on the timeline, with one bar anchoring them to the timeline. Items which" +" overlap either due to date or long text will stack." +msgstr "" + +#: ../../docs/modules/mapping.md:216 09c5704001ea422180eeef6d1727c8c9 +msgid "" +"![Timestamp timeline showing markers for the births of Cassandra and Jane" +" Austen in the 1770s](../modules/modulesfiles/mapping-" +"timelinePublic4.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:218 ca805cf760924c13b596064d6fe6a26f +msgid "" +"**Timeline navigation position** If you select \"full width, below story " +"slider and map\" in the \"Timeline navigation position\" dropdown, the " +"timeline and map will display as follows:" +msgstr "" + +#: ../../docs/modules/mapping.md:221 883f1c4dd16b411a99a6971ae524a0d8 +msgid "" +"![Timeline start page slide, with the timeline displaying full width " +"below the map and story slider](../modules/modulesfiles/mapping-" +"timelinePublicBelow.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:223 b8a330cc86fa40f8968a75b4c4ffb41e +msgid "" +"If you select \"full width, above story slider and map\", the display " +"will be similar but with the timeline above." +msgstr "" + +#: ../../docs/modules/mapping.md:225 da35303761bd4c5295a0e3459d94b336 +msgid "" +"**Show contemporaneous events** When \"show contemporaneous events\" is " +"checked, the map zooms to display all events which take place on the same" +" day." +msgstr "" + +#: ../../docs/modules/mapping.md:228 3838f9d82ac44ac29f0e9a628607159d +msgid "" +"In the image below, the timeline is using interval data. The event " +"\"Reading Abbey Girls' School\" (March 1785 - December 1786) takes place " +"within the same period as \"Steventon Rectory\" (1775-1801), so the map " +"is zoomed out to display the location markers for both events." +msgstr "" + +#: ../../docs/modules/mapping.md:230 701de8e742b140c8a5f0073b957001a9 +msgid "" +"![image as described](../modules/modulesfiles/mapping-" +"timelinePublicSCE.png)" +msgstr "" + +#: ../../docs/modules/mapping.md:232 5dc0bc73ac174c0dabe428310a42ddaa +msgid "Troubleshooting" +msgstr "" + +#: ../../docs/modules/mapping.md:233 998d139516794257b3215f1b05d06c44 +msgid "" +"If you would like to remove the mapping location from an item, you must " +"delete all the map modifications. First, click to delete each marker " +"(click the Delete a Marker button, select the marker, click to save) and " +"then click to clear the default center and zoom level (click the Clear " +"the default and zoom level button. The map will return to a global view)." +" Click to save the item and confirm that the map no longer appears." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/metadatabrowse.po b/locales/fr/LC_MESSAGES/docs/modules/metadatabrowse.po new file mode 100644 index 00000000..3b2f5b83 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/metadatabrowse.po @@ -0,0 +1,320 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/metadatabrowse.md:1 8bc87fc959964bb4a54e1fbce0018c96 +msgid "Metadata Browse" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:3 b73797ef9b7542c08ce1d43c43958d80 +msgid "" +"The Metadata Browse module makes it possible to browse all resources that" +" share a value for a particular metadata property." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:5 0be0aa07be7c459cb4c478cab35aaa42 +msgid "" +"It does this by adding a link below selected properties that reads \"See " +"all items with this value\"; when clicked, the module returns the results" +" of that search (property value is equal to input). In function it is " +"similar to the Omeka Classic plugin [Search by Metadata](http://omeka.org" +"/add-ons/plugins/search-by-metadata/)." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:7 18aebca6a31c448597a16e53075c75a5 +msgid "" +"The module's browse function is applied on the admin side when the module" +" is active, and can be enabled on the public side of individual sites, " +"on a site-by-site basis." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:9 cdd106e99ba94e8eace874297f545d57 +msgid "Configuration Options" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:10 84481286700a4d638e407f8d82265fa3 +msgid "" +"Once you have installed and activated the module, you can configure it " +"from the Modules tab of the left-hand navigation. Click the Configure " +"button, with the wrench icon, to the right of the Metadata Browse label." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:12 45bdb87bbdc2447b80f2cc0c9306e78e +msgid "" +"The module has two checkbox configuration options, Global Configuration " +"and Direct Links. If Use global configuration is checked, you will also " +"be able to select properties from a right-hand sidebar." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:14 ad2dd8b68a774e0abec0e405151e77c6 +msgid "" +"![Metadata Browse configuration " +"settings](../modules/modulesfiles/mdbr_config2.png)" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:16 1b848a2ec78842358c6b7bcc7e776a4b +msgid "Global Configuration checkbox" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:17 28537901f4964cd5b98082245072565c +msgid "" +"The \"Use global configuration on admin side\" checkbox determines how " +"the properties available for *admin side* metadata browsing (on items and" +" item sets views) are determined: by aggregating the properties selected " +"on all of the sites in the installation (unchecked) or limited to only " +"the properties." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:19 0663d9823d6e43bc8b11d056a74a90e7 +msgid "" +"When the box is *unchecked*, metadata browse on the admin side (and only " +"the admin side) aggregates the metadata browse settings for all " +"individual sites and applies them to every item and item set in the " +"installation." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:21 a0c4fd25ba81459e97d66bab908237b9 +msgid "" +"Leaving the box unchecked allows installation users to browse the " +"properties on the admin side which they have set as key on their sites. " +"For example, a site about various artists might have the Metadata Browse " +"enabled for 'Creator' (Dublin Core), while a site collecting conference " +"papers might enable Metadata Browse for 'presented at' (Bibliographic " +"Ontology); with the box unchecked, both 'Creator' and 'presented at' " +"would have Metadata Browse enabled on the admin views of all items and " +"item sets on the installation." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:23 20a78de7dfe345dd98587ca3cc33e595 +msgid "" +"When the box is *checked*, individual site settings still apply on the " +"public views of those sites, but are not used on the admin side. Instead," +" only those properties selected in the Metadata Browse module " +"configuration settings (the current page) are used on the admin side. So " +"if the global admin of the installation example above checked the Global " +"Configuration box and only enabled the properties 'Title' and 'Creator', " +"then the 'presented at' property would not include a \"See all items with" +" this value\" option on the admin side item browse." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:25 e26d79106ac640eb8f5a20c84fa98b61 +msgid "" +"Checking the box can be used to limit the number of properties which have" +" Metadata Browse enabled on the admin side. If, for example, the site " +"about various artists mentioned above was using Metadata Browse on every " +"possible property, those Metadata Browse links would still be visible on " +"their site, but would not show up on the admin side. Instead, the Global " +"Administrator(s) could decided which properties to enable browsing on for" +" the admin side, thus reducing visual clutter." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:27 1dc524c975874b98a9ec0ff2fbcba43c +msgid "Direct Links checkbox" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:28 8b8bf83b0c0a4b5fac421a6df6855742 +msgid "" +"The \"Direct Links\" checkbox sets how metadata browse links are " +"displayed on both the admin side and across all sites." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:30 c5353738d4f44479aa2ed259250cde1e +msgid "" +"If this box is unchecked, the properties which have been selected for " +"metadata browse will display with a red textual link under them which " +"reads \"see all items with this value\". Clicking on the link text opens " +"the page of items with matching metadata." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:32 d8f191829572462d9620d9232aa476fb +msgid "" +"In this example, metadata browse is active for the \"Date of " +"Publication\" property:" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:34 5e0465b8eb82447dad9cbd581cfe4892 +msgid "" +"![The item *Sense and Sensibility*. The date property has text as " +"described, and is indicated with a blue arrow.](../modules/modulesfiles" +"/mdbr-directlinkNo.png)" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:36 d94c3c70f22a402da6cc2571e40dd0a2 +msgid "" +"If this box is checked, the values of the properties themselves become " +"the link, similar to how a property populated by a resource displays. In " +"this case, clicking on the property value itself opens the page of items " +"with matching metadata." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:38 d012f010c67f41e0960104a379fda42a +msgid "" +"![The item *Sense and Sensibility*. The date property displays as a link," +" and is indicated with a blue arrow.](../modules/modulesfiles/mdbr-" +"directlinkYes.png)" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:40 d51947ce85b64fa8a10c5650d80df188 +msgid "Choose properties" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:41 30ab6c35842b4da8af08bd97916a2fc3 +msgid "" +"Selecting properties for Metadata Browse in the Module configuration will" +" only work if the *use global configuration* checkbox is checked (see " +"[above](#global-configuration-checkbox))." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:43 94ced36526e14528960cb0d854fa8b87 +msgid "" +"Select the properties from the sidebar by clicking on the desired " +"property. It will load under the prompt \"Choose properties\"." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:45 f592163f26cc48709730016b635c4122 +msgid "" +"![Metadata Browse configuration, some properties " +"selected](../modules/modulesfiles/mdbr_config4.png)" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:47 898f970bb5c842b3b4952a4bf46013c9 +msgid "" +"To remove a property simply click the trash can/delete icon to the right " +"of the property label." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:49 1e605b15ab9a444da5842c2f60cc4559 +msgid "Admin side browse" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:51 4ebcd0bb3c594b0b813e6933d4d588c9 +msgid "" +"Once you have selected properties for Metadata Browse, either in the " +"configuration for the module or on at least one site, you will be able to" +" search for exact matches to item and item set properties on the admin " +"side." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:53 db2f9c9c4a1d47b3bcc003b145ee1a6a +msgid "" +"When viewing the metadata of any item (not when editing), you will be " +"able to browse those properties as exact match for any other item in the " +"installation with that value in that property. If the direct [direct link" +" checkbox](#direct-links) is active, these properties will display as " +"links; if not, they will display with the text \"see all items with this " +"value\" just below the value for the property." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:55 48121e4642434d2c891dc31e8223b8d7 +msgid "" +"![Admin side view of item with red arrows pointing to the metadata browse" +" links](../modules/modulesfiles/mdbr_admin1.png)" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:58 d5732fba66074d099079351841725cb3 +msgid "Metadata Browse on Sites" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:59 90610b8530f14832bf3214c28d36b127 +msgid "" +"Once the module is activated and installed, it will show up in the " +"context menu for [sites](../sites/index.md) on your installation." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:61 f9a7147bc7bb4118a02990743ceeda73 +msgid "" +"To set up Metadata Browse for a site, click on the Metadata Browse tab in" +" the site's context menu." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:63 024ae11fe4064f40935619098e98e990 +msgid "" +"![A red arrow points to the Metadata Browse " +"tab](../modules/modulesfiles/mdbr_sites1.png)" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:65 f7437c99fb944b0db9813be94e03fdea +msgid "" +"On the page which loads, select properties from the sidebar to enable " +"metadata browse by clicking on them in the sidebar." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:67 987b78ff5d254ba69406a62fdb8ec1db +msgid "![Metadata Browse site options](../modules/modulesfiles/mdbr_sites2.png)" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:69 e189e1144fec4b919099ae13f61c7c0a +msgid "" +"Delete any selected properties by clicking the trash can/delete icon. If " +"you accidentally click the delete button, simply click the undo button " +"which replaces it to keep that property." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:71 c2cd939ffb4a4a01ad0bb2e19d8dffbd +msgid "" +"![A property set to be deleted, showing the undo " +"button](../modules/modulesfiles/mdbr_sites3.png)" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:73 468b27c4f45c4b4083a57f148b48a659 +msgid "Remember to click the *Save* button to save changes." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:75 e81f95bb506c451ab645c657c120c7c7 +msgid "Public View" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:76 3b119ac66e2846f0a8d1b372b480bb83 +msgid "" +"Once you have selected properties and saved changes, visitors to your " +"site can use the Metadata Browse properties to search for all items on " +"the site with matching properties." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:78 2d1b5956fd174cdca5d2a22e5af44173 +msgid "" +"The browse will either display with the property as a link or with the " +"link text \"see all items with this value\", depending on whether the " +"[direct link checkbox](#direct-links) in the global module configuration." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:80 2a24c3e11ba448598f99a2e847153ff7 +msgid "" +"In the example below, Metadata Browse is available for Title, Date of " +"Publication, and Publisher, and Direct Links is not active." +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:82 3f0d667b084541b0baf8ff25cf96f918 +msgid "" +"![An item with arrows pointing to the links for \"see all items with this" +" value\"](../modules/modulesfiles/mdbr_public1.png)" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:84 654c39892b2a46bebe8a6e7cace27775 +msgid "" +"Clicking on \"See all items with this value\" under creator takes a " +"visitor to a page of exact match search results. For example, this is the" +" result for clicking \"see all items with this value\" for the Publisher " +"property in the previous image:" +msgstr "" + +#: ../../docs/modules/metadatabrowse.md:86 a1ed16a313ab44f3aaff665054fe90db +msgid "![Beginning of search results](../modules/modulesfiles/mdbr_public2.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/numericdatatypes.po b/locales/fr/LC_MESSAGES/docs/modules/numericdatatypes.po new file mode 100644 index 00000000..e31a85aa --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/numericdatatypes.po @@ -0,0 +1,428 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/numericdatatypes.md:1 9343e2cbef5f4de09d88f8a608ead3ad +msgid "Numeric Data Types" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:3 c2670ca559e64543863131b00eaa4edf +msgid "" +"This module allows you to set certain properties as numeric data, using " +"resource templates. You can designate properties as either date and time " +"(ISO) or integers." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:5 8c0ae6929f8642239276585d8ac22f24 +msgid "" +"To install Numeric Data Types, follow the instructions for [Installing " +"Modules](../modules/index.md#installing-modules) on the Modules " +"documentation." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:7 ac2e2fdfdb614554a00416fdd80fad5b +msgid "Create numeric properties" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:8 bf9e6e3d67554bdeb5123ec453a8d8fc +msgid "" +"To implement the module, you will need to create or edit a [resource " +"template](../content/resource-template.md) to set specific properties as " +"having numeric data types." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:10 4a92a0e8ac4345fdbf20ad13448e54cf +msgid "" +"When creating or editing a resource template, find the property you want " +"to set as numeric in the right hand sidebar. Click on the property to add" +" it to the template." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:12 e8cf5f468d5646ef96aa536962226cba +msgid "" +"Once the property has been added to the template, click the pencil/edit " +"icon to edit the property. In the right hand drawer which opens, look for" +" the dropdown \"Data type\" under the heading \"Other options\"." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:14 4a160be71776411380caeb7e4db1bcf3 +msgid "" +"![Close up of the Other Options section, showing a dropdown for data " +"type. A red arrow points to the header for the Numeric data " +"types](../modules/modulesfiles/ndt-selectdata.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:16 a1702f6642be45b2ae5e40fc0e258509 +msgid "" +"In the dropdown, select from the following options under the heading for " +"\"Numeric\":" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:18 e790c77926cd48388bd839b1d8f754e6 +msgid "" +"Timestamp, which can be as broad as year or as defined as the date and " +"time;" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:19 4ab674b3e2434556a5efed18350255ec +msgid "Integer, a whole number;" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:20 229a175aedc44af9b3b5a8925e1e887e +msgid "" +"Duration, for how long something lasted, with options for years down to " +"seconds;" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:21 f04d51772df2426da81989e8dc685f38 +msgid "" +"Interval, a date-based range with start and end dates in each instance of" +" the property." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:23 5a9fb735670e4a15a8dfe70f470332f7 +msgid "" +"Be sure to click \"set changes\" at the bottom of the drawer to save this" +" setting." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:25 ed8fb4aaf53a4f8ebe0ca49ced9f0f81 +msgid "" +"When you save changes to your resource template, the numeric type you " +"chose should show up in the column \"Data type\" for the template." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:27 2a9239b5a2dd400cb5486a2c297847bc +msgid "" +"![Newly created resource template with a green-highlighted update success" +" message. There are four properties - Title, Description, Date, and " +"Spatial Coverage. In the column for Data Type, Date has Timestamp type " +"and Spatial Coverage has Integer.](../modules/modulesfiles/ndt-" +"review.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:29 7618c212d0bb40a5b0f32d88ce17fa71 +msgid "" +"Note: these fields will display only the numeric data entered. If you " +"want to indicate what the integers represent, edit the property's label " +"to include the scale you are using, for example creating an alternate " +"label for \"Spatial Coverage\" which reads \"Height (cm)\"." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:31 54fedde7b61b48289631323f8e9fa1fe +msgid "Add numeric data" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:32 42f1b95d84e74a169c761c64216723dc +msgid "" +"When you add or edit an item using the template you created above, the " +"properties you set as numeric will appear as follows:" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:34 a075617865c94c04a6f8afe02fa87cfa +msgid "Timestamp data" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:35 fcea64daee044eafa3e5f1dcd41fae3e +msgid "" +"A Timestamp property automatically loads with fields for Year, Month, and" +" Day. Note that the Month input is a dropdown where you select from the " +"months' names." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:37 e537d87c0bc5477e8a7c55ed6a1b93dc +msgid "If you enter a day without a month, the day information will not be saved." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:39 6d5157c226024c78996096ee503d1f1c +msgid "" +"![Empty timestamp fields, for property Date](../modules/modulesfiles/ndt-" +"timestamp1.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:41 c5d90772961041e092184e19b3c128ce +msgid "" +"Clicking on the \"time\" button to the right of the day input field will " +"load additional dropdown fields for Hour, Minute, and Second. Note that " +"there is no AM/PM option so you will want to use twenty-four hour time " +"entries (14 for 2pm, etc)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:43 e3286b82dab547cd9cb2cb1b29735400 +msgid "" +"![Empty timestamp fields, for property Date, with a row of time entry " +"options below the date entry options](../modules/modulesfiles/ndt-" +"timestamp2.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:45 a3b2db0876f546fda281d14554e66f32 +msgid "Entries must be whole numbers, with no decimal points." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:47 be9d019abeba4f788b5d06eeeb4cb899 +msgid "Integer data" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:48 113614f74ef2401bb82d2880fdc3de38 +msgid "" +"An integer property has a narrow input which, once you have data in it, " +"will display up and down arrows on the right hand side to increase or " +"decrease the value." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:50 41f1a4323e8f439a88e1db10b06848eb +msgid "" +"![Field for property Spatial Coverage with the number 1 in the integer " +"entry field, and up or down toggle button on the right side of the " +"field](../modules/modulesfiles/ndt-integer.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:52 3b27b12e966a4b49bd1d424c91f7a3ad +msgid "" +"Your entry must be whole number; decimal points are not supported and " +"will be rounded up to the nearest number." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:54 d142fbe3627e453b841d81f3a6ddbc4c +msgid "Duration data" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:55 735d0cfb8b394606a327e336da05706e +msgid "" +"A Duration property has a series of fields in which to enter the duration" +" of the resource. There are fields for:" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:57 804829a0b7044118bd9ea9f13717a26e +msgid "Years" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:58 6217e762a4bb4d6a966017ad95a79ed7 +msgid "Months" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:59 476e2879a09d4c9d82547be9f6c44415 +msgid "Days" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:60 1176489baa1b4a22ba55b75743ad91a9 +msgid "Hours" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:61 f14f6d430a504785b7640add4c9719ce +msgid "Minutes" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:62 05c9244ccb8d42bb8e06e5875d86a75b +msgid "" +"Seconds By default, only the first three of these fields display. " +"Clicking on the \"time\" button to the right of the day input field will " +"load the fields for Hour, Minute, and Second. Note that there is no AM/PM" +" option so you will want to use twenty-four hour time entries (14 for " +"2pm, etc)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:65 27ea911659284074ab5c6c5047f9ed5a +msgid "" +"![A property labelled duration, using the vocabulary dcterms \"extent\". " +"There fields described are in a stack, with year on " +"top.](../modules/modulesfiles/ndt-duration.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:67 403d549fa9ce457f92dc5bb479154cd7 +msgid "" +"You do not need to enter every field. For example, you can enter a " +"duration of 1 year and 5 days, leaving the month field blank." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:69 fb44a25d24eb4be4a717c2888ef4fcf4 +msgid "Interval data" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:70 ea0e94de32f64c83abb1a4275b9f09ef +msgid "" +"Interval data allows you to enter the beginning and end dates for a " +"resource. There are two sets of timestamp fields, one for the start date " +"and one for the end." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:72 1e011429657c4348913923d38fa5e856 +msgid "" +"![Interval property with no times entered](../modules/modulesfiles/ndt-" +"interval.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:74 be0243d9cad8418696192c23d31fca95 +msgid "Sort" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:75 a853921e12ea4ca6b2ce9d6379b22026 +msgid "" +"Once you have active resource templates using numeric data types, you can" +" use these to sort on the Item, Media, and Item Set browse views." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:77 7cc5d97dd5e14f058892df1fc50bfee1 +msgid "" +"Click the first dropdown on the upper right above the table of resources," +" which defaults to \"Created\"" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:79 029468a08bb2446594d33abe8e14e208 +msgid "" +"![A closeup of the options above the resource table, with a red arrow " +"points to the \"created\" dropdown option\"](../modules/modulesfiles/ndt-" +"browsesort1.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:81 cb964a1965704187bd4e6d0b41229b76 +msgid "" +"Clicking on this dropdown will reveal multiple options, including all of " +"the properties using numeric data types. These options display as the " +"property with the data type in parentheses, for example \"Date " +"(numeric:timestamp)\"" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:83 a63f4aaed9354b339193bedd0de19542 +msgid "" +"![The contents of the dropdown, with the normal options in addition to " +"eight properties using numeric data types.](../modules/modulesfiles/ndt-" +"browsesort2.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:86 7436f1a53fd046119f678425251971b2 +msgid "Bulk edit numeric data" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:87 47c149a7fb1345a08343889c95420eb6 +msgid "" +"The module adds an additional option to the [item batch " +"edit](../../content/items/#batch-editing): convert to numeric." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:89 32a6679e9c9c43fa8b90bc0646a98051 +msgid "" +"![Batch edit items form with a red rectangle outline surrounding the " +"convert to numeric option](../modules/modulesfiles/ndt-batchoption" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:91 14368a894372491da911a1c1280732b2 +msgid "" +"The convert to numeric option lets you convert an existing text input " +"property to a numeric data type. It will not work on properties where the" +" data is currently an Omeka resource or a URI." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:93 79dba6519ff140f39d79f8dba57519e3 +msgid "" +"In the first field, select a property from the dropdown. You can type to " +"search through the properties. Note that this dropdown loads the property" +" names from the vocabulary and will not have the additional labels from " +"your resource template, so be sure you know which vocabulary term you are" +" looking for." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:95 6907928f747343aa9819b7fc147407fd +msgid "In the second field, select from the following options:" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:97 dfe981101d7a46d39a51a17b3d826d37 +msgid "convert to timestamp" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:98 ca7e245a3e97467a863772ba41167f77 +msgid "convert to interval" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:99 63f17b87370446a2ac5f94ee0a9b043c +msgid "convert to duration" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:100 ad8720e7a25e4ffaaf5057e8afd8d30b +msgid "convert to integer" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:102 9a6d7c68729c4b7daf5bcab6ff747336 +msgid "Search numeric data" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:103 96ef8fbebecc4abc837cc5e2154b7641 +msgid "" +"When the module is active, it adds additional search options to the " +"Advanced Search for items." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:105 b9820eb2ca454f35ac3ed99da4b03b73 +msgid "" +"![Numeric data type search options, no data " +"entered](../modules/modulesfiles/ndt-search.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:107 2c0232c91f494b3fb61385a2ca4d3321 +msgid "" +"For each search option, you must select a specific property from the " +"dropdown; if you are using Duration in two resource templates, one for " +"film (ex `time:hasDuration`) and one for events (ex, `dcterms:extent`), " +"you would need to select the correct property from the resource template " +"which you want to search. The dropdown will display the original property" +" labels (`Extent` or `hasDuration` in the examples above). If you hover " +"over the properties in the dropdown, it will show you the resource " +"templates which are using that property and to which the search will " +"apply." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:110 db1ab1744103448e85bde05e3f4924cb +msgid "" +"![Close up of the \"Date comes before\" search, displaying the hovertext " +"for the Date property](../modules/modulesfiles/ndt-searchhelper.png)" +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:113 8d692902819f4a0aacd56c2809668a83 +msgid "" +"**Timestamp** data has two search options, one for \"Date comes before\" " +"and \"Date comes after\". Select the property for timestamp from the " +"dropdown - only properties which are being used for timestamp will appear" +" in the dropdown." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:115 dd403c7b65ea4de1857606b234c69506 +msgid "" +"**Duration** data, like timestamp data, has two options, for Duration is " +"greater than and duration is less than. After selecting the property you " +"want to search on, enter values for years, months, days, hours, minutes, " +"or seconds." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:117 a35b15750b1c4bfebde11593517098b6 +msgid "" +"**Date in interval** searches for a date within an interval. When " +"searching on an interval, be as precise as possible. Because of the way " +"that the module stores timestamps, the date you are searching must fall " +"*within* the interval. So a search for the year 1814 would not turn up an" +" event with interval September 12-15, 1814, because of the way the data " +"reads the two dates." +msgstr "" + +#: ../../docs/modules/numericdatatypes.md:119 bb0db365991542e68ca5594a1f23ea73 +msgid "" +"**Integer** data is searchable with \"Value is less than\" and \"Value is" +" greater than.\" As with the timestamp data, only properties which have " +"numeric data will load in the dropdown." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/omeka2importer.po b/locales/fr/LC_MESSAGES/docs/modules/omeka2importer.po new file mode 100644 index 00000000..d847ab9c --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/omeka2importer.po @@ -0,0 +1,347 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/omeka2importer.md:1 fe41742360504b409ef2dd3d27cd71a1 +msgid "Omeka 2 Importer" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:3 b3adfbf7215545c6a634f6e0251c5313 +msgid "" +"The Omeka 2 Importer module which enables you to import items from an " +"Omeka 2.x site into an Omeka S installation." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:5 f2a916345c5d4762ab138ef59cf4d5d8 +msgid "" +"For information on installing, see the instructions on the general " +"modules page." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:7 566cb51791964bc4b51b8220c65f40c6 +msgid "" +"Once installed, the Omeka 2 Importer module should appear toward the " +"bottom of the left navigation menu on the main admin dashboard. When " +"selected, there are sub-menu items for *Import* and *Past Imports*" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:9 2264e24ba9c0458798f8e95652e416e0 +msgid "" +"![Omeka 2 Importer menu options Import and Past " +"Imports](../modules/modulesfiles/o2i_menu.png)" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:11 b8014ca99885449ea2cb7637a3924dad +msgid "**Notes**" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:13 5e75c91c67ff4aba9d63440999ac7f09 +msgid "" +"the module only imports Dublin Core metadata, Item Type metadata, and " +"files. It *will not* import tags, Geolocation data, Simple Page content," +" or Exhibit Builder content." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:14 3c956ce7665a4a7b89279a2f73e31268 +msgid "" +"Because resource properties in Omeka S do not have HTML formatting, any " +"html in your Omeka Classic item properties (links, text formatting, etc) " +"will be stripped during the import process." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:16 aa0f40c9253d43509742c77261df901f +msgid "Import" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:18 2ac5f1034fbb4c7fb6644da609945c57 +msgid "From the Import tab you can start new imports." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:20 e088cea474d2439f9924f7ebe5240770 +msgid "" +"**Note** You must have API enabled on the source Omeka installation for " +"the importer to work." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:22 0cdbe5e8d7cf45369dec8b6bb17c7578 +msgid "Enter the API" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:23 e29242be535447ffb9bc17a26455c482 +msgid "" +"On the first page of the importer, enter the *Omeka 2 Api Endpoint* - the" +" site URL for the API you wish to access (it should end with api). Make " +"sure you enter the full url, beginning with http, otherwise the importer " +"will not be able to access the items at that site. Click *next*." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:25 63b6206b568d4c3ba0ee917563a34d4d +msgid "![API import field](../modules/modulesfiles/o2i_enterapi.png)" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:27 4f7252eeb5034dfd895bd3cda254aa99 +msgid "" +"If you have entered a valid API endpoint, the next page will load with no" +" issue. If you have entered an invalid endpoint, the module will display " +"error messages “Warning: Invalid argument”." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:29 5ceea3046f0e4d519485cb82458b3cdf +msgid "Import Settings and Map Metadata" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:30 5896d6ea0ab74f08b57cf024cd42c2fe +msgid "" +"On the second page of the importer there are tabs for basic import " +"settings, mapping Omeka Classic elements to Omeka S properties, and " +"mapping Omeka Classic item types to Omeka S classes." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:32 0a55fde4fee04e3e880b981c50c9e9cd +msgid "" +"Move between all three tabs to ensure that the data is mapped as you want" +" and the settings are correct before clicking Import." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:34 472b987e927043f8946e30dce88b6058 +msgid "" +"Clicking the Start Over button will take you back to the API import url " +"field." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:36 cd263b60cc0a49e68a4ac3d048ffe069 +msgid "Basic Import Settings" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:37 87992987624549138c616f1b65f3eb1b +msgid "" +"*Omeka 2 Api Key*: This field can either be blank or filled, depending on" +" whether you have an API key for the site you are attempting to import " +"data from." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:38 849146391b6b430da424bf417dc73ac3 +msgid "" +"*Comment*: You can add a comment such as “Jane Doe’s API, no key” to help" +" identify the specific import when viewing previous imports." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:39 d292a6771d0f4b6e8ca880fef25a4d53 +msgid "" +"*Import Into*: This option allows you to select the item set into which " +"you want to import the items. Note that you can only import into item " +"sets which you own." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:40 22e0784548fc44d6985e1012f8422087 +msgid "" +"*Per Page* is an option setting to limit the number of records per " +"request that you retreive. Useful for sites which may have thousands of " +"items per page." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:41 851757f73407477c991d4714b2b75091 +msgid "" +"*Update a previous import* allows you to update - and overwrite - a " +"previous import from the same source." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:42 9a3c2b37f5f94066af975b30c61e82a0 +msgid "" +"*Import Collections*: Check this box if you wish to import the " +"collections from the Omeka 2 site to the Omeka S site." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:44 e840555f03344ef0aca0ef5572e93da4 +msgid "" +"![Basic options for importing " +"Omeka2](../modules/modulesfiles/o2i_basic.png)" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:46 1abd6392d9354c43877f9a612da8164e +msgid "Map to Omeka S Properties" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:47 23d4a63c48424a48bd41a10f2f4b7911 +msgid "" +"This tab features a table for mapping between Omeka @ elements and Omeka " +"S properties." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:49 19818a92af064638bb2641c9cf0692b9 +msgid "" +"The Import module will automatically map many properties, but you may " +"want to review the mapping in case you need to add or edit the automatic " +"mapping. Custom item type elements may not map; you will need to " +"manually map them." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:52 fb1dc45514204c2cafe110a4b4c2a490 +msgid "To clear the default mapping, click the *Clear Defaults* button." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:54 a5d1134456d247b58b89163f6db94211 +msgid "" +"The columns of the table are *Omeka 2 Element*, *Mapped Properties* and a" +" checkbox option to *Import as HTML Media*. ![Map Omeka " +"properties](../modules/modulesfiles/o2i_mapprop.png)" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:57 ee56f1e7a7b24e24b388da7b7bd70485 +msgid "" +"The first set of the table is Dublin Core, followed by Item Type " +"Metadata, but the import will also bring in any legacy or additional " +"element sets (for example Omeka Legacy File)." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:59 +#: ../../docs/modules/omeka2importer.md:72 190766c5a89e4485bc055d0b90b9db7e +#: 8e4fa8d58ae24e69b2f02a19be80b7a7 +msgid "To map:" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:61 f41e96a5e36b4ab196feeb00911b58fe +msgid "" +"Select the element or item type in the table by clicking on its row or " +"label." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:62 1facd836678d408cbbd2754efebe6d00 +msgid "" +"In the right-hand drawer, either click through or search for the " +"property to which you want to map your element." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:63 c6f8bc54f446476ca5fb9ec93b7ed2ac +msgid "Click on the property in the drawer to map it." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:65 587431d688754ba593031135b1015c75 +msgid "" +"![Mapping the element Date of Birth to the foaf property “birthday”, " +"showing the mapped " +"relationship.](../modules/modulesfiles/o2i_mapping.png)" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:67 fb1c6d8c1141483db172d716e5da5c04 +msgid "" +"To remove a mapping, click the delete (trash can) icon in the " +"element/property row." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:69 ec26e60356664783867aa0a0584c5716 +msgid "Map to Omeka S Classes" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:70 266dc2f93e39409fbc77817deece5e68 +msgid "" +"In this tab you map Omeka Classic Item Types to Omeka S Resource Classes." +" You can select from the classes for any of the installed vocabularies." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:74 2f7ecd8844e041838b75f796158a5d95 +msgid "Select the item type in the table by clicking on its row or label." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:75 2b4c6ca827c84df3a13128e38bf2f491 +msgid "" +"In the right-hand drawer, either click through or search for the " +"resource class to which you want to map your element." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:76 35c90883c7124cce8365fe0cac948785 +msgid "Click on the resource class in the drawer to map it." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:78 84e3b5c2cc964ef1a8323565b4238bd0 +msgid "![Inactive classes mapping tab](../modules/modulesfiles/o2i_mapclass.png)" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:80 a372b0ff5f8549a385b82e8abb70938a +msgid "Complete Import" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:81 13bc63f1d42b484198f022b68bdc76c1 +msgid "" +"When you have finished customizing the mapping, click the *Import* button" +" in the upper right corner of the window." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:83 c3f052482ea94c30b3e220b5b2aaff96 +msgid "" +"Are your jobs starting and not completing? You might need to [set the " +"path for PHP](../configuration/) so that your system can perform the " +"background process to make the items." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:85 a8378e27f37c4e5eae92ab3e7ccbafdc +msgid "Manage Past Imports" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:87 daebcd0f035d4032b7826142a690fbbb +msgid "" +"The past imports section of the module allows you to view previous API " +"imports." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:89 6d119f30387648458b3f5a5dbfca4c8f +msgid "Each import is a row. The table has the following columns." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:91 f2fa20dc6dcb47b69b49bd39e9d2e86b +msgid "" +"![Table of past imports showing header row and one row of a past " +"import.](../modules/modulesfiles/o2i_past.png)" +msgstr "" + +#: ../../docs/modules/omeka2importer.md:93 b3a06ac49e404a9c870de3de78f3ed2b +msgid "" +"*Undo*: Check this box if you wish to undo the import. Once you click " +"submit, the status for that specific import will be undone." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:94 347c78074f934bdbb193fa027f0f0850 +msgid "" +"*Job ID*: A numerical value assigned to each specific API import. You can" +" also view the job under the Jobs tab on the administrative dashboard." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:95 7b918d5b68a84d259da4a78074a04c8f +msgid "" +"*Comment*: If you entered a comment in the Comment field in the Import " +"section of the module, that comment will appear. If you typed \"Jane " +"Doe's API, no key\" in the import section you will see it as a comment." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:96 8c8aa334234d4f8fb432152ebad5b10f +msgid "*Items*: Lists the number of items added and updated with each import." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:97 94d08d0cb12145758a9fb4b405ab8c29 +msgid "*Date*: The date on which the import took place." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:98 c7a962fb22b84c068259144cb3877b1e +msgid "*Status*: Will be in_progress, completed, or undone." +msgstr "" + +#: ../../docs/modules/omeka2importer.md:99 900f39ac311a41f89b11b9d8a30ba2cd +msgid "*Owner*: The user who requested the import." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/scripto.po b/locales/fr/LC_MESSAGES/docs/modules/scripto.po new file mode 100644 index 00000000..1d7aed2c --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/scripto.po @@ -0,0 +1,24 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/scripto.rst:3 4fea315caf3b4573869e39425577cb13 +msgid "Scripto" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/scripto/index.po b/locales/fr/LC_MESSAGES/docs/modules/scripto/index.po new file mode 100644 index 00000000..503993a3 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/scripto/index.po @@ -0,0 +1,408 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/scripto/index.md:1 e7c9e4ffab634f50b2b3e3c221c05c61 +msgid "Set up Scripto" +msgstr "" + +#: ../../docs/modules/scripto/index.md:3 685c16a3310d4b8086fe841272a9902c +msgid "" +"The Scripto module for Omeka S allows you to create projects which allow " +"members of the public to transcribe, translate, or describe media " +"attached to items in your Omeka S installation." +msgstr "" + +#: ../../docs/modules/scripto/index.md:5 9853c1957a9e4995ad8ca6b564c92f5c +msgid "" +"The items and media are organized into an item set and then synced with a" +" project in Scripto. Content made within Scripto can be periodically " +"imported into Omeka S as item and media metadata." +msgstr "" + +#: ../../docs/modules/scripto/index.md:7 37e1596d22044adabf2628632fd70d53 +msgid "" +"All content creation (transcription, translation, or description) takes " +"place on the [public face](../../modules/scripto/scriptoPublicView/) of " +"your Scripto [project](../../modules/scripto/scriptoproject/)" +msgstr "" + +#: ../../docs/modules/scripto/index.md:9 a9ade3de88074c9bb95b8a7927d1a402 +msgid "Concepts and Terminology" +msgstr "" + +#: ../../docs/modules/scripto/index.md:11 09f4c299e3064affaea5b2da53c12390 +msgid "" +"A Scripto **Project** allows you to organize the materials you want to " +"work with, and set how you intend to work with them. A project can either" +" transcribe, translate, or describe; it cannot do more than one." +msgstr "" + +#: ../../docs/modules/scripto/index.md:13 f685bcb8bea54e6cb6fe8772190263bc +msgid "" +"However, the Omeka S Scripto module allows you to create multiple " +"projects on a single Scripto installation. Like sites in Omeka S, Scripto" +" projects can exist independently of each other. This means that you can " +"support a manuscript transcription project and a document translation " +"project through the same Omeka S installation." +msgstr "" + +#: ../../docs/modules/scripto/index.md:15 d8c97ced80f54ed286626560dccd9160 +msgid "" +"An **Item** in Scripto corresponds to an item in Omeka S. When browsing " +"projects, community members will page through items. Items can also be " +"labeled as: audio, book, document, journal, manuscript, paper, or video." +msgstr "" + +#: ../../docs/modules/scripto/index.md:17 86d0267ebb804047892bde83e1dc15fd +msgid "" +"The **Media** associated with an item are the level at which community " +"members transcribe, translate, or describe. Every piece of media is " +"associated with an item. Media can also be called: entry, folio, image, " +"page, segment, section, or sheet." +msgstr "" + +#: ../../docs/modules/scripto/index.md:19 04244846737144be80d319b7c9acc6a4 +msgid "Installation and Configuration" +msgstr "" + +#: ../../docs/modules/scripto/index.md:20 79b9c80cbc0642debf7d19ae408c386e +msgid "To install Scripto, you must:" +msgstr "" + +#: ../../docs/modules/scripto/index.md:22 fa17d3b9100f42d293047831e6849416 +msgid "be running Omeka S v2.0.0 or higher;" +msgstr "" + +#: ../../docs/modules/scripto/index.md:23 f94461b7163c4cc1b1b1d495df8d7587 +msgid "" +"have a [MediaWiki](https://www.mediawiki.org/wiki/MediaWiki) installation" +" running on the same server as the Omeka S installation. Minimum " +"MediaWiki version is 1.30.0." +msgstr "" + +#: ../../docs/modules/scripto/index.md:25 5098056f3d974828963361ae3b243477 +msgid "" +"Create the MediaWiki installation on your server using [their " +"instructions](https://www.mediawiki.org/wiki/Manual:FAQ#Installation_and_configuration)." +" Install the Scripto module using the [documentation for installing " +"modules](../../modules/#installing-modules)." +msgstr "" + +#: ../../docs/modules/scripto/index.md:27 15f396eb4f4642ffa49b65106e4fa726 +msgid "" +"Once you have installed the module and created your MediaWiki " +"installation, go to the Modules tab of your Omeka S installation and " +"activate the Scripto module." +msgstr "" + +#: ../../docs/modules/scripto/index.md:29 0b2e524394a941c08c25af9acaddfb42 +msgid "" +"Staying on the Modules tab, click the Configure button for the Scripto " +"module. There is a single, required field for you to enter the url for " +"your MediaWiki API." +msgstr "" + +#: ../../docs/modules/scripto/index.md:31 330845ca1770446290024dee170d9986 +msgid "" +"![Scripto module configuration page, with the field empty and highlighted" +" in red](../modulesfiles/scripto-configure.png)" +msgstr "" + +#: ../../docs/modules/scripto/index.md:33 3b366573007442d0b5d64a208e8e17e0 +msgid "" +"Enter the url for your [MediaWiki API " +"endpoint](https://www.mediawiki.org/wiki/API:Main_page#Endpoint) in the " +"field; this should be along the lines of `/api.php`. " +"Be sure to click \"Submit\" to save your changes." +msgstr "" + +#: ../../docs/modules/scripto/index.md:35 14676e0795694a25b9ab9029a85e2984 +msgid "Scripto Vocabulary" +msgstr "" + +#: ../../docs/modules/scripto/index.md:36 817af91260bb444d9c51cf35506fc3e0 +msgid "" +"Once Scripto is installed and active, it will add the Scripto " +"[Vocabulary](../../content/vocabularies/) to your Omeka S installation. " +"This vocabulary contains the following properties:" +msgstr "" + +#: ../../docs/modules/scripto/index.md:38 a0d4aba881374962b1413c13322b77aa +msgid "Content: A plain text representation of the content of a resource." +msgstr "" + +#: ../../docs/modules/scripto/index.md:39 3756365c15c642e18dc01f16c1491174 +msgid "Transcription: A transcription of a resource" +msgstr "" + +#: ../../docs/modules/scripto/index.md:40 2f4a58f6f9a64e6c96e8e8b928801911 +msgid "Translation: A translation of a resource." +msgstr "" + +#: ../../docs/modules/scripto/index.md:42 db647ed8d33149cfa772daf268b1a736 +msgid "Do not edit this vocabulary." +msgstr "" + +#: ../../docs/modules/scripto/index.md:44 20091eab260e4bc6ab00fcc545da2b94 +msgid "Create an item set" +msgstr "" + +#: ../../docs/modules/scripto/index.md:45 968c6316f2f7454999b2e79be4507b29 +msgid "" +"The Scripto module uses [item sets](../../content/item-sets) to manage " +"the content coming to and from your Omeka installation." +msgstr "" + +#: ../../docs/modules/scripto/index.md:47 5baecc397aaa405a96119b67ef4d187d +msgid "" +"Each Scripto project needs its own item set with which it can sync. " +"Create the item set using items from your Omeka S installation which you " +"want to be included in the project. You can add items to this item set " +"later if you need to." +msgstr "" + +#: ../../docs/modules/scripto/index.md:49 68e070d26e3448b79d51b8d4df26debc +msgid "Scripto Admin Dashboard" +msgstr "" + +#: ../../docs/modules/scripto/index.md:50 7da2826f0d6b4507b8354105cedb9445 +msgid "" +"The Scripto tab which appears under the Modules section of the left-hand " +"navigation on the Omeka S installation admin side takes you to the " +"Scripto Dashboard." +msgstr "" + +#: ../../docs/modules/scripto/index.md:52 ef255fb774f84029ba005a675c80fe19 +msgid "" +"From the dashboard, you can log in to Scripto using the bar across the " +"top:" +msgstr "" + +#: ../../docs/modules/scripto/index.md:54 0f127368220c4cc9993f14e4d69abd8e +msgid "" +"![Scripto dashboard header and log in fields](../../modules/modulesfiles" +"/scripto-dash-login.png)" +msgstr "" + +#: ../../docs/modules/scripto/index.md:56 f8c0d599d631481d82f2b2cb9437a1bd +msgid "Once you are logged in, the dashboard will include:" +msgstr "" + +#: ../../docs/modules/scripto/index.md:58 b2556b33d26548f98805d809bc512eb2 +msgid "" +"A bar across the top with your username and links to the dashboard, your " +"contributions, your watchlist, and a button to Log Out of Scripto." +msgstr "" + +#: ../../docs/modules/scripto/index.md:59 bc31fe3b3bf346cfba07933ce7d0038e +msgid "" +"A view of all the [Projects](../../modules/scripto/scriptoproject/) you " +"own." +msgstr "" + +#: ../../docs/modules/scripto/index.md:60 5526d45965ee4c2ea9d69cf1aaa7fccf +msgid "" +"A view of all the [Projects](../../modules/scripto/scriptoproject/) you " +"review" +msgstr "" + +#: ../../docs/modules/scripto/index.md:61 749d0114f6554b6b8b5910967e0d4b0a +msgid "A view of your recent Contributions" +msgstr "" + +#: ../../docs/modules/scripto/index.md:62 59c9805a2382447084ac0c08958529d9 +msgid "A view of your watchlist." +msgstr "" + +#: ../../docs/modules/scripto/index.md:64 7fe3f12d79db4346aa8283e72b914e5f +msgid "" +"![Scripto dashboard with three projects, two of which the user reviews, " +"and a series of recent " +"contributions.](../../modules/modulesfiles/scripto_dash.png)" +msgstr "" + +#: ../../docs/modules/scripto/index.md:66 21906b75c5904ac0b091d9cbcd738b47 +msgid "" +"From the dropdown in the upper right, Omeka S global and site admins can:" +" browse all [Projects](../../modules/scripto/scriptoproject/); add a new " +"[Project](../../modules/scripto/scriptoproject/), and browse all Scripto " +"users." +msgstr "" + +#: ../../docs/modules/scripto/index.md:68 0bace235d4c342e691c6c8291422398c +msgid "" +"![Dropdown showing the options to browse projects, add a project, or " +"browse users](../../modules/modulesfiles/scripto-dash-actions.png)" +msgstr "" + +#: ../../docs/modules/scripto/index.md:70 119180b578df473eb8764f61d1d11742 +msgid "Users" +msgstr "" + +#: ../../docs/modules/scripto/index.md:71 3c498ff527dc47aca6de94d89c6d7783 +msgid "" +"In addition to an Omeka S user account, any individual working on Scripto" +" will need to have a MediaWiki user account as well. They can sign up for" +" this account from the public side of the Scripto interface: `/scripto/create-account`." +msgstr "" + +#: ../../docs/modules/scripto/index.md:73 05f5c1efeef3489cbd0f4171c9551449 +msgid "" +"In order to change the status of transcriptions and sync projects to and " +"from Omeka S, users must have [Bureaucrat level " +"permissions](https://www.mediawiki.org/wiki/Manual:User_rights) on the " +"MediaWiki installation. This *must be done on MediaWiki* and cannot be " +"managed through the Scripto dashboard on Omeka S." +msgstr "" + +#: ../../docs/modules/scripto/index.md:75 4eb66bfc39e54010a611c98f6c61ca9e +msgid "" +"You may find it easiest to have administrators of Scripto projects use " +"the same or similar user names on both installations, in order to keep " +"track of who is doing what." +msgstr "" + +#: ../../docs/modules/scripto/index.md:77 2fa8f7334d8842e5b656f343eea8330c +msgid "Browse users" +msgstr "" + +#: ../../docs/modules/scripto/index.md:78 9c61cd6d70c94d27bfe3be3329aecd87 +msgid "" +"From the \"actions\" dropdown in the upper right corner of the Scripto " +"Dashboard, you can select \"Browse users\"" +msgstr "" + +#: ../../docs/modules/scripto/index.md:80 001bfbec7d0949f19332d15d71ec6e32 +msgid "" +"This will take you to a user browse page showing all of the Scripto users" +" on this installation (from MediaWiki)." +msgstr "" + +#: ../../docs/modules/scripto/index.md:82 e3b660ee6e2d4ab4ad31ccfea2b09ff9 +msgid "" +"![Browse users table with two users, one regular and one " +"admin](../../modules/modulesfiles/scripto-browseUsers.png)" +msgstr "" + +#: ../../docs/modules/scripto/index.md:84 08c5b94baba741308cfa0529e4ac8208 +msgid "The users are displayed in a table listing their:" +msgstr "" + +#: ../../docs/modules/scripto/index.md:86 779be8befa554a88a8269fc30c0f8960 +msgid "Name" +msgstr "" + +#: ../../docs/modules/scripto/index.md:87 04d14ca8ad7b4dadafc659f556f07bb9 +msgid "MediaWiki Groups, which will indicate their roles" +msgstr "" + +#: ../../docs/modules/scripto/index.md:88 1e46ee7744664b2c94685f7b14f700e4 +msgid "Edit count (how many media they have edited)" +msgstr "" + +#: ../../docs/modules/scripto/index.md:89 9c73134ae127467782da1954522dd011 +msgid "Date the account was created." +msgstr "" + +#: ../../docs/modules/scripto/index.md:91 3f9b4459e94b437a97a287200be30835 +msgid "User contributions" +msgstr "" + +#: ../../docs/modules/scripto/index.md:92 9d1ca4a0561844778a3b2b81a17f90b6 +msgid "" +"Clicking on a user's name will take you to a page with a summary of their" +" contributions." +msgstr "" + +#: ../../docs/modules/scripto/index.md:94 155ef71cbf984196b2cf469410be1945 +msgid "" +"![Contributions of the user DemoUser - one edit dated 15 October " +"2019](../../modules/modulesfiles/scripto-user-contributions.png)" +msgstr "" + +#: ../../docs/modules/scripto/index.md:96 1edbc370d9b54127af876675691eb588 +msgid "" +"For each user, there will be a table with a row for every edit they have " +"made to a piece of media. The columns are:" +msgstr "" + +#: ../../docs/modules/scripto/index.md:98 153bce8bce854e0491373c3458dc9263 +msgid "Revision, with a timestamp which links to that revision;" +msgstr "" + +#: ../../docs/modules/scripto/index.md:99 a6443c13bd69462da346aeda0501c7ab +msgid "Media #, with a link to the media;" +msgstr "" + +#: ../../docs/modules/scripto/index.md:100 db47ce5e48674829a859782a8a641fc4 +msgid "Type;" +msgstr "" + +#: ../../docs/modules/scripto/index.md:101 3edc766fb7f0474d8725dc60fab906dd +msgid "Item, which links to the item *in Scripto*;" +msgstr "" + +#: ../../docs/modules/scripto/index.md:102 5a0505514357489ea7af2255fe0884e0 +msgid "Project with which the item is associated;" +msgstr "" + +#: ../../docs/modules/scripto/index.md:103 70cf249d3b2c48528191262020bc2e5d +msgid "Size of the edit;" +msgstr "" + +#: ../../docs/modules/scripto/index.md:104 ebf622c757b9445c8eafe77780192203 +msgid "Comment, if any." +msgstr "" + +#: ../../docs/modules/scripto/index.md:106 4948bbef2f30408da007ac14ea151328 +msgid "Public and Admin views" +msgstr "" + +#: ../../docs/modules/scripto/index.md:107 64df34e1a5f745958faa169967b6c64c +msgid "" +"To toggle between the public and admin views of a project, delete the " +"`/admin` from the url of any Scripto site, or add it in directly after " +"the name of your Omeka S installation." +msgstr "" + +#: ../../docs/modules/scripto/index.md:109 80c5bb0623544e5d982e9fb404ee6ae5 +msgid "" +"The admin side is `youromekaurl.net/admin/scripto` and the public side is" +" `youromekaurl.net/scripto`." +msgstr "" + +#: ../../docs/modules/scripto/index.md:111 c2fc184e9f9e40bfbf7ac56b6a5a90eb +msgid "" +"All transcription activity takes place on the **public** side of the " +"Scripto project. You cannot edit a transcription from the admin " +"dashboard." +msgstr "" + +#: ../../docs/modules/scripto/index.md:113 8179b1b3d3ac48949ee95524aeea3644 +msgid "Uninstalling Scripto" +msgstr "" + +#: ../../docs/modules/scripto/index.md:115 012c6392015f45758aa92ecf9dec53a4 +msgid "" +"In order to successfully uninstall Scripto, the module must be still be " +"active. Do not deactivate Scripto prior to uninstalling." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/scripto/scriptoPublicView.po b/locales/fr/LC_MESSAGES/docs/modules/scripto/scriptoPublicView.po new file mode 100644 index 00000000..74bde9d3 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/scripto/scriptoPublicView.po @@ -0,0 +1,567 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/scripto/scriptoPublicView.md:1 +#: d3ae942ecdf048f5aa6e2310d17bad57 +msgid "Public Interface" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:3 +#: e13cfb64a5ba4bbdb13e0b53f0f62816 +msgid "" +"On the public side, all users can browse Scripto projects that are marked" +" as public. In order to edit or create content, users may need a Scripto " +"(Mediawiki) account and be logged in, but this is only required for " +"MediaWiki installations that forbid anonymous editing. Even so, users may" +" still want to log in to Scripto so they can better monitor their work." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:5 +#: db1604029e3d4186827a9151ccf49608 +msgid "" +"To toggle between the public and admin views of a project, delete the " +"`/admin` from the url of any Scripto site, or add it in directly after " +"the name of your Omeka S installation." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:7 +#: 72529c724bd04909a840b57b5b92e1fb +msgid "" +"The admin side is `youromekaurl.net/admin/scripto` and the public side is" +" `youromekaurl.net/scripto`." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:9 +#: a3ef4c5839da43248d292fd2f2576ffd +msgid "" +"All transcription activity takes place on the **public** side of the " +"Scripto project. You cannot edit a transcription from the admin " +"dashboard." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:11 +#: 782281a22b7844dcb64b7fe239733bc1 +msgid "" +"For an example of how to orient community members to the interface, see " +"the [Guide to transcribing the *Papers of the War " +"Department*](http://wardepartmentpapers.org/s/home/page/transcribing-" +"guide)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:13 +#: 4eaf635e3d7a43a8bfa99ae2ddbc367d +msgid "Linking between Scripto and an Omeka S site" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:14 +#: 079714d7ff3f41238d79a9554f267812 +msgid "" +"While the Scripto public interface exists somewhat separately from the " +"sites you build in your Omeka S installation, it is possible to move " +"between them." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:16 +#: 87d11815c51d439789ce4229ecedcded +msgid "" +"From your Omeka S sites, you can create direct links to your Scripto " +"projects using the [custom link](../../../sites/site_navigation/#custom-" +"link) in site Navigation or as a link in any [HTML page block " +"text](../../../sites/site_pages/#html)." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:18 +#: 88d7109dc6b94250b65cc56e33c9398e +msgid "Scripto page block" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:19 +#: 5cee733b0471463fb49952d0494b0595 +msgid "" +"When you add the Scripto module, it creates a new [page " +"block](../../../sites/site_pages/#page-blocks) called \"Scripto\"" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:21 +#: b6913a5a7f594593bd6cc6276b243895 +msgid "" +"The Scripto page block offers a drop-down to let you select from all " +"available Scripto [projects](../scriptoproject/). Select the project you " +"want to link from the dropdown." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:23 +#: 34396c031bf04e36949cf57b5701d3f3 +msgid "" +"![Dropdown with a single site option](../modulesfiles/scripto-" +"pageBlock.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:25 +#: e0b529d3b51c46a18e4826a4818a4347 +msgid "On the public page view, this will display as a link." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:27 +#: 3431099337264806988b520c36dbf15c +msgid "" +"Once you have applied this block to a site, it also creates a link from " +"the project to that Omeka S site *when accessed via the site, rather than" +" a direct Scripto link*. When users browse the project, the name of the " +"associated site is listed in the upper right hand corner of the browser " +"window, near their user information; this serves as a link to the site." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:29 +#: 8c86a6c31fe04a539ee4333c41146352 +msgid "" +"![Top of a scripto project page with a red highlight over the link to the" +" Omeka S site.](../modulesfiles/scripto-pageBlocklink.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:31 +#: 7fb39373d82e42ab90c1750f2559cfb9 +msgid "Public-side user dashboard" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:32 +#: fa6e0a56e95546b2ac85a378fa8ad371 +msgid "" +"From the public side, users have access to their dashboard, which givens " +"them an overview of your Contributions and your Watchlist." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:34 +#: 65d7e2c4ed404e9fb89b3f93b2757d73 +msgid "" +"Recent Contributions (documents the user has edited) display as a list. " +"In each row, it will show the following information:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:36 +#: ../../docs/modules/scripto/scriptoPublicView.md:49 +#: 446c1d90acb9442e844a6348bebf9144 779f31dd0ca04705801004fbcfd1231e +msgid "Document type (just “document” in most cases);" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:37 +#: ../../docs/modules/scripto/scriptoPublicView.md:50 +#: 5e989b850d0a46c29981bfd8570d71f3 f98811c9d4994b9798b32a0a153b086a +msgid "" +"Document title, which is also a link to the document page, with the page " +"number in parentheses after the title;" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:38 +#: 37685fb4cd774a5a8929b0b6a33990d8 +msgid "Link to see the changes with the version immediately before that (“diff”);" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:39 +#: ../../docs/modules/scripto/scriptoPublicView.md:52 +#: 15d0c24eca614d0d85a7d12bfbc959f9 7b59f8af10bf488ab642b5c55cdbed50 +msgid "Link to see the history of the document’s edits (“hist);" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:40 +#: ../../docs/modules/scripto/scriptoPublicView.md:53 +#: 78572e31b633477e8d1f218d75984f77 fa635d1034ee4a6ab8b7414186552f6e +msgid "" +"Date of last change in the format Month/Day/Year followed by timestamp; " +"and" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:41 +#: a617f6db18254a99839305c2c890fc9c +msgid "" +"Summary of the changes, with the number of characters changed in " +"parentheses, followed by any comment or summary supplied by the person " +"making the change." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:43 +#: de278a93fc844986adfe600151a628c8 +msgid "" +"Above the list is a button which will take users to see all of their " +"contributions" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:45 +#: d9c4e96876d54b31a2a3eb819a1a4ae3 +msgid "" +"Watched pages will also display as a list. Watched pages include those " +"which the user has already selected, which can include items being edited" +" by another user. Next to the list header is a button which will display " +"all items on the watchlist." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:47 +#: 60f1a4d8954d42e289e50aa244fe9adb +msgid "The list of watched pages displays the following information:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:51 +#: c37d4a8bdd314f64aa84a2f5adf7a36f +msgid "" +"Link to see the changes made with the version immediately before that " +"(“diff”);" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:54 +#: 03b28e07ff0741c5bf32bb197cb5e324 +msgid "" +"Summary of the changes, with the number of characters changed in " +"parentheses, followed by any comment or summary supplied by the person " +"making the change" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:56 +#: 122aabfea6af4034b25688aaa560fa73 +msgid "Public project browse" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:57 +#: a2711d3bb0744ff0be4e814b079f67fc +msgid "" +"On the upper right of the browser, near the \"Log In\" buttons or, when " +"logged in, the user icon, is a link to browse all projects in the Scripto" +" instance." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:59 +#: ebc42e21cab94e878117f5d5ec47fa50 +msgid "" +"This browse page shows the project title, a representative icon " +"determined by the first item in the project, and the project's " +"description (set in the [configuration options](../scriptoproject" +"/#configuration-options)), if any." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:61 +#: 010ce40bb5d340768182cc67cb688fb4 +msgid "" +"![Project browse showing three projects, only two of which have a " +"description.](../../modules/modulesfiles/scripto-publicBrowse.png) " +"Clicking on any project's title or representative thumbnail takes you to " +"the project's view." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:64 +#: 076243633a19439e9a7178e82291c317 +msgid "Public project view" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:65 +#: bcdc4be2165a4ddba9b106ee37069cb1 +msgid "" +"The main project view displays the title of the project, as well as its " +"description, if any." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:67 +#: 211326154bed4dcaa65d40c0cfa33056 +msgid "" +"Across the top of the page, just under the Scripto navigation options " +"(project browse and user icon), are:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:69 +#: 8f01dce65eb04b6fbdcfde404ace1d3e +msgid "the Project title which functions as link back to the main project page;" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:70 +#: bfa6c15fb3304b9f93c960760ce3f4f8 +msgid "a link to the project guidelines;" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:71 +#: fc4ff4b0214143d3b57040cd9d60556a +msgid "a browse items links; and" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:72 +#: 0376ce341396430897ef9cd5551b89e5 +msgid "" +"a search bar to search the items in the project (this is a full-text " +"search for the metadata of the items and media)." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:74 +#: b1285aa1bca7492297b9897a58f79764 +msgid "" +"Below this is a table of the items in the project. The table will be " +"labeled Items unless you selected from the Item type dropdown in the " +"project's [configuration options](../scriptoproject/#configuration-" +"options)." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:76 +#: c7dbdfd83b314db59869ad0b5db85ce5 +msgid "" +"The table has two display options. The default view is set in the " +"project's configuration options." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:78 +#: f0ba1c57857e4290a10f499f3f15e348 +msgid "**List** displays the items in horizontal rows that prioritizes text with:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:79 +#: 8406a09969814d27b7d692865521b28f +msgid "a small thumbnail of the image;" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:80 +#: ../../docs/modules/scripto/scriptoPublicView.md:86 +#: 6ee9a71b66e14732b5153fa996a594cd c1042411fdf44e86b234f0f3e730d89c +msgid "the document title;" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:81 +#: ../../docs/modules/scripto/scriptoPublicView.md:87 +#: 721740c2ad484dbab83715889e37b8ab ecf4540aa00648b9814e136f5d58116c +msgid "date last transcribed;" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:82 +#: ../../docs/modules/scripto/scriptoPublicView.md:88 +#: a2e4dec5b3f240ccbf89bafd25891d87 ccde6cee453845e19c680879c0350347 +msgid "transcription status; and" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:83 +#: ../../docs/modules/scripto/scriptoPublicView.md:89 +#: 832814a36966469f903e058bcf5cf17c 9f245149431448e1b04b1ae898b0f0a2 +msgid "number of approved pages, shown as a bar and a numeric count." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:84 +#: a1533cb7ffc94ed29c326da3a21f991c +msgid "**Grid** displays each items four per row with:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:85 +#: ab8a89c9272e4cb59f5ae1083ce9d756 +msgid "" +"a large thumbnail of the first page, which can give you a quick sense of " +"the quality of the image and handwriting;" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:91 +#: 6722fe9499004b3eacfa3425967b61b0 +msgid "Transcription stat" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:93 +#: 999f8778a3e64c79853d9e16de4eaf33 +msgid "" +"On the public side, projects display a progress bar for all items, so " +"that community users can easily identify media or items to work on." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:96 +#: 7fda9a604b22426f9b23aa2ca1a08258 +msgid "" +"![Public project view. There are two large square thumbnails representing" +" items in the project. One has a \"1/3\" and a full orange bar underneath" +" it, indicating that the item is in " +"progress](../../modules/modulesfiles/scripto_publicproj.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:98 +#: de885deef54140f2b648796121b6bc2a +msgid "Public item view" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:99 +#: 33acc659608546429399bc00336bf7c8 +msgid "" +"The public item view displays the Omeka S item metadata in a column on " +"the left side, and the media in the main area on the right." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:101 +#: def46b3108644889b33a1bbd8049b3a8 +msgid "" +"Users can toggle between gallery and list views using the layout button. " +"They can also *sort* and *filter* media in the item. Sort options are by " +"last edited, last completed, and last approved. Filter options are is " +"edited, is not edited, is completed, is not completed, is approved, is " +"not approved." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:103 +#: c3c706a1046546dfb09582d7ba7737ad +msgid "![Public item view](../../modules/modulesfiles/scripto_publicitem.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:105 +#: ad91542c692f4fffb53549b2608e2cb8 +msgid "" +"Users can either click on the media's index number to view media " +"information, on edit to go straight to the mediawiki " +"transcription/translation interface." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:107 +#: 58db1a4fee694aaeaaa61fe3df73fdc1 +msgid "Public media view" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:108 +#: 9ff9c0c9422842aeae74c9c8999c9ba8 +msgid "" +"The initial media view shows the media on the right, with metadata on the" +" left. Underneath the media display is the HTML of whatever wikitext has " +"already been generated." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:110 +#: 49e1c740242342a1b51696efea8be0d1 +msgid "" +"At the top of the page is the title of the item, which functions as a " +"link back to the item, followed by the media's number (the second page " +"will be #2, for example). Below this information is the original title of" +" the media itself." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:112 +#: b0ac49fc69c74a8da7770f2c90f2cdbe +msgid "On the left above the media and metadata are a series of buttons:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:114 +#: 76926659624e48dfa5d2142bc45fa1d7 +msgid "*Edit*" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:115 +#: 6349f20393334faf9edd505ea389a864 +msgid "*Browse revision history*" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:116 +#: c8853f513e164de7a026651bc6032707 +msgid "*View notes*" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:117 +#: ce080d9476da4054a5cb4820f793390b +msgid "" +"And *track/stop tracking media* with a star button which toggles this " +"option." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:119 +#: e46b8180d142414d8ee668e18e05a914 +msgid "" +"On the right above the media and metadata is a pagination button which " +"allows users to easily move between media for a single item" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:121 +#: 96672c4df2444e0b8e31a22815eb1c8c +msgid "![media view](../../modules/modulesfiles/scripto_mediav.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:123 +#: a7f89bc340c042abb18f8f0eb349021c +msgid "Adding text" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:124 +#: 5ecf6594870c4d3b9575520492af83cf +msgid "" +"To start working with a piece of media, the user clicks \"edit\" in the " +"toolbar above the media and metadata display." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:126 +#: c94cfdfca4e041019cd21017b2a1565f +msgid "" +"A new page loads, with a media viewer and an editing workspace for users " +"to enter text. Depending on the selected layout, media may be to the " +"right of the workspace or above it." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:128 +#: ec52102a02d04c91b528889f6acfcbb0 +msgid "![edit media](../../modules/modulesfiles/scripto_editmedia.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:130 +#: e8c7971aa1ee4edc98f1ef0ba9ab2e9b +msgid "" +"The area between the media title and the workspace and viewer has a " +"combination of information display and action items for the user." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:132 +#: ffb172c7109447d3a7dbd00c0645f6ec +msgid "" +"On the far left is a button to track or stop tracking media, with a star " +"icon." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:133 +#: ed39948656f04215bf8371d4724cecd4 +msgid "" +"In the center is an information display with the media's Protection, " +"protection expiration, and status, and a checkbox where the user can mark" +" the media as completed." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:134 +#: 27db3581877540048b3ca332c6fe220a +msgid "On the far right are buttons to *save* or *cancel* changes." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:135 +#: 9e5dc1c68a4241c2bcc87a8337932009 +msgid "" +"Users can rotate the media and zoom in and out using the controls within " +"the media viewer." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:136 +#: 173a850fa4db46e59d62fa0d6403a7df +msgid "" +"Users can use the layout buttons to toggle between side by side and top " +"and bottom views." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:138 +#: 8f6c978e161c4677ba8506ef8734bbb0 +msgid "" +"Just above the MediaWiki workspace is a field where users are encouraged " +"to summarize their changes." +msgstr "" + +#: ../../docs/modules/scripto/scriptoPublicView.md:140 +#: f96d1df40dd441009d155bf75fdd8abe +msgid "" +"The editing workspace has a formatting toolbar which adds MediaWiki " +"markup to the text (it does not change the appearance of the text in the " +"workspace). Any formatting will be applied to the HTML view of the text " +"after changes are saved." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/scripto/scriptoproject.po b/locales/fr/LC_MESSAGES/docs/modules/scripto/scriptoproject.po new file mode 100644 index 00000000..2b7fe777 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/scripto/scriptoproject.po @@ -0,0 +1,1284 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/scripto/scriptoproject.md:1 +#: 1a080044bf434f2696cc3c7787ee2f41 +msgid "Scripto Projects" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:3 +#: 6a6f40f3c4d04724ad56dea50049087b +msgid "" +"Scripto is made up of projects. Every transcription, translation, or " +"description effort you create can, and should, have its own project." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:5 +#: 8f68e192c7024cca8663e120b5d15904 +msgid "Create a Project" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:6 +#: 3bab1ca848d54ae1a9b54dbd3c98e019 +msgid "" +"This [screencast](https://vimeo.com/422818763) walks you through the " +"process of creating a Scripto project in Omeka S." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:8 +#: 94463f16faa74436a6b47d78d2b5b844 +msgid "" +"To create a new Scripto project, go to the Scripto dashboard (the Scripto" +" tab in the left-hand navigation) and use the \"Actions\" dropdown menu " +"in the upper right corner to select \"add new project\"" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:10 +#: ded7bda8e19e4e059c3fe0f2e572158c +msgid "" +"![Action dropdown open with a red arrow pointing to the Add New Project " +"option](../modulesfiles/scripto-projectAdd.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:12 +#: 2b78f80cc35a4f75ac4f353ead24ceb7 +msgid "" +"This will load the New project page, which has two tabs: Configuration " +"and Reviewers." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:14 +#: a8b214572144488381746fcad43b553b +msgid "" +"The eye symbol on the upper right by the \"add\" button sets the " +"visibility of the project. If the button is set to private (eye with a " +"slash) it will only be visible to users *of the Omeka site*." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:16 +#: 0c73ea451f9842859d788f5e411696cc +msgid "" +"![Just the top of new project page, showing the two tabs and the eye " +"symbol](../modulesfiles/scripto-projectAdd2.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:18 +#: 3bb3e7485cc243eb8d416854a39d72ee +msgid "" +"You can change these settings at any time by editing the project using " +"the Actions dropdown on the project review." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:20 +#: 7ff57b1a21364006b4183c150d8a9c88 +msgid "Configuration options" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:21 +#: f8d2a1b6645d459ea0234acaa9fb4afb +msgid "" +"Some of these configuration options are required to create your Scripto " +"project; all of them can be changed later using the \"Edit project\" " +"option." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:23 +#: 1f1cc12726a24961bcdc7349f2dcd483 +msgid "" +"![Add New Project window open to the \"Configuration\" tab - all fields " +"are blank](../../modules/modulesfiles/scripto-projectNewConfig.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:25 +#: 614d4774c3454e7c857d75d6293003d0 +msgid "" +"**Title:** (required) the name of the Scripto project. This will display " +"on public and admin sides." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:27 +#: b5c8e4ffd540418f9e46eddf77b2787f +msgid "" +"**Item set:** (required) select the item set with which the Scripto " +"project should synch. This item set should contain all the items and/or " +"media you wish to include in the project." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:29 +#: 12d24eb7507f46cb808d7e99441351f1 +msgid "" +"**Property:** (required) select from the dropdown which property should " +"store the content created through Scripto when it is imported back into " +"Omeka S metadata. In addition to installed " +"[Vocabularies](https://omeka.org/s/docs/user-" +"manual/content/vocabularies/), Scripto has its own vocabulary options of " +"content, transcription, and translation; any of these would work for the " +"property." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:31 +#: 5990127d750947b4be9867d1826b3d6d +msgid "" +"**Description:** a description of the project. This will display on " +"public and admin sides." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:33 +#: 83487f0a7ba84fe3afea3413b7575062 +msgid "" +"**Guidelines:** transcription guidelines. These can be formatted using " +"the text formatting editor which will appear when typing inside this " +"field." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:35 +#: c76ff96797834508a603a82108246122 +msgid "" +"![Guidelines editor in action, displaying editor](../modulesfiles" +"/scripto-projectGuideEdit.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:37 +#: 8f2c9c7fb4e44537bcefa810d4677aca +msgid "" +"**Create account text:** enter text which will appear on the public page " +"where users sign up to transcribe; for example, a brief summary of the " +"aims or activities of the project. If left blank, the page will only " +"display the fields for name, email, and password." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:39 +#: 55fe90cac41142cfb7c0aca168f8327b +msgid "" +"**Language tag:** the language tag for the content being imported into " +"the property selected above." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:41 +#: 74cdc3a570864c469c74fef572317403 +msgid "" +"**Import target:** select the resource level to store data when it is " +"pushed from the Scripto project back to Omeka S metadata. Options are " +"Item and Media, Item, or Media." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:43 +#: 14dc1d13a1cb464e9a098f355a0bc7d1 +msgid "" +"If you select Item, then content created in Scripto will appear in the " +"Item metadata, in the property you selected earlier." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:45 +#: ad7bc444b7884241b339d055113d7e0a +msgid "" +"If you select Media, the content created in Scripto will appear in the " +"media metadata, but not at the item level." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:47 +#: f368ae88971f4bf49d89cdc8e1e15db9 +msgid "" +"**Browse layout:** choose the default browse layout for the project, " +"either Grid or List." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:49 +#: 56a2a9ec64924aee9f2a98ee1f52cbb6 +msgid "" +"**Filter approved:** when checked, approved items will not display in the" +" public browse view." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:51 +#: 035aed653aab40ff92119f8b4bf35613 +msgid "" +"**Item Type:** if you want, you can specify the type of item used in this" +" project. What you select here will change the interface language for " +"users. For example, if you choose \"manuscript\" then the browse link for" +" the project will display as \"browse manuscripts\" instead of \"browse " +"items\". Choose from:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:53 +#: 12567ff71e224b8dbd4bdacf61356931 +msgid "Generic Item (default)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:54 +#: 46be9874e52f4292af46bb1d4aaac1ad +msgid "Audio" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:55 +#: 97ad6c8f46b048b39d62343c6f4ed19b +msgid "Book" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:56 +#: ed86d21a0a8f4b55b2685796f044cf50 +msgid "Document" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:57 +#: b935a8314910498a84965bfa06461c4a +msgid "Journal" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:58 +#: e04d4a4d33aa433bb13f503f93820afb +msgid "Manuscript" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:59 +#: 83ffb3040a684ea0a5a4dd6291d939f8 +msgid "Paper" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:60 +#: 099e2e1526c349e49cfe6b7935b9ac4a +msgid "Video" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:62 +#: 4b03dd705fba4e6b9713521d18b2d53d +msgid "" +"**Media Type:** use this dropdown to specify the type of media used in " +"the project, and change the way that media is referred to in scripto for " +"this project. Choose from:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:64 +#: 9a4773c8e78e4c66ae8be6be687fd5d5 +msgid "Generic Media" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:65 +#: fd0c352af26342679c11b012a3fc5faf +msgid "Entry" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:66 +#: fc4df78b51bf413d961ebd82d79ba2b4 +msgid "Folio" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:67 +#: 7dd76cc80e614c5db59c77c6950001a9 +msgid "Image" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:68 +#: fcde2a1eb729456794ae77220dfb577a +msgid "Page" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:69 +#: c5b3d10190574813ae537ac8004698f9 +msgid "Section" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:70 +#: 18fdb3c060164e2c90e7d3060e43be27 +msgid "Segment" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:71 +#: de4ae95706f647dfb483f82b6ba5cd8d +msgid "Sheet" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:73 +#: 086fa2f0f0bb44189a2c3d11e1179b16 +msgid "" +"**Content Type:** use this to specify the kind of work in the project. " +"Choose from:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:75 +#: 70a924b5979c49e3b6f34aeb6e983113 +msgid "Generic Content" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:76 +#: 6c4262445b974742bf3c819c218643c1 +msgid "Description" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:77 +#: 2f38fc4ab8d24ca49f6debae65ed0d69 +msgid "Transcription" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:78 +#: 6d4966656de94ad4bb0795706773b119 +msgid "Translation" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:80 +#: d933badb18194453ab2ad83c62517e88 +msgid "Reviewers" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:81 +#: 0a7c03b5a3d946448426392c36df8856 +msgid "" +"Add [Omeka S users](../../../admin/users/) to your Scripto project as " +"reviewers, who can can access private projects, and mark media as " +"approved and unapproved. You can manage users after adding a project (see" +" below)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:83 +#: c2ad59f24204432eb3ccd9002be841a3 +msgid "" +"Only Omeka users with **site administrator** and g**lobal administrator**" +" roles can sync and import projects, due to the destructive potential of " +"those actions." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:85 +#: 8bdb28e1e576465686a23196a9b5e996 +msgid "" +"Although reviewers do not need to have a MediaWiki account to review a " +"Scripto project, it is recommended that they create one." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:87 +#: cbf92a84af574a688114512a2490511b +msgid "" +"![Add New Project window open to the \"Reviewers\" tab - the page is " +"largely blank, with an alphabetical menu down one " +"side.](../modulesfiles/scripto_newrev.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:89 +#: 9b2a2bd55a314163b6b84248dd7e7f39 +msgid "" +"On the right-hand side of the window is a browsable list of Omeka S " +"users, sorted alphabetically by username. To add a user as a Scripto " +"project reviewer, simply click on their name; this will add them to the " +"table of reviewers in the main part of the page." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:91 +#: 1345890cadb84a13b4a2c91a66af8243 +msgid "Be sure to add yourself as a reviewer if you plan to work on this project." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:93 +#: 38235e4e656e4e5898859b374217256c +msgid "" +"To remove a user as reviewer, click the trash can icon to the right of " +"their email address in the table of reviewers." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:95 +#: d2e97f9ccaba48c486cc186c1f47ac88 +msgid "Add project" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:96 +#: 3857b7d80fd9413e8cd6381a138a125c +msgid "" +"Once you have entered the required fields and lick \"Add\" to create the " +"new project." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:98 +#: e39d3b4372dd419fa14e1fce9f603a73 +msgid "Initial Sync" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:99 +#: 8dd60ae432f642bdb525c135a70077e1 +msgid "" +"Immediately upon creating a project, you will see the message: \"No " +"Scripto items found. Do you need to sync the project? If you have " +"recently synced, the sync job has likely not finished.\"" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:101 +#: 9102c5b764c84ab29563ae245ff1b823 +msgid "![New project sync message](../modulesfiles/scripto-newproject.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:103 +#: 43a2eedcd1e84e28a926addac02a8855 +msgid "" +"To sync the project, go to the Actions dropdown button in the upper right" +" corner of the window. From the options, select \"Sync project\" - this " +"will update the project so that it has every item in the item set." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:105 +#: 0759a2dbe9f3411c9ce31a1960b93919 +msgid "![](../modulesfiles/scripto-projectactions.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:107 +#: b618bd86a06e4b9b993a8a72b811bf3e +msgid "" +"Note that the first time you run the sync may take some time, and you may" +" continue to see the \"No Scripto items found\" message. You should also " +"see a green message across the top of the page stating that the project " +"is syncing and giving you a link to the job for the sync." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:109 +#: 8e541ea6e6914174a4b9d813626a7155 +msgid "Admin Project View" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:110 +#: 292485599f0944f1a124d609b5892b25 +msgid "" +"From the Scripto dashboard you can access projects you own and those to " +"which you have reviewer access. Regardless of your status for the " +"project, clicking on the project's title will take you to its review " +"page." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:112 +#: 7f070557c35c4a89948ef9865c883370 +msgid "" +"![scripto review page, user not logged in to " +"Scripto](../../modules/modulesfiles/scripto-admin-project1.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:114 +#: 9d359d31de954013b115345ad9266016 +msgid "" +"At the top of the page you will see the title of the project along with " +"the label \"Review\". Underneath the project title will be the Scripto " +"account bar, where you can either log in or navigate to the dashboard, " +"your contributions and watchlist." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:116 +#: de613b2e9339490da06d9bbfba89a862 +msgid "" +"In the top right corner is the Actions dropdown which has the following " +"options:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:118 +#: 4f6e054c263d488a93b4ffaac02914b8 +msgid "[Edit project](#edit-project)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:119 +#: 9f4178d614624cc2aecff0c9726a98cc +msgid "[Sync project](#sync-project)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:120 +#: 5e37fdd761374927b6e96ee7609ad4d2 +msgid "[Import content](#import-content)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:121 +#: 92da1195ac2b4faf937a8c75eaa790f7 +msgid "[Unimport content](#unimport-content)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:123 +#: a5c50a7fbc7941bb8f21f9d51e95a5c5 +msgid "" +"The sidebar on the right summarizes the metadata for the project. The " +"project title, item set, and owner all act as links." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:125 +#: 8563dd4d59e44d4f88f2e03301180b20 +msgid "Table of items" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:126 +#: 7c361c288a0141adb935a1789456f2e4 +msgid "" +"In the main work area is a table with all of the items in the project, " +"with the following information:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:128 +#: 171dfae48e93443dbf7d7cbad441d935 +msgid "Item* (first media thumbnail and title)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:129 +#: 77f93c73d9364179be68b9d964289e21 +msgid "Ellipses to see item metadata - this will open in a drawer on the right" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:130 +#: 6bd1858426c14cd9a922be2a467a9869 +msgid "Date synced: date most recently synced." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:131 +#: 44f5dbb8c50043ddb67d14e341054586 +msgid "Last edited. If the item's media has not been edited, this will be blank" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:132 +#: 33477bdc85d9474190da7b465679804b +msgid "Media* count: number of media associated with the item" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:133 +#: 8293e01ea84e40b3b1401b85249bed97 +msgid "Status: item status, which will be blank, completed, or approved." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:135 +#: ffa361bbb9cf459696b5527b942473db +msgid "" +"*NB: If you changed the Item, Media, or Content in the project " +"configuration, then you will see the terms you selected instead of " +"\"item\" or \"media\"" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:137 +#: e0513fe912c54a5eae63ed0d1a95a730 +msgid "Above the table are options to:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:139 +#: b0eb754c6a454a48a2af3c9b1270c299 +msgid "search items and media in the project (search bar)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:140 +#: 0cfac01ac76142b4aacf933f114bc627 +msgid "page through the project's items" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:141 +#: d0ae53488595435e8001c0c50ecb8228 +msgid "sort items and media, either ascending or descending, by:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:142 +#: dfd396a39dce4ce28d090df05f0e2b2d +msgid "Date synced" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:143 +#: 60ee8d93cfc145239b040ce7a274c56e +msgid "Last edited" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:144 +#: 1c8a5e7b283e444c887b6a8211fbae91 +msgid "filter results by:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:145 +#: bd2dec0b66144d6380456ad459ffa853 +msgid "is approved" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:146 +#: 4c7cef07861d44de9c9b815ea6afef01 +msgid "is not approved" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:147 +#: 17c44227c2b84a31bb87c8bb92bfcf92 +msgid "is in progress" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:148 +#: c80a86213f0140118f4c7e6ce6218ac8 +msgid "is new" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:149 +#: fc37a61828a440d28e13c117107fb9dc +msgid "is edited after imported" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:151 +#: 48e97621c86d49b9a080d68563d0d9aa +msgid "" +"To find items which have been edited and are ready for review, filter all" +" items by \"is in progress.\" You may also want to sort by last edited." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:153 +#: b51c593787a34d729c878e4aaa96fcd3 +msgid "Edit project" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:154 +#: 371b791424654a3fb0eaad7dcd695835 +msgid "" +"You can edit your project using the Actions dropdown in the upper right " +"hand corner of the screen. It offers the same two tabs you used when " +"[creating your project](#create-a-project) - [Configuration" +"](#configuration-options) and [Reviewers](#reviewers)." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:156 +#: 993792154668431fb45c4429cf066f26 +msgid "Admin Item Review" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:157 +#: 57084f262c0a438ebca6bfdc4f9b094e +msgid "" +"[This screencast](https://vimeo.com/431828023) shows the process of " +"reviewing an item and its media." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:159 +#: 56870d79037f4f87b4d3c6caa820f48e +msgid "To review an item, click on its title in the project view." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:161 +#: c7535806445b4293beec4eb0291a1c58 +msgid "" +"The Item view page, like the project view, has near the top of the page a" +" Scripto account bar, where you can either log in or navigate to the " +"dashboard, your contributions and watchlist." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:163 +#: b23f16263ede428baf53d7119b324031 +msgid "" +"On the right is a drawer summarizing the item's status and data. The " +"properties for the Scripto Project and Omeka S item link back to their " +"respective properties. Click the bar between the drawer and the main work" +" area (indicated with a `>` symbol) to collapse the drawer." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:165 +#: 781461f2688241e19341e77892f66d53 +msgid "" +"![item admin side with drawer open](../../modules/modulesfiles/scripto-" +"itemview.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:167 +#: ce1491ad26ab4565bf0df75902fb2b73 +msgid "" +"The main work area has two tabs: one summarizing Media information and " +"one with the Omeka item metadata." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:169 +#: 8dfa1e5c11ab47b38d7d35d84a53a965 +msgid "Media tab" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:170 +#: 9d1047810a3846bc8ae0fd20978d34d6 +msgid "" +"On the Media tab, there is a table with all the media in an item. Users " +"transcribe media by media, so Scripto allows you to review on the media " +"level." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:172 +#: 354b9551d5054274b2727a0f8ea5cce1 +msgid "The table includes:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:174 +#: 4d55ef8fa1764975aac2289312d1332f +msgid "A **checkbox** for the media" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:175 +#: cd93b408b1b54785bfc1a04108e00068 +msgid "The **index number** of the media" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:176 +#: 333c76c1c0d4466ca54188c8f439aa32 +msgid "" +"The media's **thumbnail** and **title**. Click on this to review the " +"media." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:177 +#: 02344caca5d94c819858671079a6faf3 +msgid "" +"An ellpises (`...`) which opens a drawer on the right displaying the " +"metadata for that media" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:178 +#: 0e028d00cc8b43ef83cece93b5b66c17 +msgid "**last edited** date" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:179 +#: e08a0b1e88e24965866467fd86ba4787 +msgid "**status**" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:180 +#: 9c3d9843c2504b28919e863bc0193e7e +msgid "**Edit protection** (admin only, open to all)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:182 +#: be59d6477e3b4ff0ab1ea62b7c563b79 +msgid "" +"You can sort the table by last synced, last edited, last completed and " +"last approved, either ascending or descending, using the drop-downs in " +"the upper right of the tab." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:184 +#: 84fa4ab894b2482ab5ec1b685d856fca +msgid "" +"You can also filter which media are displayed using the dropdown to show " +"only:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:186 +#: cda9ed1b07604868a4d3854c567d5fd6 +msgid "Is/is not edited" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:187 +#: 53b2c7a7bfeb4cf3aae036d1600f3677 +msgid "Is/is not completed" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:188 +#: a2a82d8c6d954418b68b87ff4dc60aca +msgid "Is/is not approved" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:189 +#: f457d52d2e444116971c54c2b54297fb +msgid "Is edited after approved" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:190 +#: badbd405f914483ba80610bd5e5eeb13 +msgid "Is edited after imported" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:191 +#: 25ec21a8159a462d8a9cea6d5fdcfd5f +msgid "Is synced after imported" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:193 +#: 67ba701f728a482bb352330caef4052b +msgid "Using the checkbox you can edit selected or all media." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:195 +#: aaad1a9a333140b887d1d5b9c42a5b8b +msgid "" +"To review a specific piece of media, click either on its title or " +"thumbnail. This will take you to its [media review page](#media-review-" +"page)." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:197 +#: ff797c50450f49e2858010d7d4366ce3 +msgid "Batch edit media" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:198 +#: b4a0a7da8ff4404497db9dca29f60da7 +msgid "" +"If you batch edit media from the Review item tab, you have the following " +"options:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:200 +#: 2446edf6a16547ca8aa6a5918b11c076 +msgid "Set completion status as Complete, incomplete, or no change." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:201 +#: 7556a58b15b04b9dbf7388bde214e1ae +msgid "Set Approval status as Approved, not approved, or no change." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:202 +#: 26777b137ff441499c321804c9598e72 +msgid "" +"Change protection level for the selected media to one of the following: " +"No change, Allow all users, Allow only confirmed users, or Allow only " +"administrators." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:203 +#: 68675704aab74c83a4fb69357bd07db0 +msgid "" +"Set an expiry date for the protection, choosing from: infinite, 1 hour, 1" +" day, 1 week, 2 weeks, 1 month, 3 months, 6 months, 1 year." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:204 +#: 5dcf8a7775bb49cc82b1d5f836422029 +msgid "Set watchlist status as watch, unwatch, or no change." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:206 +#: 762d69ce2f384abeae643ac577d445f8 +msgid "![batch edit](../../modules/modulesfiles/scripto_batcheditmedia.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:208 +#: a03d6ea3535644ad9f3eda7d781c448b +msgid "" +"On the right side of the batch edit media view is a list of all of the " +"media which you are editing." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:210 +#: 3ce8760a038e4d06acccebb27f43f41f +msgid "" +"When you are done, either click Save or Cancel, in the upper right hand " +"corner of the screen." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:212 +#: 1d69b6fd8e294bf3ba604e4ba3ffd18d +msgid "Omeka item metadata" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:213 +#: 3dc67fa66a804ef6a335d6562c5b0c51 +msgid "" +"This tab is a static display of the metadata for the Omeka S item with " +"which the Scripto item is associated. When you sync the project, this is " +"the item which will be updated. To edit the item, scroll in the right " +"hand drawer display of Scripto item metadata to find the Omeka item link " +"(indicated with an arrow in the below image)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:215 +#: 224e4d444aaf4f02abed5d9f11187803 +msgid "" +"![Omeka item metadata view](../../modules/modulesfiles/scripto-" +"omekaitemmeta.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:217 +#: b58deb037b83444b9570aebb617080bf +msgid "Media Review page" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:218 +#: 99846fba29ef4dd58c98745407146391 +msgid "" +"Review of user-generated content takes place at the media level. To " +"review the work for a specific piece of media, click on its title or " +"thumbnail from the review item page of the item with which it is " +"associated." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:220 +#: 21c8c0336fd24e9fb3170f1e96628f67 +msgid "" +"The Review media page consists of three tabs in the main work area and a " +"drawer on the right hand side." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:222 +#: ad2f4c586c7848719646a6e5a62c7819 +msgid "Along the top of the page are the following buttons:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:224 +#: 634d5dcb61ff448fbd538053d283eb56 +msgid "" +"A **star** to add this page to your watchlist (if you are logged in to " +"Scripto)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:225 +#: e4a5600f352a41f2b6538fb5f07b9238 +msgid "A button to go to the **Revision History**" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:226 +#: aecf080661274d7a93d57b3ec013d3bc +msgid "A button to **View notes** of the media" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:227 +#: fd00dc0a701347009f872578aacade73 +msgid "A button to **Save** changes" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:229 +#: 85b4769e0ced401caebb9cced46e0d8e +msgid "" +"The first tab is **Wikitext** and displays the user-generated text from " +"MediaWiki next to the media. You can use the Layout buttons to toggle " +"between side by side and top and bottom display. You can zoom in and " +"rotate the media display using the buttons within the media viewer. There" +" is also an option to go to a full screen view of the text and media. " +"Note that you cannot edit the text from this view, you can only read it." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:231 +#: 6bfe4c410a454ada8c84c9e268298f3b +msgid "" +"The second tab is an **HTML** display of the Wikitext content, showing " +"the formatted text as it will display on the public side of a site." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:233 +#: bd2747a595244c49b1e3cd2fd3e06170 +msgid "The third tab is **Omeka media metadata** for the media." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:235 +#: a06cfb15f90940828019a68b03db997b +msgid "" +"To the right of the tabs is a set of foward-backward arrow buttons and " +"numbers (1 of 2 in the image) which allow you to move through media " +"attached to an item without backing out to the Review item page." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:237 +#: 9d88e673ad2a42bbb86a39454499b760 +msgid "![Media review](../../modules/modulesfiles/scripto_mediareview1.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:239 +#: 89a080674fbc43e19e2780d7b677f60c +msgid "" +"The drawer on the right is where review actions take place, in the " +"section titled \"Review Status.\"" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:241 +#: abc6a6c9b10c48bb8afbd84b76316a2a +msgid "" +"At the top of the drawer is the **This revision** section where you can " +"move through revisions using the forward and back arrows. The first line " +"in this section indicates whether it is the \"Latest\" revision or \"out " +"of date\". Use the double-forward (`>>`) button to skip to the latest " +"revision. This section also displays the name of the user who created " +"this revision, the timestamp, and any comments they may have made when " +"saving their changes." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:243 +#: b688ebb5cba1490bbadc445c41b67e67 +msgid "" +"![This revision section showing an old " +"revision](../../modules/modulesfiles/scripto-thisrevold.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:245 +#: 9d5f931124984698b8f5f0992f5e9ae7 +msgid "The next section is **Review status**." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:247 +#: 8dd7aca95f3b4ea6b9d65a79882e855f +msgid "You can move through revisions using the forward and backward arrows." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:248 +#: 6e38c64ed9684374b4cbaf70839a86c5 +msgid "" +"You can view review status and modify using checkboxes if your Mediawiki " +"role includes bureaucrat." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:249 +#: 1a4455abb6a64579a020610c8b2f8152 +msgid "" +"You can edit the protection of the Wikitext page, choosing from all " +"users, confirmed users, or only administrators, and set the protection to" +" expire or set it as indefinite. Again, you can only do this if your " +"Mediawiki role allows it." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:251 +#: ../../docs/modules/scripto/scriptoproject.md:278 +#: 1f1a8e442ec34e02a48beec0d344350f 62cc790a4e8143bb8bffa456851c76ef +msgid "" +"You can toggle the drawer open and closed using the open arrow `>` button" +" in the middle of the divider between the drawer and the main work area." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:254 +#: 30a5ae917bed4b358185441adc6acd08 +msgid "Media status:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:256 +#: 9c57d24a70634a309557c2a7d105f68e +msgid "" +"**Complete:** Community users have the ability to mark a media they are " +"working on as \"complete.\" This serves as a flag to notify the project " +"team that the media is ready for review. If a media is not completely " +"transcribed/translated/described, adminstrators can reverse the Complete " +"status." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:257 +#: 03b2c6ba6f3e49d5b307a87967e0abc6 +msgid "" +"**Approved:** Approval is granted by administrators and indicates that " +"every media is complete and satisfactory. Items can only be considered " +"approved when all child media are approved." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:258 +#: 3c08be1c4e384316a442a0a37bded604 +msgid "" +"**Protected:** Protection is a [MediaWiki " +"function](https://www.mediawiki.org/wiki/Manual:Administrators#Protection)." +" In the context of Scripto, it is a way for project owners to close " +"editing on a media or item at a certain point, either because it is " +"complete or because of a need to deal with that particular media or item " +"(bad scan, for example)." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:259 +#: 7940efb1c43e45539836a919d3c63a62 +msgid "" +"Protection can be limited to users, confirmed users, or administrators. " +"In addition, you can choose to protect the media infinitely or for a set" +" amount of time: 1 hour; 1 day; 1 week; 2 weeks; 1 month; 3 months; 6 " +"months; or 1 year." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:261 +#: 6af9c24233d14bb98eaffb858e617694 +msgid "Revision History" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:262 +#: a60b362ed9864c7e9a493a27728f8fd9 +msgid "" +"Clicking the \"Revision History at the top of the Review media page takes" +" you to a listing of the revision history for the media." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:264 +#: d79d841755994e03a72b21024e490d05 +msgid "" +"Clicking on the timestamp for a revision will take you to that revision." +" ![Revision " +"history](../../modules/modulesfiles/scripto_revisionhist.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:267 +#: 3b5836fb49234b83afcd15a0aea7af47 +msgid "Notes" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:268 +#: f03123a2e4114b3eb0362e444f404552 +msgid "" +"Notes are a way for project staff and transcribers to communicate. Access" +" the notes for a specific media using the \"View notes\" button in the " +"upper right corner of the Review Media page" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:270 +#: 64a3a35e6857435ab38852bb246a123f +msgid "" +"![a red arrow points to the \"View notes\" button in a close-up of the " +"upper right hand " +"corner](../../modules/modulesfiles/scripto_notes_loc.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:272 +#: 52facbd6870f441b8b5dfafbf5a35615 +msgid "" +"The note review options are similar to the media review options: there is" +" a tab for wiktext where you can see the notes to the left of a small " +"view of the media. The HTML tab displays only the wikitext in full HTML " +"markup, not editable. The Omeka media metadata tab allows you to review " +"the Omeka S metadata associated with the media." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:274 +#: eb02954c09e349938f672153713c3b8d +msgid "" +"Using the drawer on the right hand side of the screen, you can change the" +" protection of the notes page to allow only the selected level of users " +"to edit the notes page: all users, only confirmed users, or only " +"administrators." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:276 +#: c45ee6b91c3242299634f836c72d043b +msgid "![Notes](../../modules/modulesfiles/scripto_notes.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:280 +#: f0127a220bf343709f15baa1af874932 +msgid "Sharing data between Scripto and Omeka S" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:281 +#: 93d8b9ed330146e2b6317079023c3a5a +msgid "" +"Scripto projects and the Omeka S items and item sets with which they are " +"associated are separate entities. In order to update either Scripto or " +"Omeka S, you will need to take one of the following actions on your " +"project from the Actions dropdown in the upper right corner of the screen" +" on the Project review page:" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:283 +#: ../../docs/modules/scripto/scriptoproject.md:291 +#: 248e78e63c8b488d8f98579963282911 8c1a4bcb783549d897925e83083b8fff +msgid "Sync project" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:284 +#: ../../docs/modules/scripto/scriptoproject.md:298 +#: 94cafc15305549b9934b596390f64d74 f02bdb0aff6643ad9be3dfe004a0d079 +msgid "Import content" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:285 +#: ../../docs/modules/scripto/scriptoproject.md:307 +#: 29affcc0766e438b99b164471544cae8 579f8b53757749049a95148fa5389c88 +msgid "Unimport content" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:287 +#: b9cc0926aad5473e813a1d85fcf9df5f +msgid "![Actions dropdown](../../modules/modulesfiles/scripto-actions.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:289 +#: 164eae1e1cfe4411ba2157513bdbb978 +msgid "" +"All three of these actions open a drawer on the right side of the screen " +"with a summary of what the action does. In order to complete the action, " +"you must click the button at the end of the text in order to complete the" +" action." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:292 +#: 76a1a96eaad541549d2fc2bdca6957f9 +msgid "" +"Syncing a project updates the project in Scripto with information " +"**from** the Omeka S item set." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:294 +#: 175f8808b89a4778af0ef7b627ebdafb +msgid "" +"Use this option if you have made changes to the Omeka S item set, or the " +"items in that set. You should synchronize periodically, any time items " +"are added or removed from the item set, and when item media have been " +"added, removed, or reordered." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:296 +#: 82c0ac756e9e41579b74a2a0f59bae0e +msgid "" +"![Sync content drawer with a message summarizing what it does. At the " +"bottom is a button which says \"Sync project\"](../modulesfiles/scripto-" +"syncproject.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:299 +#: 20574b40995742e49fffd7817ffaf2ea +msgid "" +"This option is how you move content from your Scripto project **to** " +"Omeka S metadata." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:301 +#: b44db67474cb447597a6bb17e1fe0baa +msgid "" +"This will only move approved transcriptions (or similar content) to the " +"Omeka S items. By default, the target are Scripto vocabulary properties " +"in the resource type you selected during configuration." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:303 +#: 7f9b046688e84affa38c11808a40422b +msgid "" +"If you have a project which is fairly active, you should plan to import " +"content weekly or monthly." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:305 +#: 53c76df3ef5740dfa9df180b640fda29 +msgid "" +"![Import content drawer with a message summarizing what it does. At the " +"bottom is a button which says \"Import project\"](../modulesfiles" +"/scripto-importproject.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:308 +#: b72dc451298a499799adff970d25da4c +msgid "This option deletes all project content from Omeka S." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:310 +#: 032738515d554b1c89109811c341847c +msgid "" +"![Unimport content drawer with a message summarizing what it does. At the" +" bottom is a button which says \"Unimport project\"](../modulesfiles" +"/scripto-unimportproject.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:312 +#: ee86752db8464793bfd4bcfed7f09170 +msgid "Delete a project" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:313 +#: 70a3fbdcd8f74aaaadf3fc36f663ff98 +msgid "" +"To delete a project, choose the 'Edit project' option from the Actions " +"dropdown in the upper right corner of the project dashboard." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:315 +#: 137643904bbf4a9ebe222bc40cbf8c15 +msgid "" +"Click the Delete button in the upper right hand corner of the editing " +"window." +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:317 +#: d23e65f18162426f87d1ab5850f7ff30 +msgid "" +"![arrow pointing to the delete button](../modulesfiles/scripto-" +"deleteProject.png)" +msgstr "" + +#: ../../docs/modules/scripto/scriptoproject.md:319 +#: d97979cf6b894b14bdafe6d469174b16 +msgid "" +"This will open a drawer asking you to confirm that you wish to delete the" +" project. Click Confirm Delete to completely delete the project." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/scripto/themeingScripto.po b/locales/fr/LC_MESSAGES/docs/modules/scripto/themeingScripto.po new file mode 100644 index 00000000..e7ee50b8 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/scripto/themeingScripto.po @@ -0,0 +1,187 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/scripto/themeingScripto.md:1 +#: bb4a18a6fc824da6ac2d93fd7d916c1f +msgid "Themeing Scripto" +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:3 +#: 4b976338e0f34ecbac97d292ece90bb3 +msgid "" +"Scripto themes are a way to unite the look of a Scripto project with its " +"associated Omeka S site. You first associate a Scripto project to a site " +"by linking to the project from the site's navigation. In the Omeka S site" +" dashboard, go to the \"Navigation\" settings, and add \"Scripto\" to " +"your site's navigation. When a user comes to your site, that navigation " +"link will provide Scripto with your site context and apply the " +"accompanying Scripto theme." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:5 +#: 13c4dbb0f77045e8ad3996223d2754d2 +msgid "Using an Existing Scripto Theme" +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:7 +#: 9e6a547376c24b06bc8259e7d6079d2e +msgid "" +"The only requirement for a Scripto theme is a stylesheet (.css) file " +"within the Scripto module in the following subdirectory: " +"`Scripto\\asset\\css\\site-themes\\`. The stylesheet name must match the " +"name of your site theme directory." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:9 +#: e111437f2aa94d569320a745e525ed68 +msgid "" +"The Omeka S theme \"Papers\", based off the Papers of the War Department " +"project theme, contains its companion Scripto theme in the following " +"path: `asset/css/scripto/papers.css`. There are two ways to enable this " +"theme." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:11 +#: d8d6992e749a4f4fb5d3ec89d58b55c9 +msgid "Manually copy the CSS file to the Scripto module." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:13 +#: 85103d0210304a1887120a863bf4f5fc +msgid "" +"Copy your CSS file into the appropriate directory within the Scripto " +"module. The path from within your Omeka S installation looks like this: " +"`[$ROOT]/modules/Scripto/asset/css/site-themes`. If you want to make any " +"changes to your Scripto theme, your styles will be read from that " +"location." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:15 +#: bc98cff8047d4e29b02730745e1ae671 +msgid "Use the command line." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:17 +#: 1cdd76022b3f4ce68a3a88530eeac3a5 +msgid "" +"This method is for more technical users. The \"Papers\" theme uses Gulp " +"to manage Sass/CSS compiling, and has a specific task for exporting the " +"Scripto theme. To use this task, navigate to the root of the theme folder" +" via the command line and type `gulp scripto`. This will compile the " +"Scripto theme and place it in the correct folder, provided the Scripto " +"module has been installed. Note: Scripto themes are not required to use " +"Gulp or Sass, so this method may not always be an option." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:19 +#: 6b1b1438439f400f99506cbfb9857445 +msgid "Writing a Scripto Theme" +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:21 +#: c8ea300457fb4610b08af51f7bfa9ab5 +msgid "" +"The only requirement for a Scripto theme is a stylesheet (.css) file " +"within the Scripto module in the following subdirectory: " +"`Scripto/asset/css/site-themes/`. The stylesheet name must match the name" +" of your site theme directory. Note: all Scripto customizations must be " +"controlled via CSS—themers cannot make changes to the Scripto markup." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:23 +#: 6bc619e9ee8d4b209d588d4db8e69d90 +msgid "" +"The `@import` CSS rule can help create a quick foundation for your " +"Scripto theme by importing existing styles. For example once again using " +"the \"Papers\" theme, your `@import` rules would look like this:" +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:30 +#: 007277d0c81c45ffb64d039116507922 +msgid "" +"This import uses relative paths from your custom Scripto theme to the " +"default Scripto theme and the site theme. You can now write your style " +"overrides and Scripto-specific CSS." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:32 +#: d655889ca1374a05936ed0b8538ad053 +msgid "Using Sass with Scripto Themes" +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:34 +#: c8391084ad244c808cb1701afaec0e01 +msgid "" +"Like Omeka S itself and many of its themes, the \"Papers\" theme manages " +"its styles with Gulp and Sass. If you plan on using these tools, here are" +" commands you'll need to run from the root of the \"Papers\" theme:" +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:36 +#: 0e5eca575b52466594c610e23e0dcb78 +msgid "" +"`npm install`: Install the theme's Node dependencies. This is required " +"before running any tools." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:37 +#: 06e5f1cde29647109b5f807d56d8e2e1 +msgid "" +"`gulp css`: This command will look at your `.scss` files within " +"`asset/sass` and export their respective CSS files into `asset/css`." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:38 +#: 2488299e7d3c4638858421aff3bc269d +msgid "" +"`gulp css:watch`: This command performs the same function as `gulp css`, " +"but watches the `asset/sass` folder for any ongoing changes until the " +"command is stopped." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:39 +#: 2ee113dd0f1d4292add8215bc2d743c4 +msgid "" +"`gulp scripto`: This command performs the same function as `gulp css`, " +"but includes Scripto theme files." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:40 +#: 34e45c46b5c548acb5f952bcb398f1c0 +msgid "" +"`gulp scripto:watch`: This command performs the same function as `gulp " +"css:watch`, but includes Scripto theme files." +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:42 +#: 742f7c90d6184a31871b6bfd5cb8eefc +msgid "Theme Assets" +msgstr "" + +#: ../../docs/modules/scripto/themeingScripto.md:44 +#: 0315063bd6694d5baf0b69bda1a1aac5 +msgid "" +"An important note: because Scripto is totally controlled with CSS, it " +"cannot interact with theme options in a site theme, like user-set image " +"assets or colors. If you plan on using custom backgrounds or logos for a " +"site theme alongside a Scripto theme, save the images to a folder within " +"your site theme and reference them using relative paths accordingly." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/scripto/troubleshootingScripto.po b/locales/fr/LC_MESSAGES/docs/modules/scripto/troubleshootingScripto.po new file mode 100644 index 00000000..744877bf --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/scripto/troubleshootingScripto.po @@ -0,0 +1,73 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/scripto/troubleshootingScripto.md:1 +#: ../../docs/modules/scripto/troubleshootingScripto.md:12 +#: 6fd2ced6671f4bd4bb1226ea4b194f60 989ab944b0db480184b27dc1998080cd +msgid "Troubleshooting" +msgstr "" + +#: ../../docs/modules/scripto/troubleshootingScripto.md:3 +#: ad090211a822415c8b96d1015fd3518b +msgid "" +"The following are advanced options and troubleshooting tips for Scripto " +"for Omeka S." +msgstr "" + +#: ../../docs/modules/scripto/troubleshootingScripto.md:5 +#: a07b4db0d3334726a9c5b51c02c08108 +msgid "Disable anonymous editing" +msgstr "" + +#: ../../docs/modules/scripto/troubleshootingScripto.md:6 +#: 9fb3bddccce04d4082b3a5e3aab8bb2f +msgid "" +"By default, Scripto for Omeka S allows anonymous users to edit the " +"content on your projects." +msgstr "" + +#: ../../docs/modules/scripto/troubleshootingScripto.md:8 +#: 4079e3d86aaf43f986c89b91e3480231 +msgid "" +"To prevent this, you will need to edit the files in the directory " +"containing your MediaWiki installation. Add the line " +"`$wgGroupPermissions['*']['edit'] = false;` to LocalSettings.php" +msgstr "" + +#: ../../docs/modules/scripto/troubleshootingScripto.md:10 +#: 4ae1af4cb2b0445493a38ef00c89ac79 +msgid "" +"For more information, see the [MediaWiki manual on preventing " +"access](https://www.mediawiki.org/wiki/Manual:Preventing_access)" +msgstr "" + +#: ../../docs/modules/scripto/troubleshootingScripto.md:13 +#: df477b6ba754417fb105dd17ab8fe6ff +msgid "Project sync stuck" +msgstr "" + +#: ../../docs/modules/scripto/troubleshootingScripto.md:14 +#: 939ecb644ba7483c8395d4a93929eb67 +msgid "" +"If your project sync will not start or remains in process, check that you" +" have [correctly configured the PHP-CLI path for your Omeka S " +"installation](https://omeka.org/s/docs/developer/configuration/config_reference/#cli)." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/sharing.po b/locales/fr/LC_MESSAGES/docs/modules/sharing.po new file mode 100644 index 00000000..1fdee899 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/sharing.po @@ -0,0 +1,155 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/sharing.md:1 bae3a17afc32455ea7937364e1acb2d2 +msgid "Sharing" +msgstr "" + +#: ../../docs/modules/sharing.md:3 aefdb26ef0bc46de82295cd8abab449d +msgid "" +"The Sharing [module](../modules/index.md) allows you to add buttons to " +"site pages which visitors can use to share and embed content from your " +"site on social media or via email." +msgstr "" + +#: ../../docs/modules/sharing.md:5 96413d7de71c4a7d87cf134108edf9ee +msgid "Currently, Sharing supports the following options:" +msgstr "" + +#: ../../docs/modules/sharing.md:6 774aba98e8034603a8e77b8e042d24aa +msgid "Facebook" +msgstr "" + +#: ../../docs/modules/sharing.md:7 40dcee4b764348858f14ef0090776d8a +msgid "Twitter" +msgstr "" + +#: ../../docs/modules/sharing.md:8 e4439e5ea7cd4d76956f4d099b356d43 +msgid "Tumblr" +msgstr "" + +#: ../../docs/modules/sharing.md:9 6211bc6fc44a4c0faca27866ea57aa38 +msgid "Pinterest" +msgstr "" + +#: ../../docs/modules/sharing.md:10 077d3c4d7a4745ac83bcb7c69bd9353e +msgid "Email" +msgstr "" + +#: ../../docs/modules/sharing.md:11 623393f29d8d4a8da01a1ac5776f90be +msgid "Embed codes" +msgstr "" + +#: ../../docs/modules/sharing.md:13 9fefd314c1a4418692c7241b5621f0dd +msgid "" +"Once sharing has been [installed](../modules/index.md#installing-modules)" +" and activated for an Omeka S install, it is available for all sites on " +"the install." +msgstr "" + +#: ../../docs/modules/sharing.md:15 2ee04232f2564faa919642478244db1b +msgid "" +"![Sharing module installed and activated in the general settings module " +"page](../modules/modulesfiles/sharing1.png)" +msgstr "" + +#: ../../docs/modules/sharing.md:17 c640bcb0997c4048baeb0e02ce6dcadc +msgid "Configuration" +msgstr "" + +#: ../../docs/modules/sharing.md:19 f25f3defe5954438b54728c8eca0aed9 +msgid "Sharing settings are configured on a site by site basis." +msgstr "" + +#: ../../docs/modules/sharing.md:21 50089eecb5904a2498887f4aa856f98a +msgid "" +"Go to the site for which you want to configure the plugin and click " +"through to the edit site dashboard. Click on the Site Settings." +msgstr "" + +#: ../../docs/modules/sharing.md:23 111b71b4dd1e4ac898012d6132a3dfcb +msgid "" +"![Left hand navigation options for sites: settings is at the " +"bottom](../modules/modulesfiles/sharing2.png)" +msgstr "" + +#: ../../docs/modules/sharing.md:25 fc283325e13f475584ab9b2743bb6e85 +msgid "" +"There should be a section labelled \"Sharing\" (see the image below) " +"with two options:" +msgstr "" + +#: ../../docs/modules/sharing.md:27 f7c9bd0b8034468ab6d9c04df9b31e19 +msgid "" +"*Enable Sharing module for these methods*: gives a series of checkboxes, " +"one for each service or option (Facebook, twitter, etc)" +msgstr "" + +#: ../../docs/modules/sharing.md:29 6eb25a8a9a8a44f0aca73175865ca3d3 +msgid "" +"*Sharing buttons placement on the page*: sets the placement of the " +"sharing buttons either at the top of the content (below the navigation " +"and page header) or at the bottom (just above the footer)." +msgstr "" + +#: ../../docs/modules/sharing.md:31 c8ab7413ef994fa3a8d0e3e6227353de +msgid "" +"![Checkboxes for the sharing options listed above, in two " +"rows](../modules/modulesfiles/sharing_options.png)" +msgstr "" + +#: ../../docs/modules/sharing.md:33 b98112c45c3d42c7a41c202cd16dc8e2 +msgid "" +"Ensure that the correct boxes are checked for your site. You can uncheck " +"all of the boxes to turn off sharing for your site. Be sure to save your " +"changes." +msgstr "" + +#: ../../docs/modules/sharing.md:35 8e71fe302c904edc977801705830964d +msgid "Public Side" +msgstr "" + +#: ../../docs/modules/sharing.md:37 e8587ce884984345b550cf60625576c8 +msgid "" +"Sharing icons for enabled services and options will display at the bottom" +" of pages you build as well as individual item/show pages on your site." +msgstr "" + +#: ../../docs/modules/sharing.md:39 5dcf5e313cd94c469436473007f04dd5 +msgid "" +"![Share buttons for Facebook, twitter, and email displayed above an " +"item's title, just under the page " +"header](../modules/modulesfiles/sharing_buttons.png)" +msgstr "" + +#: ../../docs/modules/sharing.md:41 ea308654ffd94f86bac98bd974a7eb82 +msgid "" +"By default, the module will share the page title, name of site, and name " +"of installation." +msgstr "" + +#: ../../docs/modules/sharing.md:43 aed867c0d36c4f84825d0cec28077ae1 +msgid "" +"![An example tweet for the page, listing the page’s title then a dot, " +"followed by the site’s title then a dot, followed by the installation " +"title, ending with a dummy url for the " +"site](../modules/modulesfiles/sharing_display1.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/valuesuggest.po b/locales/fr/LC_MESSAGES/docs/modules/valuesuggest.po new file mode 100644 index 00000000..b39d07c8 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/valuesuggest.po @@ -0,0 +1,653 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/valuesuggest.md:1 f3f914f8620f42d983d7d757b13b7510 +msgid "ValueSuggest" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:3 6ee6a641ba5c4dc7b2674d15d36c1d5b +msgid "" +"The ValueSuggest module adds an auto-complete feature to a specific " +"property in a resource template and draws on controlled vocabularies (see" +" the end of this page for a complete list)." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:5 12238f578e2b40dab34f3939ed919671 +msgid "" +"This functionality helps those building an Omeka site to encourage " +"consistent metadata input and data compatibility with other databases of " +"records. Please note that ValueSuggest offers but cannot require that " +"users select values from the autosuggest feature. Users will always have " +"the option of creating their own value instead." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:7 8e5342e0efc5419b927b98fabf79b228 +msgid "" +"To install ValueSuggest follow the instructions for Installing Modules on" +" the Modules documentation." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:9 dc0f0a87e1064637934787e2d4e6ac67 +msgid "Create a Resource Template" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:11 8266648aeca74753a2fa69a5dd6de080 +msgid "" +"ValueSuggest vocabularies are applied through Resource Templates. For " +"additional information on Resource Templates, see the [Resource Template " +"Documentation](../content/resource-template.md)." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:13 f820928e7ec242208a606e9c0e156b55 +msgid "" +"From the Resources templates tab in the Admin Dashboard, either add a new" +" [template](../content/resource-template.md) or edit an existing one." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:14 4fa4b5a175a64a1c92d36bd905eb292b +msgid "Add the property to which you want to apply the ValueSuggest." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:15 7d9072c903e34241b6af886764948301 +msgid "" +"Once the property is added to the template, click the pencil/edit icon " +"for that property." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:16 ecc7db82b8db4bae8c3eff66d44fd7f0 +msgid "" +"At the bottom of the drawer which opens on the right, open the *Data " +"type* dropdown. Below the standard options, you will see the ValueSuggest" +" options. Select the vocabulary you want to use from the dropdown." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:17 00dc533e68334af3a0243abed9f66af3 +msgid "" +"Note that you can also add alternate labels and comments for the property" +" in this drawer." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:18 6f33000367b84e2cb8f48a7c3380f392 +msgid "" +"Click the *Set changes* button at the bottom of the drawer to assign the " +"Values to the property." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:19 663760e57a5e437a8fc449eb0a610b59 +msgid "Save changes to the resource template." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:22 b8d5a16125b741cdae4a0463ebb142eb +msgid "" +"![Editing the property subject, and the dropdown is open to show the " +"Value Suggest vocabularies from the Library of " +"Congress](../modules/modulesfiles/ValSug-ResTemplate1.png)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:24 3467dc4d207a437a8a21b60d07946787 +msgid "" +"When you click the title of a Resource Template to see its details, the " +"ValueSuggest vocabulary will appear under the Data Type table heading." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:26 951f15e49dc646d78e7cdfe633ffa50a +msgid "" +"![A red rectangle highlights the fact that the data type for Subject is " +"\"LC: Subject Headings\"](../modules/modulesfiles/ValSug-" +"ResTemplate2.png)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:29 c96c634419554aa69b01bb94e79a145c +msgid "Adding ValueSuggest to an Item" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:31 842169e6c0a741f681fd7d7c8d203821 +msgid "" +"When this Resource Template is used in an Item or Item Set, the " +"designated properties will auto-suggest values from the vocabulary " +"specified in the template." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:33 0fb36290cbca4d0abadc0d165ddb3501 +msgid "" +"Users must start typing in the open text box of that specific property to" +" prompt the auto-suggest feature. There may be a slight delay, but a " +"drop-down menu will appear with choices drawn directly from the authority" +" or vocabulary list you have associated with that property." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:35 588e017a88eb4dd0b86b6334fded31b9 +msgid "" +"![Item property Subject with \"fashion\" typed in the field. A dropdown " +"menu auto-suggests terms, including \"fashion design,\" which is " +"selected.](../modules/modulesfiles/ValSug-ItemProperty1.png)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:37 cf006c20c16745f696062c068954da52 +msgid "" +"Hover over selections in the dropdown menu for a description of that " +"vocabulary." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:39 5b2f8009f3124e5093adefdd9800c8b5 +msgid "" +"![Item property Material with \"lithograph\" typed in the field. A " +"dropdown menu auto-suggests terms, including \"color lithographs,\" which" +" is selected. Helper text in a small overlaid window reads, \"Lithographs" +" printed in several colors.\"](../modules/modulesfiles/ValSug-" +"ItemProperty2.png)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:41 891271df04524ed684678781ab016ee2 +msgid "" +"Note: after selecting a value, a box containing a URL should appear under" +" the value. This link will direct visitors to a webpage with additional " +"information on the value selected. This box can be removed by clicking " +"the “X”." +msgstr "" + +#: ../../docs/modules/valuesuggest.md:43 4b7991394e084a329bff6e43de007308 +msgid "" +"![Item property Work Type with \"Fashion Illustrations (layout " +"features)\" selected. Below, in red is a hyperlink to Getty Collections, " +"with a small red \"X\".](../modules/modulesfiles/ValSug-" +"ItemProperty3.png)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:45 d1c4019cbfa04a1aaae09c8f8f044ef6 +msgid "Available Vocabularies" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:47 4c83e720da1f4e9689900aac2c870006 +msgid "This module includes the following vocabularies:" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:49 43e037a6ff144ef48ee41562fca0474f +msgid "GeoNames" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:50 548d44e3364042469eb2b18dc77340a9 +msgid "The Getty Vocabularies" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:51 3dfa1cc6b0dc45af867e266c99b4ecb3 +msgid "Homosaurus" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:52 61a368656c62469d9ae9f60f39d37c3c +msgid "Library of Congress Linked Data Service" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:53 90b0958d7062439d98693d6ac0340f19 +msgid "OCLC Metadata Services" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:54 e92d9e4e6c204b278baa5cfd818cdefc +msgid "PACTOLS of Frantiq" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:55 c275efffa4d8456cab0cf16175ddf26a +msgid "PeriodO" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:56 0966a72eee16478c914a149eabb6efad +msgid "RDA Value Vocabularies" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:57 bbf52868f73248aa9733784b07fae7b0 +msgid "Tesauros del patrimonio cultural de España" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:58 48cc004811fc4326823f7bd18f75d603 +msgid "UNESCO" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:61 9b4567b07e494f4ab6e3ea79d3142ecd +msgid "[GeoNames](http://www.geonames.org/)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:63 d3507f249d044a0db94437fc055ec2e0 +msgid "The GeoNames geographical database" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:65 3b8d09ad361f47dfb26f2c7d66d04cbf +msgid "[The Getty Vocabularies](http://vocab.getty.edu/)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:67 55924a56cfb14dd9b9f94514882f54c9 +msgid "The Art & Architecture Thesaurus (AAT)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:68 2b91a89b21a04061a8d1952e34862cd0 +msgid "The Getty Thesaurus of Geographic Names (TGN)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:69 f6167cb9e27e47f4b8b528cdbfd60302 +msgid "The Union List of Artist Names (ULAN)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:71 69d6cdb9a18f42ab93ee5a24f2d5e427 +msgid "[Homosaurus](http://homosaurus.org/)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:73 fba90374282149e8891fdae591a29592 +msgid "Homosaurus.org linked data vocabulary" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:75 dc09f08094554428880416340ead3b7e +msgid "[Library of Congress Linked Data Service](http://id.loc.gov/)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:77 c870eaa3f2394ea28ac06cbed84c9799 +msgid "AFS Ethnographic Thesaurus" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:78 e109d4ceb6c548938486c5533b51b79b +msgid "All" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:79 49c08f1ab3c44ab0ae030831933f1d67 +msgid "Children's Subject Heading" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:80 6017d122aaee40a09025b252d31b4ff7 +msgid "Classification" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:81 4c25df6d3a304b58a09f1607d1a78447 +msgid "Cultural Heritage Organizations" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:82 46d0e9f7a0a54fb7b84ab4de7f757bb5 +msgid "Demographic Group Terms" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:83 d04389775b7b49a7bf8b9783bb72ce50 +msgid "Genre/Form Terms" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:84 0d076106475943eea0579076b2ecd858 +msgid "ISO639-1 Languages" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:85 41ecd54fe57a4fae833409918e7629b3 +msgid "ISO639-2 Languages" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:86 b840d20a85c2453a8e6af8509841d65d +msgid "ISO639-5 Languages" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:87 3365626dd9c24860bb85b19aa0f45020 +msgid "MARC Countries" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:88 0ab98212533e4bfa9b64ea571f881d9d +msgid "MARC Geographic Areas" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:89 4af5a64dc8114a5fb162086929cfbb7f +msgid "MARC Languages" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:90 0553f6bafbf44ff0bbd6d3f1bce51f75 +msgid "MARC Relators" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:91 a2eb3cff41b44c6f872cdb8a8828307c +msgid "Medium of Performance Thesaurus for Music" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:92 f20d236081854d6d96891b1da2dfe3de +msgid "Name Authority File" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:93 5ca586b15ba14fffbac8afb89ec492df +msgid "Subject Headings" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:94 1e97b908af5b4114b59970ec6ea99ff9 +msgid "Thesaurus for Graphic Materials" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:96 1b613b4b009c4a149a9cf03c1d0ab724 +msgid "" +"[OCLC Metadata " +"Services](https://www.oclc.org/en/services/a-z.html/:F2664:/)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:98 21573a27e3de4cd9ba22c8323e77df8a +msgid "Faceted Application of Subject Terminologies (FAST)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:99 9d82d547421f438da716debb6c2416c2 +msgid "The Virtual International Authority File (VIAF)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:101 e3d2fc379a784aa7b60144d87334e103 +msgid "[PACTOLS of Frantiq](https://pactols.frantiq.fr/)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:103 004e6470f40d4d3695127315038a9576 +msgid "The entire pactols thesaurus" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:104 7fe517908eb14aca9815db6598417931 +msgid "The subject group only" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:106 92ee4091e2714b678ea6dd1167685a68 +msgid "[PeriodO](http://perio.do/en/)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:108 57c87ede409a4947af0b5891aa6e712e +msgid "A gazetteer of period definitions for linking and visualizing data" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:110 c3f928e9fd6f45bc850bceadbc9f57c5 +msgid "[RDA Value Vocabularies](http://www.rdaregistry.info/termList/)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:112 f032e1103b3946bea8a6943ae57b3524 +msgid "RDA Reference value vocabularies" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:114 050bbc41bb52444ea6ca9f32966ed308 +msgid "Aspect Ratio Designation" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:115 a2e6969fc39a446c9a08bd3ae62c9cd6 +msgid "Bibliographic Format" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:116 c50c7468a04248d797087de6299ec1db +msgid "Broadcast Standard" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:117 75ca2606f20545b4bb937f121c309902 +msgid "Carrier Extent Unit" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:118 69c267e8347e48d6bfe465bd9cf0936b +msgid "Carrier Type" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:119 497d2ec692a5428b8e0fd6dd4f4c79e2 +msgid "Cartographic Data Type" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:120 aeb8abc8e77849809e3526351571ba6d +msgid "Colour Content" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:121 8fe4f0dc14d24f899a9155bdf9256666 +msgid "Configuration of Playback Channels" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:122 e91fe9657a2e4cc0a68f8c56b6fef7c6 +msgid "Content Type" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:123 003ca2a8465c479f9251cd8741b5016f +msgid "Conventional Collective Title" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:124 ea295eb27a144dad8a017ca04b534b6c +msgid "File Type" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:125 ea64aa79a5564bffbe9884c020bd005d +msgid "Font Size" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:126 b80620ea92a449da9e16ad9559a8b628 +msgid "Form of Musical Notation" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:127 29137b1d9a8f430cbbbe7940828e3aba +msgid "Form of Notated Movement" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:128 939b06c91ffb4373ad4a54c454df888c +msgid "Form of Tactile Notation" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:129 860ccc4a0990443fa335f9aa63de2bc7 +msgid "Format of Notated Music" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:130 8940b3b08963486a9565fb26f9eb2ecb +msgid "Frequency" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:131 19357d65adaf4df58196e4f87b045c38 +msgid "Generation" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:132 6c363e6ad4644d65a4436476422d8950 +msgid "Groove Pitch of an Analog Cylinder" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:133 4a19e5b9e094467fa0b9bdacc1995b4c +msgid "Groove Width of an Analog Disc" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:134 c807fff14e2e44d988a53182b92dcbf7 +msgid "Illustrative Content" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:135 6b71dad47eab495da353db8da016f350 +msgid "Layout" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:136 d41a5ec2c2ca4e03afd72322f4874b59 +msgid "Material" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:137 70df5c68827948798fcc19fdfcd21d33 +msgid "Media Type" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:138 1f20b1c73e234f77b2fb4bfd480a42da +msgid "Mode of Issuance" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:139 e9731172ac0d4e6e98ccfc354591a7a0 +msgid "Polarity" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:140 fe553bf13a9349bb8c67aea32a1293ee +msgid "Presentation Format" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:141 1ca931270cd345ad96a98b0c7bced448 +msgid "Production Method" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:142 8cf507775f0745bc962d72bc6d785b2c +msgid "Recording Medium" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:143 695747f9b0d34a3aa3d447450b988ceb +msgid "Reduction Ratio Designation" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:144 ec47f4a512d74818b6dfe5e710978b46 +msgid "Regional Encoding" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:145 fd64c3ba179847caad08da696ca8076c +msgid "Scale Designation" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:146 c8d35a78452349ec911f14328f7aac32 +msgid "Sound Content" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:147 4fcd10cbef714c9e9cd10dc5e69f8218 +msgid "Special Playback Characteristics" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:148 769c9c5417e842aa8463caf668ff4965 +msgid "Status of Identification" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:149 8bc37c655ce44fe89693d1d723e21ade +msgid "Terms" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:150 7dbebb17f2ee41a1b06d0804b6837417 +msgid "Track Configuration" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:151 c053bb4df20843c89df2ee6012bd14a4 +msgid "Type of Recording" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:152 c2111e1d9120479b8e0b971994141d71 +msgid "Video Format" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:154 4b7eff1ab35a496b9d0512f6e1b551dc +msgid "RDA Local value vocabularies" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:156 c563be6c16694d808711f90ced8fb9f3 +msgid "Gender" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:158 e8a3f49a4e3a4178a8afd2741f078374 +msgid "RDA/ONIX Framework value vocabularies" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:160 61f5975ea14f46c0a7034e7fcfc05c51 +msgid "Character" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:161 b946f288be6d449e960aff67ad4a1e9b +msgid "Extension Mode" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:162 ee5f7f176f4d4ab49a537f1b46d04aee +msgid "Extension Requirement" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:163 319af17fdb12418981eefff1f1c5a5f5 +msgid "Extension Termination" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:164 0873637fc7404de99fa0db01063f0199 +msgid "Housing Format" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:165 a98c7e57d6b14a34adee31c5d3b8f68f +msgid "Image Dimensionality" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:166 d4db896469d845acb04652c2b9f20521 +msgid "Image Movement" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:167 8525511fc04d42038ecde5876f7c8211 +msgid "Interaction" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:168 ce88a87674fe4f54afe8115a060b36a9 +msgid "Intermediation Tool" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:169 f1fc95ba74714a919af273656306ac16 +msgid "Revision Mode" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:170 3a2ecbb846284e3abe4bdb636737b303 +msgid "Revision Requirement" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:171 3ed37dd3a8e7411583b7c98e7533e28a +msgid "Revision Termination" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:172 1670d173f3274cb8b063a1d18cf55db4 +msgid "Sensory Mode" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:173 ecafc31867e94d15ad36316b9ad2dd70 +msgid "Storage Medium Format" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:175 b5210c83039e4f53b2c66f2a4ba140bf +msgid "" +"[Tesauros del patrimonio cultural de " +"España](http://tesauros.mecd.es/tesauros)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:177 6a1f995daf5445118935d35dfc086359 +msgid "Diccionario de Bienes Culturales" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:178 cb4f6eeb038b445c854920b36f782fc3 +msgid "Diccionario de Materias" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:179 2bd582bf8c7746168000cc3d0b29ddce +msgid "Diccionario de Técnicas" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:180 1ba104006fcc4a69b5b4300774ff1e0f +msgid "Diccionario de Contextos Culturales" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:181 a3e8f5b306134e3d95225d1358bcf109 +msgid "Diccionario Geográfico" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:182 383b5c7b5a7b4be5a7d8b8322e521c93 +msgid "Diccionario de Toponimia Histórica" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:183 e3b3a1cbcfe9496cbeaaa70d5da5f700 +msgid "Diccionario de Cerámica" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:184 93844d45a64d4c4a902bee3f621ecfce +msgid "Diccionario de Numismática" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:185 a9c95da8104f475da71410c29c3d1f77 +msgid "Diccionario de Mobiliario" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:187 fe4289299a654c2390506d5686313b6a +msgid "[UNESCO](http://skos.um.es/)" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:189 8af9070f85f247d6b19c278b31171dfc +msgid "Tesauro" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:190 cfdbc9b80fbb41fba61f9b4e7a18b247 +msgid "Nomenclatura de Ciencia y Tecnología" +msgstr "" + +#: ../../docs/modules/valuesuggest.md:191 0293a7e7eef047f79028730913b48bc5 +msgid "Biblioteca Digital Floridablanca" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/modules/zoteroimport.po b/locales/fr/LC_MESSAGES/docs/modules/zoteroimport.po new file mode 100644 index 00000000..12b7df6b --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/modules/zoteroimport.po @@ -0,0 +1,231 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/modules/zoteroimport.md:1 545502efa7d24ec6a98a06076735e8e9 +msgid "Zotero Import" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:3 5dbd466b4c914585b91ebe328597ab95 +msgid "" +"Zotero Import is a [module](index.md) for Omeka S which allows you to " +"connect an Omeka S instance to a Zotero library and import items from " +"that library." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:5 27320eaae7ba41ae9f3a7b6db6f1455e +msgid "" +"To install Zotero Import, follow the instructions for [Installing " +"Modules](index.md#installing-modules)." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:7 271d407244fc45e19681e6cd1029be8a +msgid "Prepare your Zotero Library" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:8 e3de5933142f4e5187cad188306d6984 +msgid "" +"In order to import from a Zotero library, you must have API access to the" +" library. To use Zotero Import, you will need the ID for the group or " +"user" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:10 9147f8457cc34e53bd9753c9f5bbaff9 +msgid "" +"Individual IDs are found on the Feeds/API tab of your Zotero Settings; " +"there is a sentence stating “Your userID for use in API call is”." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:11 a7394065d1de4438ad28c3b9f38f5940 +msgid "" +"Group IDs are found on the Zotero group library page by looking at the " +"URL of the library - it will be `zotero.org/groups/`. If you go " +"to https://api.zotero.org/groups/`, you should get some " +"information on that page." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:13 34d951099b244e459f3a4db0f4bf7c7d +msgid "" +"You may also want to have the id for a specific collection and an API key" +" to import files." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:15 063cc81bc95e43569031b6dadd818fe3 +msgid "" +"Collection keys appear in the url of a collection page - they are the " +"alphanumeric sequence at the end of the url, following “collections/“" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:16 2cfc0af456794b82b64c5df017e830ad +msgid "" +"To generate an API key, go to Settings in your Zotero account, to the " +"Feeds/API tab, and click the *Create new private key* link." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:18 2a26baeae03a4fafbbfcfe813753066b +msgid "Import Data" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:20 bd749d7607574dec88c82d4e9d26ac7a +msgid "" +"To import, go to the Zotero Import tab on the left-hand navigation of the" +" admin dashboard of your Omeka S install. This will automatically take " +"you to the Import sub-tab, also in the left-hand navigation." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:22 e93013556daa436d83c5b4ddcc69f372 +msgid "![Zotero Import options](modulesfiles/zoteroimport_new.png)" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:24 f9ca99f3f1934fbd85bf4393a2a4d2a2 +msgid "To import from a Zotero library:" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:26 37d4b97a0fbd48e89ccad6ee5fed2461 +msgid "Choose an Item Set to which the imported items will be added (required);" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:27 77b930530fff41958bf6445d7e6b5aac +msgid "" +"Choose between *User* or *Group* libraries with the radio buttons " +"(required);" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:28 429e7b3a5b3b4ae7880fa628ebaec4f7 +msgid "" +"Enter the Library ID (this is either the Group or User ID number, " +"discussed above)." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:29 4305fded144b46f2b15b22e5ede61b5f +msgid "If importing a collection enter the collection key." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:30 e717cbd2abb84f14a614d0adbe6cd6e0 +msgid "" +"Enter your API key to import private data and/or files (optional for " +"import but necessary to import files)" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:31 b893391aa207409a861b8e7218017084 +msgid "" +"Click the checkbox to import files. The API key is required to import " +"files. \t* HTML page snapshots will be imported as zip files." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:33 534ce4eee72d440ca0b959cbd185c1bd +msgid "" +"The “Added After”option allows you to import only those Zotero items " +"added to the library after the date and time you choose. You can use this" +" as a way to update from a previous import without re-adding files you " +"already imported." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:35 14bc18a0773a419d9df1aaa3c83d095e +msgid "" +"When you have completed the form, click Submit in the upper right-hand " +"corner of the browser window." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:37 6caf565b70094b2db412892362498f13 +msgid "" +"Are your jobs starting and not completing? You might need to [set the " +"path for PHP](../configuration/) so that your system can perform the " +"background process to make the items." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:39 24cdc03d297c4f40929508fc5d863f36 +msgid "" +"A note on files: The rules for importing an item are the same as creating" +" an item in Omeka, so if your Zotero library has files which are a " +"disallowed media type, the items will not be imported." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:41 bb95abc99d4842c2a7f1731da0ef5eb5 +msgid "" +"The page will load on the Past Imports tab with a message \"Importing " +"from Zotero\". To check the status of the import, reload the page or " +"click to the [Jobs](../admin/jobs.md) tab of the left-hand navigation on " +"the admin dashboard." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:43 adc2d71a71314f06ac0c71a48a7facf3 +msgid "Managing Past Imports" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:45 1ebd6ca43c0a40f593d8f31296937c7e +msgid "" +"To view and manage past imports, click on the Zotero Import tab in the " +"left-hand navigation, and then click on the \"Past Imports\" sub-tab." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:47 146afddfe9cf4b80a6b85a128ecda173 +msgid "" +"![red arrow points to past imports " +"tab](modulesfiles/zoteroimport_pasttab.png)" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:49 491225c93b1847ad9c16dd795d216e5b +msgid "" +"The Past Imports shows a table of previous imports, whether successful, " +"failed on error, or undone. The table has the following columns:" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:51 84d0b5591c67442d922810da31508480 +msgid "*Zotero Library* giving the User or Group library name;" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:52 32df9bfdffd042e0b002d1a9c0d50646 +msgid "The *Undo* button, which is a counter-clockwise curved arrow;" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:53 c510b80702bb4727bd2345e82479b083 +msgid "*Items Added Before* the date of the import;" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:54 66ca1bf651394eda93ca5e23e0f64652 +msgid "" +"*Job Status* current status of job. Clicking on the text of a job status " +"will take you to that job's page;" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:55 6c1cd7c4ca1d4ea491b5b135f9793fb5 +msgid "*Item count* the number of items added in the import." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:57 0571f663467645ea9088a20dab39f031 +msgid "" +"To Undo an import, click the *Undo* button to the left of the *Items " +"Added Before* timestamp. This will open a sidebar dialog asking you to " +"confirm that you want to undo the import and delete all imported items. " +"Click *Confirm* to continue." +msgstr "" + +#: ../../docs/modules/zoteroimport.md:59 fe9e8ffed2154dde902487ebe7ccadc9 +msgid "" +"![past imports tab with sidebar open to confirm " +"undo](modulesfiles/zoteroimport_undo.png)" +msgstr "" + +#: ../../docs/modules/zoteroimport.md:61 b2cfce3b0ecf42828e4fc41ff454576b +msgid "" +"Past Imports which have already been undone will have a job status \"Undo" +" Import Completed\"." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/s-planning-tips.po b/locales/fr/LC_MESSAGES/docs/s-planning-tips.po new file mode 100644 index 00000000..e552ec21 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/s-planning-tips.po @@ -0,0 +1,146 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/s-planning-tips.md:1 99d6acc8ec1a46e8b919bfbcdff36b88 +msgid "Planning Tips" +msgstr "" + +#: ../../docs/s-planning-tips.md:3 bff66c86492f4f5e8b75c606bd3e3e88 +msgid "" +"In Omeka S, you build your [sites](../sites) page by page, using already " +"existing resources on your installation. While it is best to have some " +"resources before you start building out the pages, you can begin planning" +" your site before you create the first item or item set." +msgstr "" + +#: ../../docs/s-planning-tips.md:5 263f1a49f12f489da981f213af3fa3d7 +msgid "" +"What follows are some questions and ideas to help guide you as you plan " +"your sites in Omeka S." +msgstr "" + +#: ../../docs/s-planning-tips.md:7 823646203554474e8cfed090b53e28f9 +msgid "Site audience and goals" +msgstr "" + +#: ../../docs/s-planning-tips.md:9 da5bb1c86a7c486fa7a32eaef2f5ba5e +msgid "" +"**Who is the primary audience of this site?** Being specific will help " +"you shape the site; \"people interested in historic architecture\" is " +"much more useful than \"the general public.\" Do you have secondary " +"audiences? What do you want these specific audiences to accomplish when " +"they come to the site?" +msgstr "" + +#: ../../docs/s-planning-tips.md:11 968a08c6c02745cc81ed0b6ecd537bf8 +msgid "" +"**What are the goals of your site?** What do you want your specific " +"audiences to accomplish when they come to the site? What do you want " +"people to take away from the site? What content do you want to highlight?" +msgstr "" + +#: ../../docs/s-planning-tips.md:13 1c2224b4fc73468eb88ed605a8dde5db +msgid "Resources" +msgstr "" + +#: ../../docs/s-planning-tips.md:15 9ef5a1d523d040bca7985d28ab7c90d8 +msgid "" +"**What will you do with items in this website?** " +"[Items](../content/items/) are the building blocks of Omeka S. What sort " +"of [resource templates](../content/resource-template/) will you want to " +"create and use to fully describe your items? Any item you include on an " +"Omeka S will have a public item show page, so try to ensure that the " +"information in an item's metadata can stand on its own." +msgstr "" + +#: ../../docs/s-planning-tips.md:18 029ee0e68dc24b448b7f6993ad1cbcb6 +msgid "" +"**What will you do with item sets?** You can use [item sets](../content" +"/item-sets) to group items to be included on a [site](../sites), and they" +" can be a way to guide visitors' browsing on your sites. For some sites, " +"item sets are robust resources themselves." +msgstr "" + +#: ../../docs/s-planning-tips.md:21 27ea279ea7a74678a66f4aad988a1fbc +msgid "" +"How do you want to group items into sets? What metadata fields will your " +"item sets use? Do your item sets have relations to each other or to " +"items?" +msgstr "" + +#: ../../docs/s-planning-tips.md:23 db2376a6e4ad4d2a8078f5b2b00e81c3 +msgid "" +"**What do you want your data to do?** What properties are you going to " +"want to consistently describe in your site? Do you want some of these to " +"display with a different label - for example 'author' instead of " +"'creator' for books? Use a [resource template](../content/resource-" +"template/) and change the label of the property." +msgstr "" + +#: ../../docs/s-planning-tips.md:26 4af21f7ac042423fb1e4d2654e008367 +msgid "" +"In Omeka S, items and item sets can use other resources - items, item " +"sets, and media - as properties; for example, you can make an item for " +"William Shakespeare and have that item fill the 'creator' property for a " +"'Hamlet' item. How can your resources use this functionality?" +msgstr "" + +#: ../../docs/s-planning-tips.md:28 aa0d08711f0c476bb52dce124419afe4 +msgid "" +"Do you want to use a set of terms (controlled vocabulary) for certain " +"items? You might want to use [Custom Vocab](../modules/customvocab/). Or " +"do you want to use a terms list created by the Library of Congress or the" +" Getty? Then you might use [Vocab Suggest](../modules/valuesuggest/)." +msgstr "" + +#: ../../docs/s-planning-tips.md:30 54b659e7878c467d9a4c2a3ebf8f291b +msgid "Building a site" +msgstr "" + +#: ../../docs/s-planning-tips.md:31 157f036d3bef42f5afb17ff53828f9de +msgid "" +"With Omeka S you will build your site from the ground up, which means you" +" need to give some thought to how you want to organize your site." +msgstr "" + +#: ../../docs/s-planning-tips.md:33 5069c1f76f0d4b96972c639f72a0a8f8 +msgid "" +"What pages do you want to include? What kind of content do you want on " +"these pages? How do you want to arrange them? Try sketching out a sample " +"menu or wireframes for the site. Use that as a guide as you build your " +"pages." +msgstr "" + +#: ../../docs/s-planning-tips.md:35 8dcda8376c314f8ba024922845be1641 +msgid "" +"Pages are made up of [blocks](../sites/site_pages/#page-blocks), which " +"can include text, images, and much more. What kind of content do you want" +" on the pages you build? Bear in mind that you can rearrange page blocks " +"as you build, so you can play around with the order of the content on " +"your pages if you need to." +msgstr "" + +#: ../../docs/s-planning-tips.md:37 fbecc6a12ed548c9b7f84bd74c236541 +msgid "" +"How do you want to interact with your visitors on your site? Do you want " +"to [collect](../modules/collecting/) resources from your visitors? Allow " +"them to [share](../modules/sharing/) your content on social media?" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/search.po b/locales/fr/LC_MESSAGES/docs/search.po new file mode 100644 index 00000000..f66aa835 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/search.po @@ -0,0 +1,488 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/search.md:1 a293e998b26a45cdbb749b8de172e35f +msgid "Searching" +msgstr "" + +#: ../../docs/search.md:3 501148092f8f4ca8986a418b6bf3e59d +msgid "" +"There are search functions on both the administrative and public sides of" +" Omeka S installs and sites." +msgstr "" + +#: ../../docs/search.md:5 fad7809bf4fc40048a30d6173ba4d81a +msgid "Administrative interface" +msgstr "" + +#: ../../docs/search.md:7 ../../docs/search.md:143 +#: 2a525c1b93ec44b09e52a449a81299e6 dbf96e8a49824dc0a4af3fe2f0639a42 +msgid "Basic search" +msgstr "" + +#: ../../docs/search.md:9 dfd7543743244f939e9f8459b2b5468e +msgid "" +"There is a search field near the top of the left-hand menu, just " +"underneath the user information. This search field works as a keyword " +"search across all the properties for a resource." +msgstr "" + +#: ../../docs/search.md:11 4d9f4e7bd1194858a32336f226203237 +msgid "![Search option in blue sidebar.](files/search1.png)" +msgstr "" + +#: ../../docs/search.md:13 bc9383b298fa4aeaad4b61b343ca752b +msgid "" +"By default, this search operates on items in your installation. However, " +"you can use the ellipses (three dots) to open a menu and change the " +"resource type being searched, selecting from Items, Item Sets, or Media." +msgstr "" + +#: ../../docs/search.md:15 18ab9a67834642e2b4dfe6c687b78266 +msgid "" +"![Close up on the search options, showing the expanded ellipses menu with" +" selection options for Items, Item Sets, or Media.](files/search2.png)" +msgstr "" + +#: ../../docs/search.md:17 8e641a5f6d904e7c89f483717aa1f1b2 +msgid "Item advanced search" +msgstr "" + +#: ../../docs/search.md:19 1408834057274f2d9963e384ffb95b48 +msgid "" +"Advanced search for items only is available on the " +"[Items](/content/items.md) page, from the *Advanced Search* link above " +"the table of items." +msgstr "" + +#: ../../docs/search.md:21 6bb2ddfe8a5a4178a38a7f11901501e8 +msgid "" +"![Advanced search button indicated with a red " +"arrow.](files/advancedsearch2.png)" +msgstr "" + +#: ../../docs/search.md:23 ../../docs/search.md:66 ../../docs/search.md:108 +#: 38526044e0944f48925d496bac14e0b3 52783c7e9f3f42249f7a512be1e3af9b +#: a227e05673d54078b5db72ca66772ee4 +msgid "The advanced search loads on a new page, and has the following options:" +msgstr "" + +#: ../../docs/search.md:25 7c175b8d98c44743bbe843535e046c7a +msgid "![Advanced item search options page.](files/advancedsearch3.png)" +msgstr "" + +#: ../../docs/search.md:27 ../../docs/search.md:161 +#: 2df353bf8d8840348d3c3c3311395776 924f3390aae04cd19c48a463a09a2cce +msgid "" +"*Search full-text:* runs a full-text search on all of the text for every " +"item in the installation." +msgstr "" + +#: ../../docs/search.md:29 ../../docs/search.md:70 ../../docs/search.md:112 +#: 04655d5eab0f47f38c3de7b3ee2bc713 624ce6b279994e6ab8d50f073f70f299 +#: f5ea9ffe6cd945e4b6470200bc757c3b +msgid "*Search by value:* search for a term or phrase which you enter" +msgstr "" + +#: ../../docs/search.md:31 ../../docs/search.md:72 ../../docs/search.md:114 +#: ../../docs/search.md:165 ../../docs/search.md:201 +#: 5cbc1b8ec0da4cceb9617222b9542895 66c309479632407a969c8a4fefc35a47 +#: 9b9fb7e75ff643c9bc70a44e6207e634 e493175d28244958b2c41f5b054d9a24 +#: ed97a6a8d86541168708a0e38122d5dc +msgid "The first selector allows you to specify a property to search." +msgstr "" + +#: ../../docs/search.md:32 ../../docs/search.md:73 ../../docs/search.md:115 +#: ../../docs/search.md:167 ../../docs/search.md:203 +#: 26b0532142db4bd3b33d591e424bd6dc b3c2d3689d11481386be63acc6008306 +#: c9a2373c733443baa56928ac99264340 e1344c73f85744778e16f23d21afff24 +#: e4fd0745461b46899263192a0fd69e08 +msgid "" +"The second selector allows you to set the relationship the property has " +"with the value. The options are:" +msgstr "" + +#: ../../docs/search.md:33 ../../docs/search.md:74 ../../docs/search.md:116 +#: ../../docs/search.md:168 ../../docs/search.md:204 +#: 4deba04a79304056870327cef91a4b7a 6c0d209043814e8282e9b27e10d971f2 +#: 8816350314ee497097305751c8a0e1b8 c81ae258cde34d13804bf498ecf3cc5c +#: fe3be894d987424b913984277e87ccd4 +msgid "is exactly," +msgstr "" + +#: ../../docs/search.md:34 ../../docs/search.md:75 ../../docs/search.md:117 +#: ../../docs/search.md:169 ../../docs/search.md:205 +#: 465c073c11044e058aa33524b04b9641 857d7bc1dcde4fc3a11547a2ccd7d74e +#: d189d39f94254a4381edebbc45a5bd55 d334d2d7081f42ffa4f856e499394362 +#: d6d439825a374464ace73a36fddcf9fa +msgid "is not exactly," +msgstr "" + +#: ../../docs/search.md:35 ../../docs/search.md:76 ../../docs/search.md:118 +#: ../../docs/search.md:170 ../../docs/search.md:206 +#: 007104461a5a4b93904ae1001e786212 2e6da970c2a94e3ea482ca1aa1161b5e +#: 8b2e23713cec48aab2d61175c25ffccc c90833b43b61497f9d8b31dded8a171a +#: ed9da73281c2425895af287fe69db021 +msgid "contains," +msgstr "" + +#: ../../docs/search.md:36 ../../docs/search.md:77 ../../docs/search.md:119 +#: ../../docs/search.md:171 ../../docs/search.md:207 +#: 6a8e1fa34e4e47499fb9bbe98d7bfd5b 8fd4c697d73b454695195e31611f115b +#: 96f40e0a78304da485ad8fb1182f9049 a625bb77a209486387c3164e063a3002 +#: d1a2a37b2f164c568479af3ebf33cbd1 +msgid "does not contain," +msgstr "" + +#: ../../docs/search.md:37 ../../docs/search.md:78 ../../docs/search.md:120 +#: ../../docs/search.md:172 ../../docs/search.md:208 +#: 194e3df6928c4b81bc626850dc9f66fe 7924f3155715406b9233bfdfcd880fd6 +#: b3dfa567228d493ebcc4b902967af6fc e60ccc592193478e9be8cafa624aca74 +#: e6c097dd282643c69cdbe8a77304f572 +msgid "is resource with ID," +msgstr "" + +#: ../../docs/search.md:38 ../../docs/search.md:79 ../../docs/search.md:121 +#: ../../docs/search.md:173 ../../docs/search.md:209 +#: 3ccb732fdf1142059097a4fe5de15e5f 511c6fa2e03a4d4e910b5c7cf6229031 +#: 89e7a2b674ef413bbab7175df03977b3 b0c6703abb764f2d9307850478b2ff7f +#: fbf3ffe673224d608cc9f8f22c48b758 +msgid "is not resource with ID," +msgstr "" + +#: ../../docs/search.md:39 ../../docs/search.md:80 ../../docs/search.md:122 +#: ../../docs/search.md:174 ../../docs/search.md:210 +#: 7708b40bde23430787cfbc856931546f 8871794b325d4470bf69b76e35b62f3f +#: a50b2219968249638aaa32b9c095f39b b4f7264a7a994cb0b288ebf086a24a6b +#: b5094af357f648688a4b74704198372d +msgid "has any value (there is something in the property), and" +msgstr "" + +#: ../../docs/search.md:40 ../../docs/search.md:81 ../../docs/search.md:123 +#: ../../docs/search.md:175 ../../docs/search.md:211 +#: 0b0996d9c4f54109ac49e21f391c1e9c 1fb7446179b34c4f85862d640f086daf +#: 2220fb7aaf7c4ae49b7b0acb514810fd 428310e8029d41aeaf123d60478b1387 +#: ca9e8fc2320546898bc87e3e66a7dda7 +msgid "has no values." +msgstr "" + +#: ../../docs/search.md:41 ../../docs/search.md:82 ../../docs/search.md:124 +#: ../../docs/search.md:176 ../../docs/search.md:212 +#: 40f9f3133e7942c6a5cf844d87681236 85bf063ea0be4a25bfab9015f8bdf306 +#: 89c8e7fa04eb47488e7ee0731c1e3709 f09e53acbde143ba8c1a8daf7ba79782 +#: f22004e8f1874bd88dc999476607f05c +msgid "" +"Finally, there is a text field for you to enter the value you want the " +"property to have." +msgstr "" + +#: ../../docs/search.md:43 ../../docs/search.md:84 ../../docs/search.md:126 +#: ../../docs/search.md:178 ../../docs/search.md:214 +#: 0e496e36360045078f5fa70b879d92dd 3a109bd1fe054f8e80ae2d9f4364342f +#: 3a9d4bf58dd141d881e24cb29a2e08f5 4052a9a3cfa54ee2af2549fa5badd047 +#: 7ef5da665f4f43dc9d7621e22dbbfbfb +msgid "" +"To find a resource ID, go to the resource and look at the url in your " +"browser's address bar. The numbers at the end of the url are the resource" +" ID." +msgstr "" + +#: ../../docs/search.md:45 ../../docs/search.md:180 ../../docs/search.md:216 +#: 16a096c8f52446abbc6f20c58702dc67 2e71d396b3b54260b7dcfbc7fe3b665e +#: add9c372f956405083c81068dbd06fde +msgid "" +"*Search by class:* select a class by which to search from the dropdown " +"menu" +msgstr "" + +#: ../../docs/search.md:47 ../../docs/search.md:90 ../../docs/search.md:132 +#: 6d13bccab67d46aaab015b2984dd4ff9 9ff319b736b44646a823a15bf136f128 +#: db65f36c941d4c9ea86d0701e6f1e693 +msgid "" +"*Search by template:* select a resource template from the dropdown. " +"Templates are arranged by owner, then alphabetically." +msgstr "" + +#: ../../docs/search.md:49 ../../docs/search.md:182 +#: 1fc28c2375ea4f15a7e452c2c1c2c379 487d20e4f64844d19b5a0634bd09065e +msgid "*Search by item set:* select from a dropdown of item sets." +msgstr "" + +#: ../../docs/search.md:51 8f29217ce332405d8bc16e764b239144 +msgid "" +"*Search by site:* select a site from a dropdown of sites in the " +"installation. Note that you can only search for items from one site at a " +"time." +msgstr "" + +#: ../../docs/search.md:53 90ab57f433c749af9be5eb4edef4f9cf +msgid "" +"*In site pool:* select from a dropdown menu of all the sites on the Omeka" +" S installation, sorted by user-owner." +msgstr "" + +#: ../../docs/search.md:55 e2f766c48e73483ab479d6c91417f916 +msgid "" +"Searches by value, class, template, and item set allow you to search by " +"more than one input - use the large red *add new* buttons to search with " +"more than one value or item set. These search terms build - searching for" +" two item sets will return all items in either item set, rather than only" +" those items which are in both." +msgstr "" + +#: ../../docs/search.md:57 ../../docs/search.md:98 +#: 06cc6174e852498aaf2ff19018cc0f62 df1ecd99c02d4904a604e22ac8505660 +msgid "" +"You can remove value and item set searches using the red trash can icon " +"to the right of those search options." +msgstr "" + +#: ../../docs/search.md:59 ../../docs/search.md:100 ../../docs/search.md:138 +#: 0000dd2e34b4439892965fafb2c4ec20 980badfe11a54772b41b53841607ca0c +#: a443de159b914bf9b2882e44336c2da8 +msgid "" +"You can reset your search terms at any time by using the \"Reset\" button" +" on the upper right next to the \"Search\" button." +msgstr "" + +#: ../../docs/search.md:61 f12711ecd2bd4638af417e2a7bffb8da +msgid "Media advanced search" +msgstr "" + +#: ../../docs/search.md:62 2516b57892c84b36aad239fe87429795 +msgid "" +"Advanced search for media is accessed from the [Media](/content/media) " +"browse page, from the *Advanced Search* link above the table of item " +"sets." +msgstr "" + +#: ../../docs/search.md:64 c66498ec285546e6a92c74be2b738f2f +msgid "" +"![Advanced search button indicated with a red " +"arrow.](files/search_mediaadvance1.png)" +msgstr "" + +#: ../../docs/search.md:68 870f26336b864cd2b61e54e620543b94 +msgid "" +"*Search full-text:* runs a full-text search on all of the text for every " +"media resource in the installation." +msgstr "" + +#: ../../docs/search.md:86 ../../docs/search.md:128 +#: 0c5b03ce8bd14ffdaf088fd3a7286f51 cab0f6251e024e41aeb85e98d42fc6ef +msgid "" +"You can remove value searches using the red trash can icon to the right " +"of the value settings." +msgstr "" + +#: ../../docs/search.md:88 ../../docs/search.md:130 +#: e9128b26b4924f60b859397e7e6c2c48 f8906338af8d4a3bad322464635bba28 +msgid "" +"*Search by Class:* select a class by which to search from the dropdown " +"menu" +msgstr "" + +#: ../../docs/search.md:92 7f44de09e06b4250a5c4841a462c5b9f +msgid "" +"*Search by MIME type:* you can specify the media type for the search. For" +" example, to find all tiff images, you would enter `image/tiff`." +msgstr "" + +#: ../../docs/search.md:94 d297dade858444b7a79c782998233c30 +msgid "" +"![Advanced media search options form, with fields as described " +"above.](/files/search_mediaadvance2.png)" +msgstr "" + +#: ../../docs/search.md:96 ../../docs/search.md:136 +#: 170c002a33f547f98364ccfa34819f80 e06eb7850c884fcca915f09c0c7671c8 +msgid "" +"Searches by value, class, and template allow you to search by more than " +"one input - use the *add new* buttons to search with more than one value " +"or item set. These search terms build - searching for two templates will " +"return all media using either template." +msgstr "" + +#: ../../docs/search.md:102 a8a924b89d984dd48dc27b832645ddfd +msgid "Item Set advanced search" +msgstr "" + +#: ../../docs/search.md:104 881f45f7d45f45bb85f8fb2736fe755b +msgid "" +"Advanced search for item sets only is accessed on the [Item Sets](content" +"/item-sets) page, from the *Advanced Search* link above the table of item" +" sets." +msgstr "" + +#: ../../docs/search.md:106 c7a7ab9aa7744c3ead308867d73df531 +msgid "" +"![Advanced search button indicated with a red " +"arrow.](/files/advancedsearchis1.png)" +msgstr "" + +#: ../../docs/search.md:110 ../../docs/search.md:197 +#: d2e7da06eac24276ae9a66c7e7d95f2a fb4cdbf4cef54bc9b2645d6cd0438fa4 +msgid "" +"*Search full-text:* runs a full-text search on all of the text for every " +"item set in the installation." +msgstr "" + +#: ../../docs/search.md:134 13367fa54084499cbc89551ae0d57adb +msgid "" +"![Advanced item set search options form, with fields as described " +"above.](files/advancedsearchis2.png)" +msgstr "" + +#: ../../docs/search.md:140 dab1a821e7d6459eb52930ee96575017 +msgid "Public views" +msgstr "" + +#: ../../docs/search.md:141 980591bf919d418f846ff9535ad1b715 +msgid "" +"The exact appearance of the search interface will vary based on the " +"[theme](/sites/site_theme/) selected. However, the way search works " +"should be consistent regardless of theme. All of the screenshots in this " +"section are from a site using the the Default theme." +msgstr "" + +#: ../../docs/search.md:144 eabf88e3d7794b218eaf7781378ed399 +msgid "" +"There is a search bar near the menu for each site. In the default theme, " +"it is located just beneath the main menu, as shown in the image below." +msgstr "" + +#: ../../docs/search.md:146 b47c390922e546fb889d6b8e3e3a6348 +msgid "" +"![Homepage of the Jane Austen site, with a blue arrow pointing to the " +"search bar below the main navigation menu](files/search_public1.png)" +msgstr "" + +#: ../../docs/search.md:148 17805f2a1a4345de94c6d9f579a5653f +msgid "" +"This search bar works as a full-text search for the whole site. It will " +"search all of the items, item sets, and media as well as the content of " +"every page published on the site. Results are sorted by type, grouping " +"together page results and item or item set results. From the initial " +"results page, you can view all the results for that type (page, item) " +"using the \"view all results\" link." +msgstr "" + +#: ../../docs/search.md:150 ebe3047f7b79435b8940ea89d10879a6 +msgid "" +"![Search results for \"Cassandra\" showing one page and three " +"items](files/search_public2.png)" +msgstr "" + +#: ../../docs/search.md:152 d284a2a2b0b64466a2e718ddf75c14cc +msgid "If the [" +msgstr "" + +#: ../../docs/search.md:154 f1cea6cfbee542ab8869b10f5fe0fa6e +msgid "Advanced item search" +msgstr "" + +#: ../../docs/search.md:155 a84d6ebbd5684d9d8c14f66489974ed6 +msgid "" +"Site visitors can access an advanced item search from the Browse Items " +"page, if you have that page accessible. There is a link for Advanced " +"search between the pagination and the sort options at the top of the item" +" browse table." +msgstr "" + +#: ../../docs/search.md:157 92cb306c662f4448b181f53c8ad184c1 +msgid "" +"![The Items page of the Jane Austen site, with a blue arrow pointing to " +"the link for Advanced search](files/search_publicitems1)" +msgstr "" + +#: ../../docs/search.md:159 499a6026d6d64423ba5dcad0687f97d0 +msgid "Clicking this loads a new page with four options for search:" +msgstr "" + +#: ../../docs/search.md:163 ../../docs/search.md:199 +#: 8fcfd6e0fbac4398b57f1f6f8070abeb d0656a39ee3b4934b3850cf8b061e541 +msgid "*Search by value:* search for a term or phrase using multiple options." +msgstr "" + +#: ../../docs/search.md:166 ../../docs/search.md:202 +#: 65b6015f9eed4aee83399080801db5c0 c3667d818d8941f097d03610e3caf914 +msgid "" +"Note that if you have have the [site " +"settings](sites/site_settings/#search) to restrict search to templates, " +"this will only display the properties used by those templates." +msgstr "" + +#: ../../docs/search.md:184 3e7499e3c5754c51a6ee986ddbc1d051 +msgid "![Advanced item search fields as described](files/search_publicitems2)" +msgstr "" + +#: ../../docs/search.md:186 9e15b166483e489994d14e9f23daeb25 +msgid "" +"Searches by value, class, and item set allow a visitor to search by more " +"than one input; they can use the *add new* buttons to search with more " +"than one search term. These search terms build - searching for two item " +"sets will return all items in either item set, rather than only those " +"items which are in both." +msgstr "" + +#: ../../docs/search.md:188 ../../docs/search.md:222 +#: 9178d1fb22eb41eaaa7cd4a1b941e9db aae7a4a4894845299d1c957f8877468a +msgid "" +"Site visitors can remove value and item set searches using the red trash " +"can icon to the right of those search options." +msgstr "" + +#: ../../docs/search.md:190 caef6d7be62c4552858b37166fe6a6b8 +msgid "Advanced item set search" +msgstr "" + +#: ../../docs/search.md:191 0beaf6471d4147d98302f2026cb08327 +msgid "" +"Site visitors can access an advanced item set search from the Browse " +"Items Sets page, if you have that page accessible. There is a link for " +"Advanced search on the upper left of the Item Sets page." +msgstr "" + +#: ../../docs/search.md:193 33501e4482ee45c5a7eb7df98dc13757 +msgid "" +"![Item sets page for the Jane Austen site. A blue arrow points to the " +"advanced search link](files/search_publicitemsets1.png)" +msgstr "" + +#: ../../docs/search.md:195 64d183defe014f99bc4c4a23df456a80 +msgid "" +"Clicking the advanced search link loads a new page with three options for" +" search:" +msgstr "" + +#: ../../docs/search.md:218 f3abf190328b48da80f1f3384c2c5f86 +msgid "" +"![Item set advanced search options as " +"described](files/search_publicitemsets2.png)" +msgstr "" + +#: ../../docs/search.md:220 dcec8fcbb13940759121825366a5dad8 +msgid "" +"Searches by value and class allow a visitor to search by more than one " +"input; they can use the *add new* buttons to search with more than one " +"search term. These search terms build - searching for two classes will " +"return all item sets which have either class." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/sites/index.po b/locales/fr/LC_MESSAGES/docs/sites/index.po new file mode 100644 index 00000000..38158bcb --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/sites/index.po @@ -0,0 +1,274 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/sites/index.md:1 cd26461a593e42629b35507f2fcef4f6 +msgid "Sites Management" +msgstr "" + +#: ../../docs/sites/index.md:3 242d360583ec40a9a8700b1f97985ee5 +msgid "" +"Sites are the public-facing side of an Omeka-S installation. With sites " +"you can create content and interpretation around a group of items from " +"your installation." +msgstr "" + +#: ../../docs/sites/index.md:5 52c51ead3d6248c99bfeae62a24059db +msgid "" +"Sites are managed and access via the *Sites* tab on the left-hand side of" +" the administrative dashboard." +msgstr "" + +#: ../../docs/sites/index.md:7 e152af774870402b847300939bb7d05c +msgid "" +"![Manage sites view showing Add New button and table of sites with one " +"site](../sites/sitesfiles/sites_admin.png)" +msgstr "" + +#: ../../docs/sites/index.md:9 0de313f8d602407d8c9f59771354725b +msgid "" +"The manage sites page displays a table with all the sites for the " +"installation, giving the title and owner for each site." +msgstr "" + +#: ../../docs/sites/index.md:11 54713dc10a5b49378a501de334d44c49 +msgid "" +"Use the two drop-downs on the right side above the table to sort sites. " +"You can sort by *title*, *URL slug* or *owner*, either ascending or " +"descending. Click the sort button to apply your choices." +msgstr "" + +#: ../../docs/sites/index.md:13 c63af880ddb94648bcf130fed2b5ac80 +msgid "" +"Above the table of sites, on the left, is the pagination for the item " +"sets table, where you can click the left and right arrows to move forward" +" and back or enter a page number to go a specific page of item sets." +msgstr "" + +#: ../../docs/sites/index.md:15 f74197c335fa4b7eb86047352fbf6965 +msgid "" +"Each row gives the title of a site, options to *view* (box with outward " +"arrow), *edit* (pencil), or *delete* (trash can), and displays the owner " +"of the site. *Only global admins and site owners can delete a site.*" +msgstr "" + +#: ../../docs/sites/index.md:17 628317d29d524d1bb3db9044c13b79dc +msgid "" +"Sites which are not public will have the private icon (an eye with a " +"slash through it) display to the right of the site title." +msgstr "" + +#: ../../docs/sites/index.md:19 a6480a0eb07e4c9998a043aee01c98ab +msgid "" +"Clicking on the site title will take you to a summary page for the site " +"which displays the site’s *url slug,* and *title,* from which you can " +"return to the site list using a button on the left side of the scree, or " +"*edit* or *view* the site using buttons in the upper right" +msgstr "" + +#: ../../docs/sites/index.md:21 434d0340fade4926b752990777347359 +msgid "" +"![show page for the site “What Does This Look Like” indicating that the " +"theme is default and the slug is public " +"views.](../sites/sitesfiles/sites_quickshow.png)" +msgstr "" + +#: ../../docs/sites/index.md:23 708a5080fb2a47288c4009adff380da2 +msgid "Adding a site" +msgstr "" + +#: ../../docs/sites/index.md:24 c11ee8d42c684bb190750f743bce69a9 +msgid "" +"To create a site, click the *Add new site* button in the upper right-hand" +" corner of the site browse page." +msgstr "" + +#: ../../docs/sites/index.md:26 839587e568044730835dfb50ac6336b6 +msgid "The Add New Site page has three tabs: Admin, Theme, and Item Pool." +msgstr "" + +#: ../../docs/sites/index.md:28 131f0d78f5e94e15bb8d87c9997ea684 +msgid "The Admin tab" +msgstr "" + +#: ../../docs/sites/index.md:29 ec601f80120d4ec0b1722573c20f9311 +msgid "Give your site a *title* (required)" +msgstr "" + +#: ../../docs/sites/index.md:30 1921e38e539045158176ac00b3ea8eb8 +msgid "" +"create a *slug* for the site’s url. The url will be " +"*installurl/site/slug*. This is optional - if you leave this field blank," +" Omeka S will create a slug based on the site title." +msgstr "" + +#: ../../docs/sites/index.md:31 22c9645ddbb841ea9d023b0a5584f452 +msgid "" +"Create a *summary* for your site, a brief idea of what it is about which " +"will appear on your installation's landing page and on [list of site " +"blocks](../sites/site_pages/#page-blocks)" +msgstr "" + +#: ../../docs/sites/index.md:33 254ad75ab65747b4a0286355100a25a8 +msgid "" +"![Admin tab for a new site with nothing " +"entered](../sites/sitesfiles/sitesadd_admin.png)" +msgstr "" + +#: ../../docs/sites/index.md:35 af4afdb284fc46c88f365d7ef7f221ae +msgid "The Theme tab" +msgstr "" + +#: ../../docs/sites/index.md:36 ae373803bc0b44d1b1dc7c648e65c0e4 +msgid "" +"Select from the installed themes. Each theme appears as a button with a " +"screenshot of the theme, the theme name, and a link to its creator. When " +"a theme is selected, it will highlight slightly in gray and a checkbox " +"will appear in the bottom right corner of the button." +msgstr "" + +#: ../../docs/sites/index.md:38 e4d9bca142d8456a9356a504810ca5bf +msgid "" +"![Theme tab with default theme " +"selected](../sites/sitesfiles/sitesadd_theme.png)" +msgstr "" + +#: ../../docs/sites/index.md:40 9bf7e4a9caf64a6aacf317047a7ab00d +msgid "Publication settings" +msgstr "" + +#: ../../docs/sites/index.md:41 dc73abd361f5455393dc0f7d06788639 +msgid "" +"In the upper right hand corner of the screen, next to the *Add* button, " +"you can set the visibility of your site using the the *make " +"public/private* button (eye icon)." +msgstr "" + +#: ../../docs/sites/index.md:43 5b43db8218a14aa39f2cf9f5cc24485d +msgid "" +"![make public button showing an eye " +"icon](../content/contentfiles/item_public.png) Public" +msgstr "" + +#: ../../docs/sites/index.md:45 d3fc3fb4ce934673815ec81d21c5d925 +msgid "" +"![make private button showing an eye icon with a diagonal slash through " +"it](../content/contentfiles/item_private.png) Private" +msgstr "" + +#: ../../docs/sites/index.md:47 b48fc5be7cae49b8884ac5727075e055 +msgid "" +"You will probably want to leave the site Private until you have added " +"some content." +msgstr "" + +#: ../../docs/sites/index.md:49 1e22fd55b10d44548b3f6a19d0385a9e +msgid "Add site" +msgstr "" + +#: ../../docs/sites/index.md:50 f7b41f46c09d4dde9698bd10908724b8 +msgid "" +"When you are ready, click the Add button in the upper right corner. Once " +"the page is created, you will be redirected to the site info tab of the " +"site management." +msgstr "" + +#: ../../docs/sites/index.md:52 6fb7857fe7b840f7a318d192409c217b +msgid "" +"If you decide you do not want to create this site, click the Cancel " +"button in the upper right next to the Add button" +msgstr "" + +#: ../../docs/sites/index.md:54 9ba63deb627e45b18da89af9b984e651 +msgid "Manage a site" +msgstr "" + +#: ../../docs/sites/index.md:55 40c92b617fdb412f959943cd437ecca0 +msgid "" +"To manage a site, navigate to the *Sites* tab from the Omeka S Admin " +"Dashboard. Click either on the site’s title or the edit (pencil) button " +"in the list of sites." +msgstr "" + +#: ../../docs/sites/index.md:57 669493cdfb22461ca0c956e9a64d054e +msgid "" +"This will take you to the Site Info page, and open the context menu for " +"that site in the left hand navigation." +msgstr "" + +#: ../../docs/sites/index.md:59 34faf6c039684fcb882ae766eb36277f +msgid "" +"The context menu for every site has the site title at the top, with an " +"icon of a computer (the site icon) to the right. To the left of the site " +"title is a view button (box with escaping arrow). Clicking the view " +"button will open the public side of the site in a new window." +msgstr "" + +#: ../../docs/sites/index.md:61 4f74579cc6754438adb1f6b0c263a5e1 +msgid "" +"![Context menu for the site Jane Austen, with two modules " +"installed](../sites/sitesfiles/sites_menu.png)" +msgstr "" + +#: ../../docs/sites/index.md:63 f5c2c9c85b654afda399d6676150eb09 +msgid "Site admin left hand navigation options are:" +msgstr "" + +#: ../../docs/sites/index.md:65 ed7920a97c854d66a1554dfb4cf53c1a +msgid "*[Site Admin](../sites/site_settings.md)*," +msgstr "" + +#: ../../docs/sites/index.md:66 418f3ed878c044bbac17759bc847ebb9 +msgid "*[Pages](../sites/site_pages.md)*," +msgstr "" + +#: ../../docs/sites/index.md:67 5e1d2d40003247488d3415f7fdcbecc5 +msgid "*[Navigation](../sites/site_navigation.md)*," +msgstr "" + +#: ../../docs/sites/index.md:68 22e6a01bd976433986250db8a5106b4a +msgid "*[Resources](../sites/site_resources.md)*," +msgstr "" + +#: ../../docs/sites/index.md:69 55a4dd03df0a4eeab13b30050b21e03b +msgid "*[User Permissions](../sites/site_users.md)*," +msgstr "" + +#: ../../docs/sites/index.md:70 5c8148e019a54dcf943d571f3580a3bc +msgid "*[Theme](../sites/site_theme.md)*, and" +msgstr "" + +#: ../../docs/sites/index.md:71 b12c17a8341d47f98e6eb4378f1a5449 +msgid "Modules, if installed." +msgstr "" + +#: ../../docs/sites/index.md:73 803e3080ed8d47a7a7e817e3330ca495 +msgid "" +"Any modules which you have installed that have site-specific settings " +"will appear below the site Settings tab in the site's context menu. In " +"the image above, the modules Metadata Browse and Collecting are " +"installed." +msgstr "" + +#: ../../docs/sites/index.md:75 37a8b31a038645cb91b5fd85475f2e62 +msgid "" +"The standard options in the left hand navigation of the Omeka S Admin " +"(items, item sets, etc) are still available below the site context menu." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/sites/site_navigation.po b/locales/fr/LC_MESSAGES/docs/sites/site_navigation.po new file mode 100644 index 00000000..96f8bb90 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/sites/site_navigation.po @@ -0,0 +1,325 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/sites/site_navigation.md:1 e7072c87b6604f42bcdc9d8142f533aa +msgid "Navigation" +msgstr "" + +#: ../../docs/sites/site_navigation.md:3 75e8c559d59d4ad09b743e206e37a36c +msgid "" +"Use the *Navigation* tab of the [Sites](../sites/index.md) to manage the " +"navigation, or menu, or your site. You can add links, browse pages, and " +"your [pages](../sites/site_pages.md) to the navigation, arrange them, and" +" delete links from the navigation." +msgstr "" + +#: ../../docs/sites/site_navigation.md:5 01d9d709320c4691a1513f9ceea9f57c +msgid "" +"![Editing navigation with a drawer on the right side of the screen for " +"adding links](../sites/sitesfiles/sitenav_main.png)" +msgstr "" + +#: ../../docs/sites/site_navigation.md:8 551dbf0f29f94b7c849ebd22e28a60e1 +msgid "" +"For every item in the navigation, you have three options: view (box with " +"arrow icon); edit (pencil icon); or delete (trash can icon). Parent " +"navigation pages also have a gray square with a black triangle which " +"collapses or expands their child pages." +msgstr "" + +#: ../../docs/sites/site_navigation.md:10 a175194443304b03858e04f7116f2d38 +msgid "" +"![Close up of two navigation sections. The top is \"Quotes\" which has a " +"dark gray square on the end of it containing a black triangle pointing " +"down. The bottom navigation section is called \"Share a quote\" and does " +"not have the gray square](../sites/sitesfiles/sitenav_detail.png)" +msgstr "" + +#: ../../docs/sites/site_navigation.md:12 9ed016dcc0714a0590c005426670bfa0 +msgid "Set Homepage" +msgstr "" + +#: ../../docs/sites/site_navigation.md:13 e2bed552bb6948d29113eac710f4887e +msgid "" +"By default, the topmost page in the navigation acts the main page for " +"your site. Note that custom URLs will not work as a home page - the " +"topmost item in your navigation must be a page." +msgstr "" + +#: ../../docs/sites/site_navigation.md:15 de66641246f24fbb9ea6802cbcb68ea1 +msgid "" +"You can set the homepage without changing the order of your pages using " +"the *Select a homepage* section in the righthand drawer. This section has" +" a dropdown which lists all the pages in your site. Simply select the " +"page which you want to use as your homepage." +msgstr "" + +#: ../../docs/sites/site_navigation.md:17 1b7d076d6b0c41769ade11a2fd373105 +msgid "" +"![Select a homepage dropdown open to show all the pages in this " +"site](../sites/sitesfiles/sitenav_homeselect.png)" +msgstr "" + +#: ../../docs/sites/site_navigation.md:19 51fd0a444a6d41a19df3e92d16292542 +msgid "" +"To change which page is used as the homepage, select a different page " +"from the dropdown. If you want to revert to using the top page in the " +"navigation, click the 'x' to the right of the page name in the menu " +"(circled in red in the below image)." +msgstr "" + +#: ../../docs/sites/site_navigation.md:21 5989847ac7d7471092aee9d54a3dbd88 +msgid "" +"![Select a homepage set to Map " +"page](../sites/sitesfiles/sitenav_homedel.png)" +msgstr "" + +#: ../../docs/sites/site_navigation.md:24 5e8682026b354ae6826a113797f59fe2 +msgid "Adding Navigation" +msgstr "" + +#: ../../docs/sites/site_navigation.md:25 4531227cb9084df6b7b7fe4aa6db4d42 +msgid "" +"Add to the navigation of the site using the options on the right hand " +"side of the page. There are two sections: [Add a custom " +"link](../sites/site_navigation/#custom-link) and [Add a link to a site " +"page](../sites/site_navigation/#site-page)" +msgstr "" + +#: ../../docs/sites/site_navigation.md:27 8fd6cf0669364abe86fbedc3c9ee12d7 +msgid "Add a custom link" +msgstr "" + +#: ../../docs/sites/site_navigation.md:28 8320cb09cbf94a2d97496b6bc5c6536d +msgid "" +"To add a link you can use the *Add a custom link* options on the right " +"hand drawer to add:" +msgstr "" + +#: ../../docs/sites/site_navigation.md:29 0e3092c5c20545cb86179eb52a5e6e38 +msgid "a *Custom URL* to any web address;" +msgstr "" + +#: ../../docs/sites/site_navigation.md:30 aaddd7c43138474e9ef9bdd866c64f47 +msgid "a Browse page for items on your site;" +msgstr "" + +#: ../../docs/sites/site_navigation.md:31 e451d5b0c8c641418aa3cb7f93420874 +msgid "a Browse page for item sets on your site." +msgstr "" + +#: ../../docs/sites/site_navigation.md:33 3d11977091454b9a962191c354e7142a +msgid "" +"Or you can add one of your [pages](../sites/site_pages), which should be " +"listed in the right-hand drawer below the *Add a custom link* dropdown. " +"If you need to find a specific page, begin typing the page title in the " +"search box with the helper text *Filter pages* which appears directly " +"below the text “Add a link to a site page.”" +msgstr "" + +#: ../../docs/sites/site_navigation.md:35 dc27c05c634f4f72b9a18c9026a12707 +msgid "" +"**Custom URL** link blocks display three pieces of information: the block" +" *type* (Custom URL), the *label* which is the text which will appear in " +"the site navigation menu, and the *url*." +msgstr "" + +#: ../../docs/sites/site_navigation.md:37 72af54ea490f4df8b196d0d60dd12925 +msgid "" +"![URL block with the label “RRCHNM” and url " +"chnm.gmu.edu](../sites/sitesfiles/sitenav_url.png) URL Block" +msgstr "" + +#: ../../docs/sites/site_navigation.md:39 f180a498f9d84560afb47600dc59e318 +msgid "" +"**Browse** blocks create a browse page for " +"[resources](../sites/site_resources.md) already associated with your " +"site. There are blocks to create a browse items page and a block to " +"browse item sets." +msgstr "" + +#: ../../docs/sites/site_navigation.md:41 ff6fab90467c439abd09a1fbfa5129d2 +msgid "" +"You can change the *label* of the block to reflect what, specifically, " +"site visitors will browse." +msgstr "" + +#: ../../docs/sites/site_navigation.md:43 b4340cdd21564012b8ab9b59955406df +msgid "" +"If you want to refine the Browse block, you can use the Query to create a" +" search query that returns the desired results." +msgstr "" + +#: ../../docs/sites/site_navigation.md:45 1482c63c533c4c68b6f5fb01cbb7df51 +msgid "" +"![Browse block with the label ‘Browse’ and no " +"query](../sites/sitesfiles/sitenav_browse.png)" +msgstr "" + +#: ../../docs/sites/site_navigation.md:47 bf161a7d320b4a6d9d7f32cd78b50570 +msgid "Note that you **must** enter a query for the block to function." +msgstr "" + +#: ../../docs/sites/site_navigation.md:49 8416d0a70a104420a4efa819eb1141fe +msgid "" +"To create a Browse Item Set navigation for all the item sets which you " +"have already assigned to the [resources](../sites/site_resources/) with " +"the site on which you are working:" +msgstr "" + +#: ../../docs/sites/site_navigation.md:51 7eea477a7e894f05a4216c9318254206 +msgid "" +"(In a separate window): conduct an [advanced item set search](../search" +"/#advanced-item-set-search) using your site for the \"In site pool\" " +"option." +msgstr "" + +#: ../../docs/sites/site_navigation.md:52 ba0342e156a74d069e3d693f0ea87d3f +msgid "" +"Once the search results load, highlight everything in your browser's " +"address bar starting with the question mark all the way to the end of the" +" search url (to the right)." +msgstr "" + +#: ../../docs/sites/site_navigation.md:54 904aa1cb88584b3ea6d838d1ddc94ecb +msgid "" +"![Browser address bar with a query string " +"highlighted](../sites/sitesfiles/sitenav_itemsetsearch.png)" +msgstr "" + +#: ../../docs/sites/site_navigation.md:56 748279b771584da7aa31161518f746ec +msgid "" +"Paste the text you just copied into the \"Query\" field of the Browse " +"item sets Navigation link." +msgstr "" + +#: ../../docs/sites/site_navigation.md:58 e01485bed32c4325af84a408f1d0c8c3 +msgid "" +"![Browse item sets navigation item with a query pasted in to the Query " +"field, and no alternate label " +"supplied](../sites/sitesfiles/sitenav_browseitemset.png)" +msgstr "" + +#: ../../docs/sites/site_navigation.md:60 725ebfad60264d59b30eecd479669b82 +msgid "Site Page" +msgstr "" + +#: ../../docs/sites/site_navigation.md:61 9e0661c4ffc44be4825baa4276b265a2 +msgid "" +"Site page blocks create links to pages you have built for your site. The " +"*page* field indicates which page is in use, as does the block title. You" +" can change the *label* for the page link in the navigation, as in the " +"example image below. Note that changing the label does not change the " +"page title." +msgstr "" + +#: ../../docs/sites/site_navigation.md:63 3aa7de080b9b4a1aa782ff7ea657f4aa +msgid "" +"![Page block with for the page Custard Page 2 labeled “More " +"Custard”](../sites/sitesfiles/sitenav_pages.png) Site Page block" +msgstr "" + +#: ../../docs/sites/site_navigation.md:65 3ec9755276db4daaace404438851b1a6 +msgid "" +"If you have many pages, you can use the *Filter pages* field to find the " +"names and slugs of specific pages." +msgstr "" + +#: ../../docs/sites/site_navigation.md:67 824d762933b543e3970dfab03acdb8ff +msgid "" +"Be sure to click Save before leaving the Navigation tab to save changes. " +"If you do not want to save changes, click the Cancel button." +msgstr "" + +#: ../../docs/sites/site_navigation.md:69 857aed921a234457bb34da4b31a6aff2 +msgid "Editing and Arranging Navigation" +msgstr "" + +#: ../../docs/sites/site_navigation.md:70 7d1bbbb732ee417a94e4d8cca52a8eb7 +msgid "" +"When you add a link block it is automatically expanded. To collapse an " +"open link block, click the edit (pencil) icon in the upper right corner " +"of each block, next to the delete (trash) icon. When you arrive at the " +"Navigation tab after saving changes or from the main site edit page, the " +"navigation items should be collapsed; open the block by clicking the edit" +" (pencil) icon." +msgstr "" + +#: ../../docs/sites/site_navigation.md:72 fdeb5aa25a7a49efaad15bb39e76b751 +msgid "The topmost item in the navigation is the main page for your site." +msgstr "" + +#: ../../docs/sites/site_navigation.md:74 35192b83c42e43cf921d3ce517eef087 +msgid "" +"You can arrange your navigation links by dragging and dropping them into " +"your preferred order. Nest links by dragging the desired child link on " +"top of the desired parent link; when you do so a small black triangle " +"should appear to the left of the parent block." +msgstr "" + +#: ../../docs/sites/site_navigation.md:76 64d2c8d5333240768ca8ef743b33827e +msgid "" +"![The block for Custard Page 2 - the child page - hovering over the block" +" for Opening Page - the parent " +"block.](../sites/sitesfiles/sitenav_drop.png) In this image, Custard page" +" 2 is the child link; Opening Page will be the parent link, as indicated " +"by the small black triangle on the left" +msgstr "" + +#: ../../docs/sites/site_navigation.md:78 91c89ca1c84f4fcbb17ded03ee9d0147 +msgid "Omeka S allows for multiple levels of nested navigation." +msgstr "" + +#: ../../docs/sites/site_navigation.md:80 d67f3693cb974be8a1cb8a83fedb6eb7 +msgid "Deleting Navigation" +msgstr "" + +#: ../../docs/sites/site_navigation.md:81 5f9354e0199943a69f8f3c5108881d37 +msgid "" +"To delete a link from the navigation, click the delete (trash can) icon " +"and then click *Save*. If you accidentally click the delete icon, you can" +" click the undo (back looped arrow) icon before click save to cancel the " +"deletion." +msgstr "" + +#: ../../docs/sites/site_navigation.md:83 4c92dc02f7ad485db6624655cac7c761 +msgid "" +"![Two link blocks, one of which is highlighted in red and marked for " +"deletion](../sites/sitesfiles/sitenav_del.png)" +msgstr "" + +#: ../../docs/sites/site_navigation.md:85 5fc54339bfc94f9398e5b21b5db0a2a4 +msgid "" +"In this image, the delete icon for browse has been clicked; the block now" +" displays the undo button instead" +msgstr "" + +#: ../../docs/sites/site_navigation.md:87 17648392df094ba8af5359c902bcd34a +msgid "" +"NOTE: Deleting a parent block from the navigation will also delete any " +"child blocks." +msgstr "" + +#: ../../docs/sites/site_navigation.md:89 c47a2263f8c5409f940e2451283ddb53 +msgid "" +"![Parent and child block marked for " +"deletion](../sites/sitesfiles/sitenav_del2.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/sites/site_pages.po b/locales/fr/LC_MESSAGES/docs/sites/site_pages.po new file mode 100644 index 00000000..00946785 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/sites/site_pages.po @@ -0,0 +1,868 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/sites/site_pages.md:1 9aa642ab97054cf5aafd298c24cd15eb +msgid "Pages Management" +msgstr "" + +#: ../../docs/sites/site_pages.md:3 ebfeb1012c4440c086c178459a985007 +msgid "" +"Pages form the content of your [sites](../sites/index.md). A site can " +"have a single page or many pages." +msgstr "" + +#: ../../docs/sites/site_pages.md:5 8891969f698f4873bad6430b17e88f05 +msgid "" +"Manage the pages for a site by navigating to the Sites tab on the left-" +"hand navigation of the admin dashboard. Select the site for which you " +"want to manage the pages and click either the title or the edit (pencil) " +"button to edit that site." +msgstr "" + +#: ../../docs/sites/site_pages.md:7 8c6152987cf24a78bf0f51e5f69352d8 +msgid "" +"Once you are editing the site, click the Pages tab in the left hand " +"navigation." +msgstr "" + +#: ../../docs/sites/site_pages.md:9 9da44bc99da1421fbecfde55dc2676b2 +msgid "" +"When you create a new site, Omeka S automatically adds a page titled " +"*Welcome* with a single HTML block (see below). You can edit this page or" +" delete it." +msgstr "" + +#: ../../docs/sites/site_pages.md:11 1eaa2549823b43d1b3f0d3361bff1493 +msgid "Adding Pages" +msgstr "" + +#: ../../docs/sites/site_pages.md:12 a8856d2d74cd4d0f9adf473fd3900597 +msgid "" +"From the page for the site, click the Pages tab. Then click the *Add new " +"page* button on the upper left side of the window." +msgstr "" + +#: ../../docs/sites/site_pages.md:14 66051140c2d94caeae9b77c36f1dea6d +msgid "" +"![A red arrow points to a grey button labeled \"add new " +"page\"](../sites/sitesfiles/sitepg_addnew.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:16 702e35c885e24fa1aff4def35590c5dc +msgid "To add a page you must enter a *Title*. You can also enter a *URL Slug*." +msgstr "" + +#: ../../docs/sites/site_pages.md:19 be7894aebb9642d5b5076702af18e860 +msgid "" +"Both of these can be edited later but are required to create the page. If" +" you do not enter a slug, Omeka S will create one from the page title. A " +"slug is the page’s portion of the url and can only contain letters, " +"numbers, and hyphens; no other characters are allowed." +msgstr "" + +#: ../../docs/sites/site_pages.md:21 6220600b77554496b8ffdce746b5e48d +msgid "" +"In addition, there is a checkbox for \"Add to navigation\". If checked, " +"the page will automatically appear at the main " +"[navigation](../sites/site_navigation.md) level for the site. If you do " +"not check this box, you will have to manually add the page to the site " +"navigation at a later point." +msgstr "" + +#: ../../docs/sites/site_pages.md:23 37ed6f226c194e47acde028577c1b913 +msgid "" +"![Page view showing the fields for Add " +"Page](../sites/sitesfiles/sitepg_add.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:25 29790dee094c485e881cbb741ea53854 +msgid "" +"The eye icon to the left of the Cancel and Add buttons is a toggle to set" +" the visibility of your page. If the toggle is set to public (no line), " +"then anyone can see the page. If the toggle is set to private (line " +"through the eye icon), the page will only be visible to logged-in users " +"of the Omeka S installation who have site permissions (Supervisors and " +"Global Admins will always be able to see private pages)." +msgstr "" + +#: ../../docs/sites/site_pages.md:27 36c78df055364aa1a1f164e87de0ae60 +msgid "" +"Clicking or hitting enter on the eye icon toggles between public and " +"private." +msgstr "" + +#: ../../docs/sites/site_pages.md:29 ef636d9f565846d0b24fe4263821926d +msgid "" +"![make public button showing an eye " +"icon](../content/contentfiles/item_public.png) Public" +msgstr "" + +#: ../../docs/sites/site_pages.md:31 890a95b937a0440d8ab141c3c3a2d35d +msgid "" +"![make private button showing an eye icon with a diagonal slash through " +"it](../content/contentfiles/item_private.png) Private" +msgstr "" + +#: ../../docs/sites/site_pages.md:33 d944167c7e874d07b044751482afe5eb +msgid "" +"Once you have entered this information and set visibility, click the Add " +"button in the upper right hand corner of the browser window. You will be " +"automatically taken to that page's edit view (see below)." +msgstr "" + +#: ../../docs/sites/site_pages.md:35 dfc90d5555ba409ab14332aae942966e +msgid "If you decide you do not want to create the page, click the Cancel button." +msgstr "" + +#: ../../docs/sites/site_pages.md:37 33c88821c64e465981f346884fdb79f2 +msgid "Browse Pages" +msgstr "" + +#: ../../docs/sites/site_pages.md:38 48cdaa1ba65c4cf8bf5a689e069434f3 +msgid "" +"The pages tab (once you have at least one page) will display all of your " +"pages in their navigation order. Child pages will display below the " +"parent page with a `-` before the page title." +msgstr "" + +#: ../../docs/sites/site_pages.md:40 8f2fb289a3ef4548a17ad25ca4853313 +msgid "" +"Every page is listed with its *Title*, buttons to view (box with an arrow" +" coming out), edit (pencil), or delete (trash can) the page, and the " +"page's slug." +msgstr "" + +#: ../../docs/sites/site_pages.md:42 d14cc01d90ff431c9682355c5e001368 +msgid "" +"![A sites page browse view, with 12 pages listed, some of which are child" +" pages of the others.](../sites/sitesfiles/sitepg_browse.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:44 2f9af1714bbd4884a98a287a3c0a1103 +msgid "" +"Use the [Navigation](../sites/site_navigation/) tab of the site admin to " +"set the order of pages, including setting child and parent pages." +msgstr "" + +#: ../../docs/sites/site_pages.md:46 5f58e2a7c8614505ba3982558c530772 +msgid "Editing Pages" +msgstr "" + +#: ../../docs/sites/site_pages.md:47 c2aa4392150f41f2bcd93f14826415e9 +msgid "" +"After clicking the Pages tab, select the page you wish to edit by " +"clicking the name of the page or the edit button (pencil). Note: clicking" +" on the Page *title* will take you to the public view of that page." +msgstr "" + +#: ../../docs/sites/site_pages.md:49 5b768df83a2c47c6bdf19a964ca3ce1e +msgid "" +"The edit view for a page will display the page's title across the top. In" +" the upper left is the public/private toggle (the eye icon), and buttons " +"to view the public version (opens in a new tab), delete the page, cancel " +"changes, or save changes. Note that changes will not display on the " +"public view until after they have been saved." +msgstr "" + +#: ../../docs/sites/site_pages.md:51 e163a10ea0c0490a9b694d20f9f03bcd +msgid "" +"At the top of the work area are fields for the page title and URL slug. " +"You can edit these at any time, but remember that the slug must be unique" +" within the site (you cannot have two pages with the slug \"welcome\" on " +"the same site)." +msgstr "" + +#: ../../docs/sites/site_pages.md:53 dc9c9123872e41a2ba09180febe7406f +msgid "" +"![A page in edit view, with one media block " +"added](../sites/sitesfiles/sitepg_edit.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:55 90a183325af04547936a5000f6982b8f +msgid "" +"On the right hand side you can choose to add a new block by selecting one" +" of the following layouts:" +msgstr "" + +#: ../../docs/sites/site_pages.md:56 ../../docs/sites/site_pages.md:92 +#: 94e7d9635ca74c27ab5b9d9aa582563c ed9cac2a8aef443690ad8188c6c6e9a7 +msgid "HTML" +msgstr "" + +#: ../../docs/sites/site_pages.md:57 d69db79458174a8aa3d7627c8d827f4c +msgid "Page title" +msgstr "" + +#: ../../docs/sites/site_pages.md:58 ../../docs/sites/site_pages.md:117 +#: b872aa251b81412d872a1a60df867b81 f98000a36ee64819921b17e6ef98595c +msgid "Media Embed" +msgstr "" + +#: ../../docs/sites/site_pages.md:59 e2fbf030990d40e9b1185e6c4e29fd54 +msgid "Browse preview" +msgstr "" + +#: ../../docs/sites/site_pages.md:60 6099863c0bbf4dd08d2229ab81197279 +msgid "Item showcase" +msgstr "" + +#: ../../docs/sites/site_pages.md:61 ../../docs/sites/site_pages.md:223 +#: 524ce92bbf034d75b8ef0062c6148454 5bc6f3dcebac4574a7e75b5c1b02efac +msgid "List of sites" +msgstr "" + +#: ../../docs/sites/site_pages.md:62 be3c4ba977be4a15a8aeb19fddfad20c +msgid "Table of contents" +msgstr "" + +#: ../../docs/sites/site_pages.md:63 5a9eecc6c2f0413ca26f6c99e219c7ef +msgid "Line break" +msgstr "" + +#: ../../docs/sites/site_pages.md:64 3b556eac42a043d8a2632f887eb36efd +msgid "" +"Item with metadata If you have the relevant modules installed, you may " +"also have:" +msgstr "" + +#: ../../docs/sites/site_pages.md:67 9d195027103643b5bee712f33bb882d5 +msgid "Map" +msgstr "" + +#: ../../docs/sites/site_pages.md:68 1da39ccb7b15413c83bae9118b81c46e +msgid "Collecting" +msgstr "" + +#: ../../docs/sites/site_pages.md:70 c53172888c77483eae1e97e5e7957c7a +msgid "" +"Once you have added blocks to your page, click the Save button in the " +"right hand corner. To leave without saving changes, click Cancel." +msgstr "" + +#: ../../docs/sites/site_pages.md:72 37b29e1afd7a46e69490db04e4f517fb +msgid "" +"You can delete any of the blocks by clicking on the trash can icon " +"located in the upper right corner of the block." +msgstr "" + +#: ../../docs/sites/site_pages.md:74 fbb54fc7e5354ec4baed85258c396d37 +msgid "" +"![The “media” block is marked for deletion and thus highlighted in " +"red.](../sites/sitesfiles/sitepg_delblock.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:76 892d8f375c10486f8eeeccced36f5e35 +msgid "" +"Change the order of blocks by clicking on the three horizontal lines on " +"the upper left corner of the block and then dragging and dropping it to " +"the desired location." +msgstr "" + +#: ../../docs/sites/site_pages.md:78 189bfc5283934fb7befaf857bc1aeda2 +msgid "" +"Some modules may create additional blocks for your site pages. For " +"information on working with these blocks, please see the documentation " +"for that [module](../modules/index.md)" +msgstr "" + +#: ../../docs/sites/site_pages.md:80 a9b5d67557744a7db384dbafbff5510e +msgid "From the Public Side" +msgstr "" + +#: ../../docs/sites/site_pages.md:81 9d49911faf6d4d0f80369111c71639ea +msgid "" +"If you are on the admin side and click \"View\" in the upper right-hand " +"corner of a page, it will take you to the public view for that page." +msgstr "" + +#: ../../docs/sites/site_pages.md:83 89106a974f944c769cc0b8571a40586d +msgid "" +"As you are browsing the public side of your site, you can edit the page " +"you are viewing if you are currently logged in and the [user bar option " +"is turned on in Site Settings](../sites/site_settings/#general-settings)." +msgstr "" + +#: ../../docs/sites/site_pages.md:85 e9f729980ca54c549adf86a1d6afaae3 +msgid "" +"The user bar, which appears across the top of the page, includes a link " +"to edit the current page - circled in red in the below image." +msgstr "" + +#: ../../docs/sites/site_pages.md:87 aafeca77df7243f0910305bcbe7b317e +msgid "" +"![User bar for a page from the site Jane Austen, with \"Edit page\" " +"circled in red](../sites/sitesfiles/sitepg_edit_public.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:89 cbc9eadfd4504419bdd668f107ecf71c +msgid "Page Blocks" +msgstr "" + +#: ../../docs/sites/site_pages.md:90 0cb7cf8f3ebd4a13a5fba7d38eacbbdf +msgid "" +"Pages are made up of blocks, each of which has a different form of " +"content." +msgstr "" + +#: ../../docs/sites/site_pages.md:93 22065cb272e642598b01f7cf5b76c75b +msgid "" +"Creates an HTML box in which you can add formatted text and links. When " +"you click in the box, a formatting menu will display above the text " +"field." +msgstr "" + +#: ../../docs/sites/site_pages.md:95 c3092c651e734c84983855cefb60958b +msgid "Basic block:" +msgstr "" + +#: ../../docs/sites/site_pages.md:97 a339d5a2d2db4d2ead403f806bed256b +msgid "![Page block for HTML content](../sites/sitesfiles/sitepg_html.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:99 16a67e0380c44e378d701a34a91c147f +msgid "With formatting menu open:" +msgstr "" + +#: ../../docs/sites/site_pages.md:101 050440676bd8439abbb156a8fdc00aa5 +msgid "" +"![Page block for HTML content with active field, showing formatting " +"menu](../sites/sitesfiles/sitepg_html2.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:103 2e15ffb7f8a54722b6f069e15079a891 +msgid "" +"You can embed content from elsewhere on the internet using iFrames or " +"other embed codes in the HTML block." +msgstr "" + +#: ../../docs/sites/site_pages.md:105 159e146f5ba04aedb09d35cfed2b9438 +msgid "" +"Click into the HTML block content area to show the formatting menu and " +"then click on the button labeled \"Source\". ![HTML block with formatting" +" menu open. A red arrow points to the Source " +"button](../sites/sitesfiles/sitepg_htmlSource1.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:106 98400a370b784ee2adfa0894ba489274 +msgid "This will open a dialog box where you can write HTML content." +msgstr "" + +#: ../../docs/sites/site_pages.md:107 1e7b8d9a6a5a43be8091e426d72bed5a +msgid "" +"Copy and paste the embed code into the source code editor. ![Source box " +"open with a short paragraph of text and an iframe from " +"Vimeo](../sites/sitesfiles/sitepg_htmlSource2.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:108 189da99629da47478f2ac85b15c5848b +msgid "Click the green OK button at the bottom of the editor." +msgstr "" + +#: ../../docs/sites/site_pages.md:109 66fc63ee908d43c98b394b902439865c +msgid "" +"Your embed should show up in the HTML block either as a gray rectangle or" +" as the embedded content. ![HTML block showing the text and an embedded " +"video](../sites/sitesfiles/sitepg_htmlSource3.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:112 9d563434d90e46b1a27bb46ac9d2a3e9 +msgid "Page Title" +msgstr "" + +#: ../../docs/sites/site_pages.md:113 eff4be134df549138f6bfa01ad42404c +msgid "Displays the title of the current page." +msgstr "" + +#: ../../docs/sites/site_pages.md:115 d6e1534a62a34b9989b9c8e3b9747574 +msgid "![Page block display site's title](../sites/sitesfiles/sitepg_title.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:118 86c3beb6b0664b1e926730ce538051b5 +msgid "" +"Creates a block with one or more pieces of media associated with items in" +" the item pool. In media blocks, multiple attachments stack vertically." +msgstr "" + +#: ../../docs/sites/site_pages.md:120 04dc1a3873724c4ba9731acee198f02c +msgid "" +"![media block with no media " +"attached](../sites/sitesfiles/sitepg_media.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:122 c82a71d4b56d4c3597fc211032068cba +msgid "The Media block has options for the display of the media:" +msgstr "" + +#: ../../docs/sites/site_pages.md:124 9d1190f1a0a34723a0f8b714ca87cd40 +msgid "Thumbnail type: choose from large, medium, and square." +msgstr "" + +#: ../../docs/sites/site_pages.md:125 c90e3b2dfb884ddd98a4fc8d95556ba1 +msgid "Thumbnail alignment: float left, float right, and center." +msgstr "" + +#: ../../docs/sites/site_pages.md:126 f949346a1791482297f1dcd7d64515a4 +msgid "Set the attachment title as:" +msgstr "" + +#: ../../docs/sites/site_pages.md:127 ../../docs/sites/site_pages.md:191 +#: 544707519dfb416e80a32c247e3bd22a 96fdaf83743846d0ac1225a0ff430670 +msgid "item title (title of the attached item);" +msgstr "" + +#: ../../docs/sites/site_pages.md:128 ../../docs/sites/site_pages.md:192 +#: 4cb85d6ecf5f4ddf9d2d7573f51f253f c588cf64603642a4a5c9a26384fe4cf4 +msgid "" +"media title (title of the specific piece of media you select associated " +"with the item); or" +msgstr "" + +#: ../../docs/sites/site_pages.md:129 ../../docs/sites/site_pages.md:193 +#: 406904383a04456c8befe290622ef74b 5c294c1e617e43f48ab20dc51755b65f +msgid "no title." +msgstr "" + +#: ../../docs/sites/site_pages.md:131 245ef02f50074bc895cc5a1c4d51168b +msgid "" +"*Layout note:* If you want media to appear beside a block of text, place " +"a media block *above* an HTML block, select a smaller thumbnail size, and" +" choose either float left or right for alignment. In the example below, " +"the media has a thumbnail type of \"medium\", alignment \"float right,\" " +"and attachment title of the \"item title\":" +msgstr "" + +#: ../../docs/sites/site_pages.md:134 5ed200369bff428984c5402d6f3560f7 +msgid "" +"![A block of lorem ipsum text with a right-aligned small image embedded " +"at the top of the paragraph](../sites/sitesfiles/sitepg_mediaalign.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:136 fe3a429cee8b409f84678bf9aeffdf02 +msgid "" +"Placing a media block *after* an HTML block will cause the media to " +"appear below the end of the HTML paragraphs." +msgstr "" + +#: ../../docs/sites/site_pages.md:138 d7161b78f456497f9bde1c0b7e60fd60 +msgid "To **add media to the block**, click the *add attachment* button." +msgstr "" + +#: ../../docs/sites/site_pages.md:140 5f80784d2d274389b90b8f053aca1cc7 +msgid "" +"On loading, the drawer will show a list of your items, most recent first." +" You can select from the first page, page through using the forward and " +"back arrows, or search using the search bar. You can select from the " +"first page, page through using the forward and back arrows, or search " +"using the search bar." +msgstr "" + +#: ../../docs/sites/site_pages.md:142 8214659b934447aeafefce9b5c91153e +msgid "![Select item drawer](../sites/sitesfiles/sitepg_selectitem.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:144 ../../docs/sites/site_pages.md:197 +#: 101186171bef4e32aef93e06bc8d1296 35426f710626428e9b1607ad9c29a1ca +msgid "" +"If you have a large number of items to navigate, or multiple items with " +"the same title, you can use the \"Filter search\" options by clicking the" +" triangle button to the right of its label." +msgstr "" + +#: ../../docs/sites/site_pages.md:146 ../../docs/sites/site_pages.md:199 +#: 0ccd75c3a3364dafadf3c46fea2c6f75 99cc7ec09040420ca4da2117ba7f8378 +msgid "These options are:" +msgstr "" + +#: ../../docs/sites/site_pages.md:148 ../../docs/sites/site_pages.md:201 +#: 45317a11414749c8b43cf9c554454ff5 ae5e6b78684f42efa95bde57d99d3785 +msgid "" +"Filter by class: opens a dropdown to select from all of the classes for " +"the vocabularies in the Omeka S installation." +msgstr "" + +#: ../../docs/sites/site_pages.md:149 ../../docs/sites/site_pages.md:202 +#: 565e7b9494104bf79288873e1452c435 72b65aefb2014fc59314f43baae7412a +msgid "" +"Filter by item set: opens a dropdown to select from all item sets in the " +"installation, not just those associated with the site on which you are " +"working." +msgstr "" + +#: ../../docs/sites/site_pages.md:150 ../../docs/sites/site_pages.md:203 +#: 76a7c318548e4c0db02be8a532c6566b c556c128cd2845ebbb593e52d25aec39 +msgid "" +"Filter by item id: you can put in the specific item id for an item (the " +"number which appears in the url when you are looking at the item on the " +"admin)." +msgstr "" + +#: ../../docs/sites/site_pages.md:152 9caf8624bff443f69732b8ec51ef45bf +msgid "" +"Once you have applied your changes to the filter, you must click the " +"search button (magnifying glass) to apply the filters or run the search." +" ![Select item drawer with filter options " +"displayed](../sites/sitesfiles/sitepg_selectitemFilter.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:155 ../../docs/sites/site_pages.md:209 +#: 6a2d898acabf4cbb97c5c35165723cd0 a698924273a64a8dbe69af1be6278d67 +msgid "" +"Once you’ve selected an item, the drawer will shift to that item’s " +"information. You can add a caption and select which media (if more than " +"one) you want to use. To return to the list of items, click the *Select " +"item* button at the top of the drawer. To use the item displayed and " +"apply the caption, etc, click the *Apply changes* button at the bottom of" +" the drawer." +msgstr "" + +#: ../../docs/sites/site_pages.md:157 ../../docs/sites/site_pages.md:211 +#: cdd270421752485086f8bed73e1d2998 defda345910f4cee9f31b5e267e71cf2 +msgid "" +"![Item view with apply changes " +"option](../sites/sitesfiles/sitepg_applyitem.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:159 ../../docs/sites/site_pages.md:213 +#: 635f180d4f3042cd8b38b0d3a24619b4 fd30482e8e4d459b9758249567e71d2b +msgid "" +"To add multiple items at once, click the \"quick add\" slider just above " +"the list of items in the right hand drawer. This will add a checkbox to " +"the left of each item. Check the boxes of those items you want to add to " +"the block, then click the \"Add selected\" button at the bottom of the " +"drawer." +msgstr "" + +#: ../../docs/sites/site_pages.md:161 ../../docs/sites/site_pages.md:215 +#: 510dcfa9a29f4fc587c46b6f991873e1 9468e6e5b3014511bd0bdd9db2e817af +msgid "" +"![Select item drawer with quick add activated - every item in the view " +"now has a checkbox.](../sites/sitesfiles/sitepg_selectitemQuick.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:163 f4fb483996a241f78615f185161f4751 +msgid "Browse Preview" +msgstr "" + +#: ../../docs/sites/site_pages.md:164 4fca3e228fe44aecb1a2446db7240bbb +msgid "Allows you to add a block of items on a site page." +msgstr "" + +#: ../../docs/sites/site_pages.md:166 85471265481f4760a7f00e645d17c410 +msgid "" +"In order to create a Browse Preview block, you'll first need to perform a" +" search on your Omeka S installation for the items you want to include. " +"You can use the general search on the left hand navigation or, if you " +"want to show all items in an item set, use the Advanced Search from Items" +" browse. NB: if you leave the search options blank, the browse preview " +"will load all items in your site's item pool." +msgstr "" + +#: ../../docs/sites/site_pages.md:168 c9c0990b1b4c4bfcab7ce51c930125af +msgid "" +"Once you have searched, highlight everything in your browser's address " +"bar starting with the question mark all the way to the end of the search " +"url (to the right)." +msgstr "" + +#: ../../docs/sites/site_pages.md:170 edccc758bc864d7a84646e4d6f82c211 +msgid "" +"![a search query url with the question mark and everything to its right " +"highlighted](../sites/sitesfiles/sitespg_bpquery.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:172 b8f3d22f4b1c4fbe935a348418f3994c +msgid "" +"From the *Resource type* dropdown, choose the kind of resource you want " +"to display in the block: Items, Item Sets, or Media." +msgstr "" + +#: ../../docs/sites/site_pages.md:173 98f83324f27647b49240b33413aa1f97 +msgid "" +"In the *Query* field of the Browse Preview block, paste the part of the " +"url you just copied (everything from the question mark over)." +msgstr "" + +#: ../../docs/sites/site_pages.md:174 2e461f72873a46948118116817faced7 +msgid "" +"The *Limit* field lets you set the number of resources to display in the " +"block; any additional results from your query can be accessed on a search" +" page linked from the bottom of the block (you set the text of the link " +"in the *browse link text* field below)." +msgstr "" + +#: ../../docs/sites/site_pages.md:175 57aa2b395f024e9b9f5b1d3096928d6f +msgid "" +"The *Preview Title* field sets the heading above the browse section on " +"the page." +msgstr "" + +#: ../../docs/sites/site_pages.md:176 ed0a630baadc466491603db6a754d905 +msgid "" +"The *Browse link text* field sets the link text at the bottom of the " +"block - the block will only display as many results as you set in the " +"*Limit* field above." +msgstr "" + +#: ../../docs/sites/site_pages.md:178 487fafe499a6499fac6f6dbd04d945a7 +msgid "![Page block for Browse Preview](../sites/sitesfiles/sitepg_bpblock.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:180 ebddb17a94014c138896e7069500a2ec +msgid "Item Showcase" +msgstr "" + +#: ../../docs/sites/site_pages.md:181 fe6b21a0fe9941ab8a195675f20add61 +msgid "A list of items." +msgstr "" + +#: ../../docs/sites/site_pages.md:183 e2a59b3734f744b5a10ee4bcd7d20168 +msgid "" +"In item showcase blocks, multiple attachments build horizontally, " +"creating rows across the page." +msgstr "" + +#: ../../docs/sites/site_pages.md:185 4acc645defdf43878346f4290dc4acc8 +msgid "" +"![Block for item showcase with one item " +"added](../sites/sitesfiles/sitepg_showcase.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:187 a522ea9098074318afa5b743d8758177 +msgid "Using the drop-down menu in the block, you can:" +msgstr "" + +#: ../../docs/sites/site_pages.md:189 9e5348421d3f4f989ef61e042c0d93f1 +msgid "" +"set the thumbnail size for these items as large (default), medium, or " +"square." +msgstr "" + +#: ../../docs/sites/site_pages.md:190 3bf76686e3334ab0b6677c111112634f +msgid "set the attachment title as:" +msgstr "" + +#: ../../docs/sites/site_pages.md:195 0f6b4689c4624c39b409e54c19f0cb96 +msgid "" +"Click the *Add Attachment* button to add an item to the block. This will " +"open a drawer on the right side of the page to browse and select items." +msgstr "" + +#: ../../docs/sites/site_pages.md:205 7011e2c64a9e4ef4b75df65304f752f5 +msgid "" +"Once you have applied your changes to the filter, you must click the " +"search button (magnifying glass) to apply the filters or run the search." +msgstr "" + +#: ../../docs/sites/site_pages.md:207 a50f9912aab444e3803842dfe6be545d +msgid "" +"![Select item drawer with filter options " +"displayed](../sites/sitesfiles/sitepg_selectitemFilter.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:217 9c1499587aed424596aa03969f28a5a3 +msgid "" +"To cancel the item selection, click the X in the upper right corner of " +"the drawer at any time." +msgstr "" + +#: ../../docs/sites/site_pages.md:219 55a85a24405f42bd88008efcc4e490ff +msgid "" +"Once you’ve added an item, it will appear in the Item List block. You can" +" edit the caption or media options by clicking the edit (wrench) button " +"for that row, and you can delete the item using the delete (trash can) " +"icon." +msgstr "" + +#: ../../docs/sites/site_pages.md:221 d70c8f1118864e87b198ecad7d7a8752 +msgid "You can add multiple items to the list." +msgstr "" + +#: ../../docs/sites/site_pages.md:224 2cb0c2cd028a421b9a577adb152159ea +msgid "" +"This block displays a list of all of the sites on your Omeka S install. " +"This block has the following options:" +msgstr "" + +#: ../../docs/sites/site_pages.md:226 2e53ad1550c244f28a6641afc3cacbef +msgid "![List of sites block](../sites/sitesfiles/sitepg_slist1.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:228 a143548c936d4d9aab97b1cd8433ac60 +msgid "" +"Sort sites by: Alphabetical order (A-Z); Oldest first; newest first. By " +"default this is set to alphabetical." +msgstr "" + +#: ../../docs/sites/site_pages.md:229 0a18d0fc0e3f437ba6147e2dcb9df2bc +msgid "" +"Max number of sites allows you to limit the number of sites which display" +" at once. If left blank, all sites will display." +msgstr "" + +#: ../../docs/sites/site_pages.md:230 f427988494c8435daf4ac60025f94ab8 +msgid "A checkbox to turn on pagination, applied only if you set a limit." +msgstr "" + +#: ../../docs/sites/site_pages.md:231 183e0c58f43f42d4b0e2e89a4ce1fdb7 +msgid "A checkbox to show site summaries." +msgstr "" + +#: ../../docs/sites/site_pages.md:232 65287ab9779145b89e313b3c446e05c0 +msgid "A checkbox to exclude the current site from the list." +msgstr "" + +#: ../../docs/sites/site_pages.md:234 492a377f8ff44d35b242fcaaef622acd +msgid "" +"This image shows a List of sites block, sorted oldest first, with no " +"limits:" +msgstr "" + +#: ../../docs/sites/site_pages.md:236 dc31727411da4b1da4ce06fe1f0cf621 +msgid "![](../sites/sitesfiles/sitepg_slist2.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:238 8d08b628839249d2a26852fe0356e227 +msgid "" +"This is the same block edited to have a limit of 5 and pagination is " +"turned on:" +msgstr "" + +#: ../../docs/sites/site_pages.md:240 e70d672b026345c691f468e679821a49 +msgid "![](../sites/sitesfiles/sitepg_slist3.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:242 e36d497b5c3a4ca895c19af9db454ef2 +msgid "The same block with pagination and site summaries turned on:" +msgstr "" + +#: ../../docs/sites/site_pages.md:244 e3ee921874a642a39abbef98a1b06e78 +msgid "![](../sites/sitesfiles/sitepg_slist4.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:246 3e54721c716e4d279667266466a112d5 +msgid "Table of Contents" +msgstr "" + +#: ../../docs/sites/site_pages.md:247 e921ebeddca545a2a6a275193d36ec68 +msgid "" +"If the current page has child pages, you can add a table of content block" +" for those pages." +msgstr "" + +#: ../../docs/sites/site_pages.md:249 a9b478d7d2ef4eaca9290e9469d2dfc4 +msgid "" +"The Depth option allows you to set how many levels of child pages you " +"want to display. If left blank, it will display all possible levels. " +"Please enter a whole number." +msgstr "" + +#: ../../docs/sites/site_pages.md:251 86c4f7baa72c4a53a8e24828427f0760 +msgid "" +"![Table of content block with no depth option " +"set](../sites/sitesfiles/sitepg_toc.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:253 42da9dfc31d341a3a3fb269fcbbb0fad +msgid "" +"Add and arrange pages using the [Site " +"Navigation](../sites/site_navigation.md) settings." +msgstr "" + +#: ../../docs/sites/site_pages.md:255 ad0c9e5ca45d4932b65d5d7e86bf5e4f +msgid "Line Break" +msgstr "" + +#: ../../docs/sites/site_pages.md:256 cca2128c48ad4f42a24e8f11041d789d +msgid "" +"Line break creates a transparent or opaque line break on the page, " +"clearing all blocks. Select whether the line is transparent or opaque " +"from the dropdown." +msgstr "" + +#: ../../docs/sites/site_pages.md:258 221fafc8a8f547e6af78bbb21fbad310 +msgid "" +"![line break table, dropdown selected to " +"transparent](../sites/sitesfiles/sitepg_line.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:260 9f252351af46430dbcbe8549a8e39348 +msgid "" +"HTML blocks wrap around Media blocks and at times you may want to clear " +"the page. You might also want to create a visual break on the page." +msgstr "" + +#: ../../docs/sites/site_pages.md:262 4d42e9812e89486d88a6ce90658093bb +msgid "Item with Metadata" +msgstr "" + +#: ../../docs/sites/site_pages.md:263 2a39b2f7b7284e839c83fcc4cb556fa1 +msgid "" +"This block displays an item along with all associated metadata (entered " +"when creating or editing the [item](../content/items.md))." +msgstr "" + +#: ../../docs/sites/site_pages.md:265 bb19f722986d465fb4a8191ea4d8d8ba +msgid "" +"Add attachments in the same manner as the " +"[media](../sites/site_pages/#media) page block." +msgstr "" + +#: ../../docs/sites/site_pages.md:267 7cd8976f6f4f467eae248428a5b242a8 +msgid "" +"![Item with metadata block with nothing " +"attached](../sites/sitesfiles/sitepg_iwm.png)" +msgstr "" + +#: ../../docs/sites/site_pages.md:269 547fd3b86aa04745b34d790539ea49e9 +msgid "Other blocks" +msgstr "" + +#: ../../docs/sites/site_pages.md:270 4e3754b00101440690947db029143ad7 +msgid "" +"For module-specific blocks (like [Collecting](../modules/collecting.md) " +"or [Map](../modules/mapping.md)) see the documentation for that module." +msgstr "" + +#: ../../docs/sites/site_pages.md:272 49ac29be8fcd4dd2bc3ba666d38dc7c3 +msgid "Deleting Pages" +msgstr "" + +#: ../../docs/sites/site_pages.md:273 a4eae2ca2f5641b1be99341521f32f24 +msgid "" +"To delete a page, go the to *Pages* tab of the site of which the page is " +"a part. Click the delete (trash can) button at the right end of the row " +"for that page." +msgstr "" + +#: ../../docs/sites/site_pages.md:275 891563b6d3604e558f778a330caf4026 +msgid "" +"A drawer will open on the right side of the page asking you to confirm " +"that you wish to delete the page, with the name of the page displayed " +"under the confirm button. To proceed, click the *Confirm delete* button. " +"Otherwise, click the *X* in the upper right corner of the drawer to " +"cancel." +msgstr "" + +#: ../../docs/sites/site_pages.md:277 179aff4026f34b7baa8eddd4dfa765db +msgid "" +"![Delete drawer for the Novels " +"page](../sites/sitesfiles/sitepg_delete.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/sites/site_resources.po b/locales/fr/LC_MESSAGES/docs/sites/site_resources.po new file mode 100644 index 00000000..12da3e98 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/sites/site_resources.po @@ -0,0 +1,304 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/sites/site_resources.md:1 027d8b3f4963485f9b1f2295ffe83a74 +msgid "Resources" +msgstr "" + +#: ../../docs/sites/site_resources.md:3 294142d707a24f4db91d7a37fa1d1b44 +msgid "" +"The Resources tab of the site context menu allows you to set what Items " +"and Item Sets are available on your site's browse pages. The Items tab " +"also sets which items are available in the sidebar when building pages." +msgstr "" + +#: ../../docs/sites/site_resources.md:5 9124c35ddd4e418c86288b449e3e9450 +msgid "Resources has two tabs across the top of the window: Items and Item Sets." +msgstr "" + +#: ../../docs/sites/site_resources.md:7 c076499041a54c67994d8d17467ee9c5 +msgid "" +"Under the Items tab, you can set the items available for selection and " +"browse in your site." +msgstr "" + +#: ../../docs/sites/site_resources.md:9 8dd0972950794c2ca94497b879e9cdd7 +msgid "" +"Item Sets is where you select the sets which will show up on the Browse " +"Item Sets page, should you choose to include it" +msgstr "" + +#: ../../docs/sites/site_resources.md:11 d8d5ebe2e1cf4779bfbf8579e1fbdcf4 +msgid "" +"**Note** The two tabs operate *independently* from each other. The " +"selections made on one will have no effect on the other. The Items tab " +"limits which items are available, while the Item Set tab limits which " +"sets are visible for public browsing." +msgstr "" + +#: ../../docs/sites/site_resources.md:13 2a1c139a87c74fde9963132829c046c2 +msgid "Items" +msgstr "" + +#: ../../docs/sites/site_resources.md:15 d5c4ea9770f54e05af3b7275ffe416a9 +msgid "" +"The Items tab determines what automatically appears in the resource " +"selection options on the [pages](../sites/site_pages.md) of your Omeka S " +"[site](../sites/index.md). It also limits the resources which appear on a" +" browse page on your site." +msgstr "" + +#: ../../docs/sites/site_resources.md:17 23575f3580ab45f5b014c370af693c99 +msgid "" +"When you first navigate the to items tab, it will display information " +"about the number of items in the site and give you options for making " +"changes. You will see:" +msgstr "" + +#: ../../docs/sites/site_resources.md:19 2c0c307cf52348ef9885ccc9a0692fb3 +msgid "" +"A statement of the number of items current assigned to the site. Click on" +" the number to open a new browser tab showing all of those items." +msgstr "" + +#: ../../docs/sites/site_resources.md:21 2d10cb9292484202ae1351a796e8fa66 +msgid "" +"A statement of whether the site automatically includes new items, and a " +"link to the site admin to change that setting." +msgstr "" + +#: ../../docs/sites/site_resources.md:23 886f626d6c6c40a9a3ef0ffb50b74c71 +msgid "" +"A table with the following options for managing your current items: \t- " +"Do nothing: make no changes) \t- Add - keep existing items and assign " +"items from a new search \t- Replace - unassign all items and assign items" +" from a new search \t- Remove - unassign items from a new search \t- " +"Remove all - unassign all items" +msgstr "" + +#: ../../docs/sites/site_resources.md:30 776e7fdd74c94faca8f9ac0d2e7c0476 +msgid "" +"![Item resources landing for a site with 28 " +"items](../sites/sitesfiles/sites_resources1.png)" +msgstr "" + +#: ../../docs/sites/site_resources.md:32 aa5bed2a81d84f50a0e10cc2970ab235 +msgid "" +"If you want to make changes to the item sources in your site, select the " +"radio button for the action you want to take. For all but \"Do nothing\" " +"and \"Remove all\", a search form will automatically load." +msgstr "" + +#: ../../docs/sites/site_resources.md:34 fbcc97c475004cd586dcbf1297364d2c +msgid "" +"![Item resources with \"replace\" selected and the search form " +"loaded](../sites/sitesfiles/sites_resources2.png)" +msgstr "" + +#: ../../docs/sites/site_resources.md:36 f42362b6950148c4b191b63011c10ef3 +msgid "" +"Note that the search options in the form work together to build an " +"overall search. If you had the search in the image above, looking for " +"items where \"Creator\" contains the word \"Doyle\" and you added a " +"criteria where Class=Text, it would only add items to your pool which " +"matched *both* statements." +msgstr "" + +#: ../../docs/sites/site_resources.md:38 dd5fb9443bfa4755a962070bdda4c6fb +msgid "" +"Above the search fields is a button to Preview this search. Clicking the " +"button after creating a search will open a new browser tab with the items" +" which meet the criteria of the search." +msgstr "" + +#: ../../docs/sites/site_resources.md:40 3a230719d6d445deb9bd836a34decda4 +msgid "" +"There is also a checkbox for \"keep this search\". Checking this box will" +" re-load this search the next time you come to make changes to the site " +"items." +msgstr "" + +#: ../../docs/sites/site_resources.md:42 27ab84b4ab7e443493c6a122ebce3ea4 +msgid "Search forms options are:" +msgstr "" + +#: ../../docs/sites/site_resources.md:44 579d6999264a49719745d3c33d130417 +msgid "*Search full-text:* search all values of all items." +msgstr "" + +#: ../../docs/sites/site_resources.md:46 ccdb6395a05940089823c2ef92debc1e +msgid "*Search by value:* search for a term or phrase which you enter" +msgstr "" + +#: ../../docs/sites/site_resources.md:48 3501c531ed3e455a9728e99e91749da0 +msgid "The first selector allows you to specify a property to search." +msgstr "" + +#: ../../docs/sites/site_resources.md:49 2d0d9b4bed7142f9aceb4865f4a52ce1 +msgid "" +"The second selector allows you to set the relationship the property has " +"with the value. The options are:" +msgstr "" + +#: ../../docs/sites/site_resources.md:50 b3cb841ab5f8453eb677f0a3c9ec8183 +msgid "is exactly," +msgstr "" + +#: ../../docs/sites/site_resources.md:51 ebf7c6f3c7684051845372c1818958ef +msgid "is not exactly," +msgstr "" + +#: ../../docs/sites/site_resources.md:52 78ac1ccf1d9b4b4daed44fadf1f3e1ac +msgid "contains," +msgstr "" + +#: ../../docs/sites/site_resources.md:53 e0d06ade259d4a44b888657bae1f1661 +msgid "does not contain," +msgstr "" + +#: ../../docs/sites/site_resources.md:54 c0659f43ab39472182705057cfc3c57a +msgid "is resource with ID," +msgstr "" + +#: ../../docs/sites/site_resources.md:55 5c3d1f91e2f64552a75d926506ff0813 +msgid "is not resource with ID," +msgstr "" + +#: ../../docs/sites/site_resources.md:56 b3044637ce0547eeb926273584575ad0 +msgid "has any value (there is something in the property), and" +msgstr "" + +#: ../../docs/sites/site_resources.md:57 dc6dd0096d994016aaa041ead5115ffa +msgid "has no values." +msgstr "" + +#: ../../docs/sites/site_resources.md:58 fdffd6f4ac174fef91b325eddd8d62bf +msgid "" +"Finally, there is a text field for you to enter the value you want the " +"property to have." +msgstr "" + +#: ../../docs/sites/site_resources.md:60 9bdfde16b2234954ab955c161cdb2c4c +msgid "" +"To find a resource ID, go to the resource and look at the url in your " +"browser's address bar. The numbers at the end of the url are the resource" +" ID." +msgstr "" + +#: ../../docs/sites/site_resources.md:62 4d4093daf32b45d89e594675c5d44858 +msgid "" +"*Search by Class:* select one or more classes from the dropdown menu - " +"the search will only return items with this class." +msgstr "" + +#: ../../docs/sites/site_resources.md:64 9ae9ae2401754ffeab18077722fb787e +msgid "" +"*Search by template:* select from existing resource templates and the " +"search will only return items using this resource template or templates." +msgstr "" + +#: ../../docs/sites/site_resources.md:66 373081b3e832468d933f1446b172daab +msgid "*Search by item set:* select from a dropdown of item sets." +msgstr "" + +#: ../../docs/sites/site_resources.md:68 a9b34a62ed2b422fb0a5ef38817702a0 +msgid "*Search by owner:* select from a dropdown of site users." +msgstr "" + +#: ../../docs/sites/site_resources.md:70 7a3244cfb43c4038bd6fc2cbd2f62d48 +msgid "" +"Note that the fields for searches by value, class, template, and item set" +" have a large red plus sign to the left of the select options. Use these " +"to add more than one search of this kind to your form. You can use the " +"red trash can icon to the right of the field to remove it." +msgstr "" + +#: ../../docs/sites/site_resources.md:72 48468cad699e498295d291a5ffd6052e +msgid "" +"![Select by class with two select fields " +"loaded](../sites/sitesfiles/sites_resourcesSelectMulti.png)" +msgstr "" + +#: ../../docs/sites/site_resources.md:74 1741f023f4e74cbd8fad029266d1699b +msgid "Item Sets" +msgstr "" + +#: ../../docs/sites/site_resources.md:76 84de498a064e44e8b1a02da7157ff44b +msgid "" +"On this tab you can select which Item Sets will display on a Browse Item " +"Sets page when added to the [navigation](../sites/site_navigation.md)." +msgstr "" + +#: ../../docs/sites/site_resources.md:78 924b969dab82483e879cba17205ca830 +msgid "" +"The table in the Item Sets tab shows any item sets already added, with " +"their title and owner's email address." +msgstr "" + +#: ../../docs/sites/site_resources.md:80 5cd6af42e3b04b1f9c4ee609d5849bb3 +msgid "![Site resources Item Sets tab](../sites/sitesfiles/siteres_itemsets.png)" +msgstr "" + +#: ../../docs/sites/site_resources.md:82 5555417c39b445b69c4cd9ea7e2a0413 +msgid "" +"To add an item set, select it in the right hand sidebar. You can find the" +" desired item set by either:" +msgstr "" + +#: ../../docs/sites/site_resources.md:84 f2624a5f1d1b446c81ffcf80cb9723d6 +msgid "" +"typing the name of the item set in the search bar and then clicking on " +"the correct item set, or" +msgstr "" + +#: ../../docs/sites/site_resources.md:85 4c01b671ea814eed84acceff6e13e7b8 +msgid "" +"click on the name of the item set owner, then clicking on the name of the" +" item set." +msgstr "" + +#: ../../docs/sites/site_resources.md:87 2d8fbcd7cedd49b1a457f34f161e608e +msgid "" +"![Selecting an item set from the owner's section of the " +"sidebar](../sites/sitesfiles/siteres_itemsetsel.png)" +msgstr "" + +#: ../../docs/sites/site_resources.md:89 e25a51745808457dbb5d068f528043c1 +msgid "" +"Remove an item set by clicking the red delete button (trash can icon). It" +" will still be available to re-add from the drawer on the right." +msgstr "" + +#: ../../docs/sites/site_resources.md:91 993386d602244cfb886cf210a6ed87f3 +msgid "" +"You can change the order of the item sets by dragging and dropping using " +"the three-bar icon on the left end of the row." +msgstr "" + +#: ../../docs/sites/site_resources.md:93 7618fb2059404976af8244f0b8682e2d +msgid "" +"The following image shows a browse item sets public view using the " +"default theme:" +msgstr "" + +#: ../../docs/sites/site_resources.md:95 c25973cc64314d8bbe05b41cc2a62139 +msgid "![browse item sets](../sites/sitesfiles/siteres_ispublic.png)" +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/sites/site_settings.po b/locales/fr/LC_MESSAGES/docs/sites/site_settings.po new file mode 100644 index 00000000..b4c2530c --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/sites/site_settings.po @@ -0,0 +1,405 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/sites/site_settings.md:1 0f3be814c77449ef94f54889a6d1959a +msgid "Site Admin" +msgstr "" + +#: ../../docs/sites/site_settings.md:3 1a530b9deadd4865b9a51687402c13f2 +msgid "" +"The Site Admin page allows you to manage the main settings for the " +"[site](../sites/index.md) on which you are working. Changes will only be " +"applied to this site and will not change other sites' settings." +msgstr "" + +#: ../../docs/sites/site_settings.md:5 50877120bf6349a194654340ceb2977d +msgid "It is the first tab under the site title, represented with a gear icon." +msgstr "" + +#: ../../docs/sites/site_settings.md:7 b116029ee8bd4560978cddce03ce30f3 +msgid "The Site Admin page has two tabs, Info and Settings." +msgstr "" + +#: ../../docs/sites/site_settings.md:9 be5814ce7a9149619054d606bd198817 +msgid "Info" +msgstr "" + +#: ../../docs/sites/site_settings.md:10 a59797a5260c4a5b876d38605e7f27b2 +msgid "" +"The site info settings for an Omeka S site are where you can change the " +"basic info for the site - the same information you entered when you " +"created the site. You can change the:" +msgstr "" + +#: ../../docs/sites/site_settings.md:12 27587776fd28474da2e96b02d1e4f450 +msgid "*title* - a text field." +msgstr "" + +#: ../../docs/sites/site_settings.md:13 435ca23df1b6453ead00d8407f7ded0c +msgid "*slug* - the url for your site." +msgstr "" + +#: ../../docs/sites/site_settings.md:14 b684abf1865c42d39a6ac4ca0b43ccbc +msgid "" +"*summary* - the brief description of what it is about which will appear " +"on your installation's landing page and on [List of " +"Site](../sites/site_pages/#page-blocks) blocks." +msgstr "" + +#: ../../docs/sites/site_settings.md:16 d25f5e92db7d4296b0229ec7d95ef610 +msgid "" +"![Site info for the site “Jane Austen” with buttons across the top to " +"View, Delete, and Save the site](../sites/sitesfiles/sites_siteinfo.png)" +msgstr "" + +#: ../../docs/sites/site_settings.md:18 d5806685058c48cca552ad308971572d +msgid "" +"In the upper right hand corner of the window on this tab, you can use " +"buttons to:" +msgstr "" + +#: ../../docs/sites/site_settings.md:20 13ca0d7f8be64572b711f980162169fb +msgid "set your site as public or private using the eye icon button (see below);" +msgstr "" + +#: ../../docs/sites/site_settings.md:21 068e2a16732244c0a50fcb01b089608f +msgid "*delete* the site;" +msgstr "" + +#: ../../docs/sites/site_settings.md:22 0c0a1554b80b4de18c97081581abde22 +msgid "*cancel* making changes; and" +msgstr "" + +#: ../../docs/sites/site_settings.md:23 4d3e15da9bd54389ab035a7d0e2e5472 +msgid "*Ssave* changes." +msgstr "" + +#: ../../docs/sites/site_settings.md:25 354b0b89894d432793f4d9aa8e4ac758 +msgid "" +"The *make public/private* button (eye icon) is used to both indicate and " +"set whether the site is visible to the public or only to users of this " +"Omeka S installation" +msgstr "" + +#: ../../docs/sites/site_settings.md:27 6b2d7145ab724ee58931c827024ccd34 +msgid "" +"Site is public: ![make public button showing an eye " +"icon](../content/contentfiles/item_public.png) Site is Private: ![make" +" private button showing an eye icon with a diagonal slash through " +"it](../content/contentfiles/item_private.png)" +msgstr "" + +#: ../../docs/sites/site_settings.md:30 50220ab49a334c49905198d071db2a96 +msgid "Settings" +msgstr "" + +#: ../../docs/sites/site_settings.md:31 0552ef3f2838424d8d8b6d87d48035ea +msgid "" +"The Settings page is divided into three sections: General, Browse, and " +"Search." +msgstr "" + +#: ../../docs/sites/site_settings.md:33 f37a2932a77545208e20493fecba33a4 +msgid "" +"To implement any changes you make, click Save at the top right of the " +"browser window when you are done. To leave without saving changes, click " +"cancel." +msgstr "" + +#: ../../docs/sites/site_settings.md:35 639441a7022a4e89b9c2c91229917383 +msgid "General settings" +msgstr "" + +#: ../../docs/sites/site_settings.md:37 39ec283380fd48a2a6e7c7afcded8540 +msgid "" +"![general settings, all at " +"default](../sites/sitesfiles/sites_settingsgen.png)" +msgstr "" + +#: ../../docs/sites/site_settings.md:39 23d981605a5b42919cada92cf0387b61 +msgid "" +"**Auto-assign new items** A checkbox which sets whether new items are " +"automatically added to the site. If checked, every new item will be added" +" to the site, regardless of the item's owner. Note that item owners may " +"unassign their items from the site at any time, in the item's edit pages." +msgstr "" + +#: ../../docs/sites/site_settings.md:41 eca4e7a81c0e44c8af5103f15f309fbd +msgid "" +"**Attachment link type** Sets the target of links from attachments you " +"add to [site page blocks](../sites/site_pages/#page-blocks) (for example," +" in an [item showcase](../sites/site_pages/#item-showcase). It offers a " +"dropdown with the following options:" +msgstr "" + +#: ../../docs/sites/site_settings.md:43 5d29bc2e9ffc4aa2849944020ad23b46 +msgid "" +"*item page:* clicking on the attachment takes users to the item page " +"associated with the attached media;" +msgstr "" + +#: ../../docs/sites/site_settings.md:44 3a667662a3b5478dafd17b7c450397f1 +msgid "*media page:* clicking on the attachment takes users to the media page;" +msgstr "" + +#: ../../docs/sites/site_settings.md:45 6f00ad5285ba46fcbcb57298df16039c +msgid "" +"*direct link to file:* clicking on the attachment takes user to the file " +"alone." +msgstr "" + +#: ../../docs/sites/site_settings.md:47 394700b8ac7a4dedbae599575979bdaf +msgid "" +"**Embed media on item pages** is a checkbox. When checked, any linked " +"media (such as videos) will be embedded on the item pages. When " +"unchecked, site visitors will click through to view playable media." +msgstr "" + +#: ../../docs/sites/site_settings.md:49 a56e4a2da0c243c68f328f9f6486dda7 +msgid "" +"**Show page pagination** is also a checkbox. When checked, \"Previous\" " +"and \"Next\" links will display at the bottom of every page in the site, " +"proceeding through your navigation. If unchecked, these links will not " +"display." +msgstr "" + +#: ../../docs/sites/site_settings.md:51 fde1340906944c898e5cf900d84d5b33 +msgid "" +"**Show user bar on public views** sets whether there is a bar across the " +"top of public site pages which allow users to access the admin side of " +"the site." +msgstr "" + +#: ../../docs/sites/site_settings.md:53 89905fa2ed5f4624b97812417d4f96f7 +msgid "When users are logged in, the user bar has the following options:" +msgstr "" + +#: ../../docs/sites/site_settings.md:55 29da776191df4233a5186121dabe304b +msgid "Installation Title: takes you back to the installation admin" +msgstr "" + +#: ../../docs/sites/site_settings.md:56 b825ce610e66400a914d10c869e11748 +msgid "" +"Site Title: takes you back to the landing page for managing the site " +"(site/show)." +msgstr "" + +#: ../../docs/sites/site_settings.md:57 da88eb6c5e6b4258aa0d3d4f1cce86e3 +msgid "" +"Resource view: depending on what you are viewing, this is a link to the " +"admin side management for [Pages](../site/site_pages), " +"[Items](../content/items), or [Item Sets](../content/item-sets)" +msgstr "" + +#: ../../docs/sites/site_settings.md:58 eb2d54755f6b4d60836d890e46604318 +msgid "Edit link for that page, item set, or item." +msgstr "" + +#: ../../docs/sites/site_settings.md:59 7859bc1e34a44df6a925c5cb80ede01b +msgid "User's display name: takes you to your user page." +msgstr "" + +#: ../../docs/sites/site_settings.md:60 bd4ce1b022ab4eb4bd4358566de6936c +msgid "Logout: logs out current user." +msgstr "" + +#: ../../docs/sites/site_settings.md:62 7c1c6e2a2e0b4fb2816f4d45f37022e4 +msgid "" +"![a blue bar across the top of the image displays the following words in " +"light blue text, indicating a link: Stackable Sandbox, Jane Austen, " +"Pages, Edit Page, Signed in as Megan, and a button to " +"Logout.](../sites/sitesfiles/sites_userbarin.png)" +msgstr "" + +#: ../../docs/sites/site_settings.md:64 880e546675384b26ba26bd29ea5c17dd +msgid "When users are not logged, the user bar only displays a login option." +msgstr "" + +#: ../../docs/sites/site_settings.md:66 22042619da644c4895b2834ea6f1b368 +msgid "" +"![A blue bar across the top of the image only has a small button reading " +"\"Log In\". Below this, the site's title \"A Tin Box\" is displayed in " +"black text on a white " +"background.](../sites/sitesfiles/sites_userbarout.png)" +msgstr "" + +#: ../../docs/sites/site_settings.md:68 4057f82b5d7849bc9b95443bb3e2f680 +msgid "The options for this setting are:" +msgstr "" + +#: ../../docs/sites/site_settings.md:70 ade340e443574e37a7e67d707ac8d73f +msgid "Never" +msgstr "" + +#: ../../docs/sites/site_settings.md:71 add88d08562342a4b6a1d8fceb574443 +msgid "When identified (when logged in)" +msgstr "" + +#: ../../docs/sites/site_settings.md:72 4132b69622e5423ebc4bf93a3546822f +msgid "Always" +msgstr "" + +#: ../../docs/sites/site_settings.md:74 d57493283c304de48e5ebce7fdb84c78 +msgid "" +"**Disable JSON-LD embed** Check this box to disable JSON-LD embedding on " +"resource browse and show pages." +msgstr "" + +#: ../../docs/sites/site_settings.md:76 3815c79dc70944f9ac0594f69e315f04 +msgid "" +"**Locale** is dropdown menu to select the language code for this site. By" +" default this will be set to the same as the global locale setting for " +"the entire Omeka S installation. To change, select a language from the " +"dropdown menu." +msgstr "" + +#: ../../docs/sites/site_settings.md:78 f4af0cf7d1c44bc28afb16b0162938b7 +msgid "Browse settings" +msgstr "" + +#: ../../docs/sites/site_settings.md:80 8943f9ee11ff4203b24bbda54afe38e8 +msgid "" +"![browse settings, all " +"empty](../sites/sitesfiles/sites_settingsbrowse.png)" +msgstr "" + +#: ../../docs/sites/site_settings.md:82 9b7467db976f4469a80a0cab0f1e24e6 +msgid "" +"**Restrict browse to attached items** is a checkbox. If checked, the " +"Browse functions of your site will only show items which have been added " +"to a page block. If unchecked, browse pages and blocks on your site will " +"include all items in the Item Pool." +msgstr "" + +#: ../../docs/sites/site_settings.md:84 2e17fa1c67e94a8c8fc30841a00ed455 +msgid "" +"**Results per page** sets the number of results per page on browse pages " +"by entering a number. If left blank, the site will use the default from " +"the [global settings](../admin/settings)." +msgstr "" + +#: ../../docs/sites/site_settings.md:86 540e898f342c47fab1011dcf68f06ae4 +msgid "" +"Depending on the [site theme](../sites/site_theme), you may want to make " +"this a multiple of 4 for a more elegant display. Note that using very " +"large numbers (50, 75, 100) may cause browse pages to load slowly." +msgstr "" + +#: ../../docs/sites/site_settings.md:88 b6b384c729524d86a6bfe34ce65ce581 +msgid "" +"**Browse heading property** sets which property to use as the heading for" +" each resource on a browse page. By default, this is Dublin Core: Title. " +"The dropdown allows you to select from all available vocabularies, and " +"includes a search bar to quickly find the desired property." +msgstr "" + +#: ../../docs/sites/site_settings.md:90 ed312187590444af953ebbd7347b1561 +msgid "" +"![The browse heading property option is open. The current selection, " +"Dublin Core: Title, is at the top. Immediately below it is a search bar, " +"indicated by a magnifying glass symbol. Below that are some properties " +"from the the friend of a friend " +"vocabulary.](../sites/sitesfiles/sites_setbrowseprop.png)" +msgstr "" + +#: ../../docs/sites/site_settings.md:93 9fdf6ad934124d05bafa60ec7995cbb1 +msgid "" +"**Browse body property** sets which property to use as the body text for " +"each resource on a browse page. By default, this is Dublin Core: " +"Description. The dropdown allows you to select from all available " +"vocabularies, and includes a search bar to quickly find the desired " +"property." +msgstr "" + +#: ../../docs/sites/site_settings.md:95 fffa1aba829646219f5b2814c2c47479 +msgid "Show" +msgstr "" + +#: ../../docs/sites/site_settings.md:96 aa77f839e3a04bf5b8b8abb821b128c9 +msgid "" +"When this box is checked, site pages to which an item is attached will " +"display on the public view of that item." +msgstr "" + +#: ../../docs/sites/site_settings.md:98 ed41ae4be8624c6aa9d38120084181f7 +msgid "![Show setting checked](../sites/sitesfiles/sites_settingShow.png)" +msgstr "" + +#: ../../docs/sites/site_settings.md:100 8f66581662d04795b63db4524ccdb3bb +msgid "Search" +msgstr "" + +#: ../../docs/sites/site_settings.md:102 65651a3c93ca4c3c9f00f5312ce54621 +msgid "" +"![search settings, all " +"empty](../sites/sitesfiles/sites_settingssearch.png)" +msgstr "" + +#: ../../docs/sites/site_settings.md:104 a5c8f7d11d344753a648359a99a01a1f +msgid "" +"**Search type** is a dropdown which allows you to set from which site(s) " +"the search bar generates results:" +msgstr "" + +#: ../../docs/sites/site_settings.md:106 eeb7171857804ad0b434534629d549d7 +msgid "This site: only return results from this site;" +msgstr "" + +#: ../../docs/sites/site_settings.md:107 035320e2678649c8a2a6cdb7579f2375 +msgid "All sites: return results for all sites on the installation." +msgstr "" + +#: ../../docs/sites/site_settings.md:109 23f488cf26404b409a806c09c29a8950 +msgid "" +"**Search resources** is a series of checkboxes which let you select which" +" types of resources are searched from the main search field on the site. " +"Select from: site pages, items, and item sets. You can select all if you " +"want." +msgstr "" + +#: ../../docs/sites/site_settings.md:111 e92b0d5a407344e7b2d1f4234b6802ed +msgid "" +"**Templates** allows you to limit the properties for advanced item or " +"item set search to only properties included in a template or templates. " +"When this field is empty, the \"Search by Value\" on the advanced search " +"will display all properties from all vocabularies in the Omeka S " +"installation. Applying a template not only limits the options in the " +"dropdown, it also includes your alternate labels for properties:" +msgstr "" + +#: ../../docs/sites/site_settings.md:113 68075850ce2843e9aeb7f6fc4e5dacb7 +msgid "" +"![Detail view of a dropdown menu for the option 'Search by value\". " +"Values loaded include Creator:Author, Date: Date of Publication, and " +"Description.](../sites/sitesfiles/sites_settingtemp.png)" +msgstr "" + +#: ../../docs/sites/site_settings.md:115 341f6ec7a99e4057b989e6a9c71c5574 +msgid "" +"Click in the field to add a template; you can add more than one template " +"by clicking in the field again." +msgstr "" + +#: ../../docs/sites/site_settings.md:117 4cbd04eacfb649eabf232ded394d18bd +msgid "" +"**Restrict to templates** will restrict search results to only those " +"items which are using the selected templates." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/sites/site_theme.po b/locales/fr/LC_MESSAGES/docs/sites/site_theme.po new file mode 100644 index 00000000..7ca08f6d --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/sites/site_theme.po @@ -0,0 +1,416 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/sites/site_theme.md:1 2023265b18674211adc3da9101ab57b1 +msgid "Theme Selection" +msgstr "" + +#: ../../docs/sites/site_theme.md:3 cb896dd398a24c988be051be23e9292e +msgid "" +"The Theme tab of the site context menu allows you to select the theme for" +" your site, and to set theme-specific settings." +msgstr "" + +#: ../../docs/sites/site_theme.md:5 c367edbec0c94b20a87343bbd7e4ad82 +msgid "Select a Theme" +msgstr "" + +#: ../../docs/sites/site_theme.md:7 2eb4e3478a5c4e958dc0b83fff22b7ef +msgid "" +"When you navigate to the Theme tab, the currently active theme will " +"appear on the top of the page. If you did not select a theme when adding " +"the site, this will be the Default theme." +msgstr "" + +#: ../../docs/sites/site_theme.md:9 0c0299bb7bab434a8fe267003bb8ecd5 +msgid "" +"A large image of the active appears on the left, with the theme Title, " +"creator, and a button for Theme Settings on the right." +msgstr "" + +#: ../../docs/sites/site_theme.md:11 201d6dc01d57434bae4a5d963a9bffd7 +msgid "" +"![Theme tab with Center Row as the current " +"theme](../sites/sitesfiles/sitetheme_tab.png)" +msgstr "" + +#: ../../docs/sites/site_theme.md:13 73d8d19904bb4cd6ba810175a21c4a0c +msgid "" +"Below the current theme are buttons for all other installed themes. The " +"buttons have a small image of the theme in action, the theme name, and a " +"link to the creator of the theme." +msgstr "" + +#: ../../docs/sites/site_theme.md:15 4a772e95984a4dea8ba1cc3b0166438b +msgid "" +"To switch themes, click on the theme which you want to use. It should " +"highlight slightly in gray, with a checkbox in the lower right-hand " +"corner of the theme button." +msgstr "" + +#: ../../docs/sites/site_theme.md:17 d1bf86c421e84c3aad007eea53b14344 +msgid "" +"![A selected theme showing the highlight and " +"checkmark](../sites/sitesfiles/sites_themeselect.png)" +msgstr "" + +#: ../../docs/sites/site_theme.md:19 98613d90977c4fe8b941663b2da67c28 +msgid "" +"Click the Save button in the upper right-hand corner of the window to " +"save changes. Click the Cancel button to leave without saving changes." +msgstr "" + +#: ../../docs/sites/site_theme.md:21 c849920465aa4b95ac781b5ccdc95e89 +msgid "Theme Settings" +msgstr "" + +#: ../../docs/sites/site_theme.md:23 50e330ebfbeb479ba84c47ae9f8bcd45 +msgid "" +"Theme settings allow you to customize aspects of the site's theme, such " +"as adding a logo to the top or writing footer text." +msgstr "" + +#: ../../docs/sites/site_theme.md:25 b392da9ad19d45df95af0d540290858d +msgid "" +"To edit the settings of your selected theme, click on the button labeled " +"*edit theme settings* to the right of the current theme thumbnail " +"(highlighted with an arrow in the below image)." +msgstr "" + +#: ../../docs/sites/site_theme.md:27 4401cca7565a4e35ac34893537da592b +msgid "![Theme settings button](../sites/sitesfiles/sitetheme_settings.png)" +msgstr "" + +#: ../../docs/sites/site_theme.md:29 ba9f1808ed0d4abbb054a00d62204be7 +msgid "" +"Note that your settings for a specific theme on a site will be saved even" +" if you change themes. For example, if you customized the footer for the " +"default theme, then switched to using The Daily for a while, then " +"switched back to the default theme, your custom footer would still be " +"there." +msgstr "" + +#: ../../docs/sites/site_theme.md:31 373293df822a4433ae0bfa2055486995 +msgid "Settings Options" +msgstr "" + +#: ../../docs/sites/site_theme.md:32 650c716c76d648389d331d313a22af3e +msgid "" +"Depending on which theme you have selected, you may see any of the " +"following setting options:" +msgstr "" + +#: ../../docs/sites/site_theme.md:34 605f9095a4a848499783fff21beb9d0d +msgid "Logo" +msgstr "" + +#: ../../docs/sites/site_theme.md:35 e2451e07352d4698a38c1d8241585d7e +msgid "" +"(All themes) Upload a asset (file) to function as a logo in the header of" +" your site. Allowed file types are: jpg, gif, png, svg, and svgz." +msgstr "" + +#: ../../docs/sites/site_theme.md:38 0dcd243b28384d3ba7f4a5e5ab5635f9 +msgid "" +"This asset is not associated with any of the items, and will be stored " +"separately; once uploaded to a site you will be able to select it again " +"without re-uploading even if you change themes for a while. Any asset " +"uploaded to one site will be available for all sites on the installation." +msgstr "" + +#: ../../docs/sites/site_theme.md:40 fffd03c9fd7f448f86f214d625473c62 +msgid "![Logo option](../sites/sitesfiles/sitetheme_logo.png)" +msgstr "" + +#: ../../docs/sites/site_theme.md:42 0482daf32f584042a09089507d4d78d2 +msgid "" +"To upload a logo, click the Select button. This will open a sidebar where" +" you can either upload a new file from your computer or choose from " +"assets already uploaded to the installation." +msgstr "" + +#: ../../docs/sites/site_theme.md:44 8f441b4c5fff4bb180e4cd899c6eb546 +msgid "![Logo option with sidebar open](../sites/sitesfiles/sitetheme_logo2.png)" +msgstr "" + +#: ../../docs/sites/site_theme.md:46 99cc2dccb95747d187722c2285d97b6d +msgid "" +"Note that the logo completely replaces the header, including the site " +"title, for the site, so you may want to consider an image with text if it" +" is important to you that users see the site title." +msgstr "" + +#: ../../docs/sites/site_theme.md:48 3fb52c00ab9745db8b9b69455cd5fc0e +msgid "" +"To remove a logo, click the *clear* button in that block (only visible " +"when a logo is active) and save changes." +msgstr "" + +#: ../../docs/sites/site_theme.md:50 0e371aea8f08442cb622816a01580cb3 +msgid "Footer Content" +msgstr "" + +#: ../../docs/sites/site_theme.md:51 1909287db77a4ead95e087c223fb1e7c +msgid "" +"(All themes) A text field in which you can enter content to appear in the" +" footer of the site." +msgstr "" + +#: ../../docs/sites/site_theme.md:54 80eb975ebc374758adf200829f9d0b8c +msgid "" +"![footer text field with prompt " +"visible](../sites/sitesfiles/sitetheme_footer.png)" +msgstr "" + +#: ../../docs/sites/site_theme.md:56 6ea9c0b798194a2e8083722656adffcd +msgid "By default the message is Powered by Omeka S." +msgstr "" + +#: ../../docs/sites/site_theme.md:58 7d4799e7eb2d42d38be34970cd212524 +msgid "You can add HTML formatting to the text by manually adding the tags." +msgstr "" + +#: ../../docs/sites/site_theme.md:61 0f2a15f184144b9fa7824f3e1e6a4b07 +msgid "Top Navigation Depth" +msgstr "" + +#: ../../docs/sites/site_theme.md:62 80fecda05d044635858f057cac0772b6 +msgid "" +"(Default, Cozy, Foundation) Top Navigation Depth allows you the limit the" +" depth of the top navigation menu on the public side of the site. The " +"default setting, 0, does not restrict the number of levels of the top " +"navigation menu. Setting it to one would only show the top-level pages or" +" links of your site." +msgstr "" + +#: ../../docs/sites/site_theme.md:65 cf569252062b4495bd2941c6b5570d66 +msgid "" +"![Theme settings with Top Navigation depth at " +"0](../sites/sitesfiles/sitetheme_depth.png)" +msgstr "" + +#: ../../docs/sites/site_theme.md:67 a1a309e5fe314c909589a34c03d77ac4 +msgid "Color Selection" +msgstr "" + +#: ../../docs/sites/site_theme.md:68 14a36104ddf64e76bd6a820bbec7cfc7 +msgid "(Default, Cozy, The Daily)" +msgstr "" + +#: ../../docs/sites/site_theme.md:70 1652f38abfb24d628a46388c795f2321 +msgid "" +"The themes Default, Cozy, and The Daily include an option to enter values" +" for the *main accent color*; Cozy also has an option for the *navigation" +" background color*." +msgstr "" + +#: ../../docs/sites/site_theme.md:72 f11d81dd90e44fc580bf130938ab6bab +msgid "![color option fields](../sites/sitesfiles/sitetheme_color.png)" +msgstr "" + +#: ../../docs/sites/site_theme.md:74 0362d5f67f1c48f186472766a372f3e8 +msgid "" +"The Main Accent color is used for link text and on-hover colors, as in " +"the image below: ![arrow points to instances of main accent color in " +"use](../sites/sitesfiles/sitetheme_mainaccent.png)" +msgstr "" + +#: ../../docs/sites/site_theme.md:77 53b4465910f547f4a18c5fdb6d6134a1 +msgid "" +"The navigation background color sets the color of the navigation sidebar " +"for the theme. ![arrow points to " +"sidebar](../sites/sitesfiles/sitetheme_navcolor.png)" +msgstr "" + +#: ../../docs/sites/site_theme.md:80 10a3afafa91e4a27a378c969f8630527 +msgid "" +"Edit either field by typing a [color " +"value](https://en.wikipedia.org/wiki/Web_colors) into the field. Either a" +" triplet or a six-character hexadecimal code will work. Once you have " +"entered a valid value, the color bar on the left will automatically " +"update to show the color entered, even without saving changes." +msgstr "" + +#: ../../docs/sites/site_theme.md:82 de83cd54338d4597a6aaffb513d8b90d +msgid "" +"The default values are stored in the prompt text for the field. For the " +"Cozy theme, the default values are: main accent color is `087b94` and " +"navigation background color is `bfdcdc`'" +msgstr "" + +#: ../../docs/sites/site_theme.md:84 4322f30b524a42eaa73f9f3289f0666a +msgid "Layout for Browse Pages" +msgstr "" + +#: ../../docs/sites/site_theme.md:85 ac98c85a817c4e1d88f678b408122df4 +msgid "" +"(Center Row, Foundation) Select how to display items within their browse " +"views." +msgstr "" + +#: ../../docs/sites/site_theme.md:88 4af859fd17c24319ab39bc54924a82f9 +msgid "" +"**Grid**: Items are organized into rows and columns. This is recommended " +"for items that prominently feature images." +msgstr "" + +#: ../../docs/sites/site_theme.md:89 35e3215fec424484a07eb3db533e436e +msgid "**List**: Items are stacked into a single column." +msgstr "" + +#: ../../docs/sites/site_theme.md:90 161307e37bcb4fccaa80fb594a2d7aa7 +msgid "" +"**Toggle (default: grid):** Site visitors can choose to display the " +"browse views as grids or lists, with grids as the default." +msgstr "" + +#: ../../docs/sites/site_theme.md:91 edd764cf840a4402857d362720c01ab1 +msgid "" +"**Toggle (default: list):** Site visitors can choose to display the " +"browse views as grids or lists, with lists as the default." +msgstr "" + +#: ../../docs/sites/site_theme.md:93 3eb819e38e1a4e5abe3fe98ba0e6759a +msgid "Foundation Theme Settings" +msgstr "" + +#: ../../docs/sites/site_theme.md:94 02a3875116ef488894f484347e3b4304 +msgid "" +"Foundation is theme which comes with a few default stylesheets for fast " +"prototyping or getting started with modifying themes. As a result it has " +"some unique settings. For more information on using Foundation, including" +" working with Sass, see the [theme ReadMe " +"file](https://github.com/omeka-s-themes/foundation-s/blob/master/README.md)." +msgstr "" + +#: ../../docs/sites/site_theme.md:96 01d18fc5977049799f346f9cb8e96282 +msgid "Settings not described above:" +msgstr "" + +#: ../../docs/sites/site_theme.md:97 0d0203acc28a4f9fbe658acd7d32f467 +msgid "**Stylesheet:** The theme provides 4 style options." +msgstr "" + +#: ../../docs/sites/site_theme.md:98 536d67fc307c4a71a8162306f6b479c7 +msgid "" +"**Default** uses ZURB Foundation's default styles for prototyping, which " +"are all viewable in their documentation under the [Kitchen " +"Sink](https://get.foundation/sites/docs/kitchen-sink.html)." +msgstr "" + +#: ../../docs/sites/site_theme.md:99 f3003982a75048b6a36823bbed260449 +msgid "" +"**Revolution** aims to capture the feel of old documents and juxtaposes " +"it with a bright red accent. It includes a textured paper background " +"image." +msgstr "" + +#: ../../docs/sites/site_theme.md:100 0d1843873ea74d5a8a5f9bd9d1210f8c +msgid "**Sea Foam** offers a clean, friendly look with a teal palette." +msgstr "" + +#: ../../docs/sites/site_theme.md:101 6b9c3e6798c64209a4e45b7c45896cac +msgid "" +"**Inkwell** features a high contrast serif family for its typography, as " +"well as sunny yellow accents." +msgstr "" + +#: ../../docs/sites/site_theme.md:102 28351f49f754402fa1ede8916d06a7bc +msgid "" +"**Navigation layouts:** Global navigation can display as a **horizontal " +"top bar with optional dropdown menus** or a **left vertical column**." +msgstr "" + +#: ../../docs/sites/site_theme.md:103 f26f53e4f5e3419997d6bfc86c3ea89f +msgid "" +"**Show Top Navigation Child Pages:** Toggle display of child pages within" +" the main navigation. If unchecked, only the top-level navigation will " +"display." +msgstr "" + +#: ../../docs/sites/site_theme.md:104 4a1f9e9806c546f494224c8e69d0628f +msgid "" +"**Layout for Show Pages:** Resource metadata can show display as " +"**stacked** with properties as headings above their values, or **inline**" +" with properties as headings inline with their values." +msgstr "" + +#: ../../docs/sites/site_theme.md:105 784a5af3446240db8cc2635ecf8d8995 +msgid "" +"**Truncate Body Property:** Set how much of the [browse body property]( )" +" displays on the browse page. You can:" +msgstr "" + +#: ../../docs/sites/site_theme.md:106 c291eab1f11746bfb51d57363ef7a54c +msgid "**Show full value** which displays all of the property text." +msgstr "" + +#: ../../docs/sites/site_theme.md:107 d2797f22a1aa42f3b89275b2b5b82bdb +msgid "" +"**Show 4 lines and fade out** which displays 4 lines of text with a fade " +"at the end of the text block." +msgstr "" + +#: ../../docs/sites/site_theme.md:108 cfa9e16bf29b435abdf85b31a8ea1cf4 +msgid "" +"**Show 4 lines and ellipses** which displays 4 lines of text concluding " +"with an ellipses (...)" +msgstr "" + +#: ../../docs/sites/site_theme.md:110 9d28547bc4004c38b381313c58a0c80a +msgid "Installing themes" +msgstr "" + +#: ../../docs/sites/site_theme.md:111 d9b2ff772d5545269c1bd8a913f5a42a +msgid "" +"In order to appear in the *Themes* tab for sites, themes must be manually" +" added to the `themes` folder of the installation, using an FTP program " +"or an ssh connection." +msgstr "" + +#: ../../docs/sites/site_theme.md:113 c1f2e2b7e2414089b3c7ca113b8380b4 +msgid "To add a theme to the site using FTP" +msgstr "" + +#: ../../docs/sites/site_theme.md:115 91e760db526c40eda1dafdb746dbdb2a +msgid "Download the zipped theme to your computer." +msgstr "" + +#: ../../docs/sites/site_theme.md:116 4345283c631144d3ae717948cf795e4a +msgid "" +"Open your FTP client, log on to the server that houses the Omeka S " +"install and navigate to the `/themes` folder (this should be located in " +"the main folder of the install)." +msgstr "" + +#: ../../docs/sites/site_theme.md:117 e5c8721241ed4540b95bf2c1507a6a43 +msgid "Upload the zipped theme to the `/themes` folder ." +msgstr "" + +#: ../../docs/sites/site_theme.md:118 955baa9697c44f7f944ab3f6447a6196 +msgid "Unzip the theme." +msgstr "" + +#: ../../docs/sites/site_theme.md:120 84e7e12f33ad497a9d51ae7ef6e5ba8d +msgid "" +"You can also use git to clone a theme directly from the git repository. " +"Do this only if you are comfortable with git." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/sites/site_users.po b/locales/fr/LC_MESSAGES/docs/sites/site_users.po new file mode 100644 index 00000000..abd62bf7 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/sites/site_users.po @@ -0,0 +1,80 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/sites/site_users.md:1 407ba79a9959474d8fb14f407361fa59 +msgid "User Permissions" +msgstr "" + +#: ../../docs/sites/site_users.md:3 b36a781491944b3b8597b29469ed732f +msgid "To add a user to a site, navigate to the *User Permissions* tab." +msgstr "" + +#: ../../docs/sites/site_users.md:5 71e5def4d60644b3911d1f70df483028 +msgid "" +"![User permissions tab with no added users and an alphabetical directory " +"on the right](../sites/sitesfiles/sites_users.png)" +msgstr "" + +#: ../../docs/sites/site_users.md:7 9e2b9d734e014f54967635bbb13a8fd7 +msgid "" +"A drawer on the right hand side of the screen shows all of the users for " +"your install, sorted by the first letter of their first name." +msgstr "" + +#: ../../docs/sites/site_users.md:9 7c959d2a7c4f460782003de22e48e184 +msgid "To add a user, click on their name." +msgstr "" + +#: ../../docs/sites/site_users.md:11 4e02e46c20204df8a454a2d900622fce +msgid "Then select their role from the dropdown:" +msgstr "" + +#: ../../docs/sites/site_users.md:13 3b81e3aba4114be3bdc2cf6f45edac13 +msgid "*Viewer:* user can see the site’s backend but cannot edit." +msgstr "" + +#: ../../docs/sites/site_users.md:14 9b73d32caedc4c598e6781c3147e4e43 +msgid "" +"*Creator:* user can access and edit the site’s backend (this role is " +"called \"Editor\" in Omeka S versions 1.x-2.x)." +msgstr "" + +#: ../../docs/sites/site_users.md:15 3bd75760590041b38980c4639dc6dd61 +msgid "" +"*Manager:* user has full administrative privileges for the site, " +"including adding users and deleting the site (this role is called " +"\"Admin\" in Omeka S versions 1.x-2.x)." +msgstr "" + +#: ../../docs/sites/site_users.md:17 352e04a3268c4dbebd8b249bac99a8ae +msgid "" +"You can add or revoke privileges for users by going back to the User " +"permissions tab and selecting or deselecting the boxes and clicking Save." +" Users can be deleted from the site by clicking the trash can icon on " +"their row." +msgstr "" + +#: ../../docs/sites/site_users.md:19 a94e768d2ed04d30aa274fdf30e47295 +msgid "" +"Once you've added one or more users, click the Save button located in the" +" upper right hand corner. To cancel your changes, click the Cancel button" +" in the upper right hand corner." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/docs/translateOmekaS.po b/locales/fr/LC_MESSAGES/docs/translateOmekaS.po new file mode 100644 index 00000000..fa3db089 --- /dev/null +++ b/locales/fr/LC_MESSAGES/docs/translateOmekaS.po @@ -0,0 +1,142 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" + +#: ../../docs/translateOmekaS.md:1 9ab28e25ddac472b8f59971b22df08ce +msgid "Translate Omeka S" +msgstr "" + +#: ../../docs/translateOmekaS.md:3 ac1df57578a346e3980f83d2adeb3f28 +msgid "" +"We need the community's help translating English text in Omeka S into new" +" languages, so users can have a variety of choices. You don't need to " +"know how to write code to help translate Omeka S, you just need to be " +"fluent in English and another language." +msgstr "" + +#: ../../docs/translateOmekaS.md:5 e5adfbd18b1843e98696484f1b90d944 +msgid "Getting Started" +msgstr "" + +#: ../../docs/translateOmekaS.md:7 c12b7f28d5784dfe98d977524ebd3f3b +msgid "Sign up on Transifex.com" +msgstr "" + +#: ../../docs/translateOmekaS.md:8 2ff577b9a1954f069fd0fbe160c36e1a +msgid "" +"Omeka S uses [Transifex.com](https://www.transifex.com) to manage " +"translations. To start helping to translate Omeka into other languages, " +"you will first need to [sign up for an " +"account](https://www.transifex.com/signup/). Transifex.net offers several" +" plans, but since Omeka is an open-source project, you can use the Free " +"plan." +msgstr "" + +#: ../../docs/translateOmekaS.md:10 de4431a11c634cdb9b1bee01458c0b47 +msgid "Join or start a language team" +msgstr "" + +#: ../../docs/translateOmekaS.md:11 aab4b3e6a362498fabd58dfc83fdba8c +msgid "" +"Once you have registered for an account, visit the [Omeka S project " +"page](https://www.transifex.com/omeka/omeka-s/) and click on the \"Help " +"Translate Omeka S\" or \"Join Team\" button." +msgstr "" + +#: ../../docs/translateOmekaS.md:13 44acf21d6e044d84b5edbd34826f5646 +msgid "" +"Here, you can choose among all the languages that are already being " +"worked on. If you want to start work on a translation into a new language" +" which isn't listed, you need to request that language first. Click " +"\"cancel\" and scroll down to the bottom of the page and click the " +"\"request language\" link, and select the language that you want to work " +"on." +msgstr "" + +#: ../../docs/translateOmekaS.md:15 98b79dfc18b644749086dde143f410fb +msgid "" +"On the other hand, if someone has already created a team for the language" +" you want to work on, click the name of the language, and on the next " +"screen click the \"Join this Team\" button. It will be up to the " +"coordinator to approve your request to be a member of the team." +msgstr "" + +#: ../../docs/translateOmekaS.md:17 080de5b8f5504e77a8f2b231305f1069 +msgid "" +"Once a coordinator has approved you to join the team, you can go to the " +"Omeka S dashboard and click on the \"Translate\" button to begin " +"translating." +msgstr "" + +#: ../../docs/translateOmekaS.md:19 a60fbd7325854b7e850c9b6437d3b34e +msgid "" +"If you want to check your translation or anything else you need to make " +"an mo file from your po file, you can do it with msgfmt from the [GNU " +"gettext package](http://www.gnu.org/software/gettext/)." +msgstr "" + +#: ../../docs/translateOmekaS.md:21 3b27482b9eab4406a3d735712214687a +msgid "" +"For Transifex-specific issues, please see their " +"[documentation](http://docs.transifex.com/)" +msgstr "" + +#: ../../docs/translateOmekaS.md:23 804835da6db547fb8ee53526fe4dc395 +msgid "Translation Guidelines" +msgstr "" + +#: ../../docs/translateOmekaS.md:25 b2f2efd9e3ef431f9b0a1a5e63789e83 +msgid "" +"Most of the strings to be translated in Omeka are straightforward and can" +" be translated directly. However, there are a few special cases that need" +" to be treated with care." +msgstr "" + +#: ../../docs/translateOmekaS.md:27 6904f09c3292443c87f0ea4d0ae07a7a +msgid "Placeholders" +msgstr "" + +#: ../../docs/translateOmekaS.md:28 dcc92d73c24249e1bbe8836af0ffdd07 +#, python-format +msgid "" +"Some strings contain text that looks like `%s` or `%1$s`. These odd-" +"looking bits of text are called **placeholders**. Placeholders are used " +"to allow Omeka to insert some changing piece of information, like the " +"number of items in an Omeka site, into a translated string." +msgstr "" + +#: ../../docs/translateOmekaS.md:30 4a9171b3c5834dac940d08b968a3a223 +msgid "" +"If a source string contains placeholders, you must include them in your " +"translation. You can move the placeholders around within the string, and " +"even change the order of numbered placeholders in the string, but all the" +" placeholders from the source string must appear in the translation." +msgstr "" + +#: ../../docs/translateOmekaS.md:32 31f94c0d86e14f8fb84e0ffbea0bccc9 +msgid "HTML and URLs" +msgstr "" + +#: ../../docs/translateOmekaS.md:33 00f16e2432784476831b7b520fe66682 +msgid "" +"A few strings contain embedded HTML code or URLs. You can translate and " +"change the plain English text in these strings, but you should preserve " +"any HTML tags or URLs." +msgstr "" + diff --git a/locales/fr/LC_MESSAGES/index.po b/locales/fr/LC_MESSAGES/index.po new file mode 100644 index 00000000..bd3a8972 --- /dev/null +++ b/locales/fr/LC_MESSAGES/index.po @@ -0,0 +1,40 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2021, Omeka Team +# This file is distributed under the same license as the Omeka S end user +# manual package. +# FIRST AUTHOR , 2021. +# +msgid "" +msgstr "" +"Project-Id-Version: Omeka S end user manual\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-06-28 08:33+0000\n" +"PO-Revision-Date: 2021-06-28 10:36+0200\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.1\n" +"Last-Translator: Julian Maurice \n" +"Language-Team: \n" +"Language: fr\n" +"X-Generator: Poedit 2.2.1\n" + +#: ../../index.rst:10 +msgid "Sites" +msgstr "Sites" + +#: ../../index.rst:17 +msgid "Resources" +msgstr "Ressources" + +#: ../../index.rst:24 +msgid "Admin" +msgstr "Admin" + +#: ../../index.rst:31 +msgid "Modules" +msgstr "Modules" + +#: ../../index.rst:2 cbb480058fc0454293d008ed32447cfc +msgid "Welcome to Omeka S end user manual's documentation!" +msgstr "Bienvenue dans la documentation Omeka S!" diff --git a/make.bat b/make.bat new file mode 100644 index 00000000..2119f510 --- /dev/null +++ b/make.bat @@ -0,0 +1,35 @@ +@ECHO OFF + +pushd %~dp0 + +REM Command file for Sphinx documentation + +if "%SPHINXBUILD%" == "" ( + set SPHINXBUILD=sphinx-build +) +set SOURCEDIR=. +set BUILDDIR=_build + +if "%1" == "" goto help + +%SPHINXBUILD% >NUL 2>NUL +if errorlevel 9009 ( + echo. + echo.The 'sphinx-build' command was not found. Make sure you have Sphinx + echo.installed, then set the SPHINXBUILD environment variable to point + echo.to the full path of the 'sphinx-build' executable. Alternatively you + echo.may add the Sphinx directory to PATH. + echo. + echo.If you don't have Sphinx installed, grab it from + echo.http://sphinx-doc.org/ + exit /b 1 +) + +%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% +goto end + +:help +%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% + +:end +popd diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index bac21a99..00000000 --- a/mkdocs.yml +++ /dev/null @@ -1,65 +0,0 @@ -site_name: Omeka S User Manual -theme: - name: 'readthedocs' - custom_dir: 'omeka/' - include_homepage_in_sidebar: false -repo_url: 'http://github.com/omeka/omeka-s-enduser' -extra_css: - - css/extra.css -markdown_extensions: - - toc: - permalink:  -nav: - - index.md - - accessibility.md - - s-planning-tips.md - - install.md - - admin-dashboard.md - - glossary.md - - search.md - - frontpage.md - - Sites: - - sites/index.md - - sites/site_settings.md - - sites/site_pages.md - - sites/site_navigation.md - - sites/site_resources.md - - sites/site_users.md - - sites/site_theme.md - - Resources: - - content/items.md - - content/item-sets.md - - content/media.md - - content/vocabularies.md - - content/resource-template.md - - Admin: - - admin/users.md - - admin/jobs.md - - admin/settings.md - - Modules: - - modules/index.md - - modules/collecting.md - - modules/csseditor.md - - modules/csvimport.md - - modules/customvocab.md - - modules/dspaceconnector.md - - modules/extracttext.md - - modules/fedoraconnector.md - - modules/filesideload.md - - modules/mapping.md - - modules/metadatabrowse.md - - modules/numericdatatypes.md - - modules/omeka2importer.md - - Scripto: - - modules/scripto/index.md - - modules/scripto/scriptoproject.md - - modules/scripto/themeingScripto.md - - modules/scripto/scriptoPublicView.md - - modules/scripto/troubleshootingScripto.md - - modules/sharing.md - - modules/valuesuggest.md - - modules/zoteroimport.md - - Miscellaneous: - - errorLogging.md - - translateOmekaS.md - - configuration.md diff --git a/translation.md b/translation.md new file mode 100644 index 00000000..c9210d16 --- /dev/null +++ b/translation.md @@ -0,0 +1,13 @@ +# How to translate documentation + +Steps to follow to translate in french: + +1. make gettext +2. sphinx-intl update --language fr +3. Translate the PO with Poedit +4. sphinx-intl build +5. make -e SPHINXOPTS="-D language='fr'" clean html + +## Sphinx configuration for translation + +https://www.sphinx-doc.org/en/3.x/usage/configuration.html#options-for-internationalization