forked from pop-os/popsicle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popsicle_cli.ftl
27 lines (22 loc) · 904 Bytes
/
popsicle_cli.ftl
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
question = Are you sure you want to flash '{$image_path}' to the following drives?
yn = y/N
# Arguments
arg-image = IMAGE
arg-image-desc = Input image file
arg-disks = DISKS
arg-disks-desc = Output disk devices
arg-all-desc = Flash all detected USB drives
arg-check-desc = Check if written image matches source image
arg-unmount-desc = Unmount mounted devices
arg-yes-desc = Continue without confirmation
# errors
error-caused-by = caused by
error-image-not-set = {arg-image} not set
error-image-open = unable to open image at '{$image_path}'
error-image-metadata = unable to fetch image metadata at '{$image_path}'
error-disks-fetch = failed to fetch list of USB disks
error-no-disks-specified = no disks specified
error-fetching-mounts = failed to fetch list of mounts
error-opening-disks = failed to open disks
error-exiting = exiting without flashing
error-reading-mounts = error reading mounts