1 2# Message file for elfedit 'cap' module 3 4domain "SUNW_OST_SGS" 5 6 7# Debug messages 8 9msgid "[%d: %s][%d]: value unchanged: %s\n" 10msgstr "" 11msgid "[%d: %s][%d]: change from %s to %s\n" 12msgstr "" 13msgid "[%d: %s][%d]: value unchanged: [%s]\n" 14msgstr "" 15msgid "[%d: %s][%d]: change from [%s] to [%s]\n" 16msgstr "" 17msgid "[%d: %s][%d]: value unchanged: %#llx\n" 18msgstr "" 19msgid "[%d: %s][%d]: change from %#llx to %#llx\n" 20msgstr "" 21msgid "[%d: %s][%d]: capability entry for tag: %s\n" 22msgstr "" 23msgid "[%d: %s][%u-%u: %s]: capability group\n" 24msgstr "" 25msgid "[%d: %s][%d]: no existing %s to modify, converting extra CA_SUNW_NULL\n" 26msgstr "" 27 28# Errors 29 30msgid "[%d: %s][%u-%u: %s]: capabilities group does not contain tag: %s\n" 31msgstr "" 32msgid "[%d: %s]: capabilities section does not have an associated string table\n" 33msgstr "" 34msgid "[%d: %s]: capabilities section does not contain specified id: %s\n" 35msgstr "" 36msgid "%s[%u-%u: %s]: attempt to access elements outside of capabilities group\n" 37msgstr "" 38 39# Module description 40 41msgid "Capabilities Section" 42msgstr "" 43 44# Strings 45msgid "<object>" 46msgstr "" 47msgid "<noname>" 48msgstr "" 49 50# Format strings 51msgid " Group[%u-%u]: %s\n" 52msgstr "" 53 54# 1-line description strings 55 56msgid "Dump Capabilities Section" 57msgstr "" 58msgid "Change element tag" 59msgstr "" 60msgid "Change element value" 61msgstr "" 62msgid "Delete elements" 63msgstr "" 64msgid "Move elements" 65msgstr "" 66msgid "Hardware capabilities (CA_SUNW_HW_1) bit values" 67msgstr "" 68msgid "Software capabilities (CA_SUNW_SF_1) bit values" 69msgstr "" 70msgid "Hardware capabilities (CA_SUNW_HW_2) bit values" 71msgstr "" 72 73 74# Command option description strings 75 76msgid "Interpret the elt argument as a direct index into the\ncapabilities section, rather than as a CA_ tag value.\n" 77msgstr "" 78 79msgid "Restrict the elt argument to the capability elements belonging\nto the capabilities group with a CA_SUNW_ID entry matching the\nspecified id name.\n" 80msgstr "" 81 82msgid "Interpret the value argument as a string rather than an\ninteger. If the specified string already exists in the\nstring table, the offset of that string is stored in the\ncapability entry. If the string does not exist in the string\ntable, but there is room to add it, the new string is added\nand then the offset is placed in the capability entry.\n" 83msgstr "" 84 85 86# Command argument description strings 87 88msgid "Capabilities element to be examined or changed. By default,\nthis is a CA_ tag value. The index of the first element\nin the capabilities section that has the specified tag value\nwill be used. The value specified can be one of the well known\nCA_ constants, or any integer.\n\nIf the -capndx option is specified, elt is instead interpreted\nas a simple integer index into the capabilities section.\n" 89msgstr "" 90 91msgid "Value to be set for c_tag field of specified capabilities\nelement. Tag values can be specified using the well known\nCA_ symbolic constants from /usr/include/sys/elf.h, or\nas integers.\n" 92msgstr "" 93 94msgid "Element within capabilities section. By default, this is a\ntag value. In this case, the index of the first capabilities\nelement with the specified tag value will be used. Tag values\ncan be specified using the well known CA_ symbolic constants\nfrom /usr/include/sys/elf.h, or as integers. If the -capndx\noption is specified, then elt is instead interpreted as a\ndirect numeric index into the capabilities section. If the\n-capid option is specified, the search is limited to elements\nwithin the named capabilities group.\n" 95msgstr "" 96 97msgid "Value to set for specified capabilities section element.\nThis is a numeric value which is used directly.\n" 98msgstr "" 99 100msgid "Number of capabilities elements to delete, starting at the\nspecified position. This value cannot exceed the number\nof slots remaining in the capabilities group below the specified\nposition. If count is not supplied, a single element is deleted.\n" 101msgstr "" 102 103msgid "Numeric index within capabilities section to which the element(s)\nshould be moved. The destination index must lie within the same\ncapabilities group as elt.\n" 104msgstr "" 105 106msgid "Number of capabilities elements to move. This value cannot\nexceed the number of slots remaining in the capabilities group\nbelow the specified position. If count is not supplied, a\nsingle element is moved.\n" 107msgstr "" 108 109msgid "Hardware capability (CA_SUNW_HW_1) values. This can be an integer\nvalue, any of the AV_386_ symbolic constants defined in\n/usr/include/sys/auxv_386.h, or the AV_SPARC symbolic\nconstants defined in /usr/include/sys/auxv_SPARC.h.\n" 110msgstr "" 111 112msgid "Software capability (CA_SUNW_SF_1) values. This can be an integer\nvalue, any of the SF1_SUNW_ symbolic constants defined in\n/usr/include/sys/elf.h.\n" 113msgstr "" 114 115msgid "Hardware capability (CA_SUNW_HW_2) values. This is available for\nfuture expansion.\n" 116msgstr "" 117 118 119# Help strings 120 121msgid " The cap:dump command is used to display the contents of the\ncapabilities section using the same style used by the elfdump\nprogram.\n" 122msgstr "" 123 124msgid " The cap:tag command is used to display or alter the\ntype of an element in the capabilities section. This information\nis found in the c_tag field of a capabilities element.\n\nIf cap:tag is called without arguments, the value of c_tag\nfor every element in the capabilities section is shown. If called\nwith the elt argument, the specified elements are displayed.\nIf both arguments are present, the c_tag field of the specified\ncapabilities element is set to the given value.\n" 125msgstr "" 126 127msgid " The cap:value command is used to display or alter the\nvalue of an element in the capabilities section. The value\nof a capabilities element is found in the c_un union of the\nelement.\n\nIf cap:value is called without arguments, the value of every\nelement in the capabilities section is shown. If called with the\nelt argument, the value of the specified elements are displayed.\nIf both arguments are present, the value of the specified\ncapabilities element is set to the given value.\n" 128msgstr "" 129 130msgid " The cap:delete command is used to delete one or more elements\nfrom a capabilities group within the capabilities section. The\nelements following the deleted items move up, and new CA_NULL\nelements are inserted at the end of the capabilities group to\nfill the vacated space.\n" 131msgstr "" 132 133msgid " The cap:move command is used to move the position of one\nor more elements in a capabilities group within in the\ncapabilities section. The specified number of elements are\nmoved from elt to dst_index.\n" 134msgstr "" 135 136msgid " The cap:hw1 command is used to display or alter the\nvalue of the hardware capabilities element (CA_SUNW_HW_1).\n\nIf cap:hw1 is called without arguments, the current\nvalue is shown. If one or more value arguments are present,\nthe following steps are taken:\n\n o\tAll the value arguments are OR'd together.\n\n o\tIf the -cmp option has been specified, the new value\n\tis complemented.\n\n o\tThe CA_SUNW_HW_1 element of the capabilities section is\n\tupdated with the new value. If -and is specified, the new\n\tvalue is AND'd against the existing value. If -or is\n\tspecified, the new value is OR'd against the existing\n\tvalue. If neither -and or -or are specified, the new value\n\treplaces the existing value.\n" 137msgstr "" 138 139msgid " The cap:sf1 command is used to display or alter the\nvalue of the software capabilities element (CA_SUNW_SF_1).\n\nIf cap:sf1 is called without arguments, the current\nvalue is shown. If one or more value arguments are present,\nthe following steps are taken:\n\n o\tAll the value arguments are OR'd together.\n\n o\tIf the -cmp option has been specified, the new value\n\tis complemented.\n\n o\tThe CA_SUNW_SF_1 element of the capabilities section is\n\tupdated with the new value. If -and is specified, the new\n\tvalue is AND'd against the existing value. If -or is\n\tspecified, the new value is OR'd against the existing\n\tvalue. If neither -and or -or are specified, the new value\nreplaces the existing value.\n" 140msgstr "" 141 142msgid " The cap:hw2 command is used to display or alter the\nvalue of the hardware capabilities element (CA_SUNW_HW_2).\n\nIf cap:hw2 is called without arguments, the current\nvalue is shown. If one or more value arguments are present,\nthe following steps are taken:\n\n o\tAll the value arguments are OR'd together.\n\n o\tIf the -cmp option has been specified, the new value\n\tis complemented.\n\n o\tThe CA_SUNW_HW_2 element of the capabilities section is\n\tupdated with the new value. If -and is specified, the new\n\tvalue is AND'd against the existing value. If -or is\n\tspecified, the new value is OR'd against the existing\n\tvalue. If neither -and or -or are specified, the new value\n\treplaces the existing value.\n" 143msgstr "" 144