-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathimage-resizer.php
55 lines (54 loc) · 3.64 KB
/
image-resizer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?php
return [
'All Asset Volume Settings' => 'All Asset Volume Settings',
'Bulk Resize' => 'Bulk Resize',
'Cancel' => 'Cancel',
'Caution' => 'Caution',
'Clear logs' => 'Clear logs',
'Close' => 'Close',
'Enter a value from 0-100 for resized image quality.' => 'Enter a value from 0-100 for resized image quality.',
'Error' => 'Error',
'Error.' => 'Error.',
'Filename' => 'Filename',
'For any Asset folder below, click on Bulk Resize to automatically resize all assets within.' => 'For any Asset folder below, click on Bulk Resize to automatically resize all assets within.',
'height' => 'height',
'If the resizing process results in a larger image that the previous, do not replace with larger file.' => 'If the resizing process results in a larger image that the previous, do not replace with larger file.',
'Image already under maximum width/height.' => 'Image already under maximum width/height.',
'Image cannot be resized (not manipulatable).' => 'Image cannot be resized (not manipulatable).',
'Image Height' => 'Image Height',
'Image Resizer' => 'Image Resizer',
'Image Resizer will save a copy of your original image, untouched. This will be in a folder called `originals`, relative to the source image.' => 'Image Resizer will save a copy of your original image, untouched. This will be in a folder called `originals`, relative to the source image.',
'Image Width' => 'Image Width',
'Logs' => 'Logs',
'Manage Resize for All Volumes' => 'Manage Resize for All Volumes',
'Non-destructive' => 'Non-destructive',
'Quality' => 'Quality',
'Resize' => 'Resize',
'Resize Bulk' => 'Resize Bulk',
'Resized successfully.' => 'Resized successfully.',
'Resize image' => 'Resize image',
'Resize Images' => 'Resize Images',
'Resize images' => 'Resize images',
'Resize on upload' => 'Resize on upload',
'Resizing images' => 'Resizing images',
'Resizing would result in a larger file size.' => 'Resizing would result in a larger file size.',
'Result' => 'Result',
'Saved {perc}% ({num}).' => 'Saved {perc}% ({num}).',
'Settings' => 'Settings',
'Skip larger resulting images' => 'Skip larger resulting images',
'Skipped' => 'Skipped',
'Source type not found.' => 'Source type not found.',
'Success' => 'Success',
'The maximum height in pixels allowed for uploaded images.' => 'The maximum height in pixels allowed for uploaded images.',
'The maximum width in pixels allowed for uploaded images.' => 'The maximum width in pixels allowed for uploaded images.',
'This operation permanently alters your images.' => 'This operation permanently alters your images.',
'Timestamp' => 'Timestamp',
'View logs' => 'View logs',
'Volume not enabled to auto-resize on upload.' => 'Volume not enabled to auto-resize on upload.',
'Volume not found.' => 'Volume not found.',
'Whether uploaded images should be automatically resized. This does not effect batch processing.' => 'Whether uploaded images should be automatically resized. This does not effect batch processing.',
'Whether you want to manage image resize settings for all asset volumes, or manage them individually for each volume.' => 'Whether you want to manage image resize settings for all asset volumes, or manage them individually for each volume.',
'width' => 'width',
'You are about to resize {desc} to be a maximum of {width}px wide and {height}px high. Alternatively, set the width and height limits below for on-demand resizing.' => 'You are about to resize {desc} to be a maximum of {width}px wide and {height}px high. Alternatively, set the width and height limits below for on-demand resizing.',
'“{label}” Asset Volume Settings' => '“{label}” Asset Volume Settings',
];