Skip to content

Commit f72c607

Browse files
committed
Update English translations.
1 parent 568af3c commit f72c607

File tree

1 file changed

+34
-51
lines changed

1 file changed

+34
-51
lines changed
Lines changed: 34 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,38 @@
11
<?php
22

33
return [
4-
'Resize Images' => 'Resize Images',
5-
'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.',
6-
'width' => 'width',
7-
'height' => 'height',
8-
'Caution' => 'Caution',
9-
'This operation permanently alters your images.' => 'This operation permanently alters your images.',
10-
'Close' => 'Close',
11-
'Cancel' => 'Cancel',
12-
'Resize' => 'Resize',
13-
'go' => 'go',
14-
'Success' => 'Success',
15-
'Skipped' => 'Skipped',
16-
'Error' => 'Error',
17-
'View logs' => 'View logs',
18-
'Processing failed. <a class="go" href="' => 'Processing failed. <a class="go" href="',
19-
'Resize image' => 'Resize image',
20-
'Resized successfully.' => 'Resized successfully.',
21-
'Resizing would result in a larger file size.' => 'Resizing would result in a larger file size.',
22-
'Image cannot be resized (not manipulatable).' => 'Image cannot be resized (not manipulatable).',
23-
'Image already under maximum width/height.' => 'Image already under maximum width/height.',
24-
'Volume not found.' => 'Volume not found.',
25-
'Source type not found.' => 'Source type not found.',
26-
'Volume not enabled to auto-resize on upload.' => 'Volume not enabled to auto-resize on upload.',
27-
'Error.' => 'Error.',
28-
'Image Resizer' => 'Image Resizer',
29-
'Settings' => 'Settings',
30-
'Resize Bulk' => 'Resize Bulk',
31-
'Skip larger resulting images' => 'Skip larger resulting images',
32-
'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.',
33-
'Non-destructive' => 'Non-destructive',
34-
'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.',
35-
'All Asset Source Settings' => 'All Asset Source Settings',
36-
'{label} Asset Source Settings' => '{label} Asset Source Settings',
37-
'Bulk Resize' => 'Bulk Resize',
38-
'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.',
39-
'Resize on upload' => 'Resize on upload',
40-
'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.',
41-
'Image Width' => 'Image Width',
42-
'The maximum width in pixels allowed for uploaded images.' => 'The maximum width in pixels allowed for uploaded images.',
43-
'Image Height' => 'Image Height',
44-
'The maximum height in pixels allowed for uploaded images.' => 'The maximum height in pixels allowed for uploaded images.',
45-
'Quality' => 'Quality',
46-
'Enter a value from 0-100 for resized image quality.' => 'Enter a value from 0-100 for resized image quality.',
47-
'Logs' => 'Logs',
48-
'Clear logs' => 'Clear logs',
49-
'Filename' => 'Filename',
50-
'Result' => 'Result',
51-
'Timestamp' => 'Timestamp',
52-
'Saved {perc}% ({num}).' => 'Saved {perc}% ({num}).',
53-
'Resize images' => 'Resize images',
54-
'Resizing images' => 'Resizing images',
4+
'All Asset Source Settings' => 'All Asset Source Settings',
5+
'Bulk Resize' => 'Bulk Resize',
6+
'Cancel' => 'Cancel',
7+
'Caution' => 'Caution',
8+
'Clear logs' => 'Clear logs',
9+
'Close' => 'Close',
10+
'Error' => 'Error',
11+
'Error.' => 'Error.',
12+
'Filename' => 'Filename',
13+
'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.',
14+
'height' => 'height',
15+
'Image already under maximum width/height.' => 'Image already under maximum width/height.',
16+
'Image cannot be resized (not manipulatable).' => 'Image cannot be resized (not manipulatable).',
17+
'Image Resizer' => 'Image Resizer',
18+
'Resize' => 'Resize',
19+
'Resized successfully.' => 'Resized successfully.',
20+
'Resize image' => 'Resize image',
21+
'Resize Images' => 'Resize Images',
22+
'Resize images' => 'Resize images',
23+
'Resizing images' => 'Resizing images',
24+
'Resizing would result in a larger file size.' => 'Resizing would result in a larger file size.',
25+
'Result' => 'Result',
26+
'Saved {perc}% ({num}).' => 'Saved {perc}% ({num}).',
27+
'Skipped' => 'Skipped',
28+
'Source type not found.' => 'Source type not found.',
29+
'Success' => 'Success',
30+
'This operation permanently alters your images.' => 'This operation permanently alters your images.',
31+
'Timestamp' => 'Timestamp',
32+
'View logs' => 'View logs',
33+
'Volume not enabled to auto-resize on upload.' => 'Volume not enabled to auto-resize on upload.',
34+
'Volume not found.' => 'Volume not found.',
35+
'width' => 'width',
36+
'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.',
37+
'{label} Asset Source Settings' => '{label} Asset Source Settings',
5538
];

0 commit comments

Comments
 (0)