git-svn-id: https://192.168.0.254/svn/Proyectos.ConstruccionesCNJ_Web/trunk@5 a1d75475-e439-6a4c-b115-a3aab481e8ec
55 lines
1.9 KiB
Plaintext
55 lines
1.9 KiB
Plaintext
# $Id: strings.raw 15342 2006-12-01 21:14:46Z andy_st $
|
|
|
|
/* module.inc */
|
|
gettext("Gd")
|
|
gettext("Gd Graphics Toolkit")
|
|
gettext("Graphics Toolkits")
|
|
|
|
/* classes/GdToolkitHelper.class */
|
|
gettext("Convert to a JPEG")
|
|
/* 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")
|
|
/* xgettext:no-c-format */
|
|
gettext("target height (# pixels or #% of full size)")
|
|
gettext("Resize the image to the target dimensions")
|
|
gettext("rotation degrees")
|
|
gettext("Rotate the image")
|
|
gettext("left edge %")
|
|
gettext("top edge %")
|
|
gettext("width %")
|
|
gettext("height %")
|
|
gettext("Crop the image")
|
|
gettext("overlay path")
|
|
gettext("overlay mime type")
|
|
gettext("overlay width")
|
|
gettext("overlay height")
|
|
gettext("alignment type")
|
|
gettext("alignment x %")
|
|
gettext("alignment y %")
|
|
gettext("Overlay source image with a second one")
|
|
gettext("target size in kb")
|
|
gettext("Reduce image quality to reach target file size")
|
|
gettext("Get the width and height of the image")
|
|
|
|
/* templates/AdminGd.tpl */
|
|
gettext("Gd Settings")
|
|
gettext("Settings saved successfully")
|
|
gettext("Gd is a graphics toolkit that can be used to process images that you upload to Gallery. The GD-library should be compiled in your PHP (--with-gd).")
|
|
gettext("JPEG Quality:")
|
|
gettext("Save")
|
|
gettext("Cancel")
|
|
gettext("Reset")
|
|
gettext("GD library version")
|
|
gettext("GD version")
|
|
gettext("Required")
|
|
gettext("Pass/fail")
|
|
gettext("bundled")
|
|
gettext("Failed")
|
|
gettext("This GD version is too old and is not supported by this module! Please upgrade your PHP installation to include the latest GD version.")
|
|
gettext("Passed")
|
|
gettext("You don't seem to have the GD library available on this PHP installation.")
|
|
gettext("Supported MIME Types")
|
|
gettext("The Gd module will support files with the following MIME types:")
|