[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

   1  # $Id: image.pot,v 1.5 2010/01/06 11:30:44 goofyx Exp $
   2  #
   3  # LANGUAGE translation of Drupal (general)
   4  # Copyright YEAR NAME <EMAIL@ADDRESS>
   5  # Generated from files:
   6  #  image.admin.inc,v 1.9 2009/10/13 08:38:52 joachim
   7  #  image_handler_relationship_node_image_file.inc,v 1.1 2009/05/01 22:29:47 sun
   8  #  image_plugin_argument_validate_image_size.inc,v 1.2 2009/08/26 18:41:44 joachim
   9  #  image.imagemagick.inc,v 1.24 2009/03/06 01:40:09 sun
  10  #  image.module,v 1.322 2009/09/13 20:21:04 joachim
  11  #  image.info,v 1.5 2008/01/06 22:15:24 drewish
  12  #  image.views.inc,v 1.4 2009/08/27 12:10:57 joachim
  13  #  image.install,v 1.33 2009/09/05 15:12:00 joachim
  14  #  image_handler_argument_image_node_image_size.inc,v 1.1 2009/08/26 18:41:44 joachim
  15  #  image_handler_field_image_node_image.inc,v 1.3 2009/08/26 14:42:04 joachim
  16  #  image_plugin_argument_default_image_size.inc,v 1.1 2009/08/26 18:41:44 joachim
  17  #
  18  #, fuzzy
  19  msgid ""
  20  msgstr ""
  21  "Project-Id-Version: PROJECT VERSION\n"
  22  "POT-Creation-Date: 2010-01-06 13:21+0200\n"
  23  "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
  24  "Last-Translator: NAME <EMAIL@ADDRESS>\n"
  25  "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
  26  "MIME-Version: 1.0\n"
  27  "Content-Type: text/plain; charset=utf-8\n"
  28  "Content-Transfer-Encoding: 8bit\n"
  29  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  30  
  31  #: image.admin.inc:15
  32  msgid "Image file settings"
  33  msgstr ""
  34  
  35  #: image.admin.inc:19
  36  msgid "Default image path"
  37  msgstr ""
  38  
  39  #: image.admin.inc:21
  40  msgid "Subdirectory in the directory %dir where pictures will be stored. Do not include trailing slash."
  41  msgstr ""
  42  
  43  #: image.admin.inc:26
  44  msgid "Maximum upload size"
  45  msgstr ""
  46  
  47  #: image.admin.inc:28
  48  msgid "KB"
  49  msgstr ""
  50  
  51  #: image.admin.inc:30
  52  msgid "Maximum file size for image uploads. When a maximum image dimensions is specified for original images the size is checked after resizing."
  53  msgstr ""
  54  
  55  #: image.admin.inc:35 views/image_handler_relationship_node_image_file.inc:27 views/image_plugin_argument_validate_image_size.inc:31
  56  msgid "Image sizes"
  57  msgstr ""
  58  
  59  #: image.admin.inc:38
  60  msgid "The <em>Scale image</em> operation resizes images so that they fit with in the given dimensions. If only one dimension is specified the other dimension will be computed based on the image's aspect ratio. The <em>Scale and crop image</em> operation resizes images to be exactly the given dimensions. If only one dimension is specified the image will not be cropped, making this is equivalent to <em>Scale image</em>."
  61  msgstr ""
  62  
  63  #: image.admin.inc:39
  64  msgid "Note: 'Original' dimensions will only be used to resize images when they are first uploaded. Existing originals will not be modified."
  65  msgstr ""
  66  
  67  #: image.admin.inc:43
  68  msgid "Hidden"
  69  msgstr ""
  70  
  71  #: image.admin.inc:44
  72  msgid "Same window"
  73  msgstr ""
  74  
  75  #: image.admin.inc:45
  76  msgid "New window"
  77  msgstr ""
  78  
  79  #: image.admin.inc:80
  80  msgid "Scale image"
  81  msgstr ""
  82  
  83  #: image.admin.inc:80
  84  msgid "Scale and crop image"
  85  msgstr ""
  86  
  87  #: image.admin.inc:117
  88  msgid "You must specify width, height or both dimensions."
  89  msgstr ""
  90  
  91  #: image.admin.inc:128;131
  92  msgid "You have specified an invalid directory."
  93  msgstr ""
  94  
  95  #: image.admin.inc:182
  96  msgid "Changes to the images sizes mean that the derivative images will need to be regenerated."
  97  msgstr ""
  98  
  99  #: image.admin.inc:188
 100  msgid "Label"
 101  msgstr ""
 102  
 103  #: image.admin.inc:188
 104  msgid "Operation"
 105  msgstr ""
 106  
 107  #: image.admin.inc:188
 108  msgid "Width"
 109  msgstr ""
 110  
 111  #: image.admin.inc:188
 112  msgid "Height"
 113  msgstr ""
 114  
 115  #: image.admin.inc:188
 116  msgid "Link"
 117  msgstr ""
 118  
 119  #: image.imagemagick.inc:19
 120  msgid "ImageMagick binary"
 121  msgstr ""
 122  
 123  #: image.imagemagick.inc:21
 124  msgid "ImageMagick is a standalone program used to manipulate images. To use it, it must be installed on your server and you need to know where it is located. If you are unsure of the exact path consult your ISP or server administrator."
 125  msgstr ""
 126  
 127  #: image.imagemagick.inc:25
 128  msgid "Path to the \"convert\" binary"
 129  msgstr ""
 130  
 131  #: image.imagemagick.inc:28
 132  msgid "Specify the complete path to the ImageMagic <kbd>convert</kbd> binary. For example: <kbd>/usr/bin/convert</kbd> or <kbd>C:\\Program Files\\ImageMagick-6.3.4-Q16\\convert.exe</kbd>."
 133  msgstr ""
 134  
 135  #: image.imagemagick.inc:32
 136  msgid "Display debugging information"
 137  msgstr ""
 138  
 139  #: image.imagemagick.inc:34
 140  msgid "Checking this option will display the ImageMagick commands and ouput to users with the <em>administer site configuration</em> permission."
 141  msgstr ""
 142  
 143  #: image.imagemagick.inc:60
 144  msgid "No file %file could be found. PHP's <a href='@open_basedir'>open_basedir</a> security restriction is set to %open_basedir, which may be interfering with the attempts to locate ImageMagick."
 145  msgstr ""
 146  
 147  #: image.imagemagick.inc:63
 148  msgid "The specified ImageMagic path %file does not exist."
 149  msgstr ""
 150  
 151  #: image.imagemagick.inc:141
 152  msgid "ImageMagick could not be found. The admin will need to set the path on the <a href='@image-toolkit-settings'>image toolkit page</a>."
 153  msgstr ""
 154  
 155  #: image.imagemagick.inc:171
 156  msgid "ImageMagick command: @command"
 157  msgstr ""
 158  
 159  #: image.imagemagick.inc:172
 160  msgid "ImageMagick output: @output"
 161  msgstr ""
 162  
 163  #: image.imagemagick.inc:176
 164  msgid "ImageMagick reported an error: %error."
 165  msgstr ""
 166  
 167  #: image.module:18
 168  msgid "The Image module is used to create and administer images for your site. Each image is stored as a post, with thumbnails of the original generated automatically. There are two default derivative image sizes, \"thumbnail\" and \"preview\". The \"thumbnail\" size is shown as preview image in posts and when browsing image galleries. The \"preview\" size is the default size when viewing an image node page."
 169  msgstr ""
 170  
 171  #: image.module:19
 172  msgid "The settings page for Image module allows the image directory and the image sizes to be configured."
 173  msgstr ""
 174  
 175  #: image.module:20
 176  msgid "Image module ships with contributed modules. Their settings can be accessed from the image settings page."
 177  msgstr ""
 178  
 179  #: image.module:22
 180  msgid "Image attach is used to add an existing or new image to a node. The selected image will show up in a predefined spot on the selected node."
 181  msgstr ""
 182  
 183  #: image.module:23
 184  msgid "Image gallery is used to organize and display images in galleries. The list tab allows users to edit existing image gallery names, descriptions, parents and relative position, known as a weight. The add galleries tab allows you to create a new image gallery defining name, description, parent and weight. If the <a href=\"@views-url\">Views module</a> is installed, then the Image gallery module settings are mostly replaced by settings of the view."
 185  msgstr ""
 186  
 187  #: image.module:24
 188  msgid "Image import is used to import batches of images. The administration page lets you define the folder from which images will be imported."
 189  msgstr ""
 190  
 191  #: image.module:25
 192  msgid "The separate <a href=\"@img-assist-url\">Image assist module</a> can be installed to upload and insert images into posts."
 193  msgstr ""
 194  
 195  #: image.module:27
 196  msgid "You can:"
 197  msgstr ""
 198  
 199  #: image.module:29
 200  msgid "Configure image sizes and file directories at <a href=\"@image-settings-url\">Administer &raquo; Site configuration &raquo; Image</a>."
 201  msgstr ""
 202  
 203  #: image.module:31
 204  msgid "For more information, see the online handbook entry for <a href=\"@image-url\">Image module</a>."
 205  msgstr ""
 206  
 207  #: image.module:73;355;1126 image.info:0;0 views/image.views.inc:21;36;79;115;117
 208  msgid "Image"
 209  msgstr ""
 210  
 211  #: image.module:75
 212  msgid "An image (with thumbnail). This is ideal for publishing photographs or screenshots."
 213  msgstr ""
 214  
 215  #: image.module:163;361
 216  msgid "Rebuild derivative images"
 217  msgstr ""
 218  
 219  #: image.module:260;278
 220  msgid "Latest image"
 221  msgstr ""
 222  
 223  #: image.module:261;284
 224  msgid "Random image"
 225  msgstr ""
 226  
 227  #: image.module:267
 228  msgid "Number of images to display"
 229  msgstr ""
 230  
 231  #: image.module:300;933 image.install:209
 232  msgid "Thumbnail"
 233  msgstr ""
 234  
 235  #: image.module:357
 236  msgid "Select an image to upload."
 237  msgstr ""
 238  
 239  #: image.module:363
 240  msgid "Check this to rebuild the derivative images for this node."
 241  msgstr ""
 242  
 243  #: image.module:376
 244  msgid "Delete"
 245  msgstr ""
 246  
 247  #: image.module:399
 248  msgid "The original image was resized to fit within the maximum allowed resolution of %width x %height pixels."
 249  msgstr ""
 250  
 251  #: image.module:405;1059
 252  msgid "The image you uploaded was too big. You are only allowed upload files less than %max_size but your file was %file_size."
 253  msgstr ""
 254  
 255  #: image.module:424
 256  msgid "You must upload an image."
 257  msgstr ""
 258  
 259  #: image.module:528
 260  msgid "view"
 261  msgstr ""
 262  
 263  #: image.module:780 image.install:82
 264  msgid "No image toolkit is currently enabled. Without one the image module will not be able to resize your images. You can select one from the <a href=\"@link\">image toolkit settings page</a>."
 265  msgstr ""
 266  
 267  #: image.module:863
 268  msgid "Unable to create scaled %label image."
 269  msgstr ""
 270  
 271  #: image.module:932 image.install:124
 272  msgid "Original"
 273  msgstr ""
 274  
 275  #: image.module:934 image.install:206
 276  msgid "Preview"
 277  msgstr ""
 278  
 279  #: image.module:1127
 280  msgid "Image display."
 281  msgstr ""
 282  
 283  #: image.module:528;119
 284  msgid "image"
 285  msgstr ""
 286  
 287  #: image.module:528
 288  msgid "Derivative images were regenerated for %title."
 289  msgstr ""
 290  
 291  #: image.module:84
 292  msgid "view original images"
 293  msgstr ""
 294  
 295  #: image.module:84
 296  msgid "create images"
 297  msgstr ""
 298  
 299  #: image.module:84
 300  msgid "edit own images"
 301  msgstr ""
 302  
 303  #: image.module:84
 304  msgid "edit any images"
 305  msgstr ""
 306  
 307  #: image.module:84
 308  msgid "delete own images"
 309  msgstr ""
 310  
 311  #: image.module:84
 312  msgid "delete any images"
 313  msgstr ""
 314  
 315  #: image.module:125
 316  msgid "Images"
 317  msgstr ""
 318  
 319  #: image.module:126
 320  msgid "Configure the location of image files and image sizes. Also, if enabled, configure image attachments and options for image galleries and image imports."
 321  msgstr ""
 322  
 323  #: image.module:134
 324  msgid "Files and sizes"
 325  msgstr ""
 326  
 327  #: image.module:135
 328  msgid "Configure the location of image files and image sizes."
 329  msgstr ""
 330  
 331  #: image.install:74
 332  msgid "The %toolkit_name toolkit is installed."
 333  msgstr ""
 334  
 335  #: image.install:80
 336  msgid "Not installed."
 337  msgstr ""
 338  
 339  #: image.install:85
 340  msgid "Image toolkit"
 341  msgstr ""
 342  
 343  #: image.install:93
 344  msgid "Missing directory."
 345  msgstr ""
 346  
 347  #: image.install:95
 348  msgid "The image module's image directory %image_dir is missing."
 349  msgstr ""
 350  
 351  #: image.install:100
 352  msgid "Missing temp directory."
 353  msgstr ""
 354  
 355  #: image.install:102
 356  msgid "The image module's temp directory %temp_dir is missing."
 357  msgstr ""
 358  
 359  #: image.install:107
 360  msgid "Exists (%path)."
 361  msgstr ""
 362  
 363  #: image.install:111
 364  msgid "Image module directories"
 365  msgstr ""
 366  
 367  #: image.install:199
 368  msgid "The original image size was missing so no changes were made. See this <a href='@link'>image module issue</a> for more information. Include the following:<br /><pre>@old_sizes\n</pre>"
 369  msgstr ""
 370  
 371  #: image.install:333
 372  msgid "If you see a message of the form \"Failed: ALTER TABLE {image} DROP PRIMARY KEY\" or \"DROP INDEX image_fid\" here it is harmless."
 373  msgstr ""
 374  
 375  #: image.info:0
 376  msgid "Allows uploading, resizing and viewing of images."
 377  msgstr ""
 378  
 379  #: views/image.views.inc:46
 380  msgid "Image preset size"
 381  msgstr ""
 382  
 383  #: views/image.views.inc:47
 384  msgid "The preset image size of an image, e.g. <em>Original</em>, <em>Thumbnail</em>, etc."
 385  msgstr ""
 386  
 387  #: views/image.views.inc:64
 388  msgid "Node"
 389  msgstr ""
 390  
 391  #: views/image.views.inc:65
 392  msgid "Image node"
 393  msgstr ""
 394  
 395  #: views/image.views.inc:66
 396  msgid "A relationship to gain access to the corresponding node of an image file uploaded via Image module."
 397  msgstr ""
 398  
 399  #: views/image.views.inc:92
 400  msgid "File"
 401  msgstr ""
 402  
 403  #: views/image.views.inc:93
 404  msgid "Image file"
 405  msgstr ""
 406  
 407  #: views/image.views.inc:94
 408  msgid "A relationship to gain access to the corresponding file(s) of an image node."
 409  msgstr ""
 410  
 411  #: views/image.views.inc:118
 412  msgid "The rendered image of an Image node, shown at a chosen size. This field can be added without a relationship."
 413  msgstr ""
 414  
 415  #: views/image.views.inc:122;185;192
 416  msgid "Image size"
 417  msgstr ""
 418  
 419  #: views/image.views.inc:123
 420  msgid "Allows the size of the Image node image field to be set with the argument."
 421  msgstr ""
 422  
 423  #: views/image.views.inc:171
 424  msgid "Displays items in a fluid grid."
 425  msgstr ""
 426  
 427  #: views/image_handler_argument_image_node_image_size.inc:32
 428  msgid "Ignore and use the field setting"
 429  msgstr ""
 430  
 431  #: views/image_handler_argument_image_node_image_size.inc:37
 432  msgid "Hide view / Page not found (404)"
 433  msgstr ""
 434  
 435  #: views/image_handler_argument_image_node_image_size.inc:42
 436  msgid "Display empty text"
 437  msgstr ""
 438  
 439  #: views/image_handler_argument_image_node_image_size.inc:47
 440  msgid "Provide default argument"
 441  msgstr ""
 442  
 443  #: views/image_handler_argument_image_node_image_size.inc:85
 444  msgid "The @argument argument requires the \"Image: Image\" field."
 445  msgstr ""
 446  
 447  #: views/image_handler_field_image_node_image.inc:65
 448  msgid "Image size to show"
 449  msgstr ""
 450  
 451  #: views/image_handler_field_image_node_image.inc:68
 452  msgid "Pick an image derivative to display."
 453  msgstr ""
 454  
 455  #: views/image_handler_relationship_node_image_file.inc:31
 456  msgid "Which image sizes to join on. You can select none (to include all sizes), one, or multiple; Every size will introduce a new row. Example: If the result are 5 image nodes and you selected 2 sizes; The result will be 10 rows. There is no fallback; if a size does not exist (because the original is smaller) then no data will be obtained."
 457  msgstr ""
 458  
 459  #: views/image_plugin_argument_default_image_size.inc:21
 460  msgid "Default argument"
 461  msgstr ""
 462  
 463  #: views/image_plugin_argument_validate_image_size.inc:38
 464  msgid "Which image sizes are allowed to be passed through this argument. Both 'original' and '_original' are valid."
 465  msgstr ""
 466  


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