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