# 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 , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-10-28 00:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: data/scripts/upgrade.php:57 Module.php:152 msgid "" "This version requires Archive Repertory 3.15.4 or greater (used for some 3D " "views)." msgstr "" #: Module.php:94 msgid "" "You should run \"composer install\" from the root of the module, or install " "a release with the dependencies." msgstr "" #: Module.php:95 Module.php:103 msgid "See module’s installation documentation." msgstr "" #: Module.php:102 msgid "The module requires an image processor (ImageMagick, Imagick or GD)." msgstr "" #: Module.php:119 msgid "Warning: The module Universal Viewer was not upgraded to version 3.4.3." msgstr "" #: Module.php:120 msgid "The settings are set to default." msgstr "" #: Module.php:124 msgid "The settings were upgraded from Universal Viewer 3.4.3." msgstr "" #: Module.php:125 msgid "You can now upgrade Universal Viewer to 3.5." msgstr "" #: Module.php:331 msgid "Process" msgstr "" #: Module.php:373 msgid "Automatic" msgstr "" #: src/Controller/ImageController.php:120 #: src/Controller/MediaController.php:101 msgid "" "The IIIF server cannot fulfill the request: the arguments are incorrect." msgstr "" #: src/Controller/ImageController.php:159 msgid "The source file is not an image." msgstr "" #: src/Controller/ImageController.php:275 msgid "" "The IIIF server encountered an unexpected error that prevented it from " "fulfilling the request: the file is not tiled for dynamic processing." msgstr "" #: src/Controller/ImageController.php:305 msgid "" "The IIIF server encountered an unexpected error that prevented it from " "fulfilling the request: the resulting file is not found or empty." msgstr "" #: src/Controller/ImageController.php:324 msgid "" "The IIIF server encountered an unexpected error that prevented it from " "fulfilling the request: the resulting file is empty or not found." msgstr "" #: src/Controller/ImageController.php:394 #: src/Controller/ImageController.php:425 #, php-format msgid "" "The IIIF server cannot fulfill the request: the region \"%s\" is incorrect." msgstr "" #: src/Controller/ImageController.php:463 #: src/Controller/ImageController.php:483 #: src/Controller/ImageController.php:506 #, php-format msgid "" "The IIIF server cannot fulfill the request: the size \"%s\" is incorrect." msgstr "" #: src/Controller/ImageController.php:556 #: src/Controller/ImageController.php:564 #, php-format msgid "" "The IIIF server cannot fulfill the request: the size \"%s\" is not supported." msgstr "" #: src/Controller/MediaController.php:125 msgid "" "The IXIF server encountered an unexpected error that prevented it from " "fulfilling the request: the requested format is not supported." msgstr "" #: src/Controller/MediaController.php:141 msgid "" "The IXIF server encountered an unexpected error that prevented it from " "fulfilling the request: the resulting file is not found." msgstr "" #: src/Form/ConfigForm.php:24 msgid "" "The module creates manifests with the properties from each resource (item " "set, item and media)." msgstr "" #: src/Form/ConfigForm.php:25 msgid "The properties below are used when some metadata are missing." msgstr "" #: src/Form/ConfigForm.php:26 msgid "In all cases, empty properties are not set." msgstr "" #: src/Form/ConfigForm.php:27 msgid "" "Futhermore, the event \"iiifserver.manifest\" is available to change any " "data." msgstr "" #: src/Form/ConfigForm.php:37 msgid "" "If any, the first metadata of the record will be added in all manifests and " "viewers for main description." msgstr "" #: src/Form/ConfigForm.php:38 msgid "It’s recommended to use \"Dublin Core:Bibliographic Citation\"." msgstr "" #: src/Form/ConfigForm.php:70 msgid "" "If any, and if there is no metadata for the property above, this text will " "be added in all manifests and viewers." msgstr "" #: src/Form/ConfigForm.php:71 msgid "It will be used as pop up in the Universal Viewer too, if enabled." msgstr "" #: src/Form/ConfigForm.php:83 msgid "" "If any, the first metadata of the resource will be added in all manifests " "and viewers to indicate the rights." msgstr "" #: src/Form/ConfigForm.php:84 msgid "It’s recommended to use \"dcterms:license\"." msgstr "" #: src/Form/ConfigForm.php:197 msgid "" "When a proxy or a firewall is used, or when the config is specific, it may " "be needed to change the base url." msgstr "" #: src/Form/ConfigForm.php:198 msgid "" "For example, when the server is secured, the \"http:\" urls may be replaced " "by \"https:\"." msgstr "" #: src/Form/ConfigForm.php:231 msgid "" "Generally, GD is a little faster than ImageMagick, but ImageMagick manages " "more formats." msgstr "" #: src/Form/ConfigForm.php:232 msgid "" "Nevertheless, the performance depends on your installation and your server." msgstr "" #: src/Form/ConfigForm.php:242 msgid "Set the maximum size in bytes for the dynamic processing of images." msgstr "" #: src/Form/ConfigForm.php:243 msgid "Beyond this limit, the plugin will require a tiled image." msgstr "" #: src/Form/ConfigForm.php:244 msgid "Let empty to allow processing of any image." msgstr "" #: src/Form/ConfigForm.php:260 msgid "" "Deep Zoom Image is a free proprietary format from Microsoft largely " "supported." msgstr "" #: src/Form/ConfigForm.php:261 msgid "" "Zoomify is an old format that was largely supported by proprietary softwares " "and free viewers." msgstr "" #: src/Form/ConfigForm.php:262 msgid "" "All formats are served as native by default, but may be served as IIIF too " "when a viewer request it." msgstr "" #: src/Form/ConfigForm.php:285 msgid "" "This query will be used to select all items whose attached images will be " "tiled in the background." msgstr "" #: src/Form/ConfigForm.php:286 msgid "Warning: The renderer of all tiled images will be set to \"tile\"." msgstr "" #: src/ImageServer/GD.php:77 msgid "The transformation of images via GD requires the PHP extension \"gd\"." msgstr "" #: src/ImageServer/GD.php:345 #, php-format msgid "" "GD failed to open the file \"%s\". Details:\n" "%s" msgstr "" #: src/ImageServer/ImageMagick.php:285 #, php-format msgid "" "ImageMagick failed to open the file \"%s\". Details:\n" "%s" msgstr "" #: src/ImageServer/Imagick.php:77 msgid "" "The transformation of images via ImageMagick requires the PHP extension " "\"imagick\"." msgstr "" #: src/ImageServer/Imagick.php:257 #, php-format msgid "" "Imagick failed to open the file \"%s\". Details:\n" "%s" msgstr "" #: src/Media/Ingester/Tile.php:135 msgid "The tiling will be built in the background: check jobs." msgstr "" #: src/View/Helper/IiifCollectionList.php:89 msgid "Dynamic list" msgstr "" #: src/View/Helper/IiifManifest.php:290 msgid "Download as PDF" msgstr "" #: src/View/Helper/IiifManifest.php:299 msgid "Download as XML" msgstr "" #: src/View/Helper/IiifManifest.php:754 msgid "Placeholder image" msgstr "" #: src/View/Helper/IiifManifest.php:1002 msgid "" "Unsupported extension. This manifest is being used as a wrapper for non-IIIF " "content (e.g., audio, video) and is unfortunately incompatible with IIIF " "viewers." msgstr "" #: Module.php:173 msgid "The tile dir is not defined and was not removed." msgstr "" #: Module.php:184 #, php-format msgid "The tile dir \"%s\" is not a real path and was not removed." msgstr "" #: Module.php:223 msgid "The tile dir is not defined and won’t be removed." msgstr "" #: Module.php:228 msgid "All tiles will be removed!" msgstr "" #: Module.php:230 #, php-format msgid "The tile dir \"%d\" is not a real path and cannot be removed." msgstr "" #: Module.php:237 msgid "WARNING" msgstr "" #: Module.php:244 #, php-format msgid "To keep the tiles, rename the dir \"%s\" before and after uninstall." msgstr "" #: Module.php:336 msgid "A query is needed to run the bulk tiler." msgstr "" #: Module.php:351 #, php-format msgid "" "Creating tiles for images attached to specified items, in background (%sjob #" "%d%s)" msgstr "" #: Module.php:394 src/Service/ControllerPlugin/TilerFactory.php:17 msgid "The tile dir is not defined." msgstr "" #: Module.php:405 #, php-format msgid "The directory \"%s\" cannot be created: a file exists." msgstr "" #: Module.php:411 #, php-format msgid "The directory \"%s\" is not writeable." msgstr "" #: Module.php:419 #, php-format msgid "The directory \"%s\" cannot be created." msgstr "" #: Module.php:427 #, php-format msgid "The tiles will be saved in the directory \"%s\"." msgstr "" #: Module.php:450 msgid "Tile dir is not defined, so media tiles cannot be removed." msgstr "" #: src/Form/ConfigForm.php:23 msgid "IIIF manifests" msgstr "" #: src/Form/ConfigForm.php:36 msgid "Property to use for Description" msgstr "" #: src/Form/ConfigForm.php:45 src/Form/ConfigForm.php:61 #: src/Form/ConfigForm.php:91 msgid "Select a property…" msgstr "" #: src/Form/ConfigForm.php:53 msgid "Property to use for Attribution" msgstr "" #: src/Form/ConfigForm.php:54 msgid "" "If any, the first metadata of the resource will be added in all manifests " "and viewers to indicate the attribution." msgstr "" #: src/Form/ConfigForm.php:69 msgid "Default attribution" msgstr "" #: src/Form/ConfigForm.php:82 msgid "Property to use for license" msgstr "" #: src/Form/ConfigForm.php:99 msgid "Default license" msgstr "" #: src/Form/ConfigForm.php:100 msgid "" "If any, and if there is no metadata for the element above, this text will be " "added in all manifests and viewers to indicate the license." msgstr "" #: src/Form/ConfigForm.php:111 msgid "Logo" msgstr "" #: src/Form/ConfigForm.php:112 msgid "" "If any, this url to an image will be used as logo and displayed in the right " "panel of the Universal Viewer." msgstr "" #: src/Form/ConfigForm.php:123 msgid "Link for descriptive metadata" msgstr "" #: src/Form/ConfigForm.php:124 msgid "" "Some viewers display urls (for resources and uris) as plain text. This " "option presents them as a html link." msgstr "" #: src/Form/ConfigForm.php:136 msgid "Limit properties for collection in manifest" msgstr "" #: src/Form/ConfigForm.php:137 src/Form/ConfigForm.php:157 #: src/Form/ConfigForm.php:177 msgid "If empty, all public values will be output." msgstr "" #: src/Form/ConfigForm.php:148 src/Form/ConfigForm.php:168 #: src/Form/ConfigForm.php:188 msgid "Select one or more properties…" msgstr "" #: src/Form/ConfigForm.php:156 msgid "Limit properties for item in manifest" msgstr "" #: src/Form/ConfigForm.php:176 msgid "Limit properties for media in manifest" msgstr "" #: src/Form/ConfigForm.php:196 msgid "Force base of url (from)" msgstr "" #: src/Form/ConfigForm.php:209 msgid "Force base of url (to)" msgstr "" #: src/Form/ConfigForm.php:220 msgid "Image server" msgstr "" #: src/Form/ConfigForm.php:221 msgid "Images may be processed internally before to be sent to browser." msgstr "" #: src/Form/ConfigForm.php:230 msgid "Image processor" msgstr "" #: src/Form/ConfigForm.php:241 msgid "Max dynamic size for images" msgstr "" #: src/Form/ConfigForm.php:252 msgid "Deep Zoom Image" msgstr "" #: src/Form/ConfigForm.php:253 msgid "Zoomify" msgstr "" #: src/Form/ConfigForm.php:259 msgid "Tiling type" msgstr "" #: src/Form/ConfigForm.php:274 msgid "Bulk tiler" msgstr "" #: src/Form/ConfigForm.php:275 msgid "Imported files can be tiled via a background job." msgstr "" #: src/Form/ConfigForm.php:298 msgid "Remove existing tiles" msgstr "" #: src/Form/ConfigForm.php:299 msgid "If checked, existing tiles will be removed, else they will be skipped." msgstr "" #: src/Form/ConfigForm.php:310 msgid "Run in background" msgstr "" #: src/Form/ConfigForm.php:407 msgid "Automatic (GD when possible, else Imagick, else command line)" msgstr "" #: src/Form/ConfigForm.php:409 msgid "GD (php extension)" msgstr "" #: src/Form/ConfigForm.php:412 msgid "Imagick (php extension)" msgstr "" #: src/Form/ConfigForm.php:414 msgid "ImageMagick (command line)" msgstr "" #: src/Media/Ingester/Tile.php:50 msgid "Tiler" msgstr "" #: src/Media/Ingester/Tile.php:133 msgid "Upload image to tile in background" msgstr "" #: src/Media/Ingester/Tile.php:188 #, php-format msgid "" "Error validating \"%s\". The file to tile should be an image, not \"%s\"." msgstr "" #: src/Media/Renderer/Tile.php:41 #, php-format msgid "No tile or no properties for media #%d." msgstr "" #: src/Media/Renderer/Tile.php:77 #, php-format msgid "Invalid data for media #%d." msgstr "" #: src/Job/BulkTiler.php:42 msgid "No item selected. You may check your query." msgstr "" #: src/Job/BulkTiler.php:50 msgid "All items cannot be tiled all at once. You may check your query." msgstr "" #: src/Job/BulkTiler.php:56 #, php-format msgid "Starting bulk tiling for %d items." msgstr "" #: src/Job/BulkTiler.php:78 #, php-format msgid "The job \"Bulk Tiler\" was stopped: %d/%d resources processed." msgstr "" #: src/Job/BulkTiler.php:91 #, php-format msgid "Starting tiling media #%d." msgstr "" #: src/Job/BulkTiler.php:98 #, php-format msgid "Media #%d skipped: already tiled." msgstr "" #: src/Job/BulkTiler.php:112 #, php-format msgid "Renderer \"%s\" of media #%d updated to \"tile\"." msgstr "" #: src/Job/BulkTiler.php:118 #, php-format msgid "End tiling media #%d." msgstr "" #: src/Job/BulkTiler.php:125 #, php-format msgid "Error during tiling of media #%d." msgstr "" #: src/Job/BulkTiler.php:143 #, php-format msgid "" "End of bulk tiling: %d/%d items processed, %d files tiled, %d errors, %d " "skipped on a total of %d images." msgstr "" #: src/Job/Tiler.php:16 msgid "The media to tile cannot be identified." msgstr "" #: src/Job/Tiler.php:26 msgid "The media file to tile cannot be found." msgstr "" #: src/Job/Tiler.php:117 #, php-format msgid "An error occurred during the tiling of media #%d." msgstr "" #: src/Mvc/Controller/Plugin/ImageSize.php:59 #, php-format msgid "Failed to get image resolution: %s" msgstr "" #: src/Mvc/Controller/Plugin/TileBuilder.php:45 msgid "Source is empty." msgstr "" #: src/Mvc/Controller/Plugin/TileBuilder.php:50 #, php-format msgid "Source file \"%s\" is not readable." msgstr "" #: src/Mvc/Controller/Plugin/TileBuilder.php:56 msgid "Destination is empty." msgstr "" #: src/Mvc/Controller/Plugin/TileBuilder.php:81 #, php-format msgid "The type of tiling \"%s\" is not supported by the tile builder." msgstr "" #: src/Mvc/Controller/Plugin/Tiler.php:51 #, php-format msgid "The file \"%s\" of media #%d is missing" msgstr "" #: src/Mvc/Controller/Plugin/Tiler.php:76 #, php-format msgid "The tiler failed: %s" msgstr "" #: config/module.config.php:374 msgid "Provided by Example Organization" msgstr ""