pmt: fix broken syntax
This commit is contained in:
@@ -25,58 +25,58 @@ extern "C" {
|
|||||||
#include <pmt.h>
|
#include <pmt.h>
|
||||||
|
|
||||||
struct pmt_langdb_general en = {
|
struct pmt_langdb_general en = {
|
||||||
.lang_by_s = "YZBruh and r0manas",
|
.lang_by_s = "YZBruh & r0manas",
|
||||||
.language = "English",
|
.language = "English",
|
||||||
.lang_prefix = "en",
|
.lang_prefix = "en",
|
||||||
.not_logical = "This device does not have logical partitions!",
|
.not_logical = "This device does not have logical partitions!",
|
||||||
.not_file = "is not a file.",
|
.not_file = "is not a file.",
|
||||||
.not_dir = "is not a directory.",
|
.not_dir = "is not a directory.",
|
||||||
.not_in_dev = "Nothing found in /dev. Use force mode to avoid this error.",
|
.not_in_dev = "Nothing found in /dev. Use force mode to avoid this error.",
|
||||||
.not_open = "Couldn't open",
|
.not_open = "Couldn't open",
|
||||||
.not_block = "The specified partition is not recognized as a block device.",
|
.not_block = "The specified partition is not recognized as a block device.",
|
||||||
.not_read = "Couldn't read",
|
.not_read = "Couldn't read",
|
||||||
.not_write = "Couldn't write",
|
.not_write = "Couldn't write",
|
||||||
.not_gen = "Couldn't generate",
|
.not_gen = "Couldn't generate",
|
||||||
.no_root = "Root access could not be detected! Please run this with root permissions.",
|
.no_root = "Root access could not be detected! Please run this with root permissions.",
|
||||||
.no_target = "No target specified (backup, flash, or format).",
|
.no_target = "No target specified (backup, flash, or format).",
|
||||||
.expected_backup_arg = "Expected backup argument 2 (1 of them are not mandatory), retrieved",
|
.expected_backup_arg = "Expected backup argument 2 (1 of them are not mandatory), retrieved",
|
||||||
.expected_flash_arg = "Expected flash argument 2, retrieved",
|
.expected_flash_arg = "Expected flash argument 2, retrieved",
|
||||||
.expected_format_arg = "Expected format argument 2, retrieved",
|
.expected_format_arg = "Expected format argument 2, retrieved",
|
||||||
.missing_operand = "Missing operand",
|
.missing_operand = "Missing operand",
|
||||||
.multiple_wiewers = "Multiple viewers can't be used on the same line.",
|
.multiple_wiewers = "Multiple viewers can't be used on the same line.",
|
||||||
.common_symbol_rule = "When specifying arguments for an option, ensure they do not begin with '-'. Each argument must correspond correctly to its respective option."
|
.common_symbol_rule = "When specifying arguments for an option, ensure they do not begin with '-'. Each argument must correspond correctly to its respective option."
|
||||||
.req_part_name = "Partition name required.",
|
.req_part_name = "Partition name required.",
|
||||||
.part_not_found = "Partition not found!",
|
.part_not_found = "Partition not found!",
|
||||||
.unsupported_fs = "Formatter: unsupported filesystem",
|
.unsupported_fs = "Formatter: unsupported filesystem",
|
||||||
.cannot_stat = "Can't retrieve file status",
|
.cannot_stat = "Can't retrieve file status",
|
||||||
.ffile_more_part = "Flash file size exceeds partition capacity."
|
.ffile_more_part = "Flash file size exceeds partition capacity."
|
||||||
.cannot_get_bsz = "Failed to retrieve partition block size."
|
.cannot_get_bsz = "Failed to retrieve partition block size."
|
||||||
.format_fail = "Formatting failed! There is a possibility of data damage."
|
.format_fail = "Formatting failed! There is a possibility of data damage."
|
||||||
.logical_warn = "This device uses logical partitions.",
|
.logical_warn = "This device uses logical partitions.",
|
||||||
.ab_warn = "This device uses A/B partition style.",
|
.ab_warn = "This device uses A/B partition style.",
|
||||||
.out_not_spec = "Output file name not specified. Using default name:",
|
.out_not_spec = "Output file name not specified. Using default name:",
|
||||||
.please_rerun = "Please rerun the command.",
|
.please_rerun = "Please rerun the command.",
|
||||||
.part_disk_sz = "Partition disk size"
|
.part_disk_sz = "Partition disk size",
|
||||||
.flash_file_sz = "Flash file size"
|
.flash_file_sz = "Flash file size",
|
||||||
.part_disk_sz_fail = "Failed to retrieve partition disk size.",
|
.part_disk_sz_fail = "Failed to retrieve partition disk size.",
|
||||||
.flash_file_sz_fail = "Failed to retrieve flash file size.",
|
.flash_file_sz_fail = "Failed to retrieve flash file size.",
|
||||||
.list_of_dir = "Directory listing"
|
.list_of_dir = "Directory listing",
|
||||||
.see_license = "View licenses using the -L argument."
|
.see_license = "View licenses using the -L argument."
|
||||||
.success_backup = "Backup successful. Output:",
|
.success_backup = "Backup successful. Output:",
|
||||||
.success_flash = "Flash successful.",
|
.success_flash = "Flash successful.",
|
||||||
.warn = "WARNING",
|
.warn = "WARNING",
|
||||||
.fatal = "FATAL ERROR",
|
.fatal = "FATAL ERROR",
|
||||||
.switching_lang = "Switching language...",
|
.switching_lang = "Switching language...",
|
||||||
.welcome = "language!",
|
.welcome = "language!",
|
||||||
.welcome_ = "Welcome to ",
|
.welcome_ = "Welcome to ",
|
||||||
.for_more = "for more information",
|
.for_more = "for more information",
|
||||||
.try_h = "Try",
|
.try_h = "Try",
|
||||||
.usage_head = "Usage",
|
.usage_head = "Usage",
|
||||||
.compiler_str = "Compiler",
|
.compiler_str = "Compiler",
|
||||||
.version_str = "version",
|
.version_str = "version",
|
||||||
.bin_str = "binary",
|
.bin_str = "binary",
|
||||||
.unknw_str = "unknown",
|
.unknw_str = "unknown",
|
||||||
.by_str = "By"
|
.by_str = "By"
|
||||||
};
|
};
|
||||||
|
|
||||||
struct pmt_langdb_general tr = {
|
struct pmt_langdb_general tr = {
|
||||||
|
|||||||
Reference in New Issue
Block a user