Skip to content

Commit

Permalink
Updated language template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Nov 3, 2019
1 parent 759d82c commit 2c5e36d
Showing 1 changed file with 37 additions and 42 deletions.
79 changes: 37 additions & 42 deletions language/template.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Translation for the UniversalViewer module for Omeka S
# Copyright (C) 2016 BibLibre
# This file is distributed under the same license as the Omeka S package.
# Julian Maurice <julian.maurice@biblibre.com>, 2016.
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: UniversalViewer\n"
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-03 15:53+0100\n"
"POT-Creation-Date: 2019-11-04 00:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -17,62 +17,57 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: view/config-form.phtml:2
msgid "General parameters"
#: Module.php:65
msgid "The UniversalViewer library should be installed."
msgstr ""

#: view/config-form.phtml:5
msgid ""
"If checked, the viewer will be automatically appended to the collections or "
"items show page."
#: Module.php:66
msgid "See module’s installation documentation."
msgstr ""

#: view/config-form.phtml:6
#: Module.php:109
msgid ""
"Else, the viewer can be added via the helper in the theme or the shortcode "
"in any page."
msgstr ""

#: view/config-form.phtml:11
msgid "Append to \"Item set show\""
"The IIIF Server is active, so when no url is set, the viewer will use the "
"standard routes."
msgstr ""

#: view/config-form.phtml:25
msgid "Append to \"Item show\""
#: Module.php:110
msgid ""
"The IIIF Server is not active, so when no url is set, the viewer won’t be "
"displayed. Furthermore, the viewer won’t display lists of items."
msgstr ""

#: view/config-form.phtml:103
msgid "Integration of the viewer"
#: src/Generic/AbstractModule.php:518
#, php-format
msgid "This module requires the module \"%s\"."
msgstr ""

#: view/config-form.phtml:105
msgid ""
"These values allows to parameter the integration of the viewer in Omeka "
"pages."
#: src/Generic/AbstractModule.php:538
#, php-format
msgid "This module requires modules \"%s\"."
msgstr ""

#: view/config-form.phtml:106
#: src/Generic/AbstractModule.php:606
#, php-format
msgid ""
"The viewer itself can be configured via the file \"config.json\" and the "
"helper."
msgstr ""

#: view/config-form.phtml:112
msgid "Class of inline frame"
"The module \"%s\" was automatically deactivated because the dependencies are "
"unavailable."
msgstr ""

#: view/config-form.phtml:121
msgid "Class to add to the inline frame."
#: src/Form/SettingsFieldset.php:9 src/Site/BlockLayout/UniversalViewer.php:42
msgid "Universal Viewer"
msgstr ""

#: view/config-form.phtml:133
msgid "Width of inline frame"
#: src/Form/SettingsFieldset.php:18
msgid "Manifest property"
msgstr ""

#: view/config-form.phtml:148
msgid "Height of inline frame"
#: src/Form/SettingsFieldset.php:19
msgid ""
"The property supplying the manifest URL for the viewer, for example "
"\"dcterms:hasFormat\" or \"dcterms:isFormatOf\"."
msgstr ""

#: view/config-form.phtml:163
msgid "Locales of the viewer"
#: src/Form/SettingsFieldset.php:26
msgid "Select a property…"
msgstr ""

0 comments on commit 2c5e36d

Please sign in to comment.