[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/image/contrib/image_im_advanced/translations/ -> image_im_advanced.pot (source)

   1  # $Id: image_im_advanced.pot,v 1.5 2010/01/06 11:38:59 goofyx Exp $
   2  #
   3  # LANGUAGE translation of Drupal (general)
   4  # Copyright YEAR NAME <EMAIL@ADDRESS>
   5  # Generated from files:
   6  #  image_im_advanced.module,v 1.7 2009/03/06 01:40:10 sun
   7  #  image_im_advanced.install,v 1.4 2009/03/06 01:40:10 sun
   8  #  image_im_advanced.info,v 1.2 2008/01/06 22:15:25 drewish
   9  #
  10  #, fuzzy
  11  msgid ""
  12  msgstr ""
  13  "Project-Id-Version: PROJECT VERSION\n"
  14  "POT-Creation-Date: 2010-01-06 13:36+0200\n"
  15  "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
  16  "Last-Translator: NAME <EMAIL@ADDRESS>\n"
  17  "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
  18  "MIME-Version: 1.0\n"
  19  "Content-Type: text/plain; charset=utf-8\n"
  20  "Content-Transfer-Encoding: 8bit\n"
  21  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  22  
  23  #: image_im_advanced.module:33 image_im_advanced.install:13
  24  msgid "ImageMagick advanced options"
  25  msgstr ""
  26  
  27  #: image_im_advanced.module:35
  28  msgid "These settings let you control some of ImageMagick's more advanced options."
  29  msgstr ""
  30  
  31  #: image_im_advanced.module:41
  32  msgid "JPEG quality"
  33  msgstr ""
  34  
  35  #: image_im_advanced.module:45;81
  36  msgid "%"
  37  msgstr ""
  38  
  39  #: image_im_advanced.module:46
  40  msgid "Define the image quality for JPEG manipulations. Ranges from 0 to 100. Higher values mean better image quality but bigger files. <a href=\"@link\">More information on -quality</a>."
  41  msgstr ""
  42  
  43  #: image_im_advanced.module:50
  44  msgid "Strip metadata from images at this size and below"
  45  msgstr ""
  46  
  47  #: image_im_advanced.module:52
  48  msgid "You may choose to strip all metadata, such as camera information and color profiles, from the processed images in order to reduce their file size. Please choose at what maximum size you want images to be stripped of their metadata. Example: \"150x150\". Enter \"0x0\" to disable this feature. This option requires ImageMagick 6.0.0 or higher. <a href=\"@link\">More information on -strip</a>."
  49  msgstr ""
  50  
  51  #: image_im_advanced.module:56
  52  msgid "Convert colorspace"
  53  msgstr ""
  54  
  55  #: image_im_advanced.module:58
  56  msgid "- None -"
  57  msgstr ""
  58  
  59  #: image_im_advanced.module:58
  60  msgid "RGB"
  61  msgstr ""
  62  
  63  #: image_im_advanced.module:58
  64  msgid "Gray"
  65  msgstr ""
  66  
  67  #: image_im_advanced.module:59
  68  msgid "This option lets you convert images to the specified colorspace. This will be overridden by the Color profile option, if used. <a href=\"@link\">More information on -colorspace</a>."
  69  msgstr ""
  70  
  71  #: image_im_advanced.module:63
  72  msgid "Change image resolution to 72 ppi"
  73  msgstr ""
  74  
  75  #: image_im_advanced.module:65
  76  msgid "If checked, this option will set the print resolution of the image to 72 pixels per inch, which is suitable for web use. This does not affect the pixel size or quality of the image. <a href=\"@link\">More information on -density</a>."
  77  msgstr ""
  78  
  79  #: image_im_advanced.module:70
  80  msgid "Sharpening filter"
  81  msgstr ""
  82  
  83  #: image_im_advanced.module:73
  84  msgid "The sharpness filter is used to regain some of the sharpness that is always lost when a digital photograph is scaled down. This is equivalent to the commonly used \"Unsharp Mask\" filter. It is important that these values are not set too high as it can easily make the images look artificial. <a href=\"@link\">More information on -unsharp</a>."
  85  msgstr ""
  86  
  87  #: image_im_advanced.module:77
  88  msgid "Sharpness filter strength"
  89  msgstr ""
  90  
  91  #: image_im_advanced.module:82
  92  msgid "Apply this percentage of sharpness when scaling. 90 is recommended, although values higher than 100 are also valid. Set to 0 to disable this feature."
  93  msgstr ""
  94  
  95  #: image_im_advanced.module:86
  96  msgid "Sharpness filter radius"
  97  msgstr ""
  98  
  99  #: image_im_advanced.module:90
 100  msgid "Use this pixel radius for the sharpness filter. 0.9 is recommended."
 101  msgstr ""
 102  
 103  #: image_im_advanced.module:95
 104  msgid "Color profile"
 105  msgstr ""
 106  
 107  #: image_im_advanced.module:98
 108  msgid "Processed images may be converted to a color profile specified here. This is especially important when working with images that use a wide-gamut color profile such as ColorMatch or Adobe RGB, which is often the case with professional photography. sRGB (which may be downloaded from <a href=\"http://www.color.org/profiles.html\">ICC</a>) is recommended since it is likely to look good on most displays.<br />Note that this conversion is still useful even if you choose to strip all metadata from your images (see above). This is because the conversion happens first and changes the actual image data before the profile is stripped."
 109  msgstr ""
 110  
 111  #: image_im_advanced.module:102
 112  msgid "Path to color profile"
 113  msgstr ""
 114  
 115  #: image_im_advanced.module:104
 116  msgid "The path to a color profile file that all scaled down images will be converted to. Leave empty to disable."
 117  msgstr ""
 118  
 119  #: image_im_advanced.module:121
 120  msgid "The JPEG quality must be a positive number between 1 and 100."
 121  msgstr ""
 122  
 123  #: image_im_advanced.module:126
 124  msgid "The strip metadata threshold must be specified in the form <em>NxN</em>. Example: <em>150x150</em>."
 125  msgstr ""
 126  
 127  #: image_im_advanced.module:132
 128  msgid "The sharpness amount must be specified as a positive number."
 129  msgstr ""
 130  
 131  #: image_im_advanced.module:135
 132  msgid "The sharpness radius must be specified as a positive value."
 133  msgstr ""
 134  
 135  #: image_im_advanced.module:141
 136  msgid "The ICC profile could not be read."
 137  msgstr ""
 138  
 139  #: image_im_advanced.install:16
 140  msgid "ImageMagick image toolkit is not properly installed"
 141  msgstr ""
 142  
 143  #: image_im_advanced.install:17
 144  msgid "The %toolkit_inc file must be copied to %inc_dir in order for the ImageMagick image toolkit to function."
 145  msgstr ""
 146  
 147  #: image_im_advanced.install:24
 148  msgid "ImageMagic image toolkit is not selected."
 149  msgstr ""
 150  
 151  #: image_im_advanced.install:25
 152  msgid "The ImageMagic image toolkit is not selected. The advanced options only apply to the ImageMagick toolkit. Select the image toolkit <a href=\"@toolkit\">here</a>."
 153  msgstr ""
 154  
 155  #: image_im_advanced.install:32
 156  msgid "ImageMagick convert utility not found."
 157  msgstr ""
 158  
 159  #: image_im_advanced.install:33
 160  msgid "The ImageMagick image convert utility (@convert) does not exist. If you have ImageMagick installed, click <a href=\"@toolkit\">here</a> to provide the path to the convert utility."
 161  msgstr ""
 162  
 163  #: image_im_advanced.install:37
 164  msgid "ImageMagick image toolkit is selected."
 165  msgstr ""
 166  
 167  #: image_im_advanced.info:0
 168  msgid "ImageMagick Advanced Options"
 169  msgstr ""
 170  
 171  #: image_im_advanced.info:0
 172  msgid "Adds advanced options to the ImageMagick image toolkit."
 173  msgstr ""
 174  
 175  #: image_im_advanced.info:0
 176  msgid "Image"
 177  msgstr ""
 178  


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7