git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
48 lines
2.1 KiB
Plaintext
48 lines
2.1 KiB
Plaintext
# $Id: strings.raw 15342 2006-12-01 21:14:46Z andy_st $
|
|
|
|
/* module.inc */
|
|
gettext("Thumbnail Manager") /* also in: templates/ThumbnailSiteAdmin.tpl */
|
|
gettext("Set default thumbnails for non-image items")
|
|
gettext("Display")
|
|
gettext("Thumbnails")
|
|
|
|
/* classes/ThumbnailHelper.class */
|
|
/* xgettext:no-c-format */
|
|
gettext("target width (# pixels or #% of full size)")
|
|
gettext("(optional) target height, defaults to same as width")
|
|
gettext("Scale the image to the target size, maintain aspect ratio")
|
|
|
|
/* templates/CustomThumbnail.tpl */
|
|
gettext("Custom Thumbnail")
|
|
gettext("Remove custom thumbnail for this item")
|
|
gettext("Upload a JPEG image to use as the thumbnail for this item.")
|
|
gettext("Image does not need to be thumbnail size; it will be resized as needed.")
|
|
gettext("No toolkit available for resizing so uploaded image must be thumbnail sized.")
|
|
gettext("Missing image file") /* also in: templates/ThumbnailSiteAdmin.tpl */
|
|
gettext("Thumbnail image must be a JPEG") /* also in: templates/ThumbnailSiteAdmin.tpl */
|
|
|
|
/* templates/ThumbnailSiteAdmin.tpl */
|
|
gettext("New image added successfully")
|
|
gettext("New setting added successfully")
|
|
gettext("Image deleted successfully")
|
|
gettext("Setting deleted successfully")
|
|
gettext("Mime type already assigned")
|
|
gettext("Missing mime type")
|
|
gettext("Warning: Other modules provide thumbnail support for some types. Remove settings below for these mime types to ensure other modules are used:")
|
|
gettext("The thumbnail images shown below will be used for new items added to Gallery with the listed mime types.")
|
|
gettext("Mime Types")
|
|
gettext("File")
|
|
gettext("Image")
|
|
gettext("Action")
|
|
gettext("delete")
|
|
gettext("Delete this image?")
|
|
gettext("(Will not remove thumbnails from existing items using this image, but those items will be unable to rebuild thumbs)")
|
|
gettext("Thumbnail support provided by module:")
|
|
gettext("New Setting")
|
|
gettext("Images do not need to be thumbnail size; they will be resized as needed.")
|
|
gettext("Default thumbnail for mime type:")
|
|
gettext("« Choose type or enter above »")
|
|
gettext("New jpeg file:")
|
|
gettext("Existing image:")
|
|
gettext("Save")
|