Sha256: 8acea550abfe20c62b4ff195adb8ab3eee3d43414146a734e74386dd5efc34af

Contents?: true

Size: 1.38 KB

Versions: 6

Compression:

Stored size: 1.38 KB

Contents

en:
  refinery:
    plugins:
      refinery_images:
        title: Images
        description: Manage images
    admin:
      images:
        delete: Remove this image forever
        edit: Edit this image
        form:
          image: Image
          use_current_image: Use current image
          or: or
          replace_image: " replace it with this one..."
          current_image: Current Image
          maximum_image_size: The maximum image size is %{bytes}.
        actions:
          create_new_image: Add new image
        records:
          no_images_yet: There are no images yet. Click "Add new image" to add your first image.
        index:
          view:
            switch_to: Switch to %{view_name} view
            list: list
            grid: grid
        view_live_html: View this image <br/><em>Opens in a new window</em>
        existing_image:
          button_text: Insert
          resize_image: Resize the image?
          size: Size
        insert:
          existing_image: Library
          new_image: Upload
  activerecord:
    models:
      refinery/image: image
    errors:
      models:
        refinery/image:
          blank: You must specify an image for upload
          too_big: Image should be smaller than %{size} bytes in size
          incorrect_format: 'Your image must be either a JPG, PNG or GIF'
          different_file_name: New image can't have different file name

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-images-2.1.5 config/locales/en.yml
refinerycms-images-2.1.4 config/locales/en.yml
refinerycms-images-2.1.3 config/locales/en.yml
refinerycms-images-2.1.2 config/locales/en.yml
refinerycms-images-2.1.1 config/locales/en.yml
refinerycms-images-2.1.0 config/locales/en.yml